Trace number 4401513

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.2? (TO) 2400.13 2336.25

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-030-15-2.xml
MD5SUMba573a75edcb56a5f29535772f8b277a
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 variables480
Number of constraints495
Number of domains1
Minimum domain size1932
Maximum domain size1932
Distribution of domain sizes[{"size":1932,"count":480}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":450}]
Minimum constraint arity1
Maximum constraint arity30
Distribution of constraint arities[{"arity":1,"count":30},{"arity":2,"count":450},{"arity":30,"count":15}]
Number of extensional constraints0
Number of intensional constraints480
Distribution of constraint types[{"type":"intension","count":480},{"type":"noOverlap","count":15}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.73/1.15	c Concrete v3.12.2.1568631193530 running
2400.05/2336.23	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.05/2336.23		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.05/2336.23		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2400.05/2336.23		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:110)
2400.05/2336.23		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2400.05/2336.23		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2400.05/2336.23		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:110)
2400.05/2336.23		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2400.05/2336.23		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2400.05/2336.23		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.05/2336.23		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.05/2336.23		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.05/2336.23		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.05/2336.23		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.05/2336.23		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.05/2336.23		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.05/2336.23		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.05/2336.23		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.05/2336.23		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.05/2336.23		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.05/2336.23		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.05/2336.23		at scala.Option.map(Option.scala:243)
2400.05/2336.23		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.05/2336.23		at concrete.MAC.mac(MAC.scala:216)
2400.05/2336.23		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.05/2336.23		at scala.util.Try$.apply(Try.scala:212)
2400.05/2336.23		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.05/2336.23		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.05/2336.23		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.05/2336.23		at concrete.MAC.oneRun(MAC.scala:265)
2400.05/2336.23		at concrete.MAC.nextSolution(MAC.scala:284)
2400.05/2336.23		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2400.05/2336.23		at concrete.ProblemState.map(ProblemState.scala:238)
2400.05/2336.23		at concrete.ProblemState.map(ProblemState.scala:212)
2400.05/2336.23		at concrete.MAC.nextSolution(MAC.scala:348)
2400.05/2336.23		at concrete.Solver.hasNext(Solver.scala:160)
2400.05/2336.23		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.05/2336.23		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.05/2336.23		at concrete.Solver.foreach(Solver.scala:67)
2400.05/2336.23		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.05/2336.23		at scala.util.Success.map(Try.scala:264)
2400.05/2336.23		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.05/2336.23		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.05/2336.23		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.05/2336.23		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.05/2336.23		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.05/2336.23		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.05/2336.23		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.05/2336.23		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.05/2336.23		at scala.App.$anonfun$main$1(App.scala:75)
2400.05/2336.23		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.05/2336.23		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.05/2336.23		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.05/2336.23		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.05/2336.23		at scala.App.main(App.scala:75)
2400.05/2336.23		at scala.App.main$(App.scala:73)
2400.05/2336.23		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.05/2336.23		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.05/2336.23	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 (14646 MiB free)
  memory of node 1: 16384 MiB (15745 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401513-1568673331/watcher-4401513-1568673331 -o /tmp/evaluation-result-4401513-1568673331/solver-4401513-1568673331 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568673443-12495 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1889038206 HOME/instance-4401513-1568673331.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=12525, runsolver pid=12518

[startup+0.100166 s]*
/proc/loadavg: 0.16 1.24 2.32 2/205 12534
/proc/meminfo: memFree=31119488/32770624 swapFree=66922392/67108860
[pid=12525] ppid=12518 vsize=113256 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/12525/stat : 12525 (bash) S 12518 12525 12464 0 -1 4202496 694 0 0 0 0 0 0 0 20 0 1 0 443602366 115974144 363 33554432000 4194304 5098028 140728558260512 140728558258152 140477634784256 0 0 4100 65536 18446744071580971376 0 0 17 6 0 0 4 0 0 7196144 7232144 13094912 140728558265364 140728558265489 140728558265489 140728558268398 0
/proc/12525/statm: 28314 363 289 221 0 119 0
[pid=12528] ppid=12525 vsize=113256 memory=708 CPUtime=0 cores=0,2,4,6
/proc/12528/stat : 12528 (bash) S 12525 12525 12464 0 -1 4202560 172 0 0 0 0 0 0 0 20 0 1 0 443602371 115974144 177 33554432000 4194304 5098028 140728558260512 140728558256680 140477634609788 0 65536 4096 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 13094912 140728558265364 140728558265489 140728558265489 140728558268398 0
/proc/12528/statm: 28314 177 101 221 0 119 0
[pid=12530] ppid=12528 vsize=113256 memory=716 CPUtime=0 cores=0,2,4,6
/proc/12530/stat : 12530 (bash) S 12528 12525 12464 0 -1 4202560 146 0 0 0 0 0 0 0 20 0 1 0 443602371 115974144 179 33554432000 4194304 5098028 140728558260512 140728558253688 140477634784256 0 0 4096 65538 18446744071580971376 0 0 17 2 0 0 0 0 0 7196144 7232144 13094912 140728558265364 140728558265489 140728558265489 140728558268398 0
/proc/12530/statm: 28314 179 103 221 0 119 0
[pid=12532] ppid=12530 vsize=113256 memory=716 CPUtime=0 cores=0,2,4,6
/proc/12532/stat : 12532 (bash) S 12530 12525 12464 0 -1 4202560 173 0 0 0 0 0 0 0 20 0 1 0 443602371 115974144 179 33554432000 4194304 5098028 140728558260512 140728558252968 140477634609788 0 65536 4096 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 13094912 140728558265364 140728558265489 140728558265489 140728558268398 0
/proc/12532/statm: 28314 179 103 221 0 119 0
[pid=12534] ppid=12532 vsize=168 memory=4 CPUtime=0 cores=0,2,4,6
/proc/12534/stat : 12534 (dirname) D 12532 12525 12464 0 -1 4194304 54 0 0 0 0 0 0 0 20 0 1 0 443602371 172032 1 33554432000 0 0 140735933047990 140728558253032 140477634611703 0 0 4096 0 18446744071580431491 0 0 17 0 0 0 3 0 0 0 0 6320128 140735933047990 0 0 0 0
/proc/12534/statm: 42 1 0 0 0 34 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 453192 KiB
Current children cumulated memory: 3596 KiB

[startup+0.209856 s]*
/proc/loadavg: 0.16 1.24 2.32 2/203 12582
/proc/meminfo: memFree=31116468/32770624 swapFree=66922392/67108860
[pid=12525] ppid=12518 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/12525/stat : 12525 (bash) S 12518 12525 12464 0 -1 4202496 887 5694 0 0 0 0 0 1 20 0 1 0 443602366 115974144 404 33554432000 4194304 5098028 140728558260512 140728558254520 140477634784256 0 0 4100 65536 18446744071580971376 0 0 17 6 0 0 4 0 0 7196144 7232144 13094912 140728558265364 140728558265489 140728558265489 140728558268398 0
/proc/12525/statm: 28314 404 320 221 0 119 0
[pid=12577] ppid=12525 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/12577/stat : 12577 (bash) S 12525 12525 12464 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 443602382 115974144 178 33554432000 4194304 5098028 140728558260512 140728558253192 140477634609788 0 65536 4096 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 13094912 140728558265364 140728558265489 140728558265489 140728558268398 0
/proc/12577/statm: 28314 178 94 221 0 119 0
[pid=12578] ppid=12577 vsize=10648 memory=660 CPUtime=0 cores=0,2,4,6
/proc/12578/stat : 12578 (java) D 12577 12525 12464 0 -1 1077944320 307 0 0 0 0 0 0 0 20 0 1 0 443602382 10903552 165 33554432000 4194304 4196468 140732039910160 140732039888360 140492501309968 0 0 4096 0 18446744072101608996 0 0 17 4 0 0 0 0 0 6293624 6294260 25333760 140732039914636 140732039914650 140732039914650 140732039917519 0
/proc/12578/statm: 2662 165 132 1 0 84 0
[pid=12579] ppid=12577 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/12579/stat : 12579 (awk) S 12577 12525 12464 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 443602382 116211712 243 33554432000 4194304 4609284 140727967883920 140727967883096 139863602633728 0 0 4096 1216 18446744071580971376 0 0 17 6 0 0 0 0 0 6708720 6711756 30846976 140727967888572 140727967888602 140727967888602 140727967891439 0
/proc/12579/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 350648 KiB
Current children cumulated memory: 3960 KiB

[startup+0.310003 s]*
/proc/loadavg: 0.16 1.24 2.32 2/205 12584
/proc/meminfo: memFree=31114088/32770624 swapFree=66922392/67108860
[pid=12525] ppid=12518 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/12525/stat : 12525 (bash) S 12518 12525 12464 0 -1 4202496 887 5694 0 0 0 0 0 1 20 0 1 0 443602366 115974144 404 33554432000 4194304 5098028 140728558260512 140728558254520 140477634784256 0 0 4100 65536 18446744071580971376 0 0 17 6 0 0 4 0 0 7196144 7232144 13094912 140728558265364 140728558265489 140728558265489 140728558268398 0
/proc/12525/statm: 28314 404 320 221 0 119 0
[pid=12577] ppid=12525 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/12577/stat : 12577 (bash) S 12525 12525 12464 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 443602382 115974144 178 33554432000 4194304 5098028 140728558260512 140728558253192 140477634609788 0 65536 4096 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 13094912 140728558265364 140728558265489 140728558265489 140728558268398 0
/proc/12577/statm: 28314 178 94 221 0 119 0
[pid=12578] ppid=12577 vsize=111596 memory=5608 CPUtime=0 cores=0,2,4,6
/proc/12578/stat : 12578 (java) S 12577 12525 12464 0 -1 1077944320 1719 0 0 0 0 0 0 0 20 0 2 0 443602382 114274304 1402 33554432000 4194304 4196468 140732039910160 140732039892704 140492508630775 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25333760 140732039914636 140732039914650 140732039914650 140732039917519 0
/proc/12578/statm: 27899 1402 1063 1 0 16810 0
[pid=12578/tid=12583] ppid=12577 vsize=111596 memory=4134930537816160314 CPUtime=0 cores=0,2,4,6
/proc/12578/task/12583/stat : 12583 (java) D 12577 12525 12464 0 -1 1077944384 436 0 0 0 0 0 0 0 20 0 2 0 443602391 114274304 1402 33554432000 4194304 4196468 140732039910160 140492512870632 140492501308789 0 4 0 16784584 18446744072101608996 0 0 -1 4 0 0 0 0 0 6293624 6294260 25333760 140732039914636 140732039914650 140732039914650 140732039917519 0
[pid=12579] ppid=12577 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/12579/stat : 12579 (awk) S 12577 12525 12464 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 443602382 116211712 243 33554432000 4194304 4609284 140727967883920 140727967883096 139863602633728 0 0 4096 1216 18446744071580971376 0 0 17 6 0 0 0 0 0 6708720 6711756 30846976 140727967888572 140727967888602 140727967888602 140727967891439 0
/proc/12579/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 451596 KiB
Current children cumulated memory: 8908 KiB

[startup+0.700403 s]
/proc/loadavg: 0.16 1.24 2.32 2/229 12608
/proc/meminfo: memFree=31091496/32770624 swapFree=66922392/67108860
[pid=12525] ppid=12518 vsize=10751868 memory=31152 CPUtime=0.14 cores=0,2,4,6
/proc/12525/stat : 12525 (java) S 12518 12525 12464 0 -1 1077944320 5568 13193 0 0 5 1 5 3 20 0 14 0 443602366 11009912832 7788 33554432000 4194304 4196468 140729232504704 140729232487248 140268282117879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 4 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
/proc/12525/statm: 2687967 7788 2603 1 0 2650508 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10751868 KiB
Current children cumulated memory: 31152 KiB

[startup+1.50058 s]
/proc/loadavg: 0.16 1.24 2.32 4/225 12656
/proc/meminfo: memFree=31029928/32770624 swapFree=66922392/67108860
[pid=12525] ppid=12518 vsize=10822316 memory=84692 CPUtime=1.04 cores=0,2,4,6
/proc/12525/stat : 12525 (java) S 12518 12525 12464 0 -1 1077944320 14813 13193 0 0 91 5 5 3 20 0 15 0 443602366 11082051584 21173 33554432000 4194304 4196468 140729232504704 140729232487248 140268282117879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 4 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
/proc/12525/statm: 2705579 21173 3505 1 0 2667661 0
[pid=12525/tid=12630] ppid=12518 vsize=10822316 memory=3620 CPUtime=0.64 cores=0,2,4,6
/proc/12525/task/12630/stat : 12630 (java) D 12518 12525 12464 0 -1 4202560 10129 13193 0 0 52 4 5 3 20 0 15 0 443602426 11082051584 21173 33554432000 4194304 4196468 140729232504704 140268253945488 140268282139805 0 4 0 16800975 18446744071580419588 0 0 -1 4 0 0 5 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12635] ppid=12518 vsize=10822316 memory=46848 CPUtime=0.08 cores=0,2,4,6
/proc/12525/task/12635/stat : 12635 (java) S 12518 12525 12464 0 -1 1077944384 1 13193 0 0 0 0 5 3 20 0 15 0 443602427 11082051584 21173 33554432000 4194304 4196468 140729232504704 140268286360080 140268282128085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12636] ppid=12518 vsize=10822316 memory=7518026621751088994 CPUtime=0.08 cores=0,2,4,6
/proc/12525/task/12636/stat : 12636 (java) S 12518 12525 12464 0 -1 1077944384 1 13193 0 0 0 0 5 3 20 0 15 0 443602427 11082051584 21173 33554432000 4194304 4196468 140729232504704 140268201179792 140268282128085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12637] ppid=12518 vsize=10822316 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/12525/task/12637/stat : 12637 (java) S 12518 12525 12464 0 -1 1077944384 1 13193 0 0 0 0 5 3 20 0 15 0 443602427 11082051584 21173 33554432000 4194304 4196468 140729232504704 140268200126736 140268282128085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12638] ppid=12518 vsize=10822316 memory=7811607157294262098 CPUtime=0.08 cores=0,2,4,6
/proc/12525/task/12638/stat : 12638 (java) S 12518 12525 12464 0 -1 1077944384 2 13193 0 0 0 0 5 3 20 0 15 0 443602427 11082051584 21173 33554432000 4194304 4196468 140729232504704 140268199074192 140268282128085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12642] ppid=12518 vsize=10822316 memory=7524763368551437924 CPUtime=0.08 cores=0,2,4,6
/proc/12525/task/12642/stat : 12642 (java) S 12518 12525 12464 0 -1 1077944384 5 13193 0 0 0 0 5 3 20 0 15 0 443602429 11082051584 21173 33554432000 4194304 4196468 140729232504704 140267808709360 140268282129026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12643] ppid=12518 vsize=10822316 memory=7380108234216663121 CPUtime=0.08 cores=0,2,4,6
/proc/12525/task/12643/stat : 12643 (java) S 12518 12525 12464 0 -1 1077944384 13 13193 0 0 0 0 5 3 20 0 15 0 443602429 11082051584 21173 33554432000 4194304 4196468 140729232504704 140267726300832 140268282128085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12644] ppid=12518 vsize=10822316 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12525/task/12644/stat : 12644 (java) S 12518 12525 12464 0 -1 1077944384 1 13193 0 0 0 0 5 3 20 0 15 0 443602430 11082051584 21173 33554432000 4194304 4196468 140729232504704 140267256538352 140268282128085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12650] ppid=12518 vsize=10822316 memory=-3756611412707075625 CPUtime=0.08 cores=0,2,4,6
/proc/12525/task/12650/stat : 12650 (java) S 12518 12525 12464 0 -1 1077944384 2 13193 0 0 0 0 5 3 20 0 15 0 443602434 11082051584 21173 33554432000 4194304 4196468 140729232504704 140266988104144 140268282136475 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12651] ppid=12518 vsize=10822316 memory=-4695043397844020537 CPUtime=0.19 cores=0,2,4,6
/proc/12525/task/12651/stat : 12651 (java) S 12518 12525 12464 0 -1 1077944384 1114 13193 0 0 11 0 5 3 20 0 15 0 443602434 11082051584 21173 33554432000 4194304 4196468 140729232504704 140267807656176 140268282129026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12652] ppid=12518 vsize=10822316 memory=-7022074515825631275 CPUtime=0.19 cores=0,2,4,6
/proc/12525/task/12652/stat : 12652 (java) S 12518 12525 12464 0 -1 1077944384 513 13193 0 0 11 0 5 3 20 0 15 0 443602434 11082051584 21173 33554432000 4194304 4196468 140729232504704 140267806603632 140268282129026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12653] ppid=12518 vsize=10822316 memory=-4695043397844020537 CPUtime=0.24 cores=0,2,4,6
/proc/12525/task/12653/stat : 12653 (java) S 12518 12525 12464 0 -1 1077944384 822 13193 0 0 16 0 5 3 20 0 15 0 443602434 11082051584 21173 33554432000 4194304 4196468 140729232504704 140267805550576 140268282129026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12654] ppid=12518 vsize=10822316 memory=-2605811476043407915 CPUtime=0.08 cores=0,2,4,6
/proc/12525/task/12654/stat : 12654 (java) S 12518 12525 12464 0 -1 1077944384 3 13193 0 0 0 0 5 3 20 0 15 0 443602434 11082051584 21173 33554432000 4194304 4196468 140729232504704 140266518341984 140268282128085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12656] ppid=12518 vsize=10822316 memory=7373100951875070099 CPUtime=0.08 cores=0,2,4,6
/proc/12525/task/12656/stat : 12656 (java) S 12518 12525 12464 0 -1 1077944384 1 13193 0 0 0 0 5 3 20 0 15 0 443602440 11082051584 21173 33554432000 4194304 4196468 140729232504704 140267804498992 140268282129026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
Current children cumulated CPU time: 1.04 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 84692 KiB

