Trace number 4401499

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.14 2326.03

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-15-15-5.xml
MD5SUM8b9c4e6e7c9e88d5c00f06b3f0219a0c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1058
Best CPU time to get the best result obtained on this benchmark2400.17
Satisfiable
(Un)Satisfiability was proved
Number of variables915
Number of constraints720
Number of domains17
Minimum domain size13
Maximum domain size1059
Distribution of domain sizes[{"size":13,"count":30},{"size":14,"count":90},{"size":15,"count":330},{"size":1059,"count":465}]
Minimum variable degree2
Maximum variable degree16
Distribution of variable degrees[{"degree":2,"count":240},{"degree":3,"count":450},{"degree":16,"count":225}]
Minimum constraint arity1
Maximum constraint arity17
Distribution of constraint arities[{"arity":1,"count":15},{"arity":2,"count":225},{"arity":3,"count":225},{"arity":15,"count":30},{"arity":17,"count":225}]
Number of extensional constraints225
Number of intensional constraints240
Distribution of constraint types[{"type":"extension","count":225},{"type":"intension","count":240},{"type":"allDifferent","count":15},{"type":"noOverlap","count":15},{"type":"element","count":225}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

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

running on 4 cores: 1,3,5,7

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=24716, runsolver pid=24709

[startup+0.100166 s]*
/proc/loadavg: 0.16 0.90 2.11 3/200 24766
/proc/meminfo: memFree=30723724/32770624 swapFree=66953056/67108860
[pid=24716] ppid=24709 vsize=113256 memory=1612 CPUtime=0.01 cores=1,3,5,7
/proc/24716/stat : 24716 (bash) S 24709 24716 24657 0 -1 4202496 886 5701 0 0 0 0 0 1 20 0 1 0 443602588 115974144 403 33554432000 4194304 5098028 140727837444960 140727837438968 139675320282112 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 2 0 0 7196144 7232144 35520512 140727837451284 140727837451409 140727837451409 140727837454318 0
/proc/24716/statm: 28314 403 320 221 0 119 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 113256 KiB
Current children cumulated memory: 1612 KiB

[startup+0.209827 s]*
/proc/loadavg: 0.16 0.90 2.11 2/205 24775
/proc/meminfo: memFree=30723676/32770624 swapFree=66953056/67108860
[pid=24716] ppid=24709 vsize=113256 memory=1612 CPUtime=0.01 cores=1,3,5,7
/proc/24716/stat : 24716 (bash) S 24709 24716 24657 0 -1 4202496 886 5701 0 0 0 0 0 1 20 0 1 0 443602588 115974144 403 33554432000 4194304 5098028 140727837444960 140727837438968 139675320282112 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 2 0 0 7196144 7232144 35520512 140727837451284 140727837451409 140727837451409 140727837454318 0
/proc/24716/statm: 28314 403 320 221 0 119 0
[pid=24770] ppid=24716 vsize=113256 memory=708 CPUtime=0 cores=1,3,5,7
/proc/24770/stat : 24770 (bash) S 24716 24716 24657 0 -1 4202560 156 0 0 0 0 0 0 0 20 0 1 0 443602598 115974144 177 33554432000 4194304 5098028 140727837444960 140727837437640 139675320107644 0 65536 4096 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 35520512 140727837451284 140727837451409 140727837451409 140727837454318 0
/proc/24770/statm: 28314 177 94 221 0 119 0
[pid=24771] ppid=24770 vsize=10648 memory=688 CPUtime=0 cores=1,3,5,7
/proc/24771/stat : 24771 (java) D 24770 24716 24657 0 -1 1077944320 329 0 0 0 0 0 0 0 20 0 1 0 443602598 10903552 172 33554432000 4194304 4196468 140725556152400 140725556133096 140088396400327 0 0 4096 0 18446744072101633572 0 0 17 5 0 0 0 0 0 6293624 6294260 29188096 140725556159628 140725556159642 140725556159642 140725556162511 0
/proc/24771/statm: 2662 172 139 1 0 84 0
[pid=24772] ppid=24770 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/24772/stat : 24772 (awk) S 24770 24716 24657 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 443602598 116211712 243 33554432000 4194304 4609284 140723808705152 140723808704328 139809577843712 0 0 4096 1216 18446744071580971376 0 0 17 1 0 0 0 0 0 6708720 6711756 30654464 140723808707772 140723808707802 140723808707802 140723808710639 0
/proc/24772/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: 3980 KiB

[startup+0.309756 s]*
/proc/loadavg: 0.16 0.90 2.11 2/207 24777
/proc/meminfo: memFree=30721292/32770624 swapFree=66953056/67108860
[pid=24716] ppid=24709 vsize=113256 memory=1612 CPUtime=0.01 cores=1,3,5,7
/proc/24716/stat : 24716 (bash) S 24709 24716 24657 0 -1 4202496 886 5701 0 0 0 0 0 1 20 0 1 0 443602588 115974144 403 33554432000 4194304 5098028 140727837444960 140727837438968 139675320282112 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 2 0 0 7196144 7232144 35520512 140727837451284 140727837451409 140727837451409 140727837454318 0
/proc/24716/statm: 28314 403 320 221 0 119 0
[pid=24770] ppid=24716 vsize=113256 memory=708 CPUtime=0 cores=1,3,5,7
/proc/24770/stat : 24770 (bash) S 24716 24716 24657 0 -1 4202560 156 0 0 0 0 0 0 0 20 0 1 0 443602598 115974144 177 33554432000 4194304 5098028 140727837444960 140727837437640 139675320107644 0 65536 4096 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 35520512 140727837451284 140727837451409 140727837451409 140727837454318 0
/proc/24770/statm: 28314 177 94 221 0 119 0
[pid=24771] ppid=24770 vsize=111596 memory=5608 CPUtime=0 cores=1,3,5,7
/proc/24771/stat : 24771 (java) S 24770 24716 24657 0 -1 1077944320 1720 0 0 0 0 0 0 0 20 0 2 0 443602598 114274304 1402 33554432000 4194304 4196468 140725556152400 140725556134944 140088394125047 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29188096 140725556159628 140725556159642 140725556159642 140725556162511 0
/proc/24771/statm: 27899 1402 1063 1 0 16810 0
[pid=24771/tid=24776] ppid=24770 vsize=111596 memory=8317482817917895235 CPUtime=0 cores=1,3,5,7
/proc/24771/task/24776/stat : 24776 (java) D 24770 24716 24657 0 -1 1077944384 436 0 0 0 0 0 0 0 20 0 2 0 443602610 114274304 1402 33554432000 4194304 4196468 140725556152400 140088398364904 140088386803061 0 4 0 16784584 18446744072101633572 0 0 -1 1 0 0 0 0 0 6293624 6294260 29188096 140725556159628 140725556159642 140725556159642 140725556162511 0
[pid=24772] ppid=24770 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/24772/stat : 24772 (awk) S 24770 24716 24657 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 443602598 116211712 243 33554432000 4194304 4609284 140723808705152 140723808704328 139809577843712 0 0 4096 1216 18446744071580971376 0 0 17 1 0 0 0 0 0 6708720 6711756 30654464 140723808707772 140723808707802 140723808707802 140723808710639 0
/proc/24772/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: 8900 KiB

[startup+0.700662 s]
/proc/loadavg: 0.16 0.90 2.11 3/221 24791
/proc/meminfo: memFree=30698836/32770624 swapFree=66953056/67108860
[pid=24716] ppid=24709 vsize=113256 memory=1612 CPUtime=0.01 cores=1,3,5,7
/proc/24716/stat : 24716 (bash) S 24709 24716 24657 0 -1 4202496 886 5701 0 0 0 0 0 1 20 0 1 0 443602588 115974144 403 33554432000 4194304 5098028 140727837444960 140727837438968 139675320282112 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 2 0 0 7196144 7232144 35520512 140727837451284 140727837451409 140727837451409 140727837454318 0
/proc/24716/statm: 28314 403 320 221 0 119 0
[pid=24770] ppid=24716 vsize=113256 memory=708 CPUtime=0 cores=1,3,5,7
/proc/24770/stat : 24770 (bash) S 24716 24716 24657 0 -1 4202560 156 0 0 0 0 0 0 0 20 0 1 0 443602598 115974144 177 33554432000 4194304 5098028 140727837444960 140727837437640 139675320107644 0 65536 4096 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 35520512 140727837451284 140727837451409 140727837451409 140727837454318 0
/proc/24770/statm: 28314 177 94 221 0 119 0
[pid=24771] ppid=24770 vsize=10593144 memory=24004 CPUtime=0.05 cores=1,3,5,7
/proc/24771/stat : 24771 (java) S 24770 24716 24657 0 -1 1077944320 4957 0 0 0 4 1 0 0 20 0 14 0 443602598 10847379456 6001 33554432000 4194304 4196468 140725556152400 140725556134944 140088394125047 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29188096 140725556159628 140725556159642 140725556159642 140725556162511 0
/proc/24771/statm: 2648286 6001 2616 1 0 2610827 0
[pid=24771/tid=24776] ppid=24770 vsize=10593144 memory=279757795691072 CPUtime=0.04 cores=1,3,5,7
/proc/24771/task/24776/stat : 24776 (java) D 24770 24716 24657 0 -1 1077944384 3099 0 0 0 3 1 0 0 20 0 14 0 443602610 10847379456 6001 33554432000 4194304 4196468 140725556152400 140088398359704 140088386803061 0 4 0 16800975 18446744072101633572 0 0 -1 1 0 0 0 0 0 6293624 6294260 29188096 140725556159628 140725556159642 140725556159642 140725556162511 0
[pid=24771/tid=24778] ppid=24770 vsize=10593144 memory=279757795695552 CPUtime=0 cores=1,3,5,7
/proc/24771/task/24778/stat : 24778 (java) S 24770 24716 24657 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 443602621 10847379456 6001 33554432000 4194304 4196468 140725556152400 140088346745616 140088394135253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29188096 140725556159628 140725556159642 140725556159642 140725556162511 0
[pid=24771/tid=24779] ppid=24770 vsize=10593144 memory=139878897850032 CPUtime=0 cores=1,3,5,7
/proc/24771/task/24779/stat : 24779 (java) S 24770 24716 24657 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 443602621 10847379456 6001 33554432000 4194304 4196468 140725556152400 140088345693072 140088394135253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29188096 140725556159628 140725556159642 140725556159642 140725556162511 0
[pid=24771/tid=24780] ppid=24770 vsize=10593144 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24771/task/24780/stat : 24780 (java) S 24770 24716 24657 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 443602621 10847379456 6001 33554432000 4194304 4196468 140725556152400 140087998995472 140088394135253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29188096 140725556159628 140725556159642 140725556159642 140725556162511 0
[pid=24771/tid=24781] ppid=24770 vsize=10593144 memory=7379829065536856403 CPUtime=0 cores=1,3,5,7
/proc/24771/task/24781/stat : 24781 (java) S 24770 24716 24657 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 443602621 10847379456 6001 33554432000 4194304 4196468 140725556152400 140087997942928 140088394135253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29188096 140725556159628 140725556159642 140725556159642 140725556162511 0
[pid=24771/tid=24786] ppid=24770 vsize=10593144 memory=7667776734240795751 CPUtime=0 cores=1,3,5,7
/proc/24771/task/24786/stat : 24786 (java) S 24770 24716 24657 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 443602624 10847379456 6001 33554432000 4194304 4196468 140725556152400 140087698511856 140088394136194 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29188096 140725556159628 140725556159642 140725556159642 140725556162511 0
[pid=24771/tid=24788] ppid=24770 vsize=10593144 memory=7012762472998265408 CPUtime=0 cores=1,3,5,7
/proc/24771/task/24788/stat : 24788 (java) S 24770 24716 24657 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 443602624 10847379456 6001 33554432000 4194304 4196468 140725556152400 140087697458080 140088394135253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29188096 140725556159628 140725556159642 140725556159642 140725556162511 0
[pid=24771/tid=24790] ppid=24770 vsize=10593144 memory=2304 CPUtime=0 cores=1,3,5,7
/proc/24771/task/24790/stat : 24790 (java) S 24770 24716 24657 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 443602624 10847379456 6001 33554432000 4194304 4196468 140725556152400 140087696405488 140088394135253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29188096 140725556159628 140725556159642 140725556159642 140725556162511 0
[pid=24772] ppid=24770 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/24772/stat : 24772 (awk) S 24770 24716 24657 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 443602598 116211712 243 33554432000 4194304 4609284 140723808705152 140723808704328 139809577843712 0 0 4096 1216 18446744071580971376 0 0 17 1 0 0 0 0 0 6708720 6711756 30654464 140723808707772 140723808707802 140723808707802 140723808710639 0
/proc/24772/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10933144 KiB
Current children cumulated memory: 27296 KiB

[startup+1.50709 s]
/proc/loadavg: 0.16 0.90 2.11 1/225 24847
/proc/meminfo: memFree=30688584/32770624 swapFree=66953056/67108860
[pid=24716] ppid=24709 vsize=10822316 memory=69660 CPUtime=0.84 cores=1,3,5,7
/proc/24716/stat : 24716 (java) S 24709 24716 24657 0 -1 1077944320 13520 13389 0 1 71 5 5 3 20 0 15 0 443602588 11082051584 17415 33554432000 4194304 4196468 140723919945312 140723919927856 140417545494263 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 2 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
/proc/24716/statm: 2705579 17415 3468 1 0 2667661 0
[pid=24716/tid=24813] ppid=24709 vsize=10822316 memory=0 CPUtime=0.54 cores=1,3,5,7
/proc/24716/task/24813/stat : 24813 (java) R 24709 24716 24657 0 -1 4202560 8984 13389 0 1 43 3 5 3 20 0 15 0 443602671 11082051584 17415 33554432000 4194304 4196468 140723919945312 140417517307728 140417527057832 0 4 0 16800975 0 0 0 -1 7 0 0 7 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24824] ppid=24709 vsize=10822316 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24716/task/24824/stat : 24824 (java) S 24709 24716 24657 0 -1 1077944384 2 13389 0 1 0 0 5 3 20 0 15 0 443602674 11082051584 17415 33554432000 4194304 4196468 140723919945312 140417549736592 140417545504469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24825] ppid=24709 vsize=10822316 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24716/task/24825/stat : 24825 (java) S 24709 24716 24657 0 -1 1077944384 1 13389 0 1 0 0 5 3 20 0 15 0 443602674 11082051584 17415 33554432000 4194304 4196468 140723919945312 140417448626704 140417545504469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24826] ppid=24709 vsize=10822316 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24716/task/24826/stat : 24826 (java) S 24709 24716 24657 0 -1 1077944384 1 13389 0 1 0 0 5 3 20 0 15 0 443602674 11082051584 17415 33554432000 4194304 4196468 140723919945312 140417447573904 140417545504469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24827] ppid=24709 vsize=10822316 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/24716/task/24827/stat : 24827 (java) S 24709 24716 24657 0 -1 1077944384 2 13389 0 1 0 0 5 3 20 0 15 0 443602674 11082051584 17415 33554432000 4194304 4196468 140723919945312 140417116793104 140417545504469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24832] ppid=24709 vsize=10822316 memory=-8035107114841901037 CPUtime=0.08 cores=1,3,5,7
/proc/24716/task/24832/stat : 24832 (java) S 24709 24716 24657 0 -1 1077944384 5 13389 0 1 0 0 5 3 20 0 15 0 443602675 11082051584 17415 33554432000 4194304 4196468 140723919945312 140416750234480 140417545505410 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24833] ppid=24709 vsize=10822316 memory=-5082702989052053089 CPUtime=0.08 cores=1,3,5,7
/proc/24716/task/24833/stat : 24833 (java) S 24709 24716 24657 0 -1 1077944384 33 13389 0 1 0 0 5 3 20 0 15 0 443602676 11082051584 17415 33554432000 4194304 4196468 140723919945312 140416749180448 140417545504469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24834] ppid=24709 vsize=10822316 memory=7525626463535851369 CPUtime=0.08 cores=1,3,5,7
/proc/24716/task/24834/stat : 24834 (java) S 24709 24716 24657 0 -1 1077944384 1 13389 0 1 0 0 5 3 20 0 15 0 443602676 11082051584 17415 33554432000 4194304 4196468 140723919945312 140416640869744 140417545504469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24838] ppid=24709 vsize=10822316 memory=7453010317726012522 CPUtime=0.08 cores=1,3,5,7
/proc/24716/task/24838/stat : 24838 (java) S 24709 24716 24657 0 -1 1077944384 3 13389 0 1 0 0 5 3 20 0 15 0 443602683 11082051584 17415 33554432000 4194304 4196468 140723919945312 140416132143440 140417545512859 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24839] ppid=24709 vsize=10822316 memory=7740391802081338452 CPUtime=0.14 cores=1,3,5,7
/proc/24716/task/24839/stat : 24839 (java) S 24709 24716 24657 0 -1 1077944384 802 13389 0 1 6 0 5 3 20 0 15 0 443602683 11082051584 17415 33554432000 4194304 4196468 140723919945312 140416715622768 140417545505410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24840] ppid=24709 vsize=10822316 memory=42 CPUtime=0.14 cores=1,3,5,7
/proc/24716/task/24840/stat : 24840 (java) S 24709 24716 24657 0 -1 1077944384 734 13389 0 1 6 0 5 3 20 0 15 0 443602683 11082051584 17415 33554432000 4194304 4196468 140723919945312 140416714569968 140417545505410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24841] ppid=24709 vsize=10822316 memory=279757392556235 CPUtime=0.21 cores=1,3,5,7
/proc/24716/task/24841/stat : 24841 (java) S 24709 24716 24657 0 -1 1077944384 742 13389 0 1 13 0 5 3 20 0 15 0 443602683 11082051584 17415 33554432000 4194304 4196468 140723919945312 140416713517168 140417545505410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24842] ppid=24709 vsize=10822316 memory=2110229504786148 CPUtime=0.08 cores=1,3,5,7
/proc/24716/task/24842/stat : 24842 (java) S 24709 24716 24657 0 -1 1077944384 3 13389 0 1 0 0 5 3 20 0 15 0 443602683 11082051584 17415 33554432000 4194304 4196468 140723919945312 140416098584800 140417545504469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24848] ppid=24709 vsize=10822316 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24716/task/24848/stat : 24848 (java) S 24709 24716 24657 0 -1 1077944384 1 13389 0 1 0 0 5 3 20 0 15 0 443602688 11082051584 17415 33554432000 4194304 4196468 140723919945312 140416712465584 140417545505410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
Current children cumulated CPU time: 0.84 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 69660 KiB

