Trace number 4387429

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.08 2343.26

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os10/
SuperTaillard-os-10-01.xml
MD5SUMa0db4e7a601eb58dee5216b17e791c99
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 benchmark41.2819
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Number of domains65
Minimum domain size548
Maximum domain size643
Distribution of domain sizes[{"size":548,"count":6},{"size":549,"count":6},{"size":550,"count":4},{"size":551,"count":2},{"size":552,"count":4},{"size":553,"count":2},{"size":554,"count":2},{"size":555,"count":2},{"size":556,"count":2},{"size":558,"count":2},{"size":559,"count":8},{"size":560,"count":2},{"size":561,"count":2},{"size":562,"count":6},{"size":563,"count":2},{"size":565,"count":2},{"size":572,"count":2},{"size":573,"count":4},{"size":574,"count":2},{"size":575,"count":2},{"size":576,"count":4},{"size":577,"count":2},{"size":578,"count":8},{"size":579,"count":2},{"size":580,"count":2},"...",{"size":603,"count":2}, {"size":604,"count":2}, {"size":605,"count":2}, {"size":606,"count":2}, {"size":607,"count":6}, {"size":608,"count":4}, {"size":611,"count":4}, {"size":612,"count":2}, {"size":614,"count":4}, {"size":616,"count":6}, {"size":617,"count":2}, {"size":619,"count":2}, {"size":620,"count":2}, {"size":621,"count":2}, {"size":623,"count":2}, {"size":625,"count":2}, {"size":627,"count":4}, {"size":628,"count":2}, {"size":629,"count":2}, {"size":633,"count":6}, {"size":634,"count":2}, {"size":637,"count":2}, {"size":639,"count":4}, {"size":642,"count":2}, {"size":643,"count":2}]
Minimum variable degree19
Maximum variable degree37
Distribution of variable degrees[{"degree":19,"count":100},{"degree":37,"count":100}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2800}]
Number of extensional constraints0
Number of intensional constraints2800
Distribution of constraint types[{"type":"intension","count":2800}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387429-1568304364/watcher-4387429-1568304364 -o /tmp/evaluation-result-4387429-1568304364/solver-4387429-1568304364 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1323800386-1293 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1662344648 HOME/instance-4387429-1568304364.xml 

running on 4 cores: 4-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
solver pid=7868, runsolver pid=7865
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 1.74 1.47 1.42 3/214 7921
/proc/meminfo: memFree=25506140/32770688 swapFree=66919608/67108860
[pid=7868] ppid=7865 vsize=9972712 memory=14576 CPUtime=0.08 cores=4-7
/proc/7868/stat : 7868 (java) S 7865 7868 463 0 -1 1077944320 3888 13335 0 0 0 0 5 3 20 0 6 0 406442730 10212057088 3644 33554432000 4194304 4196468 140721098094976 140721098077520 140444765208311 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
/proc/7868/statm: 2493178 3644 1553 1 0 2481616 0
[pid=7868/tid=7921] ppid=7865 vsize=9972712 memory=8514726395714820750 CPUtime=0.08 cores=4-7
/proc/7868/task/7921/stat : 7921 (java) R 7865 7868 463 0 -1 4202560 1903 13335 0 0 0 0 5 3 20 0 6 0 406442740 10212057088 3842 33554432000 4194304 4196468 140721098094976 140444737045072 140444620942915 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7922] ppid=7865 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=4-7
/proc/7868/task/7922/stat : 7922 (java) S 7865 7868 463 0 -1 1077944384 1 13335 0 0 0 0 5 3 20 0 6 0 406442741 10212057088 3908 33554432000 4194304 4196468 140721098094976 140444769450640 140444765218517 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7923] ppid=7865 vsize=9972712 memory=139990243448448 CPUtime=0.08 cores=4-7
/proc/7868/task/7923/stat : 7923 (java) S 7865 7868 463 0 -1 1077944384 2 13335 0 0 0 0 5 3 20 0 6 0 406442741 10212057088 3908 33554432000 4194304 4196468 140721098094976 140444338723344 140444765218517 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7924] ppid=7865 vsize=9972712 memory=0 CPUtime=0.08 cores=4-7
/proc/7868/task/7924/stat : 7924 (java) S 7865 7868 463 0 -1 1077944384 2 13335 0 0 0 0 5 3 20 0 6 0 406442741 10212057088 3908 33554432000 4194304 4196468 140721098094976 140444337670544 140444765218517 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7925] ppid=7865 vsize=9972712 memory=-1 CPUtime=0.08 cores=4-7
/proc/7868/task/7925/stat : 7925 (java) S 7865 7868 463 0 -1 1077944384 2 13335 0 0 0 0 5 3 20 0 6 0 406442741 10212057088 3908 33554432000 4194304 4196468 140721098094976 140444336617744 140444765218517 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14576 KiB

