Trace number 4402697

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.12.3? (TO) 2520.15 2476.3

General information on the benchmark

NameQuasiGroups/QuasiGroups-elt-qg7/
QuasiGroup-7-39.xml
MD5SUM5a6cd63004ce40fe2c4de94228743879
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables3042
Number of constraints2966
Number of domains1
Minimum domain size39
Maximum domain size39
Distribution of domain sizes[{"size":39,"count":3003}]
Minimum variable degree0
Maximum variable degree79
Distribution of variable degrees[{"degree":0,"count":39},{"degree":2,"count":1482},{"degree":78,"count":39},{"degree":79,"count":1482}]
Minimum constraint arity39
Maximum constraint arity1521
Distribution of constraint arities[{"arity":39,"count":1},{"arity":41,"count":2964},{"arity":1521,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"instantiation","count":1},{"type":"element","count":2964}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402697-1568979147/watcher-4402697-1568979147 -o /tmp/evaluation-result-4402697-1568979147/solver-4402697-1568979147 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568967594-23612 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=579841060 HOME/instance-4402697-1568979147.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=27421, runsolver pid=27418
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 1.30 1.33 1.39 3/220 27478
/proc/meminfo: memFree=4714260/32770624 swapFree=66935396/67108860
[pid=27421] ppid=27418 vsize=9972712 memory=15176 CPUtime=0.08 cores=1,3,5,7
/proc/27421/stat : 27421 (java) S 27418 27421 23580 0 -1 1077944320 4545 13318 0 0 1 0 4 3 20 0 6 0 473852587 10212057088 3794 33554432000 4194304 4196468 140737065678384 140737065660928 140613265039095 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
/proc/27421/statm: 2493178 3794 1935 1 0 2481616 0
[pid=27421/tid=27474] ppid=27418 vsize=9972712 memory=-8439527450518781933 CPUtime=0.08 cores=1,3,5,7
/proc/27421/task/27474/stat : 27474 (java) R 27418 27421 23580 0 -1 4202560 2345 13318 0 0 1 0 4 3 20 0 6 0 473852596 10212057088 3794 33554432000 4194304 4196468 140737065678384 140613236875856 140613265061021 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27475] ppid=27418 vsize=9972712 memory=4211973569989434762 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27475/stat : 27475 (java) S 27418 27421 23580 0 -1 1077944384 1 13318 0 0 0 0 4 3 20 0 6 0 473852597 10212057088 3794 33554432000 4194304 4196468 140737065678384 140613269281296 140613265049301 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27476] ppid=27418 vsize=9972712 memory=139843784644224 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27476/stat : 27476 (java) S 27418 27421 23580 0 -1 1077944384 1 13318 0 0 0 0 4 3 20 0 6 0 473852597 10212057088 3794 33554432000 4194304 4196468 140737065678384 140612838197904 140613265049301 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27477] ppid=27418 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27477/stat : 27477 (java) S 27418 27421 23580 0 -1 1077944384 1 13318 0 0 0 0 4 3 20 0 6 0 473852597 10212057088 3794 33554432000 4194304 4196468 140737065678384 140612837144848 140613265049301 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27478] ppid=27418 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27478/stat : 27478 (java) S 27418 27421 23580 0 -1 1077944384 2 13318 0 0 0 0 4 3 20 0 6 0 473852597 10212057088 3794 33554432000 4194304 4196468 140737065678384 140612836092304 140613265049301 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15176 KiB

[startup+0.210149 s]*
/proc/loadavg: 1.30 1.33 1.39 4/229 27487
/proc/meminfo: memFree=4694284/32770624 swapFree=66935396/67108860
[pid=27421] ppid=27418 vsize=10820188 memory=39236 CPUtime=0.26 cores=1,3,5,7
/proc/27421/stat : 27421 (java) S 27418 27421 23580 0 -1 1077944320 7844 13318 0 0 17 2 4 3 20 0 15 0 473852587 11079872512 9809 33554432000 4194304 4196468 140737065678384 140737065660928 140613265039095 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
/proc/27421/statm: 2705049 9809 3284 1 0 2667149 0
[pid=27421/tid=27474] ppid=27418 vsize=10820196 memory=7900017517374083699 CPUtime=0.18 cores=1,3,5,7
/proc/27421/task/27474/stat : 27474 (java) R 27418 27421 23580 0 -1 4202560 4262 13318 0 0 10 1 4 3 20 0 15 0 473852596 11079880704 9809 33554432000 4194304 4196468 140737065678384 140613236850128 140613265061021 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27475] ppid=27418 vsize=10820196 memory=4211973569989434762 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27475/stat : 27475 (java) S 27418 27421 23580 0 -1 1077944384 1 13318 0 0 0 0 4 3 20 0 15 0 473852597 11079880704 9809 33554432000 4194304 4196468 140737065678384 140613269281296 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27476] ppid=27418 vsize=10820196 memory=139843784644224 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27476/stat : 27476 (java) S 27418 27421 23580 0 -1 1077944384 1 13318 0 0 0 0 4 3 20 0 15 0 473852597 11079880704 9809 33554432000 4194304 4196468 140737065678384 140612838197904 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27477] ppid=27418 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27477/stat : 27477 (java) S 27418 27421 23580 0 -1 1077944384 1 13318 0 0 0 0 4 3 20 0 15 0 473852597 11079880704 9809 33554432000 4194304 4196468 140737065678384 140612837144848 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27478] ppid=27418 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27478/stat : 27478 (java) S 27418 27421 23580 0 -1 1077944384 2 13318 0 0 0 0 4 3 20 0 15 0 473852597 11079880704 9809 33554432000 4194304 4196468 140737065678384 140612836092304 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27479] ppid=27418 vsize=10820196 memory=139843784644224 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27479/stat : 27479 (java) S 27418 27421 23580 0 -1 1077944384 2 13318 0 0 0 0 4 3 20 0 15 0 473852598 11079880704 9809 33554432000 4194304 4196468 140737065678384 140612724415216 140613265050242 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27480] ppid=27418 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27480/stat : 27480 (java) S 27418 27421 23580 0 -1 1077944384 33 13318 0 0 0 0 4 3 20 0 15 0 473852599 11079880704 9809 33554432000 4194304 4196468 140737065678384 140612723361440 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27481] ppid=27418 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27481/stat : 27481 (java) S 27418 27421 23580 0 -1 1077944384 1 13318 0 0 0 0 4 3 20 0 15 0 473852599 11079880704 9809 33554432000 4194304 4196468 140737065678384 140612128990448 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27482] ppid=27418 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27482/stat : 27482 (java) S 27418 27421 23580 0 -1 1077944384 3 13318 0 0 0 0 4 3 20 0 15 0 473852601 11079880704 9809 33554432000 4194304 4196468 140737065678384 140611821590992 140613265057691 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27483] ppid=27418 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27421/task/27483/stat : 27483 (java) R 27418 27421 23580 0 -1 4202560 613 13318 0 0 1 0 4 3 20 0 15 0 473852601 11079880704 9809 33554432000 4194304 4196468 140737065678384 140612689803504 140613244277508 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27484] ppid=27418 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27484/stat : 27484 (java) S 27418 27421 23580 0 -1 1077944384 62 13318 0 0 0 0 4 3 20 0 15 0 473852601 11079880704 9809 33554432000 4194304 4196468 140737065678384 140612688750960 140613265050242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27485] ppid=27418 vsize=10820196 memory=139843784644224 CPUtime=0.1 cores=1,3,5,7
/proc/27421/task/27485/stat : 27485 (java) S 27418 27421 23580 0 -1 1077944384 659 13318 0 0 3 0 4 3 20 0 15 0 473852602 11079880704 9809 33554432000 4194304 4196468 140737065678384 140612687697904 140613265050242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27486] ppid=27418 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27486/stat : 27486 (java) S 27418 27421 23580 0 -1 1077944384 3 13318 0 0 0 0 4 3 20 0 15 0 473852602 11079880704 9809 33554432000 4194304 4196468 140737065678384 140611788032352 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27487] ppid=27418 vsize=10820196 memory=139843784644224 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27487/stat : 27487 (java) S 27418 27421 23580 0 -1 1077944384 1 13318 0 0 0 0 4 3 20 0 15 0 473852602 11079880704 9809 33554432000 4194304 4196468 140737065678384 140612686646320 140613265050242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820188 KiB
Current children cumulated memory: 39236 KiB

