Trace number 4400869

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.2? (TO) 2520.09 2464.45

General information on the benchmark

NameXCSP19/hcp/
graph223.xml
MD5SUMc2ae7594dad59fdbc475d1849bdfa679
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 benchmark178.186
Satisfiable
(Un)Satisfiability was proved
Number of variables1386
Number of constraints1
Number of domains1386
Minimum domain size2
Maximum domain size5
Distribution of domain sizes[{"size":2,"count":462},{"size":3,"count":420},{"size":4,"count":168},{"size":5,"count":336}]
Minimum variable degree1
Maximum variable degree1
Distribution of variable degrees[{"degree":1,"count":1386}]
Minimum constraint arity1386
Maximum constraint arity1386
Distribution of constraint arities[{"arity":1386,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"circuit","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.74/0.55	c Concrete v3.12.2.1568631193530 running
2520.02/2464.43	Exception in thread "main" java.util.concurrent.TimeoutException
2520.02/2464.43		at concrete.MAC.mac(MAC.scala:192)
2520.02/2464.43		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.02/2464.43		at scala.util.Try$.apply(Try.scala:212)
2520.02/2464.43		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.02/2464.43		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.02/2464.43		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.02/2464.43		at concrete.MAC.oneRun(MAC.scala:265)
2520.02/2464.43		at concrete.MAC.nextSolution(MAC.scala:284)
2520.02/2464.43		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.02/2464.43		at concrete.ProblemState.map(ProblemState.scala:238)
2520.02/2464.43		at concrete.ProblemState.map(ProblemState.scala:212)
2520.02/2464.43		at concrete.MAC.nextSolution(MAC.scala:348)
2520.02/2464.43		at concrete.Solver.hasNext(Solver.scala:160)
2520.02/2464.43		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.02/2464.43		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.02/2464.43		at concrete.Solver.nextOption(Solver.scala:67)
2520.02/2464.43		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.02/2464.43		at scala.util.Success.map(Try.scala:264)
2520.02/2464.43		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.02/2464.43		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.02/2464.43		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.02/2464.43		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2464.43		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.02/2464.43		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.02/2464.43		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.02/2464.43		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.02/2464.43		at scala.App.$anonfun$main$1(App.scala:75)
2520.02/2464.43		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.02/2464.43		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.02/2464.43		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.02/2464.43		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.02/2464.43		at scala.App.main(App.scala:75)
2520.02/2464.43		at scala.App.main$(App.scala:73)
2520.02/2464.43		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.02/2464.43		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2464.44	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 (9091 MiB free)
  memory of node 1: 16384 MiB (14966 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400869-1568695791/watcher-4400869-1568695791 -o /tmp/evaluation-result-4400869-1568695791/solver-4400869-1568695791 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node140-1568673290-15915 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=711557294 HOME/instance-4400869-1568695791.xml 

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

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


[startup+0.100108 s]*
/proc/loadavg: 1.36 1.45 1.42 3/218 23055
/proc/meminfo: memFree=24628476/32770624 swapFree=66999436/67108860
[pid=22998] ppid=22995 vsize=9988792 memory=15704 CPUtime=0.09 cores=1,3,5,7
/proc/22998/stat : 22998 (java) S 22995 22998 15883 0 -1 1077944320 4655 13109 0 0 1 0 5 3 20 0 6 0 445517556 10228523008 3926 33554432000 4194304 4196468 140736219169040 140736219151584 139713268399863 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
/proc/22998/statm: 2497198 3926 1987 1 0 2485636 0
[pid=22998/tid=23051] ppid=22995 vsize=9989820 memory=4279135703979951244 CPUtime=0.09 cores=1,3,5,7
/proc/22998/task/23051/stat : 23051 (java) S 22995 22998 15883 0 -1 1077944384 2455 13109 0 0 1 0 5 3 20 0 7 0 445517564 10229575680 3926 33554432000 4194304 4196468 140736219169040 139713240242816 139713268410069 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23052] ppid=22995 vsize=9989820 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23052/stat : 23052 (java) S 22995 22998 15883 0 -1 1077944384 1 13109 0 0 0 0 5 3 20 0 7 0 445517565 10229575680 3926 33554432000 4194304 4196468 140736219169040 139713272641936 139713268410069 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23053] ppid=22995 vsize=10055356 memory=140446269109888 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23053/stat : 23053 (java) S 22995 22998 15883 0 -1 1077944384 1 13109 0 0 0 0 5 3 20 0 7 0 445517565 10296684544 3926 33554432000 4194304 4196468 140736219169040 139712841222416 139713268410069 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23054] ppid=22995 vsize=10055356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23054/stat : 23054 (java) S 22995 22998 15883 0 -1 1077944384 1 13109 0 0 0 0 5 3 20 0 7 0 445517565 10296684544 3926 33554432000 4194304 4196468 140736219169040 139712840170128 139713268410069 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23055] ppid=22995 vsize=10055356 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23055/stat : 23055 (java) S 22995 22998 15883 0 -1 1077944384 2 13109 0 0 0 0 5 3 20 0 7 0 445517565 10296684544 3926 33554432000 4194304 4196468 140736219169040 139712839117328 139713268410069 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23056] ppid=22995 vsize=10055356 memory=140446269109888 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23056/stat : 23056 (java) S 22995 22998 15883 0 -1 1077944384 2 13109 0 0 0 0 5 3 20 0 7 0 445517567 10296684544 3926 33554432000 4194304 4196468 140736219169040 139712338553456 139713268411010 0 0 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9988792 KiB
Current children cumulated memory: 15704 KiB

