Trace number 4387542

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.08 2471.83

General information on the benchmark

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387542-1568309961/watcher-4387542-1568309961 -o /tmp/evaluation-result-4387542-1568309961/solver-4387542-1568309961 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568286179-3290 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1137336561 HOME/instance-4387542-1568309961.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=11004, runsolver pid=11001
Current StackSize limit: 8192 KiB


[startup+0.100015 s]*
/proc/loadavg: 1.99 1.56 1.42 3/218 11061
/proc/meminfo: memFree=23240188/32770624 swapFree=66952812/67108860
[pid=11004] ppid=11001 vsize=9972712 memory=16688 CPUtime=0.09 cores=0,2,4,6
/proc/11004/stat : 11004 (java) S 11001 11004 2339 0 -1 1077944320 4447 13383 0 0 1 0 5 3 20 0 6 0 406938009 10212057088 4172 33554432000 4194304 4196468 140726904321872 140726904304416 140132574355191 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
/proc/11004/statm: 2493178 4172 1933 1 0 2481616 0
[pid=11004/tid=11057] ppid=11001 vsize=9972712 memory=7892391828772250251 CPUtime=0.09 cores=0,2,4,6
/proc/11004/task/11057/stat : 11057 (java) R 11001 11004 2339 0 -1 4202560 2262 13383 0 0 1 0 5 3 20 0 6 0 406938018 10212057088 4238 33554432000 4194304 4196468 140726904321872 140132546191952 140132558435678 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11058] ppid=11001 vsize=9972712 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11058/stat : 11058 (java) S 11001 11004 2339 0 -1 1077944384 1 13383 0 0 0 0 5 3 20 0 6 0 406938019 10212057088 4238 33554432000 4194304 4196468 140726904321872 140132578597520 140132574365397 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11059] ppid=11001 vsize=9972712 memory=139765594429056 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11059/stat : 11059 (java) S 11001 11004 2339 0 -1 1077944384 1 13383 0 0 0 0 5 3 20 0 6 0 406938019 10212057088 4238 33554432000 4194304 4196468 140726904321872 140132503902736 140132574365397 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11060] ppid=11001 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11060/stat : 11060 (java) S 11001 11004 2339 0 -1 1077944384 1 13383 0 0 0 0 5 3 20 0 6 0 406938019 10212057088 4238 33554432000 4194304 4196468 140726904321872 140132146141584 140132574365397 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11061] ppid=11001 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11061/stat : 11061 (java) S 11001 11004 2339 0 -1 1077944384 2 13383 0 0 0 0 5 3 20 0 6 0 406938019 10212057088 4238 33554432000 4194304 4196468 140726904321872 140132145088784 140132574365397 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16688 KiB

[startup+0.209992 s]*
/proc/loadavg: 1.99 1.56 1.42 3/227 11070
/proc/meminfo: memFree=23217080/32770624 swapFree=66952812/67108860
[pid=11004] ppid=11001 vsize=10818940 memory=38172 CPUtime=0.26 cores=0,2,4,6
/proc/11004/stat : 11004 (java) S 11001 11004 2339 0 -1 1077944320 6913 13383 0 0 17 1 5 3 20 0 15 0 406938009 11078594560 9543 33554432000 4194304 4196468 140726904321872 140726904304416 140132574355191 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
/proc/11004/statm: 2704735 9543 2945 1 0 2667149 0
[pid=11004/tid=11057] ppid=11001 vsize=10818940 memory=7822038051842263955 CPUtime=0.19 cores=0,2,4,6
/proc/11004/task/11057/stat : 11057 (java) R 11001 11004 2339 0 -1 4202560 3407 13383 0 0 10 1 5 3 20 0 15 0 406938018 11078594560 9543 33554432000 4194304 4196468 140726904321872 140132546143040 140132558435678 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11058] ppid=11001 vsize=10818940 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11058/stat : 11058 (java) S 11001 11004 2339 0 -1 1077944384 1 13383 0 0 0 0 5 3 20 0 15 0 406938019 11078594560 9543 33554432000 4194304 4196468 140726904321872 140132578597520 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11059] ppid=11001 vsize=10818940 memory=139765594429056 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11059/stat : 11059 (java) S 11001 11004 2339 0 -1 1077944384 1 13383 0 0 0 0 5 3 20 0 15 0 406938019 11078594560 9543 33554432000 4194304 4196468 140726904321872 140132503902736 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11060] ppid=11001 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11060/stat : 11060 (java) S 11001 11004 2339 0 -1 1077944384 1 13383 0 0 0 0 5 3 20 0 15 0 406938019 11078594560 9543 33554432000 4194304 4196468 140726904321872 140132146141584 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11061] ppid=11001 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11061/stat : 11061 (java) S 11001 11004 2339 0 -1 1077944384 2 13383 0 0 0 0 5 3 20 0 15 0 406938019 11078594560 9543 33554432000 4194304 4196468 140726904321872 140132145088784 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11062] ppid=11001 vsize=10818940 memory=139765594429056 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11062/stat : 11062 (java) S 11001 11004 2339 0 -1 1077944384 2 13383 0 0 0 0 5 3 20 0 15 0 406938020 11078594560 9543 33554432000 4194304 4196468 140726904321872 140132100995952 140132574366338 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11063] ppid=11001 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11063/stat : 11063 (java) S 11001 11004 2339 0 -1 1077944384 13 13383 0 0 0 0 5 3 20 0 15 0 406938021 11078594560 9543 33554432000 4194304 4196468 140726904321872 140132032177696 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11064] ppid=11001 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11064/stat : 11064 (java) S 11001 11004 2339 0 -1 1077944384 1 13383 0 0 0 0 5 3 20 0 15 0 406938021 11078594560 9543 33554432000 4194304 4196468 140726904321872 140131428197744 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11065] ppid=11001 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11065/stat : 11065 (java) S 11001 11004 2339 0 -1 1077944384 3 13383 0 0 0 0 5 3 20 0 15 0 406938024 11078594560 9543 33554432000 4194304 4196468 140726904321872 140131120798032 140132574373787 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11066] ppid=11001 vsize=10818940 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11004/task/11066/stat : 11066 (java) S 11001 11004 2339 0 -1 1077944384 587 13383 0 0 1 0 5 3 20 0 15 0 406938024 11078594560 9543 33554432000 4194304 4196468 140726904321872 140131998620016 140132574366338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11067] ppid=11001 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11067/stat : 11067 (java) S 11001 11004 2339 0 -1 1077944384 58 13383 0 0 0 0 5 3 20 0 15 0 406938024 11078594560 9543 33554432000 4194304 4196468 140726904321872 140131997567216 140132574366338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11068] ppid=11001 vsize=10818940 memory=139765594429056 CPUtime=0.11 cores=0,2,4,6
/proc/11004/task/11068/stat : 11068 (java) S 11001 11004 2339 0 -1 1077944384 636 13383 0 0 3 0 5 3 20 0 15 0 406938024 11078594560 9543 33554432000 4194304 4196468 140726904321872 140131996514416 140132574366338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11069] ppid=11001 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11069/stat : 11069 (java) S 11001 11004 2339 0 -1 1077944384 3 13383 0 0 0 0 5 3 20 0 15 0 406938024 11078594560 9543 33554432000 4194304 4196468 140726904321872 140131087239392 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11070] ppid=11001 vsize=10818940 memory=139765594429056 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11070/stat : 11070 (java) S 11001 11004 2339 0 -1 1077944384 1 13383 0 0 0 0 5 3 20 0 15 0 406938024 11078594560 9543 33554432000 4194304 4196468 140726904321872 140131995462832 140132574366338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 38172 KiB