[startup+0.310346 s]*
/proc/loadavg: 1.30 1.33 1.39 4/229 27487
/proc/meminfo: memFree=4681440/32770624 swapFree=66935396/67108860
[pid=27421] ppid=27418 vsize=10820196 memory=47944 CPUtime=0.4 cores=1,3,5,7
/proc/27421/stat : 27421 (java) S 27418 27421 23580 0 -1 1077944320 11252 13318 0 0 30 3 4 3 20 0 15 0 473852587 11079880704 11986 33554432000 4194304 4196468 140737065678384 140737065660928 140613265039095 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
/proc/27421/statm: 2705049 11986 3328 1 0 2667149 0
[pid=27421/tid=27474] ppid=27418 vsize=10820196 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/27421/task/27474/stat : 27474 (java) R 27418 27421 23580 0 -1 4202560 7606 13318 0 0 19 2 4 3 20 0 15 0 473852596 11079880704 11986 33554432000 4194304 4196468 140737065678384 140613236850640 140613248225921 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27475] ppid=27418 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27475/stat : 27475 (java) S 27418 27421 23580 0 -1 1077944384 1 13318 0 0 0 0 4 3 20 0 15 0 473852597 11079880704 11986 33554432000 4194304 4196468 140737065678384 140613269281296 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27476] ppid=27418 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27476/stat : 27476 (java) S 27418 27421 23580 0 -1 1077944384 1 13318 0 0 0 0 4 3 20 0 15 0 473852597 11079880704 11986 33554432000 4194304 4196468 140737065678384 140612838197904 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27477] ppid=27418 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27477/stat : 27477 (java) S 27418 27421 23580 0 -1 1077944384 1 13318 0 0 0 0 4 3 20 0 15 0 473852597 11079880704 11986 33554432000 4194304 4196468 140737065678384 140612837144848 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27478] ppid=27418 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27478/stat : 27478 (java) S 27418 27421 23580 0 -1 1077944384 2 13318 0 0 0 0 4 3 20 0 15 0 473852597 11079880704 11986 33554432000 4194304 4196468 140737065678384 140612836092304 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27479] ppid=27418 vsize=10820196 memory=139843784644223 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27479/stat : 27479 (java) S 27418 27421 23580 0 -1 1077944384 2 13318 0 0 0 0 4 3 20 0 15 0 473852598 11079880704 11986 33554432000 4194304 4196468 140737065678384 140612724415216 140613265050242 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27480] ppid=27418 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27480/stat : 27480 (java) S 27418 27421 23580 0 -1 1077944384 33 13318 0 0 0 0 4 3 20 0 15 0 473852599 11079880704 11986 33554432000 4194304 4196468 140737065678384 140612723361440 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27481] ppid=27418 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27481/stat : 27481 (java) S 27418 27421 23580 0 -1 1077944384 1 13318 0 0 0 0 4 3 20 0 15 0 473852599 11079880704 11986 33554432000 4194304 4196468 140737065678384 140612128990448 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27482] ppid=27418 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27482/stat : 27482 (java) S 27418 27421 23580 0 -1 1077944384 3 13318 0 0 0 0 4 3 20 0 15 0 473852601 11079880704 11986 33554432000 4194304 4196468 140737065678384 140611821590992 140613265057691 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27483] ppid=27418 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/27421/task/27483/stat : 27483 (java) S 27418 27421 23580 0 -1 1077944384 629 13318 0 0 2 0 4 3 20 0 15 0 473852601 11079880704 11986 33554432000 4194304 4196468 140737065678384 140612689803504 140613265050242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27484] ppid=27418 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27421/task/27484/stat : 27484 (java) S 27418 27421 23580 0 -1 1077944384 69 13318 0 0 1 0 4 3 20 0 15 0 473852601 11079880704 11986 33554432000 4194304 4196468 140737065678384 140612688750960 140613265050242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27485] ppid=27418 vsize=10820196 memory=139843784644224 CPUtime=0.12 cores=1,3,5,7
/proc/27421/task/27485/stat : 27485 (java) S 27418 27421 23580 0 -1 1077944384 694 13318 0 0 5 0 4 3 20 0 15 0 473852602 11079880704 11986 33554432000 4194304 4196468 140737065678384 140612687697904 140613265050242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27486] ppid=27418 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27486/stat : 27486 (java) S 27418 27421 23580 0 -1 1077944384 3 13318 0 0 0 0 4 3 20 0 15 0 473852602 11079880704 11986 33554432000 4194304 4196468 140737065678384 140611788032352 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27487] ppid=27418 vsize=10820196 memory=139843784644224 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27487/stat : 27487 (java) S 27418 27421 23580 0 -1 1077944384 1 13318 0 0 0 0 4 3 20 0 15 0 473852602 11079880704 11986 33554432000 4194304 4196468 140737065678384 140612686646320 140613265050242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 47944 KiB

