Trace number 4387048

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.07 2452.83

General information on the benchmark

NameNumberPartitioning/NumberPartitioning-m1-s1/
NumberPartitioning-184.xml
MD5SUM50aaeae16ffb672916f4ac64373270f5
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark114.434
Satisfiable
(Un)Satisfiability was proved
Number of variables368
Number of constraints192
Number of domains2
Minimum domain size184
Maximum domain size33856
Distribution of domain sizes[{"size":184,"count":184},{"size":33856,"count":184}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":184},{"degree":4,"count":183},{"degree":5,"count":1}]
Minimum constraint arity1
Maximum constraint arity184
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":184},{"arity":92,"count":6},{"arity":184,"count":1}]
Number of extensional constraints0
Number of intensional constraints185
Distribution of constraint types[{"type":"intension","count":185},{"type":"allDifferent","count":1},{"type":"ordered","count":2},{"type":"sum","count":4}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387048-1568288700/watcher-4387048-1568288700 -o /tmp/evaluation-result-4387048-1568288700/solver-4387048-1568288700 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568282287-6448 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1389851976 HOME/instance-4387048-1568288700.xml 

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

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=7716, runsolver pid=7713

[startup+0.100137 s]*
/proc/loadavg: 2.09 1.92 1.66 3/220 7773
/proc/meminfo: memFree=29935904/32770624 swapFree=66995828/67108860
[pid=7716] ppid=7713 vsize=9972712 memory=18332 CPUtime=0.09 cores=1,3,5,7
/proc/7716/stat : 7716 (java) S 7713 7716 5684 0 -1 1077944320 4352 13315 0 0 1 0 5 3 20 0 6 0 405124775 10212057088 4583 33554432000 4194304 4196468 140727496368480 140727496351024 139847080296183 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
/proc/7716/statm: 2493178 4583 1931 1 0 2481616 0
[pid=7716/tid=7769] ppid=7713 vsize=9972712 memory=-8617482348318186131 CPUtime=0.09 cores=1,3,5,7
/proc/7716/task/7769/stat : 7769 (java) R 7713 7716 5684 0 -1 4202560 2163 13315 0 0 1 0 5 3 20 0 6 0 405124784 10212057088 4649 33554432000 4194304 4196468 140727496368480 139847052132944 139847060940850 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7770] ppid=7713 vsize=9972712 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7770/stat : 7770 (java) S 7713 7716 5684 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 6 0 405124784 10212057088 4649 33554432000 4194304 4196468 140727496368480 139847084538512 139847080306389 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7771] ppid=7713 vsize=9972712 memory=139954652092032 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7771/stat : 7771 (java) S 7713 7716 5684 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 6 0 405124784 10212057088 4649 33554432000 4194304 4196468 140727496368480 139846972811792 139847080306389 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7772] ppid=7713 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7772/stat : 7772 (java) S 7713 7716 5684 0 -1 1077944384 2 13315 0 0 0 0 5 3 20 0 6 0 405124784 10212057088 4649 33554432000 4194304 4196468 140727496368480 139846971758992 139847080306389 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7773] ppid=7713 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7773/stat : 7773 (java) S 7713 7716 5684 0 -1 1077944384 2 13315 0 0 0 0 5 3 20 0 6 0 405124784 10212057088 4649 33554432000 4194304 4196468 140727496368480 139846970706192 139847080306389 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18332 KiB

[startup+0.210207 s]*
/proc/loadavg: 2.09 1.92 1.66 4/229 7782
/proc/meminfo: memFree=29914752/32770624 swapFree=66995828/67108860
[pid=7716] ppid=7713 vsize=10818940 memory=41804 CPUtime=0.27 cores=1,3,5,7
/proc/7716/stat : 7716 (java) S 7713 7716 5684 0 -1 1077944320 6775 13315 0 0 17 2 5 3 20 0 15 0 405124775 11078594560 10451 33554432000 4194304 4196468 140727496368480 140727496351024 139847080296183 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
/proc/7716/statm: 2704735 10451 2982 1 0 2667149 0
[pid=7716/tid=7769] ppid=7713 vsize=10818940 memory=7100839852556125036 CPUtime=0.2 cores=1,3,5,7
/proc/7716/task/7769/stat : 7769 (java) R 7713 7716 5684 0 -1 4202560 3252 13315 0 0 11 1 5 3 20 0 15 0 405124784 11078594560 10451 33554432000 4194304 4196468 140727496368480 139847052092368 139847064376670 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7770] ppid=7713 vsize=10818940 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7770/stat : 7770 (java) S 7713 7716 5684 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 405124784 11078594560 10451 33554432000 4194304 4196468 140727496368480 139847084538512 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7771] ppid=7713 vsize=10818940 memory=139954652092032 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7771/stat : 7771 (java) S 7713 7716 5684 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 405124784 11078594560 10451 33554432000 4194304 4196468 140727496368480 139846972811792 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7772] ppid=7713 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7772/stat : 7772 (java) S 7713 7716 5684 0 -1 1077944384 2 13315 0 0 0 0 5 3 20 0 15 0 405124784 11078594560 10451 33554432000 4194304 4196468 140727496368480 139846971758992 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7773] ppid=7713 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7773/stat : 7773 (java) S 7713 7716 5684 0 -1 1077944384 2 13315 0 0 0 0 5 3 20 0 15 0 405124784 11078594560 10451 33554432000 4194304 4196468 140727496368480 139846970706192 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7774] ppid=7713 vsize=10818940 memory=139954652092032 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7774/stat : 7774 (java) S 7713 7716 5684 0 -1 1077944384 2 13315 0 0 0 0 5 3 20 0 15 0 405124786 11078594560 10451 33554432000 4194304 4196468 140727496368480 139846539869040 139847080307330 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7775] ppid=7713 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7775/stat : 7775 (java) S 7713 7716 5684 0 -1 1077944384 33 13315 0 0 0 0 5 3 20 0 15 0 405124786 11078594560 10451 33554432000 4194304 4196468 140727496368480 139846538815008 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7776] ppid=7713 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7776/stat : 7776 (java) S 7713 7716 5684 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 405124786 11078594560 10451 33554432000 4194304 4196468 140727496368480 139846416852336 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7777] ppid=7713 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7777/stat : 7777 (java) S 7713 7716 5684 0 -1 1077944384 2 13315 0 0 0 0 5 3 20 0 15 0 405124789 11078594560 10451 33554432000 4194304 4196468 140727496368480 139845812873552 139847080314779 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7778] ppid=7713 vsize=10818940 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/7716/task/7778/stat : 7778 (java) S 7713 7716 5684 0 -1 1077944384 354 13315 0 0 1 0 5 3 20 0 15 0 405124789 11078594560 10451 33554432000 4194304 4196468 140727496368480 139846505257328 139847080307330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7779] ppid=7713 vsize=10818940 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/7716/task/7779/stat : 7779 (java) S 7713 7716 5684 0 -1 1077944384 285 13315 0 0 1 0 5 3 20 0 15 0 405124789 11078594560 10451 33554432000 4194304 4196468 140727496368480 139846504204528 139847080307330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7780] ppid=7713 vsize=10818940 memory=139954652092032 CPUtime=0.11 cores=1,3,5,7
/proc/7716/task/7780/stat : 7780 (java) S 7713 7716 5684 0 -1 1077944384 632 13315 0 0 3 0 5 3 20 0 15 0 405124789 11078594560 10451 33554432000 4194304 4196468 140727496368480 139846503151728 139847080307330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7781] ppid=7713 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7781/stat : 7781 (java) S 7713 7716 5684 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 405124789 11078594560 10451 33554432000 4194304 4196468 140727496368480 139845343111392 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7782] ppid=7713 vsize=10818940 memory=139954652092032 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7782/stat : 7782 (java) S 7713 7716 5684 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 405124790 11078594560 10451 33554432000 4194304 4196468 140727496368480 139846502100144 139847080307330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 41804 KiB

