Trace number 4402964

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.3? (TO) 2520.38 2474.91

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-050-15-1.xml
MD5SUM4cb8aacd6a4a2864e81512910dbfacc0
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints815
Number of domains1
Minimum domain size2856
Maximum domain size2856
Distribution of domain sizes[{"size":2856,"count":800}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":50},{"degree":3,"count":750}]
Minimum constraint arity1
Maximum constraint arity50
Distribution of constraint arities[{"arity":1,"count":50},{"arity":2,"count":750},{"arity":50,"count":15}]
Number of extensional constraints0
Number of intensional constraints800
Distribution of constraint types[{"type":"intension","count":800},{"type":"noOverlap","count":15}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.91/3.80	c Concrete v3.12.3.1568965526260 running
2520.16/2474.71	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.16/2474.71		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.16/2474.71		at concrete.heuristic.value.BestCost.$anonfun$select$1(BestCost.scala:55)
2520.16/2474.71		at concrete.IntDomain.find(IntDomain.scala:137)
2520.16/2474.71		at concrete.Domain.filterBounds(Domain.scala:141)
2520.16/2474.71		at concrete.heuristic.value.BestCost.select(BestCost.scala:55)
2520.16/2474.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.16/2474.71		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.16/2474.71		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.16/2474.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.16/2474.71		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.16/2474.71		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.16/2474.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.16/2474.71		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.16/2474.71		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.16/2474.71		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.16/2474.71		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.16/2474.71		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.16/2474.71		at scala.Option.map(Option.scala:242)
2520.16/2474.71		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.16/2474.71		at concrete.MAC.mac(MAC.scala:216)
2520.16/2474.71		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.16/2474.71		at scala.util.Try$.apply(Try.scala:210)
2520.16/2474.71		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.16/2474.71		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.16/2474.71		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.16/2474.71		at concrete.MAC.oneRun(MAC.scala:265)
2520.16/2474.71		at concrete.MAC.nextSolution(MAC.scala:284)
2520.16/2474.71		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.16/2474.71		at concrete.ProblemState.map(ProblemState.scala:238)
2520.16/2474.71		at concrete.ProblemState.map(ProblemState.scala:212)
2520.16/2474.71		at concrete.MAC.nextSolution(MAC.scala:348)
2520.16/2474.71		at concrete.Solver.hasNext(Solver.scala:160)
2520.16/2474.71		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.16/2474.71		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.16/2474.71		at concrete.Solver.foreach(Solver.scala:67)
2520.16/2474.71		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.16/2474.71		at scala.util.Success.map(Try.scala:262)
2520.16/2474.71		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.16/2474.71		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.16/2474.71		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.16/2474.71		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.16/2474.71		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.16/2474.71		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.16/2474.71		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.16/2474.71		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.16/2474.71		at scala.App.$anonfun$main$1(App.scala:73)
2520.16/2474.71		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.16/2474.71		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.16/2474.71		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.16/2474.71		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.16/2474.71		at scala.App.main(App.scala:73)
2520.16/2474.71		at scala.App.main$(App.scala:71)
2520.16/2474.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.16/2474.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.16/2474.72	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 (140 MiB free)
  memory of node 1: 16384 MiB (94 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402964-1568967636/watcher-4402964-1568967636 -o /tmp/evaluation-result-4402964-1568967636/solver-4402964-1568967636 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568967594-23611 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=695258949 HOME/instance-4402964-1568967636.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=23640, runsolver pid=23634

[startup+0.100145 s]*
/proc/loadavg: 0.39 0.10 0.07 2/205 23652
/proc/meminfo: memFree=239472/32770624 swapFree=66935356/67108860
[pid=23640] ppid=23634 vsize=113256 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23640/stat : 23640 (bash) S 23634 23640 23580 0 -1 4202496 693 0 0 0 0 0 0 0 20 0 1 0 472702144 115974144 363 33554432000 4194304 5098028 140733728755104 140733728752744 139884412804096 0 0 4100 65536 18446744071580971376 0 0 17 0 0 0 2 0 0 7196144 7232144 16060416 140733728756757 140733728756881 140733728756881 140733728759790 0
/proc/23640/statm: 28314 363 289 221 0 119 0
[pid=23644] ppid=23640 vsize=113256 memory=700 CPUtime=0 cores=0,2,4,6
/proc/23644/stat : 23644 (bash) S 23640 23640 23580 0 -1 4202560 172 0 0 0 0 0 0 0 20 0 1 0 472702146 115974144 175 33554432000 4194304 5098028 140733728755104 140733728751272 139884412629628 0 65536 4096 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16060416 140733728756757 140733728756881 140733728756881 140733728759790 0
/proc/23644/statm: 28314 175 100 221 0 119 0
[pid=23647] ppid=23644 vsize=113256 memory=880 CPUtime=0 cores=0,2,4,6
/proc/23647/stat : 23647 (bash) S 23644 23640 23580 0 -1 4202560 211 429 0 0 0 0 0 0 20 0 1 0 472702146 115974144 220 33554432000 4194304 5098028 140733728755104 140733728748568 139884412804096 0 0 4096 65538 18446744071580971376 0 0 17 4 0 0 0 0 0 7196144 7232144 16060416 140733728756757 140733728756881 140733728756881 140733728759790 0
/proc/23647/statm: 28314 220 145 221 0 119 0
[pid=23652] ppid=23647 vsize=113256 memory=484 CPUtime=0 cores=0,2,4,6
/proc/23652/stat : 23652 (bash) D 23647 23640 23580 0 -1 4202560 126 0 0 0 0 0 0 0 20 0 1 0 472702151 115974144 121 33554432000 4194304 5098028 140733728755104 140733728747624 139884412802421 0 0 4096 65538 18446744071585676691 0 0 17 0 0 0 0 0 0 7196144 7232144 16060416 140733728756757 140733728756881 140733728756881 140733728759790 0
/proc/23652/statm: 28314 121 46 221 0 119 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 453024 KiB
Current children cumulated memory: 3516 KiB

[startup+0.210269 s]*
/proc/loadavg: 0.39 0.10 0.07 2/205 23698
/proc/meminfo: memFree=238804/32770624 swapFree=66935356/67108860
[pid=23640] ppid=23634 vsize=113256 memory=1612 CPUtime=0.01 cores=0,2,4,6
/proc/23640/stat : 23640 (bash) S 23634 23640 23580 0 -1 4202496 886 5698 0 0 0 0 0 1 20 0 1 0 472702144 115974144 403 33554432000 4194304 5098028 140733728755104 140733728749112 139884412804096 0 0 4100 65536 18446744071580971376 0 0 17 0 0 0 2 0 0 7196144 7232144 16060416 140733728756757 140733728756881 140733728756881 140733728759790 0
/proc/23640/statm: 28314 403 320 221 0 119 0
[pid=23693] ppid=23640 vsize=113256 memory=708 CPUtime=0 cores=0,2,4,6
/proc/23693/stat : 23693 (bash) S 23640 23640 23580 0 -1 4202560 155 0 0 0 0 0 0 0 20 0 1 0 472702163 115974144 177 33554432000 4194304 5098028 140733728755104 140733728747784 139884412629628 0 65536 4096 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16060416 140733728756757 140733728756881 140733728756881 140733728759790 0
/proc/23693/statm: 28314 177 94 221 0 119 0
[pid=23695] ppid=23693 vsize=113256 memory=524 CPUtime=0 cores=0,2,4,6
/proc/23695/stat : 23695 (bash) D 23693 23640 23580 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 1 0 472702163 115974144 131 33554432000 4194304 5098028 140733728755104 140733728747560 139884412802421 0 0 4096 65538 18446744072101584420 0 0 17 4 0 0 0 0 0 7196144 7232144 16060416 140733728756757 140733728756881 140733728756881 140733728759790 0
/proc/23695/statm: 28314 131 48 221 0 119 0
[pid=23696] ppid=23693 vsize=113256 memory=520 CPUtime=0 cores=0,2,4,6
/proc/23696/stat : 23696 (bash) D 23693 23640 23580 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 1 0 472702163 115974144 130 33554432000 4194304 5098028 140733728755104 140733728747560 139884412802421 0 0 4096 65538 18446744072101584420 0 0 17 0 0 0 0 0 0 7196144 7232144 16060416 140733728756757 140733728756881 140733728756881 140733728759790 0
/proc/23696/statm: 28314 130 47 221 0 119 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 453024 KiB
Current children cumulated memory: 3364 KiB

[startup+0.30994 s]*
/proc/loadavg: 0.39 0.10 0.07 2/205 23698
/proc/meminfo: memFree=238448/32770624 swapFree=66935356/67108860
[pid=23640] ppid=23634 vsize=113256 memory=1612 CPUtime=0.01 cores=0,2,4,6
/proc/23640/stat : 23640 (bash) S 23634 23640 23580 0 -1 4202496 886 5698 0 0 0 0 0 1 20 0 1 0 472702144 115974144 403 33554432000 4194304 5098028 140733728755104 140733728749112 139884412804096 0 0 4100 65536 18446744071580971376 0 0 17 0 0 0 2 0 0 7196144 7232144 16060416 140733728756757 140733728756881 140733728756881 140733728759790 0
/proc/23640/statm: 28314 403 320 221 0 119 0
[pid=23693] ppid=23640 vsize=113256 memory=708 CPUtime=0 cores=0,2,4,6
/proc/23693/stat : 23693 (bash) S 23640 23640 23580 0 -1 4202560 155 0 0 0 0 0 0 0 20 0 1 0 472702163 115974144 177 33554432000 4194304 5098028 140733728755104 140733728747784 139884412629628 0 65536 4096 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16060416 140733728756757 140733728756881 140733728756881 140733728759790 0
/proc/23693/statm: 28314 177 94 221 0 119 0
[pid=23695] ppid=23693 vsize=296 memory=4 CPUtime=0 cores=0,2,4,6
/proc/23695/stat : 23695 (java) D 23693 23640 23580 0 -1 1077936128 156 0 0 0 0 0 0 0 20 0 1 0 472702163 303104 1 33554432000 4194304 4196468 140725372940672 140725372937944 140069986268871 0 0 4096 0 18446744072101584420 0 0 17 0 0 0 0 0 0 6293624 6294260 29773824 140725372945548 140725372945562 140725372945562 140725372948431 0
/proc/23695/statm: 74 1 0 1 0 38 0
[pid=23696] ppid=23693 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/23696/stat : 23696 (awk) S 23693 23640 23580 0 -1 4202496 427 0 0 0 0 0 0 0 20 0 1 0 472702163 116211712 243 33554432000 4194304 4609284 140732915363616 140732915362792 139991228369920 0 0 4096 1216 18446744071580971376 0 0 17 2 0 0 0 0 0 6708720 6711756 37834752 140732915369148 140732915369178 140732915369178 140732915372015 0
/proc/23696/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 340296 KiB
Current children cumulated memory: 3296 KiB

[startup+0.700585 s]
/proc/loadavg: 0.39 0.10 0.07 2/206 23706
/proc/meminfo: memFree=236844/32770624 swapFree=66935356/67108860
[pid=23640] ppid=23634 vsize=113256 memory=1612 CPUtime=0.01 cores=0,2,4,6
/proc/23640/stat : 23640 (bash) S 23634 23640 23580 0 -1 4202496 886 5698 0 0 0 0 0 1 20 0 1 0 472702144 115974144 403 33554432000 4194304 5098028 140733728755104 140733728749112 139884412804096 0 0 4100 65536 18446744071580971376 0 0 17 0 0 0 2 0 0 7196144 7232144 16060416 140733728756757 140733728756881 140733728756881 140733728759790 0
/proc/23640/statm: 28314 403 320 221 0 119 0
[pid=23693] ppid=23640 vsize=113256 memory=708 CPUtime=0 cores=0,2,4,6
/proc/23693/stat : 23693 (bash) S 23640 23640 23580 0 -1 4202560 155 0 0 0 0 0 0 0 20 0 1 0 472702163 115974144 177 33554432000 4194304 5098028 140733728755104 140733728747784 139884412629628 0 65536 4096 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16060416 140733728756757 140733728756881 140733728756881 140733728759790 0
/proc/23693/statm: 28314 177 94 221 0 119 0
[pid=23695] ppid=23693 vsize=105164 memory=5192 CPUtime=0 cores=0,2,4,6
/proc/23695/stat : 23695 (java) S 23693 23640 23580 0 -1 1077944320 1561 0 1 0 0 0 0 0 20 0 2 0 472702163 107687936 1298 33554432000 4194304 4196468 140725372940672 140725372923216 140069983993591 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 2 0 0 6293624 6294260 29773824 140725372945548 140725372945562 140725372945562 140725372948431 0
/proc/23695/statm: 26291 1298 973 1 0 16808 0
[pid=23696] ppid=23693 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/23696/stat : 23696 (awk) S 23693 23640 23580 0 -1 4202496 427 0 0 0 0 0 0 0 20 0 1 0 472702163 116211712 243 33554432000 4194304 4609284 140732915363616 140732915362792 139991228369920 0 0 4096 1216 18446744071580971376 0 0 17 2 0 0 0 0 0 6708720 6711756 37834752 140732915369148 140732915369178 140732915369178 140732915372015 0
/proc/23696/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 445164 KiB
Current children cumulated memory: 8484 KiB

[startup+1.50051 s]
/proc/loadavg: 0.39 0.10 0.07 2/208 23708
/proc/meminfo: memFree=234328/32770624 swapFree=66935356/67108860
[pid=23640] ppid=23634 vsize=113256 memory=1612 CPUtime=0.01 cores=0,2,4,6
/proc/23640/stat : 23640 (bash) S 23634 23640 23580 0 -1 4202496 886 5698 0 0 0 0 0 1 20 0 1 0 472702144 115974144 403 33554432000 4194304 5098028 140733728755104 140733728749112 139884412804096 0 0 4100 65536 18446744071580971376 0 0 17 0 0 0 2 0 0 7196144 7232144 16060416 140733728756757 140733728756881 140733728756881 140733728759790 0
/proc/23640/statm: 28314 403 320 221 0 119 0
[pid=23693] ppid=23640 vsize=113256 memory=708 CPUtime=0 cores=0,2,4,6
/proc/23693/stat : 23693 (bash) S 23640 23640 23580 0 -1 4202560 155 0 0 0 0 0 0 0 20 0 1 0 472702163 115974144 177 33554432000 4194304 5098028 140733728755104 140733728747784 139884412629628 0 65536 4096 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16060416 140733728756757 140733728756881 140733728756881 140733728759790 0
/proc/23693/statm: 28314 177 94 221 0 119 0
[pid=23695] ppid=23693 vsize=9940964 memory=13428 CPUtime=0.01 cores=0,2,4,6
/proc/23695/stat : 23695 (java) S 23693 23640 23580 0 -1 1077944320 2699 0 1 0 0 1 0 0 20 0 6 0 472702163 10179547136 3357 33554432000 4194304 4196468 140725372940672 140725372923216 140069983993591 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 2 0 0 6293624 6294260 29773824 140725372945548 140725372945562 140725372945562 140725372948431 0
/proc/23695/statm: 2485241 3357 1348 1 0 2473679 0
[pid=23695/tid=23708] ppid=23693 vsize=9940964 memory=280802948615744 CPUtime=0 cores=0,2,4,6
/proc/23695/task/23708/stat : 23708 (java) D 23693 23640 23580 0 -1 4202560 1408 0 0 0 0 0 0 0 20 0 6 0 472702197 10179547136 3357 33554432000 4194304 4196468 140725372940672 140069988228808 140069940628434 0 4 0 16784584 18446744071580431491 0 0 -1 4 0 0 6 0 0 6293624 6294260 29773824 140725372945548 140725372945562 140725372945562 140725372948431 0
[pid=23696] ppid=23693 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/23696/stat : 23696 (awk) S 23693 23640 23580 0 -1 4202496 427 0 0 0 0 0 0 0 20 0 1 0 472702163 116211712 243 33554432000 4194304 4609284 140732915363616 140732915362792 139991228369920 0 0 4096 1216 18446744071580971376 0 0 17 2 0 0 0 0 0 6708720 6711756 37834752 140732915369148 140732915369178 140732915369178 140732915372015 0
/proc/23696/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 10280964 KiB
Current children cumulated memory: 16720 KiB

[startup+3.11015 s]
/proc/loadavg: 0.39 0.10 0.07 2/228 23780
/proc/meminfo: memFree=199796/32770624 swapFree=66935356/67108860
[pid=23640] ppid=23634 vsize=10820196 memory=43200 CPUtime=0.33 cores=0,2,4,6
/proc/23640/stat : 23640 (java) S 23634 23640 23580 0 -1 1077944320 9796 13275 0 2 20 4 5 4 20 0 15 0 472702144 11079880704 10800 33554432000 4194304 4196468 140730140252240 140730140234784 140008324001527 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 2 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
/proc/23640/statm: 2705049 10800 3319 1 0 2667149 0
[pid=23640/tid=23754] ppid=23634 vsize=10820196 memory=56 CPUtime=0.23 cores=0,2,4,6
/proc/23640/task/23754/stat : 23754 (java) D 23634 23640 23580 0 -1 1077944384 6262 13275 0 2 12 2 5 4 20 0 15 0 472702384 11079880704 10800 33554432000 4194304 4196468 140730140252240 140008295815568 140008324023549 0 4 0 16800975 18446744072101584420 0 0 -1 0 0 0 38 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23759] ppid=23634 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23640/task/23759/stat : 23759 (java) S 23634 23640 23580 0 -1 1077944384 2 13275 0 2 0 0 5 4 20 0 15 0 472702387 11079880704 10800 33554432000 4194304 4196468 140730140252240 140008328244368 140008324011733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23760] ppid=23634 vsize=10820196 memory=2372 CPUtime=0.09 cores=0,2,4,6
/proc/23640/task/23760/stat : 23760 (java) S 23634 23640 23580 0 -1 1077944384 2 13275 0 2 0 0 5 4 20 0 15 0 472702387 11079880704 10800 33554432000 4194304 4196468 140730140252240 140007897558032 140008324011733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23761] ppid=23634 vsize=10820196 memory=280802948795264 CPUtime=0.09 cores=0,2,4,6
/proc/23640/task/23761/stat : 23761 (java) S 23634 23640 23580 0 -1 1077944384 1 13275 0 2 0 0 5 4 20 0 15 0 472702387 11079880704 10800 33554432000 4194304 4196468 140730140252240 140007896505232 140008324011733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23762] ppid=23634 vsize=10820196 memory=288230583166042426 CPUtime=0.09 cores=0,2,4,6
/proc/23640/task/23762/stat : 23762 (java) S 23634 23640 23580 0 -1 1077944384 1 13275 0 2 0 0 5 4 20 0 15 0 472702387 11079880704 10800 33554432000 4194304 4196468 140730140252240 140007895452432 140008324011733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23764] ppid=23634 vsize=10820196 memory=14136632290838955 CPUtime=0.09 cores=0,2,4,6
/proc/23640/task/23764/stat : 23764 (java) S 23634 23640 23580 0 -1 1077944384 2 13275 0 2 0 0 5 4 20 0 15 0 472702388 11079880704 10800 33554432000 4194304 4196468 140730140252240 140007528716656 140008324012674 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23767] ppid=23634 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23640/task/23767/stat : 23767 (java) S 23634 23640 23580 0 -1 1077944384 33 13275 0 2 0 0 5 4 20 0 15 0 472702389 11079880704 10800 33554432000 4194304 4196468 140730140252240 140007527662624 140008324011733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23768] ppid=23634 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23640/task/23768/stat : 23768 (java) S 23634 23640 23580 0 -1 1077944384 1 13275 0 2 0 0 5 4 20 0 15 0 472702389 11079880704 10800 33554432000 4194304 4196468 140730140252240 140007411016560 140008324011733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23769] ppid=23634 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23640/task/23769/stat : 23769 (java) S 23634 23640 23580 0 -1 1077944384 3 13275 0 2 0 0 5 4 20 0 15 0 472702393 11079880704 10800 33554432000 4194304 4196468 140730140252240 140006902290256 140008324020123 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23770] ppid=23634 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/23640/task/23770/stat : 23770 (java) S 23634 23640 23580 0 -1 1077944384 611 13275 0 2 1 0 5 4 20 0 15 0 472702393 11079880704 10800 33554432000 4194304 4196468 140730140252240 140007494105968 140008324012674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23771] ppid=23634 vsize=10820196 memory=3616 CPUtime=0.1 cores=0,2,4,6
/proc/23640/task/23771/stat : 23771 (java) S 23634 23640 23580 0 -1 1077944384 58 13275 0 2 1 0 5 4 20 0 15 0 472702393 11079880704 10800 33554432000 4194304 4196468 140730140252240 140007493053168 140008324012674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23772] ppid=23634 vsize=10820196 memory=40852 CPUtime=0.13 cores=0,2,4,6
/proc/23640/task/23772/stat : 23772 (java) S 23634 23640 23580 0 -1 1077944384 612 13275 0 2 3 1 5 4 20 0 15 0 472702393 11079880704 10800 33554432000 4194304 4196468 140730140252240 140007492000368 140008324012674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23773] ppid=23634 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23640/task/23773/stat : 23773 (java) S 23634 23640 23580 0 -1 1077944384 3 13275 0 2 0 0 5 4 20 0 15 0 472702393 11079880704 10800 33554432000 4194304 4196468 140730140252240 140006868732640 140008324011733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23779] ppid=23634 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23640/task/23779/stat : 23779 (java) S 23634 23640 23580 0 -1 1077944384 1 13275 0 2 0 0 5 4 20 0 15 0 472702398 11079880704 10800 33554432000 4194304 4196468 140730140252240 140007490947760 140008324012674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 43200 KiB
heavy processes:

