Trace number 4400811

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.06 2450.73

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-10-06-fair.xml
MD5SUM93355dee8c41895d58696aeae14790df
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 benchmark15.4169
Satisfiable
(Un)Satisfiability was proved
Number of variables16091
Number of constraints15232
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":2156},{"size":201,"count":77},{"size":20001,"count":13858}]
Minimum variable degree2
Maximum variable degree131
Distribution of variable degrees[{"degree":2,"count":14227},{"degree":3,"count":360},{"degree":4,"count":36},{"degree":5,"count":180},{"degree":6,"count":109},{"degree":7,"count":310},{"degree":8,"count":413},{"degree":9,"count":246},{"degree":10,"count":22},{"degree":11,"count":13},{"degree":12,"count":72},{"degree":13,"count":70},{"degree":22,"count":1},{"degree":32,"count":7},{"degree":52,"count":7},{"degree":54,"count":4},{"degree":64,"count":1},{"degree":73,"count":6},{"degree":114,"count":2},{"degree":115,"count":4},{"degree":131,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":2488},{"arity":3,"count":12742}]
Number of extensional constraints0
Number of intensional constraints15232
Distribution of constraint types[{"type":"intension","count":15232}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400811-1568693149/watcher-4400811-1568693149 -o /tmp/evaluation-result-4400811-1568693149/solver-4400811-1568693149 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568673292-1029 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=548403584 HOME/instance-4400811-1568693149.xml 

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

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

solver pid=6637, runsolver pid=6634

[startup+0.100057 s]*
/proc/loadavg: 1.63 1.60 1.47 3/220 6694
/proc/meminfo: memFree=27498044/32770624 swapFree=66998756/67108860
[pid=6637] ppid=6634 vsize=9972712 memory=16952 CPUtime=0.09 cores=0,2,4,6
/proc/6637/stat : 6637 (java) S 6634 6637 998 0 -1 1077944320 4477 13263 0 0 1 1 4 3 20 0 6 0 445579746 10212057088 4238 33554432000 4194304 4196468 140736480733264 140736480715808 139937086242551 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
/proc/6637/statm: 2493178 4238 1935 1 0 2481616 0
[pid=6637/tid=6690] ppid=6634 vsize=9972712 memory=8514726395714820750 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6690/stat : 6690 (java) R 6634 6637 998 0 -1 4202560 2291 13263 0 0 0 0 4 3 20 0 6 0 445579755 10212057088 4238 33554432000 4194304 4196468 140736480733264 139937058079312 139937086264477 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6691] ppid=6634 vsize=9972712 memory=-7025452035940392864 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6691/stat : 6691 (java) S 6634 6637 998 0 -1 1077944384 1 13263 0 0 0 0 4 3 20 0 6 0 445579756 10212057088 4238 33554432000 4194304 4196468 140736480733264 139937090484752 139937086252757 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6692] ppid=6634 vsize=9972712 memory=140053741262464 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6692/stat : 6692 (java) S 6634 6637 998 0 -1 1077944384 2 13263 0 0 0 0 4 3 20 0 6 0 445579756 10212057088 4238 33554432000 4194304 4196468 140736480733264 139937015790224 139937086252757 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6693] ppid=6634 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6693/stat : 6693 (java) S 6634 6637 998 0 -1 1077944384 1 13263 0 0 0 0 4 3 20 0 6 0 445579756 10212057088 4238 33554432000 4194304 4196468 140736480733264 139936658020624 139937086252757 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6694] ppid=6634 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6694/stat : 6694 (java) S 6634 6637 998 0 -1 1077944384 2 13263 0 0 0 0 4 3 20 0 6 0 445579756 10212057088 4238 33554432000 4194304 4196468 140736480733264 139936656968080 139937086252757 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16952 KiB

