Trace number 4387088

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.10? (TO) 2520.16 2365.89

General information on the benchmark

NameBibd/Bibd-sc-open/
Bibd-sc-85-085-36-36-15.xml
MD5SUM6283987435144a6b5e9cf918aca30279
Bench CategoryCSP (decision 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 variables621350
Number of constraints307191
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":310675}]
Minimum variable degree0
Maximum variable degree87
Distribution of variable degrees[{"degree":0,"count":310675},{"degree":2,"count":303450},{"degree":87,"count":7225}]
Minimum constraint arity3
Maximum constraint arity7225
Distribution of constraint arities[{"arity":3,"count":303450},{"arity":85,"count":3740},{"arity":7225,"count":1}]
Number of extensional constraints0
Number of intensional constraints303450
Distribution of constraint types[{"type":"intension","count":303450},{"type":"lex","count":1},{"type":"sum","count":3740}]
Optimization problemNO
Type of objective

Solver Data

0.75/0.55	c Concrete v3.10.1560635388952 running
2520.07/2365.82	Exception in thread "main" java.util.concurrent.TimeoutException
2520.07/2365.82		at concrete.MAC.mac(MAC.scala:189)
2520.07/2365.82		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.07/2365.82		at scala.util.Try$.apply(Try.scala:212)
2520.07/2365.82		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.07/2365.82		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.07/2365.82		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.07/2365.83		at concrete.MAC.oneRun(MAC.scala:253)
2520.07/2365.83		at concrete.MAC.nextSolution(MAC.scala:272)
2520.07/2365.83		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.07/2365.83		at concrete.ProblemState.map(ProblemState.scala:228)
2520.07/2365.83		at concrete.ProblemState.map(ProblemState.scala:210)
2520.07/2365.83		at concrete.MAC.nextSolution(MAC.scala:334)
2520.07/2365.83		at concrete.Solver.hasNext(Solver.scala:160)
2520.07/2365.83		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.07/2365.83		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.07/2365.83		at concrete.Solver.nextOption(Solver.scala:67)
2520.07/2365.83		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:77)
2520.07/2365.83		at scala.util.Success.map(Try.scala:264)
2520.07/2365.83		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.07/2365.83		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.07/2365.83		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.07/2365.83		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.07/2365.83		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.07/2365.83		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.07/2365.83		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.07/2365.83		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.07/2365.83		at scala.App.$anonfun$main$1(App.scala:75)
2520.07/2365.83		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.07/2365.83		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.07/2365.83		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.07/2365.83		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.07/2365.83		at scala.App.main(App.scala:75)
2520.07/2365.83		at scala.App.main$(App.scala:73)
2520.07/2365.83		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.07/2365.83		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.07/2365.84	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 (5811 MiB free)
  memory of node 1: 16384 MiB (9036 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387088-1568290267/watcher-4387088-1568290267 -o /tmp/evaluation-result-4387088-1568290267/solver-4387088-1568290267 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568285996-4541 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=959352498 HOME/instance-4387088-1568290267.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=7000, runsolver pid=6997

[startup+0.100065 s]*
/proc/loadavg: 1.54 1.36 1.37 3/219 7057
/proc/meminfo: memFree=15199184/32770624 swapFree=66999904/67108860
[pid=7000] ppid=6997 vsize=9972712 memory=18328 CPUtime=0.1 cores=0,2,4,6
/proc/7000/stat : 7000 (java) S 6997 7000 3654 0 -1 1077944320 4340 13125 0 0 1 1 5 3 20 0 6 0 405291605 10212057088 4582 33554432000 4194304 4196468 140725020271504 140725020254048 140110885240567 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
/proc/7000/statm: 2493178 4582 1931 1 0 2481616 0
[pid=7000/tid=7053] ppid=6997 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7053/stat : 7053 (java) R 6997 7000 3654 0 -1 4202560 2136 13125 0 0 0 0 5 3 20 0 6 0 405291614 10212057088 4582 33554432000 4194304 4196468 140725020271504 140110857077328 140110869321054 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7054] ppid=6997 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7054/stat : 7054 (java) S 6997 7000 3654 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 6 0 405291615 10212057088 4582 33554432000 4194304 4196468 140725020271504 140110889483408 140110885250773 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7055] ppid=6997 vsize=9972712 memory=15120353720223384 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7055/stat : 7055 (java) S 6997 7000 3654 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 6 0 405291615 10212057088 4582 33554432000 4194304 4196468 140725020271504 140110777756688 140110885250773 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7056] ppid=6997 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7056/stat : 7056 (java) S 6997 7000 3654 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 6 0 405291615 10212057088 4582 33554432000 4194304 4196468 140725020271504 140110776703888 140110885250773 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7057] ppid=6997 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7057/stat : 7057 (java) S 6997 7000 3654 0 -1 1077944384 2 13125 0 0 0 0 5 3 20 0 6 0 405291615 10212057088 4582 33554432000 4194304 4196468 140725020271504 140110775651088 140110885250773 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18328 KiB