[startup+3.11065 s]
/proc/loadavg: 0.31 0.92 2.11 7/227 24849
/proc/meminfo: memFree=30363128/32770624 swapFree=66953056/67108860
[pid=24716] ppid=24709 vsize=10836728 memory=211072 CPUtime=3.54 cores=1,3,5,7
/proc/24716/stat : 24716 (java) S 24709 24716 24657 0 -1 1077944320 39103 13389 0 1 333 13 5 3 20 0 15 0 443602588 11096809472 52768 33554432000 4194304 4196468 140723919945312 140723919927856 140417545494263 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 2 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
/proc/24716/statm: 2709182 52768 3585 1 0 2671245 0
[pid=24716/tid=24813] ppid=24709 vsize=10836728 memory=7740391802081338452 CPUtime=1.63 cores=1,3,5,7
/proc/24716/task/24813/stat : 24813 (java) R 24709 24716 24657 0 -1 4202560 17040 13389 0 1 148 7 5 3 20 0 15 0 443602671 11096809472 52768 33554432000 4194304 4196468 140723919945312 140417517319760 140417529537893 0 4 0 16800975 0 0 0 -1 3 0 0 41 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24824] ppid=24709 vsize=10836728 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/24716/task/24824/stat : 24824 (java) S 24709 24716 24657 0 -1 1077944384 319 13389 0 1 1 0 5 3 20 0 15 0 443602674 11096809472 52768 33554432000 4194304 4196468 140723919945312 140417549736592 140417545504469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24825] ppid=24709 vsize=10836728 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/24716/task/24825/stat : 24825 (java) S 24709 24716 24657 0 -1 1077944384 38 13389 0 1 1 0 5 3 20 0 15 0 443602674 11096809472 52768 33554432000 4194304 4196468 140723919945312 140417448626704 140417545504469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24826] ppid=24709 vsize=10836728 memory=279757795344480 CPUtime=0.09 cores=1,3,5,7
/proc/24716/task/24826/stat : 24826 (java) S 24709 24716 24657 0 -1 1077944384 50 13389 0 1 1 0 5 3 20 0 15 0 443602674 11096809472 52768 33554432000 4194304 4196468 140723919945312 140417447573904 140417545504469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24827] ppid=24709 vsize=10836728 memory=2292 CPUtime=0.09 cores=1,3,5,7
/proc/24716/task/24827/stat : 24827 (java) S 24709 24716 24657 0 -1 1077944384 77 13389 0 1 1 0 5 3 20 0 15 0 443602674 11096809472 52768 33554432000 4194304 4196468 140723919945312 140417116793104 140417545504469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24832] ppid=24709 vsize=10836728 memory=279757795637632 CPUtime=0.09 cores=1,3,5,7
/proc/24716/task/24832/stat : 24832 (java) S 24709 24716 24657 0 -1 1077944384 1431 13389 0 1 1 0 5 3 20 0 15 0 443602675 11096809472 52768 33554432000 4194304 4196468 140723919945312 140416750234480 140417545505410 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24833] ppid=24709 vsize=10836728 memory=1056 CPUtime=0.08 cores=1,3,5,7
/proc/24716/task/24833/stat : 24833 (java) S 24709 24716 24657 0 -1 1077944384 34 13389 0 1 0 0 5 3 20 0 15 0 443602676 11096809472 52768 33554432000 4194304 4196468 140723919945312 140416749180512 140417545504469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24834] ppid=24709 vsize=10836728 memory=1188 CPUtime=0.08 cores=1,3,5,7
/proc/24716/task/24834/stat : 24834 (java) S 24709 24716 24657 0 -1 1077944384 2 13389 0 1 0 0 5 3 20 0 15 0 443602676 11096809472 52768 33554432000 4194304 4196468 140723919945312 140416640869760 140417545504469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24838] ppid=24709 vsize=10836728 memory=1536 CPUtime=0.08 cores=1,3,5,7
/proc/24716/task/24838/stat : 24838 (java) S 24709 24716 24657 0 -1 1077944384 3 13389 0 1 0 0 5 3 20 0 15 0 443602683 11096809472 52768 33554432000 4194304 4196468 140723919945312 140416132143440 140417545512859 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24839] ppid=24709 vsize=10836728 memory=9592 CPUtime=0.7 cores=1,3,5,7
/proc/24716/task/24839/stat : 24839 (java) S 24709 24716 24657 0 -1 1077944384 7755 13389 0 1 62 0 5 3 20 0 15 0 443602683 11096809472 52768 33554432000 4194304 4196468 140723919945312 140416715622768 140417545505410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24840] ppid=24709 vsize=10836728 memory=2828 CPUtime=0.67 cores=1,3,5,7
/proc/24716/task/24840/stat : 24840 (java) R 24709 24716 24657 0 -1 4202560 7045 13389 0 1 58 1 5 3 20 0 15 0 443602683 11096809472 52768 33554432000 4194304 4196468 140723919945312 140416714569968 140417531558245 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24841] ppid=24709 vsize=10836728 memory=207512 CPUtime=0.66 cores=1,3,5,7
/proc/24716/task/24841/stat : 24841 (java) S 24709 24716 24657 0 -1 1077944384 3099 13389 0 1 57 1 5 3 20 0 15 0 443602683 11096809472 52768 33554432000 4194304 4196468 140723919945312 140416713517168 140417545505410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24842] ppid=24709 vsize=10836728 memory=988 CPUtime=0.08 cores=1,3,5,7
/proc/24716/task/24842/stat : 24842 (java) S 24709 24716 24657 0 -1 1077944384 3 13389 0 1 0 0 5 3 20 0 15 0 443602683 11096809472 52768 33554432000 4194304 4196468 140723919945312 140416098584800 140417545504469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24848] ppid=24709 vsize=10836728 memory=2024 CPUtime=0.08 cores=1,3,5,7
/proc/24716/task/24848/stat : 24848 (java) S 24709 24716 24657 0 -1 1077944384 1 13389 0 1 0 0 5 3 20 0 15 0 443602688 11096809472 52768 33554432000 4194304 4196468 140723919945312 140416712465584 140417545505410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
Current children cumulated CPU time: 3.54 s
Current children cumulated vsize: 10836728 KiB
Current children cumulated memory: 211072 KiB