[startup+0.215902 s]*
/proc/loadavg: 1.63 1.60 1.47 3/229 6703
/proc/meminfo: memFree=27472328/32770624 swapFree=66998756/67108860
[pid=6637] ppid=6634 vsize=10820196 memory=46348 CPUtime=0.27 cores=0,2,4,6
/proc/6637/stat : 6637 (java) S 6634 6637 998 0 -1 1077944320 7298 13263 0 0 18 2 4 3 20 0 15 0 445579746 11079880704 11587 33554432000 4194304 4196468 140736480733264 140736480715808 139937086242551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
/proc/6637/statm: 2705049 11587 3330 1 0 2667149 0
[pid=6637/tid=6690] ppid=6634 vsize=10820196 memory=5450916389569530688 CPUtime=0.19 cores=0,2,4,6
/proc/6637/task/6690/stat : 6690 (java) R 6634 6637 998 0 -1 1077944384 3798 13263 0 0 11 1 4 3 20 0 15 0 445579755 11079880704 11587 33554432000 4194304 4196468 140736480733264 139937058056736 139937086266429 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6691] ppid=6634 vsize=10820196 memory=-7025452035940392864 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6691/stat : 6691 (java) S 6634 6637 998 0 -1 1077944384 1 13263 0 0 0 0 4 3 20 0 15 0 445579756 11079880704 11587 33554432000 4194304 4196468 140736480733264 139937090484752 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6692] ppid=6634 vsize=10820196 memory=140053741262464 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6692/stat : 6692 (java) S 6634 6637 998 0 -1 1077944384 2 13263 0 0 0 0 4 3 20 0 15 0 445579756 11079880704 11587 33554432000 4194304 4196468 140736480733264 139937015790224 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6693] ppid=6634 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6693/stat : 6693 (java) S 6634 6637 998 0 -1 1077944384 1 13263 0 0 0 0 4 3 20 0 15 0 445579756 11079880704 11587 33554432000 4194304 4196468 140736480733264 139936658020624 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6694] ppid=6634 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6694/stat : 6694 (java) S 6634 6637 998 0 -1 1077944384 2 13263 0 0 0 0 4 3 20 0 15 0 445579756 11079880704 11587 33554432000 4194304 4196468 140736480733264 139936656968080 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6695] ppid=6634 vsize=10820196 memory=140053741262464 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6695/stat : 6695 (java) S 6634 6637 998 0 -1 1077944384 2 13263 0 0 0 0 4 3 20 0 15 0 445579757 11079880704 11587 33554432000 4194304 4196468 140736480733264 139936612874992 139937086253698 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6696] ppid=6634 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6696/stat : 6696 (java) S 6634 6637 998 0 -1 1077944384 13 13263 0 0 0 0 4 3 20 0 15 0 445579758 11079880704 11587 33554432000 4194304 4196468 140736480733264 139936544056992 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6697] ppid=6634 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6697/stat : 6697 (java) S 6634 6637 998 0 -1 1077944384 1 13263 0 0 0 0 4 3 20 0 15 0 445579758 11079880704 11587 33554432000 4194304 4196468 140736480733264 139936409838832 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6698] ppid=6634 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6698/stat : 6698 (java) S 6634 6637 998 0 -1 1077944384 2 13263 0 0 0 0 4 3 20 0 15 0 445579761 11079880704 11587 33554432000 4194304 4196468 140736480733264 139935805860304 139937086261147 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6699] ppid=6634 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6637/task/6699/stat : 6699 (java) S 6634 6637 998 0 -1 1077944384 463 13263 0 0 1 0 4 3 20 0 15 0 445579761 11079880704 11587 33554432000 4194304 4196468 140736480733264 139936510499056 139937086253698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6700] ppid=6634 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6637/task/6700/stat : 6700 (java) S 6634 6637 998 0 -1 1077944384 200 13263 0 0 1 0 4 3 20 0 15 0 445579761 11079880704 11587 33554432000 4194304 4196468 140736480733264 139936509446512 139937086253698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6701] ppid=6634 vsize=10820196 memory=140053741262464 CPUtime=0.1 cores=0,2,4,6
/proc/6637/task/6701/stat : 6701 (java) S 6634 6637 998 0 -1 1077944384 599 13263 0 0 3 0 4 3 20 0 15 0 445579761 11079880704 11587 33554432000 4194304 4196468 140736480733264 139936508393456 139937086253698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6702] ppid=6634 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6702/stat : 6702 (java) S 6634 6637 998 0 -1 1077944384 3 13263 0 0 0 0 4 3 20 0 15 0 445579761 11079880704 11587 33554432000 4194304 4196468 140736480733264 139935336098144 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6703] ppid=6634 vsize=10820196 memory=140053741262464 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6703/stat : 6703 (java) S 6634 6637 998 0 -1 1077944384 1 13263 0 0 0 0 4 3 20 0 15 0 445579761 11079880704 11587 33554432000 4194304 4196468 140736480733264 139936507341872 139937086253698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 46348 KiB

[startup+0.310751 s]*
/proc/loadavg: 1.63 1.60 1.47 3/229 6703
/proc/meminfo: memFree=27459904/32770624 swapFree=66998756/67108860
[pid=6637] ppid=6634 vsize=10820196 memory=54512 CPUtime=0.39 cores=0,2,4,6
/proc/6637/stat : 6637 (java) S 6634 6637 998 0 -1 1077944320 10758 13263 0 0 28 4 4 3 20 0 15 0 445579746 11079880704 13628 33554432000 4194304 4196468 140736480733264 140736480715808 139937086242551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
/proc/6637/statm: 2705049 13628 3341 1 0 2667149 0
[pid=6637/tid=6690] ppid=6634 vsize=10820196 memory=1398722017469774279 CPUtime=0.28 cores=0,2,4,6
/proc/6637/task/6690/stat : 6690 (java) R 6634 6637 998 0 -1 4202560 7248 13263 0 0 18 3 4 3 20 0 15 0 445579755 11079880704 13628 33554432000 4194304 4196468 140736480733264 139937058052160 139937070323038 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6691] ppid=6634 vsize=10820196 memory=7517749485010249314 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6691/stat : 6691 (java) S 6634 6637 998 0 -1 1077944384 1 13263 0 0 0 0 4 3 20 0 15 0 445579756 11079880704 13628 33554432000 4194304 4196468 140736480733264 139937090484752 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6692] ppid=6634 vsize=10820196 memory=5931329032301858896 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6692/stat : 6692 (java) S 6634 6637 998 0 -1 1077944384 2 13263 0 0 0 0 4 3 20 0 15 0 445579756 11079880704 13628 33554432000 4194304 4196468 140736480733264 139937015790224 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6693] ppid=6634 vsize=10820196 memory=7019607141622566086 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6693/stat : 6693 (java) S 6634 6637 998 0 -1 1077944384 1 13263 0 0 0 0 4 3 20 0 15 0 445579756 11079880704 13628 33554432000 4194304 4196468 140736480733264 139936658020624 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6694] ppid=6634 vsize=10820196 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6694/stat : 6694 (java) S 6634 6637 998 0 -1 1077944384 2 13263 0 0 0 0 4 3 20 0 15 0 445579756 11079880704 13628 33554432000 4194304 4196468 140736480733264 139936656968080 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6695] ppid=6634 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6695/stat : 6695 (java) S 6634 6637 998 0 -1 1077944384 2 13263 0 0 0 0 4 3 20 0 15 0 445579757 11079880704 13628 33554432000 4194304 4196468 140736480733264 139936612874992 139937086253698 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6696] ppid=6634 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6696/stat : 6696 (java) S 6634 6637 998 0 -1 1077944384 13 13263 0 0 0 0 4 3 20 0 15 0 445579758 11079880704 13628 33554432000 4194304 4196468 140736480733264 139936544056992 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6697] ppid=6634 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6697/stat : 6697 (java) S 6634 6637 998 0 -1 1077944384 1 13263 0 0 0 0 4 3 20 0 15 0 445579758 11079880704 13628 33554432000 4194304 4196468 140736480733264 139936409838832 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6698] ppid=6634 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6698/stat : 6698 (java) S 6634 6637 998 0 -1 1077944384 2 13263 0 0 0 0 4 3 20 0 15 0 445579761 11079880704 13628 33554432000 4194304 4196468 140736480733264 139935805860304 139937086261147 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6699] ppid=6634 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/6637/task/6699/stat : 6699 (java) S 6634 6637 998 0 -1 1077944384 463 13263 0 0 2 0 4 3 20 0 15 0 445579761 11079880704 13628 33554432000 4194304 4196468 140736480733264 139936510499056 139937086253698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6700] ppid=6634 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6637/task/6700/stat : 6700 (java) S 6634 6637 998 0 -1 1077944384 201 13263 0 0 1 0 4 3 20 0 15 0 445579761 11079880704 13628 33554432000 4194304 4196468 140736480733264 139936509446512 139937086253698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6701] ppid=6634 vsize=10820196 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/6637/task/6701/stat : 6701 (java) S 6634 6637 998 0 -1 1077944384 616 13263 0 0 5 0 4 3 20 0 15 0 445579761 11079880704 13628 33554432000 4194304 4196468 140736480733264 139936508393456 139937086253698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6702] ppid=6634 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6702/stat : 6702 (java) S 6634 6637 998 0 -1 1077944384 3 13263 0 0 0 0 4 3 20 0 15 0 445579761 11079880704 13628 33554432000 4194304 4196468 140736480733264 139935336098144 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6703] ppid=6634 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6703/stat : 6703 (java) S 6634 6637 998 0 -1 1077944384 1 13263 0 0 0 0 4 3 20 0 15 0 445579761 11079880704 13628 33554432000 4194304 4196468 140736480733264 139936507341872 139937086253698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 54512 KiB

