Trace number 4387546

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.10? (TO) 2520.13 2468.03

General information on the benchmark

NameXCSP19/hcp/
graph249.xml
MD5SUM9deb1a9239474f0b39e24b397fc75368
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 benchmark37.7136
Satisfiable
(Un)Satisfiability was proved
Number of variables1558
Number of constraints1
Number of domains1558
Minimum domain size3
Maximum domain size4
Distribution of domain sizes[{"size":3,"count":1556},{"size":4,"count":2}]
Minimum variable degree1
Maximum variable degree1
Distribution of variable degrees[{"degree":1,"count":1558}]
Minimum constraint arity1558
Maximum constraint arity1558
Distribution of constraint arities[{"arity":1558,"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.72/0.55	c Concrete v3.10.1560635388952 running
2520.08/2468.02	Exception in thread "main" java.util.concurrent.TimeoutException
2520.08/2468.02		at concrete.MAC.mac(MAC.scala:189)
2520.08/2468.02		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.08/2468.02		at scala.util.Try$.apply(Try.scala:212)
2520.08/2468.02		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.08/2468.02		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.08/2468.02		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.08/2468.02		at concrete.MAC.oneRun(MAC.scala:253)
2520.08/2468.02		at concrete.MAC.nextSolution(MAC.scala:272)
2520.08/2468.02		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.08/2468.02		at concrete.ProblemState.map(ProblemState.scala:228)
2520.08/2468.02		at concrete.ProblemState.map(ProblemState.scala:210)
2520.08/2468.02		at concrete.MAC.nextSolution(MAC.scala:334)
2520.08/2468.02		at concrete.Solver.hasNext(Solver.scala:160)
2520.08/2468.02		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.08/2468.02		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.08/2468.02		at concrete.Solver.nextOption(Solver.scala:67)
2520.08/2468.02		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:77)
2520.08/2468.02		at scala.util.Success.map(Try.scala:264)
2520.08/2468.02		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.08/2468.02		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.08/2468.02		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.08/2468.02		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.08/2468.02		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.08/2468.02		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.08/2468.02		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.08/2468.02		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.08/2468.02		at scala.App.$anonfun$main$1(App.scala:75)
2520.08/2468.02		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.08/2468.02		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.08/2468.02		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.08/2468.02		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.08/2468.02		at scala.App.main(App.scala:75)
2520.08/2468.02		at scala.App.main$(App.scala:73)
2520.08/2468.02		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.08/2468.02		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.08/2468.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: 16374 MiB (5560 MiB free)
  memory of node 1: 16384 MiB (13865 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387546-1568310800/watcher-4387546-1568310800 -o /tmp/evaluation-result-4387546-1568310800/solver-4387546-1568310800 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568282865-6844 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1637262569 HOME/instance-4387546-1568310800.xml 

running on 4 cores: 1,3,5,7

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


[startup+0.10006 s]*
/proc/loadavg: 1.33 1.48 1.49 3/218 15236
/proc/meminfo: memFree=19885244/32770624 swapFree=66977612/67108860
[pid=15179] ppid=15176 vsize=9972712 memory=16816 CPUtime=0.09 cores=1,3,5,7
/proc/15179/stat : 15179 (java) S 15176 15179 5836 0 -1 1077944320 4484 13042 0 0 1 1 5 2 20 0 6 0 407337338 10212057088 4204 33554432000 4194304 4196468 140730774661264 140730774643808 139953763962615 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
/proc/15179/statm: 2493178 4204 1935 1 0 2481616 0
[pid=15179/tid=15232] ppid=15176 vsize=9972712 memory=720575944405811505 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15232/stat : 15232 (java) R 15176 15179 5836 0 -1 4202560 2294 13042 0 0 0 0 5 2 20 0 6 0 407337347 10212057088 4270 33554432000 4194304 4196468 140730774661264 139953735799376 139953748043102 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15233] ppid=15176 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15233/stat : 15233 (java) S 15176 15179 5836 0 -1 1077944384 1 13042 0 0 0 0 5 2 20 0 6 0 407337348 10212057088 4270 33554432000 4194304 4196468 140730774661264 139953768205072 139953763972821 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15234] ppid=15176 vsize=9972712 memory=139912606261593 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15234/stat : 15234 (java) S 15176 15179 5836 0 -1 1077944384 1 13042 0 0 0 0 5 2 20 0 6 0 407337348 10212057088 4270 33554432000 4194304 4196468 140730774661264 139953667095440 139953763972821 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15235] ppid=15176 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15235/stat : 15235 (java) S 15176 15179 5836 0 -1 1077944384 1 13042 0 0 0 0 5 2 20 0 6 0 407337348 10212057088 4270 33554432000 4194304 4196468 140730774661264 139953666042896 139953763972821 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15236] ppid=15176 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15236/stat : 15236 (java) S 15176 15179 5836 0 -1 1077944384 2 13042 0 0 0 0 5 2 20 0 6 0 407337348 10212057088 4270 33554432000 4194304 4196468 140730774661264 139953664990352 139953763972821 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.210856 s]*
/proc/loadavg: 1.33 1.48 1.49 3/227 15245
/proc/meminfo: memFree=19863144/32770624 swapFree=66977612/67108860
[pid=15179] ppid=15176 vsize=10818940 memory=40708 CPUtime=0.25 cores=1,3,5,7
/proc/15179/stat : 15179 (java) S 15176 15179 5836 0 -1 1077944320 6993 13042 0 0 16 2 5 2 20 0 15 0 407337338 11078594560 10177 33554432000 4194304 4196468 140730774661264 140730774643808 139953763962615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
/proc/15179/statm: 2704735 10177 2975 1 0 2667149 0
[pid=15179/tid=15232] ppid=15176 vsize=10818940 memory=729618466009055537 CPUtime=0.18 cores=1,3,5,7
/proc/15179/task/15232/stat : 15232 (java) R 15176 15179 5836 0 -1 4202560 3503 13042 0 0 10 1 5 2 20 0 15 0 407337347 11078594560 10177 33554432000 4194304 4196468 140730774661264 139953735785776 139953763984541 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15233] ppid=15176 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15233/stat : 15233 (java) S 15176 15179 5836 0 -1 1077944384 1 13042 0 0 0 0 5 2 20 0 15 0 407337348 11078594560 10177 33554432000 4194304 4196468 140730774661264 139953768205072 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15234] ppid=15176 vsize=10818940 memory=139912606261593 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15234/stat : 15234 (java) S 15176 15179 5836 0 -1 1077944384 1 13042 0 0 0 0 5 2 20 0 15 0 407337348 11078594560 10177 33554432000 4194304 4196468 140730774661264 139953667095440 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15235] ppid=15176 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15235/stat : 15235 (java) S 15176 15179 5836 0 -1 1077944384 1 13042 0 0 0 0 5 2 20 0 15 0 407337348 11078594560 10177 33554432000 4194304 4196468 140730774661264 139953666042896 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15236] ppid=15176 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15236/stat : 15236 (java) S 15176 15179 5836 0 -1 1077944384 2 13042 0 0 0 0 5 2 20 0 15 0 407337348 11078594560 10177 33554432000 4194304 4196468 140730774661264 139953664990352 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15237] ppid=15176 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15237/stat : 15237 (java) S 15176 15179 5836 0 -1 1077944384 2 13042 0 0 0 0 5 2 20 0 15 0 407337349 11078594560 10177 33554432000 4194304 4196468 140730774661264 139953222481904 139953763973762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15238] ppid=15176 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15238/stat : 15238 (java) S 15176 15179 5836 0 -1 1077944384 33 13042 0 0 0 0 5 2 20 0 15 0 407337350 11078594560 10177 33554432000 4194304 4196468 140730774661264 139953221428128 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15239] ppid=15176 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15239/stat : 15239 (java) S 15176 15179 5836 0 -1 1077944384 1 13042 0 0 0 0 5 2 20 0 15 0 407337350 11078594560 10177 33554432000 4194304 4196468 140730774661264 139953119945712 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15240] ppid=15176 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15240/stat : 15240 (java) S 15176 15179 5836 0 -1 1077944384 2 13042 0 0 0 0 5 2 20 0 15 0 407337353 11078594560 10177 33554432000 4194304 4196468 140730774661264 139952515967184 139953763981211 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15241] ppid=15176 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15179/task/15241/stat : 15241 (java) S 15176 15179 5836 0 -1 1077944384 465 13042 0 0 1 0 5 2 20 0 15 0 407337353 11078594560 10177 33554432000 4194304 4196468 140730774661264 139953086388720 139953763973762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15242] ppid=15176 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15179/task/15242/stat : 15242 (java) S 15176 15179 5836 0 -1 1077944384 148 13042 0 0 1 0 5 2 20 0 15 0 407337353 11078594560 10177 33554432000 4194304 4196468 140730774661264 139953085336176 139953763973762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15243] ppid=15176 vsize=10818940 memory=139912606246528 CPUtime=0.1 cores=1,3,5,7
/proc/15179/task/15243/stat : 15243 (java) R 15176 15179 5836 0 -1 4202560 625 13042 0 0 3 0 5 2 20 0 15 0 407337353 11078594560 10177 33554432000 4194304 4196468 140730774661264 139953084283632 139953763983962 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15244] ppid=15176 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15244/stat : 15244 (java) S 15176 15179 5836 0 -1 1077944384 3 13042 0 0 0 0 5 2 20 0 15 0 407337353 11078594560 10177 33554432000 4194304 4196468 140730774661264 139952046206048 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15245] ppid=15176 vsize=10818940 memory=139912606246528 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15245/stat : 15245 (java) S 15176 15179 5836 0 -1 1077944384 1 13042 0 0 0 0 5 2 20 0 15 0 407337353 11078594560 10177 33554432000 4194304 4196468 140730774661264 139953083230512 139953763973762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 40708 KiB