[startup+0.21037 s]*
/proc/loadavg: 1.54 1.36 1.37 3/228 7066
/proc/meminfo: memFree=15176052/32770624 swapFree=66999904/67108860
[pid=7000] ppid=6997 vsize=10818940 memory=41820 CPUtime=0.26 cores=0,2,4,6
/proc/7000/stat : 7000 (java) S 6997 7000 3654 0 -1 1077944320 6748 13125 0 0 16 2 5 3 20 0 15 0 405291605 11078594560 10455 33554432000 4194304 4196468 140725020271504 140725020254048 140110885240567 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
/proc/7000/statm: 2704735 10455 2982 1 0 2667149 0
[pid=7000/tid=7053] ppid=6997 vsize=10818940 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/7000/task/7053/stat : 7053 (java) R 6997 7000 3654 0 -1 4202560 3247 13125 0 0 10 1 5 3 20 0 15 0 405291614 11078594560 10455 33554432000 4194304 4196468 140725020271504 140110857036752 140110869321054 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7054] ppid=6997 vsize=10818940 memory=343 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7054/stat : 7054 (java) S 6997 7000 3654 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 405291615 11078594560 10455 33554432000 4194304 4196468 140725020271504 140110889483408 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7055] ppid=6997 vsize=10818940 memory=140365879010005 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7055/stat : 7055 (java) S 6997 7000 3654 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 405291615 11078594560 10455 33554432000 4194304 4196468 140725020271504 140110777756688 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7056] ppid=6997 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7056/stat : 7056 (java) S 6997 7000 3654 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 405291615 11078594560 10455 33554432000 4194304 4196468 140725020271504 140110776703888 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7057] ppid=6997 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7057/stat : 7057 (java) S 6997 7000 3654 0 -1 1077944384 2 13125 0 0 0 0 5 3 20 0 15 0 405291615 11078594560 10455 33554432000 4194304 4196468 140725020271504 140110775651088 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7058] ppid=6997 vsize=10818940 memory=140365879002752 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7058/stat : 7058 (java) S 6997 7000 3654 0 -1 1077944384 2 13125 0 0 0 0 5 3 20 0 15 0 405291616 11078594560 10455 33554432000 4194304 4196468 140725020271504 140110344812912 140110885251714 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7059] ppid=6997 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7059/stat : 7059 (java) S 6997 7000 3654 0 -1 1077944384 33 13125 0 0 0 0 5 3 20 0 15 0 405291616 11078594560 10455 33554432000 4194304 4196468 140725020271504 140110343758880 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7060] ppid=6997 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7060/stat : 7060 (java) S 6997 7000 3654 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 405291617 11078594560 10455 33554432000 4194304 4196468 140725020271504 140110221796208 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7061] ppid=6997 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7061/stat : 7061 (java) S 6997 7000 3654 0 -1 1077944384 2 13125 0 0 0 0 5 3 20 0 15 0 405291619 11078594560 10455 33554432000 4194304 4196468 140725020271504 140109617817424 140110885259163 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7062] ppid=6997 vsize=10818940 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/7000/task/7062/stat : 7062 (java) S 6997 7000 3654 0 -1 1077944384 354 13125 0 0 1 0 5 3 20 0 15 0 405291619 11078594560 10455 33554432000 4194304 4196468 140725020271504 140110310202224 140110885251714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7063] ppid=6997 vsize=10818940 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/7000/task/7063/stat : 7063 (java) S 6997 7000 3654 0 -1 1077944384 286 13125 0 0 1 0 5 3 20 0 15 0 405291619 11078594560 10455 33554432000 4194304 4196468 140725020271504 140110309149424 140110885251714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7064] ppid=6997 vsize=10818940 memory=140365879002752 CPUtime=0.11 cores=0,2,4,6
/proc/7000/task/7064/stat : 7064 (java) S 6997 7000 3654 0 -1 1077944384 628 13125 0 0 3 0 5 3 20 0 15 0 405291619 11078594560 10455 33554432000 4194304 4196468 140725020271504 140110308096624 140110885251714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7065] ppid=6997 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7065/stat : 7065 (java) S 6997 7000 3654 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 405291620 11078594560 10455 33554432000 4194304 4196468 140725020271504 140109148056288 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7066] ppid=6997 vsize=10818940 memory=140365879002752 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7066/stat : 7066 (java) S 6997 7000 3654 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 405291620 11078594560 10455 33554432000 4194304 4196468 140725020271504 140110307044016 140110885251714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 41820 KiB

[startup+0.310621 s]*
/proc/loadavg: 1.54 1.36 1.37 3/228 7066
/proc/meminfo: memFree=15165028/32770624 swapFree=66999904/67108860
[pid=7000] ppid=6997 vsize=10820096 memory=53132 CPUtime=0.41 cores=0,2,4,6
/proc/7000/stat : 7000 (java) S 6997 7000 3654 0 -1 1077944320 10394 13125 0 0 29 4 5 3 20 0 15 0 405291605 11079778304 13283 33554432000 4194304 4196468 140725020271504 140725020254048 140110885240567 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
/proc/7000/statm: 2705024 13283 3233 1 0 2667149 0
[pid=7000/tid=7053] ppid=6997 vsize=10820096 memory=1398722017469774279 CPUtime=0.29 cores=0,2,4,6
/proc/7000/task/7053/stat : 7053 (java) R 6997 7000 3654 0 -1 4202560 6857 13125 0 0 18 3 5 3 20 0 15 0 405291614 11079778304 13283 33554432000 4194304 4196468 140725020271504 140110857022464 140110440007143 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7054] ppid=6997 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7054/stat : 7054 (java) S 6997 7000 3654 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 405291615 11079778304 13283 33554432000 4194304 4196468 140725020271504 140110889483408 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7055] ppid=6997 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7055/stat : 7055 (java) S 6997 7000 3654 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 405291615 11079778304 13283 33554432000 4194304 4196468 140725020271504 140110777756688 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7056] ppid=6997 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7056/stat : 7056 (java) S 6997 7000 3654 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 405291615 11079778304 13283 33554432000 4194304 4196468 140725020271504 140110776703888 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7057] ppid=6997 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7057/stat : 7057 (java) S 6997 7000 3654 0 -1 1077944384 2 13125 0 0 0 0 5 3 20 0 15 0 405291615 11079778304 13283 33554432000 4194304 4196468 140725020271504 140110775651088 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7058] ppid=6997 vsize=10820096 memory=140365879002751 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7058/stat : 7058 (java) S 6997 7000 3654 0 -1 1077944384 2 13125 0 0 0 0 5 3 20 0 15 0 405291616 11079778304 13283 33554432000 4194304 4196468 140725020271504 140110344812912 140110885251714 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7059] ppid=6997 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7059/stat : 7059 (java) S 6997 7000 3654 0 -1 1077944384 33 13125 0 0 0 0 5 3 20 0 15 0 405291616 11079778304 13283 33554432000 4194304 4196468 140725020271504 140110343758880 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7060] ppid=6997 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7060/stat : 7060 (java) S 6997 7000 3654 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 405291617 11079778304 13283 33554432000 4194304 4196468 140725020271504 140110221796208 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7061] ppid=6997 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7061/stat : 7061 (java) S 6997 7000 3654 0 -1 1077944384 2 13125 0 0 0 0 5 3 20 0 15 0 405291619 11079778304 13283 33554432000 4194304 4196468 140725020271504 140109617817424 140110885259163 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7062] ppid=6997 vsize=10820096 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/7000/task/7062/stat : 7062 (java) S 6997 7000 3654 0 -1 1077944384 355 13125 0 0 1 0 5 3 20 0 15 0 405291619 11079778304 13283 33554432000 4194304 4196468 140725020271504 140110310202224 140110885251714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7063] ppid=6997 vsize=10820096 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/7000/task/7063/stat : 7063 (java) S 6997 7000 3654 0 -1 1077944384 287 13125 0 0 1 0 5 3 20 0 15 0 405291619 11079778304 13283 33554432000 4194304 4196468 140725020271504 140110309149424 140110885251714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7064] ppid=6997 vsize=10820096 memory=140365879002752 CPUtime=0.13 cores=0,2,4,6
/proc/7000/task/7064/stat : 7064 (java) S 6997 7000 3654 0 -1 1077944384 638 13125 0 0 5 0 5 3 20 0 15 0 405291619 11079778304 13283 33554432000 4194304 4196468 140725020271504 140110308096624 140110885251714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7065] ppid=6997 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7065/stat : 7065 (java) S 6997 7000 3654 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 405291620 11079778304 13283 33554432000 4194304 4196468 140725020271504 140109148056288 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7066] ppid=6997 vsize=10820096 memory=140365879002752 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7066/stat : 7066 (java) S 6997 7000 3654 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 405291620 11079778304 13283 33554432000 4194304 4196468 140725020271504 140110307044016 140110885251714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 53132 KiB

