Trace number 4395993

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.19 2471.62

General information on the benchmark

NameXCSP19/hcp/
graph254.xml
MD5SUM68b62eb0ee4f1f32ebe5ed32147b7b19
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 benchmark4.73735
Satisfiable
(Un)Satisfiability was proved
Number of variables1582
Number of constraints1
Number of domains1582
Minimum domain size3
Maximum domain size4
Distribution of domain sizes[{"size":3,"count":1580},{"size":4,"count":2}]
Minimum variable degree1
Maximum variable degree1
Distribution of variable degrees[{"degree":1,"count":1582}]
Minimum constraint arity1582
Maximum constraint arity1582
Distribution of constraint arities[{"arity":1582,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"circuit","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395993-1568413326/watcher-4395993-1568413326 -o /tmp/evaluation-result-4395993-1568413326/solver-4395993-1568413326 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568410404-12090 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1108649154 HOME/instance-4395993-1568413326.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=13006, runsolver pid=13003
Current StackSize limit: 8192 KiB


[startup+0.100129 s]*
/proc/loadavg: 1.21 1.34 1.42 4/219 13063
/proc/meminfo: memFree=30278836/32770624 swapFree=66946824/67108860
[pid=13006] ppid=13003 vsize=9972712 memory=16432 CPUtime=0.09 cores=0,2,4,6
/proc/13006/stat : 13006 (java) S 13003 13006 12059 0 -1 1077944320 4377 13280 0 0 1 0 5 3 20 0 6 0 417274583 10212057088 4108 33554432000 4194304 4196468 140725194497088 140725194479632 140431601078007 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
/proc/13006/statm: 2493178 4108 1931 1 0 2481616 0
[pid=13006/tid=13059] ppid=13003 vsize=9972712 memory=7892391828772250251 CPUtime=0.09 cores=0,2,4,6
/proc/13006/task/13059/stat : 13059 (java) R 13003 13006 12059 0 -1 4202560 2169 13280 0 0 1 0 5 3 20 0 6 0 417274592 10212057088 4108 33554432000 4194304 4196468 140725194497088 140431572914768 140431586760533 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13060] ppid=13003 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13060/stat : 13060 (java) S 13003 13006 12059 0 -1 1077944384 1 13280 0 0 0 0 5 3 20 0 6 0 417274593 10212057088 4108 33554432000 4194304 4196468 140725194497088 140431605320080 140431601088213 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13061] ppid=13003 vsize=9972712 memory=140179548718720 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13061/stat : 13061 (java) S 13003 13006 12059 0 -1 1077944384 1 13280 0 0 0 0 5 3 20 0 6 0 417274593 10212057088 4108 33554432000 4194304 4196468 140725194497088 140431174502672 140431601088213 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13062] ppid=13003 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13062/stat : 13062 (java) S 13003 13006 12059 0 -1 1077944384 1 13280 0 0 0 0 5 3 20 0 6 0 417274593 10212057088 4108 33554432000 4194304 4196468 140725194497088 140431173450384 140431601088213 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13063] ppid=13003 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13063/stat : 13063 (java) S 13003 13006 12059 0 -1 1077944384 2 13280 0 0 0 0 5 3 20 0 6 0 417274593 10212057088 4108 33554432000 4194304 4196468 140725194497088 140431172397584 140431601088213 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16432 KiB

[startup+0.210237 s]*
/proc/loadavg: 1.21 1.34 1.42 3/228 13072
/proc/meminfo: memFree=30255468/32770624 swapFree=66946824/67108860
[pid=13006] ppid=13003 vsize=10819664 memory=40704 CPUtime=0.26 cores=0,2,4,6
/proc/13006/stat : 13006 (java) S 13003 13006 12059 0 -1 1077944320 7001 13280 0 0 16 2 5 3 20 0 15 0 417274583 11079335936 10176 33554432000 4194304 4196468 140725194497088 140725194479632 140431601078007 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
/proc/13006/statm: 2704916 10176 3162 1 0 2667149 0
[pid=13006/tid=13059] ppid=13003 vsize=10819664 memory=7822038051842263955 CPUtime=0.19 cores=0,2,4,6
/proc/13006/task/13059/stat : 13059 (java) R 13003 13006 12059 0 -1 4202560 3400 13280 0 0 10 1 5 3 20 0 15 0 417274592 11079335936 10176 33554432000 4194304 4196468 140725194497088 140431572868000 140431601099933 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13060] ppid=13003 vsize=10819664 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13060/stat : 13060 (java) S 13003 13006 12059 0 -1 1077944384 1 13280 0 0 0 0 5 3 20 0 15 0 417274593 11079335936 10176 33554432000 4194304 4196468 140725194497088 140431605320080 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13061] ppid=13003 vsize=10819664 memory=140179548718720 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13061/stat : 13061 (java) S 13003 13006 12059 0 -1 1077944384 1 13280 0 0 0 0 5 3 20 0 15 0 417274593 11079335936 10176 33554432000 4194304 4196468 140725194497088 140431174502672 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13062] ppid=13003 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13062/stat : 13062 (java) S 13003 13006 12059 0 -1 1077944384 1 13280 0 0 0 0 5 3 20 0 15 0 417274593 11079335936 10176 33554432000 4194304 4196468 140725194497088 140431173450384 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13063] ppid=13003 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13063/stat : 13063 (java) S 13003 13006 12059 0 -1 1077944384 2 13280 0 0 0 0 5 3 20 0 15 0 417274593 11079335936 10176 33554432000 4194304 4196468 140725194497088 140431172397584 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13064] ppid=13003 vsize=10819664 memory=140179548718720 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13064/stat : 13064 (java) S 13003 13006 12059 0 -1 1077944384 2 13280 0 0 0 0 5 3 20 0 15 0 417274594 11079335936 10176 33554432000 4194304 4196468 140725194497088 140431060585072 140431601089154 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13065] ppid=13003 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13065/stat : 13065 (java) S 13003 13006 12059 0 -1 1077944384 33 13280 0 0 0 0 5 3 20 0 15 0 417274594 11079335936 10176 33554432000 4194304 4196468 140725194497088 140431059531040 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13066] ppid=13003 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13066/stat : 13066 (java) S 13003 13006 12059 0 -1 1077944384 1 13280 0 0 0 0 5 3 20 0 15 0 417274595 11079335936 10176 33554432000 4194304 4196468 140725194497088 140430935058032 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13067] ppid=13003 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13067/stat : 13067 (java) S 13003 13006 12059 0 -1 1077944384 2 13280 0 0 0 0 5 3 20 0 15 0 417274597 11079335936 10176 33554432000 4194304 4196468 140725194497088 140430331079248 140431601096603 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13068] ppid=13003 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/13006/task/13068/stat : 13068 (java) R 13003 13006 12059 0 -1 1077944384 618 13280 0 0 1 0 5 3 20 0 15 0 417274597 11079335936 10176 33554432000 4194304 4196468 140725194497088 140431025973360 140431601089154 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13069] ppid=13003 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13069/stat : 13069 (java) S 13003 13006 12059 0 -1 1077944384 61 13280 0 0 0 0 5 3 20 0 15 0 417274597 11079335936 10176 33554432000 4194304 4196468 140725194497088 140431024920560 140431601089154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13070] ppid=13003 vsize=10819664 memory=140179548718720 CPUtime=0.11 cores=0,2,4,6
/proc/13006/task/13070/stat : 13070 (java) R 13003 13006 12059 0 -1 4202560 670 13280 0 0 3 0 5 3 20 0 15 0 417274597 11079335936 10176 33554432000 4194304 4196468 140725194497088 140431023868272 140431601099354 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13071] ppid=13003 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13071/stat : 13071 (java) S 13003 13006 12059 0 -1 1077944384 3 13280 0 0 0 0 5 3 20 0 15 0 417274598 11079335936 10176 33554432000 4194304 4196468 140725194497088 140429861317088 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13072] ppid=13003 vsize=10819664 memory=140179548718720 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13072/stat : 13072 (java) S 13003 13006 12059 0 -1 1077944384 1 13280 0 0 0 0 5 3 20 0 15 0 417274598 11079335936 10176 33554432000 4194304 4196468 140725194497088 140431022816176 140431601089154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 40704 KiB