[startup+6.30094 s]
/proc/loadavg: 0.52 0.13 0.08 11/228 23780
/proc/meminfo: memFree=217604/32770624 swapFree=66935356/67108860
[pid=23640] ppid=23634 vsize=10830584 memory=127328 CPUtime=2.32 cores=0,2,4,6
/proc/23640/stat : 23640 (java) S 23634 23640 23580 0 -1 1077944320 28485 13275 1 2 209 14 5 4 20 0 15 0 472702144 11090518016 31832 33554432000 4194304 4196468 140730140252240 140730140234784 140008324001527 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 2 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
/proc/23640/statm: 2707646 31832 3551 1 0 2669709 0
[pid=23640/tid=23754] ppid=23634 vsize=10830584 memory=9 CPUtime=1.22 cores=0,2,4,6
/proc/23640/task/23754/stat : 23754 (java) R 23634 23640 23580 0 -1 4202560 22833 13275 0 2 102 11 5 4 20 0 15 0 472702384 11090518016 31832 33554432000 4194304 4196468 140730140252240 140008295816952 140008308082014 0 4 0 16800975 0 0 0 -1 4 0 0 229 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23759] ppid=23634 vsize=10830584 memory=280802949230720 CPUtime=0.09 cores=0,2,4,6
/proc/23640/task/23759/stat : 23759 (java) S 23634 23640 23580 0 -1 1077944384 2 13275 0 2 0 0 5 4 20 0 15 0 472702387 11090518016 31832 33554432000 4194304 4196468 140730140252240 140008328244368 140008324011733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23760] ppid=23634 vsize=10830584 memory=241905443060016 CPUtime=0.09 cores=0,2,4,6
/proc/23640/task/23760/stat : 23760 (java) S 23634 23640 23580 0 -1 1077944384 2 13275 0 2 0 0 5 4 20 0 15 0 472702387 11090518016 31832 33554432000 4194304 4196468 140730140252240 140007897558032 140008324011733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23761] ppid=23634 vsize=10830584 memory=280802948950144 CPUtime=0.09 cores=0,2,4,6
/proc/23640/task/23761/stat : 23761 (java) S 23634 23640 23580 0 -1 1077944384 1 13275 0 2 0 0 5 4 20 0 15 0 472702387 11090518016 31832 33554432000 4194304 4196468 140730140252240 140007896505232 140008324011733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23762] ppid=23634 vsize=10830584 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23640/task/23762/stat : 23762 (java) S 23634 23640 23580 0 -1 1077944384 1 13275 0 2 0 0 5 4 20 0 15 0 472702387 11090518016 31832 33554432000 4194304 4196468 140730140252240 140007895452432 140008324011733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23764] ppid=23634 vsize=10830584 memory=56 CPUtime=0.09 cores=0,2,4,6
/proc/23640/task/23764/stat : 23764 (java) S 23634 23640 23580 0 -1 1077944384 5 13275 0 2 0 0 5 4 20 0 15 0 472702388 11090518016 31832 33554432000 4194304 4196468 140730140252240 140007528716656 140008324012674 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23767] ppid=23634 vsize=10830584 memory=2811011 CPUtime=0.09 cores=0,2,4,6
/proc/23640/task/23767/stat : 23767 (java) S 23634 23640 23580 0 -1 1077944384 33 13275 0 2 0 0 5 4 20 0 15 0 472702389 11090518016 31832 33554432000 4194304 4196468 140730140252240 140007527662624 140008324011733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23768] ppid=23634 vsize=10830584 memory=288230377007612190 CPUtime=0.09 cores=0,2,4,6
/proc/23640/task/23768/stat : 23768 (java) S 23634 23640 23580 0 -1 1077944384 1 13275 0 2 0 0 5 4 20 0 15 0 472702389 11090518016 31832 33554432000 4194304 4196468 140730140252240 140007411016560 140008324011733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23769] ppid=23634 vsize=10830584 memory=147 CPUtime=0.09 cores=0,2,4,6
/proc/23640/task/23769/stat : 23769 (java) S 23634 23640 23580 0 -1 1077944384 3 13275 0 2 0 0 5 4 20 0 15 0 472702393 11090518016 31832 33554432000 4194304 4196468 140730140252240 140006902290256 140008324020123 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23770] ppid=23634 vsize=10830584 memory=614 CPUtime=0.46 cores=0,2,4,6
/proc/23640/task/23770/stat : 23770 (java) S 23634 23640 23580 0 -1 1077944384 1370 13275 0 2 37 0 5 4 20 0 15 0 472702393 11090518016 31832 33554432000 4194304 4196468 140730140252240 140007494105968 140008324012674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23771] ppid=23634 vsize=10830584 memory=4799 CPUtime=0.38 cores=0,2,4,6
/proc/23640/task/23771/stat : 23771 (java) S 23634 23640 23580 0 -1 1077944384 700 13275 1 2 29 0 5 4 20 0 15 0 472702393 11090518016 31832 33554432000 4194304 4196468 140730140252240 140007493053168 140008324012674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23772] ppid=23634 vsize=10830584 memory=73880 CPUtime=0.49 cores=0,2,4,6
/proc/23640/task/23772/stat : 23772 (java) S 23634 23640 23580 0 -1 1077944384 1328 13275 0 2 39 1 5 4 20 0 15 0 472702393 11090518016 31832 33554432000 4194304 4196468 140730140252240 140007492000368 140008324012674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23773] ppid=23634 vsize=10830584 memory=105056 CPUtime=0.09 cores=0,2,4,6
/proc/23640/task/23773/stat : 23773 (java) S 23634 23640 23580 0 -1 1077944384 3 13275 0 2 0 0 5 4 20 0 15 0 472702393 11090518016 31832 33554432000 4194304 4196468 140730140252240 140006868732640 140008324011733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23779] ppid=23634 vsize=10830584 memory=3616 CPUtime=0.09 cores=0,2,4,6
/proc/23640/task/23779/stat : 23779 (java) S 23634 23640 23580 0 -1 1077944384 3 13275 0 2 0 0 5 4 20 0 15 0 472702398 11090518016 31832 33554432000 4194304 4196468 140730140252240 140007490947760 140008324012674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0

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