[startup+0.310537 s]*
/proc/loadavg: 2.09 1.92 1.66 5/229 7782
/proc/meminfo: memFree=29903872/32770624 swapFree=66995828/67108860
[pid=7716] ppid=7713 vsize=10820244 memory=53352 CPUtime=0.4 cores=1,3,5,7
/proc/7716/stat : 7716 (java) S 7713 7716 5684 0 -1 1077944320 10424 13315 0 0 29 3 5 3 20 0 15 0 405124775 11079929856 13338 33554432000 4194304 4196468 140727496368480 140727496351024 139847080296183 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
/proc/7716/statm: 2705061 13338 3298 1 0 2667149 0
[pid=7716/tid=7769] ppid=7713 vsize=10820244 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/7716/task/7769/stat : 7769 (java) R 7713 7716 5684 0 -1 4202560 6884 13315 0 0 19 2 5 3 20 0 15 0 405124784 11079929856 13338 33554432000 4194304 4196468 140727496368480 139847052110696 139847080308118 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7770] ppid=7713 vsize=10820244 memory=7012782367473689964 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7770/stat : 7770 (java) S 7713 7716 5684 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 405124784 11079929856 13338 33554432000 4194304 4196468 140727496368480 139847084538512 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7771] ppid=7713 vsize=10820244 memory=5788339726952981056 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7771/stat : 7771 (java) S 7713 7716 5684 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 405124784 11079929856 13338 33554432000 4194304 4196468 140727496368480 139846972811792 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7772] ppid=7713 vsize=10820244 memory=7019607042552974791 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7772/stat : 7772 (java) S 7713 7716 5684 0 -1 1077944384 2 13315 0 0 0 0 5 3 20 0 15 0 405124784 11079929856 13338 33554432000 4194304 4196468 140727496368480 139846971758992 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7773] ppid=7713 vsize=10820244 memory=4126316290023845779 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7773/stat : 7773 (java) S 7713 7716 5684 0 -1 1077944384 2 13315 0 0 0 0 5 3 20 0 15 0 405124784 11079929856 13338 33554432000 4194304 4196468 140727496368480 139846970706192 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7774] ppid=7713 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7774/stat : 7774 (java) S 7713 7716 5684 0 -1 1077944384 2 13315 0 0 0 0 5 3 20 0 15 0 405124786 11079929856 13338 33554432000 4194304 4196468 140727496368480 139846539869040 139847080307330 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7775] ppid=7713 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7775/stat : 7775 (java) S 7713 7716 5684 0 -1 1077944384 33 13315 0 0 0 0 5 3 20 0 15 0 405124786 11079929856 13338 33554432000 4194304 4196468 140727496368480 139846538815008 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7776] ppid=7713 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7776/stat : 7776 (java) S 7713 7716 5684 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 405124786 11079929856 13338 33554432000 4194304 4196468 140727496368480 139846416852336 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7777] ppid=7713 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7777/stat : 7777 (java) S 7713 7716 5684 0 -1 1077944384 2 13315 0 0 0 0 5 3 20 0 15 0 405124789 11079929856 13338 33554432000 4194304 4196468 140727496368480 139845812873552 139847080314779 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7778] ppid=7713 vsize=10820244 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/7716/task/7778/stat : 7778 (java) S 7713 7716 5684 0 -1 1077944384 355 13315 0 0 1 0 5 3 20 0 15 0 405124789 11079929856 13338 33554432000 4194304 4196468 140727496368480 139846505257328 139847080307330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7779] ppid=7713 vsize=10820244 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/7716/task/7779/stat : 7779 (java) R 7713 7716 5684 0 -1 4202560 286 13315 0 0 2 0 5 3 20 0 15 0 405124789 11079929856 13338 33554432000 4194304 4196468 140727496368480 139846504204528 139847073281225 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7780] ppid=7713 vsize=10820244 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/7716/task/7780/stat : 7780 (java) S 7713 7716 5684 0 -1 1077944384 645 13315 0 0 5 0 5 3 20 0 15 0 405124789 11079929856 13338 33554432000 4194304 4196468 140727496368480 139846503151728 139847080307330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7781] ppid=7713 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7781/stat : 7781 (java) S 7713 7716 5684 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 405124789 11079929856 13338 33554432000 4194304 4196468 140727496368480 139845343111392 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7782] ppid=7713 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7782/stat : 7782 (java) S 7713 7716 5684 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 405124790 11079929856 13338 33554432000 4194304 4196468 140727496368480 139846502100144 139847080307330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820244 KiB
Current children cumulated memory: 53352 KiB