[startup+0.310302 s]*
/proc/loadavg: 1.21 1.34 1.42 3/228 13072
/proc/meminfo: memFree=30244480/32770624 swapFree=66946824/67108860
[pid=13006] ppid=13003 vsize=10820148 memory=51916 CPUtime=0.39 cores=0,2,4,6
/proc/13006/stat : 13006 (java) S 13003 13006 12059 0 -1 1077944320 10688 13280 0 0 28 3 5 3 20 0 15 0 417274583 11079831552 12979 33554432000 4194304 4196468 140725194497088 140725194479632 140431601078007 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
/proc/13006/statm: 2705037 12979 3315 1 0 2667149 0
[pid=13006/tid=13059] ppid=13003 vsize=10820148 memory=8317482817917895235 CPUtime=0.28 cores=0,2,4,6
/proc/13006/task/13059/stat : 13059 (java) R 13003 13006 12059 0 -1 4202560 7023 13280 0 0 18 2 5 3 20 0 15 0 417274592 11079831552 12979 33554432000 4194304 4196468 140725194497088 140431572889520 140431585158494 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13060] ppid=13003 vsize=10820148 memory=7307211807193917546 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13060/stat : 13060 (java) S 13003 13006 12059 0 -1 1077944384 1 13280 0 0 0 0 5 3 20 0 15 0 417274593 11079831552 12979 33554432000 4194304 4196468 140725194497088 140431605320080 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13061] ppid=13003 vsize=10820148 memory=5787233549803348032 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13061/stat : 13061 (java) S 13003 13006 12059 0 -1 1077944384 1 13280 0 0 0 0 5 3 20 0 15 0 417274593 11079831552 12979 33554432000 4194304 4196468 140725194497088 140431174502672 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13062] ppid=13003 vsize=10820148 memory=7649539563608754625 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13062/stat : 13062 (java) S 13003 13006 12059 0 -1 1077944384 1 13280 0 0 0 0 5 3 20 0 15 0 417274593 11079831552 12979 33554432000 4194304 4196468 140725194497088 140431173450384 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13063] ppid=13003 vsize=10820148 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13063/stat : 13063 (java) S 13003 13006 12059 0 -1 1077944384 2 13280 0 0 0 0 5 3 20 0 15 0 417274593 11079831552 12979 33554432000 4194304 4196468 140725194497088 140431172397584 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13064] ppid=13003 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13064/stat : 13064 (java) S 13003 13006 12059 0 -1 1077944384 2 13280 0 0 0 0 5 3 20 0 15 0 417274594 11079831552 12979 33554432000 4194304 4196468 140725194497088 140431060585072 140431601089154 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13065] ppid=13003 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13065/stat : 13065 (java) S 13003 13006 12059 0 -1 1077944384 33 13280 0 0 0 0 5 3 20 0 15 0 417274594 11079831552 12979 33554432000 4194304 4196468 140725194497088 140431059531040 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13066] ppid=13003 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13066/stat : 13066 (java) S 13003 13006 12059 0 -1 1077944384 1 13280 0 0 0 0 5 3 20 0 15 0 417274595 11079831552 12979 33554432000 4194304 4196468 140725194497088 140430935058032 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13067] ppid=13003 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13067/stat : 13067 (java) S 13003 13006 12059 0 -1 1077944384 2 13280 0 0 0 0 5 3 20 0 15 0 417274597 11079831552 12979 33554432000 4194304 4196468 140725194497088 140430331079248 140431601096603 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13068] ppid=13003 vsize=10820148 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/13006/task/13068/stat : 13068 (java) S 13003 13006 12059 0 -1 1077944384 631 13280 0 0 2 0 5 3 20 0 15 0 417274597 11079831552 12979 33554432000 4194304 4196468 140725194497088 140431025973360 140431601089154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13069] ppid=13003 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/13006/task/13069/stat : 13069 (java) S 13003 13006 12059 0 -1 1077944384 70 13280 0 0 1 0 5 3 20 0 15 0 417274597 11079831552 12979 33554432000 4194304 4196468 140725194497088 140431024920560 140431601089154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13070] ppid=13003 vsize=10820148 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/13006/task/13070/stat : 13070 (java) S 13003 13006 12059 0 -1 1077944384 708 13280 0 0 5 0 5 3 20 0 15 0 417274597 11079831552 12979 33554432000 4194304 4196468 140725194497088 140431023868272 140431601089154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13071] ppid=13003 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13071/stat : 13071 (java) S 13003 13006 12059 0 -1 1077944384 3 13280 0 0 0 0 5 3 20 0 15 0 417274598 11079831552 12979 33554432000 4194304 4196468 140725194497088 140429861317088 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13072] ppid=13003 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13072/stat : 13072 (java) S 13003 13006 12059 0 -1 1077944384 1 13280 0 0 0 0 5 3 20 0 15 0 417274598 11079831552 12979 33554432000 4194304 4196468 140725194497088 140431022816176 140431601089154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 51916 KiB