[startup+0.31038 s]*
/proc/loadavg: 1.33 1.48 1.49 3/227 15245
/proc/meminfo: memFree=19853672/32770624 swapFree=66977612/67108860
[pid=15179] ppid=15176 vsize=10820096 memory=49860 CPUtime=0.39 cores=1,3,5,7
/proc/15179/stat : 15179 (java) S 15176 15179 5836 0 -1 1077944320 10672 13042 0 0 28 4 5 2 20 0 15 0 407337338 11079778304 12465 33554432000 4194304 4196468 140730774661264 140730774643808 139953763962615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
/proc/15179/statm: 2705024 12465 3173 1 0 2667149 0
[pid=15179/tid=15232] ppid=15176 vsize=10820096 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/15179/task/15232/stat : 15232 (java) R 15176 15179 5836 0 -1 4202560 7246 13042 0 0 18 3 5 2 20 0 15 0 407337347 11079778304 12531 33554432000 4194304 4196468 140730774661264 139953735783648 139953763984541 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15233] ppid=15176 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15233/stat : 15233 (java) S 15176 15179 5836 0 -1 1077944384 1 13042 0 0 0 0 5 2 20 0 15 0 407337348 11079778304 12531 33554432000 4194304 4196468 140730774661264 139953768205072 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15234] ppid=15176 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15234/stat : 15234 (java) S 15176 15179 5836 0 -1 1077944384 1 13042 0 0 0 0 5 2 20 0 15 0 407337348 11079778304 12531 33554432000 4194304 4196468 140730774661264 139953667095440 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15235] ppid=15176 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15235/stat : 15235 (java) S 15176 15179 5836 0 -1 1077944384 1 13042 0 0 0 0 5 2 20 0 15 0 407337348 11079778304 12531 33554432000 4194304 4196468 140730774661264 139953666042896 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15236] ppid=15176 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15236/stat : 15236 (java) S 15176 15179 5836 0 -1 1077944384 2 13042 0 0 0 0 5 2 20 0 15 0 407337348 11079778304 12531 33554432000 4194304 4196468 140730774661264 139953664990352 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15237] ppid=15176 vsize=10820096 memory=139912606246527 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15237/stat : 15237 (java) S 15176 15179 5836 0 -1 1077944384 2 13042 0 0 0 0 5 2 20 0 15 0 407337349 11079778304 12531 33554432000 4194304 4196468 140730774661264 139953222481904 139953763973762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15238] ppid=15176 vsize=10820096 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15238/stat : 15238 (java) S 15176 15179 5836 0 -1 1077944384 33 13042 0 0 0 0 5 2 20 0 15 0 407337350 11079778304 12531 33554432000 4194304 4196468 140730774661264 139953221428128 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15239] ppid=15176 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15239/stat : 15239 (java) S 15176 15179 5836 0 -1 1077944384 1 13042 0 0 0 0 5 2 20 0 15 0 407337350 11079778304 12531 33554432000 4194304 4196468 140730774661264 139953119945712 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15240] ppid=15176 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15240/stat : 15240 (java) S 15176 15179 5836 0 -1 1077944384 2 13042 0 0 0 0 5 2 20 0 15 0 407337353 11079778304 12531 33554432000 4194304 4196468 140730774661264 139952515967184 139953763981211 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15241] ppid=15176 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15179/task/15241/stat : 15241 (java) S 15176 15179 5836 0 -1 1077944384 466 13042 0 0 1 0 5 2 20 0 15 0 407337353 11079778304 12531 33554432000 4194304 4196468 140730774661264 139953086388720 139953763973762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15242] ppid=15176 vsize=10820096 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/15179/task/15242/stat : 15242 (java) S 15176 15179 5836 0 -1 1077944384 149 13042 0 0 2 0 5 2 20 0 15 0 407337353 11079778304 12531 33554432000 4194304 4196468 140730774661264 139953085336176 139953763973762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15243] ppid=15176 vsize=10820096 memory=139912606246528 CPUtime=0.12 cores=1,3,5,7
/proc/15179/task/15243/stat : 15243 (java) S 15176 15179 5836 0 -1 1077944384 636 13042 0 0 5 0 5 2 20 0 15 0 407337353 11079778304 12531 33554432000 4194304 4196468 140730774661264 139953084283632 139953763973762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15244] ppid=15176 vsize=10820096 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15244/stat : 15244 (java) S 15176 15179 5836 0 -1 1077944384 3 13042 0 0 0 0 5 2 20 0 15 0 407337353 11079778304 12531 33554432000 4194304 4196468 140730774661264 139952046206048 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15245] ppid=15176 vsize=10820096 memory=139912606246528 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15245/stat : 15245 (java) S 15176 15179 5836 0 -1 1077944384 1 13042 0 0 0 0 5 2 20 0 15 0 407337353 11079778304 12531 33554432000 4194304 4196468 140730774661264 139953083230512 139953763973762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 49860 KiB