[startup+0.704535 s]
/proc/loadavg: 1.54 1.36 1.37 6/228 7066
/proc/meminfo: memFree=15149744/32770624 swapFree=66999904/67108860
[pid=7000] ppid=6997 vsize=10824340 memory=82616 CPUtime=1.15 cores=0,2,4,6
/proc/7000/stat : 7000 (java) S 6997 7000 3654 0 -1 1077944320 14375 13125 0 0 102 5 5 3 20 0 15 0 405291605 11084124160 20654 33554432000 4194304 4196468 140725020271504 140725020254048 140110885240567 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
/proc/7000/statm: 2706085 20654 3495 1 0 2668173 0
[pid=7000/tid=7053] ppid=6997 vsize=10824340 memory=2020 CPUtime=0.68 cores=0,2,4,6
/proc/7000/task/7053/stat : 7053 (java) D 6997 7000 3654 0 -1 1077944384 10063 13125 0 0 56 4 5 3 20 0 15 0 405291614 11084124160 20654 33554432000 4194304 4196468 140725020271504 140110857067552 140110885262589 0 4 0 16800975 18446744072101613092 0 0 -1 6 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7054] ppid=6997 vsize=10824340 memory=1432 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7054/stat : 7054 (java) S 6997 7000 3654 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 405291615 11084124160 20654 33554432000 4194304 4196468 140725020271504 140110889483408 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7055] ppid=6997 vsize=10824340 memory=9536 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7055/stat : 7055 (java) S 6997 7000 3654 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 405291615 11084124160 20654 33554432000 4194304 4196468 140725020271504 140110777756688 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7056] ppid=6997 vsize=10824340 memory=33 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7056/stat : 7056 (java) S 6997 7000 3654 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 405291615 11084124160 20654 33554432000 4194304 4196468 140725020271504 140110776703888 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7057] ppid=6997 vsize=10824340 memory=140365879001633 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7057/stat : 7057 (java) S 6997 7000 3654 0 -1 1077944384 2 13125 0 0 0 0 5 3 20 0 15 0 405291615 11084124160 20654 33554432000 4194304 4196468 140725020271504 140110775651088 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7058] ppid=6997 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7058/stat : 7058 (java) S 6997 7000 3654 0 -1 1077944384 5 13125 0 0 0 0 5 3 20 0 15 0 405291616 11084124160 20654 33554432000 4194304 4196468 140725020271504 140110344812912 140110885251714 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7059] ppid=6997 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7059/stat : 7059 (java) S 6997 7000 3654 0 -1 1077944384 33 13125 0 0 0 0 5 3 20 0 15 0 405291616 11084124160 20654 33554432000 4194304 4196468 140725020271504 140110343758880 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7060] ppid=6997 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7060/stat : 7060 (java) S 6997 7000 3654 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 405291617 11084124160 20654 33554432000 4194304 4196468 140725020271504 140110221796208 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7061] ppid=6997 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7061/stat : 7061 (java) S 6997 7000 3654 0 -1 1077944384 2 13125 0 0 0 0 5 3 20 0 15 0 405291619 11084124160 20654 33554432000 4194304 4196468 140725020271504 140109617817424 140110885259163 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7062] ppid=6997 vsize=10824340 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/7000/task/7062/stat : 7062 (java) S 6997 7000 3654 0 -1 1077944384 581 13125 0 0 11 0 5 3 20 0 15 0 405291619 11084124160 20654 33554432000 4194304 4196468 140725020271504 140110310202224 140110885251714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7063] ppid=6997 vsize=10824340 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/7000/task/7063/stat : 7063 (java) S 6997 7000 3654 0 -1 1077944384 673 13125 0 0 15 0 5 3 20 0 15 0 405291619 11084124160 20654 33554432000 4194304 4196468 140725020271504 140110309149424 140110885251714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7064] ppid=6997 vsize=10824340 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/7000/task/7064/stat : 7064 (java) S 6997 7000 3654 0 -1 1077944384 798 13125 0 0 17 0 5 3 20 0 15 0 405291619 11084124160 20654 33554432000 4194304 4196468 140725020271504 140110308096624 140110885251714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7065] ppid=6997 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7065/stat : 7065 (java) S 6997 7000 3654 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 405291620 11084124160 20654 33554432000 4194304 4196468 140725020271504 140109148056288 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7066] ppid=6997 vsize=10824340 memory=3580 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7066/stat : 7066 (java) S 6997 7000 3654 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 405291620 11084124160 20654 33554432000 4194304 4196468 140725020271504 140110307044016 140110885251714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 82616 KiB