[startup+0.211657 s]*
/proc/loadavg: 1.74 1.47 1.42 4/227 7934
/proc/meminfo: memFree=25483932/32770688 swapFree=66919608/67108860
[pid=7868] ppid=7865 vsize=10818900 memory=36500 CPUtime=0.25 cores=4-7
/proc/7868/stat : 7868 (java) S 7865 7868 463 0 -1 1077944320 6986 13335 0 0 16 1 5 3 20 0 15 0 406442730 11078553600 9125 33554432000 4194304 4196468 140721098094976 140721098077520 140444765208311 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
/proc/7868/statm: 2704725 9125 2949 1 0 2667149 0
[pid=7868/tid=7921] ppid=7865 vsize=10818900 memory=7022364594140610616 CPUtime=0.19 cores=4-7
/proc/7868/task/7921/stat : 7921 (java) R 7865 7868 463 0 -1 4202560 3500 13335 0 0 10 1 5 3 20 0 15 0 406442740 11078553600 9125 33554432000 4194304 4196468 140721098094976 140444737038392 140444370502164 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7922] ppid=7865 vsize=10818900 memory=364 CPUtime=0.08 cores=4-7
/proc/7868/task/7922/stat : 7922 (java) S 7865 7868 463 0 -1 1077944384 1 13335 0 0 0 0 5 3 20 0 15 0 406442741 11078553600 9637 33554432000 4194304 4196468 140721098094976 140444769450640 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7923] ppid=7865 vsize=10818900 memory=139990243456573 CPUtime=0.08 cores=4-7
/proc/7868/task/7923/stat : 7923 (java) S 7865 7868 463 0 -1 1077944384 2 13335 0 0 0 0 5 3 20 0 15 0 406442741 11078553600 9637 33554432000 4194304 4196468 140721098094976 140444338723344 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7924] ppid=7865 vsize=10818900 memory=0 CPUtime=0.08 cores=4-7
/proc/7868/task/7924/stat : 7924 (java) S 7865 7868 463 0 -1 1077944384 2 13335 0 0 0 0 5 3 20 0 15 0 406442741 11078553600 9637 33554432000 4194304 4196468 140721098094976 140444337670544 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7925] ppid=7865 vsize=10818900 memory=-1 CPUtime=0.08 cores=4-7
/proc/7868/task/7925/stat : 7925 (java) S 7865 7868 463 0 -1 1077944384 2 13335 0 0 0 0 5 3 20 0 15 0 406442741 11078553600 9637 33554432000 4194304 4196468 140721098094976 140444336617744 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7926] ppid=7865 vsize=10818900 memory=139990243448448 CPUtime=0.08 cores=4-7
/proc/7868/task/7926/stat : 7926 (java) S 7865 7868 463 0 -1 1077944384 2 13335 0 0 0 0 5 3 20 0 15 0 406442742 11078553600 9637 33554432000 4194304 4196468 140721098094976 140444291804016 140444765219458 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7927] ppid=7865 vsize=10818900 memory=-1 CPUtime=0.08 cores=4-7
/proc/7868/task/7927/stat : 7927 (java) S 7865 7868 463 0 -1 1077944384 13 13335 0 0 0 0 5 3 20 0 15 0 406442743 11078553600 9637 33554432000 4194304 4196468 140721098094976 140444222613024 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7928] ppid=7865 vsize=10818900 memory=0 CPUtime=0.08 cores=4-7
/proc/7868/task/7928/stat : 7928 (java) S 7865 7868 463 0 -1 1077944384 1 13335 0 0 0 0 5 3 20 0 15 0 406442743 11078553600 9637 33554432000 4194304 4196468 140721098094976 140443618633072 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7929] ppid=7865 vsize=10818900 memory=0 CPUtime=0.08 cores=4-7
/proc/7868/task/7929/stat : 7929 (java) S 7865 7868 463 0 -1 1077944384 3 13335 0 0 0 0 5 3 20 0 15 0 406442746 11078553600 9637 33554432000 4194304 4196468 140721098094976 140443311233360 140444765226907 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7930] ppid=7865 vsize=10818900 memory=0 CPUtime=0.09 cores=4-7
/proc/7868/task/7930/stat : 7930 (java) S 7865 7868 463 0 -1 1077944384 570 13335 0 0 1 0 5 3 20 0 15 0 406442746 11078553600 9637 33554432000 4194304 4196468 140721098094976 140444189055344 140444765219458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7931] ppid=7865 vsize=10818900 memory=-1 CPUtime=0.08 cores=4-7
/proc/7868/task/7931/stat : 7931 (java) S 7865 7868 463 0 -1 1077944384 59 13335 0 0 0 0 5 3 20 0 15 0 406442746 11078553600 9637 33554432000 4194304 4196468 140721098094976 140444188002544 140444765219458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7932] ppid=7865 vsize=10818900 memory=139990243448448 CPUtime=0.1 cores=4-7
/proc/7868/task/7932/stat : 7932 (java) S 7865 7868 463 0 -1 1077944384 621 13335 0 0 2 0 5 3 20 0 15 0 406442746 11078553600 9637 33554432000 4194304 4196468 140721098094976 140444186949744 140444765219458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7933] ppid=7865 vsize=10818900 memory=-1 CPUtime=0.08 cores=4-7
/proc/7868/task/7933/stat : 7933 (java) S 7865 7868 463 0 -1 1077944384 3 13335 0 0 0 0 5 3 20 0 15 0 406442746 11078553600 9637 33554432000 4194304 4196468 140721098094976 140443277674720 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7934] ppid=7865 vsize=10818900 memory=139990243448448 CPUtime=0.08 cores=4-7
/proc/7868/task/7934/stat : 7934 (java) S 7865 7868 463 0 -1 1077944384 1 13335 0 0 0 0 5 3 20 0 15 0 406442747 11078553600 9637 33554432000 4194304 4196468 140721098094976 140444185898160 140444765219458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818900 KiB
Current children cumulated memory: 36500 KiB