[startup+3.11037 s]
/proc/loadavg: 0.16 1.24 2.32 6/225 12656
/proc/meminfo: memFree=30718044/32770624 swapFree=66922392/67108860
[pid=12525] ppid=12518 vsize=10838796 memory=201696 CPUtime=3.91 cores=0,2,4,6
/proc/12525/stat : 12525 (java) S 12518 12525 12464 0 -1 1077944320 28218 13193 0 0 369 14 5 3 20 0 15 0 443602366 11098927104 50424 33554432000 4194304 4196468 140729232504704 140729232487248 140268282117879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 4 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
/proc/12525/statm: 2709699 50424 3593 1 0 2671757 0
[pid=12525/tid=12630] ppid=12518 vsize=10838796 memory=177 CPUtime=2.01 cores=0,2,4,6
/proc/12525/task/12630/stat : 12630 (java) R 12518 12525 12464 0 -1 4202560 17003 13193 0 0 186 7 5 3 20 0 15 0 443602426 11098927104 50424 33554432000 4194304 4196468 140729232504704 140268253940320 140268267486687 0 4 0 16800975 0 0 0 -1 4 0 0 20 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12635] ppid=12518 vsize=10838796 memory=279453389328016 CPUtime=0.09 cores=0,2,4,6
/proc/12525/task/12635/stat : 12635 (java) S 12518 12525 12464 0 -1 1077944384 315 13193 0 0 1 0 5 3 20 0 15 0 443602427 11098927104 50424 33554432000 4194304 4196468 140729232504704 140268286360080 140268282128085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12636] ppid=12518 vsize=10838796 memory=-2827449378222515572 CPUtime=0.09 cores=0,2,4,6
/proc/12525/task/12636/stat : 12636 (java) S 12518 12525 12464 0 -1 1077944384 53 13193 0 0 1 0 5 3 20 0 15 0 443602427 11098927104 50424 33554432000 4194304 4196468 140729232504704 140268201179792 140268282128085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12637] ppid=12518 vsize=10838796 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12525/task/12637/stat : 12637 (java) S 12518 12525 12464 0 -1 1077944384 37 13193 0 0 1 0 5 3 20 0 15 0 443602427 11098927104 50424 33554432000 4194304 4196468 140729232504704 140268200126736 140268282128085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12638] ppid=12518 vsize=10838796 memory=45652 CPUtime=0.08 cores=0,2,4,6
/proc/12525/task/12638/stat : 12638 (java) S 12518 12525 12464 0 -1 1077944384 73 13193 0 0 0 0 5 3 20 0 15 0 443602427 11098927104 50424 33554432000 4194304 4196468 140729232504704 140268199074192 140268282128085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12642] ppid=12518 vsize=10838796 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12525/task/12642/stat : 12642 (java) S 12518 12525 12464 0 -1 1077944384 151 13193 0 0 1 0 5 3 20 0 15 0 443602429 11098927104 50424 33554432000 4194304 4196468 140729232504704 140267808709360 140268282129026 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12643] ppid=12518 vsize=10838796 memory=139726694649528 CPUtime=0.08 cores=0,2,4,6
/proc/12525/task/12643/stat : 12643 (java) S 12518 12525 12464 0 -1 1077944384 14 13193 0 0 0 0 5 3 20 0 15 0 443602429 11098927104 50424 33554432000 4194304 4196468 140729232504704 140267726300896 140268282128085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12644] ppid=12518 vsize=10838796 memory=139726694690180 CPUtime=0.08 cores=0,2,4,6
/proc/12525/task/12644/stat : 12644 (java) S 12518 12525 12464 0 -1 1077944384 2 13193 0 0 0 0 5 3 20 0 15 0 443602430 11098927104 50424 33554432000 4194304 4196468 140729232504704 140267256538368 140268282128085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12650] ppid=12518 vsize=10838796 memory=139726694688868 CPUtime=0.08 cores=0,2,4,6
/proc/12525/task/12650/stat : 12650 (java) S 12518 12525 12464 0 -1 1077944384 2 13193 0 0 0 0 5 3 20 0 15 0 443602434 11098927104 50424 33554432000 4194304 4196468 140729232504704 140266988104144 140268282136475 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12651] ppid=12518 vsize=10838796 memory=3472328279047811153 CPUtime=0.6 cores=0,2,4,6
/proc/12525/task/12651/stat : 12651 (java) R 12518 12525 12464 0 -1 4202560 2731 13193 0 0 51 1 5 3 20 0 15 0 443602434 11098927104 50424 33554432000 4194304 4196468 140729232504704 140267807637192 140268265618309 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12652] ppid=12518 vsize=10838796 memory=0 CPUtime=0.59 cores=0,2,4,6
/proc/12525/task/12652/stat : 12652 (java) S 12518 12525 12464 0 -1 1077944384 1946 13193 0 0 51 0 5 3 20 0 15 0 443602434 11098927104 50424 33554432000 4194304 4196468 140729232504704 140267806603632 140268282129026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12653] ppid=12518 vsize=10838796 memory=0 CPUtime=0.82 cores=0,2,4,6
/proc/12525/task/12653/stat : 12653 (java) R 12518 12525 12464 0 -1 4202560 3683 13193 0 0 72 2 5 3 20 0 15 0 443602434 11098927104 50424 33554432000 4194304 4196468 140729232504704 140267805550576 140268266198366 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12654] ppid=12518 vsize=10838796 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12525/task/12654/stat : 12654 (java) S 12518 12525 12464 0 -1 1077944384 3 13193 0 0 0 0 5 3 20 0 15 0 443602434 11098927104 50424 33554432000 4194304 4196468 140729232504704 140266518341984 140268282128085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12656] ppid=12518 vsize=10838796 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12525/task/12656/stat : 12656 (java) S 12518 12525 12464 0 -1 1077944384 1 13193 0 0 0 0 5 3 20 0 15 0 443602440 11098927104 50424 33554432000 4194304 4196468 140729232504704 140267804498992 140268282129026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
Current children cumulated CPU time: 3.91 s
Current children cumulated vsize: 10838796 KiB
Current children cumulated memory: 201696 KiB