[startup+1.51108 s]
/proc/loadavg: 1.54 1.36 1.37 3/228 7066
/proc/meminfo: memFree=15071464/32770624 swapFree=66999904/67108860
[pid=7000] ppid=6997 vsize=10826464 memory=386380 CPUtime=3.29 cores=0,2,4,6
/proc/7000/stat : 7000 (java) S 6997 7000 3654 0 -1 1077944320 17763 13125 0 0 288 33 5 3 20 0 15 0 405291605 11086299136 96595 33554432000 4194304 4196468 140725020271504 140725020254048 140110885240567 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
/proc/7000/statm: 2706616 96595 3570 1 0 2668685 0
[pid=7000/tid=7053] ppid=6997 vsize=10826464 memory=0 CPUtime=1.32 cores=0,2,4,6
/proc/7000/task/7053/stat : 7053 (java) R 6997 7000 3654 0 -1 4202560 10882 13125 0 0 118 6 5 3 20 0 15 0 405291614 11086299136 96595 33554432000 4194304 4196468 140725020271504 140110857076536 140110443837934 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7054] ppid=6997 vsize=10826464 memory=1432 CPUtime=0.23 cores=0,2,4,6
/proc/7000/task/7054/stat : 7054 (java) S 6997 7000 3654 0 -1 1077944384 96 13125 0 0 9 6 5 3 20 0 15 0 405291615 11086299136 96595 33554432000 4194304 4196468 140725020271504 140110889483408 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7055] ppid=6997 vsize=10826464 memory=9536 CPUtime=0.23 cores=0,2,4,6
/proc/7000/task/7055/stat : 7055 (java) S 6997 7000 3654 0 -1 1077944384 148 13125 0 0 9 6 5 3 20 0 15 0 405291615 11086299136 96595 33554432000 4194304 4196468 140725020271504 140110777756688 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7056] ppid=6997 vsize=10826464 memory=280731544728672 CPUtime=0.22 cores=0,2,4,6
/proc/7000/task/7056/stat : 7056 (java) S 6997 7000 3654 0 -1 1077944384 303 13125 0 0 9 5 5 3 20 0 15 0 405291615 11086299136 96595 33554432000 4194304 4196468 140725020271504 140110776703888 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7057] ppid=6997 vsize=10826464 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/7000/task/7057/stat : 7057 (java) S 6997 7000 3654 0 -1 1077944384 152 13125 0 0 9 6 5 3 20 0 15 0 405291615 11086299136 96595 33554432000 4194304 4196468 140725020271504 140110775651088 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7058] ppid=6997 vsize=10826464 memory=6944656591801717918 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7058/stat : 7058 (java) S 6997 7000 3654 0 -1 1077944384 86 13125 0 0 0 0 5 3 20 0 15 0 405291616 11086299136 96595 33554432000 4194304 4196468 140725020271504 140110344812912 140110885251714 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7059] ppid=6997 vsize=10826464 memory=6944656592455360569 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7059/stat : 7059 (java) S 6997 7000 3654 0 -1 1077944384 33 13125 0 0 0 0 5 3 20 0 15 0 405291616 11086299136 96595 33554432000 4194304 4196468 140725020271504 140110343758944 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7060] ppid=6997 vsize=10826464 memory=6944656592452807316 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7060/stat : 7060 (java) S 6997 7000 3654 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 405291617 11086299136 96595 33554432000 4194304 4196468 140725020271504 140110221796224 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7061] ppid=6997 vsize=10826464 memory=280731545151968 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7061/stat : 7061 (java) S 6997 7000 3654 0 -1 1077944384 2 13125 0 0 0 0 5 3 20 0 15 0 405291619 11086299136 96595 33554432000 4194304 4196468 140725020271504 140109617817424 140110885259163 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7062] ppid=6997 vsize=10826464 memory=170415712384750 CPUtime=0.55 cores=0,2,4,6
/proc/7000/task/7062/stat : 7062 (java) R 6997 7000 3654 0 -1 4202560 1009 13125 0 0 47 0 5 3 20 0 15 0 405291619 11086299136 96595 33554432000 4194304 4196468 140725020271504 140110310194712 140110885254449 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7063] ppid=6997 vsize=10826464 memory=170415712384751 CPUtime=0.6 cores=0,2,4,6
/proc/7000/task/7063/stat : 7063 (java) R 6997 7000 3654 0 -1 4202560 1539 13125 0 0 52 0 5 3 20 0 15 0 405291619 11086299136 96595 33554432000 4194304 4196468 140725020271504 140110309130736 140110868737351 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7064] ppid=6997 vsize=10826464 memory=170415712384752 CPUtime=0.38 cores=0,2,4,6
/proc/7000/task/7064/stat : 7064 (java) S 6997 7000 3654 0 -1 1077944384 1296 13125 0 0 30 0 5 3 20 0 15 0 405291619 11086299136 96595 33554432000 4194304 4196468 140725020271504 140110308096624 140110885251714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7065] ppid=6997 vsize=10826464 memory=170415712384753 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7065/stat : 7065 (java) S 6997 7000 3654 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 405291620 11086299136 96595 33554432000 4194304 4196468 140725020271504 140109148056288 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7066] ppid=6997 vsize=10826464 memory=170415712384754 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7066/stat : 7066 (java) S 6997 7000 3654 0 -1 1077944384 1 13125 0 0 0 0 5 3 20 0 15 0 405291620 11086299136 96595 33554432000 4194304 4196468 140725020271504 140110307044016 140110885251714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
Current children cumulated CPU time: 3.29 s
Current children cumulated vsize: 10826464 KiB

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