[startup+0.704857 s]
/proc/loadavg: 1.33 1.48 1.49 6/227 15245
/proc/meminfo: memFree=19837604/32770624 swapFree=66977612/67108860
[pid=15179] ppid=15176 vsize=10824340 memory=82680 CPUtime=1.14 cores=1,3,5,7
/proc/15179/stat : 15179 (java) S 15176 15179 5836 0 -1 1077944320 14892 13042 0 0 102 5 5 2 20 0 15 0 407337338 11084124160 20670 33554432000 4194304 4196468 140730774661264 140730774643808 139953763962615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
/proc/15179/statm: 2706085 20670 3508 1 0 2668173 0
[pid=15179/tid=15232] ppid=15176 vsize=10824340 memory=7810487918915055718 CPUtime=0.66 cores=1,3,5,7
/proc/15179/task/15232/stat : 15232 (java) R 15176 15179 5836 0 -1 4202560 10571 13042 0 0 55 4 5 2 20 0 15 0 407337347 11084124160 20670 33554432000 4194304 4196468 140730774661264 139953735789808 139953763974550 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15233] ppid=15176 vsize=10824340 memory=1428 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15233/stat : 15233 (java) S 15176 15179 5836 0 -1 1077944384 1 13042 0 0 0 0 5 2 20 0 15 0 407337348 11084124160 20670 33554432000 4194304 4196468 140730774661264 139953768205072 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15234] ppid=15176 vsize=10824340 memory=1728 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15234/stat : 15234 (java) S 15176 15179 5836 0 -1 1077944384 1 13042 0 0 0 0 5 2 20 0 15 0 407337348 11084124160 20670 33554432000 4194304 4196468 140730774661264 139953667095440 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15235] ppid=15176 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15235/stat : 15235 (java) S 15176 15179 5836 0 -1 1077944384 1 13042 0 0 0 0 5 2 20 0 15 0 407337348 11084124160 20670 33554432000 4194304 4196468 140730774661264 139953666042896 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15236] ppid=15176 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15236/stat : 15236 (java) S 15176 15179 5836 0 -1 1077944384 2 13042 0 0 0 0 5 2 20 0 15 0 407337348 11084124160 20670 33554432000 4194304 4196468 140730774661264 139953664990352 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15237] ppid=15176 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15237/stat : 15237 (java) S 15176 15179 5836 0 -1 1077944384 6 13042 0 0 0 0 5 2 20 0 15 0 407337349 11084124160 20670 33554432000 4194304 4196468 140730774661264 139953222481904 139953763973762 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15238] ppid=15176 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15238/stat : 15238 (java) S 15176 15179 5836 0 -1 1077944384 33 13042 0 0 0 0 5 2 20 0 15 0 407337350 11084124160 20670 33554432000 4194304 4196468 140730774661264 139953221428128 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15239] ppid=15176 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15239/stat : 15239 (java) S 15176 15179 5836 0 -1 1077944384 1 13042 0 0 0 0 5 2 20 0 15 0 407337350 11084124160 20670 33554432000 4194304 4196468 140730774661264 139953119945712 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15240] ppid=15176 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15240/stat : 15240 (java) S 15176 15179 5836 0 -1 1077944384 2 13042 0 0 0 0 5 2 20 0 15 0 407337353 11084124160 20670 33554432000 4194304 4196468 140730774661264 139952515967184 139953763981211 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15241] ppid=15176 vsize=10824340 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/15179/task/15241/stat : 15241 (java) R 15176 15179 5836 0 -1 4202560 742 13042 0 0 13 0 5 2 20 0 15 0 407337353 11084124160 20670 33554432000 4194304 4196468 140730774661264 139953086374816 139953748891051 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15242] ppid=15176 vsize=10824340 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/15179/task/15242/stat : 15242 (java) S 15176 15179 5836 0 -1 1077944384 496 13042 0 0 15 0 5 2 20 0 15 0 407337353 11084124160 20670 33554432000 4194304 4196468 140730774661264 139953085336176 139953763973762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15243] ppid=15176 vsize=10824340 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/15179/task/15243/stat : 15243 (java) R 15176 15179 5836 0 -1 4202560 822 13042 0 0 17 0 5 2 20 0 15 0 407337353 11084124160 20670 33554432000 4194304 4196468 140730774661264 139953084283632 139953743089926 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15244] ppid=15176 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15244/stat : 15244 (java) S 15176 15179 5836 0 -1 1077944384 3 13042 0 0 0 0 5 2 20 0 15 0 407337353 11084124160 20670 33554432000 4194304 4196468 140730774661264 139952046206048 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15245] ppid=15176 vsize=10824340 memory=3616 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15245/stat : 15245 (java) S 15176 15179 5836 0 -1 1077944384 1 13042 0 0 0 0 5 2 20 0 15 0 407337353 11084124160 20670 33554432000 4194304 4196468 140730774661264 139953083230512 139953763973762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 82680 KiB

