Trace number 4402686

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.12.3? (TO) 2520.06 2504.83

General information on the benchmark

NameCrossword/
Crossword-m1c-uk-vg/Crossword-m1c-uk-vg-10-13.xml
MD5SUMb2328828c3d6779cf7f2f3294a289055
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark183.225
Satisfiable
(Un)Satisfiability was proved
Number of variables130
Number of constraints23
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":130}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":130}]
Minimum constraint arity10
Maximum constraint arity13
Distribution of constraint arities[{"arity":10,"count":13},{"arity":13,"count":10}]
Number of extensional constraints23
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":23}]
Optimization problemNO
Type of objective

Solver Data

0.77/0.56	c Concrete v3.12.3.1568965526260 running
2520.01/2504.81	Exception in thread "main" java.util.concurrent.TimeoutException
2520.01/2504.81		at concrete.MAC.mac(MAC.scala:192)
2520.01/2504.81		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.01/2504.81		at scala.util.Try$.apply(Try.scala:210)
2520.01/2504.81		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.01/2504.81		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.01/2504.81		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.01/2504.81		at concrete.MAC.oneRun(MAC.scala:265)
2520.01/2504.81		at concrete.MAC.nextSolution(MAC.scala:284)
2520.01/2504.81		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.01/2504.81		at concrete.ProblemState.map(ProblemState.scala:238)
2520.01/2504.81		at concrete.ProblemState.map(ProblemState.scala:212)
2520.01/2504.81		at concrete.MAC.nextSolution(MAC.scala:348)
2520.01/2504.81		at concrete.Solver.hasNext(Solver.scala:160)
2520.01/2504.81		at scala.collection.Iterator.nextOption(Iterator.scala:102)
2520.01/2504.81		at scala.collection.Iterator.nextOption$(Iterator.scala:102)
2520.01/2504.81		at concrete.Solver.nextOption(Solver.scala:67)
2520.01/2504.81		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.01/2504.81		at scala.util.Success.map(Try.scala:262)
2520.01/2504.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.01/2504.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.01/2504.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.01/2504.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.01/2504.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.01/2504.81		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.01/2504.81		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.01/2504.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.01/2504.81		at scala.App.$anonfun$main$1(App.scala:73)
2520.01/2504.81		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.01/2504.81		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.01/2504.81		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.01/2504.81		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.01/2504.81		at scala.App.main(App.scala:73)
2520.01/2504.81		at scala.App.main$(App.scala:71)
2520.01/2504.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.01/2504.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.01/2504.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 (6053 MiB free)
  memory of node 1: 16384 MiB (2753 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402686-1568986805/watcher-4402686-1568986805 -o /var/tmp/evaluation-result-4402686-1568986805/solver-4402686-1568986805 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node105-1568963940-19972 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1610828603 HOME/instance-4402686-1568986805.xml 

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

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


[startup+0.100131 s]*
/proc/loadavg: 2.68 1.83 1.59 3/217 25857
/proc/meminfo: memFree=9012840/32770624 swapFree=66955288/67108860
[pid=25800] ppid=25797 vsize=9972712 memory=18328 CPUtime=0.09 cores=0,2,4,6
/proc/25800/stat : 25800 (java) S 25797 25800 19941 0 -1 1077944320 4342 13065 0 0 1 0 5 3 20 0 6 0 474938521 10212057088 4582 33554432000 4194304 4196468 140736094996512 140736094979056 140212675276535 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
/proc/25800/statm: 2493178 4582 1930 1 0 2481616 0
[pid=25800/tid=25853] ppid=25797 vsize=9972712 memory=-8617482348318186131 CPUtime=0.09 cores=0,2,4,6
/proc/25800/task/25853/stat : 25853 (java) R 25797 25800 19941 0 -1 4202560 2140 13065 0 0 1 0 5 3 20 0 6 0 474938530 10212057088 4582 33554432000 4194304 4196468 140736094996512 140212647113296 140212660959061 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25854] ppid=25797 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25854/stat : 25854 (java) S 25797 25800 19941 0 -1 1077944384 1 13065 0 0 0 0 5 3 20 0 6 0 474938531 10212057088 4582 33554432000 4194304 4196468 140736094996512 140212679519376 140212675286741 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25855] ppid=25797 vsize=9972712 memory=140224835565184 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25855/stat : 25855 (java) S 25797 25800 19941 0 -1 1077944384 1 13065 0 0 0 0 5 3 20 0 6 0 474938531 10212057088 4582 33554432000 4194304 4196468 140736094996512 140212567792656 140212675286741 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25856] ppid=25797 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25856/stat : 25856 (java) S 25797 25800 19941 0 -1 1077944384 1 13065 0 0 0 0 5 3 20 0 6 0 474938531 10212057088 4582 33554432000 4194304 4196468 140736094996512 140212566739856 140212675286741 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25857] ppid=25797 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25857/stat : 25857 (java) S 25797 25800 19941 0 -1 1077944384 2 13065 0 0 0 0 5 3 20 0 6 0 474938531 10212057088 4582 33554432000 4194304 4196468 140736094996512 140212565687056 140212675286741 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18328 KiB