[startup+0.312221 s]*
/proc/loadavg: 1.74 1.47 1.42 5/227 7934
/proc/meminfo: memFree=25470776/32770688 swapFree=66919608/67108860
[pid=7868] ppid=7865 vsize=10819084 memory=47196 CPUtime=0.39 cores=4-7
/proc/7868/stat : 7868 (java) S 7865 7868 463 0 -1 1077944320 10065 13335 0 0 29 2 5 3 20 0 15 0 406442730 11078742016 11799 33554432000 4194304 4196468 140721098094976 140721098077520 140444765208311 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
/proc/7868/statm: 2704771 11799 3003 1 0 2667149 0
[pid=7868/tid=7921] ppid=7865 vsize=10819084 memory=1398722017469774279 CPUtime=0.29 cores=4-7
/proc/7868/task/7921/stat : 7921 (java) R 7865 7868 463 0 -1 4202560 6571 13335 0 0 19 2 5 3 20 0 15 0 406442740 11078742016 11799 33554432000 4194304 4196468 140721098094976 140444737021600 140444749288798 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7922] ppid=7865 vsize=10819084 memory=0 CPUtime=0.08 cores=4-7
/proc/7868/task/7922/stat : 7922 (java) S 7865 7868 463 0 -1 1077944384 1 13335 0 0 0 0 5 3 20 0 15 0 406442741 11078742016 11799 33554432000 4194304 4196468 140721098094976 140444769450640 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7923] ppid=7865 vsize=10819084 memory=0 CPUtime=0.08 cores=4-7
/proc/7868/task/7923/stat : 7923 (java) S 7865 7868 463 0 -1 1077944384 2 13335 0 0 0 0 5 3 20 0 15 0 406442741 11078742016 11799 33554432000 4194304 4196468 140721098094976 140444338723344 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7924] ppid=7865 vsize=10819084 memory=0 CPUtime=0.08 cores=4-7
/proc/7868/task/7924/stat : 7924 (java) S 7865 7868 463 0 -1 1077944384 2 13335 0 0 0 0 5 3 20 0 15 0 406442741 11078742016 11799 33554432000 4194304 4196468 140721098094976 140444337670544 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7925] ppid=7865 vsize=10819084 memory=0 CPUtime=0.08 cores=4-7
/proc/7868/task/7925/stat : 7925 (java) S 7865 7868 463 0 -1 1077944384 2 13335 0 0 0 0 5 3 20 0 15 0 406442741 11078742016 11799 33554432000 4194304 4196468 140721098094976 140444336617744 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7926] ppid=7865 vsize=10819084 memory=0 CPUtime=0.08 cores=4-7
/proc/7868/task/7926/stat : 7926 (java) S 7865 7868 463 0 -1 1077944384 2 13335 0 0 0 0 5 3 20 0 15 0 406442742 11078742016 11799 33554432000 4194304 4196468 140721098094976 140444291804016 140444765219458 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7927] ppid=7865 vsize=10819084 memory=-1 CPUtime=0.08 cores=4-7
/proc/7868/task/7927/stat : 7927 (java) S 7865 7868 463 0 -1 1077944384 13 13335 0 0 0 0 5 3 20 0 15 0 406442743 11078742016 11799 33554432000 4194304 4196468 140721098094976 140444222613024 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7928] ppid=7865 vsize=10819084 memory=0 CPUtime=0.08 cores=4-7
/proc/7868/task/7928/stat : 7928 (java) S 7865 7868 463 0 -1 1077944384 1 13335 0 0 0 0 5 3 20 0 15 0 406442743 11078742016 11799 33554432000 4194304 4196468 140721098094976 140443618633072 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7929] ppid=7865 vsize=10819084 memory=0 CPUtime=0.08 cores=4-7
/proc/7868/task/7929/stat : 7929 (java) S 7865 7868 463 0 -1 1077944384 3 13335 0 0 0 0 5 3 20 0 15 0 406442746 11078742016 11799 33554432000 4194304 4196468 140721098094976 140443311233360 140444765226907 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7930] ppid=7865 vsize=10819084 memory=0 CPUtime=0.09 cores=4-7
/proc/7868/task/7930/stat : 7930 (java) S 7865 7868 463 0 -1 1077944384 570 13335 0 0 1 0 5 3 20 0 15 0 406442746 11078742016 11799 33554432000 4194304 4196468 140721098094976 140444189055344 140444765219458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7931] ppid=7865 vsize=10819084 memory=-1 CPUtime=0.09 cores=4-7
/proc/7868/task/7931/stat : 7931 (java) S 7865 7868 463 0 -1 1077944384 60 13335 0 0 1 0 5 3 20 0 15 0 406442746 11078742016 11799 33554432000 4194304 4196468 140721098094976 140444188002544 140444765219458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7932] ppid=7865 vsize=10819084 memory=139990243448448 CPUtime=0.13 cores=4-7
/proc/7868/task/7932/stat : 7932 (java) R 7865 7868 463 0 -1 4202560 640 13335 0 0 5 0 5 3 20 0 15 0 406442746 11078742016 11799 33554432000 4194304 4196468 140721098094976 140444186949744 140444744344660 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7933] ppid=7865 vsize=10819084 memory=-1 CPUtime=0.08 cores=4-7
/proc/7868/task/7933/stat : 7933 (java) S 7865 7868 463 0 -1 1077944384 3 13335 0 0 0 0 5 3 20 0 15 0 406442746 11078742016 11799 33554432000 4194304 4196468 140721098094976 140443277674720 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7934] ppid=7865 vsize=10819084 memory=139990243448448 CPUtime=0.08 cores=4-7
/proc/7868/task/7934/stat : 7934 (java) S 7865 7868 463 0 -1 1077944384 1 13335 0 0 0 0 5 3 20 0 15 0 406442747 11078742016 11799 33554432000 4194304 4196468 140721098094976 140444185898160 140444765219458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819084 KiB
Current children cumulated memory: 47196 KiB

[startup+0.700797 s]
/proc/loadavg: 1.92 1.51 1.44 3/227 7934
/proc/meminfo: memFree=25460668/32770688 swapFree=66919608/67108860
[pid=7868] ppid=7865 vsize=10822292 memory=75996 CPUtime=1.08 cores=4-7
/proc/7868/stat : 7868 (java) S 7865 7868 463 0 -1 1077944320 14269 13335 0 0 95 5 5 3 20 0 15 0 406442730 11082027008 18999 33554432000 4194304 4196468 140721098094976 140721098077520 140444765208311 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
/proc/7868/statm: 2705573 18999 3483 1 0 2667661 0
[pid=7868/tid=7921] ppid=7865 vsize=10822292 memory=0 CPUtime=0.66 cores=4-7
/proc/7868/task/7921/stat : 7921 (java) R 7865 7868 463 0 -1 4202560 10078 13335 0 0 54 4 5 3 20 0 15 0 406442740 11082027008 18999 33554432000 4194304 4196468 140721098094976 140444737023920 140444765230237 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7922] ppid=7865 vsize=10822292 memory=0 CPUtime=0.08 cores=4-7
/proc/7868/task/7922/stat : 7922 (java) S 7865 7868 463 0 -1 1077944384 1 13335 0 0 0 0 5 3 20 0 15 0 406442741 11082027008 18999 33554432000 4194304 4196468 140721098094976 140444769450640 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7923] ppid=7865 vsize=10822292 memory=0 CPUtime=0.08 cores=4-7
/proc/7868/task/7923/stat : 7923 (java) S 7865 7868 463 0 -1 1077944384 2 13335 0 0 0 0 5 3 20 0 15 0 406442741 11082027008 18999 33554432000 4194304 4196468 140721098094976 140444338723344 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7924] ppid=7865 vsize=10822292 memory=139990097080528 CPUtime=0.08 cores=4-7
/proc/7868/task/7924/stat : 7924 (java) S 7865 7868 463 0 -1 1077944384 2 13335 0 0 0 0 5 3 20 0 15 0 406442741 11082027008 18999 33554432000 4194304 4196468 140721098094976 140444337670544 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7925] ppid=7865 vsize=10822292 memory=139990164046408 CPUtime=0.08 cores=4-7
/proc/7868/task/7925/stat : 7925 (java) S 7865 7868 463 0 -1 1077944384 2 13335 0 0 0 0 5 3 20 0 15 0 406442741 11082027008 18999 33554432000 4194304 4196468 140721098094976 140444336617744 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7926] ppid=7865 vsize=10822292 memory=1056 CPUtime=0.08 cores=4-7
/proc/7868/task/7926/stat : 7926 (java) S 7865 7868 463 0 -1 1077944384 5 13335 0 0 0 0 5 3 20 0 15 0 406442742 11082027008 18999 33554432000 4194304 4196468 140721098094976 140444291804016 140444765219458 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7927] ppid=7865 vsize=10822292 memory=7524764360453481792 CPUtime=0.08 cores=4-7
/proc/7868/task/7927/stat : 7927 (java) S 7865 7868 463 0 -1 1077944384 13 13335 0 0 0 0 5 3 20 0 15 0 406442743 11082027008 18999 33554432000 4194304 4196468 140721098094976 140444222613024 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7928] ppid=7865 vsize=10822292 memory=7739276948478258535 CPUtime=0.08 cores=4-7
/proc/7868/task/7928/stat : 7928 (java) S 7865 7868 463 0 -1 1077944384 1 13335 0 0 0 0 5 3 20 0 15 0 406442743 11082027008 18999 33554432000 4194304 4196468 140721098094976 140443618633072 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7929] ppid=7865 vsize=10822292 memory=980 CPUtime=0.08 cores=4-7
/proc/7868/task/7929/stat : 7929 (java) S 7865 7868 463 0 -1 1077944384 3 13335 0 0 0 0 5 3 20 0 15 0 406442746 11082027008 18999 33554432000 4194304 4196468 140721098094976 140443311233360 140444765226907 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7930] ppid=7865 vsize=10822292 memory=14008 CPUtime=0.19 cores=4-7
/proc/7868/task/7930/stat : 7930 (java) R 7865 7868 463 0 -1 4202560 833 13335 0 0 11 0 5 3 20 0 15 0 406442746 11082027008 18999 33554432000 4194304 4196468 140721098094976 140444189043024 140444765229658 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7931] ppid=7865 vsize=10822292 memory=12028 CPUtime=0.19 cores=4-7
/proc/7868/task/7931/stat : 7931 (java) R 7865 7868 463 0 -1 4202560 364 13335 0 0 11 0 5 3 20 0 15 0 406442746 11082027008 18999 33554432000 4194304 4196468 140721098094976 140444187992256 140444765229658 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7932] ppid=7865 vsize=10822292 memory=23976 CPUtime=0.25 cores=4-7
/proc/7868/task/7932/stat : 7932 (java) S 7865 7868 463 0 -1 1077944384 752 13335 0 0 17 0 5 3 20 0 15 0 406442746 11082027008 18999 33554432000 4194304 4196468 140721098094976 140444186949744 140444765219458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7933] ppid=7865 vsize=10822292 memory=2120 CPUtime=0.08 cores=4-7
/proc/7868/task/7933/stat : 7933 (java) S 7865 7868 463 0 -1 1077944384 3 13335 0 0 0 0 5 3 20 0 15 0 406442746 11082027008 18999 33554432000 4194304 4196468 140721098094976 140443277674720 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7934] ppid=7865 vsize=10822292 memory=496 CPUtime=0.08 cores=4-7
/proc/7868/task/7934/stat : 7934 (java) S 7865 7868 463 0 -1 1077944384 1 13335 0 0 0 0 5 3 20 0 15 0 406442747 11082027008 18999 33554432000 4194304 4196468 140721098094976 140444185898160 140444765219458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 10822292 KiB
Current children cumulated memory: 75996 KiB