[startup+0.706395 s]
/proc/loadavg: 1.63 1.60 1.47 3/229 6703
/proc/meminfo: memFree=27445132/32770624 swapFree=66998756/67108860
[pid=6637] ppid=6634 vsize=10824364 memory=87404 CPUtime=1.11 cores=0,2,4,6
/proc/6637/stat : 6637 (java) S 6634 6637 998 0 -1 1077944320 15037 13263 0 0 97 7 4 3 20 0 15 0 445579746 11084148736 21851 33554432000 4194304 4196468 140736480733264 140736480715808 139937086242551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
/proc/6637/statm: 2706091 21851 3503 1 0 2668173 0
[pid=6637/tid=6690] ppid=6634 vsize=10824364 memory=2241 CPUtime=0.66 cores=0,2,4,6
/proc/6637/task/6690/stat : 6690 (java) R 6634 6637 998 0 -1 4202560 10464 13263 0 0 54 5 4 3 20 0 15 0 445579755 11084148736 21851 33554432000 4194304 4196468 140736480733264 139937058072096 139937070323038 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6691] ppid=6634 vsize=10824364 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6691/stat : 6691 (java) S 6634 6637 998 0 -1 1077944384 1 13263 0 0 0 0 4 3 20 0 15 0 445579756 11084148736 21851 33554432000 4194304 4196468 140736480733264 139937090484752 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6692] ppid=6634 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6692/stat : 6692 (java) S 6634 6637 998 0 -1 1077944384 2 13263 0 0 0 0 4 3 20 0 15 0 445579756 11084148736 21851 33554432000 4194304 4196468 140736480733264 139937015790224 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6693] ppid=6634 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6693/stat : 6693 (java) S 6634 6637 998 0 -1 1077944384 1 13263 0 0 0 0 4 3 20 0 15 0 445579756 11084148736 21851 33554432000 4194304 4196468 140736480733264 139936658020624 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6694] ppid=6634 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6694/stat : 6694 (java) S 6634 6637 998 0 -1 1077944384 2 13263 0 0 0 0 4 3 20 0 15 0 445579756 11084148736 21851 33554432000 4194304 4196468 140736480733264 139936656968080 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6695] ppid=6634 vsize=10824364 memory=6944652177228980320 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6695/stat : 6695 (java) S 6634 6637 998 0 -1 1077944384 5 13263 0 0 0 0 4 3 20 0 15 0 445579757 11084148736 21851 33554432000 4194304 4196468 140736480733264 139936612874992 139937086253698 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6696] ppid=6634 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6696/stat : 6696 (java) S 6634 6637 998 0 -1 1077944384 13 13263 0 0 0 0 4 3 20 0 15 0 445579758 11084148736 21851 33554432000 4194304 4196468 140736480733264 139936544056992 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6697] ppid=6634 vsize=10824364 memory=6943526294502006880 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6697/stat : 6697 (java) S 6634 6637 998 0 -1 1077944384 1 13263 0 0 0 0 4 3 20 0 15 0 445579758 11084148736 21851 33554432000 4194304 4196468 140736480733264 139936409838832 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6698] ppid=6634 vsize=10824364 memory=6944656592455097440 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6698/stat : 6698 (java) S 6634 6637 998 0 -1 1077944384 2 13263 0 0 0 0 4 3 20 0 15 0 445579761 11084148736 21851 33554432000 4194304 4196468 140736480733264 139935805860304 139937086261147 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6699] ppid=6634 vsize=10824364 memory=140053581957008 CPUtime=0.19 cores=0,2,4,6
/proc/6637/task/6699/stat : 6699 (java) R 6634 6637 998 0 -1 4202560 904 13263 0 0 12 0 4 3 20 0 15 0 445579761 11084148736 21851 33554432000 4194304 4196468 140736480733264 139936510499056 139937069742749 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6700] ppid=6634 vsize=10824364 memory=24964 CPUtime=0.2 cores=0,2,4,6
/proc/6637/task/6700/stat : 6700 (java) R 6634 6637 998 0 -1 4202560 625 13263 0 0 13 0 4 3 20 0 15 0 445579761 11084148736 21851 33554432000 4194304 4196468 140736480733264 139936509432576 139937069627307 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6701] ppid=6634 vsize=10824364 memory=2244 CPUtime=0.24 cores=0,2,4,6
/proc/6637/task/6701/stat : 6701 (java) S 6634 6637 998 0 -1 1077944384 803 13263 0 0 17 0 4 3 20 0 15 0 445579761 11084148736 21851 33554432000 4194304 4196468 140736480733264 139936508393456 139937086253698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6702] ppid=6634 vsize=10824364 memory=140053581954416 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6702/stat : 6702 (java) S 6634 6637 998 0 -1 1077944384 3 13263 0 0 0 0 4 3 20 0 15 0 445579761 11084148736 21851 33554432000 4194304 4196468 140736480733264 139935336098144 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6703] ppid=6634 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6703/stat : 6703 (java) S 6634 6637 998 0 -1 1077944384 1 13263 0 0 0 0 4 3 20 0 15 0 445579761 11084148736 21851 33554432000 4194304 4196468 140736480733264 139936507341872 139937086253698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 87404 KiB