[startup+0.707196 s]
/proc/loadavg: 1.21 1.34 1.42 3/228 13072
/proc/meminfo: memFree=30229928/32770624 swapFree=66946824/67108860
[pid=13006] ppid=13003 vsize=10824360 memory=87168 CPUtime=1.14 cores=0,2,4,6
/proc/13006/stat : 13006 (java) S 13003 13006 12059 0 -1 1077944320 15000 13280 0 0 101 5 5 3 20 0 15 0 417274583 11084144640 21792 33554432000 4194304 4196468 140725194497088 140725194479632 140431601078007 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
/proc/13006/statm: 2706090 21792 3511 1 0 2668173 0
[pid=13006/tid=13059] ppid=13003 vsize=10824360 memory=2241 CPUtime=0.68 cores=0,2,4,6
/proc/13006/task/13059/stat : 13059 (java) R 13003 13006 12059 0 -1 4202560 10005 13280 0 0 56 4 5 3 20 0 15 0 417274592 11084144640 21792 33554432000 4194304 4196468 140725194497088 140431572893920 140431580609232 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13060] ppid=13003 vsize=10824360 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13060/stat : 13060 (java) S 13003 13006 12059 0 -1 1077944384 1 13280 0 0 0 0 5 3 20 0 15 0 417274593 11084144640 21792 33554432000 4194304 4196468 140725194497088 140431605320080 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13061] ppid=13003 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13061/stat : 13061 (java) S 13003 13006 12059 0 -1 1077944384 1 13280 0 0 0 0 5 3 20 0 15 0 417274593 11084144640 21792 33554432000 4194304 4196468 140725194497088 140431174502672 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13062] ppid=13003 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13062/stat : 13062 (java) S 13003 13006 12059 0 -1 1077944384 1 13280 0 0 0 0 5 3 20 0 15 0 417274593 11084144640 21792 33554432000 4194304 4196468 140725194497088 140431173450384 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13063] ppid=13003 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13063/stat : 13063 (java) S 13003 13006 12059 0 -1 1077944384 2 13280 0 0 0 0 5 3 20 0 15 0 417274593 11084144640 21792 33554432000 4194304 4196468 140725194497088 140431172397584 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13064] ppid=13003 vsize=10824360 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13064/stat : 13064 (java) S 13003 13006 12059 0 -1 1077944384 5 13280 0 0 0 0 5 3 20 0 15 0 417274594 11084144640 21792 33554432000 4194304 4196468 140725194497088 140431060585072 140431601089154 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13065] ppid=13003 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13065/stat : 13065 (java) S 13003 13006 12059 0 -1 1077944384 33 13280 0 0 0 0 5 3 20 0 15 0 417274594 11084144640 21792 33554432000 4194304 4196468 140725194497088 140431059531040 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13066] ppid=13003 vsize=10824360 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13066/stat : 13066 (java) S 13003 13006 12059 0 -1 1077944384 1 13280 0 0 0 0 5 3 20 0 15 0 417274595 11084144640 21792 33554432000 4194304 4196468 140725194497088 140430935058032 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13067] ppid=13003 vsize=10824360 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13067/stat : 13067 (java) S 13003 13006 12059 0 -1 1077944384 2 13280 0 0 0 0 5 3 20 0 15 0 417274597 11084144640 21792 33554432000 4194304 4196468 140725194497088 140430331079248 140431601096603 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13068] ppid=13003 vsize=10824360 memory=140179411077008 CPUtime=0.2 cores=0,2,4,6
/proc/13006/task/13068/stat : 13068 (java) R 13003 13006 12059 0 -1 4202560 1063 13280 0 0 12 0 5 3 20 0 15 0 417274597 11084144640 21792 33554432000 4194304 4196468 140725194497088 140431025973360 140431585830800 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13069] ppid=13003 vsize=10824360 memory=24964 CPUtime=0.23 cores=0,2,4,6
/proc/13006/task/13069/stat : 13069 (java) S 13003 13006 12059 0 -1 1077944384 623 13280 0 0 15 0 5 3 20 0 15 0 417274597 11084144640 21792 33554432000 4194304 4196468 140725194497088 140431024920560 140431601089154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13070] ppid=13003 vsize=10824360 memory=2244 CPUtime=0.25 cores=0,2,4,6
/proc/13006/task/13070/stat : 13070 (java) S 13003 13006 12059 0 -1 1077944384 1048 13280 0 0 17 0 5 3 20 0 15 0 417274597 11084144640 21792 33554432000 4194304 4196468 140725194497088 140431023868272 140431601089154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13071] ppid=13003 vsize=10824360 memory=140179411074416 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13071/stat : 13071 (java) S 13003 13006 12059 0 -1 1077944384 3 13280 0 0 0 0 5 3 20 0 15 0 417274598 11084144640 21792 33554432000 4194304 4196468 140725194497088 140429861317088 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13072] ppid=13003 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13072/stat : 13072 (java) S 13003 13006 12059 0 -1 1077944384 1 13280 0 0 0 0 5 3 20 0 15 0 417274598 11084144640 21792 33554432000 4194304 4196468 140725194497088 140431022816176 140431601089154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 87168 KiB