[startup+0.210294 s]*
/proc/loadavg: 2.68 1.83 1.59 4/226 25866
/proc/meminfo: memFree=8989692/32770624 swapFree=66955288/67108860
[pid=25800] ppid=25797 vsize=10819716 memory=42044 CPUtime=0.27 cores=0,2,4,6
/proc/25800/stat : 25800 (java) S 25797 25800 19941 0 -1 1077944320 6890 13065 0 0 17 2 5 3 20 0 15 0 474938521 11079389184 10511 33554432000 4194304 4196468 140736094996512 140736094979056 140212675276535 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
/proc/25800/statm: 2704929 10511 3158 1 0 2667149 0
[pid=25800/tid=25853] ppid=25797 vsize=10819716 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/25800/task/25853/stat : 25853 (java) R 25797 25800 19941 0 -1 4202560 3405 13065 0 0 10 1 5 3 20 0 15 0 474938530 11079389184 11023 33554432000 4194304 4196468 140736094996512 140212647079496 140212659357022 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25854] ppid=25797 vsize=10819716 memory=345 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25854/stat : 25854 (java) S 25797 25800 19941 0 -1 1077944384 1 13065 0 0 0 0 5 3 20 0 15 0 474938531 11079389184 11023 33554432000 4194304 4196468 140736094996512 140212679519376 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25855] ppid=25797 vsize=10819716 memory=140224835588262 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25855/stat : 25855 (java) S 25797 25800 19941 0 -1 1077944384 1 13065 0 0 0 0 5 3 20 0 15 0 474938531 11079389184 11023 33554432000 4194304 4196468 140736094996512 140212567792656 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25856] ppid=25797 vsize=10819716 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25856/stat : 25856 (java) S 25797 25800 19941 0 -1 1077944384 1 13065 0 0 0 0 5 3 20 0 15 0 474938531 11079389184 11023 33554432000 4194304 4196468 140736094996512 140212566739856 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25857] ppid=25797 vsize=10819716 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25857/stat : 25857 (java) S 25797 25800 19941 0 -1 1077944384 2 13065 0 0 0 0 5 3 20 0 15 0 474938531 11079389184 11023 33554432000 4194304 4196468 140736094996512 140212565687056 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25858] ppid=25797 vsize=10819716 memory=140224835565184 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25858/stat : 25858 (java) S 25797 25800 19941 0 -1 1077944384 2 13065 0 0 0 0 5 3 20 0 15 0 474938532 11079389184 11023 33554432000 4194304 4196468 140736094996512 140212134046064 140212675287682 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25859] ppid=25797 vsize=10819716 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25859/stat : 25859 (java) S 25797 25800 19941 0 -1 1077944384 33 13065 0 0 0 0 5 3 20 0 15 0 474938533 11079389184 11023 33554432000 4194304 4196468 140736094996512 140212132992032 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25860] ppid=25797 vsize=10819716 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25860/stat : 25860 (java) S 25797 25800 19941 0 -1 1077944384 1 13065 0 0 0 0 5 3 20 0 15 0 474938533 11079389184 11023 33554432000 4194304 4196468 140736094996512 140212025942896 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25861] ppid=25797 vsize=10819716 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25861/stat : 25861 (java) S 25797 25800 19941 0 -1 1077944384 2 13065 0 0 0 0 5 3 20 0 15 0 474938536 11079389184 11023 33554432000 4194304 4196468 140736094996512 140211421964112 140212675295131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25862] ppid=25797 vsize=10819716 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/25800/task/25862/stat : 25862 (java) S 25797 25800 19941 0 -1 1077944384 578 13065 0 0 1 0 5 3 20 0 15 0 474938536 11079389184 11087 33554432000 4194304 4196468 140736094996512 140212099435376 140212675287682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25863] ppid=25797 vsize=10819716 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25863/stat : 25863 (java) S 25797 25800 19941 0 -1 1077944384 59 13065 0 0 0 0 5 3 20 0 15 0 474938536 11079389184 11087 33554432000 4194304 4196468 140736094996512 140212098382576 140212675287682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25864] ppid=25797 vsize=10819716 memory=140224835565184 CPUtime=0.11 cores=0,2,4,6
/proc/25800/task/25864/stat : 25864 (java) S 25797 25800 19941 0 -1 1077944384 621 13065 0 0 3 0 5 3 20 0 15 0 474938536 11079389184 11087 33554432000 4194304 4196468 140736094996512 140212097329776 140212675287682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25865] ppid=25797 vsize=10819716 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25865/stat : 25865 (java) S 25797 25800 19941 0 -1 1077944384 3 13065 0 0 0 0 5 3 20 0 15 0 474938536 11079389184 11087 33554432000 4194304 4196468 140736094996512 140210952202976 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25866] ppid=25797 vsize=10819716 memory=140224835565184 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25866/stat : 25866 (java) S 25797 25800 19941 0 -1 1077944384 1 13065 0 0 0 0 5 3 20 0 15 0 474938536 11079389184 11087 33554432000 4194304 4196468 140736094996512 140212096277168 140212675287682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10819716 KiB
Current children cumulated memory: 42044 KiB

[startup+0.310307 s]*
/proc/loadavg: 2.68 1.83 1.59 3/226 25866
/proc/meminfo: memFree=8976056/32770624 swapFree=66955288/67108860
[pid=25800] ppid=25797 vsize=10820196 memory=53180 CPUtime=0.4 cores=0,2,4,6
/proc/25800/stat : 25800 (java) S 25797 25800 19941 0 -1 1077944320 10562 13065 0 0 28 4 5 3 20 0 15 0 474938521 11079880704 13295 33554432000 4194304 4196468 140736094996512 140736094979056 140212675276535 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
/proc/25800/statm: 2705049 13295 3289 1 0 2667149 0
[pid=25800/tid=25853] ppid=25797 vsize=10820196 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/25800/task/25853/stat : 25853 (java) R 25797 25800 19941 0 -1 4202560 7037 13065 0 0 18 3 5 3 20 0 15 0 474938530 11079880704 13295 33554432000 4194304 4196468 140736094996512 140212647089264 140212659357022 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25854] ppid=25797 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25854/stat : 25854 (java) S 25797 25800 19941 0 -1 1077944384 1 13065 0 0 0 0 5 3 20 0 15 0 474938531 11079880704 13295 33554432000 4194304 4196468 140736094996512 140212679519376 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25855] ppid=25797 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25855/stat : 25855 (java) S 25797 25800 19941 0 -1 1077944384 1 13065 0 0 0 0 5 3 20 0 15 0 474938531 11079880704 13295 33554432000 4194304 4196468 140736094996512 140212567792656 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25856] ppid=25797 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25856/stat : 25856 (java) S 25797 25800 19941 0 -1 1077944384 1 13065 0 0 0 0 5 3 20 0 15 0 474938531 11079880704 13295 33554432000 4194304 4196468 140736094996512 140212566739856 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25857] ppid=25797 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25857/stat : 25857 (java) S 25797 25800 19941 0 -1 1077944384 2 13065 0 0 0 0 5 3 20 0 15 0 474938531 11079880704 13295 33554432000 4194304 4196468 140736094996512 140212565687056 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25858] ppid=25797 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25858/stat : 25858 (java) S 25797 25800 19941 0 -1 1077944384 2 13065 0 0 0 0 5 3 20 0 15 0 474938532 11079880704 13295 33554432000 4194304 4196468 140736094996512 140212134046064 140212675287682 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25859] ppid=25797 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25859/stat : 25859 (java) S 25797 25800 19941 0 -1 1077944384 33 13065 0 0 0 0 5 3 20 0 15 0 474938533 11079880704 13295 33554432000 4194304 4196468 140736094996512 140212132992032 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25860] ppid=25797 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25860/stat : 25860 (java) S 25797 25800 19941 0 -1 1077944384 1 13065 0 0 0 0 5 3 20 0 15 0 474938533 11079880704 13295 33554432000 4194304 4196468 140736094996512 140212025942896 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25861] ppid=25797 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25861/stat : 25861 (java) S 25797 25800 19941 0 -1 1077944384 2 13065 0 0 0 0 5 3 20 0 15 0 474938536 11079880704 13295 33554432000 4194304 4196468 140736094996512 140211421964112 140212675295131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25862] ppid=25797 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/25800/task/25862/stat : 25862 (java) S 25797 25800 19941 0 -1 1077944384 587 13065 0 0 2 0 5 3 20 0 15 0 474938536 11079880704 13295 33554432000 4194304 4196468 140736094996512 140212099435376 140212675287682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25863] ppid=25797 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/25800/task/25863/stat : 25863 (java) S 25797 25800 19941 0 -1 1077944384 60 13065 0 0 1 0 5 3 20 0 15 0 474938536 11079880704 13295 33554432000 4194304 4196468 140736094996512 140212098382576 140212675287682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25864] ppid=25797 vsize=10820196 memory=140224835565184 CPUtime=0.13 cores=0,2,4,6
/proc/25800/task/25864/stat : 25864 (java) S 25797 25800 19941 0 -1 1077944384 629 13065 0 0 5 0 5 3 20 0 15 0 474938536 11079880704 13295 33554432000 4194304 4196468 140736094996512 140212097329776 140212675287682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25865] ppid=25797 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25865/stat : 25865 (java) S 25797 25800 19941 0 -1 1077944384 3 13065 0 0 0 0 5 3 20 0 15 0 474938536 11079880704 13295 33554432000 4194304 4196468 140736094996512 140210952202976 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25866] ppid=25797 vsize=10820196 memory=140224835565184 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25866/stat : 25866 (java) S 25797 25800 19941 0 -1 1077944384 1 13065 0 0 0 0 5 3 20 0 15 0 474938536 11079880704 13295 33554432000 4194304 4196468 140736094996512 140212096277168 140212675287682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 53180 KiB