[startup+0.700766 s]
/proc/loadavg: 1.30 1.33 1.39 3/229 27487
/proc/meminfo: memFree=4666924/32770624 swapFree=66935396/67108860
[pid=27421] ppid=27418 vsize=10824364 memory=82588 CPUtime=1.14 cores=1,3,5,7
/proc/27421/stat : 27421 (java) S 27418 27421 23580 0 -1 1077944320 15402 13318 0 0 102 5 4 3 20 0 15 0 473852587 11084148736 20647 33554432000 4194304 4196468 140737065678384 140737065660928 140613265039095 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
/proc/27421/statm: 2706091 20647 3508 1 0 2668173 0
[pid=27421/tid=27474] ppid=27418 vsize=10824364 memory=2241 CPUtime=0.67 cores=1,3,5,7
/proc/27421/task/27474/stat : 27474 (java) R 27418 27421 23580 0 -1 4202560 10514 13318 0 0 56 4 4 3 20 0 15 0 473852596 11084148736 20647 33554432000 4194304 4196468 140737065678384 140613236855008 140613249082725 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27475] ppid=27418 vsize=10824364 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27475/stat : 27475 (java) S 27418 27421 23580 0 -1 1077944384 1 13318 0 0 0 0 4 3 20 0 15 0 473852597 11084148736 20647 33554432000 4194304 4196468 140737065678384 140613269281296 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27476] ppid=27418 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27476/stat : 27476 (java) S 27418 27421 23580 0 -1 1077944384 1 13318 0 0 0 0 4 3 20 0 15 0 473852597 11084148736 20647 33554432000 4194304 4196468 140737065678384 140612838197904 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27477] ppid=27418 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27477/stat : 27477 (java) S 27418 27421 23580 0 -1 1077944384 1 13318 0 0 0 0 4 3 20 0 15 0 473852597 11084148736 20647 33554432000 4194304 4196468 140737065678384 140612837144848 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27478] ppid=27418 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27478/stat : 27478 (java) S 27418 27421 23580 0 -1 1077944384 2 13318 0 0 0 0 4 3 20 0 15 0 473852597 11084148736 20647 33554432000 4194304 4196468 140737065678384 140612836092304 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27479] ppid=27418 vsize=10824364 memory=6944652177228980320 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27479/stat : 27479 (java) S 27418 27421 23580 0 -1 1077944384 5 13318 0 0 0 0 4 3 20 0 15 0 473852598 11084148736 20647 33554432000 4194304 4196468 140737065678384 140612724415216 140613265050242 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27480] ppid=27418 vsize=10824364 memory=6944656592455359580 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27480/stat : 27480 (java) S 27418 27421 23580 0 -1 1077944384 33 13318 0 0 0 0 4 3 20 0 15 0 473852599 11084148736 20647 33554432000 4194304 4196468 140737065678384 140612723361440 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27481] ppid=27418 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27481/stat : 27481 (java) S 27418 27421 23580 0 -1 1077944384 1 13318 0 0 0 0 4 3 20 0 15 0 473852599 11084148736 20647 33554432000 4194304 4196468 140737065678384 140612128990448 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27482] ppid=27418 vsize=10824364 memory=6944656592455097440 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27482/stat : 27482 (java) S 27418 27421 23580 0 -1 1077944384 3 13318 0 0 0 0 4 3 20 0 15 0 473852601 11084148736 20647 33554432000 4194304 4196468 140737065678384 140611821590992 140613265057691 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27483] ppid=27418 vsize=10824364 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/27421/task/27483/stat : 27483 (java) R 27418 27421 23580 0 -1 4202560 1111 13318 0 0 14 0 4 3 20 0 15 0 473852601 11084148736 20647 33554432000 4194304 4196468 140737065678384 140612689803504 140613265060442 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27484] ppid=27418 vsize=10824364 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/27421/task/27484/stat : 27484 (java) S 27418 27421 23580 0 -1 1077944384 575 13318 0 0 14 0 4 3 20 0 15 0 473852601 11084148736 20647 33554432000 4194304 4196468 140737065678384 140612688750960 140613265050242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27485] ppid=27418 vsize=10824364 memory=11076 CPUtime=0.24 cores=1,3,5,7
/proc/27421/task/27485/stat : 27485 (java) S 27418 27421 23580 0 -1 1077944384 945 13318 0 0 17 0 4 3 20 0 15 0 473852602 11084148736 20647 33554432000 4194304 4196468 140737065678384 140612687697904 140613265050242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27486] ppid=27418 vsize=10824364 memory=139843665427824 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27486/stat : 27486 (java) S 27418 27421 23580 0 -1 1077944384 3 13318 0 0 0 0 4 3 20 0 15 0 473852602 11084148736 20647 33554432000 4194304 4196468 140737065678384 140611788032352 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27487] ppid=27418 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27487/stat : 27487 (java) S 27418 27421 23580 0 -1 1077944384 1 13318 0 0 0 0 4 3 20 0 15 0 473852602 11084148736 20647 33554432000 4194304 4196468 140737065678384 140612686646320 140613265050242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 82588 KiB