[startup+0.700667 s]
/proc/loadavg: 2.09 1.92 1.66 5/229 7782
/proc/meminfo: memFree=29888040/32770624 swapFree=66995828/67108860
[pid=7716] ppid=7713 vsize=10824340 memory=82704 CPUtime=1.14 cores=1,3,5,7
/proc/7716/stat : 7716 (java) S 7713 7716 5684 0 -1 1077944320 14530 13315 0 0 101 5 5 3 20 0 15 0 405124775 11084124160 20676 33554432000 4194304 4196468 140727496368480 140727496351024 139847080296183 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
/proc/7716/statm: 2706085 20676 3497 1 0 2668173 0
[pid=7716/tid=7769] ppid=7713 vsize=10824340 memory=2241 CPUtime=0.68 cores=1,3,5,7
/proc/7716/task/7769/stat : 7769 (java) R 7713 7716 5684 0 -1 4202560 10211 13315 0 0 56 4 5 3 20 0 15 0 405124784 11084124160 20676 33554432000 4194304 4196468 140727496368480 139847052114144 139847064376670 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7770] ppid=7713 vsize=10824340 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7770/stat : 7770 (java) S 7713 7716 5684 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 405124784 11084124160 20676 33554432000 4194304 4196468 140727496368480 139847084538512 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7771] ppid=7713 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7771/stat : 7771 (java) S 7713 7716 5684 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 405124784 11084124160 20676 33554432000 4194304 4196468 140727496368480 139846972811792 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7772] ppid=7713 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7772/stat : 7772 (java) S 7713 7716 5684 0 -1 1077944384 2 13315 0 0 0 0 5 3 20 0 15 0 405124784 11084124160 20676 33554432000 4194304 4196468 140727496368480 139846971758992 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7773] ppid=7713 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7773/stat : 7773 (java) S 7713 7716 5684 0 -1 1077944384 2 13315 0 0 0 0 5 3 20 0 15 0 405124784 11084124160 20676 33554432000 4194304 4196468 140727496368480 139846970706192 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7774] ppid=7713 vsize=10824340 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7774/stat : 7774 (java) S 7713 7716 5684 0 -1 1077944384 5 13315 0 0 0 0 5 3 20 0 15 0 405124786 11084124160 20676 33554432000 4194304 4196468 140727496368480 139846539869040 139847080307330 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7775] ppid=7713 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7775/stat : 7775 (java) S 7713 7716 5684 0 -1 1077944384 33 13315 0 0 0 0 5 3 20 0 15 0 405124786 11084124160 20676 33554432000 4194304 4196468 140727496368480 139846538815008 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7776] ppid=7713 vsize=10824340 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7776/stat : 7776 (java) S 7713 7716 5684 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 405124786 11084124160 20676 33554432000 4194304 4196468 140727496368480 139846416852336 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7777] ppid=7713 vsize=10824340 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7777/stat : 7777 (java) S 7713 7716 5684 0 -1 1077944384 2 13315 0 0 0 0 5 3 20 0 15 0 405124789 11084124160 20676 33554432000 4194304 4196468 140727496368480 139845812873552 139847080314779 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7778] ppid=7713 vsize=10824340 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/7716/task/7778/stat : 7778 (java) S 7713 7716 5684 0 -1 1077944384 635 13315 0 0 13 0 5 3 20 0 15 0 405124789 11084124160 20676 33554432000 4194304 4196468 140727496368480 139846505257328 139847080307330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7779] ppid=7713 vsize=10824340 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/7716/task/7779/stat : 7779 (java) S 7713 7716 5684 0 -1 1077944384 625 13315 0 0 14 0 5 3 20 0 15 0 405124789 11084124160 20676 33554432000 4194304 4196468 140727496368480 139846504204528 139847080307330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7780] ppid=7713 vsize=10824340 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/7716/task/7780/stat : 7780 (java) S 7713 7716 5684 0 -1 1077944384 803 13315 0 0 17 0 5 3 20 0 15 0 405124789 11084124160 20676 33554432000 4194304 4196468 140727496368480 139846503151728 139847080307330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7781] ppid=7713 vsize=10824340 memory=279909058478320 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7781/stat : 7781 (java) S 7713 7716 5684 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 405124789 11084124160 20676 33554432000 4194304 4196468 140727496368480 139845343111392 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7782] ppid=7713 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7782/stat : 7782 (java) R 7713 7716 5684 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 405124790 11084124160 20676 33554432000 4194304 4196468 140727496368480 139846502100144 139847080307330 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 82704 KiB