[startup+1.50119 s]
/proc/loadavg: 1.92 1.51 1.44 5/227 7934
/proc/meminfo: memFree=25418112/32770688 swapFree=66919608/67108860
[pid=7868] ppid=7865 vsize=10832608 memory=191240 CPUtime=3.26 cores=4-7
/proc/7868/stat : 7868 (java) S 7865 7868 463 0 -1 1077944320 26042 13335 0 0 307 11 5 3 20 0 15 0 406442730 11092590592 47810 33554432000 4194304 4196468 140721098094976 140721098077520 140444765208311 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
/proc/7868/statm: 2708152 47810 3576 1 0 2670221 0
[pid=7868/tid=7921] ppid=7865 vsize=10832608 memory=142652 CPUtime=1.42 cores=4-7
/proc/7868/task/7921/stat : 7921 (java) R 7865 7868 463 0 -1 4202560 15419 13335 0 0 128 6 5 3 20 0 15 0 406442740 11092590592 47810 33554432000 4194304 4196468 140721098094976 140444737008456 140444749288798 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7922] ppid=7865 vsize=10832608 memory=6944656592387989600 CPUtime=0.09 cores=4-7
/proc/7868/task/7922/stat : 7922 (java) S 7865 7868 463 0 -1 1077944384 26 13335 0 0 1 0 5 3 20 0 15 0 406442741 11092590592 47810 33554432000 4194304 4196468 140721098094976 140444769450640 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7923] ppid=7865 vsize=10832608 memory=8546925612582150220 CPUtime=0.09 cores=4-7
/proc/7868/task/7923/stat : 7923 (java) S 7865 7868 463 0 -1 1077944384 229 13335 0 0 1 0 5 3 20 0 15 0 406442741 11092590592 47810 33554432000 4194304 4196468 140721098094976 140444338723344 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7924] ppid=7865 vsize=10832608 memory=0 CPUtime=0.09 cores=4-7
/proc/7868/task/7924/stat : 7924 (java) S 7865 7868 463 0 -1 1077944384 43 13335 0 0 1 0 5 3 20 0 15 0 406442741 11092590592 47810 33554432000 4194304 4196468 140721098094976 140444337670544 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7925] ppid=7865 vsize=10832608 memory=0 CPUtime=0.09 cores=4-7
/proc/7868/task/7925/stat : 7925 (java) S 7865 7868 463 0 -1 1077944384 53 13335 0 0 1 0 5 3 20 0 15 0 406442741 11092590592 47810 33554432000 4194304 4196468 140721098094976 140444336617744 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7926] ppid=7865 vsize=10832608 memory=0 CPUtime=0.09 cores=4-7
/proc/7868/task/7926/stat : 7926 (java) S 7865 7868 463 0 -1 1077944384 315 13335 0 0 1 0 5 3 20 0 15 0 406442742 11092590592 47810 33554432000 4194304 4196468 140721098094976 140444291804016 140444765219458 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7927] ppid=7865 vsize=10832608 memory=6656426216303648864 CPUtime=0.08 cores=4-7
/proc/7868/task/7927/stat : 7927 (java) S 7865 7868 463 0 -1 1077944384 13 13335 0 0 0 0 5 3 20 0 15 0 406442743 11092590592 47810 33554432000 4194304 4196468 140721098094976 140444222613024 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7928] ppid=7865 vsize=10832608 memory=6944652177228980320 CPUtime=0.08 cores=4-7
/proc/7868/task/7928/stat : 7928 (java) S 7865 7868 463 0 -1 1077944384 2 13335 0 0 0 0 5 3 20 0 15 0 406442743 11092590592 47810 33554432000 4194304 4196468 140721098094976 140443618633072 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7929] ppid=7865 vsize=10832608 memory=0 CPUtime=0.08 cores=4-7
/proc/7868/task/7929/stat : 7929 (java) S 7865 7868 463 0 -1 1077944384 3 13335 0 0 0 0 5 3 20 0 15 0 406442746 11092590592 47810 33554432000 4194304 4196468 140721098094976 140443311233360 140444765226907 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7930] ppid=7865 vsize=10832608 memory=0 CPUtime=0.67 cores=4-7
/proc/7868/task/7930/stat : 7930 (java) S 7865 7868 463 0 -1 1077944384 2554 13335 0 0 59 0 5 3 20 0 15 0 406442746 11092590592 47810 33554432000 4194304 4196468 140721098094976 140444189055344 140444765219458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7931] ppid=7865 vsize=10832608 memory=4580 CPUtime=0.75 cores=4-7
/proc/7868/task/7931/stat : 7931 (java) S 7865 7868 463 0 -1 1077944384 3040 13335 0 0 66 1 5 3 20 0 15 0 406442746 11092590592 47810 33554432000 4194304 4196468 140721098094976 140444188002544 140444765219458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7932] ppid=7865 vsize=10832608 memory=7306336600234225504 CPUtime=0.51 cores=4-7
/proc/7868/task/7932/stat : 7932 (java) S 7865 7868 463 0 -1 1077944384 2132 13335 0 0 43 0 5 3 20 0 15 0 406442746 11092590592 47810 33554432000 4194304 4196468 140721098094976 140444186949744 140444765219458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7933] ppid=7865 vsize=10832608 memory=6935655852947886160 CPUtime=0.08 cores=4-7
/proc/7868/task/7933/stat : 7933 (java) S 7865 7868 463 0 -1 1077944384 3 13335 0 0 0 0 5 3 20 0 15 0 406442746 11092590592 47810 33554432000 4194304 4196468 140721098094976 140443277674720 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7934] ppid=7865 vsize=10832608 memory=7308612469127604587 CPUtime=0.08 cores=4-7
/proc/7868/task/7934/stat : 7934 (java) S 7865 7868 463 0 -1 1077944384 1 13335 0 0 0 0 5 3 20 0 15 0 406442747 11092590592 47810 33554432000 4194304 4196468 140721098094976 140444185898160 140444765219458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
Current children cumulated CPU time: 3.26 s
Current children cumulated vsize: 10832608 KiB

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