[startup+1.50074 s]
/proc/loadavg: 1.33 1.48 1.49 5/227 15245
/proc/meminfo: memFree=19787524/32770624 swapFree=66977612/67108860
[pid=15179] ppid=15176 vsize=10834656 memory=192760 CPUtime=2.82 cores=1,3,5,7
/proc/15179/stat : 15179 (java) S 15176 15179 5836 0 -1 1077944320 27003 13042 0 0 264 11 5 2 20 0 15 0 407337338 11094687744 48190 33554432000 4194304 4196468 140730774661264 140730774643808 139953763962615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
/proc/15179/statm: 2708664 48190 3574 1 0 2670733 0
[pid=15179/tid=15232] ppid=15176 vsize=10834656 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/15179/task/15232/stat : 15232 (java) R 15176 15179 5836 0 -1 4202560 16651 13042 0 0 129 6 5 2 20 0 15 0 407337347 11094687744 48190 33554432000 4194304 4196468 140730774661264 139953735795616 139953756199742 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15233] ppid=15176 vsize=10834656 memory=-7531822216213012384 CPUtime=0.08 cores=1,3,5,7
/proc/15179/task/15233/stat : 15233 (java) S 15176 15179 5836 0 -1 1077944384 76 13042 0 0 1 0 5 2 20 0 15 0 407337348 11094687744 48190 33554432000 4194304 4196468 140730774661264 139953768205072 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15234] ppid=15176 vsize=10834656 memory=6297831459760462183 CPUtime=0.08 cores=1,3,5,7
/proc/15179/task/15234/stat : 15234 (java) S 15176 15179 5836 0 -1 1077944384 7 13042 0 0 1 0 5 2 20 0 15 0 407337348 11094687744 48190 33554432000 4194304 4196468 140730774661264 139953667095440 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15235] ppid=15176 vsize=10834656 memory=7452169195256703590 CPUtime=0.08 cores=1,3,5,7
/proc/15179/task/15235/stat : 15235 (java) S 15176 15179 5836 0 -1 1077944384 312 13042 0 0 1 0 5 2 20 0 15 0 407337348 11094687744 48190 33554432000 4194304 4196468 140730774661264 139953666042896 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15236] ppid=15176 vsize=10834656 memory=279824904399200 CPUtime=0.08 cores=1,3,5,7
/proc/15179/task/15236/stat : 15236 (java) S 15176 15179 5836 0 -1 1077944384 56 13042 0 0 1 0 5 2 20 0 15 0 407337348 11094687744 48190 33554432000 4194304 4196468 140730774661264 139953664990352 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15237] ppid=15176 vsize=10834656 memory=205088983381717 CPUtime=0.08 cores=1,3,5,7
/proc/15179/task/15237/stat : 15237 (java) S 15176 15179 5836 0 -1 1077944384 1310 13042 0 0 1 0 5 2 20 0 15 0 407337349 11094687744 48190 33554432000 4194304 4196468 140730774661264 139953222481904 139953763973762 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15238] ppid=15176 vsize=10834656 memory=205088983381718 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15238/stat : 15238 (java) S 15176 15179 5836 0 -1 1077944384 33 13042 0 0 0 0 5 2 20 0 15 0 407337350 11094687744 48190 33554432000 4194304 4196468 140730774661264 139953221428192 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15239] ppid=15176 vsize=10834656 memory=205088983381719 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15239/stat : 15239 (java) S 15176 15179 5836 0 -1 1077944384 2 13042 0 0 0 0 5 2 20 0 15 0 407337350 11094687744 48190 33554432000 4194304 4196468 140730774661264 139953119945728 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15240] ppid=15176 vsize=10834656 memory=205088983381720 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15240/stat : 15240 (java) S 15176 15179 5836 0 -1 1077944384 2 13042 0 0 0 0 5 2 20 0 15 0 407337353 11094687744 48190 33554432000 4194304 4196468 140730774661264 139952515967184 139953763981211 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15241] ppid=15176 vsize=10834656 memory=0 CPUtime=0.45 cores=1,3,5,7
/proc/15179/task/15241/stat : 15241 (java) S 15176 15179 5836 0 -1 1077944384 2511 13042 0 0 38 0 5 2 20 0 15 0 407337353 11094687744 48190 33554432000 4194304 4196468 140730774661264 139953086388720 139953763973762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15242] ppid=15176 vsize=10834656 memory=279824903993264 CPUtime=0.5 cores=1,3,5,7
/proc/15179/task/15242/stat : 15242 (java) S 15176 15179 5836 0 -1 1077944384 1883 13042 0 0 43 0 5 2 20 0 15 0 407337353 11094687744 48190 33554432000 4194304 4196468 140730774661264 139953085336176 139953763973762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15243] ppid=15176 vsize=10834656 memory=279824903991408 CPUtime=0.51 cores=1,3,5,7
/proc/15179/task/15243/stat : 15243 (java) S 15176 15179 5836 0 -1 1077944384 1945 13042 0 0 44 0 5 2 20 0 15 0 407337353 11094687744 48190 33554432000 4194304 4196468 140730774661264 139953084283632 139953763973762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15244] ppid=15176 vsize=10834656 memory=279824903991472 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15244/stat : 15244 (java) S 15176 15179 5836 0 -1 1077944384 3 13042 0 0 0 0 5 2 20 0 15 0 407337353 11094687744 48190 33554432000 4194304 4196468 140730774661264 139952046206048 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15245] ppid=15176 vsize=10834656 memory=279824904438992 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15245/stat : 15245 (java) S 15176 15179 5836 0 -1 1077944384 3 13042 0 0 0 0 5 2 20 0 15 0 407337353 11094687744 48190 33554432000 4194304 4196468 140730774661264 139953083230512 139953763973762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 10834656 KiB

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

