Trace number 4402509

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.23 2407.71

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os10/
SuperTaillard-os-10-26.xml
MD5SUM163dd1c4311ae2a810c887bcbec28782
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark15.5906
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Number of domains64
Minimum domain size413
Maximum domain size511
Distribution of domain sizes[{"size":413,"count":2},{"size":414,"count":2},{"size":415,"count":2},{"size":417,"count":2},{"size":418,"count":4},{"size":420,"count":2},{"size":421,"count":4},{"size":422,"count":4},{"size":423,"count":2},{"size":425,"count":2},{"size":428,"count":4},{"size":430,"count":4},{"size":432,"count":2},{"size":434,"count":2},{"size":435,"count":2},{"size":437,"count":4},{"size":439,"count":2},{"size":440,"count":2},{"size":443,"count":4},{"size":445,"count":8},{"size":447,"count":2},{"size":448,"count":2},{"size":450,"count":2},{"size":453,"count":6},{"size":456,"count":2},"...",{"size":478,"count":2}, {"size":479,"count":2}, {"size":481,"count":10}, {"size":482,"count":2}, {"size":484,"count":2}, {"size":485,"count":2}, {"size":486,"count":6}, {"size":487,"count":2}, {"size":488,"count":2}, {"size":489,"count":2}, {"size":490,"count":4}, {"size":491,"count":4}, {"size":492,"count":4}, {"size":493,"count":2}, {"size":494,"count":2}, {"size":495,"count":4}, {"size":496,"count":4}, {"size":497,"count":2}, {"size":499,"count":4}, {"size":501,"count":2}, {"size":502,"count":4}, {"size":503,"count":8}, {"size":504,"count":4}, {"size":507,"count":2}, {"size":511,"count":4}]
Minimum variable degree19
Maximum variable degree37
Distribution of variable degrees[{"degree":19,"count":100},{"degree":37,"count":100}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2800}]
Number of extensional constraints0
Number of intensional constraints2800
Distribution of constraint types[{"type":"intension","count":2800}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402509-1568984117/watcher-4402509-1568984117 -o /tmp/evaluation-result-4402509-1568984117/solver-4402509-1568984117 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568967597-26238 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=266236325 HOME/instance-4402509-1568984117.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
Current StackSize limit: 8192 KiB

solver pid=31169, runsolver pid=31166

[startup+0.100114 s]*
/proc/loadavg: 1.26 1.27 1.37 3/219 31227
/proc/meminfo: memFree=5609748/32770624 swapFree=66955400/67108860
[pid=31169] ppid=31166 vsize=9972712 memory=18864 CPUtime=0.08 cores=0,2,4,6
/proc/31169/stat : 31169 (java) S 31166 31169 26206 0 -1 1077944320 4478 13458 0 0 1 0 5 2 20 0 6 0 474683117 10212057088 4716 33554432000 4194304 4196468 140736994559936 140736994542480 140642347536119 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
/proc/31169/statm: 2493178 4716 1935 1 0 2481616 0
[pid=31169/tid=31223] ppid=31166 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=0,2,4,6
/proc/31169/task/31223/stat : 31223 (java) R 31166 31169 26206 0 -1 4202560 2264 13458 0 0 1 0 5 2 20 0 6 0 474683126 10212057088 4716 33554432000 4194304 4196468 140736994559936 140642319372880 140642347558045 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31224] ppid=31166 vsize=9972712 memory=5793854991759440313 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31224/stat : 31224 (java) S 31166 31169 26206 0 -1 1077944384 1 13458 0 0 0 0 5 2 20 0 6 0 474683127 10212057088 4716 33554432000 4194304 4196468 140736994559936 140642351778832 140642347546325 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31225] ppid=31166 vsize=9972712 memory=139740749547136 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31225/stat : 31225 (java) S 31166 31169 26206 0 -1 1077944384 1 13458 0 0 0 0 5 2 20 0 6 0 474683127 10212057088 4716 33554432000 4194304 4196468 140736994559936 140642266598544 140642347546325 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31226] ppid=31166 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31226/stat : 31226 (java) S 31166 31169 26206 0 -1 1077944384 1 13458 0 0 0 0 5 2 20 0 6 0 474683127 10212057088 4716 33554432000 4194304 4196468 140736994559936 140642265545488 140642347546325 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31227] ppid=31166 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31227/stat : 31227 (java) S 31166 31169 26206 0 -1 1077944384 2 13458 0 0 0 0 5 2 20 0 6 0 474683127 10212057088 4716 33554432000 4194304 4196468 140736994559936 140642264492944 140642347546325 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18864 KiB