[startup+1.50079 s]
/proc/loadavg: 1.21 1.34 1.42 5/228 13072
/proc/meminfo: memFree=30180068/32770624 swapFree=66946824/67108860
[pid=13006] ppid=13003 vsize=10834676 memory=195552 CPUtime=2.81 cores=0,2,4,6
/proc/13006/stat : 13006 (java) S 13003 13006 12059 0 -1 1077944320 24603 13280 0 0 261 12 5 3 20 0 15 0 417274583 11094708224 48888 33554432000 4194304 4196468 140725194497088 140725194479632 140431601078007 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
/proc/13006/statm: 2708669 48888 3583 1 0 2670733 0
[pid=13006/tid=13059] ppid=13003 vsize=10834676 memory=24 CPUtime=1.43 cores=0,2,4,6
/proc/13006/task/13059/stat : 13059 (java) R 13003 13006 12059 0 -1 4202560 15387 13280 0 0 129 6 5 3 20 0 15 0 417274592 11094708224 48888 33554432000 4194304 4196468 140725194497088 140431572906192 140431585158494 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13060] ppid=13003 vsize=10834676 memory=31 CPUtime=0.09 cores=0,2,4,6
/proc/13006/task/13060/stat : 13060 (java) S 13003 13006 12059 0 -1 1077944384 40 13280 0 0 1 0 5 3 20 0 15 0 417274593 11094708224 48888 33554432000 4194304 4196468 140725194497088 140431605320080 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13061] ppid=13003 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/13006/task/13061/stat : 13061 (java) S 13003 13006 12059 0 -1 1077944384 31 13280 0 0 1 0 5 3 20 0 15 0 417274593 11094708224 48888 33554432000 4194304 4196468 140725194497088 140431174502672 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13062] ppid=13003 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/13006/task/13062/stat : 13062 (java) S 13003 13006 12059 0 -1 1077944384 289 13280 0 0 1 0 5 3 20 0 15 0 417274593 11094708224 48888 33554432000 4194304 4196468 140725194497088 140431173450384 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13063] ppid=13003 vsize=10834676 memory=99868 CPUtime=0.09 cores=0,2,4,6
/proc/13006/task/13063/stat : 13063 (java) S 13003 13006 12059 0 -1 1077944384 69 13280 0 0 1 0 5 3 20 0 15 0 417274593 11094708224 48888 33554432000 4194304 4196468 140725194497088 140431172397584 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13064] ppid=13003 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/13006/task/13064/stat : 13064 (java) S 13003 13006 12059 0 -1 1077944384 107 13280 0 0 1 0 5 3 20 0 15 0 417274594 11094708224 48888 33554432000 4194304 4196468 140725194497088 140431060585072 140431601089154 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13065] ppid=13003 vsize=10834676 memory=7594846209320183376 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13065/stat : 13065 (java) S 13003 13006 12059 0 -1 1077944384 34 13280 0 0 0 0 5 3 20 0 15 0 417274594 11094708224 48888 33554432000 4194304 4196468 140725194497088 140431059531104 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13066] ppid=13003 vsize=10834676 memory=7020661403206312273 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13066/stat : 13066 (java) S 13003 13006 12059 0 -1 1077944384 1 13280 0 0 0 0 5 3 20 0 15 0 417274595 11094708224 48888 33554432000 4194304 4196468 140725194497088 140430935058048 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13067] ppid=13003 vsize=10834676 memory=7085124717726492516 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13067/stat : 13067 (java) S 13003 13006 12059 0 -1 1077944384 2 13280 0 0 0 0 5 3 20 0 15 0 417274597 11094708224 48888 33554432000 4194304 4196468 140725194497088 140430331079248 140431601096603 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13068] ppid=13003 vsize=10834676 memory=5787222713669608536 CPUtime=0.44 cores=0,2,4,6
/proc/13006/task/13068/stat : 13068 (java) S 13003 13006 12059 0 -1 1077944384 2319 13280 0 0 36 0 5 3 20 0 15 0 417274597 11094708224 48888 33554432000 4194304 4196468 140725194497088 140431025973360 140431601089154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13069] ppid=13003 vsize=10834676 memory=7307759351150241897 CPUtime=0.5 cores=0,2,4,6
/proc/13006/task/13069/stat : 13069 (java) S 13003 13006 12059 0 -1 1077944384 1927 13280 0 0 42 0 5 3 20 0 15 0 417274597 11094708224 48888 33554432000 4194304 4196468 140725194497088 140431024920560 140431601089154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13070] ppid=13003 vsize=10834676 memory=7594846209320183376 CPUtime=0.52 cores=0,2,4,6
/proc/13006/task/13070/stat : 13070 (java) S 13003 13006 12059 0 -1 1077944384 2182 13280 0 0 44 0 5 3 20 0 15 0 417274597 11094708224 48888 33554432000 4194304 4196468 140725194497088 140431023868272 140431601089154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13071] ppid=13003 vsize=10834676 memory=7594846209320183376 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13071/stat : 13071 (java) S 13003 13006 12059 0 -1 1077944384 3 13280 0 0 0 0 5 3 20 0 15 0 417274598 11094708224 48888 33554432000 4194304 4196468 140725194497088 140429861317088 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13072] ppid=13003 vsize=10834676 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13072/stat : 13072 (java) S 13003 13006 12059 0 -1 1077944384 1 13280 0 0 0 0 5 3 20 0 15 0 417274598 11094708224 48888 33554432000 4194304 4196468 140725194497088 140431022816176 140431601089154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 10834676 KiB

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