/proc/15179/task/15232/stat : 15232 (java) R 15176 15179 5836 0 -1 4202560 213781 13042 0 0 229421 99 5 2 20 0 15 0 407337347 11105193984 108181 33554432000 4194304 4196468 140730774661264 139953735798208 139953342293536 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15233] ppid=15176 vsize=10844916 memory=428592 CPUtime=12.93 cores=1,3,5,7
/proc/15179/task/15233/stat : 15233 (java) S 15176 15179 5836 0 -1 1077944384 19355 13042 0 0 1207 79 5 2 20 0 15 0 407337348 11105193984 108181 33554432000 4194304 4196468 140730774661264 139953768205072 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15234] ppid=15176 vsize=10844916 memory=432696 CPUtime=12.86 cores=1,3,5,7
/proc/15179/task/15234/stat : 15234 (java) S 15176 15179 5836 0 -1 1077944384 23386 13042 0 0 1198 81 5 2 20 0 15 0 407337348 11105193984 108181 33554432000 4194304 4196468 140730774661264 139953667095440 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15235] ppid=15176 vsize=10844916 memory=430644 CPUtime=12.86 cores=1,3,5,7
/proc/15179/task/15235/stat : 15235 (java) S 15176 15179 5836 0 -1 1077944384 20439 13042 0 0 1195 84 5 2 20 0 15 0 407337348 11105193984 108181 33554432000 4194304 4196468 140730774661264 139953666042896 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15236] ppid=15176 vsize=10844916 memory=427052 CPUtime=12.92 cores=1,3,5,7
/proc/15179/task/15236/stat : 15236 (java) S 15176 15179 5836 0 -1 1077944384 24875 13042 0 0 1201 84 5 2 20 0 15 0 407337348 11105193984 108181 33554432000 4194304 4196468 140730774661264 139953664990352 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15237] ppid=15176 vsize=10844916 memory=426540 CPUtime=11.37 cores=1,3,5,7
/proc/15179/task/15237/stat : 15237 (java) S 15176 15179 5836 0 -1 1077944384 13908 13042 0 0 1015 115 5 2 20 0 15 0 407337349 11105193984 108181 33554432000 4194304 4196468 140730774661264 139953222481904 139953763973762 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15238] ppid=15176 vsize=10844916 memory=430132 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15238/stat : 15238 (java) S 15176 15179 5836 0 -1 1077944384 39 13042 0 0 0 0 5 2 20 0 15 0 407337350 11105193984 108181 33554432000 4194304 4196468 140730774661264 139953221428192 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15239] ppid=15176 vsize=10844916 memory=427604 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15239/stat : 15239 (java) S 15176 15179 5836 0 -1 1077944384 2 13042 0 0 0 0 5 2 20 0 15 0 407337350 11105193984 108181 33554432000 4194304 4196468 140730774661264 139953119945728 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15240] ppid=15176 vsize=10844916 memory=425516 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15240/stat : 15240 (java) S 15176 15179 5836 0 -1 1077944384 2 13042 0 0 0 0 5 2 20 0 15 0 407337353 11105193984 108181 33554432000 4194304 4196468 140730774661264 139952515967184 139953763981211 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15241] ppid=15176 vsize=10844916 memory=435360 CPUtime=4 cores=1,3,5,7
/proc/15179/task/15241/stat : 15241 (java) S 15176 15179 5836 0 -1 1077944384 44079 13042 0 0 385 8 5 2 20 0 15 0 407337353 11105193984 108181 33554432000 4194304 4196468 140730774661264 139953086388720 139953763973762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15242] ppid=15176 vsize=10844916 memory=1428 CPUtime=4.69 cores=1,3,5,7
/proc/15179/task/15242/stat : 15242 (java) S 15176 15179 5836 0 -1 1077944384 50049 13042 0 0 455 7 5 2 20 0 15 0 407337353 11105193984 108181 33554432000 4194304 4196468 140730774661264 139953085336176 139953763973762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15243] ppid=15176 vsize=10844916 memory=428592 CPUtime=3.74 cores=1,3,5,7
/proc/15179/task/15243/stat : 15243 (java) S 15176 15179 5836 0 -1 1077944384 50112 13042 0 0 358 9 5 2 20 0 15 0 407337353 11105193984 108181 33554432000 4194304 4196468 140730774661264 139953084283632 139953763973762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15244] ppid=15176 vsize=10844916 memory=425524 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15244/stat : 15244 (java) S 15176 15179 5836 0 -1 1077944384 3 13042 0 0 0 0 5 2 20 0 15 0 407337353 11105193984 108181 33554432000 4194304 4196468 140730774661264 139952046206048 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15245] ppid=15176 vsize=10844916 memory=425684 CPUtime=1.58 cores=1,3,5,7
/proc/15179/task/15245/stat : 15245 (java) S 15176 15179 5836 0 -1 1077944384 1414 13042 0 0 69 82 5 2 20 0 15 0 407337353 11105193984 108181 33554432000 4194304 4196468 140730774661264 139953083230512 139953763973762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
Current children cumulated CPU time: 2371.73 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 432724 KiB