[startup+6.3006 s]
/proc/loadavg: 0.47 1.28 2.33 5/226 12658
/proc/meminfo: memFree=30437920/32770624 swapFree=66922392/67108860
[pid=12525] ppid=12518 vsize=10842892 memory=331044 CPUtime=11.23 cores=0,2,4,6
/proc/12525/stat : 12525 (java) S 12518 12525 12464 0 -1 1077944320 41443 13193 0 0 1091 24 5 3 20 0 15 0 443602366 11103121408 82761 33554432000 4194304 4196468 140729232504704 140729232487248 140268282117879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 4 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
/proc/12525/statm: 2710723 82761 3617 1 0 2672781 0
[pid=12525/tid=12630] ppid=12518 vsize=10842892 memory=279453389328016 CPUtime=4.74 cores=0,2,4,6
/proc/12525/task/12630/stat : 12630 (java) R 12518 12525 12464 0 -1 4202560 20403 13193 0 0 457 9 5 3 20 0 15 0 443602426 11103121408 82761 33554432000 4194304 4196468 140729232504704 140268253953192 140267892174984 0 4 0 16800975 0 0 0 -1 0 0 0 57 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12635] ppid=12518 vsize=10842892 memory=-2827449378222515572 CPUtime=0.14 cores=0,2,4,6
/proc/12525/task/12635/stat : 12635 (java) S 12518 12525 12464 0 -1 1077944384 420 13193 0 0 5 1 5 3 20 0 15 0 443602427 11103121408 82761 33554432000 4194304 4196468 140729232504704 140268286360080 140268282128085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12636] ppid=12518 vsize=10842892 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/12525/task/12636/stat : 12636 (java) S 12518 12525 12464 0 -1 1077944384 86 13193 0 0 5 1 5 3 20 0 15 0 443602427 11103121408 82761 33554432000 4194304 4196468 140729232504704 140268201179792 140268282128085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12637] ppid=12518 vsize=10842892 memory=279453389441248 CPUtime=0.14 cores=0,2,4,6
/proc/12525/task/12637/stat : 12637 (java) S 12518 12525 12464 0 -1 1077944384 297 13193 0 0 5 1 5 3 20 0 15 0 443602427 11103121408 82761 33554432000 4194304 4196468 140729232504704 140268200126736 140268282128085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12638] ppid=12518 vsize=10842892 memory=2609863722497 CPUtime=0.14 cores=0,2,4,6
/proc/12525/task/12638/stat : 12638 (java) S 12518 12525 12464 0 -1 1077944384 715 13193 0 0 5 1 5 3 20 0 15 0 443602427 11103121408 82761 33554432000 4194304 4196468 140729232504704 140268199074192 140268282128085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12642] ppid=12518 vsize=10842892 memory=279453389444616 CPUtime=0.1 cores=0,2,4,6
/proc/12525/task/12642/stat : 12642 (java) S 12518 12525 12464 0 -1 1077944384 618 13193 0 0 2 0 5 3 20 0 15 0 443602429 11103121408 82761 33554432000 4194304 4196468 140729232504704 140267808709360 140268282129026 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12643] ppid=12518 vsize=10842892 memory=7234583562595559488 CPUtime=0.08 cores=0,2,4,6
/proc/12525/task/12643/stat : 12643 (java) S 12518 12525 12464 0 -1 1077944384 24 13193 0 0 0 0 5 3 20 0 15 0 443602429 11103121408 82761 33554432000 4194304 4196468 140729232504704 140267726300896 140268282128085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12644] ppid=12518 vsize=10842892 memory=7084813555952216946 CPUtime=0.08 cores=0,2,4,6
/proc/12525/task/12644/stat : 12644 (java) S 12518 12525 12464 0 -1 1077944384 20 13193 0 0 0 0 5 3 20 0 15 0 443602430 11103121408 82761 33554432000 4194304 4196468 140729232504704 140267256538368 140268282128085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0

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