/proc/7000/task/7053/stat : 7053 (java) R 6997 7000 3654 0 -1 4202560 248479 13125 0 0 215943 53 5 3 20 0 15 0 405291614 11107291136 911863 33554432000 4194304 4196468 140725020271504 140110857075192 140110451025908 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7054] ppid=6997 vsize=10846964 memory=3647452 CPUtime=37.95 cores=0,2,4,6
/proc/7000/task/7054/stat : 7054 (java) S 6997 7000 3654 0 -1 1077944384 112742 13125 0 0 3665 122 5 3 20 0 15 0 405291615 11107291136 911863 33554432000 4194304 4196468 140725020271504 140110889483408 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7055] ppid=6997 vsize=10846964 memory=3647452 CPUtime=38.02 cores=0,2,4,6
/proc/7000/task/7055/stat : 7055 (java) S 6997 7000 3654 0 -1 1077944384 111969 13125 0 0 3671 123 5 3 20 0 15 0 405291615 11107291136 911863 33554432000 4194304 4196468 140725020271504 140110777756688 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7056] ppid=6997 vsize=10846964 memory=3647244 CPUtime=38.17 cores=0,2,4,6
/proc/7000/task/7056/stat : 7056 (java) S 6997 7000 3654 0 -1 1077944384 98890 13125 0 0 3689 120 5 3 20 0 15 0 405291615 11107291136 911863 33554432000 4194304 4196468 140725020271504 140110776703888 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7057] ppid=6997 vsize=10846964 memory=3647452 CPUtime=38.18 cores=0,2,4,6
/proc/7000/task/7057/stat : 7057 (java) S 6997 7000 3654 0 -1 1077944384 115527 13125 0 0 3682 128 5 3 20 0 15 0 405291615 11107291136 911863 33554432000 4194304 4196468 140725020271504 140110775651088 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7058] ppid=6997 vsize=10846964 memory=1980 CPUtime=4.01 cores=0,2,4,6
/proc/7000/task/7058/stat : 7058 (java) S 6997 7000 3654 0 -1 1077944384 46657 13125 0 0 351 42 5 3 20 0 15 0 405291616 11107291136 911863 33554432000 4194304 4196468 140725020271504 140110344812912 140110885251714 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7059] ppid=6997 vsize=10846964 memory=3647452 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7059/stat : 7059 (java) S 6997 7000 3654 0 -1 1077944384 60 13125 0 0 0 0 5 3 20 0 15 0 405291616 11107291136 911863 33554432000 4194304 4196468 140725020271504 140110343759008 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7060] ppid=6997 vsize=10846964 memory=3647452 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7060/stat : 7060 (java) S 6997 7000 3654 0 -1 1077944384 14 13125 0 0 0 0 5 3 20 0 15 0 405291617 11107291136 911863 33554432000 4194304 4196468 140725020271504 140110221796224 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7061] ppid=6997 vsize=10846964 memory=3647452 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7061/stat : 7061 (java) S 6997 7000 3654 0 -1 1077944384 2 13125 0 0 0 0 5 3 20 0 15 0 405291619 11107291136 911863 33554432000 4194304 4196468 140725020271504 140109617817424 140110885259163 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7062] ppid=6997 vsize=10846964 memory=3647452 CPUtime=15.77 cores=0,2,4,6
/proc/7000/task/7062/stat : 7062 (java) S 6997 7000 3654 0 -1 1077944384 123630 13125 0 0 1556 13 5 3 20 0 15 0 405291619 11107291136 911863 33554432000 4194304 4196468 140725020271504 140110310202224 140110885251714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7063] ppid=6997 vsize=10846964 memory=3644840 CPUtime=15.76 cores=0,2,4,6
/proc/7000/task/7063/stat : 7063 (java) S 6997 7000 3654 0 -1 1077944384 106637 13125 0 0 1555 13 5 3 20 0 15 0 405291619 11107291136 911863 33554432000 4194304 4196468 140725020271504 140110309149424 140110885251714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7064] ppid=6997 vsize=10846964 memory=1432 CPUtime=5.09 cores=0,2,4,6
/proc/7000/task/7064/stat : 7064 (java) S 6997 7000 3654 0 -1 1077944384 87399 13125 0 0 489 12 5 3 20 0 15 0 405291619 11107291136 911863 33554432000 4194304 4196468 140725020271504 140110308096624 140110885251714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7065] ppid=6997 vsize=10846964 memory=3647452 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7065/stat : 7065 (java) S 6997 7000 3654 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 405291620 11107291136 911863 33554432000 4194304 4196468 140725020271504 140109148056288 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7066] ppid=6997 vsize=10846964 memory=3647452 CPUtime=1.38 cores=0,2,4,6
/proc/7000/task/7066/stat : 7066 (java) S 6997 7000 3654 0 -1 1077944384 5532 13125 0 0 68 62 5 3 20 0 15 0 405291620 11107291136 911863 33554432000 4194304 4196468 140725020271504 140110307044016 140110885251714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
Current children cumulated CPU time: 2353.78 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 3647452 KiB