[startup+2382.3 s]
/proc/loadavg: 0.58 0.65 0.90 2/205 15532
/proc/meminfo: memFree=22702548/32770624 swapFree=66977612/67108860
[pid=15179] ppid=15176 vsize=10844916 memory=434020 CPUtime=2432.81 cores=1,3,5,7
/proc/15179/stat : 15179 (java) S 15176 15179 5836 0 -1 1077944320 467336 13042 0 0 242698 576 5 2 20 0 15 0 407337338 11105193984 108505 33554432000 4194304 4196468 140730774661264 140730774643808 139953763962615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
/proc/15179/statm: 2711229 108505 3625 1 0 2673293 0
[pid=15179/tid=15232] ppid=15176 vsize=10844916 memory=434532 CPUtime=2354.55 cores=1,3,5,7
/proc/15179/task/15232/stat : 15232 (java) R 15176 15179 5836 0 -1 4202560 216519 13042 0 0 235347 101 5 2 20 0 15 0 407337347 11105193984 108505 33554432000 4194304 4196468 140730774661264 139953735798144 139953350227231 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15233] ppid=15176 vsize=10844916 memory=431936 CPUtime=13.29 cores=1,3,5,7
/proc/15179/task/15233/stat : 15233 (java) S 15176 15179 5836 0 -1 1077944384 19505 13042 0 0 1242 80 5 2 20 0 15 0 407337348 11105193984 108505 33554432000 4194304 4196468 140730774661264 139953768205072 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15234] ppid=15176 vsize=10844916 memory=421864 CPUtime=13.23 cores=1,3,5,7
/proc/15179/task/15234/stat : 15234 (java) S 15176 15179 5836 0 -1 1077944384 23579 13042 0 0 1233 83 5 2 20 0 15 0 407337348 11105193984 108505 33554432000 4194304 4196468 140730774661264 139953667095440 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15235] ppid=15176 vsize=10844916 memory=420324 CPUtime=13.23 cores=1,3,5,7
/proc/15179/task/15235/stat : 15235 (java) S 15176 15179 5836 0 -1 1077944384 20664 13042 0 0 1230 86 5 2 20 0 15 0 407337348 11105193984 108505 33554432000 4194304 4196468 140730774661264 139953666042896 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15236] ppid=15176 vsize=10844916 memory=434532 CPUtime=13.29 cores=1,3,5,7
/proc/15179/task/15236/stat : 15236 (java) S 15176 15179 5836 0 -1 1077944384 24999 13042 0 0 1237 85 5 2 20 0 15 0 407337348 11105193984 108505 33554432000 4194304 4196468 140730774661264 139953664990352 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15237] ppid=15176 vsize=10844916 memory=1556 CPUtime=11.67 cores=1,3,5,7
/proc/15179/task/15237/stat : 15237 (java) S 15176 15179 5836 0 -1 1077944384 14146 13042 0 0 1041 119 5 2 20 0 15 0 407337349 11105193984 108505 33554432000 4194304 4196468 140730774661264 139953222481904 139953763973762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15238] ppid=15176 vsize=10844916 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15238/stat : 15238 (java) S 15176 15179 5836 0 -1 1077944384 39 13042 0 0 0 0 5 2 20 0 15 0 407337350 11105193984 108505 33554432000 4194304 4196468 140730774661264 139953221428192 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15239] ppid=15176 vsize=10844916 memory=1728 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15239/stat : 15239 (java) S 15176 15179 5836 0 -1 1077944384 2 13042 0 0 0 0 5 2 20 0 15 0 407337350 11105193984 108505 33554432000 4194304 4196468 140730774661264 139953119945728 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15240] ppid=15176 vsize=10844916 memory=422388 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15240/stat : 15240 (java) S 15176 15179 5836 0 -1 1077944384 2 13042 0 0 0 0 5 2 20 0 15 0 407337353 11105193984 108505 33554432000 4194304 4196468 140730774661264 139952515967184 139953763981211 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15241] ppid=15176 vsize=10844916 memory=1412 CPUtime=4 cores=1,3,5,7
/proc/15179/task/15241/stat : 15241 (java) S 15176 15179 5836 0 -1 1077944384 44079 13042 0 0 385 8 5 2 20 0 15 0 407337353 11105193984 108505 33554432000 4194304 4196468 140730774661264 139953086388720 139953763973762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15242] ppid=15176 vsize=10844916 memory=1984 CPUtime=4.69 cores=1,3,5,7
/proc/15179/task/15242/stat : 15242 (java) S 15176 15179 5836 0 -1 1077944384 50049 13042 0 0 455 7 5 2 20 0 15 0 407337353 11105193984 108505 33554432000 4194304 4196468 140730774661264 139953085336176 139953763973762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15243] ppid=15176 vsize=10844916 memory=2480 CPUtime=3.74 cores=1,3,5,7
/proc/15179/task/15243/stat : 15243 (java) S 15176 15179 5836 0 -1 1077944384 50112 13042 0 0 358 9 5 2 20 0 15 0 407337353 11105193984 108505 33554432000 4194304 4196468 140730774661264 139953084283632 139953763973762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15244] ppid=15176 vsize=10844916 memory=436072 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15244/stat : 15244 (java) S 15176 15179 5836 0 -1 1077944384 3 13042 0 0 0 0 5 2 20 0 15 0 407337353 11105193984 108505 33554432000 4194304 4196468 140730774661264 139952046206048 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15245] ppid=15176 vsize=10844916 memory=3616 CPUtime=1.63 cores=1,3,5,7
/proc/15179/task/15245/stat : 15245 (java) S 15176 15179 5836 0 -1 1077944384 1428 13042 0 0 71 85 5 2 20 0 15 0 407337353 11105193984 108505 33554432000 4194304 4196468 140730774661264 139953083230512 139953763973762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
Current children cumulated CPU time: 2432.81 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 434020 KiB