[startup+6.30114 s]
/proc/loadavg: 0.31 0.92 2.11 8/227 24849
/proc/meminfo: memFree=30054928/32770624 swapFree=66953056/67108860
[pid=24716] ppid=24709 vsize=10844940 memory=328376 CPUtime=12.65 cores=1,3,5,7
/proc/24716/stat : 24716 (java) S 24709 24716 24657 0 -1 1077944320 56696 13389 0 1 1235 22 5 3 20 0 15 0 443602588 11105218560 82094 33554432000 4194304 4196468 140723919945312 140723919927856 140417545494263 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 2 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
/proc/24716/statm: 2711235 82094 3625 1 0 2673293 0
[pid=24716/tid=24813] ppid=24709 vsize=10844940 memory=161 CPUtime=4.7 cores=1,3,5,7
/proc/24716/task/24813/stat : 24813 (java) R 24709 24716 24657 0 -1 4202560 22232 13389 0 1 452 10 5 3 20 0 15 0 443602671 11105218560 82094 33554432000 4194304 4196468 140723919945312 140417517326968 140417145051616 0 4 0 16800975 0 0 0 -1 3 0 0 41 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24824] ppid=24709 vsize=10844940 memory=8318035917652525229 CPUtime=0.17 cores=1,3,5,7

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