[startup+2262.3 s]
/proc/loadavg: 1.62 1.71 1.68 4/227 7522
/proc/meminfo: memFree=10805800/32770624 swapFree=66999904/67108860
[pid=7000] ppid=6997 vsize=10846964 memory=3687180 CPUtime=2414.39 cores=0,2,4,6
/proc/7000/stat : 7000 (java) S 6997 7000 3654 0 -1 1077944320 1105248 13125 0 0 240745 686 5 3 20 0 15 0 405291605 11107291136 921795 33554432000 4194304 4196468 140725020271504 140725020254048 140110885240567 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
/proc/7000/statm: 2711741 921795 3639 1 0 2673805 0
[pid=7000/tid=7053] ppid=6997 vsize=10846964 memory=3668296 CPUtime=2219.89 cores=0,2,4,6
/proc/7000/task/7053/stat : 7053 (java) R 6997 7000 3654 0 -1 4202560 267799 13125 0 0 221927 54 5 3 20 0 15 0 405291614 11107291136 921795 33554432000 4194304 4196468 140725020271504 140110857075712 140110453878150 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7054] ppid=6997 vsize=10846964 memory=3668296 CPUtime=38.09 cores=0,2,4,6
/proc/7000/task/7054/stat : 7054 (java) S 6997 7000 3654 0 -1 1077944384 116789 13125 0 0 3678 123 5 3 20 0 15 0 405291615 11107291136 921795 33554432000 4194304 4196468 140725020271504 140110889483408 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7055] ppid=6997 vsize=10846964 memory=3668296 CPUtime=38.16 cores=0,2,4,6
/proc/7000/task/7055/stat : 7055 (java) S 6997 7000 3654 0 -1 1077944384 116521 13125 0 0 3684 124 5 3 20 0 15 0 405291615 11107291136 921795 33554432000 4194304 4196468 140725020271504 140110777756688 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7056] ppid=6997 vsize=10846964 memory=3687180 CPUtime=38.31 cores=0,2,4,6
/proc/7000/task/7056/stat : 7056 (java) S 6997 7000 3654 0 -1 1077944384 103260 13125 0 0 3701 122 5 3 20 0 15 0 405291615 11107291136 921795 33554432000 4194304 4196468 140725020271504 140110776703888 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7057] ppid=6997 vsize=10846964 memory=3668296 CPUtime=38.3 cores=0,2,4,6
/proc/7000/task/7057/stat : 7057 (java) S 6997 7000 3654 0 -1 1077944384 119614 13125 0 0 3694 128 5 3 20 0 15 0 405291615 11107291136 921795 33554432000 4194304 4196468 140725020271504 140110775651088 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7058] ppid=6997 vsize=10846964 memory=3668296 CPUtime=4.01 cores=0,2,4,6
/proc/7000/task/7058/stat : 7058 (java) S 6997 7000 3654 0 -1 1077944384 47202 13125 0 0 351 42 5 3 20 0 15 0 405291616 11107291136 921795 33554432000 4194304 4196468 140725020271504 140110344812912 140110885251714 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7059] ppid=6997 vsize=10846964 memory=3668296 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7059/stat : 7059 (java) S 6997 7000 3654 0 -1 1077944384 60 13125 0 0 0 0 5 3 20 0 15 0 405291616 11107291136 921795 33554432000 4194304 4196468 140725020271504 140110343759008 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7060] ppid=6997 vsize=10846964 memory=2120 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7060/stat : 7060 (java) S 6997 7000 3654 0 -1 1077944384 14 13125 0 0 0 0 5 3 20 0 15 0 405291617 11107291136 921795 33554432000 4194304 4196468 140725020271504 140110221796224 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7061] ppid=6997 vsize=10846964 memory=496 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7061/stat : 7061 (java) S 6997 7000 3654 0 -1 1077944384 2 13125 0 0 0 0 5 3 20 0 15 0 405291619 11107291136 921795 33554432000 4194304 4196468 140725020271504 140109617817424 140110885259163 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7062] ppid=6997 vsize=10846964 memory=3580 CPUtime=15.88 cores=0,2,4,6
/proc/7000/task/7062/stat : 7062 (java) S 6997 7000 3654 0 -1 1077944384 126783 13125 0 0 1566 14 5 3 20 0 15 0 405291619 11107291136 921795 33554432000 4194304 4196468 140725020271504 140110310202224 140110885251714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7063] ppid=6997 vsize=10846964 memory=36780 CPUtime=15.84 cores=0,2,4,6
/proc/7000/task/7063/stat : 7063 (java) S 6997 7000 3654 0 -1 1077944384 109696 13125 0 0 1562 14 5 3 20 0 15 0 405291619 11107291136 921795 33554432000 4194304 4196468 140725020271504 140110309149424 140110885251714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7064] ppid=6997 vsize=10846964 memory=280731546380480 CPUtime=5.12 cores=0,2,4,6
/proc/7000/task/7064/stat : 7064 (java) S 6997 7000 3654 0 -1 1077944384 89680 13125 0 0 492 12 5 3 20 0 15 0 405291619 11107291136 921795 33554432000 4194304 4196468 140725020271504 140110308096624 140110885251714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7065] ppid=6997 vsize=10846964 memory=7234303152781525070 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7065/stat : 7065 (java) S 6997 7000 3654 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 405291620 11107291136 921795 33554432000 4194304 4196468 140725020271504 140109148056288 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7066] ppid=6997 vsize=10846964 memory=3687180 CPUtime=1.41 cores=0,2,4,6
/proc/7000/task/7066/stat : 7066 (java) S 6997 7000 3654 0 -1 1077944384 5615 13125 0 0 70 63 5 3 20 0 15 0 405291620 11107291136 921795 33554432000 4194304 4196468 140725020271504 140110307044016 140110885251714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
Current children cumulated CPU time: 2414.39 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 3687180 KiB