/proc/12525/task/12630/stat : 12630 (java) R 12518 12525 12464 0 -1 4202560 171176 13193 0 0 218055 71 5 3 20 0 15 0 443602426 11109412864 225225 33554432000 4194304 4196468 140729232504704 140268253951472 140267889848117 0 4 0 16800975 0 0 0 -1 2 0 0 57 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12635] ppid=12518 vsize=10849036 memory=901924 CPUtime=13.87 cores=0,2,4,6
/proc/12525/task/12635/stat : 12635 (java) S 12518 12525 12464 0 -1 1077944384 31432 13193 0 0 1341 38 5 3 20 0 15 0 443602427 11109412864 225225 33554432000 4194304 4196468 140729232504704 140268286360080 140268282128085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12636] ppid=12518 vsize=10849036 memory=907568 CPUtime=13.81 cores=0,2,4,6
/proc/12525/task/12636/stat : 12636 (java) S 12518 12525 12464 0 -1 1077944384 30236 13193 0 0 1338 35 5 3 20 0 15 0 443602427 11109412864 225225 33554432000 4194304 4196468 140729232504704 140268201179792 140268282128085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12637] ppid=12518 vsize=10849036 memory=944428 CPUtime=13.85 cores=0,2,4,6
/proc/12525/task/12637/stat : 12637 (java) S 12518 12525 12464 0 -1 1077944384 22706 13193 0 0 1341 36 5 3 20 0 15 0 443602427 11109412864 225225 33554432000 4194304 4196468 140729232504704 140268200126736 140268282128085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12638] ppid=12518 vsize=10849036 memory=988496 CPUtime=13.84 cores=0,2,4,6
/proc/12525/task/12638/stat : 12638 (java) S 12518 12525 12464 0 -1 1077944384 29550 13193 0 0 1338 38 5 3 20 0 15 0 443602427 11109412864 225225 33554432000 4194304 4196468 140729232504704 140268199074192 140268282128085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12642] ppid=12518 vsize=10849036 memory=924932 CPUtime=3.99 cores=0,2,4,6
/proc/12525/task/12642/stat : 12642 (java) S 12518 12525 12464 0 -1 1077944384 22549 13193 0 0 338 53 5 3 20 0 15 0 443602429 11109412864 225225 33554432000 4194304 4196468 140729232504704 140267808709360 140268282129026 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12643] ppid=12518 vsize=10849036 memory=914688 CPUtime=0.08 cores=0,2,4,6
/proc/12525/task/12643/stat : 12643 (java) S 12518 12525 12464 0 -1 1077944384 36 13193 0 0 0 0 5 3 20 0 15 0 443602429 11109412864 225225 33554432000 4194304 4196468 140729232504704 140267726300960 140268282128085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12644] ppid=12518 vsize=10849036 memory=911624 CPUtime=0.08 cores=0,2,4,6
/proc/12525/task/12644/stat : 12644 (java) S 12518 12525 12464 0 -1 1077944384 34 13193 0 0 0 0 5 3 20 0 15 0 443602430 11109412864 225225 33554432000 4194304 4196468 140729232504704 140267256538368 140268282128085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12650] ppid=12518 vsize=10849036 memory=909572 CPUtime=0.08 cores=0,2,4,6
/proc/12525/task/12650/stat : 12650 (java) S 12518 12525 12464 0 -1 1077944384 2 13193 0 0 0 0 5 3 20 0 15 0 443602434 11109412864 225225 33554432000 4194304 4196468 140729232504704 140266988104144 140268282136475 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12651] ppid=12518 vsize=10849036 memory=903464 CPUtime=9.76 cores=0,2,4,6
/proc/12525/task/12651/stat : 12651 (java) S 12518 12525 12464 0 -1 1077944384 53803 13193 0 0 962 6 5 3 20 0 15 0 443602434 11109412864 225225 33554432000 4194304 4196468 140729232504704 140267807656176 140268282129026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12652] ppid=12518 vsize=10849036 memory=900900 CPUtime=9.21 cores=0,2,4,6
/proc/12525/task/12652/stat : 12652 (java) S 12518 12525 12464 0 -1 1077944384 40299 13193 0 0 909 4 5 3 20 0 15 0 443602434 11109412864 225225 33554432000 4194304 4196468 140729232504704 140267806603632 140268282129026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12653] ppid=12518 vsize=10849036 memory=772 CPUtime=2.83 cores=0,2,4,6
/proc/12525/task/12653/stat : 12653 (java) S 12518 12525 12464 0 -1 1077944384 73506 13193 0 0 265 10 5 3 20 0 15 0 443602434 11109412864 225225 33554432000 4194304 4196468 140729232504704 140267805550576 140268282129026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12654] ppid=12518 vsize=10849036 memory=901924 CPUtime=0.08 cores=0,2,4,6
/proc/12525/task/12654/stat : 12654 (java) S 12518 12525 12464 0 -1 1077944384 3 13193 0 0 0 0 5 3 20 0 15 0 443602434 11109412864 225225 33554432000 4194304 4196468 140729232504704 140266518341984 140268282128085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12656] ppid=12518 vsize=10849036 memory=1484 CPUtime=1.44 cores=0,2,4,6
/proc/12525/task/12656/stat : 12656 (java) S 12518 12525 12464 0 -1 1077944384 1475 13193 0 0 66 70 5 3 20 0 15 0 443602440 11109412864 225225 33554432000 4194304 4196468 140729232504704 140267804498992 140268282129026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
Current children cumulated CPU time: 2263.33 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 900900 KiB