[startup+1.50077 s]
/proc/loadavg: 1.30 1.33 1.39 6/233 27495
/proc/meminfo: memFree=4622296/32770624 swapFree=66935400/67108860
[pid=27421] ppid=27418 vsize=10832632 memory=194936 CPUtime=3.29 cores=1,3,5,7
/proc/27421/stat : 27421 (java) S 27418 27421 23580 0 -1 1077944320 25296 13318 0 0 311 11 4 3 20 0 15 0 473852587 11092615168 48222 33554432000 4194304 4196468 140737065678384 140737065660928 140613265039095 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
/proc/27421/statm: 2708158 48734 3564 1 0 2670221 0
[pid=27421/tid=27474] ppid=27418 vsize=10832632 memory=7 CPUtime=1.44 cores=1,3,5,7
/proc/27421/task/27474/stat : 27474 (java) S 27418 27421 23580 0 -1 1077944384 14341 13318 0 0 131 6 4 3 20 0 15 0 473852596 11092615168 48734 33554432000 4194304 4196468 140737065678384 140613236871776 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27475] ppid=27418 vsize=10832632 memory=2321 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27475/stat : 27475 (java) S 27418 27421 23580 0 -1 1077944384 13 13318 0 0 0 0 4 3 20 0 15 0 473852597 11092615168 48734 33554432000 4194304 4196468 140737065678384 140613269281296 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27476] ppid=27418 vsize=10832632 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27476/stat : 27476 (java) S 27418 27421 23580 0 -1 1077944384 198 13318 0 0 0 0 4 3 20 0 15 0 473852597 11092615168 48734 33554432000 4194304 4196468 140737065678384 140612838197904 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27477] ppid=27418 vsize=10832632 memory=13572582809011638 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27477/stat : 27477 (java) S 27418 27421 23580 0 -1 1077944384 9 13318 0 0 0 0 4 3 20 0 15 0 473852597 11092615168 48734 33554432000 4194304 4196468 140737065678384 140612837144848 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27478] ppid=27418 vsize=10832632 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27478/stat : 27478 (java) S 27418 27421 23580 0 -1 1077944384 52 13318 0 0 0 0 4 3 20 0 15 0 473852597 11092615168 48734 33554432000 4194304 4196468 140737065678384 140612836092304 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27479] ppid=27418 vsize=10832632 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27479/stat : 27479 (java) R 27418 27421 23580 0 -1 4202560 28 13318 0 0 0 0 4 3 20 0 15 0 473852598 11092615168 48734 33554432000 4194304 4196468 140737065678384 140612724413696 140613258135931 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27480] ppid=27418 vsize=10832632 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27480/stat : 27480 (java) S 27418 27421 23580 0 -1 1077944384 33 13318 0 0 0 0 4 3 20 0 15 0 473852599 11092615168 48734 33554432000 4194304 4196468 140737065678384 140612723361440 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27481] ppid=27418 vsize=10832632 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27481/stat : 27481 (java) S 27418 27421 23580 0 -1 1077944384 1 13318 0 0 0 0 4 3 20 0 15 0 473852599 11092615168 48734 33554432000 4194304 4196468 140737065678384 140612128990448 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27482] ppid=27418 vsize=10832632 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27482/stat : 27482 (java) S 27418 27421 23580 0 -1 1077944384 3 13318 0 0 0 0 4 3 20 0 15 0 473852601 11092615168 48734 33554432000 4194304 4196468 140737065678384 140611821590992 140613265057691 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27483] ppid=27418 vsize=10832632 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/27421/task/27483/stat : 27483 (java) S 27418 27421 23580 0 -1 1077944384 2846 13318 0 0 61 0 4 3 20 0 15 0 473852601 11092615168 48734 33554432000 4194304 4196468 140737065678384 140612689803504 140613265050242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27484] ppid=27418 vsize=10832632 memory=0 CPUtime=0.73 cores=1,3,5,7
/proc/27421/task/27484/stat : 27484 (java) S 27418 27421 23580 0 -1 1077944384 3389 13318 0 0 66 0 4 3 20 0 15 0 473852601 11092615168 48734 33554432000 4194304 4196468 140737065678384 140612688735952 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27485] ppid=27418 vsize=10832632 memory=0 CPUtime=0.54 cores=1,3,5,7
/proc/27421/task/27485/stat : 27485 (java) S 27418 27421 23580 0 -1 1077944384 2174 13318 0 0 47 0 4 3 20 0 15 0 473852602 11092615168 48734 33554432000 4194304 4196468 140737065678384 140612687697904 140613265050242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27486] ppid=27418 vsize=10832632 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27486/stat : 27486 (java) S 27418 27421 23580 0 -1 1077944384 3 13318 0 0 0 0 4 3 20 0 15 0 473852602 11092615168 48734 33554432000 4194304 4196468 140737065678384 140611788032352 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27487] ppid=27418 vsize=10832632 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27487/stat : 27487 (java) S 27418 27421 23580 0 -1 1077944384 1 13318 0 0 0 0 4 3 20 0 15 0 473852602 11092615168 48734 33554432000 4194304 4196468 140737065678384 140612686646320 140613265050242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
Current children cumulated CPU time: 3.29 s
Current children cumulated vsize: 10832632 KiB

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