/proc/24716/task/24813/stat : 24813 (java) R 24709 24716 24657 0 -1 4202560 100153 13389 0 1 217783 65 5 3 20 0 15 0 443602671 11113619456 160973 33554432000 4194304 4196468 140723919945312 140417517328848 140417147980857 0 4 0 16800975 0 0 0 -1 7 0 0 41 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24824] ppid=24709 vsize=10853144 memory=625368 CPUtime=14.61 cores=1,3,5,7
/proc/24716/task/24824/stat : 24824 (java) S 24709 24716 24657 0 -1 1077944384 16000 13389 0 1 1407 46 5 3 20 0 15 0 443602674 11113619456 160973 33554432000 4194304 4196468 140723919945312 140417549736592 140417545504469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24825] ppid=24709 vsize=10853144 memory=621388 CPUtime=14.59 cores=1,3,5,7
/proc/24716/task/24825/stat : 24825 (java) S 24709 24716 24657 0 -1 1077944384 13266 13389 0 1 1404 47 5 3 20 0 15 0 443602674 11113619456 160973 33554432000 4194304 4196468 140723919945312 140417448626704 140417545504469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24826] ppid=24709 vsize=10853144 memory=625096 CPUtime=14.58 cores=1,3,5,7
/proc/24716/task/24826/stat : 24826 (java) S 24709 24716 24657 0 -1 1077944384 15671 13389 0 1 1402 48 5 3 20 0 15 0 443602674 11113619456 160973 33554432000 4194304 4196468 140723919945312 140417447573904 140417545504469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24827] ppid=24709 vsize=10853144 memory=618308 CPUtime=14.56 cores=1,3,5,7
/proc/24716/task/24827/stat : 24827 (java) S 24709 24716 24657 0 -1 1077944384 20848 13389 0 1 1405 43 5 3 20 0 15 0 443602674 11113619456 160973 33554432000 4194304 4196468 140723919945312 140417116793104 140417545504469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24832] ppid=24709 vsize=10853144 memory=612180 CPUtime=6.05 cores=1,3,5,7
/proc/24716/task/24832/stat : 24832 (java) S 24709 24716 24657 0 -1 1077944384 12764 13389 0 1 535 62 5 3 20 0 15 0 443602675 11113619456 160973 33554432000 4194304 4196468 140723919945312 140416750234480 140417545505410 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24833] ppid=24709 vsize=10853144 memory=645944 CPUtime=0.08 cores=1,3,5,7
/proc/24716/task/24833/stat : 24833 (java) S 24709 24716 24657 0 -1 1077944384 49 13389 0 1 0 0 5 3 20 0 15 0 443602676 11113619456 160973 33554432000 4194304 4196468 140723919945312 140416749180512 140417545504469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24834] ppid=24709 vsize=10853144 memory=643892 CPUtime=0.08 cores=1,3,5,7
/proc/24716/task/24834/stat : 24834 (java) S 24709 24716 24657 0 -1 1077944384 18 13389 0 1 0 0 5 3 20 0 15 0 443602676 11113619456 160973 33554432000 4194304 4196468 140723919945312 140416640869760 140417545504469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24838] ppid=24709 vsize=10853144 memory=2024 CPUtime=0.08 cores=1,3,5,7
/proc/24716/task/24838/stat : 24838 (java) S 24709 24716 24657 0 -1 1077944384 3 13389 0 1 0 0 5 3 20 0 15 0 443602683 11113619456 160973 33554432000 4194304 4196468 140723919945312 140416132143440 140417545512859 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24839] ppid=24709 vsize=10853144 memory=3624 CPUtime=12.38 cores=1,3,5,7
/proc/24716/task/24839/stat : 24839 (java) S 24709 24716 24657 0 -1 1077944384 65380 13389 0 1 1222 8 5 3 20 0 15 0 443602683 11113619456 160973 33554432000 4194304 4196468 140723919945312 140416715622768 140417545505410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24840] ppid=24709 vsize=10853144 memory=614348 CPUtime=12.17 cores=1,3,5,7
/proc/24716/task/24840/stat : 24840 (java) S 24709 24716 24657 0 -1 1077944384 57600 13389 0 1 1202 7 5 3 20 0 15 0 443602683 11113619456 160973 33554432000 4194304 4196468 140723919945312 140416714569968 140417545505410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24841] ppid=24709 vsize=10853144 memory=650900 CPUtime=5.41 cores=1,3,5,7
/proc/24716/task/24841/stat : 24841 (java) S 24709 24716 24657 0 -1 1077944384 53936 13389 0 1 522 11 5 3 20 0 15 0 443602683 11113619456 160973 33554432000 4194304 4196468 140723919945312 140416713517168 140417545505410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24842] ppid=24709 vsize=10853144 memory=1496 CPUtime=0.08 cores=1,3,5,7
/proc/24716/task/24842/stat : 24842 (java) S 24709 24716 24657 0 -1 1077944384 3 13389 0 1 0 0 5 3 20 0 15 0 443602683 11113619456 160973 33554432000 4194304 4196468 140723919945312 140416098584800 140417545504469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24848] ppid=24709 vsize=10853144 memory=1016 CPUtime=1.36 cores=1,3,5,7
/proc/24716/task/24848/stat : 24848 (java) S 24709 24716 24657 0 -1 1077944384 1207 13389 0 1 58 70 5 3 20 0 15 0 443602688 11113619456 160973 33554432000 4194304 4196468 140723919945312 140416712465584 140417545505410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
Current children cumulated CPU time: 2273.66 s
Current children cumulated vsize: 10853144 KiB
Current children cumulated memory: 643892 KiB