[startup+1.50076 s]
/proc/loadavg: 1.63 1.60 1.47 7/229 6703
/proc/meminfo: memFree=27371156/32770624 swapFree=66998756/67108860
[pid=6637] ppid=6634 vsize=10826488 memory=220492 CPUtime=3.54 cores=0,2,4,6
/proc/6637/stat : 6637 (java) S 6634 6637 998 0 -1 1077944320 22252 13263 0 0 336 11 4 3 20 0 15 0 445579746 11086323712 55123 33554432000 4194304 4196468 140736480733264 140736480715808 139937086242551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
/proc/6637/statm: 2706622 55123 3577 1 0 2668685 0
[pid=6637/tid=6690] ppid=6634 vsize=10826488 memory=26 CPUtime=1.44 cores=0,2,4,6
/proc/6637/task/6690/stat : 6690 (java) R 6634 6637 998 0 -1 4202560 12266 13263 0 0 130 7 4 3 20 0 15 0 445579755 11086323712 55123 33554432000 4194304 4196468 140736480733264 139937058071040 139937086254486 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6691] ppid=6634 vsize=10826488 memory=28 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6691/stat : 6691 (java) S 6634 6637 998 0 -1 1077944384 321 13263 0 0 0 0 4 3 20 0 15 0 445579756 11086323712 55123 33554432000 4194304 4196468 140736480733264 139937090484752 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6692] ppid=6634 vsize=10826488 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6692/stat : 6692 (java) S 6634 6637 998 0 -1 1077944384 10 13263 0 0 0 0 4 3 20 0 15 0 445579756 11086323712 55123 33554432000 4194304 4196468 140736480733264 139937015790224 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6693] ppid=6634 vsize=10826488 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6693/stat : 6693 (java) S 6634 6637 998 0 -1 1077944384 43 13263 0 0 0 0 4 3 20 0 15 0 445579756 11086323712 55123 33554432000 4194304 4196468 140736480733264 139936658020624 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6694] ppid=6634 vsize=10826488 memory=108220 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6694/stat : 6694 (java) S 6634 6637 998 0 -1 1077944384 66 13263 0 0 0 0 4 3 20 0 15 0 445579756 11086323712 55123 33554432000 4194304 4196468 140736480733264 139936656968080 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6695] ppid=6634 vsize=10826488 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6695/stat : 6695 (java) S 6634 6637 998 0 -1 1077944384 102 13263 0 0 0 0 4 3 20 0 15 0 445579757 11086323712 55123 33554432000 4194304 4196468 140736480733264 139936612874992 139937086253698 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6696] ppid=6634 vsize=10826488 memory=7305218370954619481 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6696/stat : 6696 (java) S 6634 6637 998 0 -1 1077944384 14 13263 0 0 0 0 4 3 20 0 15 0 445579758 11086323712 55123 33554432000 4194304 4196468 140736480733264 139936544056992 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6697] ppid=6634 vsize=10826488 memory=6009298795289208683 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6697/stat : 6697 (java) S 6634 6637 998 0 -1 1077944384 1 13263 0 0 0 0 4 3 20 0 15 0 445579758 11086323712 55123 33554432000 4194304 4196468 140736480733264 139936409838832 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6698] ppid=6634 vsize=10826488 memory=7450758560795218028 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6698/stat : 6698 (java) S 6634 6637 998 0 -1 1077944384 2 13263 0 0 0 0 4 3 20 0 15 0 445579761 11086323712 55123 33554432000 4194304 4196468 140736480733264 139935805860304 139937086261147 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6699] ppid=6634 vsize=10826488 memory=7440056984007045732 CPUtime=0.85 cores=0,2,4,6
/proc/6637/task/6699/stat : 6699 (java) R 6634 6637 998 0 -1 4202560 2530 13263 0 0 78 0 4 3 20 0 15 0 445579761 11086323712 55123 33554432000 4194304 4196468 140736480733264 139936510489440 139937064644568 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6700] ppid=6634 vsize=10826488 memory=6370740148898130785 CPUtime=0.86 cores=0,2,4,6
/proc/6637/task/6700/stat : 6700 (java) S 6634 6637 998 0 -1 1077944384 2719 13263 0 0 79 0 4 3 20 0 15 0 445579761 11086323712 55123 33554432000 4194304 4196468 140736480733264 139936509446512 139937086253698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6701] ppid=6634 vsize=10826488 memory=7305218370954619481 CPUtime=0.51 cores=0,2,4,6
/proc/6637/task/6701/stat : 6701 (java) R 6634 6637 998 0 -1 1077944384 1962 13263 0 0 44 0 4 3 20 0 15 0 445579761 11086323712 55123 33554432000 4194304 4196468 140736480733264 139936508393456 139937086253698 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6702] ppid=6634 vsize=10826488 memory=7305218370954619481 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6702/stat : 6702 (java) S 6634 6637 998 0 -1 1077944384 3 13263 0 0 0 0 4 3 20 0 15 0 445579761 11086323712 55123 33554432000 4194304 4196468 140736480733264 139935336098144 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6703] ppid=6634 vsize=10826488 memory=55 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6703/stat : 6703 (java) S 6634 6637 998 0 -1 1077944384 3 13263 0 0 0 0 4 3 20 0 15 0 445579761 11086323712 55123 33554432000 4194304 4196468 140736480733264 139936507341872 139937086253698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
Current children cumulated CPU time: 3.54 s
Current children cumulated vsize: 10826488 KiB

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