/proc/27421/task/27474/stat : 27474 (java) R 27418 27421 23580 0 -1 4202560 4904731 13318 0 0 231010 375 4 3 20 0 15 0 473852596 11109425152 799384 33554432000 4194304 4196468 140737065678384 140613236874688 140612876154558 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27475] ppid=27418 vsize=10849048 memory=3197532 CPUtime=7.01 cores=1,3,5,7
/proc/27421/task/27475/stat : 27475 (java) S 27418 27421 23580 0 -1 1077944384 55509 13318 0 0 625 69 4 3 20 0 15 0 473852597 11109425152 799384 33554432000 4194304 4196468 140737065678384 140613269281296 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27476] ppid=27418 vsize=10849048 memory=3197532 CPUtime=7.01 cores=1,3,5,7
/proc/27421/task/27476/stat : 27476 (java) S 27418 27421 23580 0 -1 1077944384 51784 13318 0 0 626 68 4 3 20 0 15 0 473852597 11109425152 799384 33554432000 4194304 4196468 140737065678384 140612838197904 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27477] ppid=27418 vsize=10849048 memory=3197536 CPUtime=7.01 cores=1,3,5,7
/proc/27421/task/27477/stat : 27477 (java) S 27418 27421 23580 0 -1 1077944384 50665 13318 0 0 623 71 4 3 20 0 15 0 473852597 11109425152 799384 33554432000 4194304 4196468 140737065678384 140612837144848 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27478] ppid=27418 vsize=10849048 memory=3197536 CPUtime=7.01 cores=1,3,5,7
/proc/27421/task/27478/stat : 27478 (java) S 27418 27421 23580 0 -1 1077944384 46419 13318 0 0 625 69 4 3 20 0 15 0 473852597 11109425152 799384 33554432000 4194304 4196468 140737065678384 140612836092304 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27479] ppid=27418 vsize=10849048 memory=3197536 CPUtime=1.27 cores=1,3,5,7
/proc/27421/task/27479/stat : 27479 (java) S 27418 27421 23580 0 -1 1077944384 31151 13318 0 0 99 21 4 3 20 0 15 0 473852598 11109425152 799384 33554432000 4194304 4196468 140737065678384 140612724415216 140613265050242 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27480] ppid=27418 vsize=10849048 memory=3197536 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27480/stat : 27480 (java) S 27418 27421 23580 0 -1 1077944384 54 13318 0 0 0 0 4 3 20 0 15 0 473852599 11109425152 799384 33554432000 4194304 4196468 140737065678384 140612723361504 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27481] ppid=27418 vsize=10849048 memory=3197536 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27481/stat : 27481 (java) S 27418 27421 23580 0 -1 1077944384 8 13318 0 0 0 0 4 3 20 0 15 0 473852599 11109425152 799384 33554432000 4194304 4196468 140737065678384 140612128990464 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27482] ppid=27418 vsize=10849048 memory=3197536 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27482/stat : 27482 (java) S 27418 27421 23580 0 -1 1077944384 3 13318 0 0 0 0 4 3 20 0 15 0 473852601 11109425152 799384 33554432000 4194304 4196468 140737065678384 140611821590992 140613265057691 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27483] ppid=27418 vsize=10849048 memory=3197536 CPUtime=8.1 cores=1,3,5,7
/proc/27421/task/27483/stat : 27483 (java) S 27418 27421 23580 0 -1 1077944384 42797 13318 0 0 793 10 4 3 20 0 15 0 473852601 11109425152 799384 33554432000 4194304 4196468 140737065678384 140612689803504 140613265050242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27484] ppid=27418 vsize=10849048 memory=3197536 CPUtime=7.93 cores=1,3,5,7
/proc/27421/task/27484/stat : 27484 (java) S 27418 27421 23580 0 -1 1077944384 37249 13318 0 0 778 8 4 3 20 0 15 0 473852601 11109425152 799384 33554432000 4194304 4196468 140737065678384 140612688750960 140613265050242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27485] ppid=27418 vsize=10849048 memory=4100 CPUtime=5.73 cores=1,3,5,7
/proc/27421/task/27485/stat : 27485 (java) S 27418 27421 23580 0 -1 1077944384 39758 13318 0 0 556 10 4 3 20 0 15 0 473852602 11109425152 799384 33554432000 4194304 4196468 140737065678384 140612687697904 140613265050242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27486] ppid=27418 vsize=10849048 memory=1408 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27486/stat : 27486 (java) S 27418 27421 23580 0 -1 1077944384 3 13318 0 0 0 0 4 3 20 0 15 0 473852602 11109425152 799384 33554432000 4194304 4196468 140737065678384 140611788032352 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27487] ppid=27418 vsize=10849048 memory=3197536 CPUtime=1.33 cores=1,3,5,7
/proc/27421/task/27487/stat : 27487 (java) S 27418 27421 23580 0 -1 1077944384 1358 13318 0 0 57 69 4 3 20 0 15 0 473852602 11109425152 799384 33554432000 4194304 4196468 140737065678384 140612686646320 140613265050242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
Current children cumulated CPU time: 2365.8 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 3197536 KiB

