Trace number 4400860

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.12.2? (TO) 2520.13 2474.53

General information on the benchmark

NameBlackhole/Blackhole-xcsp2-s07/
Blackhole-4-07-9_X2.xml
MD5SUMa7efa7459c7ca72744d0a792626ba479
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 benchmark170.678
Satisfiable
(Un)Satisfiability was proved
Number of variables112
Number of constraints1262
Number of domains4
Minimum domain size1
Maximum domain size28
Distribution of domain sizes[{"size":1,"count":2},{"size":7,"count":28},{"size":14,"count":27},{"size":28,"count":54}]
Minimum variable degree0
Maximum variable degree56
Distribution of variable degrees[{"degree":0,"count":1},{"degree":2,"count":29},{"degree":3,"count":26},{"degree":28,"count":1},{"degree":29,"count":18},{"degree":30,"count":9},{"degree":56,"count":28}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1262}]
Number of extensional constraints1262
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":1262}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400860-1568686639/watcher-4400860-1568686639 -o /tmp/evaluation-result-4400860-1568686639/solver-4400860-1568686639 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node140-1568673290-15914 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1407830231 HOME/instance-4400860-1568686639.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=20700, runsolver pid=20697

[startup+0.100135 s]*
/proc/loadavg: 1.19 1.26 1.41 3/218 20757
/proc/meminfo: memFree=26552776/32770624 swapFree=66999436/67108860
[pid=20700] ppid=20697 vsize=9972712 memory=16816 CPUtime=0.1 cores=0,2,4,6
/proc/20700/stat : 20700 (java) S 20697 20700 15883 0 -1 1077944320 4459 13308 0 0 1 1 5 3 20 0 6 0 444602321 10212057088 4204 33554432000 4194304 4196468 140727907987328 140727907969872 139971115532023 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
/proc/20700/statm: 2493178 4204 1935 1 0 2481616 0
[pid=20700/tid=20753] ppid=20697 vsize=9972712 memory=4279135704013571469 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20753/stat : 20753 (java) R 20697 20700 15883 0 -1 4202560 2247 13308 0 0 0 0 5 3 20 0 6 0 444602330 10212057088 4204 33554432000 4194304 4196468 140727907987328 139971087368784 139971099612510 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20754] ppid=20697 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20754/stat : 20754 (java) S 20697 20700 15883 0 -1 1077944384 2 13308 0 0 0 0 5 3 20 0 6 0 444602331 10212057088 4204 33554432000 4194304 4196468 140727907987328 139971119774352 139971115542229 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20755] ppid=20697 vsize=9972712 memory=140411784500864 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20755/stat : 20755 (java) S 20697 20700 15883 0 -1 1077944384 1 13308 0 0 0 0 5 3 20 0 6 0 444602331 10212057088 4204 33554432000 4194304 4196468 140727907987328 139970688768528 139971115542229 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20756] ppid=20697 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20756/stat : 20756 (java) S 20697 20700 15883 0 -1 1077944384 1 13308 0 0 0 0 5 3 20 0 6 0 444602331 10212057088 4204 33554432000 4194304 4196468 140727907987328 139970687715728 139971115542229 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20757] ppid=20697 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20757/stat : 20757 (java) S 20697 20700 15883 0 -1 1077944384 2 13308 0 0 0 0 5 3 20 0 6 0 444602331 10212057088 4204 33554432000 4194304 4196468 140727907987328 139970686662928 139971115542229 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.210105 s]*
/proc/loadavg: 1.19 1.26 1.41 4/227 20766
/proc/meminfo: memFree=26528976/32770624 swapFree=66999436/67108860
[pid=20700] ppid=20697 vsize=10820020 memory=46252 CPUtime=0.27 cores=0,2,4,6
/proc/20700/stat : 20700 (java) S 20697 20700 15883 0 -1 1077944320 7320 13308 0 0 17 2 5 3 20 0 15 0 444602321 11079700480 11563 33554432000 4194304 4196468 140727907987328 140727907969872 139971115532023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
/proc/20700/statm: 2705005 11563 3226 1 0 2667149 0
[pid=20700/tid=20753] ppid=20697 vsize=10820020 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/20700/task/20753/stat : 20753 (java) R 20697 20700 15883 0 -1 4202560 3841 13308 0 0 10 1 5 3 20 0 15 0 444602330 11079700480 11563 33554432000 4194304 4196468 140727907987328 139971087355184 139971038608357 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20754] ppid=20697 vsize=10820020 memory=345 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20754/stat : 20754 (java) S 20697 20700 15883 0 -1 1077944384 2 13308 0 0 0 0 5 3 20 0 15 0 444602331 11079700480 11563 33554432000 4194304 4196468 140727907987328 139971119774352 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20755] ppid=20697 vsize=10820020 memory=140411787850538 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20755/stat : 20755 (java) S 20697 20700 15883 0 -1 1077944384 1 13308 0 0 0 0 5 3 20 0 15 0 444602331 11079700480 11563 33554432000 4194304 4196468 140727907987328 139970688768528 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20756] ppid=20697 vsize=10820020 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20756/stat : 20756 (java) S 20697 20700 15883 0 -1 1077944384 1 13308 0 0 0 0 5 3 20 0 15 0 444602331 11079700480 11563 33554432000 4194304 4196468 140727907987328 139970687715728 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20757] ppid=20697 vsize=10820020 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20757/stat : 20757 (java) S 20697 20700 15883 0 -1 1077944384 2 13308 0 0 0 0 5 3 20 0 15 0 444602331 11079700480 11563 33554432000 4194304 4196468 140727907987328 139970686662928 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20758] ppid=20697 vsize=10820020 memory=140411784500864 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20758/stat : 20758 (java) S 20697 20700 15883 0 -1 1077944384 2 13308 0 0 0 0 5 3 20 0 15 0 444602332 11079700480 11563 33554432000 4194304 4196468 140727907987328 139970642221936 139971115543170 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20759] ppid=20697 vsize=10820020 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20759/stat : 20759 (java) S 20697 20700 15883 0 -1 1077944384 13 13308 0 0 0 0 5 3 20 0 15 0 444602332 11079700480 11563 33554432000 4194304 4196468 140727907987328 139970568250912 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20760] ppid=20697 vsize=10820020 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20760/stat : 20760 (java) S 20697 20700 15883 0 -1 1077944384 1 13308 0 0 0 0 5 3 20 0 15 0 444602333 11079700480 11563 33554432000 4194304 4196468 140727907987328 139970434033008 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20761] ppid=20697 vsize=10820020 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20761/stat : 20761 (java) S 20697 20700 15883 0 -1 1077944384 2 13308 0 0 0 0 5 3 20 0 15 0 444602335 11079700480 11563 33554432000 4194304 4196468 140727907987328 139969830054224 139971115550619 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20762] ppid=20697 vsize=10820020 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20700/task/20762/stat : 20762 (java) S 20697 20700 15883 0 -1 1077944384 590 13308 0 0 1 0 5 3 20 0 15 0 444602335 11079700480 11563 33554432000 4194304 4196468 140727907987328 139970641168752 139971115543170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20763] ppid=20697 vsize=10820020 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/20700/task/20763/stat : 20763 (java) S 20697 20700 15883 0 -1 1077944384 70 13308 0 0 1 0 5 3 20 0 15 0 444602335 11079700480 11563 33554432000 4194304 4196468 140727907987328 139970640115952 139971115543170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20764] ppid=20697 vsize=10820020 memory=140411784500864 CPUtime=0.11 cores=0,2,4,6
/proc/20700/task/20764/stat : 20764 (java) S 20697 20700 15883 0 -1 1077944384 609 13308 0 0 3 0 5 3 20 0 15 0 444602335 11079700480 11563 33554432000 4194304 4196468 140727907987328 139970639063152 139971115543170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20765] ppid=20697 vsize=10820020 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20765/stat : 20765 (java) S 20697 20700 15883 0 -1 1077944384 3 13308 0 0 0 0 5 3 20 0 15 0 444602336 11079700480 11563 33554432000 4194304 4196468 140727907987328 139969360292064 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20766] ppid=20697 vsize=10820020 memory=140411784500864 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20766/stat : 20766 (java) S 20697 20700 15883 0 -1 1077944384 1 13308 0 0 0 0 5 3 20 0 15 0 444602336 11079700480 11563 33554432000 4194304 4196468 140727907987328 139970638011568 139971115543170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820020 KiB
Current children cumulated memory: 46252 KiB