/proc/7868/task/7921/stat : 7921 (java) R 7865 7868 463 0 -1 4202560 203973 13335 0 0 213713 86 5 3 20 0 15 0 406442740 11107291136 1325042 33554432000 4194304 4196468 140721098094976 140444737043728 140444383253886 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7922] ppid=7865 vsize=10846964 memory=5300160 CPUtime=52.61 cores=4-7
/proc/7868/task/7922/stat : 7922 (java) S 7865 7868 463 0 -1 1077944384 57054 13335 0 0 5150 103 5 3 20 0 15 0 406442741 11107291136 1325042 33554432000 4194304 4196468 140721098094976 140444769450640 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7923] ppid=7865 vsize=10846964 memory=5300160 CPUtime=52.78 cores=4-7
/proc/7868/task/7923/stat : 7923 (java) S 7865 7868 463 0 -1 1077944384 67072 13335 0 0 5166 104 5 3 20 0 15 0 406442741 11107291136 1325042 33554432000 4194304 4196468 140721098094976 140444338723344 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7924] ppid=7865 vsize=10846964 memory=279980195242656 CPUtime=52.73 cores=4-7
/proc/7868/task/7924/stat : 7924 (java) S 7865 7868 463 0 -1 1077944384 64037 13335 0 0 5158 107 5 3 20 0 15 0 406442741 11107291136 1325042 33554432000 4194304 4196468 140721098094976 140444337670544 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7925] ppid=7865 vsize=10846964 memory=5300168 CPUtime=52.57 cores=4-7
/proc/7868/task/7925/stat : 7925 (java) S 7865 7868 463 0 -1 1077944384 59670 13335 0 0 5144 105 5 3 20 0 15 0 406442741 11107291136 1325042 33554432000 4194304 4196468 140721098094976 140444336617744 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7926] ppid=7865 vsize=10846964 memory=5300168 CPUtime=10.85 cores=4-7
/proc/7868/task/7926/stat : 7926 (java) S 7865 7868 463 0 -1 1077944384 64149 13335 0 0 1065 12 5 3 20 0 15 0 406442742 11107291136 1325042 33554432000 4194304 4196468 140721098094976 140444291804016 140444765219458 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7927] ppid=7865 vsize=10846964 memory=5300168 CPUtime=0.08 cores=4-7
/proc/7868/task/7927/stat : 7927 (java) S 7865 7868 463 0 -1 1077944384 28 13335 0 0 0 0 5 3 20 0 15 0 406442743 11107291136 1325042 33554432000 4194304 4196468 140721098094976 140444222613152 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7928] ppid=7865 vsize=10846964 memory=5300168 CPUtime=0.08 cores=4-7
/proc/7868/task/7928/stat : 7928 (java) S 7865 7868 463 0 -1 1077944384 29 13335 0 0 0 0 5 3 20 0 15 0 406442743 11107291136 1325042 33554432000 4194304 4196468 140721098094976 140443618633088 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7929] ppid=7865 vsize=10846964 memory=3624 CPUtime=0.08 cores=4-7
/proc/7868/task/7929/stat : 7929 (java) S 7865 7868 463 0 -1 1077944384 3 13335 0 0 0 0 5 3 20 0 15 0 406442746 11107291136 1325042 33554432000 4194304 4196468 140721098094976 140443311233360 140444765226907 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7930] ppid=7865 vsize=10846964 memory=5300160 CPUtime=6.77 cores=4-7
/proc/7868/task/7930/stat : 7930 (java) S 7865 7868 463 0 -1 1077944384 51584 13335 0 0 659 10 5 3 20 0 15 0 406442746 11107291136 1325042 33554432000 4194304 4196468 140721098094976 140444189055344 140444765219458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7931] ppid=7865 vsize=10846964 memory=5300160 CPUtime=7.33 cores=4-7
/proc/7868/task/7931/stat : 7931 (java) S 7865 7868 463 0 -1 1077944384 62401 13335 0 0 714 11 5 3 20 0 15 0 406442746 11107291136 1325042 33554432000 4194304 4196468 140721098094976 140444188002544 140444765219458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7932] ppid=7865 vsize=10846964 memory=5300168 CPUtime=4.17 cores=4-7
/proc/7868/task/7932/stat : 7932 (java) S 7865 7868 463 0 -1 1077944384 49827 13335 0 0 400 9 5 3 20 0 15 0 406442746 11107291136 1325042 33554432000 4194304 4196468 140721098094976 140444186949744 140444765219458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7933] ppid=7865 vsize=10846964 memory=2020 CPUtime=0.08 cores=4-7
/proc/7868/task/7933/stat : 7933 (java) S 7865 7868 463 0 -1 1077944384 3 13335 0 0 0 0 5 3 20 0 15 0 406442746 11107291136 1325042 33554432000 4194304 4196468 140721098094976 140443277674720 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7934] ppid=7865 vsize=10846964 memory=1432 CPUtime=1.35 cores=4-7
/proc/7868/task/7934/stat : 7934 (java) S 7865 7868 463 0 -1 1077944384 1630 13335 0 0 58 69 5 3 20 0 15 0 406442747 11107291136 1325042 33554432000 4194304 4196468 140721098094976 140444185898160 140444765219458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
Current children cumulated CPU time: 2378.63 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 5300168 KiB