[startup+0.310409 s]*
/proc/loadavg: 1.99 1.56 1.42 3/227 11070
/proc/meminfo: memFree=23206844/32770624 swapFree=66952812/67108860
[pid=11004] ppid=11001 vsize=10820096 memory=47728 CPUtime=0.4 cores=0,2,4,6
/proc/11004/stat : 11004 (java) S 11001 11004 2339 0 -1 1077944320 10719 13383 0 0 29 3 5 3 20 0 15 0 406938009 11079778304 11932 33554432000 4194304 4196468 140726904321872 140726904304416 140132574355191 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
/proc/11004/statm: 2705024 11932 3248 1 0 2667149 0
[pid=11004/tid=11057] ppid=11001 vsize=10820096 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/11004/task/11057/stat : 11057 (java) R 11001 11004 2339 0 -1 4202560 7177 13383 0 0 19 2 5 3 20 0 15 0 406938018 11079778304 12444 33554432000 4194304 4196468 140726904321872 140132546161664 140132574377117 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11058] ppid=11001 vsize=10820096 memory=6082500980880991849 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11058/stat : 11058 (java) S 11001 11004 2339 0 -1 1077944384 1 13383 0 0 0 0 5 3 20 0 15 0 406938019 11079778304 12444 33554432000 4194304 4196468 140726904321872 140132578597520 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11059] ppid=11001 vsize=10820096 memory=5787213827347079232 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11059/stat : 11059 (java) S 11001 11004 2339 0 -1 1077944384 1 13383 0 0 0 0 5 3 20 0 15 0 406938019 11079778304 12444 33554432000 4194304 4196468 140726904321872 140132503902736 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11060] ppid=11001 vsize=10820096 memory=7649539141091346369 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11060/stat : 11060 (java) S 11001 11004 2339 0 -1 1077944384 1 13383 0 0 0 0 5 3 20 0 15 0 406938019 11079778304 12444 33554432000 4194304 4196468 140726904321872 140132146141584 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11061] ppid=11001 vsize=10820096 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11061/stat : 11061 (java) S 11001 11004 2339 0 -1 1077944384 2 13383 0 0 0 0 5 3 20 0 15 0 406938019 11079778304 12444 33554432000 4194304 4196468 140726904321872 140132145088784 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11062] ppid=11001 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11062/stat : 11062 (java) S 11001 11004 2339 0 -1 1077944384 2 13383 0 0 0 0 5 3 20 0 15 0 406938020 11079778304 12444 33554432000 4194304 4196468 140726904321872 140132100995952 140132574366338 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11063] ppid=11001 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11063/stat : 11063 (java) S 11001 11004 2339 0 -1 1077944384 13 13383 0 0 0 0 5 3 20 0 15 0 406938021 11079778304 12444 33554432000 4194304 4196468 140726904321872 140132032177696 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11064] ppid=11001 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11064/stat : 11064 (java) S 11001 11004 2339 0 -1 1077944384 1 13383 0 0 0 0 5 3 20 0 15 0 406938021 11079778304 12444 33554432000 4194304 4196468 140726904321872 140131428197744 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11065] ppid=11001 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11065/stat : 11065 (java) S 11001 11004 2339 0 -1 1077944384 3 13383 0 0 0 0 5 3 20 0 15 0 406938024 11079778304 12444 33554432000 4194304 4196468 140726904321872 140131120798032 140132574373787 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11066] ppid=11001 vsize=10820096 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/11004/task/11066/stat : 11066 (java) S 11001 11004 2339 0 -1 1077944384 588 13383 0 0 2 0 5 3 20 0 15 0 406938024 11079778304 12444 33554432000 4194304 4196468 140726904321872 140131998620016 140132574366338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11067] ppid=11001 vsize=10820096 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11004/task/11067/stat : 11067 (java) S 11001 11004 2339 0 -1 1077944384 59 13383 0 0 1 0 5 3 20 0 15 0 406938024 11079778304 12444 33554432000 4194304 4196468 140726904321872 140131997567216 140132574366338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11068] ppid=11001 vsize=10820096 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/11004/task/11068/stat : 11068 (java) S 11001 11004 2339 0 -1 1077944384 660 13383 0 0 5 0 5 3 20 0 15 0 406938024 11079778304 12444 33554432000 4194304 4196468 140726904321872 140131996514416 140132574366338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11069] ppid=11001 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11069/stat : 11069 (java) S 11001 11004 2339 0 -1 1077944384 3 13383 0 0 0 0 5 3 20 0 15 0 406938024 11079778304 12444 33554432000 4194304 4196468 140726904321872 140131087239392 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11070] ppid=11001 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11070/stat : 11070 (java) S 11001 11004 2339 0 -1 1077944384 1 13383 0 0 0 0 5 3 20 0 15 0 406938024 11079778304 12444 33554432000 4194304 4196468 140726904321872 140131995462832 140132574366338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 47728 KiB