[startup+2442.3 s]
/proc/loadavg: 0.48 0.62 0.88 2/205 15536
/proc/meminfo: memFree=22709840/32770624 swapFree=66977612/67108860
[pid=15179] ppid=15176 vsize=10844916 memory=426744 CPUtime=2493.9 cores=1,3,5,7
/proc/15179/stat : 15179 (java) S 15176 15179 5836 0 -1 1077944320 474708 13042 0 0 248793 590 5 2 20 0 15 0 407337338 11105193984 106686 33554432000 4194304 4196468 140730774661264 140730774643808 139953763962615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
/proc/15179/statm: 2711229 106686 3625 1 0 2673293 0
[pid=15179/tid=15232] ppid=15176 vsize=10844916 memory=7552 CPUtime=2413.84 cores=1,3,5,7
/proc/15179/task/15232/stat : 15232 (java) R 15176 15179 5836 0 -1 4202560 222068 13042 0 0 241273 104 5 2 20 0 15 0 407337347 11105193984 106686 33554432000 4194304 4196468 140730774661264 139953735798176 139953348503230 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15233] ppid=15176 vsize=10844916 memory=428284 CPUtime=13.66 cores=1,3,5,7
/proc/15179/task/15233/stat : 15233 (java) S 15176 15179 5836 0 -1 1077944384 19956 13042 0 0 1276 83 5 2 20 0 15 0 407337348 11105193984 106686 33554432000 4194304 4196468 140730774661264 139953768205072 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15234] ppid=15176 vsize=10844916 memory=430336 CPUtime=13.61 cores=1,3,5,7
/proc/15179/task/15234/stat : 15234 (java) S 15176 15179 5836 0 -1 1077944384 23991 13042 0 0 1269 85 5 2 20 0 15 0 407337348 11105193984 106686 33554432000 4194304 4196468 140730774661264 139953667095440 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15235] ppid=15176 vsize=10844916 memory=435980 CPUtime=13.59 cores=1,3,5,7
/proc/15179/task/15235/stat : 15235 (java) S 15176 15179 5836 0 -1 1077944384 21037 13042 0 0 1264 88 5 2 20 0 15 0 407337348 11105193984 106686 33554432000 4194304 4196468 140730774661264 139953666042896 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15236] ppid=15176 vsize=10844916 memory=444564 CPUtime=13.65 cores=1,3,5,7
/proc/15179/task/15236/stat : 15236 (java) S 15176 15179 5836 0 -1 1077944384 25316 13042 0 0 1271 87 5 2 20 0 15 0 407337348 11105193984 106686 33554432000 4194304 4196468 140730774661264 139953664990352 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15237] ppid=15176 vsize=10844916 memory=434440 CPUtime=11.95 cores=1,3,5,7
/proc/15179/task/15237/stat : 15237 (java) S 15176 15179 5836 0 -1 1077944384 14393 13042 0 0 1067 121 5 2 20 0 15 0 407337349 11105193984 106686 33554432000 4194304 4196468 140730774661264 139953222481904 139953763973762 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15238] ppid=15176 vsize=10844916 memory=427260 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15238/stat : 15238 (java) S 15176 15179 5836 0 -1 1077944384 39 13042 0 0 0 0 5 2 20 0 15 0 407337350 11105193984 106686 33554432000 4194304 4196468 140730774661264 139953221428192 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15239] ppid=15176 vsize=10844916 memory=433920 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15239/stat : 15239 (java) S 15176 15179 5836 0 -1 1077944384 2 13042 0 0 0 0 5 2 20 0 15 0 407337350 11105193984 106686 33554432000 4194304 4196468 140730774661264 139953119945728 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15240] ppid=15176 vsize=10844916 memory=1984 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15240/stat : 15240 (java) S 15176 15179 5836 0 -1 1077944384 2 13042 0 0 0 0 5 2 20 0 15 0 407337353 11105193984 106686 33554432000 4194304 4196468 140730774661264 139952515967184 139953763981211 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15241] ppid=15176 vsize=10844916 memory=6791534058613427641 CPUtime=4 cores=1,3,5,7
/proc/15179/task/15241/stat : 15241 (java) S 15176 15179 5836 0 -1 1077944384 44081 13042 0 0 385 8 5 2 20 0 15 0 407337353 11105193984 106686 33554432000 4194304 4196468 140730774661264 139953086388720 139953763973762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15242] ppid=15176 vsize=10844916 memory=3252 CPUtime=4.69 cores=1,3,5,7
/proc/15179/task/15242/stat : 15242 (java) S 15176 15179 5836 0 -1 1077944384 50051 13042 0 0 455 7 5 2 20 0 15 0 407337353 11105193984 106686 33554432000 4194304 4196468 140730774661264 139953085336176 139953763973762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15243] ppid=15176 vsize=10844916 memory=435980 CPUtime=3.74 cores=1,3,5,7
/proc/15179/task/15243/stat : 15243 (java) S 15176 15179 5836 0 -1 1077944384 50114 13042 0 0 358 9 5 2 20 0 15 0 407337353 11105193984 106686 33554432000 4194304 4196468 140730774661264 139953084283632 139953763973762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15244] ppid=15176 vsize=10844916 memory=427772 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15244/stat : 15244 (java) S 15176 15179 5836 0 -1 1077944384 3 13042 0 0 0 0 5 2 20 0 15 0 407337353 11105193984 106686 33554432000 4194304 4196468 140730774661264 139952046206048 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15245] ppid=15176 vsize=10844916 memory=428796 CPUtime=1.67 cores=1,3,5,7
/proc/15179/task/15245/stat : 15245 (java) S 15176 15179 5836 0 -1 1077944384 1445 13042 0 0 72 88 5 2 20 0 15 0 407337353 11105193984 106686 33554432000 4194304 4196468 140730774661264 139953083230512 139953763973762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
Current children cumulated CPU time: 2493.9 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 426744 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2468 s]*
/proc/loadavg: 0.60 0.64 0.87 2/205 15539
/proc/meminfo: memFree=22693248/32770624 swapFree=66977612/67108860
[pid=15179] ppid=15176 vsize=10844916 memory=444692 CPUtime=2520.08 cores=1,3,5,7
/proc/15179/stat : 15179 (java) S 15176 15179 5836 0 -1 1077944320 477168 13042 0 0 251404 597 5 2 20 0 15 0 407337338 11105193984 111173 33554432000 4194304 4196468 140730774661264 140730774643808 139953763962615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
/proc/15179/statm: 2711229 111173 3625 1 0 2673293 0
[pid=15179/tid=15232] ppid=15176 vsize=10844916 memory=8317482817917895235 CPUtime=2439.23 cores=1,3,5,7
/proc/15179/task/15232/stat : 15232 (java) R 15176 15179 5836 0 -1 4202560 223823 13042 0 0 243811 105 5 2 20 0 15 0 407337347 11105193984 111173 33554432000 4194304 4196468 140730774661264 139953735798032 139953350269421 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15233] ppid=15176 vsize=10844916 memory=111632 CPUtime=13.82 cores=1,3,5,7
/proc/15179/task/15233/stat : 15233 (java) S 15176 15179 5836 0 -1 1077944384 20135 13042 0 0 1291 84 5 2 20 0 15 0 407337348 11105193984 111173 33554432000 4194304 4196468 140730774661264 139953768205072 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15234] ppid=15176 vsize=10844916 memory=796 CPUtime=13.77 cores=1,3,5,7
/proc/15179/task/15234/stat : 15234 (java) S 15176 15179 5836 0 -1 1077944384 24160 13042 0 0 1284 86 5 2 20 0 15 0 407337348 11105193984 111173 33554432000 4194304 4196468 140730774661264 139953667095440 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15235] ppid=15176 vsize=10844916 memory=1804 CPUtime=13.76 cores=1,3,5,7
/proc/15179/task/15235/stat : 15235 (java) S 15176 15179 5836 0 -1 1077944384 21178 13042 0 0 1280 89 5 2 20 0 15 0 407337348 11105193984 111173 33554432000 4194304 4196468 140730774661264 139953666042896 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15236] ppid=15176 vsize=10844916 memory=916 CPUtime=13.82 cores=1,3,5,7
/proc/15179/task/15236/stat : 15236 (java) S 15176 15179 5836 0 -1 1077944384 25499 13042 0 0 1287 88 5 2 20 0 15 0 407337348 11105193984 111173 33554432000 4194304 4196468 140730774661264 139953664990352 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15237] ppid=15176 vsize=10844916 memory=3848 CPUtime=12.08 cores=1,3,5,7
/proc/15179/task/15237/stat : 15237 (java) S 15176 15179 5836 0 -1 1077944384 14426 13042 0 0 1078 123 5 2 20 0 15 0 407337349 11105193984 111173 33554432000 4194304 4196468 140730774661264 139953222481904 139953763973762 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15238] ppid=15176 vsize=10844916 memory=2612 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15238/stat : 15238 (java) S 15176 15179 5836 0 -1 1077944384 39 13042 0 0 0 0 5 2 20 0 15 0 407337350 11105193984 111173 33554432000 4194304 4196468 140730774661264 139953221428192 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15239] ppid=15176 vsize=10844916 memory=4096 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15239/stat : 15239 (java) S 15176 15179 5836 0 -1 1077944384 2 13042 0 0 0 0 5 2 20 0 15 0 407337350 11105193984 111173 33554432000 4194304 4196468 140730774661264 139953119945728 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15240] ppid=15176 vsize=10844916 memory=1412 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15240/stat : 15240 (java) S 15176 15179 5836 0 -1 1077944384 2 13042 0 0 0 0 5 2 20 0 15 0 407337353 11105193984 111173 33554432000 4194304 4196468 140730774661264 139952515967184 139953763981211 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15241] ppid=15176 vsize=10844916 memory=3244 CPUtime=4 cores=1,3,5,7
/proc/15179/task/15241/stat : 15241 (java) S 15176 15179 5836 0 -1 1077944384 44081 13042 0 0 385 8 5 2 20 0 15 0 407337353 11105193984 111173 33554432000 4194304 4196468 140730774661264 139953086388720 139953763973762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15242] ppid=15176 vsize=10844916 memory=438824 CPUtime=4.7 cores=1,3,5,7
/proc/15179/task/15242/stat : 15242 (java) S 15176 15179 5836 0 -1 1077944384 50051 13042 0 0 456 7 5 2 20 0 15 0 407337353 11105193984 111173 33554432000 4194304 4196468 140730774661264 139953085336176 139953763973762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15243] ppid=15176 vsize=10844916 memory=1164 CPUtime=3.74 cores=1,3,5,7
/proc/15179/task/15243/stat : 15243 (java) S 15176 15179 5836 0 -1 1077944384 50114 13042 0 0 358 9 5 2 20 0 15 0 407337353 11105193984 111173 33554432000 4194304 4196468 140730774661264 139953084283632 139953763973762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15244] ppid=15176 vsize=10844916 memory=8317482817917895235 CPUtime=0.07 cores=1,3,5,7
/proc/15179/task/15244/stat : 15244 (java) S 15176 15179 5836 0 -1 1077944384 3 13042 0 0 0 0 5 2 20 0 15 0 407337353 11105193984 111173 33554432000 4194304 4196468 140730774661264 139952046206048 139953763972821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
[pid=15179/tid=15245] ppid=15176 vsize=10844916 memory=20144 CPUtime=1.69 cores=1,3,5,7
/proc/15179/task/15245/stat : 15245 (java) S 15176 15179 5836 0 -1 1077944384 1445 13042 0 0 73 89 5 2 20 0 15 0 407337353 11105193984 111173 33554432000 4194304 4196468 140730774661264 139953083230512 139953763973762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10502144 140730774665973 140730774668485 140730774668485 140730774671311 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 444692 KiB

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