[startup+2262.3 s]
/proc/loadavg: 1.37 1.53 1.57 3/229 8303
/proc/meminfo: memFree=18408680/32770688 swapFree=66919608/67108860
[pid=7868] ppid=7865 vsize=10846964 memory=5300180 CPUtime=2438.82 cores=4-7
/proc/7868/stat : 7868 (java) S 7865 7868 463 0 -1 1077944320 692558 13335 0 0 243266 608 5 3 20 0 15 0 406442730 11107291136 1325045 33554432000 4194304 4196468 140721098094976 140721098077520 140444765208311 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
/proc/7868/statm: 2711741 1325045 3632 1 0 2673805 0
[pid=7868/tid=7921] ppid=7865 vsize=10846964 memory=660 CPUtime=2198 cores=4-7
/proc/7868/task/7921/stat : 7921 (java) R 7865 7868 463 0 -1 4202560 207904 13335 0 0 219704 88 5 3 20 0 15 0 406442740 11107291136 1325045 33554432000 4194304 4196468 140721098094976 140444737043680 140444383252201 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7922] ppid=7865 vsize=10846964 memory=5300180 CPUtime=52.66 cores=4-7
/proc/7868/task/7922/stat : 7922 (java) S 7865 7868 463 0 -1 1077944384 58268 13335 0 0 5155 103 5 3 20 0 15 0 406442741 11107291136 1325045 33554432000 4194304 4196468 140721098094976 140444769450640 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7923] ppid=7865 vsize=10846964 memory=5300180 CPUtime=52.84 cores=4-7
/proc/7868/task/7923/stat : 7923 (java) S 7865 7868 463 0 -1 1077944384 67886 13335 0 0 5172 104 5 3 20 0 15 0 406442741 11107291136 1325045 33554432000 4194304 4196468 140721098094976 140444338723344 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7924] ppid=7865 vsize=10846964 memory=5300180 CPUtime=52.79 cores=4-7
/proc/7868/task/7924/stat : 7924 (java) S 7865 7868 463 0 -1 1077944384 65885 13335 0 0 5164 107 5 3 20 0 15 0 406442741 11107291136 1325045 33554432000 4194304 4196468 140721098094976 140444337670544 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7925] ppid=7865 vsize=10846964 memory=5300180 CPUtime=52.62 cores=4-7
/proc/7868/task/7925/stat : 7925 (java) S 7865 7868 463 0 -1 1077944384 60403 13335 0 0 5149 105 5 3 20 0 15 0 406442741 11107291136 1325045 33554432000 4194304 4196468 140721098094976 140444336617744 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7926] ppid=7865 vsize=10846964 memory=5300180 CPUtime=10.86 cores=4-7
/proc/7868/task/7926/stat : 7926 (java) S 7865 7868 463 0 -1 1077944384 64464 13335 0 0 1066 12 5 3 20 0 15 0 406442742 11107291136 1325045 33554432000 4194304 4196468 140721098094976 140444291804016 140444765219458 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7927] ppid=7865 vsize=10846964 memory=3624 CPUtime=0.08 cores=4-7
/proc/7868/task/7927/stat : 7927 (java) S 7865 7868 463 0 -1 1077944384 28 13335 0 0 0 0 5 3 20 0 15 0 406442743 11107291136 1325045 33554432000 4194304 4196468 140721098094976 140444222613152 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7928] ppid=7865 vsize=10846964 memory=0 CPUtime=0.08 cores=4-7
/proc/7868/task/7928/stat : 7928 (java) S 7865 7868 463 0 -1 1077944384 29 13335 0 0 0 0 5 3 20 0 15 0 406442743 11107291136 1325045 33554432000 4194304 4196468 140721098094976 140443618633088 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7929] ppid=7865 vsize=10846964 memory=5300180 CPUtime=0.08 cores=4-7
/proc/7868/task/7929/stat : 7929 (java) S 7865 7868 463 0 -1 1077944384 3 13335 0 0 0 0 5 3 20 0 15 0 406442746 11107291136 1325045 33554432000 4194304 4196468 140721098094976 140443311233360 140444765226907 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7930] ppid=7865 vsize=10846964 memory=5300168 CPUtime=6.77 cores=4-7
/proc/7868/task/7930/stat : 7930 (java) S 7865 7868 463 0 -1 1077944384 51588 13335 0 0 659 10 5 3 20 0 15 0 406442746 11107291136 1325045 33554432000 4194304 4196468 140721098094976 140444189055344 140444765219458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7931] ppid=7865 vsize=10846964 memory=5300180 CPUtime=7.33 cores=4-7
/proc/7868/task/7931/stat : 7931 (java) S 7865 7868 463 0 -1 1077944384 62403 13335 0 0 714 11 5 3 20 0 15 0 406442746 11107291136 1325045 33554432000 4194304 4196468 140721098094976 140444188002544 140444765219458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7932] ppid=7865 vsize=10846964 memory=3624 CPUtime=4.17 cores=4-7
/proc/7868/task/7932/stat : 7932 (java) S 7865 7868 463 0 -1 1077944384 49829 13335 0 0 400 9 5 3 20 0 15 0 406442746 11107291136 1325045 33554432000 4194304 4196468 140721098094976 140444186949744 140444765219458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7933] ppid=7865 vsize=10846964 memory=5300180 CPUtime=0.08 cores=4-7
/proc/7868/task/7933/stat : 7933 (java) S 7865 7868 463 0 -1 1077944384 3 13335 0 0 0 0 5 3 20 0 15 0 406442746 11107291136 1325045 33554432000 4194304 4196468 140721098094976 140443277674720 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7934] ppid=7865 vsize=10846964 memory=5300180 CPUtime=1.39 cores=4-7
/proc/7868/task/7934/stat : 7934 (java) S 7865 7868 463 0 -1 1077944384 1656 13335 0 0 60 71 5 3 20 0 15 0 406442747 11107291136 1325045 33554432000 4194304 4196468 140721098094976 140444185898160 140444765219458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
Current children cumulated CPU time: 2438.82 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 5300180 KiB