[startup+2322.3 s]
/proc/loadavg: 1.76 1.73 1.69 3/227 7526
/proc/meminfo: memFree=10807388/32770624 swapFree=66999904/67108860
[pid=7000] ppid=6997 vsize=10846964 memory=3713704 CPUtime=2475.68 cores=0,2,4,6
/proc/7000/stat : 7000 (java) S 6997 7000 3654 0 -1 1077944320 1131873 13125 0 0 246860 700 5 3 20 0 15 0 405291605 11107291136 928426 33554432000 4194304 4196468 140725020271504 140725020254048 140110885240567 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
/proc/7000/statm: 2711741 928426 3639 1 0 2673805 0
[pid=7000/tid=7053] ppid=6997 vsize=10846964 memory=3713704 CPUtime=2279.72 cores=0,2,4,6
/proc/7000/task/7053/stat : 7053 (java) R 6997 7000 3654 0 -1 4202560 277231 13125 0 0 227909 55 5 3 20 0 15 0 405291614 11107291136 928426 33554432000 4194304 4196468 140725020271504 140110857073136 140110451025908 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7054] ppid=6997 vsize=10846964 memory=3713704 CPUtime=38.24 cores=0,2,4,6
/proc/7000/task/7054/stat : 7054 (java) S 6997 7000 3654 0 -1 1077944384 119236 13125 0 0 3692 124 5 3 20 0 15 0 405291615 11107291136 928426 33554432000 4194304 4196468 140725020271504 140110889483408 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7055] ppid=6997 vsize=10846964 memory=140365773277825 CPUtime=38.31 cores=0,2,4,6
/proc/7000/task/7055/stat : 7055 (java) S 6997 7000 3654 0 -1 1077944384 119590 13125 0 0 3698 125 5 3 20 0 15 0 405291615 11107291136 928426 33554432000 4194304 4196468 140725020271504 140110777756688 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7056] ppid=6997 vsize=10846964 memory=3713160 CPUtime=38.45 cores=0,2,4,6
/proc/7000/task/7056/stat : 7056 (java) S 6997 7000 3654 0 -1 1077944384 104778 13125 0 0 3715 122 5 3 20 0 15 0 405291615 11107291136 928426 33554432000 4194304 4196468 140725020271504 140110776703888 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7057] ppid=6997 vsize=10846964 memory=245646 CPUtime=38.45 cores=0,2,4,6
/proc/7000/task/7057/stat : 7057 (java) S 6997 7000 3654 0 -1 1077944384 122103 13125 0 0 3708 129 5 3 20 0 15 0 405291615 11107291136 928426 33554432000 4194304 4196468 140725020271504 140110775651088 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7058] ppid=6997 vsize=10846964 memory=3713548 CPUtime=4.12 cores=0,2,4,6
/proc/7000/task/7058/stat : 7058 (java) S 6997 7000 3654 0 -1 1077944384 47293 13125 0 0 354 50 5 3 20 0 15 0 405291616 11107291136 928426 33554432000 4194304 4196468 140725020271504 140110344812912 140110885251714 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7059] ppid=6997 vsize=10846964 memory=3713704 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7059/stat : 7059 (java) S 6997 7000 3654 0 -1 1077944384 60 13125 0 0 0 0 5 3 20 0 15 0 405291616 11107291136 928426 33554432000 4194304 4196468 140725020271504 140110343759008 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7060] ppid=6997 vsize=10846964 memory=3713704 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7060/stat : 7060 (java) S 6997 7000 3654 0 -1 1077944384 14 13125 0 0 0 0 5 3 20 0 15 0 405291617 11107291136 928426 33554432000 4194304 4196468 140725020271504 140110221796224 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7061] ppid=6997 vsize=10846964 memory=3713704 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7061/stat : 7061 (java) S 6997 7000 3654 0 -1 1077944384 2 13125 0 0 0 0 5 3 20 0 15 0 405291619 11107291136 928426 33554432000 4194304 4196468 140725020271504 140109617817424 140110885259163 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7062] ppid=6997 vsize=10846964 memory=3713704 CPUtime=16.19 cores=0,2,4,6
/proc/7000/task/7062/stat : 7062 (java) S 6997 7000 3654 0 -1 1077944384 129469 13125 0 0 1597 14 5 3 20 0 15 0 405291619 11107291136 928426 33554432000 4194304 4196468 140725020271504 140110310202224 140110885251714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7063] ppid=6997 vsize=10846964 memory=3713704 CPUtime=16.15 cores=0,2,4,6
/proc/7000/task/7063/stat : 7063 (java) S 6997 7000 3654 0 -1 1077944384 111879 13125 0 0 1593 14 5 3 20 0 15 0 405291619 11107291136 928426 33554432000 4194304 4196468 140725020271504 140110309149424 140110885251714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7064] ppid=6997 vsize=10846964 memory=3713704 CPUtime=5.23 cores=0,2,4,6
/proc/7000/task/7064/stat : 7064 (java) S 6997 7000 3654 0 -1 1077944384 92360 13125 0 0 502 13 5 3 20 0 15 0 405291619 11107291136 928426 33554432000 4194304 4196468 140725020271504 140110308096624 140110885251714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7065] ppid=6997 vsize=10846964 memory=401 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7065/stat : 7065 (java) S 6997 7000 3654 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 405291620 11107291136 928426 33554432000 4194304 4196468 140725020271504 140109148056288 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7066] ppid=6997 vsize=10846964 memory=0 CPUtime=1.44 cores=0,2,4,6
/proc/7000/task/7066/stat : 7066 (java) S 6997 7000 3654 0 -1 1077944384 5645 13125 0 0 71 65 5 3 20 0 15 0 405291620 11107291136 928426 33554432000 4194304 4196468 140725020271504 140110307044016 140110885251714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
Current children cumulated CPU time: 2475.68 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 3713704 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2365.8 s]
/proc/loadavg: 1.38 1.63 1.66 4/227 7529
/proc/meminfo: memFree=10807568/32770624 swapFree=66999904/67108860
[pid=7000] ppid=6997 vsize=10846964 memory=3731536 CPUtime=2520.07 cores=0,2,4,6
/proc/7000/stat : 7000 (java) S 6997 7000 3654 0 -1 1077944320 1145220 13125 0 0 251288 711 5 3 20 0 15 0 405291605 11107291136 932884 33554432000 4194304 4196468 140725020271504 140725020254048 140110885240567 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
/proc/7000/statm: 2711741 932884 3639 1 0 2673805 0
[pid=7000/tid=7053] ppid=6997 vsize=10846964 memory=1544 CPUtime=2323.09 cores=0,2,4,6
/proc/7000/task/7053/stat : 7053 (java) R 6997 7000 3654 0 -1 4202560 278159 13125 0 0 232245 56 5 3 20 0 15 0 405291614 11107291136 932884 33554432000 4194304 4196468 140725020271504 140110857073056 140110451026065 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7054] ppid=6997 vsize=10846964 memory=776 CPUtime=38.37 cores=0,2,4,6
/proc/7000/task/7054/stat : 7054 (java) S 6997 7000 3654 0 -1 1077944384 121138 13125 0 0 3704 125 5 3 20 0 15 0 405291615 11107291136 932884 33554432000 4194304 4196468 140725020271504 140110889483408 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7055] ppid=6997 vsize=10846964 memory=8112282956445269571 CPUtime=38.44 cores=0,2,4,6
/proc/7000/task/7055/stat : 7055 (java) S 6997 7000 3654 0 -1 1077944384 121035 13125 0 0 3711 125 5 3 20 0 15 0 405291615 11107291136 932884 33554432000 4194304 4196468 140725020271504 140110777756688 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7056] ppid=6997 vsize=10846964 memory=14012 CPUtime=38.59 cores=0,2,4,6
/proc/7000/task/7056/stat : 7056 (java) S 6997 7000 3654 0 -1 1077944384 106470 13125 0 0 3728 123 5 3 20 0 15 0 405291615 11107291136 932884 33554432000 4194304 4196468 140725020271504 140110776703888 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7057] ppid=6997 vsize=10846964 memory=19304 CPUtime=38.58 cores=0,2,4,6
/proc/7000/task/7057/stat : 7057 (java) S 6997 7000 3654 0 -1 1077944384 124020 13125 0 0 3721 129 5 3 20 0 15 0 405291615 11107291136 932884 33554432000 4194304 4196468 140725020271504 140110775651088 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7058] ppid=6997 vsize=10846964 memory=12024 CPUtime=4.21 cores=0,2,4,6
/proc/7000/task/7058/stat : 7058 (java) S 6997 7000 3654 0 -1 1077944384 47506 13125 0 0 357 56 5 3 20 0 15 0 405291616 11107291136 932884 33554432000 4194304 4196468 140725020271504 140110344812912 140110885251714 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7059] ppid=6997 vsize=10846964 memory=2120 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7059/stat : 7059 (java) S 6997 7000 3654 0 -1 1077944384 60 13125 0 0 0 0 5 3 20 0 15 0 405291616 11107291136 932884 33554432000 4194304 4196468 140725020271504 140110343759008 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7060] ppid=6997 vsize=10846964 memory=496 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7060/stat : 7060 (java) S 6997 7000 3654 0 -1 1077944384 14 13125 0 0 0 0 5 3 20 0 15 0 405291617 11107291136 932884 33554432000 4194304 4196468 140725020271504 140110221796224 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7061] ppid=6997 vsize=10846964 memory=1560 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7061/stat : 7061 (java) S 6997 7000 3654 0 -1 1077944384 2 13125 0 0 0 0 5 3 20 0 15 0 405291619 11107291136 932884 33554432000 4194304 4196468 140725020271504 140109617817424 140110885259163 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7062] ppid=6997 vsize=10846964 memory=932 CPUtime=16.35 cores=0,2,4,6
/proc/7000/task/7062/stat : 7062 (java) S 6997 7000 3654 0 -1 1077944384 130602 13125 0 0 1613 14 5 3 20 0 15 0 405291619 11107291136 932884 33554432000 4194304 4196468 140725020271504 140110310202224 140110885251714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7063] ppid=6997 vsize=10846964 memory=1980 CPUtime=16.3 cores=0,2,4,6
/proc/7000/task/7063/stat : 7063 (java) S 6997 7000 3654 0 -1 1077944384 113360 13125 0 0 1608 14 5 3 20 0 15 0 405291619 11107291136 932884 33554432000 4194304 4196468 140725020271504 140110309149424 140110885251714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7064] ppid=6997 vsize=10846964 memory=2428 CPUtime=5.29 cores=0,2,4,6
/proc/7000/task/7064/stat : 7064 (java) S 6997 7000 3654 0 -1 1077944384 94976 13125 0 0 508 13 5 3 20 0 15 0 405291619 11107291136 932884 33554432000 4194304 4196468 140725020271504 140110308096624 140110885251714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7065] ppid=6997 vsize=10846964 memory=1608 CPUtime=0.08 cores=0,2,4,6
/proc/7000/task/7065/stat : 7065 (java) S 6997 7000 3654 0 -1 1077944384 3 13125 0 0 0 0 5 3 20 0 15 0 405291620 11107291136 932884 33554432000 4194304 4196468 140725020271504 140109148056288 140110885250773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
[pid=7000/tid=7066] ppid=6997 vsize=10846964 memory=908 CPUtime=1.47 cores=0,2,4,6
/proc/7000/task/7066/stat : 7066 (java) S 6997 7000 3654 0 -1 1077944384 5665 13125 0 0 73 66 5 3 20 0 15 0 405291620 11107291136 932884 33554432000 4194304 4196468 140725020271504 140110307044016 140110885251714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9863168 140725020273398 140725020275909 140725020275909 140725020278735 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 3731536 KiB

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