[startup+0.210294 s]*
/proc/loadavg: 1.26 1.27 1.37 3/228 31236
/proc/meminfo: memFree=5589720/32770624 swapFree=66955400/67108860
[pid=31169] ppid=31166 vsize=10820196 memory=41680 CPUtime=0.25 cores=0,2,4,6
/proc/31169/stat : 31169 (java) S 31166 31169 26206 0 -1 1077944320 7343 13458 0 0 17 1 5 2 20 0 15 0 474683117 11079880704 10420 33554432000 4194304 4196468 140736994559936 140736994542480 140642347536119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
/proc/31169/statm: 2705049 10420 3291 1 0 2667149 0
[pid=31169/tid=31223] ppid=31166 vsize=10820196 memory=-8540663193526752614 CPUtime=0.18 cores=0,2,4,6
/proc/31169/task/31223/stat : 31223 (java) R 31166 31169 26206 0 -1 4202560 3859 13458 0 0 11 0 5 2 20 0 15 0 474683126 11079880704 10420 33554432000 4194304 4196468 140736994559936 140642319347152 140642331616606 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31224] ppid=31166 vsize=10820196 memory=4211973466954337674 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31224/stat : 31224 (java) S 31166 31169 26206 0 -1 1077944384 1 13458 0 0 0 0 5 2 20 0 15 0 474683127 11079880704 10420 33554432000 4194304 4196468 140736994559936 140642351778832 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31225] ppid=31166 vsize=10820196 memory=139740749547136 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31225/stat : 31225 (java) S 31166 31169 26206 0 -1 1077944384 1 13458 0 0 0 0 5 2 20 0 15 0 474683127 11079880704 10420 33554432000 4194304 4196468 140736994559936 140642266598544 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31226] ppid=31166 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31226/stat : 31226 (java) S 31166 31169 26206 0 -1 1077944384 1 13458 0 0 0 0 5 2 20 0 15 0 474683127 11079880704 10420 33554432000 4194304 4196468 140736994559936 140642265545488 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31227] ppid=31166 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31227/stat : 31227 (java) S 31166 31169 26206 0 -1 1077944384 2 13458 0 0 0 0 5 2 20 0 15 0 474683127 11079880704 10420 33554432000 4194304 4196468 140736994559936 140642264492944 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31228] ppid=31166 vsize=10820196 memory=139740749547136 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31228/stat : 31228 (java) S 31166 31169 26206 0 -1 1077944384 2 13458 0 0 0 0 5 2 20 0 15 0 474683129 11079880704 10420 33554432000 4194304 4196468 140736994559936 140641874163952 140642347547266 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31229] ppid=31166 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31229/stat : 31229 (java) S 31166 31169 26206 0 -1 1077944384 13 13458 0 0 0 0 5 2 20 0 15 0 474683129 11079880704 10420 33554432000 4194304 4196468 140736994559936 140641254237344 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31230] ppid=31166 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31230/stat : 31230 (java) S 31166 31169 26206 0 -1 1077944384 1 13458 0 0 0 0 5 2 20 0 15 0 474683129 11079880704 10420 33554432000 4194304 4196468 140736994559936 140641120019184 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31231] ppid=31166 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31231/stat : 31231 (java) S 31166 31169 26206 0 -1 1077944384 3 13458 0 0 0 0 5 2 20 0 15 0 474683132 11079880704 10420 33554432000 4194304 4196468 140736994559936 140640879728592 140642347554715 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31232] ppid=31166 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31169/task/31232/stat : 31232 (java) S 31166 31169 26206 0 -1 1077944384 353 13458 0 0 1 0 5 2 20 0 15 0 474683132 11079880704 10420 33554432000 4194304 4196468 140736994559936 140641873111792 140642347547266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31233] ppid=31166 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31169/task/31233/stat : 31233 (java) R 31166 31169 26206 0 -1 4202560 291 13458 0 0 1 0 5 2 20 0 15 0 474683132 11079880704 10420 33554432000 4194304 4196468 140736994559936 140641872059248 140642327925760 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31234] ppid=31166 vsize=10820196 memory=139740749547136 CPUtime=0.1 cores=0,2,4,6
/proc/31169/task/31234/stat : 31234 (java) S 31166 31169 26206 0 -1 1077944384 609 13458 0 0 3 0 5 2 20 0 15 0 474683132 11079880704 10420 33554432000 4194304 4196468 140736994559936 140641871006192 140642347547266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31235] ppid=31166 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31235/stat : 31235 (java) S 31166 31169 26206 0 -1 1077944384 3 13458 0 0 0 0 5 2 20 0 15 0 474683132 11079880704 10420 33554432000 4194304 4196468 140736994559936 140640846170976 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31236] ppid=31166 vsize=10820196 memory=139740749547136 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31236/stat : 31236 (java) S 31166 31169 26206 0 -1 1077944384 1 13458 0 0 0 0 5 2 20 0 15 0 474683132 11079880704 10420 33554432000 4194304 4196468 140736994559936 140641869953584 140642347547266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 41680 KiB

[startup+0.32086 s]*
/proc/loadavg: 1.26 1.27 1.37 3/228 31236
/proc/meminfo: memFree=5576300/32770624 swapFree=66955400/67108860
[pid=31169] ppid=31166 vsize=10820268 memory=50276 CPUtime=0.4 cores=0,2,4,6
/proc/31169/stat : 31169 (java) S 31166 31169 26206 0 -1 1077944320 10808 13458 0 0 30 3 5 2 20 0 15 0 474683117 11079954432 12569 33554432000 4194304 4196468 140736994559936 140736994542480 140642347536119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
/proc/31169/statm: 2705067 12569 3317 1 0 2667149 0
[pid=31169/tid=31223] ppid=31166 vsize=10820268 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/31169/task/31223/stat : 31223 (java) R 31166 31169 26206 0 -1 4202560 7292 13458 0 0 20 2 5 2 20 0 15 0 474683126 11079954432 12569 33554432000 4194304 4196468 140736994559936 140642319342640 140642331616606 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31224] ppid=31166 vsize=10820268 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31224/stat : 31224 (java) S 31166 31169 26206 0 -1 1077944384 1 13458 0 0 0 0 5 2 20 0 15 0 474683127 11079954432 12569 33554432000 4194304 4196468 140736994559936 140642351778832 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31225] ppid=31166 vsize=10820268 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31225/stat : 31225 (java) S 31166 31169 26206 0 -1 1077944384 1 13458 0 0 0 0 5 2 20 0 15 0 474683127 11079954432 12569 33554432000 4194304 4196468 140736994559936 140642266598544 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31226] ppid=31166 vsize=10820268 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31226/stat : 31226 (java) S 31166 31169 26206 0 -1 1077944384 1 13458 0 0 0 0 5 2 20 0 15 0 474683127 11079954432 12569 33554432000 4194304 4196468 140736994559936 140642265545488 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31227] ppid=31166 vsize=10820268 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31227/stat : 31227 (java) S 31166 31169 26206 0 -1 1077944384 2 13458 0 0 0 0 5 2 20 0 15 0 474683127 11079954432 12569 33554432000 4194304 4196468 140736994559936 140642264492944 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31228] ppid=31166 vsize=10820268 memory=139740749547135 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31228/stat : 31228 (java) S 31166 31169 26206 0 -1 1077944384 2 13458 0 0 0 0 5 2 20 0 15 0 474683129 11079954432 12569 33554432000 4194304 4196468 140736994559936 140641874163952 140642347547266 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31229] ppid=31166 vsize=10820268 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31229/stat : 31229 (java) S 31166 31169 26206 0 -1 1077944384 13 13458 0 0 0 0 5 2 20 0 15 0 474683129 11079954432 12569 33554432000 4194304 4196468 140736994559936 140641254237344 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31230] ppid=31166 vsize=10820268 memory=139740749547136 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31230/stat : 31230 (java) S 31166 31169 26206 0 -1 1077944384 1 13458 0 0 0 0 5 2 20 0 15 0 474683129 11079954432 12569 33554432000 4194304 4196468 140736994559936 140641120019184 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31231] ppid=31166 vsize=10820268 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31231/stat : 31231 (java) S 31166 31169 26206 0 -1 1077944384 3 13458 0 0 0 0 5 2 20 0 15 0 474683132 11079954432 12569 33554432000 4194304 4196468 140736994559936 140640879728592 140642347554715 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31232] ppid=31166 vsize=10820268 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31169/task/31232/stat : 31232 (java) S 31166 31169 26206 0 -1 1077944384 353 13458 0 0 1 0 5 2 20 0 15 0 474683132 11079954432 12569 33554432000 4194304 4196468 140736994559936 140641873111792 140642347547266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31233] ppid=31166 vsize=10820268 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/31169/task/31233/stat : 31233 (java) S 31166 31169 26206 0 -1 1077944384 296 13458 0 0 2 0 5 2 20 0 15 0 474683132 11079954432 12569 33554432000 4194304 4196468 140736994559936 140641872059248 140642347547266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31234] ppid=31166 vsize=10820268 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/31169/task/31234/stat : 31234 (java) S 31166 31169 26206 0 -1 1077944384 630 13458 0 0 5 0 5 2 20 0 15 0 474683132 11079954432 12569 33554432000 4194304 4196468 140736994559936 140641871006192 140642347547266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31235] ppid=31166 vsize=10820268 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31235/stat : 31235 (java) S 31166 31169 26206 0 -1 1077944384 3 13458 0 0 0 0 5 2 20 0 15 0 474683132 11079954432 12569 33554432000 4194304 4196468 140736994559936 140640846170976 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31236] ppid=31166 vsize=10820268 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31236/stat : 31236 (java) S 31166 31169 26206 0 -1 1077944384 1 13458 0 0 0 0 5 2 20 0 15 0 474683132 11079954432 12569 33554432000 4194304 4196468 140736994559936 140641869953584 140642347547266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820268 KiB
Current children cumulated memory: 50276 KiB