[startup+2322.3 s]
/proc/loadavg: 1.31 1.49 1.55 3/227 8307
/proc/meminfo: memFree=18418816/32770688 swapFree=66919608/67108860
[pid=7868] ppid=7865 vsize=10846964 memory=5300192 CPUtime=2499.01 cores=4-7
/proc/7868/stat : 7868 (java) S 7865 7868 463 0 -1 1077944320 701788 13335 0 0 249281 612 5 3 20 0 15 0 406442730 11107291136 1325048 33554432000 4194304 4196468 140721098094976 140721098077520 140444765208311 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
/proc/7868/statm: 2711741 1325048 3632 1 0 2673805 0
[pid=7868/tid=7921] ppid=7865 vsize=10846964 memory=3848 CPUtime=2257.93 cores=4-7
/proc/7868/task/7921/stat : 7921 (java) R 7865 7868 463 0 -1 4202560 212097 13335 0 0 225695 90 5 3 20 0 15 0 406442740 11107291136 1325048 33554432000 4194304 4196468 140721098094976 140444737043520 140444383229531 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7922] ppid=7865 vsize=10846964 memory=5300192 CPUtime=52.72 cores=4-7
/proc/7868/task/7922/stat : 7922 (java) S 7865 7868 463 0 -1 1077944384 59160 13335 0 0 5161 103 5 3 20 0 15 0 406442741 11107291136 1325048 33554432000 4194304 4196468 140721098094976 140444769450640 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7923] ppid=7865 vsize=10846964 memory=5300192 CPUtime=52.89 cores=4-7
/proc/7868/task/7923/stat : 7923 (java) S 7865 7868 463 0 -1 1077944384 70151 13335 0 0 5177 104 5 3 20 0 15 0 406442741 11107291136 1325048 33554432000 4194304 4196468 140721098094976 140444338723344 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7924] ppid=7865 vsize=10846964 memory=8112282956445269571 CPUtime=52.84 cores=4-7
/proc/7868/task/7924/stat : 7924 (java) S 7865 7868 463 0 -1 1077944384 66652 13335 0 0 5169 107 5 3 20 0 15 0 406442741 11107291136 1325048 33554432000 4194304 4196468 140721098094976 140444337670544 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7925] ppid=7865 vsize=10846964 memory=5300192 CPUtime=52.67 cores=4-7
/proc/7868/task/7925/stat : 7925 (java) S 7865 7868 463 0 -1 1077944384 61164 13335 0 0 5154 105 5 3 20 0 15 0 406442741 11107291136 1325048 33554432000 4194304 4196468 140721098094976 140444336617744 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7926] ppid=7865 vsize=10846964 memory=5300180 CPUtime=10.86 cores=4-7
/proc/7868/task/7926/stat : 7926 (java) S 7865 7868 463 0 -1 1077944384 64776 13335 0 0 1066 12 5 3 20 0 15 0 406442742 11107291136 1325048 33554432000 4194304 4196468 140721098094976 140444291804016 140444765219458 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7927] ppid=7865 vsize=10846964 memory=5300192 CPUtime=0.08 cores=4-7
/proc/7868/task/7927/stat : 7927 (java) S 7865 7868 463 0 -1 1077944384 28 13335 0 0 0 0 5 3 20 0 15 0 406442743 11107291136 1325048 33554432000 4194304 4196468 140721098094976 140444222613152 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7928] ppid=7865 vsize=10846964 memory=5300192 CPUtime=0.08 cores=4-7
/proc/7868/task/7928/stat : 7928 (java) S 7865 7868 463 0 -1 1077944384 29 13335 0 0 0 0 5 3 20 0 15 0 406442743 11107291136 1325048 33554432000 4194304 4196468 140721098094976 140443618633088 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7929] ppid=7865 vsize=10846964 memory=5300192 CPUtime=0.08 cores=4-7
/proc/7868/task/7929/stat : 7929 (java) S 7865 7868 463 0 -1 1077944384 3 13335 0 0 0 0 5 3 20 0 15 0 406442746 11107291136 1325048 33554432000 4194304 4196468 140721098094976 140443311233360 140444765226907 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7930] ppid=7865 vsize=10846964 memory=55 CPUtime=6.77 cores=4-7
/proc/7868/task/7930/stat : 7930 (java) S 7865 7868 463 0 -1 1077944384 51592 13335 0 0 659 10 5 3 20 0 15 0 406442746 11107291136 1325048 33554432000 4194304 4196468 140721098094976 140444189055344 140444765219458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7931] ppid=7865 vsize=10846964 memory=5300192 CPUtime=7.33 cores=4-7
/proc/7868/task/7931/stat : 7931 (java) S 7865 7868 463 0 -1 1077944384 62406 13335 0 0 714 11 5 3 20 0 15 0 406442746 11107291136 1325048 33554432000 4194304 4196468 140721098094976 140444188002544 140444765219458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7932] ppid=7865 vsize=10846964 memory=5300192 CPUtime=4.17 cores=4-7
/proc/7868/task/7932/stat : 7932 (java) S 7865 7868 463 0 -1 1077944384 49836 13335 0 0 400 9 5 3 20 0 15 0 406442746 11107291136 1325048 33554432000 4194304 4196468 140721098094976 140444186949744 140444765219458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7933] ppid=7865 vsize=10846964 memory=5300192 CPUtime=0.08 cores=4-7
/proc/7868/task/7933/stat : 7933 (java) S 7865 7868 463 0 -1 1077944384 3 13335 0 0 0 0 5 3 20 0 15 0 406442746 11107291136 1325048 33554432000 4194304 4196468 140721098094976 140443277674720 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7934] ppid=7865 vsize=10846964 memory=5300192 CPUtime=1.42 cores=4-7
/proc/7868/task/7934/stat : 7934 (java) S 7865 7868 463 0 -1 1077944384 1682 13335 0 0 61 73 5 3 20 0 15 0 406442747 11107291136 1325048 33554432000 4194304 4196468 140721098094976 140444185898160 140444765219458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
Current children cumulated CPU time: 2499.01 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 5300192 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2343.2 s]
/proc/loadavg: 1.43 1.51 1.56 3/227 8307
/proc/meminfo: memFree=18418816/32770688 swapFree=66919608/67108860
[pid=7868] ppid=7865 vsize=10846964 memory=5300192 CPUtime=2520 cores=4-7
/proc/7868/stat : 7868 (java) S 7865 7868 463 0 -1 1077944320 711351 13335 0 0 251378 614 5 3 20 0 15 0 406442730 11107291136 1325048 33554432000 4194304 4196468 140721098094976 140721098077520 140444765208311 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
/proc/7868/statm: 2711741 1325048 3632 1 0 2673805 0
[pid=7868/tid=7921] ppid=7865 vsize=10846964 memory=5300192 CPUtime=2278.8 cores=4-7
/proc/7868/task/7921/stat : 7921 (java) R 7865 7868 463 0 -1 4202560 214909 13335 0 0 227782 90 5 3 20 0 15 0 406442740 11107291136 1325048 33554432000 4194304 4196468 140721098094976 140444737043568 140444384447201 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7922] ppid=7865 vsize=10846964 memory=924 CPUtime=52.74 cores=4-7
/proc/7868/task/7922/stat : 7922 (java) S 7865 7868 463 0 -1 1077944384 60202 13335 0 0 5162 104 5 3 20 0 15 0 406442741 11107291136 1325048 33554432000 4194304 4196468 140721098094976 140444769450640 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7923] ppid=7865 vsize=10846964 memory=8112282956445269571 CPUtime=52.9 cores=4-7
/proc/7868/task/7923/stat : 7923 (java) S 7865 7868 463 0 -1 1077944384 70793 13335 0 0 5178 104 5 3 20 0 15 0 406442741 11107291136 1325048 33554432000 4194304 4196468 140721098094976 140444338723344 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7924] ppid=7865 vsize=10846964 memory=2020 CPUtime=52.86 cores=4-7
/proc/7868/task/7924/stat : 7924 (java) S 7865 7868 463 0 -1 1077944384 67251 13335 0 0 5171 107 5 3 20 0 15 0 406442741 11107291136 1325048 33554432000 4194304 4196468 140721098094976 140444337670544 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7925] ppid=7865 vsize=10846964 memory=1796 CPUtime=52.69 cores=4-7
/proc/7868/task/7925/stat : 7925 (java) S 7865 7868 463 0 -1 1077944384 62721 13335 0 0 5156 105 5 3 20 0 15 0 406442741 11107291136 1325048 33554432000 4194304 4196468 140721098094976 140444336617744 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7926] ppid=7865 vsize=10846964 memory=924 CPUtime=10.87 cores=4-7
/proc/7868/task/7926/stat : 7926 (java) S 7865 7868 463 0 -1 1077944384 65069 13335 0 0 1067 12 5 3 20 0 15 0 406442742 11107291136 1325048 33554432000 4194304 4196468 140721098094976 140444291804016 140444765219458 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7927] ppid=7865 vsize=10846964 memory=5300192 CPUtime=0.08 cores=4-7
/proc/7868/task/7927/stat : 7927 (java) S 7865 7868 463 0 -1 1077944384 28 13335 0 0 0 0 5 3 20 0 15 0 406442743 11107291136 1325048 33554432000 4194304 4196468 140721098094976 140444222613152 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7928] ppid=7865 vsize=10846964 memory=2952 CPUtime=0.08 cores=4-7
/proc/7868/task/7928/stat : 7928 (java) S 7865 7868 463 0 -1 1077944384 29 13335 0 0 0 0 5 3 20 0 15 0 406442743 11107291136 1325048 33554432000 4194304 4196468 140721098094976 140443618633088 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7929] ppid=7865 vsize=10846964 memory=1724 CPUtime=0.08 cores=4-7
/proc/7868/task/7929/stat : 7929 (java) S 7865 7868 463 0 -1 1077944384 3 13335 0 0 0 0 5 3 20 0 15 0 406442746 11107291136 1325048 33554432000 4194304 4196468 140721098094976 140443311233360 140444765226907 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7930] ppid=7865 vsize=10846964 memory=1964 CPUtime=6.81 cores=4-7
/proc/7868/task/7930/stat : 7930 (java) S 7865 7868 463 0 -1 1077944384 52880 13335 0 0 662 11 5 3 20 0 15 0 406442746 11107291136 1325048 33554432000 4194304 4196468 140721098094976 140444189055344 140444765219458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7931] ppid=7865 vsize=10846964 memory=5300192 CPUtime=7.33 cores=4-7
/proc/7868/task/7931/stat : 7931 (java) S 7865 7868 463 0 -1 1077944384 62412 13335 0 0 714 11 5 3 20 0 15 0 406442746 11107291136 1325048 33554432000 4194304 4196468 140721098094976 140444188002544 140444765219458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7932] ppid=7865 vsize=10846964 memory=5968 CPUtime=4.17 cores=4-7
/proc/7868/task/7932/stat : 7932 (java) S 7865 7868 463 0 -1 1077944384 51130 13335 0 0 400 9 5 3 20 0 15 0 406442746 11107291136 1325048 33554432000 4194304 4196468 140721098094976 140444186949744 140444765219458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7933] ppid=7865 vsize=10846964 memory=3252 CPUtime=0.08 cores=4-7
/proc/7868/task/7933/stat : 7933 (java) S 7865 7868 463 0 -1 1077944384 3 13335 0 0 0 0 5 3 20 0 15 0 406442746 11107291136 1325048 33554432000 4194304 4196468 140721098094976 140443277674720 140444765218517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
[pid=7868/tid=7934] ppid=7865 vsize=10846964 memory=1056 CPUtime=1.44 cores=4-7
/proc/7868/task/7934/stat : 7934 (java) S 7865 7868 463 0 -1 1077944384 1712 13335 0 0 62 74 5 3 20 0 15 0 406442747 11107291136 1325048 33554432000 4194304 4196468 140721098094976 140444185898160 140444765219458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23199744 140721098099445 140721098101957 140721098101957 140721098104783 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 5300192 KiB

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