[startup+0.700771 s]
/proc/loadavg: 2.68 1.83 1.59 3/226 25866
/proc/meminfo: memFree=8947608/32770624 swapFree=66955288/67108860
[pid=25800] ppid=25797 vsize=10824364 memory=85100 CPUtime=1.14 cores=0,2,4,6
/proc/25800/stat : 25800 (java) S 25797 25800 19941 0 -1 1077944320 14526 13065 0 0 101 5 5 3 20 0 15 0 474938521 11084148736 21275 33554432000 4194304 4196468 140736094996512 140736094979056 140212675276535 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
/proc/25800/statm: 2706091 21275 3505 1 0 2668173 0
[pid=25800/tid=25853] ppid=25797 vsize=10824364 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/25800/task/25853/stat : 25853 (java) R 25797 25800 19941 0 -1 4202560 9974 13065 0 0 55 4 5 3 20 0 15 0 474938530 11084148736 21275 33554432000 4194304 4196468 140736094996512 140212647104160 140212659357022 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25854] ppid=25797 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25854/stat : 25854 (java) S 25797 25800 19941 0 -1 1077944384 1 13065 0 0 0 0 5 3 20 0 15 0 474938531 11084148736 21275 33554432000 4194304 4196468 140736094996512 140212679519376 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25855] ppid=25797 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25855/stat : 25855 (java) S 25797 25800 19941 0 -1 1077944384 1 13065 0 0 0 0 5 3 20 0 15 0 474938531 11084148736 21275 33554432000 4194304 4196468 140736094996512 140212567792656 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25856] ppid=25797 vsize=10824364 memory=140224709669072 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25856/stat : 25856 (java) S 25797 25800 19941 0 -1 1077944384 1 13065 0 0 0 0 5 3 20 0 15 0 474938531 11084148736 21275 33554432000 4194304 4196468 140736094996512 140212566739856 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25857] ppid=25797 vsize=10824364 memory=140226387247721 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25857/stat : 25857 (java) S 25797 25800 19941 0 -1 1077944384 2 13065 0 0 0 0 5 3 20 0 15 0 474938531 11084148736 21275 33554432000 4194304 4196468 140736094996512 140212565687056 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25858] ppid=25797 vsize=10824364 memory=1060 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25858/stat : 25858 (java) S 25797 25800 19941 0 -1 1077944384 5 13065 0 0 0 0 5 3 20 0 15 0 474938532 11084148736 21275 33554432000 4194304 4196468 140736094996512 140212134046064 140212675287682 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25859] ppid=25797 vsize=10824364 memory=7014751519667017297 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25859/stat : 25859 (java) S 25797 25800 19941 0 -1 1077944384 33 13065 0 0 0 0 5 3 20 0 15 0 474938533 11084148736 21275 33554432000 4194304 4196468 140736094996512 140212132992032 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25860] ppid=25797 vsize=10824364 memory=7739528784169234287 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25860/stat : 25860 (java) S 25797 25800 19941 0 -1 1077944384 1 13065 0 0 0 0 5 3 20 0 15 0 474938533 11084148736 21275 33554432000 4194304 4196468 140736094996512 140212025942896 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25861] ppid=25797 vsize=10824364 memory=14056 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25861/stat : 25861 (java) S 25797 25800 19941 0 -1 1077944384 2 13065 0 0 0 0 5 3 20 0 15 0 474938536 11084148736 21275 33554432000 4194304 4196468 140736094996512 140211421964112 140212675295131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25862] ppid=25797 vsize=10824364 memory=2116 CPUtime=0.24 cores=0,2,4,6
/proc/25800/task/25862/stat : 25862 (java) R 25797 25800 19941 0 -1 1077944384 1082 13065 0 0 16 0 5 3 20 0 15 0 474938536 11084148736 21275 33554432000 4194304 4196468 140736094996512 140212099435376 140212675287682 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25863] ppid=25797 vsize=10824364 memory=516 CPUtime=0.19 cores=0,2,4,6
/proc/25800/task/25863/stat : 25863 (java) S 25797 25800 19941 0 -1 1077944384 460 13065 0 0 11 0 5 3 20 0 15 0 474938536 11084148736 21275 33554432000 4194304 4196468 140736094996512 140212098382576 140212675287682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25864] ppid=25797 vsize=10824364 memory=1556 CPUtime=0.25 cores=0,2,4,6
/proc/25800/task/25864/stat : 25864 (java) S 25797 25800 19941 0 -1 1077944384 758 13065 0 0 17 0 5 3 20 0 15 0 474938536 11084148736 21275 33554432000 4194304 4196468 140736094996512 140212097329776 140212675287682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25865] ppid=25797 vsize=10824364 memory=928 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25865/stat : 25865 (java) S 25797 25800 19941 0 -1 1077944384 3 13065 0 0 0 0 5 3 20 0 15 0 474938536 11084148736 21275 33554432000 4194304 4196468 140736094996512 140210952202976 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25866] ppid=25797 vsize=10824364 memory=1772 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25866/stat : 25866 (java) S 25797 25800 19941 0 -1 1077944384 1 13065 0 0 0 0 5 3 20 0 15 0 474938536 11084148736 21275 33554432000 4194304 4196468 140736094996512 140212096277168 140212675287682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 85100 KiB