[startup+0.701494 s]
/proc/loadavg: 1.26 1.27 1.37 3/228 31236
/proc/meminfo: memFree=5561128/32770624 swapFree=66955400/67108860
[pid=31169] ppid=31166 vsize=10824364 memory=83404 CPUtime=1.13 cores=0,2,4,6
/proc/31169/stat : 31169 (java) S 31166 31169 26206 0 -1 1077944320 15122 13458 0 0 101 5 5 2 20 0 15 0 474683117 11084148736 20851 33554432000 4194304 4196468 140736994559936 140736994542480 140642347536119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
/proc/31169/statm: 2706091 20851 3504 1 0 2668173 0
[pid=31169/tid=31223] ppid=31166 vsize=10824364 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/31169/task/31223/stat : 31223 (java) R 31166 31169 26206 0 -1 4202560 10468 13458 0 0 55 4 5 2 20 0 15 0 474683126 11084148736 20851 33554432000 4194304 4196468 140736994559936 140642319351968 140642331616606 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31224] ppid=31166 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31224/stat : 31224 (java) S 31166 31169 26206 0 -1 1077944384 1 13458 0 0 0 0 5 2 20 0 15 0 474683127 11084148736 20851 33554432000 4194304 4196468 140736994559936 140642351778832 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31225] ppid=31166 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31225/stat : 31225 (java) S 31166 31169 26206 0 -1 1077944384 1 13458 0 0 0 0 5 2 20 0 15 0 474683127 11084148736 20851 33554432000 4194304 4196468 140736994559936 140642266598544 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31226] ppid=31166 vsize=10824364 memory=3620 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31226/stat : 31226 (java) S 31166 31169 26206 0 -1 1077944384 1 13458 0 0 0 0 5 2 20 0 15 0 474683127 11084148736 20851 33554432000 4194304 4196468 140736994559936 140642265545488 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31227] ppid=31166 vsize=10824364 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31227/stat : 31227 (java) S 31166 31169 26206 0 -1 1077944384 2 13458 0 0 0 0 5 2 20 0 15 0 474683127 11084148736 20851 33554432000 4194304 4196468 140736994559936 140642264492944 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31228] ppid=31166 vsize=10824364 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31228/stat : 31228 (java) S 31166 31169 26206 0 -1 1077944384 5 13458 0 0 0 0 5 2 20 0 15 0 474683129 11084148736 20851 33554432000 4194304 4196468 140736994559936 140641874163952 140642347547266 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31229] ppid=31166 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31229/stat : 31229 (java) S 31166 31169 26206 0 -1 1077944384 13 13458 0 0 0 0 5 2 20 0 15 0 474683129 11084148736 20851 33554432000 4194304 4196468 140736994559936 140641254237344 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31230] ppid=31166 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31230/stat : 31230 (java) S 31166 31169 26206 0 -1 1077944384 1 13458 0 0 0 0 5 2 20 0 15 0 474683129 11084148736 20851 33554432000 4194304 4196468 140736994559936 140641120019184 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31231] ppid=31166 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31231/stat : 31231 (java) S 31166 31169 26206 0 -1 1077944384 3 13458 0 0 0 0 5 2 20 0 15 0 474683132 11084148736 20851 33554432000 4194304 4196468 140736994559936 140640879728592 140642347554715 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31232] ppid=31166 vsize=10824364 memory=19265 CPUtime=0.22 cores=0,2,4,6
/proc/31169/task/31232/stat : 31232 (java) R 31166 31169 26206 0 -1 4202560 853 13458 0 0 15 0 5 2 20 0 15 0 474683132 11084148736 20851 33554432000 4194304 4196468 140736994559936 140641873111792 140642325423088 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31233] ppid=31166 vsize=10824364 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/31169/task/31233/stat : 31233 (java) S 31166 31169 26206 0 -1 1077944384 728 13458 0 0 12 0 5 2 20 0 15 0 474683132 11084148736 20851 33554432000 4194304 4196468 140736994559936 140641872059248 140642347547266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31234] ppid=31166 vsize=10824364 memory=734096885910169699 CPUtime=0.24 cores=0,2,4,6
/proc/31169/task/31234/stat : 31234 (java) S 31166 31169 26206 0 -1 1077944384 832 13458 0 0 17 0 5 2 20 0 15 0 474683132 11084148736 20851 33554432000 4194304 4196468 140736994559936 140641871006192 140642347547266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31235] ppid=31166 vsize=10824364 memory=4206186544037388384 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31235/stat : 31235 (java) S 31166 31169 26206 0 -1 1077944384 3 13458 0 0 0 0 5 2 20 0 15 0 474683132 11084148736 20851 33554432000 4194304 4196468 140736994559936 140640846170976 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31236] ppid=31166 vsize=10824364 memory=6944656592387989600 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31236/stat : 31236 (java) S 31166 31169 26206 0 -1 1077944384 1 13458 0 0 0 0 5 2 20 0 15 0 474683132 11084148736 20851 33554432000 4194304 4196468 140736994559936 140641869953584 140642347547266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83404 KiB