/proc/13006/task/13059/stat : 13059 (java) R 13003 13006 12059 0 -1 4202560 75891 13280 0 0 235790 46 5 3 20 0 15 0 417274592 11107323904 249370 33554432000 4194304 4196468 140725194497088 140431572912736 140431212977906 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13060] ppid=13003 vsize=10846996 memory=995432 CPUtime=10.96 cores=0,2,4,6
/proc/13006/task/13060/stat : 13060 (java) S 13003 13006 12059 0 -1 1077944384 19566 13280 0 0 1037 51 5 3 20 0 15 0 417274593 11107323904 249370 33554432000 4194304 4196468 140725194497088 140431605320080 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13061] ppid=13003 vsize=10846996 memory=997480 CPUtime=10.94 cores=0,2,4,6
/proc/13006/task/13061/stat : 13061 (java) S 13003 13006 12059 0 -1 1077944384 11034 13280 0 0 1034 52 5 3 20 0 15 0 417274593 11107323904 249370 33554432000 4194304 4196468 140725194497088 140431174502672 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13062] ppid=13003 vsize=10846996 memory=997480 CPUtime=11 cores=0,2,4,6
/proc/13006/task/13062/stat : 13062 (java) S 13003 13006 12059 0 -1 1077944384 18309 13280 0 0 1038 54 5 3 20 0 15 0 417274593 11107323904 249370 33554432000 4194304 4196468 140725194497088 140431173450384 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13063] ppid=13003 vsize=10846996 memory=997480 CPUtime=10.96 cores=0,2,4,6
/proc/13006/task/13063/stat : 13063 (java) S 13003 13006 12059 0 -1 1077944384 11403 13280 0 0 1037 51 5 3 20 0 15 0 417274593 11107323904 249370 33554432000 4194304 4196468 140725194497088 140431172397584 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13064] ppid=13003 vsize=10846996 memory=997480 CPUtime=10.07 cores=0,2,4,6
/proc/13006/task/13064/stat : 13064 (java) S 13003 13006 12059 0 -1 1077944384 16741 13280 0 0 946 53 5 3 20 0 15 0 417274594 11107323904 249370 33554432000 4194304 4196468 140725194497088 140431060585072 140431601089154 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13065] ppid=13003 vsize=10846996 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13065/stat : 13065 (java) S 13003 13006 12059 0 -1 1077944384 56 13280 0 0 0 0 5 3 20 0 15 0 417274594 11107323904 249370 33554432000 4194304 4196468 140725194497088 140431059531104 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13066] ppid=13003 vsize=10846996 memory=3473455227060897076 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13066/stat : 13066 (java) S 13003 13006 12059 0 -1 1077944384 8 13280 0 0 0 0 5 3 20 0 15 0 417274595 11107323904 249370 33554432000 4194304 4196468 140725194497088 140430935058048 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13067] ppid=13003 vsize=10846996 memory=997480 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13067/stat : 13067 (java) S 13003 13006 12059 0 -1 1077944384 2 13280 0 0 0 0 5 3 20 0 15 0 417274597 11107323904 249370 33554432000 4194304 4196468 140725194497088 140430331079248 140431601096603 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13068] ppid=13003 vsize=10846996 memory=995432 CPUtime=5.59 cores=0,2,4,6
/proc/13006/task/13068/stat : 13068 (java) S 13003 13006 12059 0 -1 1077944384 37074 13280 0 0 544 7 5 3 20 0 15 0 417274597 11107323904 249370 33554432000 4194304 4196468 140725194497088 140431025973360 140431601089154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13069] ppid=13003 vsize=10846996 memory=997480 CPUtime=5.65 cores=0,2,4,6
/proc/13006/task/13069/stat : 13069 (java) S 13003 13006 12059 0 -1 1077944384 39742 13280 0 0 551 6 5 3 20 0 15 0 417274597 11107323904 249370 33554432000 4194304 4196468 140725194497088 140431024920560 140431601089154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13070] ppid=13003 vsize=10846996 memory=992 CPUtime=4.96 cores=0,2,4,6
/proc/13006/task/13070/stat : 13070 (java) S 13003 13006 12059 0 -1 1077944384 32680 13280 0 0 481 7 5 3 20 0 15 0 417274597 11107323904 249370 33554432000 4194304 4196468 140725194497088 140431023868272 140431601089154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13071] ppid=13003 vsize=10846996 memory=997480 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13071/stat : 13071 (java) S 13003 13006 12059 0 -1 1077944384 3 13280 0 0 0 0 5 3 20 0 15 0 417274598 11107323904 249370 33554432000 4194304 4196468 140725194497088 140429861317088 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13072] ppid=13003 vsize=10846996 memory=997480 CPUtime=1.46 cores=0,2,4,6
/proc/13006/task/13072/stat : 13072 (java) S 13003 13006 12059 0 -1 1077944384 1174 13280 0 0 68 70 5 3 20 0 15 0 417274598 11107323904 249370 33554432000 4194304 4196468 140725194497088 140431022816176 140431601089154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
Current children cumulated CPU time: 2429.42 s
Current children cumulated vsize: 10846996 KiB
Current children cumulated memory: 997480 KiB