[startup+1.50078 s]
/proc/loadavg: 2.68 1.83 1.59 5/226 25866
/proc/meminfo: memFree=8896372/32770624 swapFree=66955288/67108860
[pid=25800] ppid=25797 vsize=10832632 memory=258232 CPUtime=2.95 cores=0,2,4,6
/proc/25800/stat : 25800 (java) S 25797 25800 19941 0 -1 1077944320 22633 13065 0 0 274 13 5 3 20 0 15 0 474938521 11092615168 64558 33554432000 4194304 4196468 140736094996512 140736094979056 140212675276535 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
/proc/25800/statm: 2708158 64558 3590 1 0 2670221 0
[pid=25800/tid=25853] ppid=25797 vsize=10832632 memory=195352 CPUtime=1.42 cores=0,2,4,6
/proc/25800/task/25853/stat : 25853 (java) R 25797 25800 19941 0 -1 4202560 14063 13065 0 0 127 7 5 3 20 0 15 0 474938530 11092615168 64558 33554432000 4194304 4196468 140736094996512 140212647104272 140212659357022 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25854] ppid=25797 vsize=10832632 memory=2436 CPUtime=0.09 cores=0,2,4,6
/proc/25800/task/25854/stat : 25854 (java) S 25797 25800 19941 0 -1 1077944384 39 13065 0 0 1 0 5 3 20 0 15 0 474938531 11092615168 64558 33554432000 4194304 4196468 140736094996512 140212679519376 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25855] ppid=25797 vsize=10832632 memory=1760 CPUtime=0.1 cores=0,2,4,6
/proc/25800/task/25855/stat : 25855 (java) S 25797 25800 19941 0 -1 1077944384 73 13065 0 0 1 1 5 3 20 0 15 0 474938531 11092615168 64558 33554432000 4194304 4196468 140736094996512 140212567792656 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25856] ppid=25797 vsize=10832632 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/25800/task/25856/stat : 25856 (java) S 25797 25800 19941 0 -1 1077944384 62 13065 0 0 1 1 5 3 20 0 15 0 474938531 11092615168 64558 33554432000 4194304 4196468 140736094996512 140212566739856 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25857] ppid=25797 vsize=10832632 memory=-7303279828959712342 CPUtime=0.1 cores=0,2,4,6
/proc/25800/task/25857/stat : 25857 (java) S 25797 25800 19941 0 -1 1077944384 269 13065 0 0 2 0 5 3 20 0 15 0 474938531 11092615168 64558 33554432000 4194304 4196468 140736094996512 140212565687056 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25858] ppid=25797 vsize=10832632 memory=3833724587141655611 CPUtime=0.09 cores=0,2,4,6
/proc/25800/task/25858/stat : 25858 (java) S 25797 25800 19941 0 -1 1077944384 418 13065 0 0 1 0 5 3 20 0 15 0 474938532 11092615168 64558 33554432000 4194304 4196468 140736094996512 140212134046064 140212675287682 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25859] ppid=25797 vsize=10832632 memory=-7016161123436706971 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25859/stat : 25859 (java) S 25797 25800 19941 0 -1 1077944384 56 13065 0 0 0 0 5 3 20 0 15 0 474938533 11092615168 64558 33554432000 4194304 4196468 140736094996512 140212132992096 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25860] ppid=25797 vsize=10832632 memory=-6005673638262905286 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25860/stat : 25860 (java) S 25797 25800 19941 0 -1 1077944384 2 13065 0 0 0 0 5 3 20 0 15 0 474938533 11092615168 64558 33554432000 4194304 4196468 140736094996512 140212025942912 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25861] ppid=25797 vsize=10832632 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25861/stat : 25861 (java) S 25797 25800 19941 0 -1 1077944384 2 13065 0 0 0 0 5 3 20 0 15 0 474938536 11092615168 64558 33554432000 4194304 4196468 140736094996512 140211421964112 140212675295131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25862] ppid=25797 vsize=10832632 memory=0 CPUtime=0.61 cores=0,2,4,6
/proc/25800/task/25862/stat : 25862 (java) S 25797 25800 19941 0 -1 1077944384 2000 13065 0 0 53 0 5 3 20 0 15 0 474938536 11092615168 64558 33554432000 4194304 4196468 140736094996512 140212099435376 140212675287682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25863] ppid=25797 vsize=10832632 memory=4580 CPUtime=0.56 cores=0,2,4,6
/proc/25800/task/25863/stat : 25863 (java) S 25797 25800 19941 0 -1 1077944384 1498 13065 0 0 48 0 5 3 20 0 15 0 474938536 11092615168 64558 33554432000 4194304 4196468 140736094996512 140212098382576 140212675287682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25864] ppid=25797 vsize=10832632 memory=7230358031464158288 CPUtime=0.42 cores=0,2,4,6
/proc/25800/task/25864/stat : 25864 (java) S 25797 25800 19941 0 -1 1077944384 1943 13065 0 0 34 0 5 3 20 0 15 0 474938536 11092615168 64558 33554432000 4194304 4196468 140736094996512 140212097329776 140212675287682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25865] ppid=25797 vsize=10832632 memory=4641048842866878563 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25865/stat : 25865 (java) S 25797 25800 19941 0 -1 1077944384 3 13065 0 0 0 0 5 3 20 0 15 0 474938536 11092615168 64558 33554432000 4194304 4196468 140736094996512 140210952202976 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25866] ppid=25797 vsize=10832632 memory=7668056147549119831 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25866/stat : 25866 (java) S 25797 25800 19941 0 -1 1077944384 3 13065 0 0 0 0 5 3 20 0 15 0 474938536 11092615168 64558 33554432000 4194304 4196468 140736094996512 140212096277168 140212675287682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
Current children cumulated CPU time: 2.95 s
Current children cumulated vsize: 10832632 KiB

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