[startup+1.5007 s]
/proc/loadavg: 1.26 1.27 1.37 5/228 31236
/proc/meminfo: memFree=5516580/32770624 swapFree=66955400/67108860
[pid=31169] ppid=31166 vsize=10834680 memory=194012 CPUtime=2.99 cores=0,2,4,6
/proc/31169/stat : 31169 (java) S 31166 31169 26206 0 -1 1077944320 23720 13458 0 0 283 9 5 2 20 0 15 0 474683117 11094712320 48503 33554432000 4194304 4196468 140736994559936 140736994542480 140642347536119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
/proc/31169/statm: 2708670 48503 3586 1 0 2670733 0
[pid=31169/tid=31223] ppid=31166 vsize=10834680 memory=262 CPUtime=1.42 cores=0,2,4,6
/proc/31169/task/31223/stat : 31223 (java) R 31166 31169 26206 0 -1 4202560 15689 13458 0 0 130 5 5 2 20 0 15 0 474683126 11094712320 48503 33554432000 4194304 4196468 140736994559936 140642319351128 140642331616606 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31224] ppid=31166 vsize=10834680 memory=115 CPUtime=0.08 cores=0,2,4,6
/proc/31169/task/31224/stat : 31224 (java) S 31166 31169 26206 0 -1 1077944384 46 13458 0 0 1 0 5 2 20 0 15 0 474683127 11094712320 48503 33554432000 4194304 4196468 140736994559936 140642351778832 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31225] ppid=31166 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31169/task/31225/stat : 31225 (java) S 31166 31169 26206 0 -1 1077944384 75 13458 0 0 1 0 5 2 20 0 15 0 474683127 11094712320 48503 33554432000 4194304 4196468 140736994559936 140642266598544 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31226] ppid=31166 vsize=10834680 memory=7596559256861437527 CPUtime=0.08 cores=0,2,4,6
/proc/31169/task/31226/stat : 31226 (java) S 31166 31169 26206 0 -1 1077944384 32 13458 0 0 1 0 5 2 20 0 15 0 474683127 11094712320 48503 33554432000 4194304 4196468 140736994559936 140642265545488 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31227] ppid=31166 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31169/task/31227/stat : 31227 (java) S 31166 31169 26206 0 -1 1077944384 305 13458 0 0 1 0 5 2 20 0 15 0 474683127 11094712320 48503 33554432000 4194304 4196468 140736994559936 140642264492944 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31228] ppid=31166 vsize=10834680 memory=6656426216303648864 CPUtime=0.08 cores=0,2,4,6
/proc/31169/task/31228/stat : 31228 (java) S 31166 31169 26206 0 -1 1077944384 130 13458 0 0 1 0 5 2 20 0 15 0 474683129 11094712320 48503 33554432000 4194304 4196468 140736994559936 140641874163952 140642347547266 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31229] ppid=31166 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31229/stat : 31229 (java) S 31166 31169 26206 0 -1 1077944384 14 13458 0 0 0 0 5 2 20 0 15 0 474683129 11094712320 48503 33554432000 4194304 4196468 140736994559936 140641254237408 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31230] ppid=31166 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31230/stat : 31230 (java) S 31166 31169 26206 0 -1 1077944384 1 13458 0 0 0 0 5 2 20 0 15 0 474683129 11094712320 48503 33554432000 4194304 4196468 140736994559936 140641120019200 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31231] ppid=31166 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31231/stat : 31231 (java) S 31166 31169 26206 0 -1 1077944384 3 13458 0 0 0 0 5 2 20 0 15 0 474683132 11094712320 48503 33554432000 4194304 4196468 140736994559936 140640879728592 140642347554715 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31232] ppid=31166 vsize=10834680 memory=0 CPUtime=0.59 cores=0,2,4,6
/proc/31169/task/31232/stat : 31232 (java) S 31166 31169 26206 0 -1 1077944384 1854 13458 0 0 52 0 5 2 20 0 15 0 474683132 11094712320 48503 33554432000 4194304 4196468 140736994559936 140641873111792 140642347547266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31233] ppid=31166 vsize=10834680 memory=4580 CPUtime=0.57 cores=0,2,4,6
/proc/31169/task/31233/stat : 31233 (java) S 31166 31169 26206 0 -1 1077944384 1843 13458 0 0 50 0 5 2 20 0 15 0 474683132 11094712320 48503 33554432000 4194304 4196468 140736994559936 140641872059248 140642347547266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31234] ppid=31166 vsize=10834680 memory=0 CPUtime=0.49 cores=0,2,4,6
/proc/31169/task/31234/stat : 31234 (java) S 31166 31169 26206 0 -1 1077944384 1515 13458 0 0 42 0 5 2 20 0 15 0 474683132 11094712320 48503 33554432000 4194304 4196468 140736994559936 140641871006192 140642347547266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31235] ppid=31166 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31235/stat : 31235 (java) S 31166 31169 26206 0 -1 1077944384 3 13458 0 0 0 0 5 2 20 0 15 0 474683132 11094712320 48503 33554432000 4194304 4196468 140736994559936 140640846170976 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31236] ppid=31166 vsize=10834680 memory=139740653545040 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31236/stat : 31236 (java) S 31166 31169 26206 0 -1 1077944384 1 13458 0 0 0 0 5 2 20 0 15 0 474683132 11094712320 48503 33554432000 4194304 4196468 140736994559936 140641869953584 140642347547266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
Current children cumulated CPU time: 2.99 s
Current children cumulated vsize: 10834680 KiB

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