[pid=23640/tid=23762] ppid=23634 vsize=10849036 memory=2931928 CPUtime=8.64 cores=0,2,4,6
/proc/23640/task/23762/stat : 23762 (java) S 23634 23640 23580 0 -1 1077944384 284662 13275 0 2 756 99 5 4 20 0 15 0 472702387 11109412864 732853 33554432000 4194304 4196468 140730140252240 140007895452432 140008324011733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23764] ppid=23634 vsize=10849036 memory=2931928 CPUtime=1.29 cores=0,2,4,6
/proc/23640/task/23764/stat : 23764 (java) S 23634 23640 23580 0 -1 1077944384 39581 13275 0 2 101 19 5 4 20 0 15 0 472702388 11109412864 732853 33554432000 4194304 4196468 140730140252240 140007528716656 140008324012674 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23767] ppid=23634 vsize=10849036 memory=2932440 CPUtime=0.09 cores=0,2,4,6
/proc/23640/task/23767/stat : 23767 (java) S 23634 23640 23580 0 -1 1077944384 86 13275 0 2 0 0 5 4 20 0 15 0 472702389 11109412864 732853 33554432000 4194304 4196468 140730140252240 140007527662752 140008324011733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23768] ppid=23634 vsize=10849036 memory=2933980 CPUtime=0.09 cores=0,2,4,6
/proc/23640/task/23768/stat : 23768 (java) S 23634 23640 23580 0 -1 1077944384 66 13275 0 2 0 0 5 4 20 0 15 0 472702389 11109412864 732853 33554432000 4194304 4196468 140730140252240 140007411016576 140008324011733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23769] ppid=23634 vsize=10849036 memory=2931928 CPUtime=0.09 cores=0,2,4,6
/proc/23640/task/23769/stat : 23769 (java) S 23634 23640 23580 0 -1 1077944384 3 13275 0 2 0 0 5 4 20 0 15 0 472702393 11109412864 732853 33554432000 4194304 4196468 140730140252240 140006902290256 140008324020123 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23770] ppid=23634 vsize=10849036 memory=2931412 CPUtime=10.17 cores=0,2,4,6
/proc/23640/task/23770/stat : 23770 (java) S 23634 23640 23580 0 -1 1077944384 44344 13275 0 2 1002 6 5 4 20 0 15 0 472702393 11109412864 732853 33554432000 4194304 4196468 140730140252240 140007494105968 140008324012674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23771] ppid=23634 vsize=10849036 memory=2931928 CPUtime=10.35 cores=0,2,4,6
/proc/23640/task/23771/stat : 23771 (java) S 23634 23640 23580 0 -1 1077944384 40938 13275 1 2 1022 4 5 4 20 0 15 0 472702393 11109412864 732853 33554432000 4194304 4196468 140730140252240 140007493053168 140008324012674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23772] ppid=23634 vsize=10849036 memory=2931412 CPUtime=2.86 cores=0,2,4,6
/proc/23640/task/23772/stat : 23772 (java) S 23634 23640 23580 0 -1 1077944384 53500 13275 0 2 269 8 5 4 20 0 15 0 472702393 11109412864 732853 33554432000 4194304 4196468 140730140252240 140007492000368 140008324012674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23773] ppid=23634 vsize=10849036 memory=860 CPUtime=0.09 cores=0,2,4,6
/proc/23640/task/23773/stat : 23773 (java) S 23634 23640 23580 0 -1 1077944384 3 13275 0 2 0 0 5 4 20 0 15 0 472702393 11109412864 732853 33554432000 4194304 4196468 140730140252240 140006868732640 140008324011733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23779] ppid=23634 vsize=10849036 memory=1448 CPUtime=1.51 cores=0,2,4,6
/proc/23640/task/23779/stat : 23779 (java) S 23634 23640 23580 0 -1 1077944384 1551 13275 0 2 77 65 5 4 20 0 15 0 472702398 11109412864 732853 33554432000 4194304 4196468 140730140252240 140007490947760 140008324012674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
Current children cumulated CPU time: 2366.81 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 2931412 KiB