[startup+0.210004 s]*
/proc/loadavg: 1.36 1.45 1.42 4/227 23064
/proc/meminfo: memFree=24609284/32770624 swapFree=66999436/67108860
[pid=22998] ppid=22995 vsize=10820196 memory=41696 CPUtime=0.28 cores=1,3,5,7
/proc/22998/stat : 22998 (java) S 22995 22998 15883 0 -1 1077944320 7721 13109 0 0 18 2 5 3 20 0 15 0 445517556 11079880704 10424 33554432000 4194304 4196468 140736219169040 140736219151584 139713268399863 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
/proc/22998/statm: 2705049 10424 3281 1 0 2667149 0
[pid=22998/tid=23051] ppid=22995 vsize=10820196 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/22998/task/23051/stat : 23051 (java) R 22995 22998 15883 0 -1 4202560 4135 13109 0 0 11 1 5 3 20 0 15 0 445517564 11079880704 10424 33554432000 4194304 4196468 140736219169040 139713240232064 139713268421789 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23052] ppid=22995 vsize=10820196 memory=345 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23052/stat : 23052 (java) S 22995 22998 15883 0 -1 1077944384 1 13109 0 0 0 0 5 3 20 0 15 0 445517565 11079880704 10424 33554432000 4194304 4196468 140736219169040 139713272641936 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23053] ppid=22995 vsize=10820196 memory=140446272462846 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23053/stat : 23053 (java) S 22995 22998 15883 0 -1 1077944384 1 13109 0 0 0 0 5 3 20 0 15 0 445517565 11079880704 10424 33554432000 4194304 4196468 140736219169040 139712841222416 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23054] ppid=22995 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23054/stat : 23054 (java) S 22995 22998 15883 0 -1 1077944384 1 13109 0 0 0 0 5 3 20 0 15 0 445517565 11079880704 10424 33554432000 4194304 4196468 140736219169040 139712840170128 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23055] ppid=22995 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23055/stat : 23055 (java) S 22995 22998 15883 0 -1 1077944384 2 13109 0 0 0 0 5 3 20 0 15 0 445517565 11079880704 10424 33554432000 4194304 4196468 140736219169040 139712839117328 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23056] ppid=22995 vsize=10820196 memory=140446269109888 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23056/stat : 23056 (java) S 22995 22998 15883 0 -1 1077944384 2 13109 0 0 0 0 5 3 20 0 15 0 445517567 11079880704 10424 33554432000 4194304 4196468 140736219169040 139712338553456 139713268411010 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23057] ppid=22995 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23057/stat : 23057 (java) S 22995 22998 15883 0 -1 1077944384 13 13109 0 0 0 0 5 3 20 0 15 0 445517567 11079880704 10424 33554432000 4194304 4196468 140736219169040 139712266233120 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23058] ppid=22995 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23058/stat : 23058 (java) S 22995 22998 15883 0 -1 1077944384 1 13109 0 0 0 0 5 3 20 0 15 0 445517567 11079880704 10424 33554432000 4194304 4196468 140736219169040 139712064906864 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23059] ppid=22995 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23059/stat : 23059 (java) S 22995 22998 15883 0 -1 1077944384 3 13109 0 0 0 0 5 3 20 0 15 0 445517570 11079880704 10424 33554432000 4194304 4196468 140736219169040 139711824616016 139713268418459 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23060] ppid=22995 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/22998/task/23060/stat : 23060 (java) R 22995 22998 15883 0 -1 4202560 620 13109 0 0 1 0 5 3 20 0 15 0 445517570 11079880704 10424 33554432000 4194304 4196468 140736219169040 139712337500272 139713246236560 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23061] ppid=22995 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23061/stat : 23061 (java) S 22995 22998 15883 0 -1 1077944384 66 13109 0 0 0 0 5 3 20 0 15 0 445517570 11079880704 10424 33554432000 4194304 4196468 140736219169040 139712336447472 139713268411010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23062] ppid=22995 vsize=10820196 memory=140446269109888 CPUtime=0.11 cores=1,3,5,7
/proc/22998/task/23062/stat : 23062 (java) S 22995 22998 15883 0 -1 1077944384 666 13109 0 0 3 0 5 3 20 0 15 0 445517570 11079880704 10424 33554432000 4194304 4196468 140736219169040 139712335395184 139713268411010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23063] ppid=22995 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23063/stat : 23063 (java) S 22995 22998 15883 0 -1 1077944384 3 13109 0 0 0 0 5 3 20 0 15 0 445517570 11079880704 10424 33554432000 4194304 4196468 140736219169040 139711791057376 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23064] ppid=22995 vsize=10820196 memory=140446269109888 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23064/stat : 23064 (java) S 22995 22998 15883 0 -1 1077944384 1 13109 0 0 0 0 5 3 20 0 15 0 445517571 11079880704 10424 33554432000 4194304 4196468 140736219169040 139712232676272 139713268411010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 41696 KiB

[startup+0.31046 s]*
/proc/loadavg: 1.41 1.46 1.43 3/227 23064
/proc/meminfo: memFree=24595980/32770624 swapFree=66999436/67108860
[pid=22998] ppid=22995 vsize=10820196 memory=49988 CPUtime=0.41 cores=1,3,5,7
/proc/22998/stat : 22998 (java) S 22995 22998 15883 0 -1 1077944320 11226 13109 0 0 29 4 5 3 20 0 15 0 445517556 11079880704 12497 33554432000 4194304 4196468 140736219169040 140736219151584 139713268399863 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
/proc/22998/statm: 2705049 12497 3327 1 0 2667149 0
[pid=22998/tid=23051] ppid=22995 vsize=10820196 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/22998/task/23051/stat : 23051 (java) R 22995 22998 15883 0 -1 4202560 7597 13109 0 0 19 3 5 3 20 0 15 0 445517564 11079880704 12497 33554432000 4194304 4196468 140736219169040 139713240203328 139713254588453 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23052] ppid=22995 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23052/stat : 23052 (java) S 22995 22998 15883 0 -1 1077944384 1 13109 0 0 0 0 5 3 20 0 15 0 445517565 11079880704 12497 33554432000 4194304 4196468 140736219169040 139713272641936 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23053] ppid=22995 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23053/stat : 23053 (java) S 22995 22998 15883 0 -1 1077944384 1 13109 0 0 0 0 5 3 20 0 15 0 445517565 11079880704 12497 33554432000 4194304 4196468 140736219169040 139712841222416 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23054] ppid=22995 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23054/stat : 23054 (java) S 22995 22998 15883 0 -1 1077944384 1 13109 0 0 0 0 5 3 20 0 15 0 445517565 11079880704 12497 33554432000 4194304 4196468 140736219169040 139712840170128 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23055] ppid=22995 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23055/stat : 23055 (java) S 22995 22998 15883 0 -1 1077944384 2 13109 0 0 0 0 5 3 20 0 15 0 445517565 11079880704 12497 33554432000 4194304 4196468 140736219169040 139712839117328 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23056] ppid=22995 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23056/stat : 23056 (java) S 22995 22998 15883 0 -1 1077944384 2 13109 0 0 0 0 5 3 20 0 15 0 445517567 11079880704 12497 33554432000 4194304 4196468 140736219169040 139712338553456 139713268411010 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23057] ppid=22995 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23057/stat : 23057 (java) S 22995 22998 15883 0 -1 1077944384 13 13109 0 0 0 0 5 3 20 0 15 0 445517567 11079880704 12497 33554432000 4194304 4196468 140736219169040 139712266233120 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23058] ppid=22995 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23058/stat : 23058 (java) S 22995 22998 15883 0 -1 1077944384 1 13109 0 0 0 0 5 3 20 0 15 0 445517567 11079880704 12497 33554432000 4194304 4196468 140736219169040 139712064906864 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23059] ppid=22995 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23059/stat : 23059 (java) S 22995 22998 15883 0 -1 1077944384 3 13109 0 0 0 0 5 3 20 0 15 0 445517570 11079880704 12497 33554432000 4194304 4196468 140736219169040 139711824616016 139713268418459 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23060] ppid=22995 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/22998/task/23060/stat : 23060 (java) S 22995 22998 15883 0 -1 1077944384 627 13109 0 0 2 0 5 3 20 0 15 0 445517570 11079880704 12497 33554432000 4194304 4196468 140736219169040 139712337500272 139713268411010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23061] ppid=22995 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/22998/task/23061/stat : 23061 (java) S 22995 22998 15883 0 -1 1077944384 75 13109 0 0 1 0 5 3 20 0 15 0 445517570 11079880704 12497 33554432000 4194304 4196468 140736219169040 139712336447472 139713268411010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23062] ppid=22995 vsize=10820196 memory=140446269109888 CPUtime=0.13 cores=1,3,5,7
/proc/22998/task/23062/stat : 23062 (java) S 22995 22998 15883 0 -1 1077944384 693 13109 0 0 5 0 5 3 20 0 15 0 445517570 11079880704 12497 33554432000 4194304 4196468 140736219169040 139712335395184 139713268411010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23063] ppid=22995 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23063/stat : 23063 (java) S 22995 22998 15883 0 -1 1077944384 3 13109 0 0 0 0 5 3 20 0 15 0 445517570 11079880704 12497 33554432000 4194304 4196468 140736219169040 139711791057376 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23064] ppid=22995 vsize=10820196 memory=140446269109888 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23064/stat : 23064 (java) S 22995 22998 15883 0 -1 1077944384 1 13109 0 0 0 0 5 3 20 0 15 0 445517571 11079880704 12497 33554432000 4194304 4196468 140736219169040 139712232676272 139713268411010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 49988 KiB