[startup+0.310532 s]*
/proc/loadavg: 1.19 1.26 1.41 3/227 20766
/proc/meminfo: memFree=26516368/32770624 swapFree=66999436/67108860
[pid=20700] ppid=20697 vsize=10820196 memory=54800 CPUtime=0.41 cores=0,2,4,6
/proc/20700/stat : 20700 (java) S 20697 20700 15883 0 -1 1077944320 10901 13308 0 0 29 4 5 3 20 0 15 0 444602321 11079880704 13700 33554432000 4194304 4196468 140727907987328 140727907969872 139971115532023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
/proc/20700/statm: 2705049 13700 3321 1 0 2667149 0
[pid=20700/tid=20753] ppid=20697 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/20700/task/20753/stat : 20753 (java) R 20697 20700 15883 0 -1 4202560 7379 13308 0 0 18 3 5 3 20 0 15 0 444602330 11079880704 13700 33554432000 4194304 4196468 140727907987328 139971087340976 139971099612510 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20754] ppid=20697 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20754/stat : 20754 (java) S 20697 20700 15883 0 -1 1077944384 2 13308 0 0 0 0 5 3 20 0 15 0 444602331 11079880704 13700 33554432000 4194304 4196468 140727907987328 139971119774352 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20755] ppid=20697 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20755/stat : 20755 (java) S 20697 20700 15883 0 -1 1077944384 1 13308 0 0 0 0 5 3 20 0 15 0 444602331 11079880704 13700 33554432000 4194304 4196468 140727907987328 139970688768528 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20756] ppid=20697 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20756/stat : 20756 (java) S 20697 20700 15883 0 -1 1077944384 1 13308 0 0 0 0 5 3 20 0 15 0 444602331 11079880704 13700 33554432000 4194304 4196468 140727907987328 139970687715728 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20757] ppid=20697 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20757/stat : 20757 (java) S 20697 20700 15883 0 -1 1077944384 2 13308 0 0 0 0 5 3 20 0 15 0 444602331 11079880704 13700 33554432000 4194304 4196468 140727907987328 139970686662928 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20758] ppid=20697 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20758/stat : 20758 (java) S 20697 20700 15883 0 -1 1077944384 2 13308 0 0 0 0 5 3 20 0 15 0 444602332 11079880704 13700 33554432000 4194304 4196468 140727907987328 139970642221936 139971115543170 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20759] ppid=20697 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20759/stat : 20759 (java) S 20697 20700 15883 0 -1 1077944384 13 13308 0 0 0 0 5 3 20 0 15 0 444602332 11079880704 13700 33554432000 4194304 4196468 140727907987328 139970568250912 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20760] ppid=20697 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20760/stat : 20760 (java) S 20697 20700 15883 0 -1 1077944384 1 13308 0 0 0 0 5 3 20 0 15 0 444602333 11079880704 13700 33554432000 4194304 4196468 140727907987328 139970434033008 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20761] ppid=20697 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20761/stat : 20761 (java) S 20697 20700 15883 0 -1 1077944384 2 13308 0 0 0 0 5 3 20 0 15 0 444602335 11079880704 13700 33554432000 4194304 4196468 140727907987328 139969830054224 139971115550619 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20762] ppid=20697 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/20700/task/20762/stat : 20762 (java) S 20697 20700 15883 0 -1 1077944384 591 13308 0 0 2 0 5 3 20 0 15 0 444602335 11079880704 13700 33554432000 4194304 4196468 140727907987328 139970641168752 139971115543170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20763] ppid=20697 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/20700/task/20763/stat : 20763 (java) S 20697 20700 15883 0 -1 1077944384 79 13308 0 0 1 0 5 3 20 0 15 0 444602335 11079880704 13700 33554432000 4194304 4196468 140727907987328 139970640115952 139971115543170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20764] ppid=20697 vsize=10820196 memory=140411784500864 CPUtime=0.13 cores=0,2,4,6
/proc/20700/task/20764/stat : 20764 (java) S 20697 20700 15883 0 -1 1077944384 616 13308 0 0 5 0 5 3 20 0 15 0 444602335 11079880704 13700 33554432000 4194304 4196468 140727907987328 139970639063152 139971115543170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20765] ppid=20697 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20765/stat : 20765 (java) S 20697 20700 15883 0 -1 1077944384 3 13308 0 0 0 0 5 3 20 0 15 0 444602336 11079880704 13700 33554432000 4194304 4196468 140727907987328 139969360292064 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20766] ppid=20697 vsize=10820196 memory=140411784500864 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20766/stat : 20766 (java) S 20697 20700 15883 0 -1 1077944384 1 13308 0 0 0 0 5 3 20 0 15 0 444602336 11079880704 13700 33554432000 4194304 4196468 140727907987328 139970638011568 139971115543170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 54800 KiB