/proc/25800/task/25853/stat : 25853 (java) R 25797 25800 19941 0 -1 4202560 66389 13065 0 0 237521 37 5 3 20 0 15 0 474938530 11105218560 355604 33554432000 4194304 4196468 140736094996512 140212647110016 140212256103381 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25854] ppid=25797 vsize=10844940 memory=1422400 CPUtime=2.71 cores=0,2,4,6
/proc/25800/task/25854/stat : 25854 (java) S 25797 25800 19941 0 -1 1077944384 19054 13065 0 0 240 23 5 3 20 0 15 0 474938531 11105218560 355604 33554432000 4194304 4196468 140736094996512 140212679519376 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25855] ppid=25797 vsize=10844940 memory=1422400 CPUtime=2.72 cores=0,2,4,6
/proc/25800/task/25855/stat : 25855 (java) S 25797 25800 19941 0 -1 1077944384 21291 13065 0 0 240 24 5 3 20 0 15 0 474938531 11105218560 355604 33554432000 4194304 4196468 140736094996512 140212567792656 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25856] ppid=25797 vsize=10844940 memory=1422408 CPUtime=2.71 cores=0,2,4,6
/proc/25800/task/25856/stat : 25856 (java) S 25797 25800 19941 0 -1 1077944384 21479 13065 0 0 240 23 5 3 20 0 15 0 474938531 11105218560 355604 33554432000 4194304 4196468 140736094996512 140212566739856 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25857] ppid=25797 vsize=10844940 memory=1422416 CPUtime=2.71 cores=0,2,4,6
/proc/25800/task/25857/stat : 25857 (java) S 25797 25800 19941 0 -1 1077944384 24559 13065 0 0 239 24 5 3 20 0 15 0 474938531 11105218560 355604 33554432000 4194304 4196468 140736094996512 140212565687056 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25858] ppid=25797 vsize=10844940 memory=1422416 CPUtime=2.49 cores=0,2,4,6
/proc/25800/task/25858/stat : 25858 (java) S 25797 25800 19941 0 -1 1077944384 18092 13065 0 0 227 14 5 3 20 0 15 0 474938532 11105218560 355604 33554432000 4194304 4196468 140736094996512 140212134046064 140212675287682 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25859] ppid=25797 vsize=10844940 memory=1422416 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25859/stat : 25859 (java) S 25797 25800 19941 0 -1 1077944384 66 13065 0 0 0 0 5 3 20 0 15 0 474938533 11105218560 355604 33554432000 4194304 4196468 140736094996512 140212132992160 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25860] ppid=25797 vsize=10844940 memory=1422416 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25860/stat : 25860 (java) S 25797 25800 19941 0 -1 1077944384 11 13065 0 0 0 0 5 3 20 0 15 0 474938533 11105218560 355604 33554432000 4194304 4196468 140736094996512 140212025942912 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25861] ppid=25797 vsize=10844940 memory=1422416 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25861/stat : 25861 (java) S 25797 25800 19941 0 -1 1077944384 2 13065 0 0 0 0 5 3 20 0 15 0 474938536 11105218560 355604 33554432000 4194304 4196468 140736094996512 140211421964112 140212675295131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25862] ppid=25797 vsize=10844940 memory=1422416 CPUtime=3.05 cores=0,2,4,6
/proc/25800/task/25862/stat : 25862 (java) S 25797 25800 19941 0 -1 1077944384 24897 13065 0 0 293 4 5 3 20 0 15 0 474938536 11105218560 355604 33554432000 4194304 4196468 140736094996512 140212099435376 140212675287682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25863] ppid=25797 vsize=10844940 memory=0 CPUtime=2.79 cores=0,2,4,6
/proc/25800/task/25863/stat : 25863 (java) S 25797 25800 19941 0 -1 1077944384 22376 13065 0 0 268 3 5 3 20 0 15 0 474938536 11105218560 355604 33554432000 4194304 4196468 140736094996512 140212098382576 140212675287682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25864] ppid=25797 vsize=10844940 memory=1444 CPUtime=1.48 cores=0,2,4,6
/proc/25800/task/25864/stat : 25864 (java) S 25797 25800 19941 0 -1 1077944384 11183 13065 0 0 137 3 5 3 20 0 15 0 474938536 11105218560 355604 33554432000 4194304 4196468 140736094996512 140212097329776 140212675287682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25865] ppid=25797 vsize=10844940 memory=280449420302256 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25865/stat : 25865 (java) S 25797 25800 19941 0 -1 1077944384 3 13065 0 0 0 0 5 3 20 0 15 0 474938536 11105218560 355604 33554432000 4194304 4196468 140736094996512 140210952202976 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25866] ppid=25797 vsize=10844940 memory=1422416 CPUtime=1.47 cores=0,2,4,6
/proc/25800/task/25866/stat : 25866 (java) S 25797 25800 19941 0 -1 1077944384 1709 13065 0 0 69 70 5 3 20 0 15 0 474938536 11105218560 355604 33554432000 4194304 4196468 140736094996512 140212096277168 140212675287682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
Current children cumulated CPU time: 2397.15 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 1422416 KiB