[pid=31169/tid=31227] ppid=31166 vsize=10846988 memory=6581380 CPUtime=33.11 cores=0,2,4,6
/proc/31169/task/31227/stat : 31227 (java) S 31166 31169 26206 0 -1 1077944384 827454 13458 0 0 3076 228 5 2 20 0 15 0 474683127 11107315712 1645345 33554432000 4194304 4196468 140736994559936 140642264492944 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31228] ppid=31166 vsize=10846988 memory=6581380 CPUtime=5.1 cores=0,2,4,6
/proc/31169/task/31228/stat : 31228 (java) S 31166 31169 26206 0 -1 1077944384 70610 13458 0 0 492 11 5 2 20 0 15 0 474683129 11107315712 1645345 33554432000 4194304 4196468 140736994559936 140641874163952 140642347547266 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31229] ppid=31166 vsize=10846988 memory=6581380 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31229/stat : 31229 (java) S 31166 31169 26206 0 -1 1077944384 34 13458 0 0 0 0 5 2 20 0 15 0 474683129 11107315712 1645345 33554432000 4194304 4196468 140736994559936 140641254237472 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31230] ppid=31166 vsize=10846988 memory=3616 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31230/stat : 31230 (java) S 31166 31169 26206 0 -1 1077944384 14 13458 0 0 0 0 5 2 20 0 15 0 474683129 11107315712 1645345 33554432000 4194304 4196468 140736994559936 140641120019200 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31231] ppid=31166 vsize=10846988 memory=2832 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31231/stat : 31231 (java) S 31166 31169 26206 0 -1 1077944384 3 13458 0 0 0 0 5 2 20 0 15 0 474683132 11107315712 1645345 33554432000 4194304 4196468 140736994559936 140640879728592 140642347554715 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31232] ppid=31166 vsize=10846988 memory=6581376 CPUtime=4.79 cores=0,2,4,6
/proc/31169/task/31232/stat : 31232 (java) S 31166 31169 26206 0 -1 1077944384 39602 13458 0 0 467 5 5 2 20 0 15 0 474683132 11107315712 1645345 33554432000 4194304 4196468 140736994559936 140641873111792 140642347547266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31233] ppid=31166 vsize=10846988 memory=2032 CPUtime=4.81 cores=0,2,4,6
/proc/31169/task/31233/stat : 31233 (java) S 31166 31169 26206 0 -1 1077944384 36376 13458 0 0 469 5 5 2 20 0 15 0 474683132 11107315712 1645345 33554432000 4194304 4196468 140736994559936 140641872059248 140642347547266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31234] ppid=31166 vsize=10846988 memory=6581380 CPUtime=2.03 cores=0,2,4,6
/proc/31169/task/31234/stat : 31234 (java) S 31166 31169 26206 0 -1 1077944384 31269 13458 0 0 190 6 5 2 20 0 15 0 474683132 11107315712 1645345 33554432000 4194304 4196468 140736994559936 140641871006192 140642347547266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31235] ppid=31166 vsize=10846988 memory=6581380 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31235/stat : 31235 (java) S 31166 31169 26206 0 -1 1077944384 3 13458 0 0 0 0 5 2 20 0 15 0 474683132 11107315712 1645345 33554432000 4194304 4196468 140736994559936 140640846170976 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31236] ppid=31166 vsize=10846988 memory=6581380 CPUtime=1.26 cores=0,2,4,6
/proc/31169/task/31236/stat : 31236 (java) S 31166 31169 26206 0 -1 1077944384 2000 13458 0 0 59 60 5 2 20 0 15 0 474683132 11107315712 1645345 33554432000 4194304 4196468 140736994559936 140641869953584 140642347547266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
Current children cumulated CPU time: 2373.58 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 6581380 KiB