[startup+0.710061 s]
/proc/loadavg: 1.19 1.26 1.41 4/227 20766
/proc/meminfo: memFree=26502320/32770624 swapFree=66999436/67108860
[pid=20700] ppid=20697 vsize=10824364 memory=87864 CPUtime=1.15 cores=0,2,4,6
/proc/20700/stat : 20700 (java) S 20697 20700 15883 0 -1 1077944320 15143 13308 0 0 100 7 5 3 20 0 15 0 444602321 11084148736 21966 33554432000 4194304 4196468 140727907987328 140727907969872 139971115532023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
/proc/20700/statm: 2706091 21966 3514 1 0 2668173 0
[pid=20700/tid=20753] ppid=20697 vsize=10824364 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/20700/task/20753/stat : 20753 (java) R 20697 20700 15883 0 -1 4202560 10512 13308 0 0 55 5 5 3 20 0 15 0 444602330 11084148736 21966 33554432000 4194304 4196468 140727907987328 139971087356976 139971115553949 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20754] ppid=20697 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20754/stat : 20754 (java) S 20697 20700 15883 0 -1 1077944384 2 13308 0 0 0 0 5 3 20 0 15 0 444602331 11084148736 21966 33554432000 4194304 4196468 140727907987328 139971119774352 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20755] ppid=20697 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20755/stat : 20755 (java) S 20697 20700 15883 0 -1 1077944384 1 13308 0 0 0 0 5 3 20 0 15 0 444602331 11084148736 21966 33554432000 4194304 4196468 140727907987328 139970688768528 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20756] ppid=20697 vsize=10824364 memory=140411674964752 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20756/stat : 20756 (java) S 20697 20700 15883 0 -1 1077944384 1 13308 0 0 0 0 5 3 20 0 15 0 444602331 11084148736 21966 33554432000 4194304 4196468 140727907987328 139970687715728 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20757] ppid=20697 vsize=10824364 memory=140415365808732 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20757/stat : 20757 (java) S 20697 20700 15883 0 -1 1077944384 2 13308 0 0 0 0 5 3 20 0 15 0 444602331 11084148736 21966 33554432000 4194304 4196468 140727907987328 139970686662928 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20758] ppid=20697 vsize=10824364 memory=612 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20758/stat : 20758 (java) S 20697 20700 15883 0 -1 1077944384 5 13308 0 0 0 0 5 3 20 0 15 0 444602332 11084148736 21966 33554432000 4194304 4196468 140727907987328 139970642221936 139971115543170 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20759] ppid=20697 vsize=10824364 memory=7302135314614015845 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20759/stat : 20759 (java) S 20697 20700 15883 0 -1 1077944384 13 13308 0 0 0 0 5 3 20 0 15 0 444602332 11084148736 21966 33554432000 4194304 4196468 140727907987328 139970568250912 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20760] ppid=20697 vsize=10824364 memory=6081102367496956009 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20760/stat : 20760 (java) S 20697 20700 15883 0 -1 1077944384 1 13308 0 0 0 0 5 3 20 0 15 0 444602333 11084148736 21966 33554432000 4194304 4196468 140727907987328 139970434033008 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20761] ppid=20697 vsize=10824364 memory=14060 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20761/stat : 20761 (java) S 20697 20700 15883 0 -1 1077944384 2 13308 0 0 0 0 5 3 20 0 15 0 444602335 11084148736 21966 33554432000 4194304 4196468 140727907987328 139969830054224 139971115550619 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20762] ppid=20697 vsize=10824364 memory=2116 CPUtime=0.21 cores=0,2,4,6
/proc/20700/task/20762/stat : 20762 (java) S 20697 20700 15883 0 -1 1077944384 1033 13308 0 0 13 0 5 3 20 0 15 0 444602335 11084148736 21966 33554432000 4194304 4196468 140727907987328 139970641168752 139971115543170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20763] ppid=20697 vsize=10824364 memory=23416 CPUtime=0.21 cores=0,2,4,6
/proc/20700/task/20763/stat : 20763 (java) R 20697 20700 15883 0 -1 4202560 526 13308 0 0 13 0 5 3 20 0 15 0 444602335 11084148736 21966 33554432000 4194304 4196468 140727907987328 139970640102048 139971099438479 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20764] ppid=20697 vsize=10824364 memory=532 CPUtime=0.25 cores=0,2,4,6
/proc/20700/task/20764/stat : 20764 (java) R 20697 20700 15883 0 -1 4202560 837 13308 0 0 17 0 5 3 20 0 15 0 444602335 11084148736 21966 33554432000 4194304 4196468 140727907987328 139970639059520 139971115553370 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20765] ppid=20697 vsize=10824364 memory=1556 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20765/stat : 20765 (java) S 20697 20700 15883 0 -1 1077944384 3 13308 0 0 0 0 5 3 20 0 15 0 444602336 11084148736 21966 33554432000 4194304 4196468 140727907987328 139969360292064 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20766] ppid=20697 vsize=10824364 memory=932 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20766/stat : 20766 (java) S 20697 20700 15883 0 -1 1077944384 1 13308 0 0 0 0 5 3 20 0 15 0 444602336 11084148736 21966 33554432000 4194304 4196468 140727907987328 139970638011568 139971115543170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 87864 KiB