[startup+2262.3 s]
/proc/loadavg: 1.29 1.35 1.45 4/227 25083
/proc/meminfo: memFree=28796644/32770624 swapFree=66953060/67108860
[pid=24716] ppid=24709 vsize=10853144 memory=613448 CPUtime=2334.99 cores=1,3,5,7
/proc/24716/stat : 24716 (java) S 24709 24716 24657 0 -1 1077944320 363494 13389 0 1 233107 384 5 3 20 0 15 0 443602588 11113619456 153362 33554432000 4194304 4196468 140723919945312 140723919927856 140417545494263 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 2 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
/proc/24716/statm: 2713286 153362 3641 1 0 2675341 0
[pid=24716/tid=24813] ppid=24709 vsize=10853144 memory=621656 CPUtime=2237.87 cores=1,3,5,7
/proc/24716/task/24813/stat : 24813 (java) R 24709 24716 24657 0 -1 4202560 102693 13389 0 1 223713 66 5 3 20 0 15 0 443602671 11113619456 153362 33554432000 4194304 4196468 140723919945312 140417517328912 140417147978866 0 4 0 16800975 0 0 0 -1 1 0 0 41 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24824] ppid=24709 vsize=10853144 memory=-7745271616753725107 CPUtime=15.05 cores=1,3,5,7
/proc/24716/task/24824/stat : 24824 (java) S 24709 24716 24657 0 -1 1077944384 16443 13389 0 1 1450 47 5 3 20 0 15 0 443602674 11113619456 153362 33554432000 4194304 4196468 140723919945312 140417549736592 140417545504469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24825] ppid=24709 vsize=10853144 memory=614472 CPUtime=15.04 cores=1,3,5,7
/proc/24716/task/24825/stat : 24825 (java) S 24709 24716 24657 0 -1 1077944384 13775 13389 0 1 1448 48 5 3 20 0 15 0 443602674 11113619456 153362 33554432000 4194304 4196468 140723919945312 140417448626704 140417545504469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24826] ppid=24709 vsize=10853144 memory=613960 CPUtime=15.02 cores=1,3,5,7
/proc/24716/task/24826/stat : 24826 (java) S 24709 24716 24657 0 -1 1077944384 16065 13389 0 1 1445 49 5 3 20 0 15 0 443602674 11113619456 153362 33554432000 4194304 4196468 140723919945312 140417447573904 140417545504469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24827] ppid=24709 vsize=10853144 memory=623180 CPUtime=15.01 cores=1,3,5,7
/proc/24716/task/24827/stat : 24827 (java) S 24709 24716 24657 0 -1 1077944384 21175 13389 0 1 1449 44 5 3 20 0 15 0 443602674 11113619456 153362 33554432000 4194304 4196468 140723919945312 140417116793104 140417545504469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24832] ppid=24709 vsize=10853144 memory=615500 CPUtime=6.23 cores=1,3,5,7
/proc/24716/task/24832/stat : 24832 (java) S 24709 24716 24657 0 -1 1077944384 12919 13389 0 1 551 64 5 3 20 0 15 0 443602675 11113619456 153362 33554432000 4194304 4196468 140723919945312 140416750234480 140417545505410 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24833] ppid=24709 vsize=10853144 memory=14012 CPUtime=0.08 cores=1,3,5,7
/proc/24716/task/24833/stat : 24833 (java) S 24709 24716 24657 0 -1 1077944384 49 13389 0 1 0 0 5 3 20 0 15 0 443602676 11113619456 153362 33554432000 4194304 4196468 140723919945312 140416749180512 140417545504469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24834] ppid=24709 vsize=10853144 memory=2116 CPUtime=0.08 cores=1,3,5,7
/proc/24716/task/24834/stat : 24834 (java) S 24709 24716 24657 0 -1 1077944384 18 13389 0 1 0 0 5 3 20 0 15 0 443602676 11113619456 153362 33554432000 4194304 4196468 140723919945312 140416640869760 140417545504469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24838] ppid=24709 vsize=10853144 memory=616524 CPUtime=0.08 cores=1,3,5,7
/proc/24716/task/24838/stat : 24838 (java) S 24709 24716 24657 0 -1 1077944384 3 13389 0 1 0 0 5 3 20 0 15 0 443602683 11113619456 153362 33554432000 4194304 4196468 140723919945312 140416132143440 140417545512859 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24839] ppid=24709 vsize=10853144 memory=617040 CPUtime=12.38 cores=1,3,5,7
/proc/24716/task/24839/stat : 24839 (java) S 24709 24716 24657 0 -1 1077944384 65382 13389 0 1 1222 8 5 3 20 0 15 0 443602683 11113619456 153362 33554432000 4194304 4196468 140723919945312 140416715622768 140417545505410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24840] ppid=24709 vsize=10853144 memory=617552 CPUtime=12.17 cores=1,3,5,7
/proc/24716/task/24840/stat : 24840 (java) S 24709 24716 24657 0 -1 1077944384 57602 13389 0 1 1202 7 5 3 20 0 15 0 443602683 11113619456 153362 33554432000 4194304 4196468 140723919945312 140416714569968 140417545505410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24841] ppid=24709 vsize=10853144 memory=3624 CPUtime=5.41 cores=1,3,5,7
/proc/24716/task/24841/stat : 24841 (java) S 24709 24716 24657 0 -1 1077944384 53938 13389 0 1 522 11 5 3 20 0 15 0 443602683 11113619456 153362 33554432000 4194304 4196468 140723919945312 140416713517168 140417545505410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24842] ppid=24709 vsize=10853144 memory=988 CPUtime=0.08 cores=1,3,5,7
/proc/24716/task/24842/stat : 24842 (java) S 24709 24716 24657 0 -1 1077944384 3 13389 0 1 0 0 5 3 20 0 15 0 443602683 11113619456 153362 33554432000 4194304 4196468 140723919945312 140416098584800 140417545504469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24848] ppid=24709 vsize=10853144 memory=2024 CPUtime=1.4 cores=1,3,5,7
/proc/24716/task/24848/stat : 24848 (java) S 24709 24716 24657 0 -1 1077944384 1223 13389 0 1 60 72 5 3 20 0 15 0 443602688 11113619456 153362 33554432000 4194304 4196468 140723919945312 140416712465584 140417545505410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
Current children cumulated CPU time: 2334.99 s
Current children cumulated vsize: 10853144 KiB
Current children cumulated memory: 613448 KiB