/proc/6637/task/6690/stat : 6690 (java) R 6634 6637 998 0 -1 4202560 162757 13263 0 0 235846 73 4 3 20 0 15 0 445579755 11109412864 122641 33554432000 4194304 4196468 140736480733264 139937058078176 139936706945881 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6691] ppid=6634 vsize=10849036 memory=477004 CPUtime=15.11 cores=0,2,4,6
/proc/6637/task/6691/stat : 6691 (java) S 6634 6637 998 0 -1 1077944384 23215 13263 0 0 1459 45 4 3 20 0 15 0 445579756 11109412864 122641 33554432000 4194304 4196468 140736480733264 139937090484752 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6692] ppid=6634 vsize=10849036 memory=484148 CPUtime=15.06 cores=0,2,4,6
/proc/6637/task/6692/stat : 6692 (java) S 6634 6637 998 0 -1 1077944384 26994 13263 0 0 1456 43 4 3 20 0 15 0 445579756 11109412864 122641 33554432000 4194304 4196468 140736480733264 139937015790224 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6693] ppid=6634 vsize=10849036 memory=488308 CPUtime=15.02 cores=0,2,4,6
/proc/6637/task/6693/stat : 6693 (java) S 6634 6637 998 0 -1 1077944384 21849 13263 0 0 1453 42 4 3 20 0 15 0 445579756 11109412864 122641 33554432000 4194304 4196468 140736480733264 139936658020624 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6694] ppid=6634 vsize=10849036 memory=9396 CPUtime=15.06 cores=0,2,4,6
/proc/6637/task/6694/stat : 6694 (java) S 6634 6637 998 0 -1 1077944384 31350 13263 0 0 1456 43 4 3 20 0 15 0 445579756 11109412864 122641 33554432000 4194304 4196468 140736480733264 139936656968080 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6695] ppid=6634 vsize=10849036 memory=476264 CPUtime=5.51 cores=0,2,4,6
/proc/6637/task/6695/stat : 6695 (java) S 6634 6637 998 0 -1 1077944384 18668 13263 0 0 477 67 4 3 20 0 15 0 445579757 11109412864 122641 33554432000 4194304 4196468 140736480733264 139936612874992 139937086253698 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6696] ppid=6634 vsize=10849036 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6696/stat : 6696 (java) S 6634 6637 998 0 -1 1077944384 28 13263 0 0 0 0 4 3 20 0 15 0 445579758 11109412864 122641 33554432000 4194304 4196468 140736480733264 139936544057056 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6697] ppid=6634 vsize=10849036 memory=45932 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6697/stat : 6697 (java) S 6634 6637 998 0 -1 1077944384 11 13263 0 0 0 0 4 3 20 0 15 0 445579758 11109412864 122641 33554432000 4194304 4196468 140736480733264 139936409838848 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6698] ppid=6634 vsize=10849036 memory=500672 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6698/stat : 6698 (java) S 6634 6637 998 0 -1 1077944384 2 13263 0 0 0 0 4 3 20 0 15 0 445579761 11109412864 122641 33554432000 4194304 4196468 140736480733264 139935805860304 139937086261147 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6699] ppid=6634 vsize=10849036 memory=501348 CPUtime=10.51 cores=0,2,4,6
/proc/6637/task/6699/stat : 6699 (java) S 6634 6637 998 0 -1 1077944384 27252 13263 0 0 1040 4 4 3 20 0 15 0 445579761 11109412864 122641 33554432000 4194304 4196468 140736480733264 139936510499056 139937086253698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6700] ppid=6634 vsize=10849036 memory=3580 CPUtime=10.53 cores=0,2,4,6
/proc/6637/task/6700/stat : 6700 (java) S 6634 6637 998 0 -1 1077944384 25525 13263 0 0 1042 4 4 3 20 0 15 0 445579761 11109412864 122641 33554432000 4194304 4196468 140736480733264 139936509446512 139937086253698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6701] ppid=6634 vsize=10849036 memory=484148 CPUtime=3.12 cores=0,2,4,6
/proc/6637/task/6701/stat : 6701 (java) S 6634 6637 998 0 -1 1077944384 23818 13263 0 0 299 6 4 3 20 0 15 0 445579761 11109412864 122641 33554432000 4194304 4196468 140736480733264 139936508393456 139937086253698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6702] ppid=6634 vsize=10849036 memory=1544 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6702/stat : 6702 (java) S 6634 6637 998 0 -1 1077944384 3 13263 0 0 0 0 4 3 20 0 15 0 445579761 11109412864 122641 33554432000 4194304 4196468 140736480733264 139935336098144 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6703] ppid=6634 vsize=10849036 memory=478312 CPUtime=1.43 cores=0,2,4,6
/proc/6637/task/6703/stat : 6703 (java) S 6634 6637 998 0 -1 1077944384 1504 13263 0 0 67 69 4 3 20 0 15 0 445579761 11109412864 122641 33554432000 4194304 4196468 140736480733264 139936507341872 139937086253698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
Current children cumulated CPU time: 2450.11 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 490564 KiB