[startup+2442.3 s]
/proc/loadavg: 0.90 1.18 1.27 2/208 13372
/proc/meminfo: memFree=30057900/32770624 swapFree=66946948/67108860
[pid=13006] ppid=13003 vsize=10846996 memory=999528 CPUtime=2490.38 cores=0,2,4,6
/proc/13006/stat : 13006 (java) S 13003 13006 12059 0 -1 1077944320 267603 13280 0 0 248682 348 5 3 20 0 15 0 417274583 11107323904 249882 33554432000 4194304 4196468 140725194497088 140725194479632 140431601078007 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
/proc/13006/statm: 2711749 249882 3634 1 0 2673805 0
[pid=13006/tid=13059] ppid=13003 vsize=10846996 memory=997480 CPUtime=2417.77 cores=0,2,4,6
/proc/13006/task/13059/stat : 13059 (java) R 13003 13006 12059 0 -1 4202560 76658 13280 0 0 241722 47 5 3 20 0 15 0 417274592 11107323904 249882 33554432000 4194304 4196468 140725194497088 140431572912272 140431218179621 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13060] ppid=13003 vsize=10846996 memory=997480 CPUtime=11.28 cores=0,2,4,6
/proc/13006/task/13060/stat : 13060 (java) S 13003 13006 12059 0 -1 1077944384 19690 13280 0 0 1068 52 5 3 20 0 15 0 417274593 11107323904 249882 33554432000 4194304 4196468 140725194497088 140431605320080 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13061] ppid=13003 vsize=10846996 memory=999528 CPUtime=11.28 cores=0,2,4,6
/proc/13006/task/13061/stat : 13061 (java) S 13003 13006 12059 0 -1 1077944384 11324 13280 0 0 1067 53 5 3 20 0 15 0 417274593 11107323904 249882 33554432000 4194304 4196468 140725194497088 140431174502672 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13062] ppid=13003 vsize=10846996 memory=999528 CPUtime=11.33 cores=0,2,4,6
/proc/13006/task/13062/stat : 13062 (java) S 13003 13006 12059 0 -1 1077944384 18487 13280 0 0 1070 55 5 3 20 0 15 0 417274593 11107323904 249882 33554432000 4194304 4196468 140725194497088 140431173450384 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13063] ppid=13003 vsize=10846996 memory=999528 CPUtime=11.29 cores=0,2,4,6
/proc/13006/task/13063/stat : 13063 (java) S 13003 13006 12059 0 -1 1077944384 11526 13280 0 0 1069 52 5 3 20 0 15 0 417274593 11107323904 249882 33554432000 4194304 4196468 140725194497088 140431172397584 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13064] ppid=13003 vsize=10846996 memory=999528 CPUtime=10.35 cores=0,2,4,6
/proc/13006/task/13064/stat : 13064 (java) S 13003 13006 12059 0 -1 1077944384 16945 13280 0 0 972 55 5 3 20 0 15 0 417274594 11107323904 249882 33554432000 4194304 4196468 140725194497088 140431060585072 140431601089154 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13065] ppid=13003 vsize=10846996 memory=999528 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13065/stat : 13065 (java) S 13003 13006 12059 0 -1 1077944384 56 13280 0 0 0 0 5 3 20 0 15 0 417274594 11107323904 249882 33554432000 4194304 4196468 140725194497088 140431059531104 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13066] ppid=13003 vsize=10846996 memory=999528 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13066/stat : 13066 (java) S 13003 13006 12059 0 -1 1077944384 8 13280 0 0 0 0 5 3 20 0 15 0 417274595 11107323904 249882 33554432000 4194304 4196468 140725194497088 140430935058048 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13067] ppid=13003 vsize=10846996 memory=999528 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13067/stat : 13067 (java) S 13003 13006 12059 0 -1 1077944384 2 13280 0 0 0 0 5 3 20 0 15 0 417274597 11107323904 249882 33554432000 4194304 4196468 140725194497088 140430331079248 140431601096603 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13068] ppid=13003 vsize=10846996 memory=4136 CPUtime=5.59 cores=0,2,4,6
/proc/13006/task/13068/stat : 13068 (java) S 13003 13006 12059 0 -1 1077944384 37076 13280 0 0 544 7 5 3 20 0 15 0 417274597 11107323904 249882 33554432000 4194304 4196468 140725194497088 140431025973360 140431601089154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13069] ppid=13003 vsize=10846996 memory=780 CPUtime=5.65 cores=0,2,4,6
/proc/13006/task/13069/stat : 13069 (java) S 13003 13006 12059 0 -1 1077944384 39744 13280 0 0 551 6 5 3 20 0 15 0 417274597 11107323904 249882 33554432000 4194304 4196468 140725194497088 140431024920560 140431601089154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13070] ppid=13003 vsize=10846996 memory=999528 CPUtime=4.96 cores=0,2,4,6
/proc/13006/task/13070/stat : 13070 (java) S 13003 13006 12059 0 -1 1077944384 32682 13280 0 0 481 7 5 3 20 0 15 0 417274597 11107323904 249882 33554432000 4194304 4196468 140725194497088 140431023868272 140431601089154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13071] ppid=13003 vsize=10846996 memory=3612 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13071/stat : 13071 (java) S 13003 13006 12059 0 -1 1077944384 3 13280 0 0 0 0 5 3 20 0 15 0 417274598 11107323904 249882 33554432000 4194304 4196468 140725194497088 140429861317088 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13072] ppid=13003 vsize=10846996 memory=999528 CPUtime=1.49 cores=0,2,4,6
/proc/13006/task/13072/stat : 13072 (java) S 13003 13006 12059 0 -1 1077944384 1191 13280 0 0 70 71 5 3 20 0 15 0 417274598 11107323904 249882 33554432000 4194304 4196468 140725194497088 140431022816176 140431601089154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
Current children cumulated CPU time: 2490.38 s
Current children cumulated vsize: 10846996 KiB
Current children cumulated memory: 999528 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2471.5 s]
/proc/loadavg: 0.70 1.10 1.24 2/208 13376
/proc/meminfo: memFree=30058348/32770624 swapFree=66946948/67108860
[pid=13006] ppid=13003 vsize=10846996 memory=999528 CPUtime=2520.06 cores=0,2,4,6
/proc/13006/stat : 13006 (java) S 13003 13006 12059 0 -1 1077944320 268987 13280 0 0 251647 351 5 3 20 0 15 0 417274583 11107323904 249882 33554432000 4194304 4196468 140725194497088 140725194479632 140431601078007 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
/proc/13006/statm: 2711749 249882 3634 1 0 2673805 0
[pid=13006/tid=13059] ppid=13003 vsize=10846996 memory=999528 CPUtime=2446.65 cores=0,2,4,6
/proc/13006/task/13059/stat : 13059 (java) R 13003 13006 12059 0 -1 4202560 77205 13280 0 0 244610 47 5 3 20 0 15 0 417274592 11107323904 249882 33554432000 4194304 4196468 140725194497088 140431572912768 140431217148359 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13060] ppid=13003 vsize=10846996 memory=999528 CPUtime=11.45 cores=0,2,4,6
/proc/13006/task/13060/stat : 13060 (java) S 13003 13006 12059 0 -1 1077944384 19894 13280 0 0 1084 53 5 3 20 0 15 0 417274593 11107323904 249882 33554432000 4194304 4196468 140725194497088 140431605320080 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13061] ppid=13003 vsize=10846996 memory=999528 CPUtime=11.43 cores=0,2,4,6
/proc/13006/task/13061/stat : 13061 (java) S 13003 13006 12059 0 -1 1077944384 11520 13280 0 0 1082 53 5 3 20 0 15 0 417274593 11107323904 249882 33554432000 4194304 4196468 140725194497088 140431174502672 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13062] ppid=13003 vsize=10846996 memory=999528 CPUtime=11.49 cores=0,2,4,6
/proc/13006/task/13062/stat : 13062 (java) S 13003 13006 12059 0 -1 1077944384 18659 13280 0 0 1086 55 5 3 20 0 15 0 417274593 11107323904 249882 33554432000 4194304 4196468 140725194497088 140431173450384 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13063] ppid=13003 vsize=10846996 memory=999528 CPUtime=11.46 cores=0,2,4,6
/proc/13006/task/13063/stat : 13063 (java) S 13003 13006 12059 0 -1 1077944384 11578 13280 0 0 1085 53 5 3 20 0 15 0 417274593 11107323904 249882 33554432000 4194304 4196468 140725194497088 140431172397584 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13064] ppid=13003 vsize=10846996 memory=1040 CPUtime=10.48 cores=0,2,4,6
/proc/13006/task/13064/stat : 13064 (java) S 13003 13006 12059 0 -1 1077944384 17139 13280 0 0 985 55 5 3 20 0 15 0 417274594 11107323904 249882 33554432000 4194304 4196468 140725194497088 140431060585072 140431601089154 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13065] ppid=13003 vsize=10846996 memory=999528 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13065/stat : 13065 (java) S 13003 13006 12059 0 -1 1077944384 56 13280 0 0 0 0 5 3 20 0 15 0 417274594 11107323904 249882 33554432000 4194304 4196468 140725194497088 140431059531104 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13066] ppid=13003 vsize=10846996 memory=3612 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13066/stat : 13066 (java) S 13003 13006 12059 0 -1 1077944384 8 13280 0 0 0 0 5 3 20 0 15 0 417274595 11107323904 249882 33554432000 4194304 4196468 140725194497088 140430935058048 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13067] ppid=13003 vsize=10846996 memory=999528 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13067/stat : 13067 (java) S 13003 13006 12059 0 -1 1077944384 2 13280 0 0 0 0 5 3 20 0 15 0 417274597 11107323904 249882 33554432000 4194304 4196468 140725194497088 140430331079248 140431601096603 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13068] ppid=13003 vsize=10846996 memory=999528 CPUtime=5.59 cores=0,2,4,6
/proc/13006/task/13068/stat : 13068 (java) S 13003 13006 12059 0 -1 1077944384 37078 13280 0 0 544 7 5 3 20 0 15 0 417274597 11107323904 249882 33554432000 4194304 4196468 140725194497088 140431025973360 140431601089154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13069] ppid=13003 vsize=10846996 memory=999528 CPUtime=5.65 cores=0,2,4,6
/proc/13006/task/13069/stat : 13069 (java) S 13003 13006 12059 0 -1 1077944384 39746 13280 0 0 551 6 5 3 20 0 15 0 417274597 11107323904 249882 33554432000 4194304 4196468 140725194497088 140431024920560 140431601089154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13070] ppid=13003 vsize=10846996 memory=999528 CPUtime=4.96 cores=0,2,4,6
/proc/13006/task/13070/stat : 13070 (java) S 13003 13006 12059 0 -1 1077944384 32684 13280 0 0 481 7 5 3 20 0 15 0 417274597 11107323904 249882 33554432000 4194304 4196468 140725194497088 140431023868272 140431601089154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13071] ppid=13003 vsize=10846996 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13071/stat : 13071 (java) S 13003 13006 12059 0 -1 1077944384 3 13280 0 0 0 0 5 3 20 0 15 0 417274598 11107323904 249882 33554432000 4194304 4196468 140725194497088 140429861317088 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13072] ppid=13003 vsize=10846996 memory=8 CPUtime=1.51 cores=0,2,4,6
/proc/13006/task/13072/stat : 13072 (java) S 13003 13006 12059 0 -1 1077944384 1204 13280 0 0 71 72 5 3 20 0 15 0 417274598 11107323904 249882 33554432000 4194304 4196468 140725194497088 140431022816176 140431601089154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10846996 KiB
Current children cumulated memory: 999528 KiB

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