[startup+2322.3 s]
/proc/loadavg: 1.64 1.60 1.60 3/228 31858
/proc/meminfo: memFree=1720460/32770624 swapFree=66955404/67108860
[pid=31169] ppid=31166 vsize=10846988 memory=6581424 CPUtime=2434.09 cores=0,2,4,6
/proc/31169/stat : 31169 (java) S 31166 31169 26206 0 -1 1077944320 5501105 13458 0 0 242181 1221 5 2 20 0 15 0 474683117 11107315712 1645356 33554432000 4194304 4196468 140736994559936 140736994542480 140642347536119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
/proc/31169/statm: 2711747 1645356 3635 1 0 2673805 0
[pid=31169/tid=31223] ppid=31166 vsize=10846988 memory=6581416 CPUtime=2283.3 cores=0,2,4,6
/proc/31169/task/31223/stat : 31223 (java) R 31166 31169 26206 0 -1 4202560 1790490 13458 0 0 228118 205 5 2 20 0 15 0 474683126 11107315712 1645356 33554432000 4194304 4196468 140736994559936 140642319371504 140641956163068 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31224] ppid=31166 vsize=10846988 memory=33 CPUtime=33.28 cores=0,2,4,6
/proc/31169/task/31224/stat : 31224 (java) S 31166 31169 26206 0 -1 1077944384 937423 13458 0 0 3080 241 5 2 20 0 15 0 474683127 11107315712 1645356 33554432000 4194304 4196468 140736994559936 140642351778832 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31225] ppid=31166 vsize=10846988 memory=6581408 CPUtime=33.42 cores=0,2,4,6
/proc/31169/task/31225/stat : 31225 (java) S 31166 31169 26206 0 -1 1077944384 870911 13458 0 0 3101 234 5 2 20 0 15 0 474683127 11107315712 1645356 33554432000 4194304 4196468 140736994559936 140642266598544 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31226] ppid=31166 vsize=10846988 memory=6581416 CPUtime=33.27 cores=0,2,4,6
/proc/31169/task/31226/stat : 31226 (java) S 31166 31169 26206 0 -1 1077944384 878705 13458 0 0 3085 235 5 2 20 0 15 0 474683127 11107315712 1645356 33554432000 4194304 4196468 140736994559936 140642265545488 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31227] ppid=31166 vsize=10846988 memory=6581420 CPUtime=33.27 cores=0,2,4,6
/proc/31169/task/31227/stat : 31227 (java) S 31166 31169 26206 0 -1 1077944384 841114 13458 0 0 3091 229 5 2 20 0 15 0 474683127 11107315712 1645356 33554432000 4194304 4196468 140736994559936 140642264492944 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31228] ppid=31166 vsize=10846988 memory=6581420 CPUtime=5.11 cores=0,2,4,6
/proc/31169/task/31228/stat : 31228 (java) S 31166 31169 26206 0 -1 1077944384 70918 13458 0 0 493 11 5 2 20 0 15 0 474683129 11107315712 1645356 33554432000 4194304 4196468 140736994559936 140641874163952 140642347547266 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31229] ppid=31166 vsize=10846988 memory=6581424 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31229/stat : 31229 (java) S 31166 31169 26206 0 -1 1077944384 34 13458 0 0 0 0 5 2 20 0 15 0 474683129 11107315712 1645356 33554432000 4194304 4196468 140736994559936 140641254237472 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31230] ppid=31166 vsize=10846988 memory=33 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31230/stat : 31230 (java) S 31166 31169 26206 0 -1 1077944384 14 13458 0 0 0 0 5 2 20 0 15 0 474683129 11107315712 1645356 33554432000 4194304 4196468 140736994559936 140641120019200 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31231] ppid=31166 vsize=10846988 memory=2832 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31231/stat : 31231 (java) S 31166 31169 26206 0 -1 1077944384 3 13458 0 0 0 0 5 2 20 0 15 0 474683132 11107315712 1645356 33554432000 4194304 4196468 140736994559936 140640879728592 140642347554715 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31232] ppid=31166 vsize=10846988 memory=4126316290023845779 CPUtime=4.79 cores=0,2,4,6
/proc/31169/task/31232/stat : 31232 (java) S 31166 31169 26206 0 -1 1077944384 39605 13458 0 0 467 5 5 2 20 0 15 0 474683132 11107315712 1645356 33554432000 4194304 4196468 140736994559936 140641873111792 140642347547266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31233] ppid=31166 vsize=10846988 memory=1408 CPUtime=4.81 cores=0,2,4,6
/proc/31169/task/31233/stat : 31233 (java) S 31166 31169 26206 0 -1 1077944384 36378 13458 0 0 469 5 5 2 20 0 15 0 474683132 11107315712 1645356 33554432000 4194304 4196468 140736994559936 140641872059248 140642347547266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31234] ppid=31166 vsize=10846988 memory=6581420 CPUtime=2.03 cores=0,2,4,6
/proc/31169/task/31234/stat : 31234 (java) S 31166 31169 26206 0 -1 1077944384 31271 13458 0 0 190 6 5 2 20 0 15 0 474683132 11107315712 1645356 33554432000 4194304 4196468 140736994559936 140641871006192 140642347547266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31235] ppid=31166 vsize=10846988 memory=6581420 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31235/stat : 31235 (java) S 31166 31169 26206 0 -1 1077944384 3 13458 0 0 0 0 5 2 20 0 15 0 474683132 11107315712 1645356 33554432000 4194304 4196468 140736994559936 140640846170976 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31236] ppid=31166 vsize=10846988 memory=3620 CPUtime=1.3 cores=0,2,4,6
/proc/31169/task/31236/stat : 31236 (java) S 31166 31169 26206 0 -1 1077944384 2026 13458 0 0 61 62 5 2 20 0 15 0 474683132 11107315712 1645356 33554432000 4194304 4196468 140736994559936 140641869953584 140642347547266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
Current children cumulated CPU time: 2434.09 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 6581424 KiB