[startup+0.707257 s]
/proc/loadavg: 1.41 1.46 1.43 3/227 23064
/proc/meminfo: memFree=24583104/32770624 swapFree=66999436/67108860
[pid=22998] ppid=22995 vsize=10824364 memory=84732 CPUtime=1.13 cores=1,3,5,7
/proc/22998/stat : 22998 (java) S 22995 22998 15883 0 -1 1077944320 15393 13109 0 0 100 5 5 3 20 0 15 0 445517556 11084148736 21183 33554432000 4194304 4196468 140736219169040 140736219151584 139713268399863 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
/proc/22998/statm: 2706091 21183 3502 1 0 2668173 0
[pid=22998/tid=23051] ppid=22995 vsize=10824364 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/22998/task/23051/stat : 23051 (java) R 22995 22998 15883 0 -1 4202560 10638 13109 0 0 56 4 5 3 20 0 15 0 445517564 11084148736 21183 33554432000 4194304 4196468 140736219169040 139713240227024 139713250689184 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23052] ppid=22995 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23052/stat : 23052 (java) S 22995 22998 15883 0 -1 1077944384 1 13109 0 0 0 0 5 3 20 0 15 0 445517565 11084148736 21183 33554432000 4194304 4196468 140736219169040 139713272641936 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23053] ppid=22995 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23053/stat : 23053 (java) S 22995 22998 15883 0 -1 1077944384 1 13109 0 0 0 0 5 3 20 0 15 0 445517565 11084148736 21183 33554432000 4194304 4196468 140736219169040 139712841222416 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23054] ppid=22995 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23054/stat : 23054 (java) S 22995 22998 15883 0 -1 1077944384 1 13109 0 0 0 0 5 3 20 0 15 0 445517565 11084148736 21183 33554432000 4194304 4196468 140736219169040 139712840170128 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23055] ppid=22995 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23055/stat : 23055 (java) S 22995 22998 15883 0 -1 1077944384 2 13109 0 0 0 0 5 3 20 0 15 0 445517565 11084148736 21183 33554432000 4194304 4196468 140736219169040 139712839117328 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23056] ppid=22995 vsize=10824364 memory=140449725547096 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23056/stat : 23056 (java) S 22995 22998 15883 0 -1 1077944384 5 13109 0 0 0 0 5 3 20 0 15 0 445517567 11084148736 21183 33554432000 4194304 4196468 140736219169040 139712338553456 139713268411010 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23057] ppid=22995 vsize=10824364 memory=140449725547097 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23057/stat : 23057 (java) S 22995 22998 15883 0 -1 1077944384 13 13109 0 0 0 0 5 3 20 0 15 0 445517567 11084148736 21183 33554432000 4194304 4196468 140736219169040 139712266233120 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23058] ppid=22995 vsize=10824364 memory=140449725547098 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23058/stat : 23058 (java) S 22995 22998 15883 0 -1 1077944384 1 13109 0 0 0 0 5 3 20 0 15 0 445517567 11084148736 21183 33554432000 4194304 4196468 140736219169040 139712064906864 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23059] ppid=22995 vsize=10824364 memory=140449725547100 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23059/stat : 23059 (java) S 22995 22998 15883 0 -1 1077944384 3 13109 0 0 0 0 5 3 20 0 15 0 445517570 11084148736 21183 33554432000 4194304 4196468 140736219169040 139711824616016 139713268418459 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23060] ppid=22995 vsize=10824364 memory=140449725547106 CPUtime=0.2 cores=1,3,5,7
/proc/22998/task/23060/stat : 23060 (java) R 22995 22998 15883 0 -1 4202560 1074 13109 0 0 12 0 5 3 20 0 15 0 445517570 11084148736 21183 33554432000 4194304 4196468 140736219169040 139712337481680 139713252688740 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23061] ppid=22995 vsize=10824364 memory=140449725547111 CPUtime=0.21 cores=1,3,5,7
/proc/22998/task/23061/stat : 23061 (java) R 22995 22998 15883 0 -1 4202560 506 13109 0 0 13 0 5 3 20 0 15 0 445517570 11084148736 21183 33554432000 4194304 4196468 140736219169040 139712336447472 139713246566344 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23062] ppid=22995 vsize=10824364 memory=143039590826637 CPUtime=0.25 cores=1,3,5,7
/proc/22998/task/23062/stat : 23062 (java) R 22995 22998 15883 0 -1 1077944384 941 13109 0 0 17 0 5 3 20 0 15 0 445517570 11084148736 21183 33554432000 4194304 4196468 140736219169040 139712335395184 139713268411010 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23063] ppid=22995 vsize=10824364 memory=14060 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23063/stat : 23063 (java) S 22995 22998 15883 0 -1 1077944384 3 13109 0 0 0 0 5 3 20 0 15 0 445517570 11084148736 21183 33554432000 4194304 4196468 140736219169040 139711791057376 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23064] ppid=22995 vsize=10824364 memory=2116 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23064/stat : 23064 (java) S 22995 22998 15883 0 -1 1077944384 1 13109 0 0 0 0 5 3 20 0 15 0 445517571 11084148736 21183 33554432000 4194304 4196468 140736219169040 139712232676272 139713268411010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 84732 KiB