[startup+2442.3 s]
/proc/loadavg: 1.41 1.47 1.48 3/226 26241
/proc/meminfo: memFree=9111656/32770624 swapFree=66955296/67108860
[pid=25800] ppid=25797 vsize=10844940 memory=1422424 CPUtime=2457.32 cores=0,2,4,6
/proc/25800/stat : 25800 (java) S 25797 25800 19941 0 -1 1077944320 234492 13065 0 0 245529 195 5 3 20 0 15 0 474938521 11105218560 355606 33554432000 4194304 4196468 140736094996512 140736094979056 140212675276535 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
/proc/25800/statm: 2711235 355606 3630 1 0 2673293 0
[pid=25800/tid=25853] ppid=25797 vsize=10844940 memory=984 CPUtime=2435.49 cores=0,2,4,6
/proc/25800/task/25853/stat : 25853 (java) R 25797 25800 19941 0 -1 4202560 66843 13065 0 0 243504 37 5 3 20 0 15 0 474938530 11105218560 355606 33554432000 4194304 4196468 140736094996512 140212647109328 140212256102716 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25854] ppid=25797 vsize=10844940 memory=1422424 CPUtime=2.78 cores=0,2,4,6
/proc/25800/task/25854/stat : 25854 (java) S 25797 25800 19941 0 -1 1077944384 19196 13065 0 0 246 24 5 3 20 0 15 0 474938531 11105218560 355606 33554432000 4194304 4196468 140736094996512 140212679519376 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25855] ppid=25797 vsize=10844940 memory=1422424 CPUtime=2.78 cores=0,2,4,6
/proc/25800/task/25855/stat : 25855 (java) S 25797 25800 19941 0 -1 1077944384 21500 13065 0 0 245 25 5 3 20 0 15 0 474938531 11105218560 355606 33554432000 4194304 4196468 140736094996512 140212567792656 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25856] ppid=25797 vsize=10844940 memory=1422420 CPUtime=2.77 cores=0,2,4,6
/proc/25800/task/25856/stat : 25856 (java) S 25797 25800 19941 0 -1 1077944384 21556 13065 0 0 246 23 5 3 20 0 15 0 474938531 11105218560 355606 33554432000 4194304 4196468 140736094996512 140212566739856 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25857] ppid=25797 vsize=10844940 memory=1422424 CPUtime=2.77 cores=0,2,4,6
/proc/25800/task/25857/stat : 25857 (java) S 25797 25800 19941 0 -1 1077944384 24635 13065 0 0 245 24 5 3 20 0 15 0 474938531 11105218560 355606 33554432000 4194304 4196468 140736094996512 140212565687056 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25858] ppid=25797 vsize=10844940 memory=1422424 CPUtime=2.55 cores=0,2,4,6
/proc/25800/task/25858/stat : 25858 (java) S 25797 25800 19941 0 -1 1077944384 18288 13065 0 0 233 14 5 3 20 0 15 0 474938532 11105218560 355606 33554432000 4194304 4196468 140736094996512 140212134046064 140212675287682 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25859] ppid=25797 vsize=10844940 memory=1422424 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25859/stat : 25859 (java) S 25797 25800 19941 0 -1 1077944384 66 13065 0 0 0 0 5 3 20 0 15 0 474938533 11105218560 355606 33554432000 4194304 4196468 140736094996512 140212132992160 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25860] ppid=25797 vsize=10844940 memory=1422424 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25860/stat : 25860 (java) S 25797 25800 19941 0 -1 1077944384 11 13065 0 0 0 0 5 3 20 0 15 0 474938533 11105218560 355606 33554432000 4194304 4196468 140736094996512 140212025942912 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25861] ppid=25797 vsize=10844940 memory=1422424 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25861/stat : 25861 (java) S 25797 25800 19941 0 -1 1077944384 2 13065 0 0 0 0 5 3 20 0 15 0 474938536 11105218560 355606 33554432000 4194304 4196468 140736094996512 140211421964112 140212675295131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25862] ppid=25797 vsize=10844940 memory=1422424 CPUtime=3.05 cores=0,2,4,6
/proc/25800/task/25862/stat : 25862 (java) S 25797 25800 19941 0 -1 1077944384 24899 13065 0 0 293 4 5 3 20 0 15 0 474938536 11105218560 355606 33554432000 4194304 4196468 140736094996512 140212099435376 140212675287682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25863] ppid=25797 vsize=10844940 memory=1422424 CPUtime=2.79 cores=0,2,4,6
/proc/25800/task/25863/stat : 25863 (java) S 25797 25800 19941 0 -1 1077944384 22378 13065 0 0 268 3 5 3 20 0 15 0 474938536 11105218560 355606 33554432000 4194304 4196468 140736094996512 140212098382576 140212675287682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25864] ppid=25797 vsize=10844940 memory=1422424 CPUtime=1.48 cores=0,2,4,6
/proc/25800/task/25864/stat : 25864 (java) S 25797 25800 19941 0 -1 1077944384 11185 13065 0 0 137 3 5 3 20 0 15 0 474938536 11105218560 355606 33554432000 4194304 4196468 140736094996512 140212097329776 140212675287682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25865] ppid=25797 vsize=10844940 memory=1422424 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25865/stat : 25865 (java) S 25797 25800 19941 0 -1 1077944384 3 13065 0 0 0 0 5 3 20 0 15 0 474938536 11105218560 355606 33554432000 4194304 4196468 140736094996512 140210952202976 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25866] ppid=25797 vsize=10844940 memory=1422424 CPUtime=1.5 cores=0,2,4,6
/proc/25800/task/25866/stat : 25866 (java) S 25797 25800 19941 0 -1 1077944384 1727 13065 0 0 70 72 5 3 20 0 15 0 474938536 11105218560 355606 33554432000 4194304 4196468 140736094996512 140212096277168 140212675287682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
Current children cumulated CPU time: 2457.32 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 1422424 KiB