[startup+2442.3 s]
/proc/loadavg: 1.60 1.39 1.37 3/227 7052
/proc/meminfo: memFree=28253428/32770624 swapFree=66998756/67108860
[pid=6637] ppid=6634 vsize=10849036 memory=484664 CPUtime=2511.43 cores=0,2,4,6
/proc/6637/stat : 6637 (java) S 6634 6637 998 0 -1 1077944320 374152 13263 0 0 250763 373 4 3 20 0 15 0 445579746 11109412864 121166 33554432000 4194304 4196468 140736480733264 140736480715808 139937086242551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
/proc/6637/statm: 2712259 121166 3641 1 0 2674317 0
[pid=6637/tid=6690] ppid=6634 vsize=10849036 memory=485176 CPUtime=2418.59 cores=0,2,4,6
/proc/6637/task/6690/stat : 6690 (java) R 6634 6637 998 0 -1 4202560 169643 13263 0 0 241777 75 4 3 20 0 15 0 445579755 11109412864 121166 33554432000 4194304 4196468 140736480733264 139937058078480 139936710137594 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6691] ppid=6634 vsize=10849036 memory=482264 CPUtime=15.56 cores=0,2,4,6
/proc/6637/task/6691/stat : 6691 (java) S 6634 6637 998 0 -1 1077944384 23553 13263 0 0 1503 46 4 3 20 0 15 0 445579756 11109412864 121166 33554432000 4194304 4196468 140736480733264 139937090484752 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6692] ppid=6634 vsize=10849036 memory=488420 CPUtime=15.52 cores=0,2,4,6
/proc/6637/task/6692/stat : 6692 (java) S 6634 6637 998 0 -1 1077944384 27477 13263 0 0 1500 45 4 3 20 0 15 0 445579756 11109412864 121166 33554432000 4194304 4196468 140736480733264 139937015790224 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6693] ppid=6634 vsize=10849036 memory=484148 CPUtime=15.49 cores=0,2,4,6
/proc/6637/task/6693/stat : 6693 (java) S 6634 6637 998 0 -1 1077944384 22345 13263 0 0 1498 44 4 3 20 0 15 0 445579756 11109412864 121166 33554432000 4194304 4196468 140736480733264 139936658020624 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6694] ppid=6634 vsize=10849036 memory=487908 CPUtime=15.52 cores=0,2,4,6
/proc/6637/task/6694/stat : 6694 (java) S 6634 6637 998 0 -1 1077944384 31822 13263 0 0 1500 45 4 3 20 0 15 0 445579756 11109412864 121166 33554432000 4194304 4196468 140736480733264 139936656968080 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6695] ppid=6634 vsize=10849036 memory=483804 CPUtime=5.66 cores=0,2,4,6
/proc/6637/task/6695/stat : 6695 (java) S 6634 6637 998 0 -1 1077944384 18935 13263 0 0 491 68 4 3 20 0 15 0 445579757 11109412864 121166 33554432000 4194304 4196468 140736480733264 139936612874992 139937086253698 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6696] ppid=6634 vsize=10849036 memory=482264 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6696/stat : 6696 (java) S 6634 6637 998 0 -1 1077944384 28 13263 0 0 0 0 4 3 20 0 15 0 445579758 11109412864 121166 33554432000 4194304 4196468 140736480733264 139936544057056 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6697] ppid=6634 vsize=10849036 memory=481420 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6697/stat : 6697 (java) S 6634 6637 998 0 -1 1077944384 11 13263 0 0 0 0 4 3 20 0 15 0 445579758 11109412864 121166 33554432000 4194304 4196468 140736480733264 139936409838848 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6698] ppid=6634 vsize=10849036 memory=481420 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6698/stat : 6698 (java) S 6634 6637 998 0 -1 1077944384 2 13263 0 0 0 0 4 3 20 0 15 0 445579761 11109412864 121166 33554432000 4194304 4196468 140736480733264 139935805860304 139937086261147 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6699] ppid=6634 vsize=10849036 memory=484664 CPUtime=10.51 cores=0,2,4,6
/proc/6637/task/6699/stat : 6699 (java) S 6634 6637 998 0 -1 1077944384 27254 13263 0 0 1040 4 4 3 20 0 15 0 445579761 11109412864 121166 33554432000 4194304 4196468 140736480733264 139936510499056 139937086253698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6700] ppid=6634 vsize=10849036 memory=485176 CPUtime=10.53 cores=0,2,4,6
/proc/6637/task/6700/stat : 6700 (java) S 6634 6637 998 0 -1 1077944384 25527 13263 0 0 1042 4 4 3 20 0 15 0 445579761 11109412864 121166 33554432000 4194304 4196468 140736480733264 139936509446512 139937086253698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6701] ppid=6634 vsize=10849036 memory=481420 CPUtime=3.12 cores=0,2,4,6
/proc/6637/task/6701/stat : 6701 (java) S 6634 6637 998 0 -1 1077944384 23820 13263 0 0 299 6 4 3 20 0 15 0 445579761 11109412864 121166 33554432000 4194304 4196468 140736480733264 139936508393456 139937086253698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6702] ppid=6634 vsize=10849036 memory=486884 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6702/stat : 6702 (java) S 6634 6637 998 0 -1 1077944384 3 13263 0 0 0 0 4 3 20 0 15 0 445579761 11109412864 121166 33554432000 4194304 4196468 140736480733264 139935336098144 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6703] ppid=6634 vsize=10849036 memory=499816 CPUtime=1.48 cores=0,2,4,6
/proc/6637/task/6703/stat : 6703 (java) S 6634 6637 998 0 -1 1077944384 1522 13263 0 0 69 72 4 3 20 0 15 0 445579761 11109412864 121166 33554432000 4194304 4196468 140736480733264 139936507341872 139937086253698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
Current children cumulated CPU time: 2511.43 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 484664 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2450.7 s]
/proc/loadavg: 1.59 1.39 1.37 3/227 7054
/proc/meminfo: memFree=28259728/32770624 swapFree=66998756/67108860
[pid=6637] ppid=6634 vsize=10849036 memory=478420 CPUtime=2520.01 cores=0,2,4,6
/proc/6637/stat : 6637 (java) S 6634 6637 998 0 -1 1077944320 374372 13263 0 0 251620 374 4 3 20 0 15 0 445579746 11109412864 119605 33554432000 4194304 4196468 140736480733264 140736480715808 139937086242551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
/proc/6637/statm: 2712259 119605 3641 1 0 2674317 0
[pid=6637/tid=6690] ppid=6634 vsize=10849036 memory=488420 CPUtime=2426.9 cores=0,2,4,6
/proc/6637/task/6690/stat : 6690 (java) R 6634 6637 998 0 -1 4202560 169797 13263 0 0 242608 75 4 3 20 0 15 0 445579755 11109412864 119605 33554432000 4194304 4196468 140736480733264 139937058078144 139936707180755 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6691] ppid=6634 vsize=10849036 memory=484148 CPUtime=15.62 cores=0,2,4,6
/proc/6637/task/6691/stat : 6691 (java) S 6634 6637 998 0 -1 1077944384 23567 13263 0 0 1509 46 4 3 20 0 15 0 445579756 11109412864 119605 33554432000 4194304 4196468 140736480733264 139937090484752 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6692] ppid=6634 vsize=10849036 memory=483804 CPUtime=15.58 cores=0,2,4,6
/proc/6637/task/6692/stat : 6692 (java) S 6634 6637 998 0 -1 1077944384 27493 13263 0 0 1506 45 4 3 20 0 15 0 445579756 11109412864 119605 33554432000 4194304 4196468 140736480733264 139937015790224 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6693] ppid=6634 vsize=10849036 memory=484664 CPUtime=15.54 cores=0,2,4,6
/proc/6637/task/6693/stat : 6693 (java) S 6634 6637 998 0 -1 1077944384 22359 13263 0 0 1503 44 4 3 20 0 15 0 445579756 11109412864 119605 33554432000 4194304 4196468 140736480733264 139936658020624 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6694] ppid=6634 vsize=10849036 memory=486628 CPUtime=15.57 cores=0,2,4,6
/proc/6637/task/6694/stat : 6694 (java) S 6634 6637 998 0 -1 1077944384 31839 13263 0 0 1505 45 4 3 20 0 15 0 445579756 11109412864 119605 33554432000 4194304 4196468 140736480733264 139936656968080 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6695] ppid=6634 vsize=10849036 memory=486112 CPUtime=5.69 cores=0,2,4,6
/proc/6637/task/6695/stat : 6695 (java) S 6634 6637 998 0 -1 1077944384 18940 13263 0 0 493 69 4 3 20 0 15 0 445579757 11109412864 119605 33554432000 4194304 4196468 140736480733264 139936612874992 139937086253698 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6696] ppid=6634 vsize=10849036 memory=5864064304074408035 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6696/stat : 6696 (java) S 6634 6637 998 0 -1 1077944384 28 13263 0 0 0 0 4 3 20 0 15 0 445579758 11109412864 119605 33554432000 4194304 4196468 140736480733264 139936544057056 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6697] ppid=6634 vsize=10849036 memory=482524 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6697/stat : 6697 (java) S 6634 6637 998 0 -1 1077944384 11 13263 0 0 0 0 4 3 20 0 15 0 445579758 11109412864 119605 33554432000 4194304 4196468 140736480733264 139936409838848 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6698] ppid=6634 vsize=10849036 memory=480984 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6698/stat : 6698 (java) S 6634 6637 998 0 -1 1077944384 2 13263 0 0 0 0 4 3 20 0 15 0 445579761 11109412864 119605 33554432000 4194304 4196468 140736480733264 139935805860304 139937086261147 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6699] ppid=6634 vsize=10849036 memory=479444 CPUtime=10.51 cores=0,2,4,6
/proc/6637/task/6699/stat : 6699 (java) S 6634 6637 998 0 -1 1077944384 27254 13263 0 0 1040 4 4 3 20 0 15 0 445579761 11109412864 119605 33554432000 4194304 4196468 140736480733264 139936510499056 139937086253698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6700] ppid=6634 vsize=10849036 memory=479444 CPUtime=10.53 cores=0,2,4,6
/proc/6637/task/6700/stat : 6700 (java) S 6634 6637 998 0 -1 1077944384 25527 13263 0 0 1042 4 4 3 20 0 15 0 445579761 11109412864 119605 33554432000 4194304 4196468 140736480733264 139936509446512 139937086253698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6701] ppid=6634 vsize=10849036 memory=483036 CPUtime=3.12 cores=0,2,4,6
/proc/6637/task/6701/stat : 6701 (java) S 6634 6637 998 0 -1 1077944384 23820 13263 0 0 299 6 4 3 20 0 15 0 445579761 11109412864 119605 33554432000 4194304 4196468 140736480733264 139936508393456 139937086253698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6702] ppid=6634 vsize=10849036 memory=483548 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6702/stat : 6702 (java) S 6634 6637 998 0 -1 1077944384 3 13263 0 0 0 0 4 3 20 0 15 0 445579761 11109412864 119605 33554432000 4194304 4196468 140736480733264 139935336098144 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6703] ppid=6634 vsize=10849036 memory=8112282956445269571 CPUtime=1.48 cores=0,2,4,6
/proc/6637/task/6703/stat : 6703 (java) S 6634 6637 998 0 -1 1077944384 1522 13263 0 0 69 72 4 3 20 0 15 0 445579761 11109412864 119605 33554432000 4194304 4196468 140736480733264 139936507341872 139937086253698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 478420 KiB

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