[startup+1.50066 s]
/proc/loadavg: 1.25 1.28 1.41 4/227 20766
/proc/meminfo: memFree=26465740/32770624 swapFree=66999436/67108860
[pid=20700] ppid=20697 vsize=10834680 memory=182212 CPUtime=2.67 cores=0,2,4,6
/proc/20700/stat : 20700 (java) S 20697 20700 15883 0 -1 1077944320 23906 13308 0 0 249 10 5 3 20 0 15 0 444602321 11094712320 45553 33554432000 4194304 4196468 140727907987328 140727907969872 139971115532023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
/proc/20700/statm: 2708670 45553 3589 1 0 2670733 0
[pid=20700/tid=20753] ppid=20697 vsize=10834680 memory=71524 CPUtime=1.43 cores=0,2,4,6
/proc/20700/task/20753/stat : 20753 (java) R 20697 20700 15883 0 -1 4202560 15631 13308 0 0 128 7 5 3 20 0 15 0 444602330 11094712320 45553 33554432000 4194304 4196468 140727907987328 139971087363904 139971097431760 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20754] ppid=20697 vsize=10834680 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/20700/task/20754/stat : 20754 (java) S 20697 20700 15883 0 -1 1077944384 306 13308 0 0 1 0 5 3 20 0 15 0 444602331 11094712320 45553 33554432000 4194304 4196468 140727907987328 139971119774352 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20755] ppid=20697 vsize=10834680 memory=280823349960864 CPUtime=0.09 cores=0,2,4,6
/proc/20700/task/20755/stat : 20755 (java) S 20697 20700 15883 0 -1 1077944384 74 13308 0 0 1 0 5 3 20 0 15 0 444602331 11094712320 45553 33554432000 4194304 4196468 140727907987328 139970688768528 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20756] ppid=20697 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20700/task/20756/stat : 20756 (java) S 20697 20700 15883 0 -1 1077944384 35 13308 0 0 1 0 5 3 20 0 15 0 444602331 11094712320 45553 33554432000 4194304 4196468 140727907987328 139970687715728 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20757] ppid=20697 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20700/task/20757/stat : 20757 (java) S 20697 20700 15883 0 -1 1077944384 100 13308 0 0 1 0 5 3 20 0 15 0 444602331 11094712320 45553 33554432000 4194304 4196468 140727907987328 139970686662928 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20758] ppid=20697 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20700/task/20758/stat : 20758 (java) S 20697 20700 15883 0 -1 1077944384 1432 13308 0 0 1 0 5 3 20 0 15 0 444602332 11094712320 45553 33554432000 4194304 4196468 140727907987328 139970642221936 139971115543170 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20759] ppid=20697 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20759/stat : 20759 (java) S 20697 20700 15883 0 -1 1077944384 15 13308 0 0 0 0 5 3 20 0 15 0 444602332 11094712320 45553 33554432000 4194304 4196468 140727907987328 139970568250976 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20760] ppid=20697 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20760/stat : 20760 (java) S 20697 20700 15883 0 -1 1077944384 1 13308 0 0 0 0 5 3 20 0 15 0 444602333 11094712320 45553 33554432000 4194304 4196468 140727907987328 139970434033024 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20761] ppid=20697 vsize=10834680 memory=-2245088631185882904 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20761/stat : 20761 (java) S 20697 20700 15883 0 -1 1077944384 2 13308 0 0 0 0 5 3 20 0 15 0 444602335 11094712320 45553 33554432000 4194304 4196468 140727907987328 139969830054224 139971115550619 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20762] ppid=20697 vsize=10834680 memory=0 CPUtime=0.43 cores=0,2,4,6
/proc/20700/task/20762/stat : 20762 (java) S 20697 20700 15883 0 -1 1077944384 1629 13308 0 0 35 0 5 3 20 0 15 0 444602335 11094712320 45553 33554432000 4194304 4196468 140727907987328 139970641168752 139971115543170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20763] ppid=20697 vsize=10834680 memory=10 CPUtime=0.39 cores=0,2,4,6
/proc/20700/task/20763/stat : 20763 (java) S 20697 20700 15883 0 -1 1077944384 891 13308 0 0 31 0 5 3 20 0 15 0 444602335 11094712320 45553 33554432000 4194304 4196468 140727907987328 139970640115952 139971115543170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20764] ppid=20697 vsize=10834680 memory=6791534058613427641 CPUtime=0.52 cores=0,2,4,6
/proc/20700/task/20764/stat : 20764 (java) S 20697 20700 15883 0 -1 1077944384 1577 13308 0 0 44 0 5 3 20 0 15 0 444602335 11094712320 45553 33554432000 4194304 4196468 140727907987328 139970639063152 139971115543170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20765] ppid=20697 vsize=10834680 memory=4638778398332698720 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20765/stat : 20765 (java) S 20697 20700 15883 0 -1 1077944384 3 13308 0 0 0 0 5 3 20 0 15 0 444602336 11094712320 45553 33554432000 4194304 4196468 140727907987328 139969360292064 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20766] ppid=20697 vsize=10834680 memory=280823350205312 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20766/stat : 20766 (java) S 20697 20700 15883 0 -1 1077944384 1 13308 0 0 0 0 5 3 20 0 15 0 444602336 11094712320 45553 33554432000 4194304 4196468 140727907987328 139970638011568 139971115543170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 10834680 KiB

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