[startup+2502.3 s]
/proc/loadavg: 1.38 1.44 1.47 3/226 26252
/proc/meminfo: memFree=9113124/32770624 swapFree=66955296/67108860
[pid=25800] ppid=25797 vsize=10844940 memory=1422440 CPUtime=2517.5 cores=0,2,4,6
/proc/25800/stat : 25800 (java) S 25797 25800 19941 0 -1 1077944320 236414 13065 0 0 251544 198 5 3 20 0 15 0 474938521 11105218560 355610 33554432000 4194304 4196468 140736094996512 140736094979056 140212675276535 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
/proc/25800/statm: 2711235 355610 3630 1 0 2673293 0
[pid=25800/tid=25853] ppid=25797 vsize=10844940 memory=1422432 CPUtime=2495.34 cores=0,2,4,6
/proc/25800/task/25853/stat : 25853 (java) R 25797 25800 19941 0 -1 4202560 67400 13065 0 0 249489 37 5 3 20 0 15 0 474938530 11105218560 355610 33554432000 4194304 4196468 140736094996512 140212647109152 140212252545550 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25854] ppid=25797 vsize=10844940 memory=1422440 CPUtime=2.83 cores=0,2,4,6
/proc/25800/task/25854/stat : 25854 (java) S 25797 25800 19941 0 -1 1077944384 19274 13065 0 0 251 24 5 3 20 0 15 0 474938531 11105218560 355610 33554432000 4194304 4196468 140736094996512 140212679519376 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25855] ppid=25797 vsize=10844940 memory=1422440 CPUtime=2.84 cores=0,2,4,6
/proc/25800/task/25855/stat : 25855 (java) S 25797 25800 19941 0 -1 1077944384 21541 13065 0 0 251 25 5 3 20 0 15 0 474938531 11105218560 355610 33554432000 4194304 4196468 140736094996512 140212567792656 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25856] ppid=25797 vsize=10844940 memory=1422440 CPUtime=2.83 cores=0,2,4,6
/proc/25800/task/25856/stat : 25856 (java) S 25797 25800 19941 0 -1 1077944384 22009 13065 0 0 252 23 5 3 20 0 15 0 474938531 11105218560 355610 33554432000 4194304 4196468 140736094996512 140212566739856 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25857] ppid=25797 vsize=10844940 memory=1422440 CPUtime=2.83 cores=0,2,4,6
/proc/25800/task/25857/stat : 25857 (java) S 25797 25800 19941 0 -1 1077944384 24996 13065 0 0 250 25 5 3 20 0 15 0 474938531 11105218560 355610 33554432000 4194304 4196468 140736094996512 140212565687056 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25858] ppid=25797 vsize=10844940 memory=1422440 CPUtime=2.6 cores=0,2,4,6
/proc/25800/task/25858/stat : 25858 (java) S 25797 25800 19941 0 -1 1077944384 18676 13065 0 0 238 14 5 3 20 0 15 0 474938532 11105218560 355610 33554432000 4194304 4196468 140736094996512 140212134046064 140212675287682 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25859] ppid=25797 vsize=10844940 memory=1422432 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25859/stat : 25859 (java) S 25797 25800 19941 0 -1 1077944384 66 13065 0 0 0 0 5 3 20 0 15 0 474938533 11105218560 355610 33554432000 4194304 4196468 140736094996512 140212132992160 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25860] ppid=25797 vsize=10844940 memory=1422440 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25860/stat : 25860 (java) S 25797 25800 19941 0 -1 1077944384 11 13065 0 0 0 0 5 3 20 0 15 0 474938533 11105218560 355610 33554432000 4194304 4196468 140736094996512 140212025942912 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25861] ppid=25797 vsize=10844940 memory=1422432 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25861/stat : 25861 (java) S 25797 25800 19941 0 -1 1077944384 2 13065 0 0 0 0 5 3 20 0 15 0 474938536 11105218560 355610 33554432000 4194304 4196468 140736094996512 140211421964112 140212675295131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25862] ppid=25797 vsize=10844940 memory=1412 CPUtime=3.05 cores=0,2,4,6
/proc/25800/task/25862/stat : 25862 (java) S 25797 25800 19941 0 -1 1077944384 24903 13065 0 0 293 4 5 3 20 0 15 0 474938536 11105218560 355610 33554432000 4194304 4196468 140736094996512 140212099435376 140212675287682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25863] ppid=25797 vsize=10844940 memory=1548 CPUtime=2.79 cores=0,2,4,6
/proc/25800/task/25863/stat : 25863 (java) S 25797 25800 19941 0 -1 1077944384 22382 13065 0 0 268 3 5 3 20 0 15 0 474938536 11105218560 355610 33554432000 4194304 4196468 140736094996512 140212098382576 140212675287682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25864] ppid=25797 vsize=10844940 memory=6791534058613427641 CPUtime=1.48 cores=0,2,4,6
/proc/25800/task/25864/stat : 25864 (java) S 25797 25800 19941 0 -1 1077944384 11189 13065 0 0 137 3 5 3 20 0 15 0 474938536 11105218560 355610 33554432000 4194304 4196468 140736094996512 140212097329776 140212675287682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25865] ppid=25797 vsize=10844940 memory=1548 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25865/stat : 25865 (java) S 25797 25800 19941 0 -1 1077944384 3 13065 0 0 0 0 5 3 20 0 15 0 474938536 11105218560 355610 33554432000 4194304 4196468 140736094996512 140210952202976 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25866] ppid=25797 vsize=10844940 memory=1422440 CPUtime=1.52 cores=0,2,4,6
/proc/25800/task/25866/stat : 25866 (java) S 25797 25800 19941 0 -1 1077944384 1759 13065 0 0 71 73 5 3 20 0 15 0 474938536 11105218560 355610 33554432000 4194304 4196468 140736094996512 140212096277168 140212675287682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
Current children cumulated CPU time: 2517.5 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 1422440 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2504.8 s]
/proc/loadavg: 1.38 1.44 1.47 3/226 26252
/proc/meminfo: memFree=9113148/32770624 swapFree=66955296/67108860
[pid=25800] ppid=25797 vsize=10844940 memory=1422440 CPUtime=2520.01 cores=0,2,4,6
/proc/25800/stat : 25800 (java) S 25797 25800 19941 0 -1 1077944320 236464 13065 0 0 251795 198 5 3 20 0 15 0 474938521 11105218560 355610 33554432000 4194304 4196468 140736094996512 140736094979056 140212675276535 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
/proc/25800/statm: 2711235 355610 3630 1 0 2673293 0
[pid=25800/tid=25853] ppid=25797 vsize=10844940 memory=6791534058613427641 CPUtime=2497.83 cores=0,2,4,6
/proc/25800/task/25853/stat : 25853 (java) R 25797 25800 19941 0 -1 4202560 67438 13065 0 0 249738 37 5 3 20 0 15 0 474938530 11105218560 355610 33554432000 4194304 4196468 140736094996512 140212647109616 140212256862137 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25854] ppid=25797 vsize=10844940 memory=1136 CPUtime=2.83 cores=0,2,4,6
/proc/25800/task/25854/stat : 25854 (java) S 25797 25800 19941 0 -1 1077944384 19274 13065 0 0 251 24 5 3 20 0 15 0 474938531 11105218560 355610 33554432000 4194304 4196468 140736094996512 140212679519376 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25855] ppid=25797 vsize=10844940 memory=1072 CPUtime=2.84 cores=0,2,4,6
/proc/25800/task/25855/stat : 25855 (java) S 25797 25800 19941 0 -1 1077944384 21546 13065 0 0 251 25 5 3 20 0 15 0 474938531 11105218560 355610 33554432000 4194304 4196468 140736094996512 140212567792656 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25856] ppid=25797 vsize=10844940 memory=6040 CPUtime=2.83 cores=0,2,4,6
/proc/25800/task/25856/stat : 25856 (java) S 25797 25800 19941 0 -1 1077944384 22012 13065 0 0 252 23 5 3 20 0 15 0 474938531 11105218560 355610 33554432000 4194304 4196468 140736094996512 140212566739856 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25857] ppid=25797 vsize=10844940 memory=784 CPUtime=2.83 cores=0,2,4,6
/proc/25800/task/25857/stat : 25857 (java) S 25797 25800 19941 0 -1 1077944384 24999 13065 0 0 250 25 5 3 20 0 15 0 474938531 11105218560 355610 33554432000 4194304 4196468 140736094996512 140212565687056 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25858] ppid=25797 vsize=10844940 memory=1060 CPUtime=2.61 cores=0,2,4,6
/proc/25800/task/25858/stat : 25858 (java) S 25797 25800 19941 0 -1 1077944384 18677 13065 0 0 239 14 5 3 20 0 15 0 474938532 11105218560 355610 33554432000 4194304 4196468 140736094996512 140212134046064 140212675287682 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25859] ppid=25797 vsize=10844940 memory=14012 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25859/stat : 25859 (java) S 25797 25800 19941 0 -1 1077944384 66 13065 0 0 0 0 5 3 20 0 15 0 474938533 11105218560 355610 33554432000 4194304 4196468 140736094996512 140212132992160 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25860] ppid=25797 vsize=10844940 memory=1422440 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25860/stat : 25860 (java) S 25797 25800 19941 0 -1 1077944384 11 13065 0 0 0 0 5 3 20 0 15 0 474938533 11105218560 355610 33554432000 4194304 4196468 140736094996512 140212025942912 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25861] ppid=25797 vsize=10844940 memory=1412 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25861/stat : 25861 (java) S 25797 25800 19941 0 -1 1077944384 2 13065 0 0 0 0 5 3 20 0 15 0 474938536 11105218560 355610 33554432000 4194304 4196468 140736094996512 140211421964112 140212675295131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25862] ppid=25797 vsize=10844940 memory=1548 CPUtime=3.05 cores=0,2,4,6
/proc/25800/task/25862/stat : 25862 (java) S 25797 25800 19941 0 -1 1077944384 24903 13065 0 0 293 4 5 3 20 0 15 0 474938536 11105218560 355610 33554432000 4194304 4196468 140736094996512 140212099435376 140212675287682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25863] ppid=25797 vsize=10844940 memory=7552 CPUtime=2.79 cores=0,2,4,6
/proc/25800/task/25863/stat : 25863 (java) S 25797 25800 19941 0 -1 1077944384 22382 13065 0 0 268 3 5 3 20 0 15 0 474938536 11105218560 355610 33554432000 4194304 4196468 140736094996512 140212098382576 140212675287682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25864] ppid=25797 vsize=10844940 memory=3608 CPUtime=1.48 cores=0,2,4,6
/proc/25800/task/25864/stat : 25864 (java) S 25797 25800 19941 0 -1 1077944384 11189 13065 0 0 137 3 5 3 20 0 15 0 474938536 11105218560 355610 33554432000 4194304 4196468 140736094996512 140212097329776 140212675287682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25865] ppid=25797 vsize=10844940 memory=616 CPUtime=0.08 cores=0,2,4,6
/proc/25800/task/25865/stat : 25865 (java) S 25797 25800 19941 0 -1 1077944384 3 13065 0 0 0 0 5 3 20 0 15 0 474938536 11105218560 355610 33554432000 4194304 4196468 140736094996512 140210952202976 140212675286741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
[pid=25800/tid=25866] ppid=25797 vsize=10844940 memory=2832 CPUtime=1.52 cores=0,2,4,6
/proc/25800/task/25866/stat : 25866 (java) S 25797 25800 19941 0 -1 1077944384 1759 13065 0 0 71 73 5 3 20 0 15 0 474938536 11105218560 355610 33554432000 4194304 4196468 140736094996512 140212096277168 140212675287682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30478336 140736095001187 140736095003829 140736095003829 140736095006671 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 1422440 KiB

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