[startup+2322.3 s]
/proc/loadavg: 1.50 1.40 1.47 4/228 25089
/proc/meminfo: memFree=28788096/32770624 swapFree=66953060/67108860
[pid=24716] ppid=24709 vsize=10853144 memory=623060 CPUtime=2396.3 cores=1,3,5,7
/proc/24716/stat : 24716 (java) S 24709 24716 24657 0 -1 1077944320 366366 13389 0 1 239229 393 5 3 20 0 15 0 443602588 11113619456 155765 33554432000 4194304 4196468 140723919945312 140723919927856 140417545494263 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 2 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
/proc/24716/statm: 2713286 155765 3641 1 0 2675341 0
[pid=24716/tid=24813] ppid=24709 vsize=10853144 memory=639340 CPUtime=2297.21 cores=1,3,5,7
/proc/24716/task/24813/stat : 24813 (java) R 24709 24716 24657 0 -1 4202560 104731 13389 0 1 229645 68 5 3 20 0 15 0 443602671 11113619456 155765 33554432000 4194304 4196468 140723919945312 140417517329440 140417151515616 0 4 0 16800975 0 0 0 -1 1 0 0 41 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24824] ppid=24709 vsize=10853144 memory=635752 CPUtime=15.5 cores=1,3,5,7
/proc/24716/task/24824/stat : 24824 (java) S 24709 24716 24657 0 -1 1077944384 16811 13389 0 1 1493 49 5 3 20 0 15 0 443602674 11113619456 155765 33554432000 4194304 4196468 140723919945312 140417549736592 140417545504469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24825] ppid=24709 vsize=10853144 memory=132 CPUtime=15.48 cores=1,3,5,7
/proc/24716/task/24825/stat : 24825 (java) S 24709 24716 24657 0 -1 1077944384 13895 13389 0 1 1491 49 5 3 20 0 15 0 443602674 11113619456 155765 33554432000 4194304 4196468 140723919945312 140417448626704 140417545504469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24826] ppid=24709 vsize=10853144 memory=630744 CPUtime=15.47 cores=1,3,5,7
/proc/24716/task/24826/stat : 24826 (java) S 24709 24716 24657 0 -1 1077944384 16236 13389 0 1 1489 50 5 3 20 0 15 0 443602674 11113619456 155765 33554432000 4194304 4196468 140723919945312 140417447573904 140417545504469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24827] ppid=24709 vsize=10853144 memory=631588 CPUtime=15.45 cores=1,3,5,7
/proc/24716/task/24827/stat : 24827 (java) S 24709 24716 24657 0 -1 1077944384 21221 13389 0 1 1492 45 5 3 20 0 15 0 443602674 11113619456 155765 33554432000 4194304 4196468 140723919945312 140417116793104 140417545504469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24832] ppid=24709 vsize=10853144 memory=631584 CPUtime=6.41 cores=1,3,5,7
/proc/24716/task/24832/stat : 24832 (java) S 24709 24716 24657 0 -1 1077944384 13036 13389 0 1 567 66 5 3 20 0 15 0 443602675 11113619456 155765 33554432000 4194304 4196468 140723919945312 140416750234480 140417545505410 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24833] ppid=24709 vsize=10853144 memory=629016 CPUtime=0.08 cores=1,3,5,7
/proc/24716/task/24833/stat : 24833 (java) S 24709 24716 24657 0 -1 1077944384 49 13389 0 1 0 0 5 3 20 0 15 0 443602676 11113619456 155765 33554432000 4194304 4196468 140723919945312 140416749180512 140417545504469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24834] ppid=24709 vsize=10853144 memory=625940 CPUtime=0.08 cores=1,3,5,7
/proc/24716/task/24834/stat : 24834 (java) S 24709 24716 24657 0 -1 1077944384 18 13389 0 1 0 0 5 3 20 0 15 0 443602676 11113619456 155765 33554432000 4194304 4196468 140723919945312 140416640869760 140417545504469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24838] ppid=24709 vsize=10853144 memory=626452 CPUtime=0.08 cores=1,3,5,7
/proc/24716/task/24838/stat : 24838 (java) S 24709 24716 24657 0 -1 1077944384 3 13389 0 1 0 0 5 3 20 0 15 0 443602683 11113619456 155765 33554432000 4194304 4196468 140723919945312 140416132143440 140417545512859 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24839] ppid=24709 vsize=10853144 memory=623576 CPUtime=12.38 cores=1,3,5,7
/proc/24716/task/24839/stat : 24839 (java) S 24709 24716 24657 0 -1 1077944384 65384 13389 0 1 1222 8 5 3 20 0 15 0 443602683 11113619456 155765 33554432000 4194304 4196468 140723919945312 140416715622768 140417545505410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24840] ppid=24709 vsize=10853144 memory=623060 CPUtime=12.17 cores=1,3,5,7
/proc/24716/task/24840/stat : 24840 (java) S 24709 24716 24657 0 -1 1077944384 57604 13389 0 1 1202 7 5 3 20 0 15 0 443602683 11113619456 155765 33554432000 4194304 4196468 140723919945312 140416714569968 140417545505410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24841] ppid=24709 vsize=10853144 memory=625428 CPUtime=5.41 cores=1,3,5,7
/proc/24716/task/24841/stat : 24841 (java) S 24709 24716 24657 0 -1 1077944384 53940 13389 0 1 522 11 5 3 20 0 15 0 443602683 11113619456 155765 33554432000 4194304 4196468 140723919945312 140416713517168 140417545505410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24842] ppid=24709 vsize=10853144 memory=808 CPUtime=0.08 cores=1,3,5,7
/proc/24716/task/24842/stat : 24842 (java) S 24709 24716 24657 0 -1 1077944384 3 13389 0 1 0 0 5 3 20 0 15 0 443602683 11113619456 155765 33554432000 4194304 4196468 140723919945312 140416098584800 140417545504469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24848] ppid=24709 vsize=10853144 memory=623576 CPUtime=1.43 cores=1,3,5,7
/proc/24716/task/24848/stat : 24848 (java) S 24709 24716 24657 0 -1 1077944384 1229 13389 0 1 61 74 5 3 20 0 15 0 443602688 11113619456 155765 33554432000 4194304 4196468 140723919945312 140416712465584 140417545505410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
Current children cumulated CPU time: 2396.3 s
Current children cumulated vsize: 10853144 KiB
Current children cumulated memory: 623060 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2326 s]*
/proc/loadavg: 1.50 1.40 1.47 4/227 25089
/proc/meminfo: memFree=28791988/32770624 swapFree=66953060/67108860
[pid=24716] ppid=24709 vsize=10853144 memory=619472 CPUtime=2400.1 cores=1,3,5,7
/proc/24716/stat : 24716 (java) S 24709 24716 24657 0 -1 1077944320 366380 13389 0 1 239608 394 5 3 20 0 15 0 443602588 11113619456 154868 33554432000 4194304 4196468 140723919945312 140723919927856 140417545494263 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 2 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
/proc/24716/statm: 2713286 154868 3641 1 0 2675341 0
[pid=24716/tid=24813] ppid=24709 vsize=10853144 memory=8317482817917895235 CPUtime=2300.88 cores=1,3,5,7
/proc/24716/task/24813/stat : 24813 (java) R 24709 24716 24657 0 -1 4202560 104745 13389 0 1 230012 68 5 3 20 0 15 0 443602671 11113619456 154868 33554432000 4194304 4196468 140723919945312 140417517328960 140417147043323 0 4 0 16800975 0 0 0 -1 1 0 0 41 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24824] ppid=24709 vsize=10853144 memory=3047711553320166262 CPUtime=15.53 cores=1,3,5,7
/proc/24716/task/24824/stat : 24824 (java) S 24709 24716 24657 0 -1 1077944384 16811 13389 0 1 1496 49 5 3 20 0 15 0 443602674 11113619456 154868 33554432000 4194304 4196468 140723919945312 140417549736592 140417545504469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24825] ppid=24709 vsize=10853144 memory=7824336315716348491 CPUtime=15.51 cores=1,3,5,7
/proc/24716/task/24825/stat : 24825 (java) S 24709 24716 24657 0 -1 1077944384 13895 13389 0 1 1494 49 5 3 20 0 15 0 443602674 11113619456 154868 33554432000 4194304 4196468 140723919945312 140417448626704 140417545504469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24826] ppid=24709 vsize=10853144 memory=8026097750705073516 CPUtime=15.5 cores=1,3,5,7
/proc/24716/task/24826/stat : 24826 (java) S 24709 24716 24657 0 -1 1077944384 16236 13389 0 1 1492 50 5 3 20 0 15 0 443602674 11113619456 154868 33554432000 4194304 4196468 140723919945312 140417447573904 140417545504469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24827] ppid=24709 vsize=10853144 memory=7379829065536856403 CPUtime=15.47 cores=1,3,5,7
/proc/24716/task/24827/stat : 24827 (java) S 24709 24716 24657 0 -1 1077944384 21221 13389 0 1 1494 45 5 3 20 0 15 0 443602674 11113619456 154868 33554432000 4194304 4196468 140723919945312 140417116793104 140417545504469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24832] ppid=24709 vsize=10853144 memory=7954883516411702385 CPUtime=6.42 cores=1,3,5,7
/proc/24716/task/24832/stat : 24832 (java) S 24709 24716 24657 0 -1 1077944384 13036 13389 0 1 568 66 5 3 20 0 15 0 443602675 11113619456 154868 33554432000 4194304 4196468 140723919945312 140416750234480 140417545505410 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24833] ppid=24709 vsize=10853144 memory=7884798429508489556 CPUtime=0.08 cores=1,3,5,7
/proc/24716/task/24833/stat : 24833 (java) S 24709 24716 24657 0 -1 1077944384 49 13389 0 1 0 0 5 3 20 0 15 0 443602676 11113619456 154868 33554432000 4194304 4196468 140723919945312 140416749180512 140417545504469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24834] ppid=24709 vsize=10853144 memory=7885077743999412561 CPUtime=0.08 cores=1,3,5,7
/proc/24716/task/24834/stat : 24834 (java) S 24709 24716 24657 0 -1 1077944384 18 13389 0 1 0 0 5 3 20 0 15 0 443602676 11113619456 154868 33554432000 4194304 4196468 140723919945312 140416640869760 140417545504469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24838] ppid=24709 vsize=10853144 memory=7445126840662451557 CPUtime=0.08 cores=1,3,5,7
/proc/24716/task/24838/stat : 24838 (java) S 24709 24716 24657 0 -1 1077944384 3 13389 0 1 0 0 5 3 20 0 15 0 443602683 11113619456 154868 33554432000 4194304 4196468 140723919945312 140416132143440 140417545512859 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24839] ppid=24709 vsize=10853144 memory=7308335473833832039 CPUtime=12.38 cores=1,3,5,7
/proc/24716/task/24839/stat : 24839 (java) S 24709 24716 24657 0 -1 1077944384 65384 13389 0 1 1222 8 5 3 20 0 15 0 443602683 11113619456 154868 33554432000 4194304 4196468 140723919945312 140416715622768 140417545505410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24840] ppid=24709 vsize=10853144 memory=7522509382348467048 CPUtime=12.17 cores=1,3,5,7
/proc/24716/task/24840/stat : 24840 (java) S 24709 24716 24657 0 -1 1077944384 57604 13389 0 1 1202 7 5 3 20 0 15 0 443602683 11113619456 154868 33554432000 4194304 4196468 140723919945312 140416714569968 140417545505410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24841] ppid=24709 vsize=10853144 memory=7885914446709681767 CPUtime=5.41 cores=1,3,5,7
/proc/24716/task/24841/stat : 24841 (java) S 24709 24716 24657 0 -1 1077944384 53940 13389 0 1 522 11 5 3 20 0 15 0 443602683 11113619456 154868 33554432000 4194304 4196468 140723919945312 140416713517168 140417545505410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24842] ppid=24709 vsize=10853144 memory=7523107478184158290 CPUtime=0.08 cores=1,3,5,7
/proc/24716/task/24842/stat : 24842 (java) S 24709 24716 24657 0 -1 1077944384 3 13389 0 1 0 0 5 3 20 0 15 0 443602683 11113619456 154868 33554432000 4194304 4196468 140723919945312 140416098584800 140417545504469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
[pid=24716/tid=24848] ppid=24709 vsize=10853144 memory=7523107478184158290 CPUtime=1.44 cores=1,3,5,7
/proc/24716/task/24848/stat : 24848 (java) S 24709 24716 24657 0 -1 1077944384 1229 13389 0 1 62 74 5 3 20 0 15 0 443602688 11113619456 154868 33554432000 4194304 4196468 140723919945312 140416712465584 140417545505410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 16695296 140723919952623 140723919955141 140723919955141 140723919957967 0
Current children cumulated CPU time: 2400.1 s
Current children cumulated vsize: 10853144 KiB
Current children cumulated memory: 619472 KiB

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