[startup+1.50065 s]
/proc/loadavg: 1.41 1.46 1.43 5/227 23064
/proc/meminfo: memFree=24532796/32770624 swapFree=66999436/67108860
[pid=22998] ppid=22995 vsize=10834680 memory=195712 CPUtime=2.81 cores=1,3,5,7
/proc/22998/stat : 22998 (java) S 22995 22998 15883 0 -1 1077944320 25235 13109 0 0 261 12 5 3 20 0 15 0 445517556 11094712320 48928 33554432000 4194304 4196468 140736219169040 140736219151584 139713268399863 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
/proc/22998/statm: 2708670 48928 3577 1 0 2670733 0
[pid=22998/tid=23051] ppid=22995 vsize=10834680 memory=119652 CPUtime=1.43 cores=1,3,5,7
/proc/22998/task/23051/stat : 23051 (java) R 22995 22998 15883 0 -1 4202560 15709 13109 0 0 129 6 5 3 20 0 15 0 445517564 11094712320 48928 33554432000 4194304 4196468 140736219169040 139713240229520 139713268411798 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23052] ppid=22995 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/22998/task/23052/stat : 23052 (java) S 22995 22998 15883 0 -1 1077944384 48 13109 0 0 1 0 5 3 20 0 15 0 445517565 11094712320 48928 33554432000 4194304 4196468 140736219169040 139713272641936 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23053] ppid=22995 vsize=10834680 memory=-7880843606118635149 CPUtime=0.09 cores=1,3,5,7
/proc/22998/task/23053/stat : 23053 (java) S 22995 22998 15883 0 -1 1077944384 57 13109 0 0 1 0 5 3 20 0 15 0 445517565 11094712320 48928 33554432000 4194304 4196468 140736219169040 139712841222416 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23054] ppid=22995 vsize=10834680 memory=6944656592387989600 CPUtime=0.09 cores=1,3,5,7
/proc/22998/task/23054/stat : 23054 (java) S 22995 22998 15883 0 -1 1077944384 278 13109 0 0 1 0 5 3 20 0 15 0 445517565 11094712320 48928 33554432000 4194304 4196468 140736219169040 139712840170128 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23055] ppid=22995 vsize=10834680 memory=6944656592455097440 CPUtime=0.09 cores=1,3,5,7
/proc/22998/task/23055/stat : 23055 (java) S 22995 22998 15883 0 -1 1077944384 34 13109 0 0 1 0 5 3 20 0 15 0 445517565 11094712320 48928 33554432000 4194304 4196468 140736219169040 139712839117328 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23056] ppid=22995 vsize=10834680 memory=280892337753072 CPUtime=0.09 cores=1,3,5,7
/proc/22998/task/23056/stat : 23056 (java) S 22995 22998 15883 0 -1 1077944384 100 13109 0 0 1 0 5 3 20 0 15 0 445517567 11094712320 48928 33554432000 4194304 4196468 140736219169040 139712338553456 139713268411010 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23057] ppid=22995 vsize=10834680 memory=2129104 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23057/stat : 23057 (java) S 22995 22998 15883 0 -1 1077944384 14 13109 0 0 0 0 5 3 20 0 15 0 445517567 11094712320 48928 33554432000 4194304 4196468 140736219169040 139712266233184 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23058] ppid=22995 vsize=10834680 memory=2140628 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23058/stat : 23058 (java) S 22995 22998 15883 0 -1 1077944384 1 13109 0 0 0 0 5 3 20 0 15 0 445517567 11094712320 48928 33554432000 4194304 4196468 140736219169040 139712064906880 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23059] ppid=22995 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23059/stat : 23059 (java) S 22995 22998 15883 0 -1 1077944384 3 13109 0 0 0 0 5 3 20 0 15 0 445517570 11094712320 48928 33554432000 4194304 4196468 140736219169040 139711824616016 139713268418459 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23060] ppid=22995 vsize=10834680 memory=321013415753841610 CPUtime=0.49 cores=1,3,5,7
/proc/22998/task/23060/stat : 23060 (java) S 22995 22998 15883 0 -1 1077944384 2677 13109 0 0 41 0 5 3 20 0 15 0 445517570 11094712320 48928 33554432000 4194304 4196468 140736219169040 139712337500272 139713268411010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23061] ppid=22995 vsize=10834680 memory=288287796528194599 CPUtime=0.45 cores=1,3,5,7
/proc/22998/task/23061/stat : 23061 (java) R 22995 22998 15883 0 -1 1077944384 1847 13109 0 0 37 0 5 3 20 0 15 0 445517570 11094712320 48928 33554432000 4194304 4196468 140736219169040 139712336447472 139713268411010 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23062] ppid=22995 vsize=10834680 memory=6656426216303648864 CPUtime=0.52 cores=1,3,5,7
/proc/22998/task/23062/stat : 23062 (java) S 22995 22998 15883 0 -1 1077944384 2258 13109 0 0 44 0 5 3 20 0 15 0 445517570 11094712320 48928 33554432000 4194304 4196468 140736219169040 139712335395184 139713268411010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23063] ppid=22995 vsize=10834680 memory=6944656575208382560 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23063/stat : 23063 (java) S 22995 22998 15883 0 -1 1077944384 3 13109 0 0 0 0 5 3 20 0 15 0 445517570 11094712320 48928 33554432000 4194304 4196468 140736219169040 139711791057376 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23064] ppid=22995 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23064/stat : 23064 (java) S 22995 22998 15883 0 -1 1077944384 1 13109 0 0 0 0 5 3 20 0 15 0 445517571 11094712320 48928 33554432000 4194304 4196468 140736219169040 139712232676272 139713268411010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0

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