[startup+2343.26 s]
# the end of solver process 7868 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2513.87 s, system=6.21155 s

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

Child status: 143
Real time (s): 2343.26
CPU time (s): 2520.08
CPU user time (s): 2513.87
CPU system time (s): 6.21155
CPU usage (%): 107.546
Max. virtual memory (cumulated for all children) (KiB): 10847616
Max. memory (cumulated for all children) (KiB): 8209092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2513.87
system time used= 6.21155
maximum resident set size= 8213204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 728356
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 76588
involuntary context switches= 4002


# summary of solver processes directly reported to runsolver:
#   pid: 7868
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2513.87
#   total CPU system time (s): 6.21155

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9989 second user time and 24.5528 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-14 00:26:26
IDJOB=4387429
IDBENCH=138445
IDSOLVER=2823
FILE ID=node120/4387429-1568304364
RUNJOBID= node120-1323800386-1293
PBS_JOBID= 21701083
Free space on /tmp= 59120 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os10/SuperTaillard-os-10-01.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387429-1568304364/watcher-4387429-1568304364 -o /tmp/evaluation-result-4387429-1568304364/solver-4387429-1568304364 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1323800386-1293 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1662344648 HOME/instance-4387429-1568304364.xml

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

MD5SUM BENCH= a0db4e7a601eb58dee5216b17e791c99
RANDOM SEED=1662344648

node120.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		: 2667.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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:        25510148 kB
MemAvailable:   31168492 kB
Buffers:          134660 kB
Cached:          5797560 kB
SwapCached:        77012 kB
Active:          1915148 kB
Inactive:        4744348 kB
Active(anon):     650692 kB
Inactive(anon):   118272 kB
Active(file):    1264456 kB
Inactive(file):  4626076 kB
Unevictable:      107420 kB
Mlocked:          107420 kB
SwapTotal:      67108860 kB
SwapFree:       66919608 kB
Dirty:             35072 kB
Writeback:             0 kB
AnonPages:        771220 kB
Mapped:            59652 kB
Shmem:             32812 kB
Slab:             195880 kB
SReclaimable:     167296 kB
SUnreclaim:        28584 kB
KernelStack:        3984 kB
PageTables:         6672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    1854952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    684032 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      146880 kB
DirectMap2M:    33398784 kB

Free space on /tmp at the end= 59084 MiB
End job on node120 at 2011-12-14 01:05:30