[startup+1.50072 s]
/proc/loadavg: 2.09 1.92 1.66 5/229 7782
/proc/meminfo: memFree=29818440/32770624 swapFree=66995828/67108860
[pid=7716] ppid=7713 vsize=10834656 memory=170488 CPUtime=2.51 cores=1,3,5,7
/proc/7716/stat : 7716 (java) S 7713 7716 5684 0 -1 1077944320 21658 13315 0 0 232 11 5 3 20 0 15 0 405124775 11094687744 42622 33554432000 4194304 4196468 140727496368480 140727496351024 139847080296183 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
/proc/7716/statm: 2708664 42622 3578 1 0 2670733 0
[pid=7716/tid=7769] ppid=7713 vsize=10834656 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/7716/task/7769/stat : 7769 (java) R 7713 7716 5684 0 -1 4202560 15265 13315 0 0 130 6 5 3 20 0 15 0 405124784 11094687744 42622 33554432000 4194304 4196468 140727496368480 139847052099920 139847064376670 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7770] ppid=7713 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/7716/task/7770/stat : 7770 (java) S 7713 7716 5684 0 -1 1077944384 351 13315 0 0 1 0 5 3 20 0 15 0 405124784 11094687744 42622 33554432000 4194304 4196468 140727496368480 139847084538512 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7771] ppid=7713 vsize=10834656 memory=3184237874605510192 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7771/stat : 7771 (java) S 7713 7716 5684 0 -1 1077944384 35 13315 0 0 0 0 5 3 20 0 15 0 405124784 11094687744 42622 33554432000 4194304 4196468 140727496368480 139846972811792 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7772] ppid=7713 vsize=10834656 memory=279909059055328 CPUtime=0.09 cores=1,3,5,7
/proc/7716/task/7772/stat : 7772 (java) S 7713 7716 5684 0 -1 1077944384 67 13315 0 0 1 0 5 3 20 0 15 0 405124784 11094687744 42622 33554432000 4194304 4196468 140727496368480 139846971758992 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7773] ppid=7713 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/7716/task/7773/stat : 7773 (java) S 7713 7716 5684 0 -1 1077944384 76 13315 0 0 1 0 5 3 20 0 15 0 405124784 11094687744 42622 33554432000 4194304 4196468 140727496368480 139846970706192 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7774] ppid=7713 vsize=10834656 memory=3472468233577355088 CPUtime=0.09 cores=1,3,5,7
/proc/7716/task/7774/stat : 7774 (java) S 7713 7716 5684 0 -1 1077944384 490 13315 0 0 1 0 5 3 20 0 15 0 405124786 11094687744 42622 33554432000 4194304 4196468 140727496368480 139846539869040 139847080307330 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7775] ppid=7713 vsize=10834656 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7775/stat : 7775 (java) S 7713 7716 5684 0 -1 1077944384 33 13315 0 0 0 0 5 3 20 0 15 0 405124786 11094687744 42622 33554432000 4194304 4196468 140727496368480 139846538815072 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7776] ppid=7713 vsize=10834656 memory=6944656592455359580 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7776/stat : 7776 (java) S 7713 7716 5684 0 -1 1077944384 2 13315 0 0 0 0 5 3 20 0 15 0 405124786 11094687744 42622 33554432000 4194304 4196468 140727496368480 139846416852352 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7777] ppid=7713 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7777/stat : 7777 (java) S 7713 7716 5684 0 -1 1077944384 2 13315 0 0 0 0 5 3 20 0 15 0 405124789 11094687744 42622 33554432000 4194304 4196468 140727496368480 139845812873552 139847080314779 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7778] ppid=7713 vsize=10834656 memory=55 CPUtime=0.33 cores=1,3,5,7
/proc/7716/task/7778/stat : 7778 (java) S 7713 7716 5684 0 -1 1077944384 764 13315 0 0 25 0 5 3 20 0 15 0 405124789 11094687744 42622 33554432000 4194304 4196468 140727496368480 139846505257328 139847080307330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7779] ppid=7713 vsize=10834656 memory=2670038 CPUtime=0.36 cores=1,3,5,7
/proc/7716/task/7779/stat : 7779 (java) S 7713 7716 5684 0 -1 1077944384 759 13315 0 0 28 0 5 3 20 0 15 0 405124789 11094687744 42622 33554432000 4194304 4196468 140727496368480 139846504204528 139847080307330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7780] ppid=7713 vsize=10834656 memory=2671448 CPUtime=0.51 cores=1,3,5,7
/proc/7716/task/7780/stat : 7780 (java) S 7713 7716 5684 0 -1 1077944384 1607 13315 0 0 42 1 5 3 20 0 15 0 405124789 11094687744 42622 33554432000 4194304 4196468 140727496368480 139846503151728 139847080307330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7781] ppid=7713 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7781/stat : 7781 (java) S 7713 7716 5684 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 405124789 11094687744 42622 33554432000 4194304 4196468 140727496368480 139845343111392 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7782] ppid=7713 vsize=10834656 memory=279909058500416 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7782/stat : 7782 (java) S 7713 7716 5684 0 -1 1077944384 2 13315 0 0 0 0 5 3 20 0 15 0 405124790 11094687744 42622 33554432000 4194304 4196468 140727496368480 139846502100144 139847080307330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
Current children cumulated CPU time: 2.51 s
Current children cumulated vsize: 10834656 KiB

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