[startup+0.700728 s]
/proc/loadavg: 1.99 1.56 1.42 5/227 11070
/proc/meminfo: memFree=23190980/32770624 swapFree=66952812/67108860
[pid=11004] ppid=11001 vsize=10824340 memory=80256 CPUtime=1.15 cores=0,2,4,6
/proc/11004/stat : 11004 (java) S 11001 11004 2339 0 -1 1077944320 14800 13383 0 0 102 5 5 3 20 0 15 0 406938009 11084124160 20064 33554432000 4194304 4196468 140726904321872 140726904304416 140132574355191 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
/proc/11004/statm: 2706085 20064 3496 1 0 2668173 0
[pid=11004/tid=11057] ppid=11001 vsize=10824340 memory=2241 CPUtime=0.67 cores=0,2,4,6
/proc/11004/task/11057/stat : 11057 (java) R 11001 11004 2339 0 -1 4202560 10500 13383 0 0 56 3 5 3 20 0 15 0 406938018 11084124160 20064 33554432000 4194304 4196468 140726904321872 140132546178096 140132574377117 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11058] ppid=11001 vsize=10824340 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11058/stat : 11058 (java) S 11001 11004 2339 0 -1 1077944384 1 13383 0 0 0 0 5 3 20 0 15 0 406938019 11084124160 20064 33554432000 4194304 4196468 140726904321872 140132578597520 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11059] ppid=11001 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11059/stat : 11059 (java) S 11001 11004 2339 0 -1 1077944384 1 13383 0 0 0 0 5 3 20 0 15 0 406938019 11084124160 20064 33554432000 4194304 4196468 140726904321872 140132503902736 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11060] ppid=11001 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11060/stat : 11060 (java) S 11001 11004 2339 0 -1 1077944384 1 13383 0 0 0 0 5 3 20 0 15 0 406938019 11084124160 20064 33554432000 4194304 4196468 140726904321872 140132146141584 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11061] ppid=11001 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11061/stat : 11061 (java) S 11001 11004 2339 0 -1 1077944384 2 13383 0 0 0 0 5 3 20 0 15 0 406938019 11084124160 20064 33554432000 4194304 4196468 140726904321872 140132145088784 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11062] ppid=11001 vsize=10824340 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11062/stat : 11062 (java) S 11001 11004 2339 0 -1 1077944384 5 13383 0 0 0 0 5 3 20 0 15 0 406938020 11084124160 20064 33554432000 4194304 4196468 140726904321872 140132100995952 140132574366338 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11063] ppid=11001 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11063/stat : 11063 (java) S 11001 11004 2339 0 -1 1077944384 13 13383 0 0 0 0 5 3 20 0 15 0 406938021 11084124160 20064 33554432000 4194304 4196468 140726904321872 140132032177696 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11064] ppid=11001 vsize=10824340 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11064/stat : 11064 (java) S 11001 11004 2339 0 -1 1077944384 1 13383 0 0 0 0 5 3 20 0 15 0 406938021 11084124160 20064 33554432000 4194304 4196468 140726904321872 140131428197744 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11065] ppid=11001 vsize=10824340 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11065/stat : 11065 (java) S 11001 11004 2339 0 -1 1077944384 3 13383 0 0 0 0 5 3 20 0 15 0 406938024 11084124160 20064 33554432000 4194304 4196468 140726904321872 140131120798032 140132574373787 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11066] ppid=11001 vsize=10824340 memory=139765483603856 CPUtime=0.21 cores=0,2,4,6
/proc/11004/task/11066/stat : 11066 (java) R 11001 11004 2339 0 -1 4202560 851 13383 0 0 13 0 5 3 20 0 15 0 406938024 11084124160 20064 33554432000 4194304 4196468 140726904321872 140131998620016 140132552747585 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11067] ppid=11001 vsize=10824340 memory=24964 CPUtime=0.22 cores=0,2,4,6
/proc/11004/task/11067/stat : 11067 (java) S 11001 11004 2339 0 -1 1077944384 414 13383 0 0 14 0 5 3 20 0 15 0 406938024 11084124160 20064 33554432000 4194304 4196468 140726904321872 140131997567216 140132574366338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11068] ppid=11001 vsize=10824340 memory=2244 CPUtime=0.25 cores=0,2,4,6
/proc/11004/task/11068/stat : 11068 (java) S 11001 11004 2339 0 -1 1077944384 796 13383 0 0 17 0 5 3 20 0 15 0 406938024 11084124160 20064 33554432000 4194304 4196468 140726904321872 140131996514416 140132574366338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11069] ppid=11001 vsize=10824340 memory=139765483601264 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11069/stat : 11069 (java) S 11001 11004 2339 0 -1 1077944384 3 13383 0 0 0 0 5 3 20 0 15 0 406938024 11084124160 20064 33554432000 4194304 4196468 140726904321872 140131087239392 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11070] ppid=11001 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11070/stat : 11070 (java) S 11001 11004 2339 0 -1 1077944384 1 13383 0 0 0 0 5 3 20 0 15 0 406938024 11084124160 20064 33554432000 4194304 4196468 140726904321872 140131995462832 140132574366338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 80256 KiB