/proc/20700/task/20753/stat : 20753 (java) R 20697 20700 15883 0 -1 4202560 86266 13308 0 0 235416 66 5 3 20 0 15 0 444602330 11107315712 428175 33554432000 4194304 4196468 140727907987328 139971087367344 139970732672086 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20754] ppid=20697 vsize=10846988 memory=1712676 CPUtime=13.04 cores=0,2,4,6
/proc/20700/task/20754/stat : 20754 (java) S 20697 20700 15883 0 -1 1077944384 26466 13308 0 0 1233 63 5 3 20 0 15 0 444602331 11107315712 428175 33554432000 4194304 4196468 140727907987328 139971119774352 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20755] ppid=20697 vsize=10846988 memory=1712700 CPUtime=13 cores=0,2,4,6
/proc/20700/task/20755/stat : 20755 (java) S 20697 20700 15883 0 -1 1077944384 24866 13308 0 0 1231 61 5 3 20 0 15 0 444602331 11107315712 428175 33554432000 4194304 4196468 140727907987328 139970688768528 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20756] ppid=20697 vsize=10846988 memory=23448 CPUtime=13 cores=0,2,4,6
/proc/20700/task/20756/stat : 20756 (java) S 20697 20700 15883 0 -1 1077944384 19093 13308 0 0 1227 65 5 3 20 0 15 0 444602331 11107315712 428175 33554432000 4194304 4196468 140727907987328 139970687715728 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20757] ppid=20697 vsize=10846988 memory=1712700 CPUtime=13.07 cores=0,2,4,6
/proc/20700/task/20757/stat : 20757 (java) S 20697 20700 15883 0 -1 1077944384 23403 13308 0 0 1237 62 5 3 20 0 15 0 444602331 11107315712 428175 33554432000 4194304 4196468 140727907987328 139970686662928 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20758] ppid=20697 vsize=10846988 memory=1712700 CPUtime=11.32 cores=0,2,4,6
/proc/20700/task/20758/stat : 20758 (java) S 20697 20700 15883 0 -1 1077944384 22864 13308 0 0 1063 61 5 3 20 0 15 0 444602332 11107315712 428175 33554432000 4194304 4196468 140727907987328 139970642221936 139971115543170 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20759] ppid=20697 vsize=10846988 memory=3624 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20759/stat : 20759 (java) S 20697 20700 15883 0 -1 1077944384 17 13308 0 0 0 0 5 3 20 0 15 0 444602332 11107315712 428175 33554432000 4194304 4196468 140727907987328 139970568250976 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20760] ppid=20697 vsize=10846988 memory=47640 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20760/stat : 20760 (java) S 20697 20700 15883 0 -1 1077944384 2 13308 0 0 0 0 5 3 20 0 15 0 444602333 11107315712 428175 33554432000 4194304 4196468 140727907987328 139970434033024 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20761] ppid=20697 vsize=10846988 memory=1712700 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20761/stat : 20761 (java) S 20697 20700 15883 0 -1 1077944384 2 13308 0 0 0 0 5 3 20 0 15 0 444602335 11107315712 428175 33554432000 4194304 4196468 140727907987328 139969830054224 139971115550619 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20762] ppid=20697 vsize=10846988 memory=1712700 CPUtime=2.91 cores=0,2,4,6
/proc/20700/task/20762/stat : 20762 (java) S 20697 20700 15883 0 -1 1077944384 14903 13308 0 0 280 3 5 3 20 0 15 0 444602335 11107315712 428175 33554432000 4194304 4196468 140727907987328 139970641168752 139971115543170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20763] ppid=20697 vsize=10846988 memory=1712684 CPUtime=2.53 cores=0,2,4,6
/proc/20700/task/20763/stat : 20763 (java) S 20697 20700 15883 0 -1 1077944384 6722 13308 0 0 243 2 5 3 20 0 15 0 444602335 11107315712 428175 33554432000 4194304 4196468 140727907987328 139970640115952 139971115543170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20764] ppid=20697 vsize=10846988 memory=3624 CPUtime=1.64 cores=0,2,4,6
/proc/20700/task/20764/stat : 20764 (java) S 20697 20700 15883 0 -1 1077944384 8668 13308 0 0 153 3 5 3 20 0 15 0 444602335 11107315712 428175 33554432000 4194304 4196468 140727907987328 139970639063152 139971115543170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20765] ppid=20697 vsize=10846988 memory=1712684 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20765/stat : 20765 (java) S 20697 20700 15883 0 -1 1077944384 3 13308 0 0 0 0 5 3 20 0 15 0 444602336 11107315712 428175 33554432000 4194304 4196468 140727907987328 139969360292064 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20766] ppid=20697 vsize=10846988 memory=1712684 CPUtime=1.55 cores=0,2,4,6
/proc/20700/task/20766/stat : 20766 (java) S 20697 20700 15883 0 -1 1077944384 1594 13308 0 0 73 74 5 3 20 0 15 0 444602336 11107315712 428175 33554432000 4194304 4196468 140727907987328 139970638011568 139971115543170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
Current children cumulated CPU time: 2426.37 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1712700 KiB