/proc/22998/task/23051/stat : 23051 (java) R 22995 22998 15883 0 -1 4202560 97665 13109 0 0 229558 55 5 3 20 0 15 0 445517564 11107328000 158098 33554432000 4194304 4196468 140736219169040 139713240234928 139712873149056 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23052] ppid=22995 vsize=10847000 memory=632392 CPUtime=13.21 cores=1,3,5,7
/proc/22998/task/23052/stat : 23052 (java) S 22995 22998 15883 0 -1 1077944384 12172 13109 0 0 1258 55 5 3 20 0 15 0 445517565 11107328000 158098 33554432000 4194304 4196468 140736219169040 139713272641936 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23053] ppid=22995 vsize=10847000 memory=632392 CPUtime=13.18 cores=1,3,5,7
/proc/22998/task/23053/stat : 23053 (java) S 22995 22998 15883 0 -1 1077944384 11359 13109 0 0 1255 55 5 3 20 0 15 0 445517565 11107328000 158098 33554432000 4194304 4196468 140736219169040 139712841222416 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23054] ppid=22995 vsize=10847000 memory=630344 CPUtime=13.2 cores=1,3,5,7
/proc/22998/task/23054/stat : 23054 (java) S 22995 22998 15883 0 -1 1077944384 13477 13109 0 0 1259 53 5 3 20 0 15 0 445517565 11107328000 158098 33554432000 4194304 4196468 140736219169040 139712840170128 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23055] ppid=22995 vsize=10847000 memory=630344 CPUtime=13.21 cores=1,3,5,7
/proc/22998/task/23055/stat : 23055 (java) S 22995 22998 15883 0 -1 1077944384 11588 13109 0 0 1258 55 5 3 20 0 15 0 445517565 11107328000 158098 33554432000 4194304 4196468 140736219169040 139712839117328 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23056] ppid=22995 vsize=10847000 memory=630152 CPUtime=10.21 cores=1,3,5,7
/proc/22998/task/23056/stat : 23056 (java) S 22995 22998 15883 0 -1 1077944384 13225 13109 0 0 951 62 5 3 20 0 15 0 445517567 11107328000 158098 33554432000 4194304 4196468 140736219169040 139712338553456 139713268411010 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23057] ppid=22995 vsize=10847000 memory=632392 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23057/stat : 23057 (java) S 22995 22998 15883 0 -1 1077944384 16 13109 0 0 0 0 5 3 20 0 15 0 445517567 11107328000 158098 33554432000 4194304 4196468 140736219169040 139712266233184 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23058] ppid=22995 vsize=10847000 memory=47900 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23058/stat : 23058 (java) S 22995 22998 15883 0 -1 1077944384 3 13109 0 0 0 0 5 3 20 0 15 0 445517567 11107328000 158098 33554432000 4194304 4196468 140736219169040 139712064906880 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23059] ppid=22995 vsize=10847000 memory=632716 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23059/stat : 23059 (java) S 22995 22998 15883 0 -1 1077944384 3 13109 0 0 0 0 5 3 20 0 15 0 445517570 11107328000 158098 33554432000 4194304 4196468 140736219169040 139711824616016 139713268418459 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23060] ppid=22995 vsize=10847000 memory=632716 CPUtime=4.95 cores=1,3,5,7
/proc/22998/task/23060/stat : 23060 (java) S 22995 22998 15883 0 -1 1077944384 30425 13109 0 0 481 6 5 3 20 0 15 0 445517570 11107328000 158098 33554432000 4194304 4196468 140736219169040 139712337500272 139713268411010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23061] ppid=22995 vsize=10847000 memory=630344 CPUtime=5.29 cores=1,3,5,7
/proc/22998/task/23061/stat : 23061 (java) S 22995 22998 15883 0 -1 1077944384 29586 13109 0 0 513 8 5 3 20 0 15 0 445517570 11107328000 158098 33554432000 4194304 4196468 140736219169040 139712336447472 139713268411010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23062] ppid=22995 vsize=10847000 memory=630344 CPUtime=4.95 cores=1,3,5,7
/proc/22998/task/23062/stat : 23062 (java) S 22995 22998 15883 0 -1 1077944384 28385 13109 0 0 480 7 5 3 20 0 15 0 445517570 11107328000 158098 33554432000 4194304 4196468 140736219169040 139712335395184 139713268411010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23063] ppid=22995 vsize=10847000 memory=632392 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23063/stat : 23063 (java) S 22995 22998 15883 0 -1 1077944384 3 13109 0 0 0 0 5 3 20 0 15 0 445517570 11107328000 158098 33554432000 4194304 4196468 140736219169040 139711791057376 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23064] ppid=22995 vsize=10847000 memory=3848 CPUtime=1.43 cores=1,3,5,7
/proc/22998/task/23064/stat : 23064 (java) S 22995 22998 15883 0 -1 1077944384 1180 13109 0 0 59 76 5 3 20 0 15 0 445517571 11107328000 158098 33554432000 4194304 4196468 140736219169040 139712232676272 139713268411010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
Current children cumulated CPU time: 2375.22 s
Current children cumulated vsize: 10847000 KiB
Current children cumulated memory: 632392 KiB