[startup+2382.3 s]
/proc/loadavg: 1.77 1.79 1.66 4/228 23994
/proc/meminfo: memFree=739120/32770624 swapFree=66935360/67108860
[pid=23640] ppid=23634 vsize=10849036 memory=2908328 CPUtime=2427.17 cores=0,2,4,6
/proc/23640/stat : 23640 (java) S 23634 23640 23580 0 -1 1077944320 18559674 13275 2 2 240916 1792 5 4 20 0 15 0 472702144 11109412864 727082 33554432000 4194304 4196468 140730140252240 140730140234784 140008324001527 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 2 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
/proc/23640/statm: 2712259 727082 3644 1 0 2674317 0
[pid=23640/tid=23754] ppid=23634 vsize=10849036 memory=3616 CPUtime=2366.63 cores=0,2,4,6
/proc/23640/task/23754/stat : 23754 (java) R 23634 23640 23580 0 -1 4202560 17214693 13275 1 2 235344 1310 5 4 20 0 15 0 472702384 11109412864 727082 33554432000 4194304 4196468 140730140252240 140008295835008 140007900311833 0 4 0 16800975 0 0 0 -1 0 0 0 248 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23759] ppid=23634 vsize=10849036 memory=2910380 CPUtime=8.73 cores=0,2,4,6
/proc/23640/task/23759/stat : 23759 (java) S 23634 23640 23580 0 -1 1077944384 279966 13275 0 2 767 97 5 4 20 0 15 0 472702387 11109412864 727082 33554432000 4194304 4196468 140730140252240 140008328244368 140008324011733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23760] ppid=23634 vsize=10849036 memory=2918076 CPUtime=8.72 cores=0,2,4,6
/proc/23640/task/23760/stat : 23760 (java) S 23634 23640 23580 0 -1 1077944384 306657 13275 0 2 763 100 5 4 20 0 15 0 472702387 11109412864 727082 33554432000 4194304 4196468 140730140252240 140007897558032 140008324011733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23761] ppid=23634 vsize=10849036 memory=2912944 CPUtime=8.78 cores=0,2,4,6
/proc/23640/task/23761/stat : 23761 (java) S 23634 23640 23580 0 -1 1077944384 288145 13275 0 2 773 96 5 4 20 0 15 0 472702387 11109412864 727082 33554432000 4194304 4196468 140730140252240 140007896505232 140008324011733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23762] ppid=23634 vsize=10849036 memory=2916536 CPUtime=8.75 cores=0,2,4,6
/proc/23640/task/23762/stat : 23762 (java) S 23634 23640 23580 0 -1 1077944384 287565 13275 0 2 766 100 5 4 20 0 15 0 472702387 11109412864 727082 33554432000 4194304 4196468 140730140252240 140007895452432 140008324011733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23764] ppid=23634 vsize=10849036 memory=2909868 CPUtime=1.31 cores=0,2,4,6
/proc/23640/task/23764/stat : 23764 (java) S 23634 23640 23580 0 -1 1077944384 39902 13275 0 2 103 19 5 4 20 0 15 0 472702388 11109412864 727082 33554432000 4194304 4196468 140730140252240 140007528716656 140008324012674 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23767] ppid=23634 vsize=10849036 memory=2908328 CPUtime=0.09 cores=0,2,4,6
/proc/23640/task/23767/stat : 23767 (java) S 23634 23640 23580 0 -1 1077944384 86 13275 0 2 0 0 5 4 20 0 15 0 472702389 11109412864 727082 33554432000 4194304 4196468 140730140252240 140007527662752 140008324011733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23768] ppid=23634 vsize=10849036 memory=2914996 CPUtime=0.09 cores=0,2,4,6
/proc/23640/task/23768/stat : 23768 (java) S 23634 23640 23580 0 -1 1077944384 66 13275 0 2 0 0 5 4 20 0 15 0 472702389 11109412864 727082 33554432000 4194304 4196468 140730140252240 140007411016576 140008324011733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23769] ppid=23634 vsize=10849036 memory=2912944 CPUtime=0.09 cores=0,2,4,6
/proc/23640/task/23769/stat : 23769 (java) S 23634 23640 23580 0 -1 1077944384 3 13275 0 2 0 0 5 4 20 0 15 0 472702393 11109412864 727082 33554432000 4194304 4196468 140730140252240 140006902290256 140008324020123 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23770] ppid=23634 vsize=10849036 memory=2312 CPUtime=10.17 cores=0,2,4,6
/proc/23640/task/23770/stat : 23770 (java) S 23634 23640 23580 0 -1 1077944384 44351 13275 0 2 1002 6 5 4 20 0 15 0 472702393 11109412864 727082 33554432000 4194304 4196468 140730140252240 140007494105968 140008324012674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23771] ppid=23634 vsize=10849036 memory=1412 CPUtime=10.35 cores=0,2,4,6
/proc/23640/task/23771/stat : 23771 (java) S 23634 23640 23580 0 -1 1077944384 40942 13275 1 2 1022 4 5 4 20 0 15 0 472702393 11109412864 727082 33554432000 4194304 4196468 140730140252240 140007493053168 140008324012674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23772] ppid=23634 vsize=10849036 memory=1408 CPUtime=2.86 cores=0,2,4,6
/proc/23640/task/23772/stat : 23772 (java) S 23634 23640 23580 0 -1 1077944384 53504 13275 0 2 269 8 5 4 20 0 15 0 472702393 11109412864 727082 33554432000 4194304 4196468 140730140252240 140007492000368 140008324012674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23773] ppid=23634 vsize=10849036 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/23640/task/23773/stat : 23773 (java) S 23634 23640 23580 0 -1 1077944384 3 13275 0 2 0 0 5 4 20 0 15 0 472702393 11109412864 727082 33554432000 4194304 4196468 140730140252240 140006868732640 140008324011733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23779] ppid=23634 vsize=10849036 memory=5968 CPUtime=1.56 cores=0,2,4,6
/proc/23640/task/23779/stat : 23779 (java) S 23634 23640 23580 0 -1 1077944384 1587 13275 0 2 80 67 5 4 20 0 15 0 472702398 11109412864 727082 33554432000 4194304 4196468 140730140252240 140007490947760 140008324012674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
Current children cumulated CPU time: 2427.17 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 2908328 KiB