[startup+2468.03 s]
# the end of solver process 15179 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.12 s, system=6.00632 s

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

Child status: 143
Real time (s): 2468.03
CPU time (s): 2520.13
CPU user time (s): 2514.12
CPU system time (s): 6.00632
CPU usage (%): 102.111
Max. virtual memory (cumulated for all children) (KiB): 10847580
Max. memory (cumulated for all children) (KiB): 1012640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.12
system time used= 6.00632
maximum resident set size= 1013484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 490768
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 318063
involuntary context switches= 9195


# summary of solver processes directly reported to runsolver:
#   pid: 15179
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2514.12
#   total CPU system time (s): 6.00632

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.2434 second user time and 25.7221 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-12 18:43:04
IDJOB=4387546
IDBENCH=141699
IDSOLVER=2823
FILE ID=node104/4387546-1568310800
RUNJOBID= node104-1568282865-6844
PBS_JOBID= 21701090
Free space on /tmp= 56540 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP19/hcp/graph249.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387546-1568310800/watcher-4387546-1568310800 -o /tmp/evaluation-result-4387546-1568310800/solver-4387546-1568310800 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568282865-6844 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1637262569 HOME/instance-4387546-1568310800.xml

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

MD5SUM BENCH= 9deb1a9239474f0b39e24b397fc75368
RANDOM SEED=1637262569

node104.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	: 5334.09
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	: 5334.09
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	: 5334.09
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	: 5334.09
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:        19891968 kB
MemAvailable:   28630120 kB
Buffers:          135956 kB
Cached:          8793044 kB
SwapCached:        31864 kB
Active:          5365884 kB
Inactive:        6794956 kB
Active(anon):    3199256 kB
Inactive(anon):    74120 kB
Active(file):    2166628 kB
Inactive(file):  6720836 kB
Unevictable:      106872 kB
Mlocked:          106872 kB
SwapTotal:      67108860 kB
SwapFree:       66977612 kB
Dirty:             35420 kB
Writeback:             0 kB
AnonPages:       3341200 kB
Mapped:            56244 kB
Shmem:             32780 kB
Slab:             309140 kB
SReclaimable:     279148 kB
SUnreclaim:        29992 kB
KernelStack:        3984 kB
PageTables:        12004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4250964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3164160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56540 MiB
End job on node104 at 2019-09-12 19:24:12