[startup+2382.3 s]
/proc/loadavg: 1.26 1.28 1.34 3/227 23435
/proc/meminfo: memFree=25665504/32770624 swapFree=66999436/67108860
[pid=22998] ppid=22995 vsize=10847000 memory=629428 CPUtime=2436.36 cores=1,3,5,7
/proc/22998/stat : 22998 (java) S 22995 22998 15883 0 -1 1077944320 253343 13109 0 0 243242 386 5 3 20 0 15 0 445517556 11107328000 157357 33554432000 4194304 4196468 140736219169040 140736219151584 139713268399863 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
/proc/22998/statm: 2711750 157357 3634 1 0 2673805 0
[pid=22998/tid=23051] ppid=22995 vsize=10847000 memory=629428 CPUtime=2355.52 cores=1,3,5,7
/proc/22998/task/23051/stat : 23051 (java) R 22995 22998 15883 0 -1 4202560 98881 13109 0 0 235488 56 5 3 20 0 15 0 445517564 11107328000 157357 33554432000 4194304 4196468 140736219169040 139713240235376 139713250807458 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23052] ppid=22995 vsize=10847000 memory=629816 CPUtime=13.6 cores=1,3,5,7
/proc/22998/task/23052/stat : 23052 (java) S 22995 22998 15883 0 -1 1077944384 12366 13109 0 0 1296 56 5 3 20 0 15 0 445517565 11107328000 157357 33554432000 4194304 4196468 140736219169040 139713272641936 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23053] ppid=22995 vsize=10847000 memory=627248 CPUtime=13.57 cores=1,3,5,7
/proc/22998/task/23053/stat : 23053 (java) S 22995 22998 15883 0 -1 1077944384 11551 13109 0 0 1293 56 5 3 20 0 15 0 445517565 11107328000 157357 33554432000 4194304 4196468 140736219169040 139712841222416 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23054] ppid=22995 vsize=10847000 memory=627248 CPUtime=13.59 cores=1,3,5,7
/proc/22998/task/23054/stat : 23054 (java) S 22995 22998 15883 0 -1 1077944384 13718 13109 0 0 1297 54 5 3 20 0 15 0 445517565 11107328000 157357 33554432000 4194304 4196468 140736219169040 139712840170128 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23055] ppid=22995 vsize=10847000 memory=629428 CPUtime=13.59 cores=1,3,5,7
/proc/22998/task/23055/stat : 23055 (java) S 22995 22998 15883 0 -1 1077944384 11745 13109 0 0 1296 55 5 3 20 0 15 0 445517565 11107328000 157357 33554432000 4194304 4196468 140736219169040 139712839117328 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23056] ppid=22995 vsize=10847000 memory=629428 CPUtime=10.45 cores=1,3,5,7
/proc/22998/task/23056/stat : 23056 (java) S 22995 22998 15883 0 -1 1077944384 13263 13109 0 0 973 64 5 3 20 0 15 0 445517567 11107328000 157357 33554432000 4194304 4196468 140736219169040 139712338553456 139713268411010 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23057] ppid=22995 vsize=10847000 memory=629428 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23057/stat : 23057 (java) S 22995 22998 15883 0 -1 1077944384 16 13109 0 0 0 0 5 3 20 0 15 0 445517567 11107328000 157357 33554432000 4194304 4196468 140736219169040 139712266233184 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23058] ppid=22995 vsize=10847000 memory=627248 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23058/stat : 23058 (java) S 22995 22998 15883 0 -1 1077944384 3 13109 0 0 0 0 5 3 20 0 15 0 445517567 11107328000 157357 33554432000 4194304 4196468 140736219169040 139712064906880 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23059] ppid=22995 vsize=10847000 memory=627380 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23059/stat : 23059 (java) S 22995 22998 15883 0 -1 1077944384 3 13109 0 0 0 0 5 3 20 0 15 0 445517570 11107328000 157357 33554432000 4194304 4196468 140736219169040 139711824616016 139713268418459 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23060] ppid=22995 vsize=10847000 memory=627380 CPUtime=4.95 cores=1,3,5,7
/proc/22998/task/23060/stat : 23060 (java) S 22995 22998 15883 0 -1 1077944384 30427 13109 0 0 481 6 5 3 20 0 15 0 445517570 11107328000 157357 33554432000 4194304 4196468 140736219169040 139712337500272 139713268411010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23061] ppid=22995 vsize=10847000 memory=628280 CPUtime=5.29 cores=1,3,5,7
/proc/22998/task/23061/stat : 23061 (java) S 22995 22998 15883 0 -1 1077944384 29588 13109 0 0 513 8 5 3 20 0 15 0 445517570 11107328000 157357 33554432000 4194304 4196468 140736219169040 139712336447472 139713268411010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23062] ppid=22995 vsize=10847000 memory=932 CPUtime=4.95 cores=1,3,5,7
/proc/22998/task/23062/stat : 23062 (java) S 22995 22998 15883 0 -1 1077944384 28387 13109 0 0 480 7 5 3 20 0 15 0 445517570 11107328000 157357 33554432000 4194304 4196468 140736219169040 139712335395184 139713268411010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23063] ppid=22995 vsize=10847000 memory=3624 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23063/stat : 23063 (java) S 22995 22998 15883 0 -1 1077944384 3 13109 0 0 0 0 5 3 20 0 15 0 445517570 11107328000 157357 33554432000 4194304 4196468 140736219169040 139711791057376 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23064] ppid=22995 vsize=10847000 memory=47900 CPUtime=1.46 cores=1,3,5,7
/proc/22998/task/23064/stat : 23064 (java) S 22995 22998 15883 0 -1 1077944384 1186 13109 0 0 61 77 5 3 20 0 15 0 445517571 11107328000 157357 33554432000 4194304 4196468 140736219169040 139712232676272 139713268411010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
Current children cumulated CPU time: 2436.36 s
Current children cumulated vsize: 10847000 KiB
Current children cumulated memory: 629428 KiB