[startup+2382.3 s]
/proc/loadavg: 1.72 1.68 1.65 3/230 28137
/proc/meminfo: memFree=2567372/32770624 swapFree=66935412/67108860
[pid=27421] ppid=27418 vsize=10849048 memory=3197540 CPUtime=2425.97 cores=1,3,5,7
/proc/27421/stat : 27421 (java) S 27418 27421 23580 0 -1 1077944320 5519761 13318 0 0 241830 760 4 3 20 0 15 0 473852587 11109425152 799385 33554432000 4194304 4196468 140737065678384 140737065660928 140613265039095 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
/proc/27421/statm: 2712262 799385 3641 1 0 2674317 0
[pid=27421/tid=27474] ppid=27418 vsize=10849048 memory=3197540 CPUtime=2373.88 cores=1,3,5,7
/proc/27421/task/27474/stat : 27474 (java) R 27418 27421 23580 0 -1 4202560 5154334 13318 0 0 236995 386 4 3 20 0 15 0 473852596 11109425152 799385 33554432000 4194304 4196468 140737065678384 140613236874704 140612869018722 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27475] ppid=27418 vsize=10849048 memory=3197540 CPUtime=7.05 cores=1,3,5,7
/proc/27421/task/27475/stat : 27475 (java) S 27418 27421 23580 0 -1 1077944384 56408 13318 0 0 629 69 4 3 20 0 15 0 473852597 11109425152 799385 33554432000 4194304 4196468 140737065678384 140613269281296 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27476] ppid=27418 vsize=10849048 memory=3197536 CPUtime=7.05 cores=1,3,5,7
/proc/27421/task/27476/stat : 27476 (java) S 27418 27421 23580 0 -1 1077944384 52395 13318 0 0 630 68 4 3 20 0 15 0 473852597 11109425152 799385 33554432000 4194304 4196468 140737065678384 140612838197904 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27477] ppid=27418 vsize=10849048 memory=3197540 CPUtime=7.06 cores=1,3,5,7
/proc/27421/task/27477/stat : 27477 (java) S 27418 27421 23580 0 -1 1077944384 51828 13318 0 0 628 71 4 3 20 0 15 0 473852597 11109425152 799385 33554432000 4194304 4196468 140737065678384 140612837144848 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27478] ppid=27418 vsize=10849048 memory=3197540 CPUtime=7.05 cores=1,3,5,7
/proc/27421/task/27478/stat : 27478 (java) S 27418 27421 23580 0 -1 1077944384 48117 13318 0 0 629 69 4 3 20 0 15 0 473852597 11109425152 799385 33554432000 4194304 4196468 140737065678384 140612836092304 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27479] ppid=27418 vsize=10849048 memory=3197540 CPUtime=1.27 cores=1,3,5,7
/proc/27421/task/27479/stat : 27479 (java) S 27418 27421 23580 0 -1 1077944384 31470 13318 0 0 99 21 4 3 20 0 15 0 473852598 11109425152 799385 33554432000 4194304 4196468 140737065678384 140612724415216 140613265050242 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27480] ppid=27418 vsize=10849048 memory=3197540 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27480/stat : 27480 (java) S 27418 27421 23580 0 -1 1077944384 54 13318 0 0 0 0 4 3 20 0 15 0 473852599 11109425152 799385 33554432000 4194304 4196468 140737065678384 140612723361504 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27481] ppid=27418 vsize=10849048 memory=3197540 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27481/stat : 27481 (java) S 27418 27421 23580 0 -1 1077944384 8 13318 0 0 0 0 4 3 20 0 15 0 473852599 11109425152 799385 33554432000 4194304 4196468 140737065678384 140612128990464 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27482] ppid=27418 vsize=10849048 memory=3197540 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27482/stat : 27482 (java) S 27418 27421 23580 0 -1 1077944384 3 13318 0 0 0 0 4 3 20 0 15 0 473852601 11109425152 799385 33554432000 4194304 4196468 140737065678384 140611821590992 140613265057691 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27483] ppid=27418 vsize=10849048 memory=3197540 CPUtime=8.1 cores=1,3,5,7
/proc/27421/task/27483/stat : 27483 (java) S 27418 27421 23580 0 -1 1077944384 42805 13318 0 0 793 10 4 3 20 0 15 0 473852601 11109425152 799385 33554432000 4194304 4196468 140737065678384 140612689803504 140613265050242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27484] ppid=27418 vsize=10849048 memory=3197540 CPUtime=7.93 cores=1,3,5,7
/proc/27421/task/27484/stat : 27484 (java) S 27418 27421 23580 0 -1 1077944384 38967 13318 0 0 778 8 4 3 20 0 15 0 473852601 11109425152 799385 33554432000 4194304 4196468 140737065678384 140612688750960 140613265050242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27485] ppid=27418 vsize=10849048 memory=3197540 CPUtime=5.73 cores=1,3,5,7
/proc/27421/task/27485/stat : 27485 (java) S 27418 27421 23580 0 -1 1077944384 39762 13318 0 0 556 10 4 3 20 0 15 0 473852602 11109425152 799385 33554432000 4194304 4196468 140737065678384 140612687697904 140613265050242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27486] ppid=27418 vsize=10849048 memory=3197540 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27486/stat : 27486 (java) S 27418 27421 23580 0 -1 1077944384 3 13318 0 0 0 0 4 3 20 0 15 0 473852602 11109425152 799385 33554432000 4194304 4196468 140737065678384 140611788032352 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27487] ppid=27418 vsize=10849048 memory=3197540 CPUtime=1.37 cores=1,3,5,7
/proc/27421/task/27487/stat : 27487 (java) S 27418 27421 23580 0 -1 1077944384 1401 13318 0 0 59 71 4 3 20 0 15 0 473852602 11109425152 799385 33554432000 4194304 4196468 140737065678384 140612686646320 140613265050242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 12 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
Current children cumulated CPU time: 2425.97 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 3197540 KiB