[startup+2450.73 s]
# the end of solver process 6637 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.27 s, system=3.78733 s

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

[startup+2450.7 s]
/proc/loadavg: 1.59 1.39 1.37 3/227 7054
/proc/meminfo: memFree=28259728/32770624 swapFree=66998756/67108860
[pid=6637] ppid=6634 vsize=10849036 memory=478420 CPUtime=2520.01 cores=0,2,4,6
/proc/6637/stat : 6637 (java) S 6634 6637 998 0 -1 1077944320 374372 13263 0 0 251620 374 4 3 20 0 15 0 445579746 11109412864 119605 33554432000 4194304 4196468 140736480733264 140736480715808 139937086242551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
/proc/6637/statm: 2712259 119605 3641 1 0 2674317 0
[pid=6637/tid=6690] ppid=6634 vsize=10849036 memory=488420 CPUtime=2426.9 cores=0,2,4,6
/proc/6637/task/6690/stat : 6690 (java) R 6634 6637 998 0 -1 4202560 169797 13263 0 0 242608 75 4 3 20 0 15 0 445579755 11109412864 119605 33554432000 4194304 4196468 140736480733264 139937058078144 139936707180755 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6691] ppid=6634 vsize=10849036 memory=484148 CPUtime=15.62 cores=0,2,4,6
/proc/6637/task/6691/stat : 6691 (java) S 6634 6637 998 0 -1 1077944384 23567 13263 0 0 1509 46 4 3 20 0 15 0 445579756 11109412864 119605 33554432000 4194304 4196468 140736480733264 139937090484752 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6692] ppid=6634 vsize=10849036 memory=483804 CPUtime=15.58 cores=0,2,4,6
/proc/6637/task/6692/stat : 6692 (java) S 6634 6637 998 0 -1 1077944384 27493 13263 0 0 1506 45 4 3 20 0 15 0 445579756 11109412864 119605 33554432000 4194304 4196468 140736480733264 139937015790224 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6693] ppid=6634 vsize=10849036 memory=484664 CPUtime=15.54 cores=0,2,4,6
/proc/6637/task/6693/stat : 6693 (java) S 6634 6637 998 0 -1 1077944384 22359 13263 0 0 1503 44 4 3 20 0 15 0 445579756 11109412864 119605 33554432000 4194304 4196468 140736480733264 139936658020624 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6694] ppid=6634 vsize=10849036 memory=486628 CPUtime=15.57 cores=0,2,4,6
/proc/6637/task/6694/stat : 6694 (java) S 6634 6637 998 0 -1 1077944384 31839 13263 0 0 1505 45 4 3 20 0 15 0 445579756 11109412864 119605 33554432000 4194304 4196468 140736480733264 139936656968080 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6695] ppid=6634 vsize=10849036 memory=486112 CPUtime=5.69 cores=0,2,4,6
/proc/6637/task/6695/stat : 6695 (java) S 6634 6637 998 0 -1 1077944384 18940 13263 0 0 493 69 4 3 20 0 15 0 445579757 11109412864 119605 33554432000 4194304 4196468 140736480733264 139936612874992 139937086253698 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6696] ppid=6634 vsize=10849036 memory=5864064304074408035 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6696/stat : 6696 (java) S 6634 6637 998 0 -1 1077944384 28 13263 0 0 0 0 4 3 20 0 15 0 445579758 11109412864 119605 33554432000 4194304 4196468 140736480733264 139936544057056 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6697] ppid=6634 vsize=10849036 memory=482524 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6697/stat : 6697 (java) S 6634 6637 998 0 -1 1077944384 11 13263 0 0 0 0 4 3 20 0 15 0 445579758 11109412864 119605 33554432000 4194304 4196468 140736480733264 139936409838848 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6698] ppid=6634 vsize=10849036 memory=480984 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6698/stat : 6698 (java) S 6634 6637 998 0 -1 1077944384 2 13263 0 0 0 0 4 3 20 0 15 0 445579761 11109412864 119605 33554432000 4194304 4196468 140736480733264 139935805860304 139937086261147 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6699] ppid=6634 vsize=10849036 memory=479444 CPUtime=10.51 cores=0,2,4,6
/proc/6637/task/6699/stat : 6699 (java) S 6634 6637 998 0 -1 1077944384 27254 13263 0 0 1040 4 4 3 20 0 15 0 445579761 11109412864 119605 33554432000 4194304 4196468 140736480733264 139936510499056 139937086253698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6700] ppid=6634 vsize=10849036 memory=479444 CPUtime=10.53 cores=0,2,4,6
/proc/6637/task/6700/stat : 6700 (java) S 6634 6637 998 0 -1 1077944384 25527 13263 0 0 1042 4 4 3 20 0 15 0 445579761 11109412864 119605 33554432000 4194304 4196468 140736480733264 139936509446512 139937086253698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6701] ppid=6634 vsize=10849036 memory=483036 CPUtime=3.12 cores=0,2,4,6
/proc/6637/task/6701/stat : 6701 (java) S 6634 6637 998 0 -1 1077944384 23820 13263 0 0 299 6 4 3 20 0 15 0 445579761 11109412864 119605 33554432000 4194304 4196468 140736480733264 139936508393456 139937086253698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6702] ppid=6634 vsize=10849036 memory=483548 CPUtime=0.07 cores=0,2,4,6
/proc/6637/task/6702/stat : 6702 (java) S 6634 6637 998 0 -1 1077944384 3 13263 0 0 0 0 4 3 20 0 15 0 445579761 11109412864 119605 33554432000 4194304 4196468 140736480733264 139935336098144 139937086252757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
[pid=6637/tid=6703] ppid=6634 vsize=10849036 memory=8112282956445269571 CPUtime=1.48 cores=0,2,4,6
/proc/6637/task/6703/stat : 6703 (java) S 6634 6637 998 0 -1 1077944384 1522 13263 0 0 69 72 4 3 20 0 15 0 445579761 11109412864 119605 33554432000 4194304 4196468 140736480733264 139936507341872 139937086253698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13189120 140736480742128 140736480744645 140736480744645 140736480747471 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 478420 KiB