[startup+2442.3 s]
/proc/loadavg: 1.48 1.34 1.35 3/227 23439
/proc/meminfo: memFree=25671056/32770624 swapFree=66999436/67108860
[pid=22998] ppid=22995 vsize=10847000 memory=622032 CPUtime=2497.51 cores=1,3,5,7
/proc/22998/stat : 22998 (java) S 22995 22998 15883 0 -1 1077944320 255211 13109 0 0 249349 394 5 3 20 0 15 0 445517556 11107328000 155508 33554432000 4194304 4196468 140736219169040 140736219151584 139713268399863 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
/proc/22998/statm: 2711750 155508 3634 1 0 2673805 0
[pid=22998/tid=23051] ppid=22995 vsize=10847000 memory=622544 CPUtime=2414.82 cores=1,3,5,7
/proc/22998/task/23051/stat : 23051 (java) R 22995 22998 15883 0 -1 4202560 99387 13109 0 0 241417 57 5 3 20 0 15 0 445517564 11107328000 155508 33554432000 4194304 4196468 140736219169040 139713240235152 139713250920945 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23052] ppid=22995 vsize=10847000 memory=629188 CPUtime=14 cores=1,3,5,7
/proc/22998/task/23052/stat : 23052 (java) S 22995 22998 15883 0 -1 1077944384 12710 13109 0 0 1334 58 5 3 20 0 15 0 445517565 11107328000 155508 33554432000 4194304 4196468 140736219169040 139713272641936 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23053] ppid=22995 vsize=10847000 memory=625596 CPUtime=13.96 cores=1,3,5,7
/proc/22998/task/23053/stat : 23053 (java) S 22995 22998 15883 0 -1 1077944384 11846 13109 0 0 1331 57 5 3 20 0 15 0 445517565 11107328000 155508 33554432000 4194304 4196468 140736219169040 139712841222416 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23054] ppid=22995 vsize=10847000 memory=625112 CPUtime=13.99 cores=1,3,5,7
/proc/22998/task/23054/stat : 23054 (java) S 22995 22998 15883 0 -1 1077944384 14036 13109 0 0 1335 56 5 3 20 0 15 0 445517565 11107328000 155508 33554432000 4194304 4196468 140736219169040 139712840170128 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23055] ppid=22995 vsize=10847000 memory=624084 CPUtime=13.99 cores=1,3,5,7
/proc/22998/task/23055/stat : 23055 (java) S 22995 22998 15883 0 -1 1077944384 11948 13109 0 0 1334 57 5 3 20 0 15 0 445517565 11107328000 155508 33554432000 4194304 4196468 140736219169040 139712839117328 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23056] ppid=22995 vsize=10847000 memory=629044 CPUtime=10.68 cores=1,3,5,7
/proc/22998/task/23056/stat : 23056 (java) S 22995 22998 15883 0 -1 1077944384 13450 13109 0 0 995 65 5 3 20 0 15 0 445517567 11107328000 155508 33554432000 4194304 4196468 140736219169040 139712338553456 139713268411010 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23057] ppid=22995 vsize=10847000 memory=627160 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23057/stat : 23057 (java) S 22995 22998 15883 0 -1 1077944384 16 13109 0 0 0 0 5 3 20 0 15 0 445517567 11107328000 155508 33554432000 4194304 4196468 140736219169040 139712266233184 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23058] ppid=22995 vsize=10847000 memory=625596 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23058/stat : 23058 (java) S 22995 22998 15883 0 -1 1077944384 3 13109 0 0 0 0 5 3 20 0 15 0 445517567 11107328000 155508 33554432000 4194304 4196468 140736219169040 139712064906880 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23059] ppid=22995 vsize=10847000 memory=623056 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23059/stat : 23059 (java) S 22995 22998 15883 0 -1 1077944384 3 13109 0 0 0 0 5 3 20 0 15 0 445517570 11107328000 155508 33554432000 4194304 4196468 140736219169040 139711824616016 139713268418459 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23060] ppid=22995 vsize=10847000 memory=3624 CPUtime=4.95 cores=1,3,5,7
/proc/22998/task/23060/stat : 23060 (java) S 22995 22998 15883 0 -1 1077944384 30427 13109 0 0 481 6 5 3 20 0 15 0 445517570 11107328000 155508 33554432000 4194304 4196468 140736219169040 139712337500272 139713268411010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23061] ppid=22995 vsize=10847000 memory=622032 CPUtime=5.29 cores=1,3,5,7
/proc/22998/task/23061/stat : 23061 (java) S 22995 22998 15883 0 -1 1077944384 29588 13109 0 0 513 8 5 3 20 0 15 0 445517570 11107328000 155508 33554432000 4194304 4196468 140736219169040 139712336447472 139713268411010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23062] ppid=22995 vsize=10847000 memory=622032 CPUtime=4.95 cores=1,3,5,7
/proc/22998/task/23062/stat : 23062 (java) S 22995 22998 15883 0 -1 1077944384 28387 13109 0 0 480 7 5 3 20 0 15 0 445517570 11107328000 155508 33554432000 4194304 4196468 140736219169040 139712335395184 139713268411010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23063] ppid=22995 vsize=10847000 memory=623568 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23063/stat : 23063 (java) S 22995 22998 15883 0 -1 1077944384 3 13109 0 0 0 0 5 3 20 0 15 0 445517570 11107328000 155508 33554432000 4194304 4196468 140736219169040 139711791057376 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23064] ppid=22995 vsize=10847000 memory=623568 CPUtime=1.49 cores=1,3,5,7
/proc/22998/task/23064/stat : 23064 (java) S 22995 22998 15883 0 -1 1077944384 1201 13109 0 0 62 79 5 3 20 0 15 0 445517571 11107328000 155508 33554432000 4194304 4196468 140736219169040 139712232676272 139713268411010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
Current children cumulated CPU time: 2497.51 s
Current children cumulated vsize: 10847000 KiB
Current children cumulated memory: 622032 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2464.4 s]
/proc/loadavg: 1.35 1.32 1.35 3/228 23447
/proc/meminfo: memFree=25678760/32770624 swapFree=66999436/67108860
[pid=22998] ppid=22995 vsize=10847000 memory=614792 CPUtime=2520.02 cores=1,3,5,7
/proc/22998/stat : 22998 (java) S 22995 22998 15883 0 -1 1077944320 255958 13109 0 0 251597 397 5 3 20 0 15 0 445517556 11107328000 153698 33554432000 4194304 4196468 140736219169040 140736219151584 139713268399863 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
/proc/22998/statm: 2711750 153698 3634 1 0 2673805 0
[pid=22998/tid=23051] ppid=22995 vsize=10847000 memory=2540 CPUtime=2436.64 cores=1,3,5,7
/proc/22998/task/23051/stat : 23051 (java) R 22995 22998 15883 0 -1 4202560 99690 13109 0 0 243599 57 5 3 20 0 15 0 445517564 11107328000 153698 33554432000 4194304 4196468 140736219169040 139713240235152 139712877056672 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23052] ppid=22995 vsize=10847000 memory=1760 CPUtime=14.14 cores=1,3,5,7
/proc/22998/task/23052/stat : 23052 (java) S 22995 22998 15883 0 -1 1077944384 12759 13109 0 0 1348 58 5 3 20 0 15 0 445517565 11107328000 153698 33554432000 4194304 4196468 140736219169040 139713272641936 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23053] ppid=22995 vsize=10847000 memory=111636 CPUtime=14.11 cores=1,3,5,7
/proc/22998/task/23053/stat : 23053 (java) S 22995 22998 15883 0 -1 1077944384 12001 13109 0 0 1346 57 5 3 20 0 15 0 445517565 11107328000 153698 33554432000 4194304 4196468 140736219169040 139712841222416 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23054] ppid=22995 vsize=10847000 memory=614792 CPUtime=14.13 cores=1,3,5,7
/proc/22998/task/23054/stat : 23054 (java) S 22995 22998 15883 0 -1 1077944384 14101 13109 0 0 1349 56 5 3 20 0 15 0 445517565 11107328000 153698 33554432000 4194304 4196468 140736219169040 139712840170128 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23055] ppid=22995 vsize=10847000 memory=614792 CPUtime=14.14 cores=1,3,5,7
/proc/22998/task/23055/stat : 23055 (java) S 22995 22998 15883 0 -1 1077944384 12087 13109 0 0 1349 57 5 3 20 0 15 0 445517565 11107328000 153698 33554432000 4194304 4196468 140736219169040 139712839117328 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23056] ppid=22995 vsize=10847000 memory=3624 CPUtime=10.78 cores=1,3,5,7
/proc/22998/task/23056/stat : 23056 (java) S 22995 22998 15883 0 -1 1077944384 13477 13109 0 0 1004 66 5 3 20 0 15 0 445517567 11107328000 153698 33554432000 4194304 4196468 140736219169040 139712338553456 139713268411010 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23057] ppid=22995 vsize=10847000 memory=280892339116256 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23057/stat : 23057 (java) S 22995 22998 15883 0 -1 1077944384 16 13109 0 0 0 0 5 3 20 0 15 0 445517567 11107328000 153698 33554432000 4194304 4196468 140736219169040 139712266233184 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23058] ppid=22995 vsize=10847000 memory=7307742845608946280 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23058/stat : 23058 (java) S 22995 22998 15883 0 -1 1077944384 3 13109 0 0 0 0 5 3 20 0 15 0 445517567 11107328000 153698 33554432000 4194304 4196468 140736219169040 139712064906880 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23059] ppid=22995 vsize=10847000 memory=3680 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23059/stat : 23059 (java) S 22995 22998 15883 0 -1 1077944384 3 13109 0 0 0 0 5 3 20 0 15 0 445517570 11107328000 153698 33554432000 4194304 4196468 140736219169040 139711824616016 139713268418459 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23060] ppid=22995 vsize=10847000 memory=864 CPUtime=4.95 cores=1,3,5,7
/proc/22998/task/23060/stat : 23060 (java) S 22995 22998 15883 0 -1 1077944384 30429 13109 0 0 481 6 5 3 20 0 15 0 445517570 11107328000 153698 33554432000 4194304 4196468 140736219169040 139712337500272 139713268411010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23061] ppid=22995 vsize=10847000 memory=1436 CPUtime=5.29 cores=1,3,5,7
/proc/22998/task/23061/stat : 23061 (java) S 22995 22998 15883 0 -1 1077944384 29590 13109 0 0 513 8 5 3 20 0 15 0 445517570 11107328000 153698 33554432000 4194304 4196468 140736219169040 139712336447472 139713268411010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23062] ppid=22995 vsize=10847000 memory=1652 CPUtime=4.95 cores=1,3,5,7
/proc/22998/task/23062/stat : 23062 (java) S 22995 22998 15883 0 -1 1077944384 28390 13109 0 0 480 7 5 3 20 0 15 0 445517570 11107328000 153698 33554432000 4194304 4196468 140736219169040 139712335395184 139713268411010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23063] ppid=22995 vsize=10847000 memory=1980 CPUtime=0.08 cores=1,3,5,7
/proc/22998/task/23063/stat : 23063 (java) S 22995 22998 15883 0 -1 1077944384 3 13109 0 0 0 0 5 3 20 0 15 0 445517570 11107328000 153698 33554432000 4194304 4196468 140736219169040 139711791057376 139713268410069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
[pid=22998/tid=23064] ppid=22995 vsize=10847000 memory=2540 CPUtime=1.51 cores=1,3,5,7
/proc/22998/task/23064/stat : 23064 (java) S 22995 22998 15883 0 -1 1077944384 1203 13109 0 0 63 80 5 3 20 0 15 0 445517571 11107328000 153698 33554432000 4194304 4196468 140736219169040 139712232676272 139713268411010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37883904 140736219171568 140736219174085 140736219174085 140736219176911 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10847000 KiB
Current children cumulated memory: 614792 KiB

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