[startup+2442.3 s]
/proc/loadavg: 1.47 1.63 1.64 3/230 28143
/proc/meminfo: memFree=2567776/32770624 swapFree=66935412/67108860
[pid=27421] ppid=27418 vsize=10849048 memory=3197540 CPUtime=2486.06 cores=1,3,5,7
/proc/27421/stat : 27421 (java) S 27418 27421 23580 0 -1 1077944320 5773076 13318 0 0 247825 774 4 3 20 0 15 0 473852587 11109425152 799385 33554432000 4194304 4196468 140737065678384 140737065660928 140613265039095 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
/proc/27421/statm: 2712262 799385 3641 1 0 2674317 0
[pid=27421/tid=27474] ppid=27418 vsize=10849048 memory=3197540 CPUtime=2433.84 cores=1,3,5,7
/proc/27421/task/27474/stat : 27474 (java) R 27418 27421 23580 0 -1 4202560 5404088 13318 0 0 242980 397 4 3 20 0 15 0 473852596 11109425152 799385 33554432000 4194304 4196468 140737065678384 140613236873984 140612871818031 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27475] ppid=27418 vsize=10849048 memory=3197540 CPUtime=7.07 cores=1,3,5,7
/proc/27421/task/27475/stat : 27475 (java) S 27418 27421 23580 0 -1 1077944384 58347 13318 0 0 631 69 4 3 20 0 15 0 473852597 11109425152 799385 33554432000 4194304 4196468 140737065678384 140613269281296 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27476] ppid=27418 vsize=10849048 memory=3197540 CPUtime=7.07 cores=1,3,5,7
/proc/27421/task/27476/stat : 27476 (java) S 27418 27421 23580 0 -1 1077944384 52753 13318 0 0 632 68 4 3 20 0 15 0 473852597 11109425152 799385 33554432000 4194304 4196468 140737065678384 140612838197904 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27477] ppid=27418 vsize=10849048 memory=3197540 CPUtime=7.08 cores=1,3,5,7
/proc/27421/task/27477/stat : 27477 (java) S 27418 27421 23580 0 -1 1077944384 52251 13318 0 0 630 71 4 3 20 0 15 0 473852597 11109425152 799385 33554432000 4194304 4196468 140737065678384 140612837144848 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27478] ppid=27418 vsize=10849048 memory=3197540 CPUtime=7.07 cores=1,3,5,7
/proc/27421/task/27478/stat : 27478 (java) S 27418 27421 23580 0 -1 1077944384 48597 13318 0 0 631 69 4 3 20 0 15 0 473852597 11109425152 799385 33554432000 4194304 4196468 140737065678384 140612836092304 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27479] ppid=27418 vsize=10849048 memory=3197540 CPUtime=1.28 cores=1,3,5,7
/proc/27421/task/27479/stat : 27479 (java) S 27418 27421 23580 0 -1 1077944384 31797 13318 0 0 100 21 4 3 20 0 15 0 473852598 11109425152 799385 33554432000 4194304 4196468 140737065678384 140612724415216 140613265050242 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27480] ppid=27418 vsize=10849048 memory=3197540 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27480/stat : 27480 (java) S 27418 27421 23580 0 -1 1077944384 54 13318 0 0 0 0 4 3 20 0 15 0 473852599 11109425152 799385 33554432000 4194304 4196468 140737065678384 140612723361504 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27481] ppid=27418 vsize=10849048 memory=3197540 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27481/stat : 27481 (java) S 27418 27421 23580 0 -1 1077944384 8 13318 0 0 0 0 4 3 20 0 15 0 473852599 11109425152 799385 33554432000 4194304 4196468 140737065678384 140612128990464 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27482] ppid=27418 vsize=10849048 memory=3197540 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27482/stat : 27482 (java) S 27418 27421 23580 0 -1 1077944384 3 13318 0 0 0 0 4 3 20 0 15 0 473852601 11109425152 799385 33554432000 4194304 4196468 140737065678384 140611821590992 140613265057691 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27483] ppid=27418 vsize=10849048 memory=56 CPUtime=8.1 cores=1,3,5,7
/proc/27421/task/27483/stat : 27483 (java) S 27418 27421 23580 0 -1 1077944384 42809 13318 0 0 793 10 4 3 20 0 15 0 473852601 11109425152 799385 33554432000 4194304 4196468 140737065678384 140612689803504 140613265050242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27484] ppid=27418 vsize=10849048 memory=3197540 CPUtime=7.93 cores=1,3,5,7
/proc/27421/task/27484/stat : 27484 (java) S 27418 27421 23580 0 -1 1077944384 38969 13318 0 0 778 8 4 3 20 0 15 0 473852601 11109425152 799385 33554432000 4194304 4196468 140737065678384 140612688750960 140613265050242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27485] ppid=27418 vsize=10849048 memory=3197540 CPUtime=5.73 cores=1,3,5,7
/proc/27421/task/27485/stat : 27485 (java) S 27418 27421 23580 0 -1 1077944384 39764 13318 0 0 556 10 4 3 20 0 15 0 473852602 11109425152 799385 33554432000 4194304 4196468 140737065678384 140612687697904 140613265050242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27486] ppid=27418 vsize=10849048 memory=3197540 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27486/stat : 27486 (java) S 27418 27421 23580 0 -1 1077944384 3 13318 0 0 0 0 4 3 20 0 15 0 473852602 11109425152 799385 33554432000 4194304 4196468 140737065678384 140611788032352 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27487] ppid=27418 vsize=10849048 memory=3197540 CPUtime=1.4 cores=1,3,5,7
/proc/27421/task/27487/stat : 27487 (java) S 27418 27421 23580 0 -1 1077944384 1427 13318 0 0 60 73 4 3 20 0 15 0 473852602 11109425152 799385 33554432000 4194304 4196468 140737065678384 140612686646320 140613265050242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 12 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
Current children cumulated CPU time: 2486.06 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 3197540 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2476.2 s]
/proc/loadavg: 1.49 1.61 1.63 3/230 28271
/proc/meminfo: memFree=2734064/32770624 swapFree=66935412/67108860
[pid=27421] ppid=27418 vsize=10849048 memory=3197552 CPUtime=2520.02 cores=1,3,5,7
/proc/27421/stat : 27421 (java) S 27418 27421 23580 0 -1 1077944320 5924026 13318 0 0 251211 784 4 3 20 0 15 0 473852587 11109425152 799388 33554432000 4194304 4196468 140737065678384 140737065660928 140613265039095 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
/proc/27421/statm: 2712262 799388 3641 1 0 2674317 0
[pid=27421/tid=27474] ppid=27418 vsize=10849048 memory=6791534058613427641 CPUtime=2467.72 cores=1,3,5,7
/proc/27421/task/27474/stat : 27474 (java) R 27418 27421 23580 0 -1 4202560 5554117 13318 0 0 246360 405 4 3 20 0 15 0 473852596 11109425152 799388 33554432000 4194304 4196468 140737065678384 140613236874704 140612869935908 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27475] ppid=27418 vsize=10849048 memory=288230583166042426 CPUtime=7.08 cores=1,3,5,7
/proc/27421/task/27475/stat : 27475 (java) S 27418 27421 23580 0 -1 1077944384 58579 13318 0 0 632 69 4 3 20 0 15 0 473852597 11109425152 799388 33554432000 4194304 4196468 140737065678384 140613269281296 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27476] ppid=27418 vsize=10849048 memory=14699582244260396 CPUtime=7.09 cores=1,3,5,7
/proc/27421/task/27476/stat : 27476 (java) S 27418 27421 23580 0 -1 1077944384 52967 13318 0 0 634 68 4 3 20 0 15 0 473852597 11109425152 799388 33554432000 4194304 4196468 140737065678384 140612838197904 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27477] ppid=27418 vsize=10849048 memory=2872 CPUtime=7.09 cores=1,3,5,7
/proc/27421/task/27477/stat : 27477 (java) S 27418 27421 23580 0 -1 1077944384 52483 13318 0 0 631 71 4 3 20 0 15 0 473852597 11109425152 799388 33554432000 4194304 4196468 140737065678384 140612837144848 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27478] ppid=27418 vsize=10849048 memory=2916 CPUtime=7.08 cores=1,3,5,7
/proc/27421/task/27478/stat : 27478 (java) S 27418 27421 23580 0 -1 1077944384 48839 13318 0 0 632 69 4 3 20 0 15 0 473852597 11109425152 799388 33554432000 4194304 4196468 140737065678384 140612836092304 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27479] ppid=27418 vsize=10849048 memory=4100 CPUtime=1.28 cores=1,3,5,7
/proc/27421/task/27479/stat : 27479 (java) S 27418 27421 23580 0 -1 1077944384 31806 13318 0 0 100 21 4 3 20 0 15 0 473852598 11109425152 799388 33554432000 4194304 4196468 140737065678384 140612724415216 140613265050242 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27480] ppid=27418 vsize=10849048 memory=1408 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27480/stat : 27480 (java) S 27418 27421 23580 0 -1 1077944384 54 13318 0 0 0 0 4 3 20 0 15 0 473852599 11109425152 799388 33554432000 4194304 4196468 140737065678384 140612723361504 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27481] ppid=27418 vsize=10849048 memory=5292 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27481/stat : 27481 (java) S 27418 27421 23580 0 -1 1077944384 8 13318 0 0 0 0 4 3 20 0 15 0 473852599 11109425152 799388 33554432000 4194304 4196468 140737065678384 140612128990464 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27482] ppid=27418 vsize=10849048 memory=3197552 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27482/stat : 27482 (java) S 27418 27421 23580 0 -1 1077944384 3 13318 0 0 0 0 4 3 20 0 15 0 473852601 11109425152 799388 33554432000 4194304 4196468 140737065678384 140611821590992 140613265057691 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27483] ppid=27418 vsize=10849048 memory=3616 CPUtime=8.1 cores=1,3,5,7
/proc/27421/task/27483/stat : 27483 (java) S 27418 27421 23580 0 -1 1077944384 42809 13318 0 0 793 10 4 3 20 0 15 0 473852601 11109425152 799388 33554432000 4194304 4196468 140737065678384 140612689803504 140613265050242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27484] ppid=27418 vsize=10849048 memory=41184 CPUtime=7.93 cores=1,3,5,7
/proc/27421/task/27484/stat : 27484 (java) S 27418 27421 23580 0 -1 1077944384 38969 13318 0 0 778 8 4 3 20 0 15 0 473852601 11109425152 799388 33554432000 4194304 4196468 140737065678384 140612688750960 140613265050242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27485] ppid=27418 vsize=10849048 memory=988 CPUtime=5.73 cores=1,3,5,7
/proc/27421/task/27485/stat : 27485 (java) S 27418 27421 23580 0 -1 1077944384 39764 13318 0 0 556 10 4 3 20 0 15 0 473852602 11109425152 799388 33554432000 4194304 4196468 140737065678384 140612687697904 140613265050242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27486] ppid=27418 vsize=10849048 memory=2012 CPUtime=0.07 cores=1,3,5,7
/proc/27421/task/27486/stat : 27486 (java) S 27418 27421 23580 0 -1 1077944384 3 13318 0 0 0 0 4 3 20 0 15 0 473852602 11109425152 799388 33554432000 4194304 4196468 140737065678384 140611788032352 140613265049301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
[pid=27421/tid=27487] ppid=27418 vsize=10849048 memory=1320 CPUtime=1.41 cores=1,3,5,7
/proc/27421/task/27487/stat : 27487 (java) S 27418 27421 23580 0 -1 1077944384 1429 13318 0 0 60 74 4 3 20 0 15 0 473852602 11109425152 799388 33554432000 4194304 4196468 140737065678384 140612686646320 140613265050242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 16859136 140737065679600 140737065682117 140737065682117 140737065684943 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 3197552 KiB

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