[startup+2442.3 s]
/proc/loadavg: 1.41 1.42 1.47 3/227 21124
/proc/meminfo: memFree=24160604/32770624 swapFree=66999436/67108860
[pid=20700] ppid=20697 vsize=10846988 memory=1712764 CPUtime=2487.34 cores=0,2,4,6
/proc/20700/stat : 20700 (java) S 20697 20700 15883 0 -1 1077944320 239363 13308 0 0 248324 402 5 3 20 0 15 0 444602321 11107315712 428191 33554432000 4194304 4196468 140727907987328 140727907969872 139971115532023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
/proc/20700/statm: 2711747 428191 3624 1 0 2673805 0
[pid=20700/tid=20753] ppid=20697 vsize=10846988 memory=1712764 CPUtime=2414.16 cores=0,2,4,6
/proc/20700/task/20753/stat : 20753 (java) R 20697 20700 15883 0 -1 4202560 87428 13308 0 0 241341 67 5 3 20 0 15 0 444602330 11107315712 428191 33554432000 4194304 4196468 140727907987328 139971087367888 139970732675250 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20754] ppid=20697 vsize=10846988 memory=1712764 CPUtime=13.39 cores=0,2,4,6
/proc/20700/task/20754/stat : 20754 (java) S 20697 20700 15883 0 -1 1077944384 26545 13308 0 0 1266 65 5 3 20 0 15 0 444602331 11107315712 428191 33554432000 4194304 4196468 140727907987328 139971119774352 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20755] ppid=20697 vsize=10846988 memory=1712764 CPUtime=13.35 cores=0,2,4,6
/proc/20700/task/20755/stat : 20755 (java) S 20697 20700 15883 0 -1 1077944384 24925 13308 0 0 1265 62 5 3 20 0 15 0 444602331 11107315712 428191 33554432000 4194304 4196468 140727907987328 139970688768528 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20756] ppid=20697 vsize=10846988 memory=1712764 CPUtime=13.35 cores=0,2,4,6
/proc/20700/task/20756/stat : 20756 (java) S 20697 20700 15883 0 -1 1077944384 19473 13308 0 0 1259 68 5 3 20 0 15 0 444602331 11107315712 428191 33554432000 4194304 4196468 140727907987328 139970687715728 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20757] ppid=20697 vsize=10846988 memory=1712764 CPUtime=13.42 cores=0,2,4,6
/proc/20700/task/20757/stat : 20757 (java) S 20697 20700 15883 0 -1 1077944384 23614 13308 0 0 1270 64 5 3 20 0 15 0 444602331 11107315712 428191 33554432000 4194304 4196468 140727907987328 139970686662928 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20758] ppid=20697 vsize=10846988 memory=1712764 CPUtime=11.61 cores=0,2,4,6
/proc/20700/task/20758/stat : 20758 (java) S 20697 20700 15883 0 -1 1077944384 23215 13308 0 0 1090 63 5 3 20 0 15 0 444602332 11107315712 428191 33554432000 4194304 4196468 140727907987328 139970642221936 139971115543170 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20759] ppid=20697 vsize=10846988 memory=1712764 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20759/stat : 20759 (java) S 20697 20700 15883 0 -1 1077944384 17 13308 0 0 0 0 5 3 20 0 15 0 444602332 11107315712 428191 33554432000 4194304 4196468 140727907987328 139970568250976 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20760] ppid=20697 vsize=10846988 memory=1712764 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20760/stat : 20760 (java) S 20697 20700 15883 0 -1 1077944384 2 13308 0 0 0 0 5 3 20 0 15 0 444602333 11107315712 428191 33554432000 4194304 4196468 140727907987328 139970434033024 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20761] ppid=20697 vsize=10846988 memory=1712760 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20761/stat : 20761 (java) S 20697 20700 15883 0 -1 1077944384 2 13308 0 0 0 0 5 3 20 0 15 0 444602335 11107315712 428191 33554432000 4194304 4196468 140727907987328 139969830054224 139971115550619 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20762] ppid=20697 vsize=10846988 memory=1712732 CPUtime=2.91 cores=0,2,4,6
/proc/20700/task/20762/stat : 20762 (java) S 20697 20700 15883 0 -1 1077944384 14907 13308 0 0 280 3 5 3 20 0 15 0 444602335 11107315712 428191 33554432000 4194304 4196468 140727907987328 139970641168752 139971115543170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20763] ppid=20697 vsize=10846988 memory=1712764 CPUtime=2.53 cores=0,2,4,6
/proc/20700/task/20763/stat : 20763 (java) S 20697 20700 15883 0 -1 1077944384 6726 13308 0 0 243 2 5 3 20 0 15 0 444602335 11107315712 428191 33554432000 4194304 4196468 140727907987328 139970640115952 139971115543170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20764] ppid=20697 vsize=10846988 memory=1712764 CPUtime=1.64 cores=0,2,4,6
/proc/20700/task/20764/stat : 20764 (java) S 20697 20700 15883 0 -1 1077944384 8672 13308 0 0 153 3 5 3 20 0 15 0 444602335 11107315712 428191 33554432000 4194304 4196468 140727907987328 139970639063152 139971115543170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20765] ppid=20697 vsize=10846988 memory=1712764 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20765/stat : 20765 (java) S 20697 20700 15883 0 -1 1077944384 3 13308 0 0 0 0 5 3 20 0 15 0 444602336 11107315712 428191 33554432000 4194304 4196468 140727907987328 139969360292064 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20766] ppid=20697 vsize=10846988 memory=1712764 CPUtime=1.59 cores=0,2,4,6
/proc/20700/task/20766/stat : 20766 (java) S 20697 20700 15883 0 -1 1077944384 1625 13308 0 0 75 76 5 3 20 0 15 0 444602336 11107315712 428191 33554432000 4194304 4196468 140727907987328 139970638011568 139971115543170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
Current children cumulated CPU time: 2487.34 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1712764 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2474.5 s]
/proc/loadavg: 1.40 1.41 1.46 3/227 21124
/proc/meminfo: memFree=24229992/32770624 swapFree=66999436/67108860
[pid=20700] ppid=20697 vsize=10846988 memory=1712816 CPUtime=2520.08 cores=0,2,4,6
/proc/20700/stat : 20700 (java) S 20697 20700 15883 0 -1 1077944320 240599 13308 0 0 251594 406 5 3 20 0 15 0 444602321 11107315712 428204 33554432000 4194304 4196468 140727907987328 140727907969872 139971115532023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
/proc/20700/statm: 2711747 428204 3624 1 0 2673805 0
[pid=20700/tid=20753] ppid=20697 vsize=10846988 memory=1712816 CPUtime=2445.97 cores=0,2,4,6
/proc/20700/task/20753/stat : 20753 (java) R 20697 20700 15883 0 -1 4202560 88003 13308 0 0 244522 67 5 3 20 0 15 0 444602330 11107315712 428204 33554432000 4194304 4196468 140727907987328 139971087367792 139970727541739 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20754] ppid=20697 vsize=10846988 memory=1712816 CPUtime=13.58 cores=0,2,4,6
/proc/20700/task/20754/stat : 20754 (java) S 20697 20700 15883 0 -1 1077944384 26598 13308 0 0 1284 66 5 3 20 0 15 0 444602331 11107315712 428204 33554432000 4194304 4196468 140727907987328 139971119774352 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20755] ppid=20697 vsize=10846988 memory=1712816 CPUtime=13.53 cores=0,2,4,6
/proc/20700/task/20755/stat : 20755 (java) S 20697 20700 15883 0 -1 1077944384 25243 13308 0 0 1283 62 5 3 20 0 15 0 444602331 11107315712 428204 33554432000 4194304 4196468 140727907987328 139970688768528 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20756] ppid=20697 vsize=10846988 memory=1712800 CPUtime=13.53 cores=0,2,4,6
/proc/20700/task/20756/stat : 20756 (java) S 20697 20700 15883 0 -1 1077944384 19525 13308 0 0 1277 68 5 3 20 0 15 0 444602331 11107315712 428204 33554432000 4194304 4196468 140727907987328 139970687715728 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20757] ppid=20697 vsize=10846988 memory=1712788 CPUtime=13.61 cores=0,2,4,6
/proc/20700/task/20757/stat : 20757 (java) S 20697 20700 15883 0 -1 1077944384 23641 13308 0 0 1288 65 5 3 20 0 15 0 444602331 11107315712 428204 33554432000 4194304 4196468 140727907987328 139970686662928 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20758] ppid=20697 vsize=10846988 memory=1712800 CPUtime=11.77 cores=0,2,4,6
/proc/20700/task/20758/stat : 20758 (java) S 20697 20700 15883 0 -1 1077944384 23412 13308 0 0 1106 63 5 3 20 0 15 0 444602332 11107315712 428204 33554432000 4194304 4196468 140727907987328 139970642221936 139971115543170 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20759] ppid=20697 vsize=10846988 memory=1712800 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20759/stat : 20759 (java) S 20697 20700 15883 0 -1 1077944384 17 13308 0 0 0 0 5 3 20 0 15 0 444602332 11107315712 428204 33554432000 4194304 4196468 140727907987328 139970568250976 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20760] ppid=20697 vsize=10846988 memory=1712788 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20760/stat : 20760 (java) S 20697 20700 15883 0 -1 1077944384 2 13308 0 0 0 0 5 3 20 0 15 0 444602333 11107315712 428204 33554432000 4194304 4196468 140727907987328 139970434033024 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20761] ppid=20697 vsize=10846988 memory=1220 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20761/stat : 20761 (java) S 20697 20700 15883 0 -1 1077944384 2 13308 0 0 0 0 5 3 20 0 15 0 444602335 11107315712 428204 33554432000 4194304 4196468 140727907987328 139969830054224 139971115550619 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20762] ppid=20697 vsize=10846988 memory=1712816 CPUtime=2.91 cores=0,2,4,6
/proc/20700/task/20762/stat : 20762 (java) S 20697 20700 15883 0 -1 1077944384 14909 13308 0 0 280 3 5 3 20 0 15 0 444602335 11107315712 428204 33554432000 4194304 4196468 140727907987328 139970641168752 139971115543170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20763] ppid=20697 vsize=10846988 memory=1712816 CPUtime=2.53 cores=0,2,4,6
/proc/20700/task/20763/stat : 20763 (java) S 20697 20700 15883 0 -1 1077944384 6728 13308 0 0 243 2 5 3 20 0 15 0 444602335 11107315712 428204 33554432000 4194304 4196468 140727907987328 139970640115952 139971115543170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20764] ppid=20697 vsize=10846988 memory=1712800 CPUtime=1.64 cores=0,2,4,6
/proc/20700/task/20764/stat : 20764 (java) S 20697 20700 15883 0 -1 1077944384 8674 13308 0 0 153 3 5 3 20 0 15 0 444602335 11107315712 428204 33554432000 4194304 4196468 140727907987328 139970639063152 139971115543170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20765] ppid=20697 vsize=10846988 memory=2828 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20765/stat : 20765 (java) S 20697 20700 15883 0 -1 1077944384 3 13308 0 0 0 0 5 3 20 0 15 0 444602336 11107315712 428204 33554432000 4194304 4196468 140727907987328 139969360292064 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20766] ppid=20697 vsize=10846988 memory=1712816 CPUtime=1.61 cores=0,2,4,6
/proc/20700/task/20766/stat : 20766 (java) S 20697 20700 15883 0 -1 1077944384 1633 13308 0 0 76 77 5 3 20 0 15 0 444602336 11107315712 428204 33554432000 4194304 4196468 140727907987328 139970638011568 139971115543170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1712816 KiB

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