[startup+1.50078 s]
/proc/loadavg: 1.99 1.56 1.42 3/227 11070
/proc/meminfo: memFree=23146520/32770624 swapFree=66952812/67108860
[pid=11004] ppid=11001 vsize=10834656 memory=165116 CPUtime=2.58 cores=0,2,4,6
/proc/11004/stat : 11004 (java) S 11001 11004 2339 0 -1 1077944320 22413 13383 0 0 241 9 5 3 20 0 15 0 406938009 11094687744 41279 33554432000 4194304 4196468 140726904321872 140726904304416 140132574355191 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
/proc/11004/statm: 2708664 41279 3572 1 0 2670733 0
[pid=11004/tid=11057] ppid=11001 vsize=10834656 memory=24 CPUtime=1.43 cores=0,2,4,6
/proc/11004/task/11057/stat : 11057 (java) R 11001 11004 2339 0 -1 4202560 15492 13383 0 0 130 5 5 3 20 0 15 0 406938018 11094687744 41279 33554432000 4194304 4196468 140726904321872 140132546160400 140132566592318 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11058] ppid=11001 vsize=10834656 memory=27 CPUtime=0.09 cores=0,2,4,6
/proc/11004/task/11058/stat : 11058 (java) S 11001 11004 2339 0 -1 1077944384 51 13383 0 0 1 0 5 3 20 0 15 0 406938019 11094687744 41279 33554432000 4194304 4196468 140726904321872 140132578597520 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11059] ppid=11001 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11004/task/11059/stat : 11059 (java) S 11001 11004 2339 0 -1 1077944384 29 13383 0 0 1 0 5 3 20 0 15 0 406938019 11094687744 41279 33554432000 4194304 4196468 140726904321872 140132503902736 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11060] ppid=11001 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11004/task/11060/stat : 11060 (java) S 11001 11004 2339 0 -1 1077944384 333 13383 0 0 1 0 5 3 20 0 15 0 406938019 11094687744 41279 33554432000 4194304 4196468 140726904321872 140132146141584 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11061] ppid=11001 vsize=10834656 memory=96852 CPUtime=0.09 cores=0,2,4,6
/proc/11004/task/11061/stat : 11061 (java) S 11001 11004 2339 0 -1 1077944384 59 13383 0 0 1 0 5 3 20 0 15 0 406938019 11094687744 41279 33554432000 4194304 4196468 140726904321872 140132145088784 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11062] ppid=11001 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11004/task/11062/stat : 11062 (java) S 11001 11004 2339 0 -1 1077944384 166 13383 0 0 1 0 5 3 20 0 15 0 406938020 11094687744 41279 33554432000 4194304 4196468 140726904321872 140132100995952 140132574366338 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11063] ppid=11001 vsize=10834656 memory=6298675863165424736 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11063/stat : 11063 (java) S 11001 11004 2339 0 -1 1077944384 15 13383 0 0 0 0 5 3 20 0 15 0 406938021 11094687744 41279 33554432000 4194304 4196468 140726904321872 140132032177760 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11064] ppid=11001 vsize=10834656 memory=7452724448628730470 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11064/stat : 11064 (java) S 11001 11004 2339 0 -1 1077944384 2 13383 0 0 0 0 5 3 20 0 15 0 406938021 11094687744 41279 33554432000 4194304 4196468 140726904321872 140131428197760 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11065] ppid=11001 vsize=10834656 memory=7737556221638699369 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11065/stat : 11065 (java) S 11001 11004 2339 0 -1 1077944384 3 13383 0 0 0 0 5 3 20 0 15 0 406938024 11094687744 41279 33554432000 4194304 4196468 140726904321872 140131120798032 140132574373787 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11066] ppid=11001 vsize=10834656 memory=5787220458829273444 CPUtime=0.36 cores=0,2,4,6
/proc/11004/task/11066/stat : 11066 (java) S 11001 11004 2339 0 -1 1077944384 1212 13383 0 0 28 0 5 3 20 0 15 0 406938024 11094687744 41279 33554432000 4194304 4196468 140726904321872 140131998620016 140132574366338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11067] ppid=11001 vsize=10834656 memory=7378983489638846576 CPUtime=0.39 cores=0,2,4,6
/proc/11004/task/11067/stat : 11067 (java) S 11001 11004 2339 0 -1 1077944384 1094 13383 0 0 31 0 5 3 20 0 15 0 406938024 11094687744 41279 33554432000 4194304 4196468 140726904321872 140131997567216 140132574366338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11068] ppid=11001 vsize=10834656 memory=6298675863165424736 CPUtime=0.5 cores=0,2,4,6
/proc/11004/task/11068/stat : 11068 (java) S 11001 11004 2339 0 -1 1077944384 1745 13383 0 0 42 0 5 3 20 0 15 0 406938024 11094687744 41279 33554432000 4194304 4196468 140726904321872 140131996514416 140132574366338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11069] ppid=11001 vsize=10834656 memory=6298675863165424736 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11069/stat : 11069 (java) S 11001 11004 2339 0 -1 1077944384 3 13383 0 0 0 0 5 3 20 0 15 0 406938024 11094687744 41279 33554432000 4194304 4196468 140726904321872 140131087239392 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11070] ppid=11001 vsize=10834656 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11070/stat : 11070 (java) S 11001 11004 2339 0 -1 1077944384 1 13383 0 0 0 0 5 3 20 0 15 0 406938024 11094687744 41279 33554432000 4194304 4196468 140726904321872 140131995462832 140132574366338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
Current children cumulated CPU time: 2.58 s
Current children cumulated vsize: 10834656 KiB

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