[startup+2326.03 s]
# the end of solver process 24716 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.16 s, system=3.98332 s

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

Child status: 143
Real time (s): 2326.03
CPU time (s): 2400.14
CPU user time (s): 2396.16
CPU system time (s): 3.98332
CPU usage (%): 103.186
Max. virtual memory (cumulated for all children) (KiB): 10933144
Max. memory (cumulated for all children) (KiB): 2203020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.16
system time used= 3.98332
maximum resident set size= 2203564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 380834
page faults= 1
swaps= 0
block input operations= 7472
block output operations= 3760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 186219
involuntary context switches= 7547


# summary of solver processes directly reported to runsolver:
#   pid: 24716
#   total CPU time (s): 2400.14
#   total CPU user time (s): 2396.16
#   total CPU system time (s): 3.98332

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.5333 second user time and 22.9359 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-17 00:34:51
IDJOB=4401499
IDBENCH=115801
IDSOLVER=2858
FILE ID=node127/4401499-1568673331
RUNJOBID= node127-1568673291-24689
PBS_JOBID= 21703783
Free space on /tmp= 61312 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-15-15-5.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401499-1568673331/watcher-4401499-1568673331 -o /tmp/evaluation-result-4401499-1568673331/solver-4401499-1568673331 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568673291-24689 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1889038206 HOME/instance-4401499-1568673331.xml

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

MD5SUM BENCH= 8b9c4e6e7c9e88d5c00f06b3f0219a0c
RANDOM SEED=1889038206

node127.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.55
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.55
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.55
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.55
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:        30727020 kB
MemAvailable:   31833908 kB
Buffers:           68472 kB
Cached:          1323468 kB
SwapCached:        51460 kB
Active:           504304 kB
Inactive:         941164 kB
Active(anon):      13440 kB
Inactive(anon):    89540 kB
Active(file):     490864 kB
Inactive(file):   851624 kB
Unevictable:      110908 kB
Mlocked:          110908 kB
SwapTotal:      67108860 kB
SwapFree:       66953056 kB
Dirty:             23412 kB
Writeback:             0 kB
AnonPages:        114464 kB
Mapped:            48104 kB
Shmem:             40652 kB
Slab:             190456 kB
SReclaimable:     160472 kB
SUnreclaim:        29984 kB
KernelStack:        3392 kB
PageTables:         5548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     510300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 61244 MiB
End job on node127 at 2019-09-17 01:13:43