/proc/7716/task/7769/stat : 7769 (java) R 7713 7716 5684 0 -1 4202560 182301 13315 0 0 229536 82 5 3 20 0 15 0 405124784 11109400576 169093 33554432000 4194304 4196468 140727496368480 139847052131728 139846652396015 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7770] ppid=7713 vsize=10849024 memory=676372 CPUtime=14.45 cores=1,3,5,7
/proc/7716/task/7770/stat : 7770 (java) S 7713 7716 5684 0 -1 1077944384 22018 13315 0 0 1369 68 5 3 20 0 15 0 405124784 11109400576 169093 33554432000 4194304 4196468 140727496368480 139847084538512 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7771] ppid=7713 vsize=10849024 memory=676372 CPUtime=14.45 cores=1,3,5,7
/proc/7716/task/7771/stat : 7771 (java) S 7713 7716 5684 0 -1 1077944384 18711 13315 0 0 1365 72 5 3 20 0 15 0 405124784 11109400576 169093 33554432000 4194304 4196468 140727496368480 139846972811792 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7772] ppid=7713 vsize=10849024 memory=676372 CPUtime=14.43 cores=1,3,5,7
/proc/7716/task/7772/stat : 7772 (java) S 7713 7716 5684 0 -1 1077944384 20401 13315 0 0 1364 71 5 3 20 0 15 0 405124784 11109400576 169093 33554432000 4194304 4196468 140727496368480 139846971758992 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7773] ppid=7713 vsize=10849024 memory=676372 CPUtime=14.43 cores=1,3,5,7
/proc/7716/task/7773/stat : 7773 (java) S 7713 7716 5684 0 -1 1077944384 20334 13315 0 0 1362 73 5 3 20 0 15 0 405124784 11109400576 169093 33554432000 4194304 4196468 140727496368480 139846970706192 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7774] ppid=7713 vsize=10849024 memory=676372 CPUtime=9.22 cores=1,3,5,7
/proc/7716/task/7774/stat : 7774 (java) S 7713 7716 5684 0 -1 1077944384 14138 13315 0 0 821 93 5 3 20 0 15 0 405124786 11109400576 169093 33554432000 4194304 4196468 140727496368480 139846539869040 139847080307330 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7775] ppid=7713 vsize=10849024 memory=772 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7775/stat : 7775 (java) S 7713 7716 5684 0 -1 1077944384 38 13315 0 0 0 0 5 3 20 0 15 0 405124786 11109400576 169093 33554432000 4194304 4196468 140727496368480 139846538815072 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7776] ppid=7713 vsize=10849024 memory=676372 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7776/stat : 7776 (java) S 7713 7716 5684 0 -1 1077944384 6 13315 0 0 0 0 5 3 20 0 15 0 405124786 11109400576 169093 33554432000 4194304 4196468 140727496368480 139846416852352 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7777] ppid=7713 vsize=10849024 memory=3624 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7777/stat : 7777 (java) S 7713 7716 5684 0 -1 1077944384 2 13315 0 0 0 0 5 3 20 0 15 0 405124789 11109400576 169093 33554432000 4194304 4196468 140727496368480 139845812873552 139847080314779 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7778] ppid=7713 vsize=10849024 memory=676372 CPUtime=8.74 cores=1,3,5,7
/proc/7716/task/7778/stat : 7778 (java) S 7713 7716 5684 0 -1 1077944384 39637 13315 0 0 857 9 5 3 20 0 15 0 405124789 11109400576 169093 33554432000 4194304 4196468 140727496368480 139846505257328 139847080307330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7779] ppid=7713 vsize=10849024 memory=676372 CPUtime=8.73 cores=1,3,5,7
/proc/7716/task/7779/stat : 7779 (java) S 7713 7716 5684 0 -1 1077944384 41111 13315 0 0 857 8 5 3 20 0 15 0 405124789 11109400576 169093 33554432000 4194304 4196468 140727496368480 139846504204528 139847080307330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7780] ppid=7713 vsize=10849024 memory=676372 CPUtime=5.36 cores=1,3,5,7
/proc/7716/task/7780/stat : 7780 (java) S 7713 7716 5684 0 -1 1077944384 40735 13315 0 0 515 13 5 3 20 0 15 0 405124789 11109400576 169093 33554432000 4194304 4196468 140727496368480 139846503151728 139847080307330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7781] ppid=7713 vsize=10849024 memory=676372 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7781/stat : 7781 (java) S 7713 7716 5684 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 405124789 11109400576 169093 33554432000 4194304 4196468 140727496368480 139845343111392 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7782] ppid=7713 vsize=10849024 memory=676372 CPUtime=1.47 cores=1,3,5,7
/proc/7716/task/7782/stat : 7782 (java) S 7713 7716 5684 0 -1 1077944384 872 13315 0 0 63 76 5 3 20 0 15 0 405124790 11109400576 169093 33554432000 4194304 4196468 140727496368480 139846502100144 139847080307330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
Current children cumulated CPU time: 2386.93 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 676372 KiB