Child status: 143
Real time (s): 2450.73
CPU time (s): 2520.06
CPU user time (s): 2516.27
CPU system time (s): 3.78733
CPU usage (%): 102.829
Max. virtual memory (cumulated for all children) (KiB): 10850952
Max. memory (cumulated for all children) (KiB): 2069520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.27
system time used= 3.78733
maximum resident set size= 2072112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 389399
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 168786
involuntary context switches= 6731


# summary of solver processes directly reported to runsolver:
#   pid: 6637
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2516.27
#   total CPU system time (s): 3.78733

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.1029 second user time and 21.9268 second system time

The end

Launcher Data

Begin job on node123 at 2019-09-17 06:05:10
IDJOB=4400811
IDBENCH=139285
IDSOLVER=2857
FILE ID=node123/4400811-1568693149
RUNJOBID= node123-1568673292-1029
PBS_JOBID= 21703787
Free space on /tmp= 59148 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-10-06-fair.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400811-1568693149/watcher-4400811-1568693149 -o /tmp/evaluation-result-4400811-1568693149/solver-4400811-1568693149 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568673292-1029 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=548403584 HOME/instance-4400811-1568693149.xml

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

MD5SUM BENCH= 93355dee8c41895d58696aeae14790df
RANDOM SEED=548403584

node123.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27501600 kB
MemAvailable:   29081764 kB
Buffers:          120388 kB
Cached:          1758272 kB
SwapCached:         7616 kB
Active:          4057720 kB
Inactive:         642608 kB
Active(anon):    2821040 kB
Inactive(anon):    48848 kB
Active(file):    1236680 kB
Inactive(file):   593760 kB
Unevictable:      107388 kB
Mlocked:          107388 kB
SwapTotal:      67108860 kB
SwapFree:       66998756 kB
Dirty:             35996 kB
Writeback:             0 kB
AnonPages:       2921716 kB
Mapped:            61048 kB
Shmem:             39800 kB
Slab:             161144 kB
SReclaimable:     131116 kB
SUnreclaim:        30028 kB
KernelStack:        3792 kB
PageTables:        10864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3989824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2740224 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= 59116 MiB
End job on node123 at 2019-09-17 06:46:01