[startup+2262.3 s]
/proc/loadavg: 1.76 1.74 1.77 4/225 12894
/proc/meminfo: memFree=27793312/32770624 swapFree=66922424/67108860
[pid=12525] ppid=12518 vsize=10849036 memory=906704 CPUtime=2324.66 cores=0,2,4,6
/proc/12525/stat : 12525 (java) S 12518 12525 12464 0 -1 1077944320 487235 13193 0 0 232116 342 5 3 20 0 15 0 443602366 11109412864 226676 33554432000 4194304 4196468 140729232504704 140729232487248 140268282117879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 4 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
/proc/12525/statm: 2712259 226676 3645 1 0 2674317 0
[pid=12525/tid=12630] ppid=12518 vsize=10849036 memory=886220 CPUtime=2240.68 cores=0,2,4,6
/proc/12525/task/12630/stat : 12630 (java) R 12518 12525 12464 0 -1 4202560 177848 13193 0 0 223987 73 5 3 20 0 15 0 443602426 11109412864 226676 33554432000 4194304 4196468 140729232504704 140268253951136 140267894783335 0 4 0 16800975 0 0 0 -1 2 0 0 57 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12635] ppid=12518 vsize=10849036 memory=874504 CPUtime=14.32 cores=0,2,4,6
/proc/12525/task/12635/stat : 12635 (java) S 12518 12525 12464 0 -1 1077944384 32087 13193 0 0 1385 39 5 3 20 0 15 0 443602427 11109412864 226676 33554432000 4194304 4196468 140729232504704 140268286360080 140268282128085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12636] ppid=12518 vsize=10849036 memory=885224 CPUtime=14.26 cores=0,2,4,6
/proc/12525/task/12636/stat : 12636 (java) S 12518 12525 12464 0 -1 1077944384 30330 13193 0 0 1382 36 5 3 20 0 15 0 443602427 11109412864 226676 33554432000 4194304 4196468 140729232504704 140268201179792 140268282128085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12637] ppid=12518 vsize=10849036 memory=882660 CPUtime=14.29 cores=0,2,4,6
/proc/12525/task/12637/stat : 12637 (java) S 12518 12525 12464 0 -1 1077944384 22863 13193 0 0 1384 37 5 3 20 0 15 0 443602427 11109412864 226676 33554432000 4194304 4196468 140729232504704 140268200126736 140268282128085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12638] ppid=12518 vsize=10849036 memory=884712 CPUtime=14.3 cores=0,2,4,6
/proc/12525/task/12638/stat : 12638 (java) S 12518 12525 12464 0 -1 1077944384 29659 13193 0 0 1382 40 5 3 20 0 15 0 443602427 11109412864 226676 33554432000 4194304 4196468 140729232504704 140268199074192 140268282128085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12642] ppid=12518 vsize=10849036 memory=279453390817520 CPUtime=4.13 cores=0,2,4,6
/proc/12525/task/12642/stat : 12642 (java) S 12518 12525 12464 0 -1 1077944384 22907 13193 0 0 351 54 5 3 20 0 15 0 443602429 11109412864 226676 33554432000 4194304 4196468 140729232504704 140267808709360 140268282129026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12643] ppid=12518 vsize=10849036 memory=877512 CPUtime=0.08 cores=0,2,4,6
/proc/12525/task/12643/stat : 12643 (java) S 12518 12525 12464 0 -1 1077944384 36 13193 0 0 0 0 5 3 20 0 15 0 443602429 11109412864 226676 33554432000 4194304 4196468 140729232504704 140267726300960 140268282128085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12644] ppid=12518 vsize=10849036 memory=878600 CPUtime=0.08 cores=0,2,4,6
/proc/12525/task/12644/stat : 12644 (java) S 12518 12525 12464 0 -1 1077944384 34 13193 0 0 0 0 5 3 20 0 15 0 443602430 11109412864 226676 33554432000 4194304 4196468 140729232504704 140267256538368 140268282128085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12650] ppid=12518 vsize=10849036 memory=878600 CPUtime=0.08 cores=0,2,4,6
/proc/12525/task/12650/stat : 12650 (java) S 12518 12525 12464 0 -1 1077944384 2 13193 0 0 0 0 5 3 20 0 15 0 443602434 11109412864 226676 33554432000 4194304 4196468 140729232504704 140266988104144 140268282136475 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12651] ppid=12518 vsize=10849036 memory=877512 CPUtime=9.76 cores=0,2,4,6
/proc/12525/task/12651/stat : 12651 (java) S 12518 12525 12464 0 -1 1077944384 53803 13193 0 0 962 6 5 3 20 0 15 0 443602434 11109412864 226676 33554432000 4194304 4196468 140729232504704 140267807656176 140268282129026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12652] ppid=12518 vsize=10849036 memory=279453390043296 CPUtime=9.21 cores=0,2,4,6
/proc/12525/task/12652/stat : 12652 (java) S 12518 12525 12464 0 -1 1077944384 40300 13193 0 0 909 4 5 3 20 0 15 0 443602434 11109412864 226676 33554432000 4194304 4196468 140729232504704 140267806603632 140268282129026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12653] ppid=12518 vsize=10849036 memory=279453389951488 CPUtime=2.83 cores=0,2,4,6
/proc/12525/task/12653/stat : 12653 (java) S 12518 12525 12464 0 -1 1077944384 73675 13193 0 0 265 10 5 3 20 0 15 0 443602434 11109412864 226676 33554432000 4194304 4196468 140729232504704 140267805550576 140268282129026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12654] ppid=12518 vsize=10849036 memory=874436 CPUtime=0.08 cores=0,2,4,6
/proc/12525/task/12654/stat : 12654 (java) S 12518 12525 12464 0 -1 1077944384 3 13193 0 0 0 0 5 3 20 0 15 0 443602434 11109412864 226676 33554432000 4194304 4196468 140729232504704 140266518341984 140268282128085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12656] ppid=12518 vsize=10849036 memory=880092 CPUtime=1.48 cores=0,2,4,6
/proc/12525/task/12656/stat : 12656 (java) S 12518 12525 12464 0 -1 1077944384 1483 13193 0 0 68 72 5 3 20 0 15 0 443602440 11109412864 226676 33554432000 4194304 4196468 140729232504704 140267804498992 140268282129026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
Current children cumulated CPU time: 2324.66 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 906704 KiB