/proc/11004/task/11057/stat : 11057 (java) R 11001 11004 2339 0 -1 4202560 92911 13383 0 0 229315 65 5 3 20 0 15 0 406938018 11105193984 469785 33554432000 4194304 4196468 140726904321872 140132546190464 140132189572789 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11058] ppid=11001 vsize=10844916 memory=1879140 CPUtime=12.46 cores=0,2,4,6
/proc/11004/task/11058/stat : 11058 (java) S 11001 11004 2339 0 -1 1077944384 22090 13383 0 0 1172 66 5 3 20 0 15 0 406938019 11105193984 469785 33554432000 4194304 4196468 140726904321872 140132578597520 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11059] ppid=11001 vsize=10844916 memory=1879140 CPUtime=12.4 cores=0,2,4,6
/proc/11004/task/11059/stat : 11059 (java) S 11001 11004 2339 0 -1 1077944384 23690 13383 0 0 1168 64 5 3 20 0 15 0 406938019 11105193984 469785 33554432000 4194304 4196468 140726904321872 140132503902736 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11060] ppid=11001 vsize=10844916 memory=1879140 CPUtime=12.47 cores=0,2,4,6
/proc/11004/task/11060/stat : 11060 (java) S 11001 11004 2339 0 -1 1077944384 21245 13383 0 0 1175 64 5 3 20 0 15 0 406938019 11105193984 469785 33554432000 4194304 4196468 140726904321872 140132146141584 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11061] ppid=11001 vsize=10844916 memory=1879140 CPUtime=12.45 cores=0,2,4,6
/proc/11004/task/11061/stat : 11061 (java) S 11001 11004 2339 0 -1 1077944384 21789 13383 0 0 1174 63 5 3 20 0 15 0 406938019 11105193984 469785 33554432000 4194304 4196468 140726904321872 140132145088784 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11062] ppid=11001 vsize=10844916 memory=1879140 CPUtime=11.89 cores=0,2,4,6
/proc/11004/task/11062/stat : 11062 (java) S 11001 11004 2339 0 -1 1077944384 22464 13383 0 0 1120 61 5 3 20 0 15 0 406938020 11105193984 469785 33554432000 4194304 4196468 140726904321872 140132100995952 140132574366338 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11063] ppid=11001 vsize=10844916 memory=1879140 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11063/stat : 11063 (java) S 11001 11004 2339 0 -1 1077944384 21 13383 0 0 0 0 5 3 20 0 15 0 406938021 11105193984 469785 33554432000 4194304 4196468 140726904321872 140132032177760 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11064] ppid=11001 vsize=10844916 memory=7237399393855629416 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11064/stat : 11064 (java) S 11001 11004 2339 0 -1 1077944384 8 13383 0 0 0 0 5 3 20 0 15 0 406938021 11105193984 469785 33554432000 4194304 4196468 140726904321872 140131428197760 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11065] ppid=11001 vsize=10844916 memory=1879140 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11065/stat : 11065 (java) S 11001 11004 2339 0 -1 1077944384 3 13383 0 0 0 0 5 3 20 0 15 0 406938024 11105193984 469785 33554432000 4194304 4196468 140726904321872 140131120798032 140132574373787 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11066] ppid=11001 vsize=10844916 memory=1879140 CPUtime=3.84 cores=0,2,4,6
/proc/11004/task/11066/stat : 11066 (java) S 11001 11004 2339 0 -1 1077944384 36527 13383 0 0 369 7 5 3 20 0 15 0 406938024 11105193984 469785 33554432000 4194304 4196468 140726904321872 140131998620016 140132574366338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11067] ppid=11001 vsize=10844916 memory=1879140 CPUtime=4.25 cores=0,2,4,6
/proc/11004/task/11067/stat : 11067 (java) S 11001 11004 2339 0 -1 1077944384 34461 13383 0 0 411 6 5 3 20 0 15 0 406938024 11105193984 469785 33554432000 4194304 4196468 140726904321872 140131997567216 140132574366338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11068] ppid=11001 vsize=10844916 memory=1879140 CPUtime=3.55 cores=0,2,4,6
/proc/11004/task/11068/stat : 11068 (java) S 11001 11004 2339 0 -1 1077944384 39261 13383 0 0 339 8 5 3 20 0 15 0 406938024 11105193984 469785 33554432000 4194304 4196468 140726904321872 140131996514416 140132574366338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11069] ppid=11001 vsize=10844916 memory=20648 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11069/stat : 11069 (java) S 11001 11004 2339 0 -1 1077944384 3 13383 0 0 0 0 5 3 20 0 15 0 406938024 11105193984 469785 33554432000 4194304 4196468 140726904321872 140131087239392 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11070] ppid=11001 vsize=10844916 memory=12024 CPUtime=1.55 cores=0,2,4,6
/proc/11004/task/11070/stat : 11070 (java) S 11001 11004 2339 0 -1 1077944384 1492 13383 0 0 74 73 5 3 20 0 15 0 406938024 11105193984 469785 33554432000 4194304 4196468 140726904321872 140131995462832 140132574366338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
Current children cumulated CPU time: 2368.12 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 1879140 KiB