[startup+2471.62 s]
# the end of solver process 13006 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.63 s, system=3.5539 s

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

[startup+2471.5 s]
/proc/loadavg: 0.70 1.10 1.24 2/208 13376
/proc/meminfo: memFree=30058348/32770624 swapFree=66946948/67108860
[pid=13006] ppid=13003 vsize=10846996 memory=999528 CPUtime=2520.06 cores=0,2,4,6
/proc/13006/stat : 13006 (java) S 13003 13006 12059 0 -1 1077944320 268987 13280 0 0 251647 351 5 3 20 0 15 0 417274583 11107323904 249882 33554432000 4194304 4196468 140725194497088 140725194479632 140431601078007 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
/proc/13006/statm: 2711749 249882 3634 1 0 2673805 0
[pid=13006/tid=13059] ppid=13003 vsize=10846996 memory=999528 CPUtime=2446.65 cores=0,2,4,6
/proc/13006/task/13059/stat : 13059 (java) R 13003 13006 12059 0 -1 4202560 77205 13280 0 0 244610 47 5 3 20 0 15 0 417274592 11107323904 249882 33554432000 4194304 4196468 140725194497088 140431572912768 140431217148359 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13060] ppid=13003 vsize=10846996 memory=999528 CPUtime=11.45 cores=0,2,4,6
/proc/13006/task/13060/stat : 13060 (java) S 13003 13006 12059 0 -1 1077944384 19894 13280 0 0 1084 53 5 3 20 0 15 0 417274593 11107323904 249882 33554432000 4194304 4196468 140725194497088 140431605320080 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13061] ppid=13003 vsize=10846996 memory=999528 CPUtime=11.43 cores=0,2,4,6
/proc/13006/task/13061/stat : 13061 (java) S 13003 13006 12059 0 -1 1077944384 11520 13280 0 0 1082 53 5 3 20 0 15 0 417274593 11107323904 249882 33554432000 4194304 4196468 140725194497088 140431174502672 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13062] ppid=13003 vsize=10846996 memory=999528 CPUtime=11.49 cores=0,2,4,6
/proc/13006/task/13062/stat : 13062 (java) S 13003 13006 12059 0 -1 1077944384 18659 13280 0 0 1086 55 5 3 20 0 15 0 417274593 11107323904 249882 33554432000 4194304 4196468 140725194497088 140431173450384 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13063] ppid=13003 vsize=10846996 memory=999528 CPUtime=11.46 cores=0,2,4,6
/proc/13006/task/13063/stat : 13063 (java) S 13003 13006 12059 0 -1 1077944384 11578 13280 0 0 1085 53 5 3 20 0 15 0 417274593 11107323904 249882 33554432000 4194304 4196468 140725194497088 140431172397584 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13064] ppid=13003 vsize=10846996 memory=1040 CPUtime=10.48 cores=0,2,4,6
/proc/13006/task/13064/stat : 13064 (java) S 13003 13006 12059 0 -1 1077944384 17139 13280 0 0 985 55 5 3 20 0 15 0 417274594 11107323904 249882 33554432000 4194304 4196468 140725194497088 140431060585072 140431601089154 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13065] ppid=13003 vsize=10846996 memory=999528 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13065/stat : 13065 (java) S 13003 13006 12059 0 -1 1077944384 56 13280 0 0 0 0 5 3 20 0 15 0 417274594 11107323904 249882 33554432000 4194304 4196468 140725194497088 140431059531104 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13066] ppid=13003 vsize=10846996 memory=3612 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13066/stat : 13066 (java) S 13003 13006 12059 0 -1 1077944384 8 13280 0 0 0 0 5 3 20 0 15 0 417274595 11107323904 249882 33554432000 4194304 4196468 140725194497088 140430935058048 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13067] ppid=13003 vsize=10846996 memory=999528 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13067/stat : 13067 (java) S 13003 13006 12059 0 -1 1077944384 2 13280 0 0 0 0 5 3 20 0 15 0 417274597 11107323904 249882 33554432000 4194304 4196468 140725194497088 140430331079248 140431601096603 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13068] ppid=13003 vsize=10846996 memory=999528 CPUtime=5.59 cores=0,2,4,6
/proc/13006/task/13068/stat : 13068 (java) S 13003 13006 12059 0 -1 1077944384 37078 13280 0 0 544 7 5 3 20 0 15 0 417274597 11107323904 249882 33554432000 4194304 4196468 140725194497088 140431025973360 140431601089154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13069] ppid=13003 vsize=10846996 memory=999528 CPUtime=5.65 cores=0,2,4,6
/proc/13006/task/13069/stat : 13069 (java) S 13003 13006 12059 0 -1 1077944384 39746 13280 0 0 551 6 5 3 20 0 15 0 417274597 11107323904 249882 33554432000 4194304 4196468 140725194497088 140431024920560 140431601089154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13070] ppid=13003 vsize=10846996 memory=999528 CPUtime=4.96 cores=0,2,4,6
/proc/13006/task/13070/stat : 13070 (java) S 13003 13006 12059 0 -1 1077944384 32684 13280 0 0 481 7 5 3 20 0 15 0 417274597 11107323904 249882 33554432000 4194304 4196468 140725194497088 140431023868272 140431601089154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13071] ppid=13003 vsize=10846996 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/13006/task/13071/stat : 13071 (java) S 13003 13006 12059 0 -1 1077944384 3 13280 0 0 0 0 5 3 20 0 15 0 417274598 11107323904 249882 33554432000 4194304 4196468 140725194497088 140429861317088 140431601088213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
[pid=13006/tid=13072] ppid=13003 vsize=10846996 memory=8 CPUtime=1.51 cores=0,2,4,6
/proc/13006/task/13072/stat : 13072 (java) S 13003 13006 12059 0 -1 1077944384 1204 13280 0 0 71 72 5 3 20 0 15 0 417274598 11107323904 249882 33554432000 4194304 4196468 140725194497088 140431022816176 140431601089154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18423808 140725194500847 140725194503365 140725194503365 140725194506191 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10846996 KiB
Current children cumulated memory: 999528 KiB