[startup+2464.45 s]
# the end of solver process 22998 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.07 s, system=4.01625 s

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

Child status: 143
Real time (s): 2464.45
CPU time (s): 2520.09
CPU user time (s): 2516.07
CPU system time (s): 4.01625
CPU usage (%): 102.257
Max. virtual memory (cumulated for all children) (KiB): 10849668
Max. memory (cumulated for all children) (KiB): 993008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.07
system time used= 4.01625
maximum resident set size= 995056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 270097
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 278740
involuntary context switches= 10033


# summary of solver processes directly reported to runsolver:
#   pid: 22998
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2516.07
#   total CPU system time (s): 4.01625

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2134 second user time and 23.6079 second system time

The end

Launcher Data

Begin job on node140 at 2019-09-17 06:49:11
IDJOB=4400869
IDBENCH=141691
IDSOLVER=2857
FILE ID=node140/4400869-1568695791
RUNJOBID= node140-1568673290-15915
PBS_JOBID= 21703779
Free space on /tmp= 58080 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP19/hcp/graph223.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400869-1568695791/watcher-4400869-1568695791 -o /tmp/evaluation-result-4400869-1568695791/solver-4400869-1568695791 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node140-1568673290-15915 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=711557294 HOME/instance-4400869-1568695791.xml

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

MD5SUM BENCH= c2ae7594dad59fdbc475d1849bdfa679
RANDOM SEED=711557294

node140.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.43
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.43
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.43
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.43
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:        24635908 kB
MemAvailable:   29275496 kB
Buffers:          194540 kB
Cached:          4687800 kB
SwapCached:         2596 kB
Active:          4211656 kB
Inactive:        3250192 kB
Active(anon):    2574832 kB
Inactive(anon):    53748 kB
Active(file):    1636824 kB
Inactive(file):  3196444 kB
Unevictable:      106456 kB
Mlocked:          106456 kB
SwapTotal:      67108860 kB
SwapFree:       66999436 kB
Dirty:             35476 kB
Writeback:             0 kB
AnonPages:       2692116 kB
Mapped:            62080 kB
Shmem:             40584 kB
Slab:             265228 kB
SReclaimable:     234780 kB
SUnreclaim:        30448 kB
KernelStack:        3984 kB
PageTables:        10952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3623608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2512896 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 58044 MiB
End job on node140 at 2019-09-17 07:30:15