[startup+2322.3 s]
/proc/loadavg: 1.52 1.68 1.75 4/225 12898
/proc/meminfo: memFree=27628616/32770624 swapFree=66922424/67108860
[pid=12525] ppid=12518 vsize=10849036 memory=1071916 CPUtime=2385.83 cores=0,2,4,6
/proc/12525/stat : 12525 (java) S 12518 12525 12464 0 -1 1077944320 495795 13193 0 0 238212 363 5 3 20 0 15 0 443602366 11109412864 267979 33554432000 4194304 4196468 140729232504704 140729232487248 140268282117879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 4 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
/proc/12525/statm: 2712259 267979 3645 1 0 2674317 0
[pid=12525/tid=12630] ppid=12518 vsize=10849036 memory=1074992 CPUtime=2300.14 cores=0,2,4,6
/proc/12525/task/12630/stat : 12630 (java) R 12518 12525 12464 0 -1 4202560 184181 13193 0 0 229927 79 5 3 20 0 15 0 443602426 11109412864 267979 33554432000 4194304 4196468 140729232504704 140268253951520 140267889848081 0 4 0 16800975 0 0 0 -1 2 0 0 57 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12635] ppid=12518 vsize=10849036 memory=884712 CPUtime=14.72 cores=0,2,4,6
/proc/12525/task/12635/stat : 12635 (java) S 12518 12525 12464 0 -1 1077944384 32458 13193 0 0 1421 43 5 3 20 0 15 0 443602427 11109412864 267979 33554432000 4194304 4196468 140729232504704 140268286360080 140268282128085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12636] ppid=12518 vsize=10849036 memory=1195548 CPUtime=14.67 cores=0,2,4,6
/proc/12525/task/12636/stat : 12636 (java) S 12518 12525 12464 0 -1 1077944384 30571 13193 0 0 1419 40 5 3 20 0 15 0 443602427 11109412864 267979 33554432000 4194304 4196468 140729232504704 140268201179792 140268282128085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12637] ppid=12518 vsize=10849036 memory=1083200 CPUtime=14.7 cores=0,2,4,6
/proc/12525/task/12637/stat : 12637 (java) S 12518 12525 12464 0 -1 1077944384 23470 13193 0 0 1421 41 5 3 20 0 15 0 443602427 11109412864 267979 33554432000 4194304 4196468 140729232504704 140268200126736 140268282128085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12638] ppid=12518 vsize=10849036 memory=410 CPUtime=14.69 cores=0,2,4,6
/proc/12525/task/12638/stat : 12638 (java) S 12518 12525 12464 0 -1 1077944384 30125 13193 0 0 1418 43 5 3 20 0 15 0 443602427 11109412864 267979 33554432000 4194304 4196468 140729232504704 140268199074192 140268282128085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12642] ppid=12518 vsize=10849036 memory=1076020 CPUtime=4.22 cores=0,2,4,6
/proc/12525/task/12642/stat : 12642 (java) S 12518 12525 12464 0 -1 1077944384 23248 13193 0 0 359 55 5 3 20 0 15 0 443602429 11109412864 267979 33554432000 4194304 4196468 140729232504704 140267808709360 140268282129026 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12643] ppid=12518 vsize=10849036 memory=1072940 CPUtime=0.08 cores=0,2,4,6
/proc/12525/task/12643/stat : 12643 (java) S 12518 12525 12464 0 -1 1077944384 36 13193 0 0 0 0 5 3 20 0 15 0 443602429 11109412864 267979 33554432000 4194304 4196468 140729232504704 140267726300960 140268282128085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12644] ppid=12518 vsize=10849036 memory=1072428 CPUtime=0.08 cores=0,2,4,6
/proc/12525/task/12644/stat : 12644 (java) S 12518 12525 12464 0 -1 1077944384 34 13193 0 0 0 0 5 3 20 0 15 0 443602430 11109412864 267979 33554432000 4194304 4196468 140729232504704 140267256538368 140268282128085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12650] ppid=12518 vsize=10849036 memory=1092948 CPUtime=0.08 cores=0,2,4,6
/proc/12525/task/12650/stat : 12650 (java) S 12518 12525 12464 0 -1 1077944384 2 13193 0 0 0 0 5 3 20 0 15 0 443602434 11109412864 267979 33554432000 4194304 4196468 140729232504704 140266988104144 140268282136475 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12651] ppid=12518 vsize=10849036 memory=1074992 CPUtime=9.76 cores=0,2,4,6
/proc/12525/task/12651/stat : 12651 (java) S 12518 12525 12464 0 -1 1077944384 53805 13193 0 0 962 6 5 3 20 0 15 0 443602434 11109412864 267979 33554432000 4194304 4196468 140729232504704 140267807656176 140268282129026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12652] ppid=12518 vsize=10849036 memory=1408 CPUtime=9.21 cores=0,2,4,6
/proc/12525/task/12652/stat : 12652 (java) S 12518 12525 12464 0 -1 1077944384 40302 13193 0 0 909 4 5 3 20 0 15 0 443602434 11109412864 267979 33554432000 4194304 4196468 140729232504704 140267806603632 140268282129026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12653] ppid=12518 vsize=10849036 memory=1073456 CPUtime=2.83 cores=0,2,4,6
/proc/12525/task/12653/stat : 12653 (java) S 12518 12525 12464 0 -1 1077944384 73854 13193 0 0 265 10 5 3 20 0 15 0 443602434 11109412864 267979 33554432000 4194304 4196468 140729232504704 140267805550576 140268282129026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12654] ppid=12518 vsize=10849036 memory=1073456 CPUtime=0.08 cores=0,2,4,6
/proc/12525/task/12654/stat : 12654 (java) S 12518 12525 12464 0 -1 1077944384 3 13193 0 0 0 0 5 3 20 0 15 0 443602434 11109412864 267979 33554432000 4194304 4196468 140729232504704 140266518341984 140268282128085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12656] ppid=12518 vsize=10849036 memory=1071916 CPUtime=1.51 cores=0,2,4,6
/proc/12525/task/12656/stat : 12656 (java) S 12518 12525 12464 0 -1 1077944384 1501 13193 0 0 70 73 5 3 20 0 15 0 443602440 11109412864 267979 33554432000 4194304 4196468 140729232504704 140267804498992 140268282129026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
Current children cumulated CPU time: 2385.83 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1071916 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2336.2 s]
/proc/loadavg: 1.55 1.68 1.75 4/225 12898
/proc/meminfo: memFree=27647920/32770624 swapFree=66922424/67108860
[pid=12525] ppid=12518 vsize=10849036 memory=1051900 CPUtime=2400.05 cores=0,2,4,6
/proc/12525/stat : 12525 (java) S 12518 12525 12464 0 -1 1077944320 500132 13193 0 0 239632 365 5 3 20 0 15 0 443602366 11109412864 262975 33554432000 4194304 4196468 140729232504704 140729232487248 140268282117879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 4 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
/proc/12525/statm: 2712259 262975 3645 1 0 2674317 0
[pid=12525/tid=12630] ppid=12518 vsize=10849036 memory=1804 CPUtime=2313.9 cores=0,2,4,6
/proc/12525/task/12630/stat : 12630 (java) R 12518 12525 12464 0 -1 4202560 187886 13193 0 0 231303 79 5 3 20 0 15 0 443602426 11109412864 262975 33554432000 4194304 4196468 140729232504704 140268253950896 140267898370712 0 4 0 16800975 0 0 0 -1 2 0 0 57 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12635] ppid=12518 vsize=10849036 memory=916 CPUtime=14.82 cores=0,2,4,6
/proc/12525/task/12635/stat : 12635 (java) S 12518 12525 12464 0 -1 1077944384 32460 13193 0 0 1431 43 5 3 20 0 15 0 443602427 11109412864 262975 33554432000 4194304 4196468 140729232504704 140268286360080 140268282128085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12636] ppid=12518 vsize=10849036 memory=3816 CPUtime=14.77 cores=0,2,4,6
/proc/12525/task/12636/stat : 12636 (java) S 12518 12525 12464 0 -1 1077944384 30577 13193 0 0 1429 40 5 3 20 0 15 0 443602427 11109412864 262975 33554432000 4194304 4196468 140729232504704 140268201179792 140268282128085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12637] ppid=12518 vsize=10849036 memory=2304 CPUtime=14.81 cores=0,2,4,6
/proc/12525/task/12637/stat : 12637 (java) S 12518 12525 12464 0 -1 1077944384 23472 13193 0 0 1432 41 5 3 20 0 15 0 443602427 11109412864 262975 33554432000 4194304 4196468 140729232504704 140268200126736 140268282128085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12638] ppid=12518 vsize=10849036 memory=2304 CPUtime=14.81 cores=0,2,4,6
/proc/12525/task/12638/stat : 12638 (java) S 12518 12525 12464 0 -1 1077944384 30127 13193 0 0 1429 44 5 3 20 0 15 0 443602427 11109412864 262975 33554432000 4194304 4196468 140729232504704 140268199074192 140268282128085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12642] ppid=12518 vsize=10849036 memory=1408 CPUtime=4.25 cores=0,2,4,6
/proc/12525/task/12642/stat : 12642 (java) S 12518 12525 12464 0 -1 1077944384 23250 13193 0 0 361 56 5 3 20 0 15 0 443602429 11109412864 262975 33554432000 4194304 4196468 140729232504704 140267808709360 140268282129026 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12643] ppid=12518 vsize=10849036 memory=3268 CPUtime=0.08 cores=0,2,4,6
/proc/12525/task/12643/stat : 12643 (java) S 12518 12525 12464 0 -1 1077944384 36 13193 0 0 0 0 5 3 20 0 15 0 443602429 11109412864 262975 33554432000 4194304 4196468 140729232504704 140267726300960 140268282128085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12644] ppid=12518 vsize=10849036 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/12525/task/12644/stat : 12644 (java) S 12518 12525 12464 0 -1 1077944384 34 13193 0 0 0 0 5 3 20 0 15 0 443602430 11109412864 262975 33554432000 4194304 4196468 140729232504704 140267256538368 140268282128085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12650] ppid=12518 vsize=10849036 memory=3180 CPUtime=0.08 cores=0,2,4,6
/proc/12525/task/12650/stat : 12650 (java) S 12518 12525 12464 0 -1 1077944384 2 13193 0 0 0 0 5 3 20 0 15 0 443602434 11109412864 262975 33554432000 4194304 4196468 140729232504704 140266988104144 140268282136475 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12651] ppid=12518 vsize=10849036 memory=2429676 CPUtime=9.76 cores=0,2,4,6
/proc/12525/task/12651/stat : 12651 (java) S 12518 12525 12464 0 -1 1077944384 53805 13193 0 0 962 6 5 3 20 0 15 0 443602434 11109412864 262975 33554432000 4194304 4196468 140729232504704 140267807656176 140268282129026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12652] ppid=12518 vsize=10849036 memory=1054980 CPUtime=9.22 cores=0,2,4,6
/proc/12525/task/12652/stat : 12652 (java) S 12518 12525 12464 0 -1 1077944384 40503 13193 0 0 909 5 5 3 20 0 15 0 443602434 11109412864 262975 33554432000 4194304 4196468 140729232504704 140267806603632 140268282129026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12653] ppid=12518 vsize=10849036 memory=4104 CPUtime=2.83 cores=0,2,4,6
/proc/12525/task/12653/stat : 12653 (java) S 12518 12525 12464 0 -1 1077944384 74269 13193 0 0 265 10 5 3 20 0 15 0 443602434 11109412864 262975 33554432000 4194304 4196468 140729232504704 140267805550576 140268282129026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12654] ppid=12518 vsize=10849036 memory=1398720917958146503 CPUtime=0.08 cores=0,2,4,6
/proc/12525/task/12654/stat : 12654 (java) S 12518 12525 12464 0 -1 1077944384 3 13193 0 0 0 0 5 3 20 0 15 0 443602434 11109412864 262975 33554432000 4194304 4196468 140729232504704 140266518341984 140268282128085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
[pid=12525/tid=12656] ppid=12518 vsize=10849036 memory=4872558044660077418 CPUtime=1.52 cores=0,2,4,6
/proc/12525/task/12656/stat : 12656 (java) S 12518 12525 12464 0 -1 1077944384 1503 13193 0 0 71 73 5 3 20 0 15 0 443602440 11109412864 262975 33554432000 4194304 4196468 140729232504704 140267804498992 140268282129026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21975040 140729232509679 140729232512197 140729232512197 140729232515023 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1051900 KiB

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