[startup+2442.3 s]
/proc/loadavg: 1.68 1.78 1.67 4/228 24006
/proc/meminfo: memFree=761732/32770624 swapFree=66935360/67108860
[pid=23640] ppid=23634 vsize=10849036 memory=2884732 CPUtime=2487.54 cores=0,2,4,6
/proc/23640/stat : 23640 (java) S 23634 23640 23580 0 -1 1077944320 19028710 13275 2 2 246928 1817 5 4 20 0 15 0 472702144 11109412864 721183 33554432000 4194304 4196468 140730140252240 140730140234784 140008324001527 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 2 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
/proc/23640/statm: 2712259 721183 3644 1 0 2674317 0
[pid=23640/tid=23754] ppid=23634 vsize=10849036 memory=2886784 CPUtime=2426.47 cores=0,2,4,6
/proc/23640/task/23754/stat : 23754 (java) R 23634 23640 23580 0 -1 4202560 17669800 13275 1 2 241309 1329 5 4 20 0 15 0 472702384 11109412864 721183 33554432000 4194304 4196468 140730140252240 140008295835184 140007908326557 0 4 0 16800975 0 0 0 -1 0 0 0 248 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23759] ppid=23634 vsize=10849036 memory=2888836 CPUtime=8.85 cores=0,2,4,6
/proc/23640/task/23759/stat : 23759 (java) S 23634 23640 23580 0 -1 1077944384 283937 13275 0 2 778 98 5 4 20 0 15 0 472702387 11109412864 721183 33554432000 4194304 4196468 140730140252240 140008328244368 140008324011733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23760] ppid=23634 vsize=10849036 memory=2892940 CPUtime=8.84 cores=0,2,4,6
/proc/23640/task/23760/stat : 23760 (java) S 23634 23640 23580 0 -1 1077944384 309577 13275 0 2 774 101 5 4 20 0 15 0 472702387 11109412864 721183 33554432000 4194304 4196468 140730140252240 140007897558032 140008324011733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23761] ppid=23634 vsize=10849036 memory=2885756 CPUtime=8.9 cores=0,2,4,6
/proc/23640/task/23761/stat : 23761 (java) S 23634 23640 23580 0 -1 1077944384 291047 13275 0 2 783 98 5 4 20 0 15 0 472702387 11109412864 721183 33554432000 4194304 4196468 140730140252240 140007896505232 140008324011733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23762] ppid=23634 vsize=10849036 memory=2884732 CPUtime=8.87 cores=0,2,4,6
/proc/23640/task/23762/stat : 23762 (java) S 23634 23640 23580 0 -1 1077944384 291341 13275 0 2 777 101 5 4 20 0 15 0 472702387 11109412864 721183 33554432000 4194304 4196468 140730140252240 140007895452432 140008324011733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23764] ppid=23634 vsize=10849036 memory=2886784 CPUtime=1.34 cores=0,2,4,6
/proc/23640/task/23764/stat : 23764 (java) S 23634 23640 23580 0 -1 1077944384 40238 13275 0 2 106 19 5 4 20 0 15 0 472702388 11109412864 721183 33554432000 4194304 4196468 140730140252240 140007528716656 140008324012674 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23767] ppid=23634 vsize=10849036 memory=3616 CPUtime=0.09 cores=0,2,4,6
/proc/23640/task/23767/stat : 23767 (java) S 23634 23640 23580 0 -1 1077944384 86 13275 0 2 0 0 5 4 20 0 15 0 472702389 11109412864 721183 33554432000 4194304 4196468 140730140252240 140007527662752 140008324011733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23768] ppid=23634 vsize=10849036 memory=2887296 CPUtime=0.09 cores=0,2,4,6
/proc/23640/task/23768/stat : 23768 (java) S 23634 23640 23580 0 -1 1077944384 66 13275 0 2 0 0 5 4 20 0 15 0 472702389 11109412864 721183 33554432000 4194304 4196468 140730140252240 140007411016576 140008324011733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23769] ppid=23634 vsize=10849036 memory=2888836 CPUtime=0.09 cores=0,2,4,6
/proc/23640/task/23769/stat : 23769 (java) S 23634 23640 23580 0 -1 1077944384 3 13275 0 2 0 0 5 4 20 0 15 0 472702393 11109412864 721183 33554432000 4194304 4196468 140730140252240 140006902290256 140008324020123 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23770] ppid=23634 vsize=10849036 memory=2884732 CPUtime=10.17 cores=0,2,4,6
/proc/23640/task/23770/stat : 23770 (java) S 23634 23640 23580 0 -1 1077944384 44354 13275 0 2 1002 6 5 4 20 0 15 0 472702393 11109412864 721183 33554432000 4194304 4196468 140730140252240 140007494105968 140008324012674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23771] ppid=23634 vsize=10849036 memory=3616 CPUtime=10.35 cores=0,2,4,6
/proc/23640/task/23771/stat : 23771 (java) S 23634 23640 23580 0 -1 1077944384 40951 13275 1 2 1022 4 5 4 20 0 15 0 472702393 11109412864 721183 33554432000 4194304 4196468 140730140252240 140007493053168 140008324012674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23772] ppid=23634 vsize=10849036 memory=-8961168018402230209 CPUtime=2.86 cores=0,2,4,6
/proc/23640/task/23772/stat : 23772 (java) S 23634 23640 23580 0 -1 1077944384 53508 13275 0 2 269 8 5 4 20 0 15 0 472702393 11109412864 721183 33554432000 4194304 4196468 140730140252240 140007492000368 140008324012674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23773] ppid=23634 vsize=10849036 memory=-8961168018402230209 CPUtime=0.09 cores=0,2,4,6
/proc/23640/task/23773/stat : 23773 (java) S 23634 23640 23580 0 -1 1077944384 3 13275 0 2 0 0 5 4 20 0 15 0 472702393 11109412864 721183 33554432000 4194304 4196468 140730140252240 140006868732640 140008324011733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23779] ppid=23634 vsize=10849036 memory=2889348 CPUtime=1.59 cores=0,2,4,6
/proc/23640/task/23779/stat : 23779 (java) S 23634 23640 23580 0 -1 1077944384 1611 13275 0 2 81 69 5 4 20 0 15 0 472702398 11109412864 721183 33554432000 4194304 4196468 140730140252240 140007490947760 140008324012674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
Current children cumulated CPU time: 2487.54 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 2884732 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2474.6 s]
/proc/loadavg: 1.81 1.80 1.68 4/229 24032
/proc/meminfo: memFree=771448/32770624 swapFree=66935368/67108860
[pid=23640] ppid=23634 vsize=10849036 memory=2874984 CPUtime=2520.05 cores=0,2,4,6
/proc/23640/stat : 23640 (java) S 23634 23640 23580 0 -1 1077944320 19124348 13275 2 2 250172 1824 5 4 20 0 15 0 472702144 11109412864 718746 33554432000 4194304 4196468 140730140252240 140730140234784 140008324001527 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 2 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
/proc/23640/statm: 2712259 718746 3644 1 0 2674317 0
[pid=23640/tid=23754] ppid=23634 vsize=10849036 memory=2876524 CPUtime=2458.69 cores=0,2,4,6
/proc/23640/task/23754/stat : 23754 (java) R 23634 23640 23580 0 -1 4202560 17755562 13275 1 2 244527 1333 5 4 20 0 15 0 472702384 11109412864 718746 33554432000 4194304 4196468 140730140252240 140008295835008 140007917664033 0 4 0 16800975 0 0 0 -1 4 0 0 248 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23759] ppid=23634 vsize=10849036 memory=1000 CPUtime=8.91 cores=0,2,4,6
/proc/23640/task/23759/stat : 23759 (java) S 23634 23640 23580 0 -1 1077944384 285891 13275 0 2 784 98 5 4 20 0 15 0 472702387 11109412864 718746 33554432000 4194304 4196468 140730140252240 140008328244368 140008324011733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23760] ppid=23634 vsize=10849036 memory=1560 CPUtime=8.9 cores=0,2,4,6
/proc/23640/task/23760/stat : 23760 (java) S 23634 23640 23580 0 -1 1077944384 312559 13275 0 2 780 101 5 4 20 0 15 0 472702387 11109412864 718746 33554432000 4194304 4196468 140730140252240 140007897558032 140008324011733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23761] ppid=23634 vsize=10849036 memory=6791534058613427641 CPUtime=8.96 cores=0,2,4,6
/proc/23640/task/23761/stat : 23761 (java) S 23634 23640 23580 0 -1 1077944384 293614 13275 0 2 789 98 5 4 20 0 15 0 472702387 11109412864 718746 33554432000 4194304 4196468 140730140252240 140007896505232 140008324011733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23762] ppid=23634 vsize=10849036 memory=1408 CPUtime=8.94 cores=0,2,4,6
/proc/23640/task/23762/stat : 23762 (java) S 23634 23640 23580 0 -1 1077944384 293327 13275 0 2 783 102 5 4 20 0 15 0 472702387 11109412864 718746 33554432000 4194304 4196468 140730140252240 140007895452432 140008324011733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23764] ppid=23634 vsize=10849036 memory=3204 CPUtime=1.35 cores=0,2,4,6
/proc/23640/task/23764/stat : 23764 (java) S 23634 23640 23580 0 -1 1077944384 40567 13275 0 2 106 20 5 4 20 0 15 0 472702388 11109412864 718746 33554432000 4194304 4196468 140730140252240 140007528716656 140008324012674 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23767] ppid=23634 vsize=10849036 memory=3040 CPUtime=0.09 cores=0,2,4,6
/proc/23640/task/23767/stat : 23767 (java) S 23634 23640 23580 0 -1 1077944384 86 13275 0 2 0 0 5 4 20 0 15 0 472702389 11109412864 718746 33554432000 4194304 4196468 140730140252240 140007527662752 140008324011733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23768] ppid=23634 vsize=10849036 memory=2504720 CPUtime=0.09 cores=0,2,4,6
/proc/23640/task/23768/stat : 23768 (java) S 23634 23640 23580 0 -1 1077944384 66 13275 0 2 0 0 5 4 20 0 15 0 472702389 11109412864 718746 33554432000 4194304 4196468 140730140252240 140007411016576 140008324011733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23769] ppid=23634 vsize=10849036 memory=2877036 CPUtime=0.09 cores=0,2,4,6
/proc/23640/task/23769/stat : 23769 (java) S 23634 23640 23580 0 -1 1077944384 3 13275 0 2 0 0 5 4 20 0 15 0 472702393 11109412864 718746 33554432000 4194304 4196468 140730140252240 140006902290256 140008324020123 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23770] ppid=23634 vsize=10849036 memory=2874984 CPUtime=10.17 cores=0,2,4,6
/proc/23640/task/23770/stat : 23770 (java) S 23634 23640 23580 0 -1 1077944384 44356 13275 0 2 1002 6 5 4 20 0 15 0 472702393 11109412864 718746 33554432000 4194304 4196468 140730140252240 140007494105968 140008324012674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23771] ppid=23634 vsize=10849036 memory=8317482817917895235 CPUtime=10.35 cores=0,2,4,6
/proc/23640/task/23771/stat : 23771 (java) S 23634 23640 23580 0 -1 1077944384 40954 13275 1 2 1022 4 5 4 20 0 15 0 472702393 11109412864 718746 33554432000 4194304 4196468 140730140252240 140007493053168 140008324012674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23772] ppid=23634 vsize=10849036 memory=1000 CPUtime=2.86 cores=0,2,4,6
/proc/23640/task/23772/stat : 23772 (java) S 23634 23640 23580 0 -1 1077944384 53510 13275 0 2 269 8 5 4 20 0 15 0 472702393 11109412864 718746 33554432000 4194304 4196468 140730140252240 140007492000368 140008324012674 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23773] ppid=23634 vsize=10849036 memory=1560 CPUtime=0.09 cores=0,2,4,6
/proc/23640/task/23773/stat : 23773 (java) S 23634 23640 23580 0 -1 1077944384 3 13275 0 2 0 0 5 4 20 0 15 0 472702393 11109412864 718746 33554432000 4194304 4196468 140730140252240 140006868732640 140008324011733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
[pid=23640/tid=23779] ppid=23634 vsize=10849036 memory=1172 CPUtime=1.61 cores=0,2,4,6
/proc/23640/task/23779/stat : 23779 (java) S 23634 23640 23580 0 -1 1077944384 1646 13275 0 2 82 70 5 4 20 0 15 0 472702398 11109412864 718746 33554432000 4194304 4196468 140730140252240 140007490947760 140008324012674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 6696960 140730140257008 140730140259525 140730140259525 140730140262351 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 2874984 KiB

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