[startup+2382.3 s]
/proc/loadavg: 1.39 1.55 1.58 3/228 31864
/proc/meminfo: memFree=1804204/32770624 swapFree=66955404/67108860
[pid=31169] ppid=31166 vsize=10846988 memory=6581468 CPUtime=2494.58 cores=0,2,4,6
/proc/31169/stat : 31169 (java) S 31166 31169 26206 0 -1 1077944320 5604825 13458 0 0 248219 1232 5 2 20 0 15 0 474683117 11107315712 1645367 33554432000 4194304 4196468 140736994559936 140736994542480 140642347536119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
/proc/31169/statm: 2711747 1645367 3635 1 0 2673805 0
[pid=31169/tid=31223] ppid=31166 vsize=10846988 memory=6581468 CPUtime=2343.13 cores=0,2,4,6
/proc/31169/task/31223/stat : 31223 (java) R 31166 31169 26206 0 -1 4202560 1840892 13458 0 0 234096 210 5 2 20 0 15 0 474683126 11107315712 1645367 33554432000 4194304 4196468 140736994559936 140642319371392 140641956163937 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31224] ppid=31166 vsize=10846988 memory=6581436 CPUtime=33.44 cores=0,2,4,6
/proc/31169/task/31224/stat : 31224 (java) S 31166 31169 26206 0 -1 1077944384 948378 13458 0 0 3095 242 5 2 20 0 15 0 474683127 11107315712 1645367 33554432000 4194304 4196468 140736994559936 140642351778832 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31225] ppid=31166 vsize=10846988 memory=6581456 CPUtime=33.58 cores=0,2,4,6
/proc/31169/task/31225/stat : 31225 (java) S 31166 31169 26206 0 -1 1077944384 884449 13458 0 0 3115 236 5 2 20 0 15 0 474683127 11107315712 1645367 33554432000 4194304 4196468 140736994559936 140642266598544 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31226] ppid=31166 vsize=10846988 memory=3620 CPUtime=33.42 cores=0,2,4,6
/proc/31169/task/31226/stat : 31226 (java) S 31166 31169 26206 0 -1 1077944384 893980 13458 0 0 3099 236 5 2 20 0 15 0 474683127 11107315712 1645367 33554432000 4194304 4196468 140736994559936 140642265545488 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31227] ppid=31166 vsize=10846988 memory=6581468 CPUtime=33.43 cores=0,2,4,6
/proc/31169/task/31227/stat : 31227 (java) S 31166 31169 26206 0 -1 1077944384 854324 13458 0 0 3106 230 5 2 20 0 15 0 474683127 11107315712 1645367 33554432000 4194304 4196468 140736994559936 140642264492944 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31228] ppid=31166 vsize=10846988 memory=6581468 CPUtime=5.12 cores=0,2,4,6
/proc/31169/task/31228/stat : 31228 (java) S 31166 31169 26206 0 -1 1077944384 71219 13458 0 0 494 11 5 2 20 0 15 0 474683129 11107315712 1645367 33554432000 4194304 4196468 140736994559936 140641874163952 140642347547266 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31229] ppid=31166 vsize=10846988 memory=249432 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31229/stat : 31229 (java) S 31166 31169 26206 0 -1 1077944384 34 13458 0 0 0 0 5 2 20 0 15 0 474683129 11107315712 1645367 33554432000 4194304 4196468 140736994559936 140641254237472 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31230] ppid=31166 vsize=10846988 memory=6581436 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31230/stat : 31230 (java) S 31166 31169 26206 0 -1 1077944384 14 13458 0 0 0 0 5 2 20 0 15 0 474683129 11107315712 1645367 33554432000 4194304 4196468 140736994559936 140641120019200 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31231] ppid=31166 vsize=10846988 memory=6581436 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31231/stat : 31231 (java) S 31166 31169 26206 0 -1 1077944384 3 13458 0 0 0 0 5 2 20 0 15 0 474683132 11107315712 1645367 33554432000 4194304 4196468 140736994559936 140640879728592 140642347554715 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31232] ppid=31166 vsize=10846988 memory=7 CPUtime=4.79 cores=0,2,4,6
/proc/31169/task/31232/stat : 31232 (java) S 31166 31169 26206 0 -1 1077944384 39610 13458 0 0 467 5 5 2 20 0 15 0 474683132 11107315712 1645367 33554432000 4194304 4196468 140736994559936 140641873111792 140642347547266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31233] ppid=31166 vsize=10846988 memory=7 CPUtime=4.81 cores=0,2,4,6
/proc/31169/task/31233/stat : 31233 (java) S 31166 31169 26206 0 -1 1077944384 36381 13458 0 0 469 5 5 2 20 0 15 0 474683132 11107315712 1645367 33554432000 4194304 4196468 140736994559936 140641872059248 140642347547266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31234] ppid=31166 vsize=10846988 memory=6581468 CPUtime=2.03 cores=0,2,4,6
/proc/31169/task/31234/stat : 31234 (java) S 31166 31169 26206 0 -1 1077944384 31278 13458 0 0 190 6 5 2 20 0 15 0 474683132 11107315712 1645367 33554432000 4194304 4196468 140736994559936 140641871006192 140642347547266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31235] ppid=31166 vsize=10846988 memory=6080 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31235/stat : 31235 (java) S 31166 31169 26206 0 -1 1077944384 3 13458 0 0 0 0 5 2 20 0 15 0 474683132 11107315712 1645367 33554432000 4194304 4196468 140736994559936 140640846170976 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31236] ppid=31166 vsize=10846988 memory=1124 CPUtime=1.32 cores=0,2,4,6
/proc/31169/task/31236/stat : 31236 (java) S 31166 31169 26206 0 -1 1077944384 2050 13458 0 0 62 63 5 2 20 0 15 0 474683132 11107315712 1645367 33554432000 4194304 4196468 140736994559936 140641869953584 140642347547266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
Current children cumulated CPU time: 2494.58 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 6581468 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2407.5 s]
/proc/loadavg: 1.53 1.57 1.59 3/228 31865
/proc/meminfo: memFree=1842848/32770624 swapFree=66955404/67108860
[pid=31169] ppid=31166 vsize=10846988 memory=6581480 CPUtime=2520 cores=0,2,4,6
/proc/31169/stat : 31169 (java) S 31166 31169 26206 0 -1 1077944320 5653423 13458 0 0 250757 1236 5 2 20 0 15 0 474683117 11107315712 1645370 33554432000 4194304 4196468 140736994559936 140736994542480 140642347536119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
/proc/31169/statm: 2711747 1645370 3635 1 0 2673805 0
[pid=31169/tid=31223] ppid=31166 vsize=10846988 memory=2032 CPUtime=2368.24 cores=0,2,4,6
/proc/31169/task/31223/stat : 31223 (java) R 31166 31169 26206 0 -1 4202560 1849835 13458 0 0 236606 211 5 2 20 0 15 0 474683126 11107315712 1645370 33554432000 4194304 4196468 140736994559936 140642319371504 140641956894643 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31224] ppid=31166 vsize=10846988 memory=6581480 CPUtime=33.52 cores=0,2,4,6
/proc/31169/task/31224/stat : 31224 (java) S 31166 31169 26206 0 -1 1077944384 958361 13458 0 0 3102 243 5 2 20 0 15 0 474683127 11107315712 1645370 33554432000 4194304 4196468 140736994559936 140642351778832 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31225] ppid=31166 vsize=10846988 memory=2032 CPUtime=33.65 cores=0,2,4,6
/proc/31169/task/31225/stat : 31225 (java) S 31166 31169 26206 0 -1 1077944384 894208 13458 0 0 3122 236 5 2 20 0 15 0 474683127 11107315712 1645370 33554432000 4194304 4196468 140736994559936 140642266598544 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31226] ppid=31166 vsize=10846988 memory=6581480 CPUtime=33.5 cores=0,2,4,6
/proc/31169/task/31226/stat : 31226 (java) S 31166 31169 26206 0 -1 1077944384 903922 13458 0 0 3106 237 5 2 20 0 15 0 474683127 11107315712 1645370 33554432000 4194304 4196468 140736994559936 140642265545488 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31227] ppid=31166 vsize=10846988 memory=1056 CPUtime=33.5 cores=0,2,4,6
/proc/31169/task/31227/stat : 31227 (java) S 31166 31169 26206 0 -1 1077944384 864289 13458 0 0 3112 231 5 2 20 0 15 0 474683127 11107315712 1645370 33554432000 4194304 4196468 140736994559936 140642264492944 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31228] ppid=31166 vsize=10846988 memory=6581436 CPUtime=5.12 cores=0,2,4,6
/proc/31169/task/31228/stat : 31228 (java) S 31166 31169 26206 0 -1 1077944384 71223 13458 0 0 494 11 5 2 20 0 15 0 474683129 11107315712 1645370 33554432000 4194304 4196468 140736994559936 140641874163952 140642347547266 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31229] ppid=31166 vsize=10846988 memory=6581468 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31229/stat : 31229 (java) S 31166 31169 26206 0 -1 1077944384 34 13458 0 0 0 0 5 2 20 0 15 0 474683129 11107315712 1645370 33554432000 4194304 4196468 140736994559936 140641254237472 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31230] ppid=31166 vsize=10846988 memory=6581472 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31230/stat : 31230 (java) S 31166 31169 26206 0 -1 1077944384 14 13458 0 0 0 0 5 2 20 0 15 0 474683129 11107315712 1645370 33554432000 4194304 4196468 140736994559936 140641120019200 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31231] ppid=31166 vsize=10846988 memory=6581480 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31231/stat : 31231 (java) S 31166 31169 26206 0 -1 1077944384 3 13458 0 0 0 0 5 2 20 0 15 0 474683132 11107315712 1645370 33554432000 4194304 4196468 140736994559936 140640879728592 140642347554715 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31232] ppid=31166 vsize=10846988 memory=6581480 CPUtime=4.79 cores=0,2,4,6
/proc/31169/task/31232/stat : 31232 (java) S 31166 31169 26206 0 -1 1077944384 39610 13458 0 0 467 5 5 2 20 0 15 0 474683132 11107315712 1645370 33554432000 4194304 4196468 140736994559936 140641873111792 140642347547266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31233] ppid=31166 vsize=10846988 memory=6791534058613427641 CPUtime=4.81 cores=0,2,4,6
/proc/31169/task/31233/stat : 31233 (java) S 31166 31169 26206 0 -1 1077944384 36381 13458 0 0 469 5 5 2 20 0 15 0 474683132 11107315712 1645370 33554432000 4194304 4196468 140736994559936 140641872059248 140642347547266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31234] ppid=31166 vsize=10846988 memory=6581480 CPUtime=2.04 cores=0,2,4,6
/proc/31169/task/31234/stat : 31234 (java) S 31166 31169 26206 0 -1 1077944384 31278 13458 0 0 191 6 5 2 20 0 15 0 474683132 11107315712 1645370 33554432000 4194304 4196468 140736994559936 140641871006192 140642347547266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31235] ppid=31166 vsize=10846988 memory=41976 CPUtime=0.07 cores=0,2,4,6
/proc/31169/task/31235/stat : 31235 (java) S 31166 31169 26206 0 -1 1077944384 3 13458 0 0 0 0 5 2 20 0 15 0 474683132 11107315712 1645370 33554432000 4194304 4196468 140736994559936 140640846170976 140642347546325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
[pid=31169/tid=31236] ppid=31166 vsize=10846988 memory=984 CPUtime=1.34 cores=0,2,4,6
/proc/31169/task/31236/stat : 31236 (java) S 31166 31169 26206 0 -1 1077944384 2052 13458 0 0 63 64 5 2 20 0 15 0 474683132 11107315712 1645370 33554432000 4194304 4196468 140736994559936 140641869953584 140642347547266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9334784 140736994568944 140736994571461 140736994571461 140736994574287 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 6581480 KiB

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