[startup+2365.89 s]
# the end of solver process 7000 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2512.98 s, system=7.1802 s

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

Child status: 143
Real time (s): 2365.89
CPU time (s): 2520.16
CPU user time (s): 2512.98
CPU system time (s): 7.1802
CPU usage (%): 106.521
Max. virtual memory (cumulated for all children) (KiB): 10852176
Max. memory (cumulated for all children) (KiB): 5415204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2512.98
system time used= 7.1802
maximum resident set size= 5421348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1160284
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 83043
involuntary context switches= 6940


# summary of solver processes directly reported to runsolver:
#   pid: 7000
#   total CPU time (s): 2520.16
#   total CPU user time (s): 2512.98
#   total CPU system time (s): 7.1802

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9605 second user time and 22.7021 second system time

The end

Launcher Data

Begin job on node123 at 2019-09-12 14:10:28
IDJOB=4387088
IDBENCH=123924
IDSOLVER=2823
FILE ID=node123/4387088-1568290267
RUNJOBID= node123-1568285996-4541
PBS_JOBID= 21701081
Free space on /tmp= 52464 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Bibd/Bibd-sc-open/Bibd-sc-85-085-36-36-15.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387088-1568290267/watcher-4387088-1568290267 -o /tmp/evaluation-result-4387088-1568290267/solver-4387088-1568290267 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568285996-4541 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=959352498 HOME/instance-4387088-1568290267.xml

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

MD5SUM BENCH= 6283987435144a6b5e9cf918aca30279
RANDOM SEED=959352498

node123.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.49
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.49
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.49
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.49
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:        15204408 kB
MemAvailable:   30673584 kB
Buffers:          180292 kB
Cached:         15346072 kB
SwapCached:         7400 kB
Active:          2967312 kB
Inactive:       13749948 kB
Active(anon):    1187216 kB
Inactive(anon):    44876 kB
Active(file):    1780096 kB
Inactive(file): 13705072 kB
Unevictable:      107128 kB
Mlocked:          107128 kB
SwapTotal:      67108860 kB
SwapFree:       66999904 kB
Dirty:             51260 kB
Writeback:             0 kB
AnonPages:       1291612 kB
Mapped:            56156 kB
Shmem:             32668 kB
Slab:             441272 kB
SReclaimable:     412468 kB
SUnreclaim:        28804 kB
KernelStack:        3696 kB
PageTables:         8008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2245252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1208320 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52428 MiB
End job on node123 at 2019-09-12 14:49:54