[startup+2336.25 s]
# the end of solver process 12525 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.43 s, system=3.69901 s

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

Child status: 143
Real time (s): 2336.25
CPU time (s): 2400.13
CPU user time (s): 2396.43
CPU system time (s): 3.69901
CPU usage (%): 102.734
Max. virtual memory (cumulated for all children) (KiB): 10933144
Max. memory (cumulated for all children) (KiB): 2943416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.43
system time used= 3.69902
maximum resident set size= 2943416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 514200
page faults= 0
swaps= 0
block input operations= 2600
block output operations= 3008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 138425
involuntary context switches= 5296


# summary of solver processes directly reported to runsolver:
#   pid: 12525
#   total CPU time (s): 2400.13
#   total CPU user time (s): 2396.43
#   total CPU system time (s): 3.69901

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.6821 second user time and 21.0212 second system time

The end

Launcher Data

Begin job on node139 at 2019-09-17 00:37:23
IDJOB=4401513
IDBENCH=115769
IDSOLVER=2858
FILE ID=node139/4401513-1568673331
RUNJOBID= node139-1568673443-12495
PBS_JOBID= 21703780
Free space on /tmp= 59556 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-030-15-2.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401513-1568673331/watcher-4401513-1568673331 -o /tmp/evaluation-result-4401513-1568673331/solver-4401513-1568673331 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568673443-12495 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1889038206 HOME/instance-4401513-1568673331.xml

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

MD5SUM BENCH= ba573a75edcb56a5f29535772f8b277a
RANDOM SEED=1889038206

node139.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.57
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.57
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.57
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.57
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:        31121416 kB
MemAvailable:   31831584 kB
Buffers:          106372 kB
Cached:           894748 kB
SwapCached:        78144 kB
Active:           634232 kB
Inactive:         448392 kB
Active(anon):       6820 kB
Inactive(anon):   117688 kB
Active(file):     627412 kB
Inactive(file):   330704 kB
Unevictable:      107820 kB
Mlocked:          107820 kB
SwapTotal:      67108860 kB
SwapFree:       66922392 kB
Dirty:             13664 kB
Writeback:         24480 kB
AnonPages:        112992 kB
Mapped:            47816 kB
Shmem:             34304 kB
Slab:             164920 kB
SReclaimable:     135776 kB
SUnreclaim:        29144 kB
KernelStack:        3360 kB
PageTables:         5428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     502540 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:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 59488 MiB
End job on node139 at 2019-09-17 01:16:25