[startup+2382.3 s]
/proc/loadavg: 1.19 1.39 1.44 3/227 11439
/proc/meminfo: memFree=21748024/32770624 swapFree=66952812/67108860
[pid=11004] ppid=11001 vsize=10844916 memory=1881188 CPUtime=2429.08 cores=0,2,4,6
/proc/11004/stat : 11004 (java) S 11001 11004 2339 0 -1 1077944320 320442 13383 0 0 242495 405 5 3 20 0 15 0 406938009 11105193984 470297 33554432000 4194304 4196468 140726904321872 140726904304416 140132574355191 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
/proc/11004/statm: 2711229 470297 3615 1 0 2673293 0
[pid=11004/tid=11057] ppid=11001 vsize=10844916 memory=1881188 CPUtime=2353.15 cores=0,2,4,6
/proc/11004/task/11057/stat : 11057 (java) R 11001 11004 2339 0 -1 4202560 94016 13383 0 0 235241 66 5 3 20 0 15 0 406938018 11105193984 470297 33554432000 4194304 4196468 140726904321872 140132546190304 140132190275546 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11058] ppid=11001 vsize=10844916 memory=1881188 CPUtime=12.79 cores=0,2,4,6
/proc/11004/task/11058/stat : 11058 (java) S 11001 11004 2339 0 -1 1077944384 22429 13383 0 0 1204 67 5 3 20 0 15 0 406938019 11105193984 470297 33554432000 4194304 4196468 140726904321872 140132578597520 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11059] ppid=11001 vsize=10844916 memory=1881188 CPUtime=12.74 cores=0,2,4,6
/proc/11004/task/11059/stat : 11059 (java) S 11001 11004 2339 0 -1 1077944384 23804 13383 0 0 1200 66 5 3 20 0 15 0 406938019 11105193984 470297 33554432000 4194304 4196468 140726904321872 140132503902736 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11060] ppid=11001 vsize=10844916 memory=1881188 CPUtime=12.81 cores=0,2,4,6
/proc/11004/task/11060/stat : 11060 (java) S 11001 11004 2339 0 -1 1077944384 21326 13383 0 0 1207 66 5 3 20 0 15 0 406938019 11105193984 470297 33554432000 4194304 4196468 140726904321872 140132146141584 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11061] ppid=11001 vsize=10844916 memory=1881188 CPUtime=12.78 cores=0,2,4,6
/proc/11004/task/11061/stat : 11061 (java) S 11001 11004 2339 0 -1 1077944384 21971 13383 0 0 1205 65 5 3 20 0 15 0 406938019 11105193984 470297 33554432000 4194304 4196468 140726904321872 140132145088784 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11062] ppid=11001 vsize=10844916 memory=1881188 CPUtime=12.2 cores=0,2,4,6
/proc/11004/task/11062/stat : 11062 (java) S 11001 11004 2339 0 -1 1077944384 22880 13383 0 0 1149 63 5 3 20 0 15 0 406938020 11105193984 470297 33554432000 4194304 4196468 140726904321872 140132100995952 140132574366338 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11063] ppid=11001 vsize=10844916 memory=1881188 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11063/stat : 11063 (java) S 11001 11004 2339 0 -1 1077944384 21 13383 0 0 0 0 5 3 20 0 15 0 406938021 11105193984 470297 33554432000 4194304 4196468 140726904321872 140132032177760 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11064] ppid=11001 vsize=10844916 memory=1879140 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11064/stat : 11064 (java) S 11001 11004 2339 0 -1 1077944384 8 13383 0 0 0 0 5 3 20 0 15 0 406938021 11105193984 470297 33554432000 4194304 4196468 140726904321872 140131428197760 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11065] ppid=11001 vsize=10844916 memory=1879140 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11065/stat : 11065 (java) S 11001 11004 2339 0 -1 1077944384 3 13383 0 0 0 0 5 3 20 0 15 0 406938024 11105193984 470297 33554432000 4194304 4196468 140726904321872 140131120798032 140132574373787 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11066] ppid=11001 vsize=10844916 memory=1879140 CPUtime=3.84 cores=0,2,4,6
/proc/11004/task/11066/stat : 11066 (java) S 11001 11004 2339 0 -1 1077944384 36531 13383 0 0 369 7 5 3 20 0 15 0 406938024 11105193984 470297 33554432000 4194304 4196468 140726904321872 140131998620016 140132574366338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11067] ppid=11001 vsize=10844916 memory=1879140 CPUtime=4.25 cores=0,2,4,6
/proc/11004/task/11067/stat : 11067 (java) S 11001 11004 2339 0 -1 1077944384 34465 13383 0 0 411 6 5 3 20 0 15 0 406938024 11105193984 470297 33554432000 4194304 4196468 140726904321872 140131997567216 140132574366338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11068] ppid=11001 vsize=10844916 memory=752 CPUtime=3.55 cores=0,2,4,6
/proc/11004/task/11068/stat : 11068 (java) S 11001 11004 2339 0 -1 1077944384 39265 13383 0 0 339 8 5 3 20 0 15 0 406938024 11105193984 470297 33554432000 4194304 4196468 140726904321872 140131996514416 140132574366338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11069] ppid=11001 vsize=10844916 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11069/stat : 11069 (java) S 11001 11004 2339 0 -1 1077944384 3 13383 0 0 0 0 5 3 20 0 15 0 406938024 11105193984 470297 33554432000 4194304 4196468 140726904321872 140131087239392 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11070] ppid=11001 vsize=10844916 memory=149241523603615 CPUtime=1.59 cores=0,2,4,6
/proc/11004/task/11070/stat : 11070 (java) S 11001 11004 2339 0 -1 1077944384 1512 13383 0 0 76 75 5 3 20 0 15 0 406938024 11105193984 470297 33554432000 4194304 4196468 140726904321872 140131995462832 140132574366338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
Current children cumulated CPU time: 2429.08 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 1881188 KiB