[startup+2382.3 s]
/proc/loadavg: 1.56 1.41 1.41 3/227 8430
/proc/meminfo: memFree=27583340/32770624 swapFree=66995864/67108860
[pid=7716] ppid=7713 vsize=10849024 memory=676372 CPUtime=2448.12 cores=1,3,5,7
/proc/7716/stat : 7716 (java) S 7713 7716 5684 0 -1 1077944320 405072 13315 0 0 244290 514 5 3 20 0 15 0 405124775 11109400576 169093 33554432000 4194304 4196468 140727496368480 140727496351024 139847080296183 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
/proc/7716/statm: 2712256 169093 3631 1 0 2674317 0
[pid=7716/tid=7769] ppid=7713 vsize=10849024 memory=676372 CPUtime=2355.55 cores=1,3,5,7
/proc/7716/task/7769/stat : 7769 (java) R 7713 7716 5684 0 -1 4202560 183511 13315 0 0 235464 83 5 3 20 0 15 0 405124784 11109400576 169093 33554432000 4194304 4196468 140727496368480 139847052131728 139846642344603 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7770] ppid=7713 vsize=10849024 memory=279909059516880 CPUtime=14.86 cores=1,3,5,7
/proc/7716/task/7770/stat : 7770 (java) S 7713 7716 5684 0 -1 1077944384 22205 13315 0 0 1408 70 5 3 20 0 15 0 405124784 11109400576 169093 33554432000 4194304 4196468 140727496368480 139847084538512 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7771] ppid=7713 vsize=10849024 memory=676372 CPUtime=14.86 cores=1,3,5,7
/proc/7716/task/7771/stat : 7771 (java) S 7713 7716 5684 0 -1 1077944384 18845 13315 0 0 1405 73 5 3 20 0 15 0 405124784 11109400576 169093 33554432000 4194304 4196468 140727496368480 139846972811792 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7772] ppid=7713 vsize=10849024 memory=676372 CPUtime=14.84 cores=1,3,5,7
/proc/7716/task/7772/stat : 7772 (java) S 7713 7716 5684 0 -1 1077944384 20621 13315 0 0 1404 72 5 3 20 0 15 0 405124784 11109400576 169093 33554432000 4194304 4196468 140727496368480 139846971758992 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7773] ppid=7713 vsize=10849024 memory=7584172172082901604 CPUtime=14.83 cores=1,3,5,7
/proc/7716/task/7773/stat : 7773 (java) S 7713 7716 5684 0 -1 1077944384 20901 13315 0 0 1401 74 5 3 20 0 15 0 405124784 11109400576 169093 33554432000 4194304 4196468 140727496368480 139846970706192 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7774] ppid=7713 vsize=10849024 memory=676372 CPUtime=9.45 cores=1,3,5,7
/proc/7716/task/7774/stat : 7774 (java) S 7713 7716 5684 0 -1 1077944384 14356 13315 0 0 843 94 5 3 20 0 15 0 405124786 11109400576 169093 33554432000 4194304 4196468 140727496368480 139846539869040 139847080307330 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7775] ppid=7713 vsize=10849024 memory=676372 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7775/stat : 7775 (java) S 7713 7716 5684 0 -1 1077944384 38 13315 0 0 0 0 5 3 20 0 15 0 405124786 11109400576 169093 33554432000 4194304 4196468 140727496368480 139846538815072 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7776] ppid=7713 vsize=10849024 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7776/stat : 7776 (java) S 7713 7716 5684 0 -1 1077944384 6 13315 0 0 0 0 5 3 20 0 15 0 405124786 11109400576 169093 33554432000 4194304 4196468 140727496368480 139846416852352 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7777] ppid=7713 vsize=10849024 memory=16050292788396 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7777/stat : 7777 (java) S 7713 7716 5684 0 -1 1077944384 2 13315 0 0 0 0 5 3 20 0 15 0 405124789 11109400576 169093 33554432000 4194304 4196468 140727496368480 139845812873552 139847080314779 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7778] ppid=7713 vsize=10849024 memory=676372 CPUtime=8.74 cores=1,3,5,7
/proc/7716/task/7778/stat : 7778 (java) S 7713 7716 5684 0 -1 1077944384 39639 13315 0 0 857 9 5 3 20 0 15 0 405124789 11109400576 169093 33554432000 4194304 4196468 140727496368480 139846505257328 139847080307330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7779] ppid=7713 vsize=10849024 memory=33 CPUtime=8.73 cores=1,3,5,7
/proc/7716/task/7779/stat : 7779 (java) S 7713 7716 5684 0 -1 1077944384 41113 13315 0 0 857 8 5 3 20 0 15 0 405124789 11109400576 169093 33554432000 4194304 4196468 140727496368480 139846504204528 139847080307330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7780] ppid=7713 vsize=10849024 memory=3624 CPUtime=5.36 cores=1,3,5,7
/proc/7716/task/7780/stat : 7780 (java) S 7713 7716 5684 0 -1 1077944384 40737 13315 0 0 515 13 5 3 20 0 15 0 405124789 11109400576 169093 33554432000 4194304 4196468 140727496368480 139846503151728 139847080307330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7781] ppid=7713 vsize=10849024 memory=22080 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7781/stat : 7781 (java) S 7713 7716 5684 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 405124789 11109400576 169093 33554432000 4194304 4196468 140727496368480 139845343111392 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7782] ppid=7713 vsize=10849024 memory=676372 CPUtime=1.51 cores=1,3,5,7
/proc/7716/task/7782/stat : 7782 (java) S 7713 7716 5684 0 -1 1077944384 889 13315 0 0 65 78 5 3 20 0 15 0 405124790 11109400576 169093 33554432000 4194304 4196468 140727496368480 139846502100144 139847080307330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
Current children cumulated CPU time: 2448.12 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 676372 KiB