[startup+2474.53 s]
# the end of solver process 20700 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.02 s, system=4.10684 s

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

[startup+2474.5 s]
/proc/loadavg: 1.40 1.41 1.46 3/227 21124
/proc/meminfo: memFree=24229992/32770624 swapFree=66999436/67108860
[pid=20700] ppid=20697 vsize=10846988 memory=1712816 CPUtime=2520.08 cores=0,2,4,6
/proc/20700/stat : 20700 (java) S 20697 20700 15883 0 -1 1077944320 240599 13308 0 0 251594 406 5 3 20 0 15 0 444602321 11107315712 428204 33554432000 4194304 4196468 140727907987328 140727907969872 139971115532023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
/proc/20700/statm: 2711747 428204 3624 1 0 2673805 0
[pid=20700/tid=20753] ppid=20697 vsize=10846988 memory=1712816 CPUtime=2445.97 cores=0,2,4,6
/proc/20700/task/20753/stat : 20753 (java) R 20697 20700 15883 0 -1 4202560 88003 13308 0 0 244522 67 5 3 20 0 15 0 444602330 11107315712 428204 33554432000 4194304 4196468 140727907987328 139971087367792 139970727541739 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20754] ppid=20697 vsize=10846988 memory=1712816 CPUtime=13.58 cores=0,2,4,6
/proc/20700/task/20754/stat : 20754 (java) S 20697 20700 15883 0 -1 1077944384 26598 13308 0 0 1284 66 5 3 20 0 15 0 444602331 11107315712 428204 33554432000 4194304 4196468 140727907987328 139971119774352 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20755] ppid=20697 vsize=10846988 memory=1712816 CPUtime=13.53 cores=0,2,4,6
/proc/20700/task/20755/stat : 20755 (java) S 20697 20700 15883 0 -1 1077944384 25243 13308 0 0 1283 62 5 3 20 0 15 0 444602331 11107315712 428204 33554432000 4194304 4196468 140727907987328 139970688768528 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20756] ppid=20697 vsize=10846988 memory=1712800 CPUtime=13.53 cores=0,2,4,6
/proc/20700/task/20756/stat : 20756 (java) S 20697 20700 15883 0 -1 1077944384 19525 13308 0 0 1277 68 5 3 20 0 15 0 444602331 11107315712 428204 33554432000 4194304 4196468 140727907987328 139970687715728 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20757] ppid=20697 vsize=10846988 memory=1712788 CPUtime=13.61 cores=0,2,4,6
/proc/20700/task/20757/stat : 20757 (java) S 20697 20700 15883 0 -1 1077944384 23641 13308 0 0 1288 65 5 3 20 0 15 0 444602331 11107315712 428204 33554432000 4194304 4196468 140727907987328 139970686662928 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20758] ppid=20697 vsize=10846988 memory=1712800 CPUtime=11.77 cores=0,2,4,6
/proc/20700/task/20758/stat : 20758 (java) S 20697 20700 15883 0 -1 1077944384 23412 13308 0 0 1106 63 5 3 20 0 15 0 444602332 11107315712 428204 33554432000 4194304 4196468 140727907987328 139970642221936 139971115543170 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20759] ppid=20697 vsize=10846988 memory=1712800 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20759/stat : 20759 (java) S 20697 20700 15883 0 -1 1077944384 17 13308 0 0 0 0 5 3 20 0 15 0 444602332 11107315712 428204 33554432000 4194304 4196468 140727907987328 139970568250976 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20760] ppid=20697 vsize=10846988 memory=1712788 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20760/stat : 20760 (java) S 20697 20700 15883 0 -1 1077944384 2 13308 0 0 0 0 5 3 20 0 15 0 444602333 11107315712 428204 33554432000 4194304 4196468 140727907987328 139970434033024 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20761] ppid=20697 vsize=10846988 memory=1220 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20761/stat : 20761 (java) S 20697 20700 15883 0 -1 1077944384 2 13308 0 0 0 0 5 3 20 0 15 0 444602335 11107315712 428204 33554432000 4194304 4196468 140727907987328 139969830054224 139971115550619 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20762] ppid=20697 vsize=10846988 memory=1712816 CPUtime=2.91 cores=0,2,4,6
/proc/20700/task/20762/stat : 20762 (java) S 20697 20700 15883 0 -1 1077944384 14909 13308 0 0 280 3 5 3 20 0 15 0 444602335 11107315712 428204 33554432000 4194304 4196468 140727907987328 139970641168752 139971115543170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20763] ppid=20697 vsize=10846988 memory=1712816 CPUtime=2.53 cores=0,2,4,6
/proc/20700/task/20763/stat : 20763 (java) S 20697 20700 15883 0 -1 1077944384 6728 13308 0 0 243 2 5 3 20 0 15 0 444602335 11107315712 428204 33554432000 4194304 4196468 140727907987328 139970640115952 139971115543170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20764] ppid=20697 vsize=10846988 memory=1712800 CPUtime=1.64 cores=0,2,4,6
/proc/20700/task/20764/stat : 20764 (java) S 20697 20700 15883 0 -1 1077944384 8674 13308 0 0 153 3 5 3 20 0 15 0 444602335 11107315712 428204 33554432000 4194304 4196468 140727907987328 139970639063152 139971115543170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20765] ppid=20697 vsize=10846988 memory=2828 CPUtime=0.08 cores=0,2,4,6
/proc/20700/task/20765/stat : 20765 (java) S 20697 20700 15883 0 -1 1077944384 3 13308 0 0 0 0 5 3 20 0 15 0 444602336 11107315712 428204 33554432000 4194304 4196468 140727907987328 139969360292064 139971115542229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
[pid=20700/tid=20766] ppid=20697 vsize=10846988 memory=1712816 CPUtime=1.61 cores=0,2,4,6
/proc/20700/task/20766/stat : 20766 (java) S 20697 20700 15883 0 -1 1077944384 1633 13308 0 0 76 77 5 3 20 0 15 0 444602336 11107315712 428204 33554432000 4194304 4196468 140727907987328 139970638011568 139971115543170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27869184 140727907994351 140727907996869 140727907996869 140727907999695 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1712816 KiB