[startup+2442.3 s]
/proc/loadavg: 1.22 1.36 1.42 3/227 11443
/proc/meminfo: memFree=21737884/32770624 swapFree=66952812/67108860
[pid=11004] ppid=11001 vsize=10844916 memory=1881188 CPUtime=2490.06 cores=0,2,4,6
/proc/11004/stat : 11004 (java) S 11001 11004 2339 0 -1 1077944320 322760 13383 0 0 248585 413 5 3 20 0 15 0 406938009 11105193984 470297 33554432000 4194304 4196468 140726904321872 140726904304416 140132574355191 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
/proc/11004/statm: 2711229 470297 3615 1 0 2673293 0
[pid=11004/tid=11057] ppid=11001 vsize=10844916 memory=1881188 CPUtime=2412.45 cores=0,2,4,6
/proc/11004/task/11057/stat : 11057 (java) R 11001 11004 2339 0 -1 4202560 95231 13383 0 0 241170 67 5 3 20 0 15 0 406938018 11105193984 470297 33554432000 4194304 4196468 140726904321872 140132546190624 140132189057339 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11058] ppid=11001 vsize=10844916 memory=1881188 CPUtime=13.14 cores=0,2,4,6
/proc/11004/task/11058/stat : 11058 (java) S 11001 11004 2339 0 -1 1077944384 22646 13383 0 0 1238 68 5 3 20 0 15 0 406938019 11105193984 470297 33554432000 4194304 4196468 140726904321872 140132578597520 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11059] ppid=11001 vsize=10844916 memory=1881188 CPUtime=13.08 cores=0,2,4,6
/proc/11004/task/11059/stat : 11059 (java) S 11001 11004 2339 0 -1 1077944384 23920 13383 0 0 1233 67 5 3 20 0 15 0 406938019 11105193984 470297 33554432000 4194304 4196468 140726904321872 140132503902736 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11060] ppid=11001 vsize=10844916 memory=1881188 CPUtime=13.16 cores=0,2,4,6
/proc/11004/task/11060/stat : 11060 (java) S 11001 11004 2339 0 -1 1077944384 21474 13383 0 0 1241 67 5 3 20 0 15 0 406938019 11105193984 470297 33554432000 4194304 4196468 140726904321872 140132146141584 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11061] ppid=11001 vsize=10844916 memory=1881188 CPUtime=13.1 cores=0,2,4,6
/proc/11004/task/11061/stat : 11061 (java) S 11001 11004 2339 0 -1 1077944384 22168 13383 0 0 1236 66 5 3 20 0 15 0 406938019 11105193984 470297 33554432000 4194304 4196468 140726904321872 140132145088784 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11062] ppid=11001 vsize=10844916 memory=1881188 CPUtime=12.5 cores=0,2,4,6
/proc/11004/task/11062/stat : 11062 (java) S 11001 11004 2339 0 -1 1077944384 23264 13383 0 0 1177 65 5 3 20 0 15 0 406938020 11105193984 470297 33554432000 4194304 4196468 140726904321872 140132100995952 140132574366338 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11063] ppid=11001 vsize=10844916 memory=1881188 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11063/stat : 11063 (java) S 11001 11004 2339 0 -1 1077944384 21 13383 0 0 0 0 5 3 20 0 15 0 406938021 11105193984 470297 33554432000 4194304 4196468 140726904321872 140132032177760 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11064] ppid=11001 vsize=10844916 memory=1881188 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11064/stat : 11064 (java) S 11001 11004 2339 0 -1 1077944384 8 13383 0 0 0 0 5 3 20 0 15 0 406938021 11105193984 470297 33554432000 4194304 4196468 140726904321872 140131428197760 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11065] ppid=11001 vsize=10844916 memory=1881188 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11065/stat : 11065 (java) S 11001 11004 2339 0 -1 1077944384 3 13383 0 0 0 0 5 3 20 0 15 0 406938024 11105193984 470297 33554432000 4194304 4196468 140726904321872 140131120798032 140132574373787 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11066] ppid=11001 vsize=10844916 memory=11624 CPUtime=3.84 cores=0,2,4,6
/proc/11004/task/11066/stat : 11066 (java) S 11001 11004 2339 0 -1 1077944384 36535 13383 0 0 369 7 5 3 20 0 15 0 406938024 11105193984 470297 33554432000 4194304 4196468 140726904321872 140131998620016 140132574366338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11067] ppid=11001 vsize=10844916 memory=1881188 CPUtime=4.25 cores=0,2,4,6
/proc/11004/task/11067/stat : 11067 (java) S 11001 11004 2339 0 -1 1077944384 34469 13383 0 0 411 6 5 3 20 0 15 0 406938024 11105193984 470297 33554432000 4194304 4196468 140726904321872 140131997567216 140132574366338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11068] ppid=11001 vsize=10844916 memory=1881188 CPUtime=3.55 cores=0,2,4,6
/proc/11004/task/11068/stat : 11068 (java) S 11001 11004 2339 0 -1 1077944384 39269 13383 0 0 339 8 5 3 20 0 15 0 406938024 11105193984 470297 33554432000 4194304 4196468 140726904321872 140131996514416 140132574366338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11069] ppid=11001 vsize=10844916 memory=1881188 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11069/stat : 11069 (java) S 11001 11004 2339 0 -1 1077944384 3 13383 0 0 0 0 5 3 20 0 15 0 406938024 11105193984 470297 33554432000 4194304 4196468 140726904321872 140131087239392 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11070] ppid=11001 vsize=10844916 memory=3612 CPUtime=1.62 cores=0,2,4,6
/proc/11004/task/11070/stat : 11070 (java) S 11001 11004 2339 0 -1 1077944384 1541 13383 0 0 77 77 5 3 20 0 15 0 406938024 11105193984 470297 33554432000 4194304 4196468 140726904321872 140131995462832 140132574366338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
Current children cumulated CPU time: 2490.06 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 1881188 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2471.8 s]
/proc/loadavg: 1.06 1.31 1.40 3/227 11447
/proc/meminfo: memFree=21757436/32770624 swapFree=66952812/67108860
[pid=11004] ppid=11001 vsize=10844916 memory=1883236 CPUtime=2520.04 cores=0,2,4,6
/proc/11004/stat : 11004 (java) S 11001 11004 2339 0 -1 1077944320 323880 13383 0 0 251577 419 5 3 20 0 15 0 406938009 11105193984 470809 33554432000 4194304 4196468 140726904321872 140726904304416 140132574355191 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
/proc/11004/statm: 2711229 470809 3615 1 0 2673293 0
[pid=11004/tid=11057] ppid=11001 vsize=10844916 memory=12024 CPUtime=2441.59 cores=0,2,4,6
/proc/11004/task/11057/stat : 11057 (java) R 11001 11004 2339 0 -1 4202560 95772 13383 0 0 244084 67 5 3 20 0 15 0 406938018 11105193984 470809 33554432000 4194304 4196468 140726904321872 140132546190560 140132189573001 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11058] ppid=11001 vsize=10844916 memory=6791534058613427641 CPUtime=13.31 cores=0,2,4,6
/proc/11004/task/11058/stat : 11058 (java) S 11001 11004 2339 0 -1 1077944384 22680 13383 0 0 1254 69 5 3 20 0 15 0 406938019 11105193984 470809 33554432000 4194304 4196468 140726904321872 140132578597520 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11059] ppid=11001 vsize=10844916 memory=2832 CPUtime=13.25 cores=0,2,4,6
/proc/11004/task/11059/stat : 11059 (java) S 11001 11004 2339 0 -1 1077944384 23931 13383 0 0 1249 68 5 3 20 0 15 0 406938019 11105193984 470809 33554432000 4194304 4196468 140726904321872 140132503902736 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11060] ppid=11001 vsize=10844916 memory=1720 CPUtime=13.31 cores=0,2,4,6
/proc/11004/task/11060/stat : 11060 (java) S 11001 11004 2339 0 -1 1077944384 21718 13383 0 0 1255 68 5 3 20 0 15 0 406938019 11105193984 470809 33554432000 4194304 4196468 140726904321872 140132146141584 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11061] ppid=11001 vsize=10844916 memory=1228 CPUtime=13.28 cores=0,2,4,6
/proc/11004/task/11061/stat : 11061 (java) S 11001 11004 2339 0 -1 1077944384 22238 13383 0 0 1252 68 5 3 20 0 15 0 406938019 11105193984 470809 33554432000 4194304 4196468 140726904321872 140132145088784 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11062] ppid=11001 vsize=10844916 memory=5868 CPUtime=12.63 cores=0,2,4,6
/proc/11004/task/11062/stat : 11062 (java) S 11001 11004 2339 0 -1 1077944384 23463 13383 0 0 1190 65 5 3 20 0 15 0 406938020 11105193984 470809 33554432000 4194304 4196468 140726904321872 140132100995952 140132574366338 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11063] ppid=11001 vsize=10844916 memory=14012 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11063/stat : 11063 (java) S 11001 11004 2339 0 -1 1077944384 21 13383 0 0 0 0 5 3 20 0 15 0 406938021 11105193984 470809 33554432000 4194304 4196468 140726904321872 140132032177760 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11064] ppid=11001 vsize=10844916 memory=20648 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11064/stat : 11064 (java) S 11001 11004 2339 0 -1 1077944384 8 13383 0 0 0 0 5 3 20 0 15 0 406938021 11105193984 470809 33554432000 4194304 4196468 140726904321872 140131428197760 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11065] ppid=11001 vsize=10844916 memory=2492 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11065/stat : 11065 (java) S 11001 11004 2339 0 -1 1077944384 3 13383 0 0 0 0 5 3 20 0 15 0 406938024 11105193984 470809 33554432000 4194304 4196468 140726904321872 140131120798032 140132574373787 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11066] ppid=11001 vsize=10844916 memory=1764 CPUtime=3.84 cores=0,2,4,6
/proc/11004/task/11066/stat : 11066 (java) S 11001 11004 2339 0 -1 1077944384 36537 13383 0 0 369 7 5 3 20 0 15 0 406938024 11105193984 470809 33554432000 4194304 4196468 140726904321872 140131998620016 140132574366338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11067] ppid=11001 vsize=10844916 memory=1808 CPUtime=4.25 cores=0,2,4,6
/proc/11004/task/11067/stat : 11067 (java) S 11001 11004 2339 0 -1 1077944384 34471 13383 0 0 411 6 5 3 20 0 15 0 406938024 11105193984 470809 33554432000 4194304 4196468 140726904321872 140131997567216 140132574366338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11068] ppid=11001 vsize=10844916 memory=924 CPUtime=3.55 cores=0,2,4,6
/proc/11004/task/11068/stat : 11068 (java) S 11001 11004 2339 0 -1 1077944384 39271 13383 0 0 339 8 5 3 20 0 15 0 406938024 11105193984 470809 33554432000 4194304 4196468 140726904321872 140131996514416 140132574366338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11069] ppid=11001 vsize=10844916 memory=3848 CPUtime=0.08 cores=0,2,4,6
/proc/11004/task/11069/stat : 11069 (java) S 11001 11004 2339 0 -1 1077944384 3 13383 0 0 0 0 5 3 20 0 15 0 406938024 11105193984 470809 33554432000 4194304 4196468 140726904321872 140131087239392 140132574365397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
[pid=11004/tid=11070] ppid=11001 vsize=10844916 memory=111636 CPUtime=1.64 cores=0,2,4,6
/proc/11004/task/11070/stat : 11070 (java) S 11001 11004 2339 0 -1 1077944384 1556 13383 0 0 78 78 5 3 20 0 15 0 406938024 11105193984 470809 33554432000 4194304 4196468 140726904321872 140131995462832 140132574366338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16703488 140726904330997 140726904333509 140726904333509 140726904336335 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 1883236 KiB

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