[startup+2442.3 s]
/proc/loadavg: 1.28 1.35 1.39 3/227 8434
/proc/meminfo: memFree=27619628/32770624 swapFree=66995864/67108860
[pid=7716] ppid=7713 vsize=10849024 memory=676372 CPUtime=2509.33 cores=1,3,5,7
/proc/7716/stat : 7716 (java) S 7713 7716 5684 0 -1 1077944320 411005 13315 0 0 250404 521 5 3 20 0 15 0 405124775 11109400576 169093 33554432000 4194304 4196468 140727496368480 140727496351024 139847080296183 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
/proc/7716/statm: 2712256 169093 3631 1 0 2674317 0
[pid=7716/tid=7769] ppid=7713 vsize=10849024 memory=676372 CPUtime=2414.89 cores=1,3,5,7
/proc/7716/task/7769/stat : 7769 (java) R 7713 7716 5684 0 -1 4202560 188061 13315 0 0 241397 84 5 3 20 0 15 0 405124784 11109400576 169093 33554432000 4194304 4196468 140727496368480 139847052131872 139846639611072 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7770] ppid=7713 vsize=10849024 memory=676372 CPUtime=15.26 cores=1,3,5,7
/proc/7716/task/7770/stat : 7770 (java) S 7713 7716 5684 0 -1 1077944384 22494 13315 0 0 1447 71 5 3 20 0 15 0 405124784 11109400576 169093 33554432000 4194304 4196468 140727496368480 139847084538512 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7771] ppid=7713 vsize=10849024 memory=279909059516880 CPUtime=15.27 cores=1,3,5,7
/proc/7716/task/7771/stat : 7771 (java) S 7713 7716 5684 0 -1 1077944384 18960 13315 0 0 1445 74 5 3 20 0 15 0 405124784 11109400576 169093 33554432000 4194304 4196468 140727496368480 139846972811792 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7772] ppid=7713 vsize=10849024 memory=676372 CPUtime=15.24 cores=1,3,5,7
/proc/7716/task/7772/stat : 7772 (java) S 7713 7716 5684 0 -1 1077944384 20873 13315 0 0 1443 73 5 3 20 0 15 0 405124784 11109400576 169093 33554432000 4194304 4196468 140727496368480 139846971758992 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7773] ppid=7713 vsize=10849024 memory=676372 CPUtime=15.24 cores=1,3,5,7
/proc/7716/task/7773/stat : 7773 (java) S 7713 7716 5684 0 -1 1077944384 21384 13315 0 0 1440 76 5 3 20 0 15 0 405124784 11109400576 169093 33554432000 4194304 4196468 140727496368480 139846970706192 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7774] ppid=7713 vsize=10849024 memory=676372 CPUtime=9.67 cores=1,3,5,7
/proc/7716/task/7774/stat : 7774 (java) S 7713 7716 5684 0 -1 1077944384 14575 13315 0 0 864 95 5 3 20 0 15 0 405124786 11109400576 169093 33554432000 4194304 4196468 140727496368480 139846539869040 139847080307330 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7775] ppid=7713 vsize=10849024 memory=676372 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7775/stat : 7775 (java) S 7713 7716 5684 0 -1 1077944384 38 13315 0 0 0 0 5 3 20 0 15 0 405124786 11109400576 169093 33554432000 4194304 4196468 140727496368480 139846538815072 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7776] ppid=7713 vsize=10849024 memory=676372 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7776/stat : 7776 (java) S 7713 7716 5684 0 -1 1077944384 6 13315 0 0 0 0 5 3 20 0 15 0 405124786 11109400576 169093 33554432000 4194304 4196468 140727496368480 139846416852352 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7777] ppid=7713 vsize=10849024 memory=676372 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7777/stat : 7777 (java) S 7713 7716 5684 0 -1 1077944384 2 13315 0 0 0 0 5 3 20 0 15 0 405124789 11109400576 169093 33554432000 4194304 4196468 140727496368480 139845812873552 139847080314779 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7778] ppid=7713 vsize=10849024 memory=676372 CPUtime=8.74 cores=1,3,5,7
/proc/7716/task/7778/stat : 7778 (java) S 7713 7716 5684 0 -1 1077944384 39642 13315 0 0 857 9 5 3 20 0 15 0 405124789 11109400576 169093 33554432000 4194304 4196468 140727496368480 139846505257328 139847080307330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7779] ppid=7713 vsize=10849024 memory=676372 CPUtime=8.74 cores=1,3,5,7
/proc/7716/task/7779/stat : 7779 (java) S 7713 7716 5684 0 -1 1077944384 41115 13315 0 0 857 9 5 3 20 0 15 0 405124789 11109400576 169093 33554432000 4194304 4196468 140727496368480 139846504204528 139847080307330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7780] ppid=7713 vsize=10849024 memory=676372 CPUtime=5.36 cores=1,3,5,7
/proc/7716/task/7780/stat : 7780 (java) S 7713 7716 5684 0 -1 1077944384 40739 13315 0 0 515 13 5 3 20 0 15 0 405124789 11109400576 169093 33554432000 4194304 4196468 140727496368480 139846503151728 139847080307330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7781] ppid=7713 vsize=10849024 memory=676372 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7781/stat : 7781 (java) S 7713 7716 5684 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 405124789 11109400576 169093 33554432000 4194304 4196468 140727496368480 139845343111392 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7782] ppid=7713 vsize=10849024 memory=1556 CPUtime=1.55 cores=1,3,5,7
/proc/7716/task/7782/stat : 7782 (java) S 7713 7716 5684 0 -1 1077944384 907 13315 0 0 67 80 5 3 20 0 15 0 405124790 11109400576 169093 33554432000 4194304 4196468 140727496368480 139846502100144 139847080307330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
Current children cumulated CPU time: 2509.33 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 676372 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2452.8 s]
/proc/loadavg: 1.24 1.34 1.39 3/227 8434
/proc/meminfo: memFree=27623228/32770624 swapFree=66995864/67108860
[pid=7716] ppid=7713 vsize=10849024 memory=676372 CPUtime=2520.03 cores=1,3,5,7
/proc/7716/stat : 7716 (java) S 7713 7716 5684 0 -1 1077944320 412078 13315 0 0 251473 522 5 3 20 0 15 0 405124775 11109400576 169093 33554432000 4194304 4196468 140727496368480 140727496351024 139847080296183 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
/proc/7716/statm: 2712256 169093 3631 1 0 2674317 0
[pid=7716/tid=7769] ppid=7713 vsize=10849024 memory=676372 CPUtime=2425.27 cores=1,3,5,7
/proc/7716/task/7769/stat : 7769 (java) R 7713 7716 5684 0 -1 4202560 188761 13315 0 0 242435 84 5 3 20 0 15 0 405124784 11109400576 169093 33554432000 4194304 4196468 140727496368480 139847052131840 139846652882247 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7770] ppid=7713 vsize=10849024 memory=1548 CPUtime=15.33 cores=1,3,5,7
/proc/7716/task/7770/stat : 7770 (java) S 7713 7716 5684 0 -1 1077944384 22732 13315 0 0 1454 71 5 3 20 0 15 0 405124784 11109400576 169093 33554432000 4194304 4196468 140727496368480 139847084538512 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7771] ppid=7713 vsize=10849024 memory=55 CPUtime=15.34 cores=1,3,5,7
/proc/7716/task/7771/stat : 7771 (java) S 7713 7716 5684 0 -1 1077944384 19011 13315 0 0 1452 74 5 3 20 0 15 0 405124784 11109400576 169093 33554432000 4194304 4196468 140727496368480 139846972811792 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7772] ppid=7713 vsize=10849024 memory=7100839861465685612 CPUtime=15.31 cores=1,3,5,7
/proc/7716/task/7772/stat : 7772 (java) S 7713 7716 5684 0 -1 1077944384 20902 13315 0 0 1450 73 5 3 20 0 15 0 405124784 11109400576 169093 33554432000 4194304 4196468 140727496368480 139846971758992 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7773] ppid=7713 vsize=10849024 memory=-7175204567652784766 CPUtime=15.31 cores=1,3,5,7
/proc/7716/task/7773/stat : 7773 (java) S 7713 7716 5684 0 -1 1077944384 21425 13315 0 0 1447 76 5 3 20 0 15 0 405124784 11109400576 169093 33554432000 4194304 4196468 140727496368480 139846970706192 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7774] ppid=7713 vsize=10849024 memory=8112282956445269571 CPUtime=9.71 cores=1,3,5,7
/proc/7716/task/7774/stat : 7774 (java) S 7713 7716 5684 0 -1 1077944384 14589 13315 0 0 868 95 5 3 20 0 15 0 405124786 11109400576 169093 33554432000 4194304 4196468 140727496368480 139846539869040 139847080307330 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7775] ppid=7713 vsize=10849024 memory=876 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7775/stat : 7775 (java) S 7713 7716 5684 0 -1 1077944384 38 13315 0 0 0 0 5 3 20 0 15 0 405124786 11109400576 169093 33554432000 4194304 4196468 140727496368480 139846538815072 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7776] ppid=7713 vsize=10849024 memory=676372 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7776/stat : 7776 (java) S 7713 7716 5684 0 -1 1077944384 6 13315 0 0 0 0 5 3 20 0 15 0 405124786 11109400576 169093 33554432000 4194304 4196468 140727496368480 139846416852352 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7777] ppid=7713 vsize=10849024 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7777/stat : 7777 (java) S 7713 7716 5684 0 -1 1077944384 2 13315 0 0 0 0 5 3 20 0 15 0 405124789 11109400576 169093 33554432000 4194304 4196468 140727496368480 139845812873552 139847080314779 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7778] ppid=7713 vsize=10849024 memory=8112282956445269571 CPUtime=8.74 cores=1,3,5,7
/proc/7716/task/7778/stat : 7778 (java) S 7713 7716 5684 0 -1 1077944384 39642 13315 0 0 857 9 5 3 20 0 15 0 405124789 11109400576 169093 33554432000 4194304 4196468 140727496368480 139846505257328 139847080307330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7779] ppid=7713 vsize=10849024 memory=676372 CPUtime=8.74 cores=1,3,5,7
/proc/7716/task/7779/stat : 7779 (java) S 7713 7716 5684 0 -1 1077944384 41115 13315 0 0 857 9 5 3 20 0 15 0 405124789 11109400576 169093 33554432000 4194304 4196468 140727496368480 139846504204528 139847080307330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7780] ppid=7713 vsize=10849024 memory=111632 CPUtime=5.36 cores=1,3,5,7
/proc/7716/task/7780/stat : 7780 (java) S 7713 7716 5684 0 -1 1077944384 40739 13315 0 0 515 13 5 3 20 0 15 0 405124789 11109400576 169093 33554432000 4194304 4196468 140727496368480 139846503151728 139847080307330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7781] ppid=7713 vsize=10849024 memory=800 CPUtime=0.08 cores=1,3,5,7
/proc/7716/task/7781/stat : 7781 (java) S 7713 7716 5684 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 405124789 11109400576 169093 33554432000 4194304 4196468 140727496368480 139845343111392 139847080306389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
[pid=7716/tid=7782] ppid=7713 vsize=10849024 memory=1804 CPUtime=1.56 cores=1,3,5,7
/proc/7716/task/7782/stat : 7782 (java) S 7713 7716 5684 0 -1 1077944384 907 13315 0 0 67 81 5 3 20 0 15 0 405124790 11109400576 169093 33554432000 4194304 4196468 140727496368480 139846502100144 139847080307330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140727496375029 140727496377541 140727496377541 140727496380367 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 676372 KiB

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