[startup+2474.91 s]
# the end of solver process 23640 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2501.92 s, system=18.464 s

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

[startup+2474.8 s]*
/proc/loadavg: 1.83 1.80 1.68 4/216 24034
/proc/meminfo: memFree=1864596/32770624 swapFree=66935368/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): 2474.91
CPU time (s): 2520.38
CPU user time (s): 2501.92
CPU system time (s): 18.464
CPU usage (%): 101.837
Max. virtual memory (cumulated for all children) (KiB): 11045652
Max. memory (cumulated for all children) (KiB): 3330024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2501.92
system time used= 18.464
maximum resident set size= 3330028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19142234
page faults= 4
swaps= 0
block input operations= 15008
block output operations= 3032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 81033
involuntary context switches= 4467


# summary of solver processes directly reported to runsolver:
#   pid: 23640
#   total CPU time (s): 2520.38
#   total CPU user time (s): 2501.92
#   total CPU system time (s): 18.464

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.5537 second user time and 23.6499 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-20 10:19:54
IDJOB=4402964
IDBENCH=115768
IDSOLVER=2861
FILE ID=node141/4402964-1568967636
RUNJOBID= node141-1568967594-23611
PBS_JOBID= 21704616
Free space on /tmp= 22848 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-050-15-1.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402964-1568967636/watcher-4402964-1568967636 -o /tmp/evaluation-result-4402964-1568967636/solver-4402964-1568967636 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568967594-23611 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=695258949 HOME/instance-4402964-1568967636.xml

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

MD5SUM BENCH= 4cb8aacd6a4a2864e81512910dbfacc0
RANDOM SEED=695258949

node141.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:          241088 kB
MemAvailable:   31798564 kB
Buffers:          110764 kB
Cached:         31660284 kB
SwapCached:        62432 kB
Active:         16310104 kB
Inactive:       15525448 kB
Active(anon):       8312 kB
Inactive(anon):   100060 kB
Active(file):   16301792 kB
Inactive(file): 15425388 kB
Unevictable:      110264 kB
Mlocked:          110264 kB
SwapTotal:      67108860 kB
SwapFree:       66935356 kB
Dirty:              7904 kB
Writeback:           360 kB
AnonPages:        112848 kB
Mapped:            47820 kB
Shmem:             35152 kB
Slab:             286772 kB
SReclaimable:     258756 kB
SUnreclaim:        28016 kB
KernelStack:        3392 kB
PageTables:         5560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     510800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 22780 MiB
End job on node141 at 2019-09-20 11:01:16