[startup+2476.29 s]
# the end of solver process 27421 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2512.19 s, system=7.95732 s

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

Child status: 143
Real time (s): 2476.3
CPU time (s): 2520.15
CPU user time (s): 2512.19
CPU system time (s): 7.95732
CPU usage (%): 101.771
Max. virtual memory (cumulated for all children) (KiB): 10853204
Max. memory (cumulated for all children) (KiB): 3198476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2512.19
system time used= 7.95732
maximum resident set size= 3201784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5942483
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 94311
involuntary context switches= 4150


# summary of solver processes directly reported to runsolver:
#   pid: 27421
#   total CPU time (s): 2520.15
#   total CPU user time (s): 2512.19
#   total CPU system time (s): 7.95732

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.6252 second user time and 22.737 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-20 13:31:45
IDJOB=4402697
IDBENCH=133850
IDSOLVER=2861
FILE ID=node141/4402697-1568979147
RUNJOBID= node141-1568967594-23612
PBS_JOBID= 21704616
Free space on /tmp= 22816 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/QuasiGroups/QuasiGroups-elt-qg7/QuasiGroup-7-39.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402697-1568979147/watcher-4402697-1568979147 -o /tmp/evaluation-result-4402697-1568979147/solver-4402697-1568979147 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568967594-23612 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=579841060 HOME/instance-4402697-1568979147.xml

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

MD5SUM BENCH= 5a6cd63004ce40fe2c4de94228743879
RANDOM SEED=579841060

node141.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	: 5332.93
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	: 5332.93
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	: 5332.93
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	: 5332.93
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:         4718516 kB
MemAvailable:   30388248 kB
Buffers:          115528 kB
Cached:         25787740 kB
SwapCached:        62392 kB
Active:         14329448 kB
Inactive:       13047148 kB
Active(anon):    1408420 kB
Inactive(anon):   108456 kB
Active(file):   12921028 kB
Inactive(file): 12938692 kB
Unevictable:      108480 kB
Mlocked:          108480 kB
SwapTotal:      67108860 kB
SwapFree:       66935396 kB
Dirty:             35760 kB
Writeback:             0 kB
AnonPages:       1632560 kB
Mapped:            61588 kB
Shmem:             35192 kB
Slab:             267628 kB
SReclaimable:     238472 kB
SUnreclaim:        29156 kB
KernelStack:        4032 kB
PageTables:         9500 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2509168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1441792 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 22780 MiB
End job on node141 at 2019-09-20 14:13:02