[startup+2452.83 s]
# the end of solver process 7716 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.8 s, system=5.27182 s

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

Child status: 143
Real time (s): 2452.83
CPU time (s): 2520.07
CPU user time (s): 2514.8
CPU system time (s): 5.27182
CPU usage (%): 102.742
Max. virtual memory (cumulated for all children) (KiB): 10854588
Max. memory (cumulated for all children) (KiB): 1837088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.8
system time used= 5.27182
maximum resident set size= 1842228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 426254
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 263206
involuntary context switches= 6295


# summary of solver processes directly reported to runsolver:
#   pid: 7716
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2514.8
#   total CPU system time (s): 5.27182

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1686 second user time and 23.3362 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-12 12:43:44
IDJOB=4387048
IDBENCH=122916
IDSOLVER=2823
FILE ID=node106/4387048-1568288700
RUNJOBID= node106-1568282287-6448
PBS_JOBID= 21701088
Free space on /tmp= 53360 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/NumberPartitioning/NumberPartitioning-m1-s1/NumberPartitioning-184.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387048-1568288700/watcher-4387048-1568288700 -o /tmp/evaluation-result-4387048-1568288700/solver-4387048-1568288700 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568282287-6448 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1389851976 HOME/instance-4387048-1568288700.xml

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

MD5SUM BENCH= 50aaeae16ffb672916f4ac64373270f5
RANDOM SEED=1389851976

node106.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.79
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.79
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.79
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.79
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:        29945208 kB
MemAvailable:   30959116 kB
Buffers:           97824 kB
Cached:          1208952 kB
SwapCached:        10508 kB
Active:          1333488 kB
Inactive:         952044 kB
Active(anon):     977436 kB
Inactive(anon):    33568 kB
Active(file):     356052 kB
Inactive(file):   918476 kB
Unevictable:      107420 kB
Mlocked:          107420 kB
SwapTotal:      67108860 kB
SwapFree:       66995828 kB
Dirty:             35284 kB
Writeback:             0 kB
AnonPages:       1131708 kB
Mapped:            48128 kB
Shmem:             23456 kB
Slab:             138420 kB
SReclaimable:     110432 kB
SUnreclaim:        27988 kB
KernelStack:        4032 kB
PageTables:         7480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2258520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    944128 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 53324 MiB
End job on node106 at 2019-09-12 13:24:37