Child status: 143
Real time (s): 2474.53
CPU time (s): 2520.13
CPU user time (s): 2516.02
CPU system time (s): 4.10684
CPU usage (%): 101.843
Max. virtual memory (cumulated for all children) (KiB): 10849772
Max. memory (cumulated for all children) (KiB): 1712816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.02
system time used= 4.10684
maximum resident set size= 1716940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 254962
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 310088
involuntary context switches= 8256


# summary of solver processes directly reported to runsolver:
#   pid: 20700
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2516.02
#   total CPU system time (s): 4.10684

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7412 second user time and 23.3798 second system time

The end

Launcher Data

Begin job on node140 at 2019-09-17 04:16:38
IDJOB=4400860
IDBENCH=134580
IDSOLVER=2857
FILE ID=node140/4400860-1568686639
RUNJOBID= node140-1568673290-15914
PBS_JOBID= 21703779
Free space on /tmp= 58080 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Blackhole/Blackhole-xcsp2-s07/Blackhole-4-07-9_X2.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400860-1568686639/watcher-4400860-1568686639 -o /tmp/evaluation-result-4400860-1568686639/solver-4400860-1568686639 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node140-1568673290-15914 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1407830231 HOME/instance-4400860-1568686639.xml

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

MD5SUM BENCH= a7efa7459c7ca72744d0a792626ba479
RANDOM SEED=1407830231

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
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:        26559408 kB
MemAvailable:   31190520 kB
Buffers:          189908 kB
Cached:          4683932 kB
SwapCached:         2596 kB
Active:          2297836 kB
Inactive:        3242916 kB
Active(anon):     664488 kB
Inactive(anon):    51496 kB
Active(file):    1633348 kB
Inactive(file):  3191420 kB
Unevictable:      108708 kB
Mlocked:          108708 kB
SwapTotal:      67108860 kB
SwapFree:       66999436 kB
Dirty:             35280 kB
Writeback:             0 kB
AnonPages:        783912 kB
Mapped:            61932 kB
Shmem:             40584 kB
Slab:             264604 kB
SReclaimable:     234804 kB
SUnreclaim:        29800 kB
KernelStack:        3984 kB
PageTables:         7248 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1684244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    585728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 58044 MiB
End job on node140 at 2019-09-17 04:57:53