[startup+2407.71 s]
# the end of solver process 31169 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2507.65 s, system=12.5806 s

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

[startup+2407.61 s]*
/proc/loadavg: 1.53 1.57 1.59 3/215 31867
/proc/meminfo: memFree=4686988/32770624 swapFree=66955404/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2407.71
CPU time (s): 2520.23
CPU user time (s): 2507.65
CPU system time (s): 12.5806
CPU usage (%): 104.674
Max. virtual memory (cumulated for all children) (KiB): 10846988
Max. memory (cumulated for all children) (KiB): 6581480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2507.65
system time used= 12.5806
maximum resident set size= 6585716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5670584
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 90212
involuntary context switches= 5169


# summary of solver processes directly reported to runsolver:
#   pid: 31169
#   total CPU time (s): 2520.23
#   total CPU user time (s): 2507.65
#   total CPU system time (s): 12.5806

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.5381 second user time and 25.8115 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-20 14:54:37
IDJOB=4402509
IDBENCH=138449
IDSOLVER=2861
FILE ID=node151/4402509-1568984117
RUNJOBID= node151-1568967597-26238
PBS_JOBID= 21704609
Free space on /tmp= 12280 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os10/SuperTaillard-os-10-26.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402509-1568984117/watcher-4402509-1568984117 -o /tmp/evaluation-result-4402509-1568984117/solver-4402509-1568984117 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568967597-26238 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=266236325 HOME/instance-4402509-1568984117.xml

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

MD5SUM BENCH= 163dd1c4311ae2a810c887bcbec28782
RANDOM SEED=266236325

node151.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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:         5615284 kB
MemAvailable:   31441244 kB
Buffers:          129784 kB
Cached:         25707564 kB
SwapCached:        51792 kB
Active:         13235696 kB
Inactive:       13023100 kB
Active(anon):     366544 kB
Inactive(anon):   100424 kB
Active(file):   12869152 kB
Inactive(file): 12922676 kB
Unevictable:      107584 kB
Mlocked:          107584 kB
SwapTotal:      67108860 kB
SwapFree:       66955400 kB
Dirty:             35644 kB
Writeback:             0 kB
AnonPages:        477644 kB
Mapped:            62240 kB
Shmem:             36868 kB
Slab:             491832 kB
SReclaimable:     462592 kB
SUnreclaim:        29240 kB
KernelStack:        3744 kB
PageTables:         6888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1471056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    391168 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 12244 MiB
End job on node151 at 2019-09-20 15:34:45