[startup+2504.83 s]
# the end of solver process 25800 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.03 s, system=2.02789 s

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

Child status: 143
Real time (s): 2504.83
CPU time (s): 2520.06
CPU user time (s): 2518.03
CPU system time (s): 2.02789
CPU usage (%): 100.608
Max. virtual memory (cumulated for all children) (KiB): 10844940
Max. memory (cumulated for all children) (KiB): 1514816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.03
system time used= 2.02789
maximum resident set size= 1524460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 250720
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 112622
involuntary context switches= 8554


# summary of solver processes directly reported to runsolver:
#   pid: 25800
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2518.03
#   total CPU system time (s): 2.02789

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.7547 second user time and 22.764 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-20 14:38:26
IDJOB=4402686
IDBENCH=140257
IDSOLVER=2861
FILE ID=node105/4402686-1568986805
RUNJOBID= node105-1568963940-19972
PBS_JOBID= 21704633
Free space on /var/tmp= 13144 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Crossword/Crossword-m1c-uk-vg/Crossword-m1c-uk-vg-10-13.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402686-1568986805/watcher-4402686-1568986805 -o /var/tmp/evaluation-result-4402686-1568986805/solver-4402686-1568986805 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node105-1568963940-19972 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1610828603 HOME/instance-4402686-1568986805.xml

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

MD5SUM BENCH= b2328828c3d6779cf7f2f3294a289055
RANDOM SEED=1610828603

node105.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.00
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.00
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.00
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.00
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:         9020824 kB
MemAvailable:   29458372 kB
Buffers:          144404 kB
Cached:         20194020 kB
SwapCached:        49520 kB
Active:         12448048 kB
Inactive:       10288356 kB
Active(anon):    2350736 kB
Inactive(anon):    93460 kB
Active(file):   10097312 kB
Inactive(file): 10194896 kB
Unevictable:      110944 kB
Mlocked:          110944 kB
SwapTotal:      67108860 kB
SwapFree:       66955288 kB
Dirty:             36884 kB
Writeback:             0 kB
AnonPages:       2445416 kB
Mapped:            62204 kB
Shmem:             36640 kB
Slab:             602576 kB
SReclaimable:     573800 kB
SUnreclaim:        28776 kB
KernelStack:        4016 kB
PageTables:        11196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3455848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2275328 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13108 MiB
End job on node105 at 2019-09-20 15:20:11