Child status: 143
Real time (s): 2471.62
CPU time (s): 2520.19
CPU user time (s): 2516.63
CPU system time (s): 3.5539
CPU usage (%): 101.965
Max. virtual memory (cumulated for all children) (KiB): 10849624
Max. memory (cumulated for all children) (KiB): 999528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.63
system time used= 3.5539
maximum resident set size= 1003648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 283173
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3088
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 280141
involuntary context switches= 8217


# summary of solver processes directly reported to runsolver:
#   pid: 13006
#   total CPU time (s): 2520.19
#   total CPU user time (s): 2516.63
#   total CPU system time (s): 3.5539

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.2226 second user time and 22.4036 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-14 00:21:24
IDJOB=4395993
IDBENCH=141690
IDSOLVER=2846
FILE ID=node117/4395993-1568413326
RUNJOBID= node117-1568410404-12090
PBS_JOBID= 21702192
Free space on /tmp= 61148 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP19/hcp/graph254.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395993-1568413326/watcher-4395993-1568413326 -o /tmp/evaluation-result-4395993-1568413326/solver-4395993-1568413326 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568410404-12090 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1108649154 HOME/instance-4395993-1568413326.xml

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

MD5SUM BENCH= 68b62eb0ee4f1f32ebe5ed32147b7b19
RANDOM SEED=1108649154

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:        30283416 kB
MemAvailable:   31141408 kB
Buffers:          125564 kB
Cached:          1000596 kB
SwapCached:        50628 kB
Active:          1473816 kB
Inactive:         433656 kB
Active(anon):     747292 kB
Inactive(anon):    57580 kB
Active(file):     726524 kB
Inactive(file):   376076 kB
Unevictable:      109848 kB
Mlocked:          109848 kB
SwapTotal:      67108860 kB
SwapFree:       66946824 kB
Dirty:             35464 kB
Writeback:             0 kB
AnonPages:        841736 kB
Mapped:            46580 kB
Shmem:             14760 kB
Slab:             171080 kB
SReclaimable:     142452 kB
SUnreclaim:        28628 kB
KernelStack:        3712 kB
PageTables:         7672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1982104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    665600 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61148 MiB
End job on node117 at 2019-09-14 01:02:36