[startup+2471.83 s]
# the end of solver process 11004 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.84 s, system=4.2393 s

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

Child status: 143
Real time (s): 2471.83
CPU time (s): 2520.08
CPU user time (s): 2515.84
CPU system time (s): 4.2393
CPU usage (%): 101.952
Max. virtual memory (cumulated for all children) (KiB): 10847672
Max. memory (cumulated for all children) (KiB): 1883236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.84
system time used= 4.2393
maximum resident set size= 1887472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 337946
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 338717
involuntary context switches= 9776


# summary of solver processes directly reported to runsolver:
#   pid: 11004
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2515.84
#   total CPU system time (s): 4.2393

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8255 second user time and 23.5332 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-12 19:38:38
IDJOB=4387542
IDBENCH=141694
IDSOLVER=2823
FILE ID=node117/4387542-1568309961
RUNJOBID= node117-1568286179-3290
PBS_JOBID= 21701085
Free space on /tmp= 58884 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP19/hcp/graph48.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387542-1568309961/watcher-4387542-1568309961 -o /tmp/evaluation-result-4387542-1568309961/solver-4387542-1568309961 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568286179-3290 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1137336561 HOME/instance-4387542-1568309961.xml

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

MD5SUM BENCH= 4be1059ecfff617ee6b265be93ea8d71
RANDOM SEED=1137336561

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:        23246448 kB
MemAvailable:   31020536 kB
Buffers:          187156 kB
Cached:          7813428 kB
SwapCached:        52484 kB
Active:          2159284 kB
Inactive:        6690888 kB
Active(anon):     805372 kB
Inactive(anon):    85456 kB
Active(file):    1353912 kB
Inactive(file):  6605432 kB
Unevictable:      106900 kB
Mlocked:          106900 kB
SwapTotal:      67108860 kB
SwapFree:       66952812 kB
Dirty:             35228 kB
Writeback:             0 kB
AnonPages:        904412 kB
Mapped:            56680 kB
Shmem:             32816 kB
Slab:             271048 kB
SReclaimable:     243204 kB
SUnreclaim:        27844 kB
KernelStack:        3728 kB
PageTables:         7612 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2023180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    696320 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= 58848 MiB
End job on node117 at 2019-09-12 20:19:50