Trace number 4400865

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.1 2466.44

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-35-123.xml
MD5SUM45744cc354831d0c2f8e03e2f88be5e0
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints595
Number of domains35
Minimum domain size89
Maximum domain size123
Distribution of domain sizes[{"size":89,"count":2},{"size":90,"count":2},{"size":91,"count":2},{"size":92,"count":2},{"size":93,"count":2},{"size":94,"count":2},{"size":95,"count":2},{"size":96,"count":2},{"size":97,"count":2},{"size":98,"count":2},{"size":99,"count":2},{"size":100,"count":2},{"size":101,"count":2},{"size":102,"count":2},{"size":103,"count":2},{"size":104,"count":2},{"size":105,"count":2},{"size":106,"count":2},{"size":107,"count":2},{"size":108,"count":2},{"size":109,"count":2},{"size":110,"count":2},{"size":111,"count":2},{"size":112,"count":2},{"size":113,"count":2},{"size":114,"count":2},{"size":115,"count":2},{"size":116,"count":2},{"size":117,"count":2},{"size":118,"count":2},{"size":119,"count":2},{"size":120,"count":2},{"size":121,"count":2},{"size":122,"count":2},{"size":123,"count":2}]
Minimum variable degree34
Maximum variable degree34
Distribution of variable degrees[{"degree":34,"count":70}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":595}]
Number of extensional constraints0
Number of intensional constraints595
Distribution of constraint types[{"type":"intension","count":595}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400865-1568696618/watcher-4400865-1568696618 -o /tmp/evaluation-result-4400865-1568696618/solver-4400865-1568696618 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568673292-1030 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1863610876 HOME/instance-4400865-1568696618.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=7493, runsolver pid=7490
Current StackSize limit: 8192 KiB


[startup+0.100117 s]*
/proc/loadavg: 1.36 1.40 1.42 3/220 7550
/proc/meminfo: memFree=29595548/32770624 swapFree=66998764/67108860
[pid=7493] ppid=7490 vsize=9972712 memory=16436 CPUtime=0.09 cores=1,3,5,7
/proc/7493/stat : 7493 (java) S 7490 7493 998 0 -1 1077944320 4374 13333 0 0 1 0 5 3 20 0 6 0 445926658 10212057088 4109 33554432000 4194304 4196468 140732399156464 140732399139008 139907684179703 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
/proc/7493/statm: 2493178 4109 1931 1 0 2481616 0
[pid=7493/tid=7546] ppid=7490 vsize=9972712 memory=8514726395714820750 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7546/stat : 7546 (java) R 7490 7493 998 0 -1 4202560 2171 13333 0 0 0 0 5 3 20 0 6 0 445926667 10212057088 4109 33554432000 4194304 4196468 140732399156464 139907656016464 139907669862229 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7547] ppid=7490 vsize=9972712 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7547/stat : 7547 (java) S 7490 7493 998 0 -1 1077944384 2 13333 0 0 0 0 5 3 20 0 6 0 445926668 10212057088 4109 33554432000 4194304 4196468 140732399156464 139907688421904 139907684189909 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7548] ppid=7490 vsize=9972712 memory=140534932145792 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7548/stat : 7548 (java) S 7490 7493 998 0 -1 1077944384 2 13333 0 0 0 0 5 3 20 0 6 0 445926668 10212057088 4109 33554432000 4194304 4196468 140732399156464 139907257731728 139907684189909 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7549] ppid=7490 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7549/stat : 7549 (java) S 7490 7493 998 0 -1 1077944384 2 13333 0 0 0 0 5 3 20 0 6 0 445926668 10212057088 4109 33554432000 4194304 4196468 140732399156464 139907256678672 139907684189909 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7550] ppid=7490 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7550/stat : 7550 (java) S 7490 7493 998 0 -1 1077944384 1 13333 0 0 0 0 5 3 20 0 6 0 445926668 10212057088 4109 33554432000 4194304 4196468 140732399156464 139907255626128 139907684189909 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16436 KiB

[startup+0.210184 s]*
/proc/loadavg: 1.33 1.40 1.41 5/229 7559
/proc/meminfo: memFree=29569992/32770624 swapFree=66998764/67108860
[pid=7493] ppid=7490 vsize=10819856 memory=44968 CPUtime=0.26 cores=1,3,5,7
/proc/7493/stat : 7493 (java) S 7490 7493 998 0 -1 1077944320 7200 13333 0 0 17 1 5 3 20 0 15 0 445926658 11079532544 11242 33554432000 4194304 4196468 140732399156464 140732399139008 139907684179703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
/proc/7493/statm: 2704964 11242 3176 1 0 2667149 0
[pid=7493/tid=7546] ppid=7490 vsize=10820020 memory=5450916389569530688 CPUtime=0.2 cores=1,3,5,7
/proc/7493/task/7546/stat : 7546 (java) R 7490 7493 998 0 -1 4202560 3666 13333 0 0 11 1 5 3 20 0 15 0 445926667 11079700480 11307 33554432000 4194304 4196468 140732399156464 139907655973776 139907684201629 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7547] ppid=7490 vsize=10820020 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7547/stat : 7547 (java) S 7490 7493 998 0 -1 1077944384 2 13333 0 0 0 0 5 3 20 0 15 0 445926668 11079700480 11307 33554432000 4194304 4196468 140732399156464 139907688421904 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7548] ppid=7490 vsize=10820020 memory=140534932145792 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7548/stat : 7548 (java) S 7490 7493 998 0 -1 1077944384 2 13333 0 0 0 0 5 3 20 0 15 0 445926668 11079700480 11307 33554432000 4194304 4196468 140732399156464 139907257731728 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7549] ppid=7490 vsize=10820020 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7549/stat : 7549 (java) S 7490 7493 998 0 -1 1077944384 2 13333 0 0 0 0 5 3 20 0 15 0 445926668 11079700480 11307 33554432000 4194304 4196468 140732399156464 139907256678672 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7550] ppid=7490 vsize=10820020 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7550/stat : 7550 (java) S 7490 7493 998 0 -1 1077944384 1 13333 0 0 0 0 5 3 20 0 15 0 445926668 11079700480 11307 33554432000 4194304 4196468 140732399156464 139907255626128 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7551] ppid=7490 vsize=10820020 memory=140534932145792 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7551/stat : 7551 (java) S 7490 7493 998 0 -1 1077944384 2 13333 0 0 0 0 5 3 20 0 15 0 445926669 11079700480 11307 33554432000 4194304 4196468 140732399156464 139907143006960 139907684190850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7552] ppid=7490 vsize=10820020 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7552/stat : 7552 (java) S 7490 7493 998 0 -1 1077944384 13 13333 0 0 0 0 5 3 20 0 15 0 445926670 11079700480 11307 33554432000 4194304 4196468 140732399156464 139906865551008 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7553] ppid=7490 vsize=10820020 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7553/stat : 7553 (java) S 7490 7493 998 0 -1 1077944384 1 13333 0 0 0 0 5 3 20 0 15 0 445926670 11079700480 11307 33554432000 4194304 4196468 140732399156464 139906747720944 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7554] ppid=7490 vsize=10820020 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7554/stat : 7554 (java) S 7490 7493 998 0 -1 1077944384 2 13333 0 0 0 0 5 3 20 0 15 0 445926672 11079700480 11307 33554432000 4194304 4196468 140732399156464 139906613504464 139907684198299 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7555] ppid=7490 vsize=10820020 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/7493/task/7555/stat : 7555 (java) S 7490 7493 998 0 -1 1077944384 615 13333 0 0 1 0 5 3 20 0 15 0 445926673 11079700480 11307 33554432000 4194304 4196468 140732399156464 139907141953776 139907684190850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7556] ppid=7490 vsize=10820020 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7556/stat : 7556 (java) S 7490 7493 998 0 -1 1077944384 65 13333 0 0 0 0 5 3 20 0 15 0 445926673 11079700480 11307 33554432000 4194304 4196468 140732399156464 139907140901232 139907684190850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7557] ppid=7490 vsize=10820020 memory=140534932145792 CPUtime=0.11 cores=1,3,5,7
/proc/7493/task/7557/stat : 7557 (java) S 7490 7493 998 0 -1 1077944384 670 13333 0 0 3 0 5 3 20 0 15 0 445926673 11079700480 11307 33554432000 4194304 4196468 140732399156464 139907139848176 139907684190850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7558] ppid=7490 vsize=10820020 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7558/stat : 7558 (java) S 7490 7493 998 0 -1 1077944384 3 13333 0 0 0 0 5 3 20 0 15 0 445926673 11079700480 11307 33554432000 4194304 4196468 140732399156464 139905875306848 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7559] ppid=7490 vsize=10820020 memory=140534932145792 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7559/stat : 7559 (java) S 7490 7493 998 0 -1 1077944384 1 13333 0 0 0 0 5 3 20 0 15 0 445926673 11079700480 11307 33554432000 4194304 4196468 140732399156464 139907138796592 139907684190850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819856 KiB
Current children cumulated memory: 44968 KiB

[startup+0.310639 s]*
/proc/loadavg: 1.33 1.40 1.41 3/229 7559
/proc/meminfo: memFree=29557572/32770624 swapFree=66998764/67108860
[pid=7493] ppid=7490 vsize=10820196 memory=53940 CPUtime=0.41 cores=1,3,5,7
/proc/7493/stat : 7493 (java) S 7490 7493 998 0 -1 1077944320 10678 13333 0 0 30 3 5 3 20 0 15 0 445926658 11079880704 13485 33554432000 4194304 4196468 140732399156464 140732399139008 139907684179703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
/proc/7493/statm: 2705049 13485 3327 1 0 2667149 0
[pid=7493/tid=7546] ppid=7490 vsize=10820196 memory=1398722017469774279 CPUtime=0.29 cores=1,3,5,7
/proc/7493/task/7546/stat : 7546 (java) R 7490 7493 998 0 -1 4202560 7044 13333 0 0 19 2 5 3 20 0 15 0 445926667 11079880704 13485 33554432000 4194304 4196468 140732399156464 139907655988656 139907668260190 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7547] ppid=7490 vsize=10820196 memory=7517183227914840688 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7547/stat : 7547 (java) S 7490 7493 998 0 -1 1077944384 2 13333 0 0 0 0 5 3 20 0 15 0 445926668 11079880704 13485 33554432000 4194304 4196468 140732399156464 139907688421904 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7548] ppid=7490 vsize=10820196 memory=5931329032301858896 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7548/stat : 7548 (java) S 7490 7493 998 0 -1 1077944384 2 13333 0 0 0 0 5 3 20 0 15 0 445926668 11079880704 13485 33554432000 4194304 4196468 140732399156464 139907257731728 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7549] ppid=7490 vsize=10820196 memory=7019607622793513671 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7549/stat : 7549 (java) S 7490 7493 998 0 -1 1077944384 2 13333 0 0 0 0 5 3 20 0 15 0 445926668 11079880704 13485 33554432000 4194304 4196468 140732399156464 139907256678672 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7550] ppid=7490 vsize=10820196 memory=4126316290023845779 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7550/stat : 7550 (java) S 7490 7493 998 0 -1 1077944384 1 13333 0 0 0 0 5 3 20 0 15 0 445926668 11079880704 13485 33554432000 4194304 4196468 140732399156464 139907255626128 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7551] ppid=7490 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7551/stat : 7551 (java) S 7490 7493 998 0 -1 1077944384 2 13333 0 0 0 0 5 3 20 0 15 0 445926669 11079880704 13485 33554432000 4194304 4196468 140732399156464 139907143006960 139907684190850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7552] ppid=7490 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7552/stat : 7552 (java) S 7490 7493 998 0 -1 1077944384 13 13333 0 0 0 0 5 3 20 0 15 0 445926670 11079880704 13485 33554432000 4194304 4196468 140732399156464 139906865551008 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7553] ppid=7490 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7553/stat : 7553 (java) S 7490 7493 998 0 -1 1077944384 1 13333 0 0 0 0 5 3 20 0 15 0 445926670 11079880704 13485 33554432000 4194304 4196468 140732399156464 139906747720944 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7554] ppid=7490 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7554/stat : 7554 (java) S 7490 7493 998 0 -1 1077944384 2 13333 0 0 0 0 5 3 20 0 15 0 445926672 11079880704 13485 33554432000 4194304 4196468 140732399156464 139906613504464 139907684198299 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7555] ppid=7490 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/7493/task/7555/stat : 7555 (java) S 7490 7493 998 0 -1 1077944384 618 13333 0 0 1 0 5 3 20 0 15 0 445926673 11079880704 13485 33554432000 4194304 4196468 140732399156464 139907141953776 139907684190850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7556] ppid=7490 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/7493/task/7556/stat : 7556 (java) S 7490 7493 998 0 -1 1077944384 83 13333 0 0 2 0 5 3 20 0 15 0 445926673 11079880704 13485 33554432000 4194304 4196468 140732399156464 139907140901232 139907684190850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7557] ppid=7490 vsize=10820196 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/7493/task/7557/stat : 7557 (java) S 7490 7493 998 0 -1 1077944384 701 13333 0 0 5 0 5 3 20 0 15 0 445926673 11079880704 13485 33554432000 4194304 4196468 140732399156464 139907139848176 139907684190850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7558] ppid=7490 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7558/stat : 7558 (java) S 7490 7493 998 0 -1 1077944384 3 13333 0 0 0 0 5 3 20 0 15 0 445926673 11079880704 13485 33554432000 4194304 4196468 140732399156464 139905875306848 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7559] ppid=7490 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7559/stat : 7559 (java) S 7490 7493 998 0 -1 1077944384 1 13333 0 0 0 0 5 3 20 0 15 0 445926673 11079880704 13485 33554432000 4194304 4196468 140732399156464 139907138796592 139907684190850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 53940 KiB

[startup+0.701211 s]
/proc/loadavg: 1.33 1.40 1.41 3/229 7559
/proc/meminfo: memFree=29544056/32770624 swapFree=66998764/67108860
[pid=7493] ppid=7490 vsize=10822316 memory=86632 CPUtime=1.11 cores=1,3,5,7
/proc/7493/stat : 7493 (java) S 7490 7493 998 0 -1 1077944320 14847 13333 0 0 99 4 5 3 20 0 15 0 445926658 11082051584 21658 33554432000 4194304 4196468 140732399156464 140732399139008 139907684179703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
/proc/7493/statm: 2705579 21658 3501 1 0 2667661 0
[pid=7493/tid=7546] ppid=7490 vsize=10822316 memory=2241 CPUtime=0.66 cores=1,3,5,7
/proc/7493/task/7546/stat : 7546 (java) R 7490 7493 998 0 -1 4202560 9894 13333 0 0 55 3 5 3 20 0 15 0 445926667 11082051584 21658 33554432000 4194304 4196468 140732399156464 139907656010720 139907684191638 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7547] ppid=7490 vsize=10822316 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7547/stat : 7547 (java) S 7490 7493 998 0 -1 1077944384 2 13333 0 0 0 0 5 3 20 0 15 0 445926668 11082051584 21658 33554432000 4194304 4196468 140732399156464 139907688421904 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7548] ppid=7490 vsize=10822316 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7548/stat : 7548 (java) S 7490 7493 998 0 -1 1077944384 2 13333 0 0 0 0 5 3 20 0 15 0 445926668 11082051584 21658 33554432000 4194304 4196468 140732399156464 139907257731728 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7549] ppid=7490 vsize=10822316 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7549/stat : 7549 (java) S 7490 7493 998 0 -1 1077944384 2 13333 0 0 0 0 5 3 20 0 15 0 445926668 11082051584 21658 33554432000 4194304 4196468 140732399156464 139907256678672 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7550] ppid=7490 vsize=10822316 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7550/stat : 7550 (java) S 7490 7493 998 0 -1 1077944384 1 13333 0 0 0 0 5 3 20 0 15 0 445926668 11082051584 21658 33554432000 4194304 4196468 140732399156464 139907255626128 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7551] ppid=7490 vsize=10822316 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7551/stat : 7551 (java) S 7490 7493 998 0 -1 1077944384 5 13333 0 0 0 0 5 3 20 0 15 0 445926669 11082051584 21658 33554432000 4194304 4196468 140732399156464 139907143006960 139907684190850 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7552] ppid=7490 vsize=10822316 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7552/stat : 7552 (java) S 7490 7493 998 0 -1 1077944384 13 13333 0 0 0 0 5 3 20 0 15 0 445926670 11082051584 21658 33554432000 4194304 4196468 140732399156464 139906865551008 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7553] ppid=7490 vsize=10822316 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7553/stat : 7553 (java) S 7490 7493 998 0 -1 1077944384 1 13333 0 0 0 0 5 3 20 0 15 0 445926670 11082051584 21658 33554432000 4194304 4196468 140732399156464 139906747720944 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7554] ppid=7490 vsize=10822316 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7554/stat : 7554 (java) S 7490 7493 998 0 -1 1077944384 2 13333 0 0 0 0 5 3 20 0 15 0 445926672 11082051584 21658 33554432000 4194304 4196468 140732399156464 139906613504464 139907684198299 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7555] ppid=7490 vsize=10822316 memory=140534819620752 CPUtime=0.22 cores=1,3,5,7
/proc/7493/task/7555/stat : 7555 (java) R 7490 7493 998 0 -1 4202560 1083 13333 0 0 14 0 5 3 20 0 15 0 445926673 11082051584 21658 33554432000 4194304 4196468 140732399156464 139907141943488 139907669097099 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7556] ppid=7490 vsize=10822316 memory=24964 CPUtime=0.2 cores=1,3,5,7
/proc/7493/task/7556/stat : 7556 (java) R 7490 7493 998 0 -1 1077944384 620 13333 0 0 12 0 5 3 20 0 15 0 445926673 11082051584 21658 33554432000 4194304 4196468 140732399156464 139907140901232 139907684190850 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7557] ppid=7490 vsize=10822316 memory=2244 CPUtime=0.25 cores=1,3,5,7
/proc/7493/task/7557/stat : 7557 (java) R 7490 7493 998 0 -1 4202560 1013 13333 0 0 17 0 5 3 20 0 15 0 445926673 11082051584 21658 33554432000 4194304 4196468 140732399156464 139907139848176 139907662802577 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7558] ppid=7490 vsize=10822316 memory=140534819618160 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7558/stat : 7558 (java) S 7490 7493 998 0 -1 1077944384 3 13333 0 0 0 0 5 3 20 0 15 0 445926673 11082051584 21658 33554432000 4194304 4196468 140732399156464 139905875306848 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7559] ppid=7490 vsize=10822316 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7559/stat : 7559 (java) S 7490 7493 998 0 -1 1077944384 1 13333 0 0 0 0 5 3 20 0 15 0 445926673 11082051584 21658 33554432000 4194304 4196468 140732399156464 139907138796592 139907684190850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 86632 KiB

[startup+1.5025 s]
/proc/loadavg: 1.33 1.40 1.41 4/229 7559
/proc/meminfo: memFree=29502340/32770624 swapFree=66998764/67108860
[pid=7493] ppid=7490 vsize=10834680 memory=184432 CPUtime=2.71 cores=1,3,5,7
/proc/7493/stat : 7493 (java) S 7490 7493 998 0 -1 1077944320 22444 13333 0 0 255 8 5 3 20 0 15 0 445926658 11094712320 46108 33554432000 4194304 4196468 140732399156464 140732399139008 139907684179703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
/proc/7493/statm: 2708670 46108 3581 1 0 2670733 0
[pid=7493/tid=7546] ppid=7490 vsize=10834680 memory=21 CPUtime=1.42 cores=1,3,5,7
/proc/7493/task/7546/stat : 7546 (java) R 7490 7493 998 0 -1 4202560 15269 13333 0 0 130 4 5 3 20 0 15 0 445926667 11094712320 46108 33554432000 4194304 4196468 140732399156464 139907655994848 139907288343237 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7547] ppid=7490 vsize=10834680 memory=30 CPUtime=0.09 cores=1,3,5,7
/proc/7493/task/7547/stat : 7547 (java) S 7490 7493 998 0 -1 1077944384 58 13333 0 0 1 0 5 3 20 0 15 0 445926668 11094712320 46108 33554432000 4194304 4196468 140732399156464 139907688421904 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7548] ppid=7490 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/7493/task/7548/stat : 7548 (java) S 7490 7493 998 0 -1 1077944384 299 13333 0 0 1 0 5 3 20 0 15 0 445926668 11094712320 46108 33554432000 4194304 4196468 140732399156464 139907257731728 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7549] ppid=7490 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/7493/task/7549/stat : 7549 (java) S 7490 7493 998 0 -1 1077944384 60 13333 0 0 1 0 5 3 20 0 15 0 445926668 11094712320 46108 33554432000 4194304 4196468 140732399156464 139907256678672 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7550] ppid=7490 vsize=10834680 memory=101848 CPUtime=0.09 cores=1,3,5,7
/proc/7493/task/7550/stat : 7550 (java) S 7490 7493 998 0 -1 1077944384 31 13333 0 0 1 0 5 3 20 0 15 0 445926668 11094712320 46108 33554432000 4194304 4196468 140732399156464 139907255626128 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7551] ppid=7490 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/7493/task/7551/stat : 7551 (java) S 7490 7493 998 0 -1 1077944384 102 13333 0 0 1 0 5 3 20 0 15 0 445926669 11094712320 46108 33554432000 4194304 4196468 140732399156464 139907143006960 139907684190850 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7552] ppid=7490 vsize=10834680 memory=7305218370954619481 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7552/stat : 7552 (java) S 7490 7493 998 0 -1 1077944384 13 13333 0 0 0 0 5 3 20 0 15 0 445926670 11094712320 46108 33554432000 4194304 4196468 140732399156464 139906865551072 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7553] ppid=7490 vsize=10834680 memory=6010993138479557478 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7553/stat : 7553 (java) S 7490 7493 998 0 -1 1077944384 2 13333 0 0 0 0 5 3 20 0 15 0 445926670 11094712320 46108 33554432000 4194304 4196468 140732399156464 139906747720960 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7554] ppid=7490 vsize=10834680 memory=7882545547295609194 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7554/stat : 7554 (java) S 7490 7493 998 0 -1 1077944384 2 13333 0 0 0 0 5 3 20 0 15 0 445926672 11094712320 46108 33554432000 4194304 4196468 140732399156464 139906613504464 139907684198299 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7555] ppid=7490 vsize=10834680 memory=7944460142272541284 CPUtime=0.48 cores=1,3,5,7
/proc/7493/task/7555/stat : 7555 (java) S 7490 7493 998 0 -1 1077944384 1715 13333 0 0 40 0 5 3 20 0 15 0 445926673 11094712320 46108 33554432000 4194304 4196468 140732399156464 139907141953776 139907684190850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7556] ppid=7490 vsize=10834680 memory=7307751633145392486 CPUtime=0.43 cores=1,3,5,7
/proc/7493/task/7556/stat : 7556 (java) S 7490 7493 998 0 -1 1077944384 920 13333 0 0 35 0 5 3 20 0 15 0 445926673 11094712320 46108 33554432000 4194304 4196468 140732399156464 139907140901232 139907684190850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7557] ppid=7490 vsize=10834680 memory=7305218370954619481 CPUtime=0.49 cores=1,3,5,7
/proc/7493/task/7557/stat : 7557 (java) R 7490 7493 998 0 -1 4202560 1766 13333 0 0 41 0 5 3 20 0 15 0 445926673 11094712320 46108 33554432000 4194304 4196468 140732399156464 139907139848176 139907668260190 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7558] ppid=7490 vsize=10834680 memory=7305218370954619481 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7558/stat : 7558 (java) S 7490 7493 998 0 -1 1077944384 3 13333 0 0 0 0 5 3 20 0 15 0 445926673 11094712320 46108 33554432000 4194304 4196468 140732399156464 139905875306848 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7559] ppid=7490 vsize=10834680 memory=55 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7559/stat : 7559 (java) S 7490 7493 998 0 -1 1077944384 1 13333 0 0 0 0 5 3 20 0 15 0 445926673 11094712320 46108 33554432000 4194304 4196468 140732399156464 139907138796592 139907684190850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 10834680 KiB

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

/proc/7493/task/7546/stat : 7546 (java) R 7490 7493 998 0 -1 4202560 73708 13333 0 0 229821 52 5 3 20 0 15 0 445926667 11107315712 359226 33554432000 4194304 4196468 140732399156464 139907656015280 139907298017138 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7547] ppid=7490 vsize=10846988 memory=1436904 CPUtime=11.94 cores=1,3,5,7
/proc/7493/task/7547/stat : 7547 (java) S 7490 7493 998 0 -1 1077944384 22468 13333 0 0 1133 53 5 3 20 0 15 0 445926668 11107315712 359226 33554432000 4194304 4196468 140732399156464 139907688421904 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7548] ppid=7490 vsize=10846988 memory=1436904 CPUtime=12 cores=1,3,5,7
/proc/7493/task/7548/stat : 7548 (java) S 7490 7493 998 0 -1 1077944384 17845 13333 0 0 1132 60 5 3 20 0 15 0 445926668 11107315712 359226 33554432000 4194304 4196468 140732399156464 139907257731728 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7549] ppid=7490 vsize=10846988 memory=1436904 CPUtime=11.95 cores=1,3,5,7
/proc/7493/task/7549/stat : 7549 (java) S 7490 7493 998 0 -1 1077944384 15702 13333 0 0 1132 55 5 3 20 0 15 0 445926668 11107315712 359226 33554432000 4194304 4196468 140732399156464 139907256678672 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7550] ppid=7490 vsize=10846988 memory=1436904 CPUtime=11.98 cores=1,3,5,7
/proc/7493/task/7550/stat : 7550 (java) S 7490 7493 998 0 -1 1077944384 14568 13333 0 0 1134 56 5 3 20 0 15 0 445926668 11107315712 359226 33554432000 4194304 4196468 140732399156464 139907255626128 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7551] ppid=7490 vsize=10846988 memory=1436904 CPUtime=10.17 cores=1,3,5,7
/proc/7493/task/7551/stat : 7551 (java) S 7490 7493 998 0 -1 1077944384 19492 13333 0 0 959 50 5 3 20 0 15 0 445926669 11107315712 359226 33554432000 4194304 4196468 140732399156464 139907143006960 139907684190850 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7552] ppid=7490 vsize=10846988 memory=1436904 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7552/stat : 7552 (java) S 7490 7493 998 0 -1 1077944384 17 13333 0 0 0 0 5 3 20 0 15 0 445926670 11107315712 359226 33554432000 4194304 4196468 140732399156464 139906865551072 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7553] ppid=7490 vsize=10846988 memory=1436904 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7553/stat : 7553 (java) S 7490 7493 998 0 -1 1077944384 6 13333 0 0 0 0 5 3 20 0 15 0 445926670 11107315712 359226 33554432000 4194304 4196468 140732399156464 139906747720960 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7554] ppid=7490 vsize=10846988 memory=1436904 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7554/stat : 7554 (java) S 7490 7493 998 0 -1 1077944384 2 13333 0 0 0 0 5 3 20 0 15 0 445926672 11107315712 359226 33554432000 4194304 4196468 140732399156464 139906613504464 139907684198299 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7555] ppid=7490 vsize=10846988 memory=1436904 CPUtime=6.72 cores=1,3,5,7
/proc/7493/task/7555/stat : 7555 (java) S 7490 7493 998 0 -1 1077944384 28269 13333 0 0 661 3 5 3 20 0 15 0 445926673 11107315712 359226 33554432000 4194304 4196468 140732399156464 139907141953776 139907684190850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7556] ppid=7490 vsize=10846988 memory=1436904 CPUtime=6.56 cores=1,3,5,7
/proc/7493/task/7556/stat : 7556 (java) S 7490 7493 998 0 -1 1077944384 23077 13333 0 0 644 4 5 3 20 0 15 0 445926673 11107315712 359226 33554432000 4194304 4196468 140732399156464 139907140901232 139907684190850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7557] ppid=7490 vsize=10846988 memory=988 CPUtime=2.54 cores=1,3,5,7
/proc/7493/task/7557/stat : 7557 (java) S 7490 7493 998 0 -1 1077944384 16206 13333 0 0 241 5 5 3 20 0 15 0 445926673 11107315712 359226 33554432000 4194304 4196468 140732399156464 139907139848176 139907684190850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7558] ppid=7490 vsize=10846988 memory=1436904 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7558/stat : 7558 (java) S 7490 7493 998 0 -1 1077944384 3 13333 0 0 0 0 5 3 20 0 15 0 445926673 11107315712 359226 33554432000 4194304 4196468 140732399156464 139905875306848 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7559] ppid=7490 vsize=10846988 memory=656 CPUtime=1.44 cores=1,3,5,7
/proc/7493/task/7559/stat : 7559 (java) S 7490 7493 998 0 -1 1077944384 1660 13333 0 0 62 74 5 3 20 0 15 0 445926673 11107315712 359226 33554432000 4194304 4196468 140732399156464 139907138796592 139907684190850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
Current children cumulated CPU time: 2373.5 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1436904 KiB

[startup+2382.3 s]
/proc/loadavg: 0.66 0.70 0.93 2/206 7828
/proc/meminfo: memFree=28918064/32770624 swapFree=66998764/67108860
[pid=7493] ppid=7490 vsize=10846988 memory=1438984 CPUtime=2434.51 cores=1,3,5,7
/proc/7493/stat : 7493 (java) S 7490 7493 998 0 -1 1077944320 237563 13333 0 0 243076 367 5 3 20 0 15 0 445926658 11107315712 359746 33554432000 4194304 4196468 140732399156464 140732399139008 139907684179703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
/proc/7493/statm: 2711747 359746 3631 1 0 2673805 0
[pid=7493/tid=7546] ppid=7490 vsize=10846988 memory=1438984 CPUtime=2358.16 cores=1,3,5,7
/proc/7493/task/7546/stat : 7546 (java) R 7490 7493 998 0 -1 4202560 74633 13333 0 0 235755 53 5 3 20 0 15 0 445926667 11107315712 359746 33554432000 4194304 4196468 140732399156464 139907656015360 139907307814155 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7547] ppid=7490 vsize=10846988 memory=1438984 CPUtime=12.28 cores=1,3,5,7
/proc/7493/task/7547/stat : 7547 (java) S 7490 7493 998 0 -1 1077944384 22622 13333 0 0 1166 54 5 3 20 0 15 0 445926668 11107315712 359746 33554432000 4194304 4196468 140732399156464 139907688421904 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7548] ppid=7490 vsize=10846988 memory=1438984 CPUtime=12.33 cores=1,3,5,7
/proc/7493/task/7548/stat : 7548 (java) S 7490 7493 998 0 -1 1077944384 17984 13333 0 0 1164 61 5 3 20 0 15 0 445926668 11107315712 359746 33554432000 4194304 4196468 140732399156464 139907257731728 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7549] ppid=7490 vsize=10846988 memory=1438984 CPUtime=12.28 cores=1,3,5,7
/proc/7493/task/7549/stat : 7549 (java) S 7490 7493 998 0 -1 1077944384 16077 13333 0 0 1164 56 5 3 20 0 15 0 445926668 11107315712 359746 33554432000 4194304 4196468 140732399156464 139907256678672 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7550] ppid=7490 vsize=10846988 memory=1438984 CPUtime=12.31 cores=1,3,5,7
/proc/7493/task/7550/stat : 7550 (java) S 7490 7493 998 0 -1 1077944384 14870 13333 0 0 1166 57 5 3 20 0 15 0 445926668 11107315712 359746 33554432000 4194304 4196468 140732399156464 139907255626128 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7551] ppid=7490 vsize=10846988 memory=1438984 CPUtime=10.46 cores=1,3,5,7
/proc/7493/task/7551/stat : 7551 (java) S 7490 7493 998 0 -1 1077944384 19889 13333 0 0 986 52 5 3 20 0 15 0 445926669 11107315712 359746 33554432000 4194304 4196468 140732399156464 139907143006960 139907684190850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7552] ppid=7490 vsize=10846988 memory=281069640347136 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7552/stat : 7552 (java) S 7490 7493 998 0 -1 1077944384 17 13333 0 0 0 0 5 3 20 0 15 0 445926670 11107315712 359746 33554432000 4194304 4196468 140732399156464 139906865551072 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7553] ppid=7490 vsize=10846988 memory=1438984 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7553/stat : 7553 (java) S 7490 7493 998 0 -1 1077944384 6 13333 0 0 0 0 5 3 20 0 15 0 445926670 11107315712 359746 33554432000 4194304 4196468 140732399156464 139906747720960 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7554] ppid=7490 vsize=10846988 memory=1438984 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7554/stat : 7554 (java) S 7490 7493 998 0 -1 1077944384 2 13333 0 0 0 0 5 3 20 0 15 0 445926672 11107315712 359746 33554432000 4194304 4196468 140732399156464 139906613504464 139907684198299 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7555] ppid=7490 vsize=10846988 memory=1438984 CPUtime=6.72 cores=1,3,5,7
/proc/7493/task/7555/stat : 7555 (java) S 7490 7493 998 0 -1 1077944384 28273 13333 0 0 661 3 5 3 20 0 15 0 445926673 11107315712 359746 33554432000 4194304 4196468 140732399156464 139907141953776 139907684190850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7556] ppid=7490 vsize=10846988 memory=12024 CPUtime=6.56 cores=1,3,5,7
/proc/7493/task/7556/stat : 7556 (java) S 7490 7493 998 0 -1 1077944384 23081 13333 0 0 644 4 5 3 20 0 15 0 445926673 11107315712 359746 33554432000 4194304 4196468 140732399156464 139907140901232 139907684190850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7557] ppid=7490 vsize=10846988 memory=3580 CPUtime=2.55 cores=1,3,5,7
/proc/7493/task/7557/stat : 7557 (java) S 7490 7493 998 0 -1 1077944384 16210 13333 0 0 242 5 5 3 20 0 15 0 445926673 11107315712 359746 33554432000 4194304 4196468 140732399156464 139907139848176 139907684190850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7558] ppid=7490 vsize=10846988 memory=46028 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7558/stat : 7558 (java) S 7490 7493 998 0 -1 1077944384 3 13333 0 0 0 0 5 3 20 0 15 0 445926673 11107315712 359746 33554432000 4194304 4196468 140732399156464 139905875306848 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7559] ppid=7490 vsize=10846988 memory=1560 CPUtime=1.48 cores=1,3,5,7
/proc/7493/task/7559/stat : 7559 (java) S 7490 7493 998 0 -1 1077944384 1690 13333 0 0 64 76 5 3 20 0 15 0 445926673 11107315712 359746 33554432000 4194304 4196468 140732399156464 139907138796592 139907684190850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
Current children cumulated CPU time: 2434.51 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1438984 KiB

[startup+2442.3 s]
/proc/loadavg: 0.69 0.70 0.92 2/207 7833
/proc/meminfo: memFree=28917392/32770624 swapFree=66998764/67108860
[pid=7493] ppid=7490 vsize=10846988 memory=1438988 CPUtime=2495.53 cores=1,3,5,7
/proc/7493/stat : 7493 (java) S 7490 7493 998 0 -1 1077944320 239598 13333 0 0 249169 376 5 3 20 0 15 0 445926658 11107315712 359747 33554432000 4194304 4196468 140732399156464 140732399139008 139907684179703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
/proc/7493/statm: 2711747 359747 3631 1 0 2673805 0
[pid=7493/tid=7546] ppid=7490 vsize=10846988 memory=1438988 CPUtime=2417.51 cores=1,3,5,7
/proc/7493/task/7546/stat : 7546 (java) R 7490 7493 998 0 -1 4202560 75568 13333 0 0 241689 54 5 3 20 0 15 0 445926667 11107315712 359747 33554432000 4194304 4196468 140732399156464 139907656015472 139907307814170 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7547] ppid=7490 vsize=10846988 memory=1438988 CPUtime=12.61 cores=1,3,5,7
/proc/7493/task/7547/stat : 7547 (java) S 7490 7493 998 0 -1 1077944384 22829 13333 0 0 1198 55 5 3 20 0 15 0 445926668 11107315712 359747 33554432000 4194304 4196468 140732399156464 139907688421904 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7548] ppid=7490 vsize=10846988 memory=1438988 CPUtime=12.66 cores=1,3,5,7
/proc/7493/task/7548/stat : 7548 (java) S 7490 7493 998 0 -1 1077944384 18243 13333 0 0 1196 62 5 3 20 0 15 0 445926668 11107315712 359747 33554432000 4194304 4196468 140732399156464 139907257731728 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7549] ppid=7490 vsize=10846988 memory=0 CPUtime=12.61 cores=1,3,5,7
/proc/7493/task/7549/stat : 7549 (java) S 7490 7493 998 0 -1 1077944384 16153 13333 0 0 1195 58 5 3 20 0 15 0 445926668 11107315712 359747 33554432000 4194304 4196468 140732399156464 139907256678672 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7550] ppid=7490 vsize=10846988 memory=1438988 CPUtime=12.65 cores=1,3,5,7
/proc/7493/task/7550/stat : 7550 (java) S 7490 7493 998 0 -1 1077944384 15155 13333 0 0 1199 58 5 3 20 0 15 0 445926668 11107315712 359747 33554432000 4194304 4196468 140732399156464 139907255626128 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7551] ppid=7490 vsize=10846988 memory=1438988 CPUtime=10.74 cores=1,3,5,7
/proc/7493/task/7551/stat : 7551 (java) S 7490 7493 998 0 -1 1077944384 20148 13333 0 0 1012 54 5 3 20 0 15 0 445926669 11107315712 359747 33554432000 4194304 4196468 140732399156464 139907143006960 139907684190850 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7552] ppid=7490 vsize=10846988 memory=1438988 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7552/stat : 7552 (java) S 7490 7493 998 0 -1 1077944384 17 13333 0 0 0 0 5 3 20 0 15 0 445926670 11107315712 359747 33554432000 4194304 4196468 140732399156464 139906865551072 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7553] ppid=7490 vsize=10846988 memory=1438988 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7553/stat : 7553 (java) S 7490 7493 998 0 -1 1077944384 6 13333 0 0 0 0 5 3 20 0 15 0 445926670 11107315712 359747 33554432000 4194304 4196468 140732399156464 139906747720960 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7554] ppid=7490 vsize=10846988 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7554/stat : 7554 (java) S 7490 7493 998 0 -1 1077944384 2 13333 0 0 0 0 5 3 20 0 15 0 445926672 11107315712 359747 33554432000 4194304 4196468 140732399156464 139906613504464 139907684198299 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7555] ppid=7490 vsize=10846988 memory=1438988 CPUtime=6.72 cores=1,3,5,7
/proc/7493/task/7555/stat : 7555 (java) S 7490 7493 998 0 -1 1077944384 28275 13333 0 0 661 3 5 3 20 0 15 0 445926673 11107315712 359747 33554432000 4194304 4196468 140732399156464 139907141953776 139907684190850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7556] ppid=7490 vsize=10846988 memory=1438988 CPUtime=6.56 cores=1,3,5,7
/proc/7493/task/7556/stat : 7556 (java) S 7490 7493 998 0 -1 1077944384 23083 13333 0 0 644 4 5 3 20 0 15 0 445926673 11107315712 359747 33554432000 4194304 4196468 140732399156464 139907140901232 139907684190850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7557] ppid=7490 vsize=10846988 memory=1438988 CPUtime=2.55 cores=1,3,5,7
/proc/7493/task/7557/stat : 7557 (java) S 7490 7493 998 0 -1 1077944384 16212 13333 0 0 242 5 5 3 20 0 15 0 445926673 11107315712 359747 33554432000 4194304 4196468 140732399156464 139907139848176 139907684190850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7558] ppid=7490 vsize=10846988 memory=1438988 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7558/stat : 7558 (java) S 7490 7493 998 0 -1 1077944384 3 13333 0 0 0 0 5 3 20 0 15 0 445926673 11107315712 359747 33554432000 4194304 4196468 140732399156464 139905875306848 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7559] ppid=7490 vsize=10846988 memory=1438988 CPUtime=1.51 cores=1,3,5,7
/proc/7493/task/7559/stat : 7559 (java) S 7490 7493 998 0 -1 1077944384 1698 13333 0 0 65 78 5 3 20 0 15 0 445926673 11107315712 359747 33554432000 4194304 4196468 140732399156464 139907138796592 139907684190850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
Current children cumulated CPU time: 2495.53 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1438988 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2466.4 s]
/proc/loadavg: 0.65 0.70 0.91 2/207 7835
/proc/meminfo: memFree=28915252/32770624 swapFree=66998764/67108860
[pid=7493] ppid=7490 vsize=10846988 memory=1441036 CPUtime=2520.04 cores=1,3,5,7
/proc/7493/stat : 7493 (java) S 7490 7493 998 0 -1 1077944320 240503 13333 0 0 251617 379 5 3 20 0 15 0 445926658 11107315712 360259 33554432000 4194304 4196468 140732399156464 140732399139008 139907684179703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
/proc/7493/statm: 2711747 360259 3631 1 0 2673805 0
[pid=7493/tid=7546] ppid=7490 vsize=10846988 memory=4126316290023845779 CPUtime=2441.34 cores=1,3,5,7
/proc/7493/task/7546/stat : 7546 (java) R 7490 7493 998 0 -1 4202560 75898 13333 0 0 244072 54 5 3 20 0 15 0 445926667 11107315712 360259 33554432000 4194304 4196468 140732399156464 139907656015584 139907308228728 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7547] ppid=7490 vsize=10846988 memory=800 CPUtime=12.75 cores=1,3,5,7
/proc/7493/task/7547/stat : 7547 (java) S 7490 7493 998 0 -1 1077944384 22841 13333 0 0 1212 55 5 3 20 0 15 0 445926668 11107315712 360259 33554432000 4194304 4196468 140732399156464 139907688421904 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7548] ppid=7490 vsize=10846988 memory=1408 CPUtime=12.81 cores=1,3,5,7
/proc/7493/task/7548/stat : 7548 (java) S 7490 7493 998 0 -1 1077944384 18278 13333 0 0 1210 63 5 3 20 0 15 0 445926668 11107315712 360259 33554432000 4194304 4196468 140732399156464 139907257731728 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7549] ppid=7490 vsize=10846988 memory=8112282956445269571 CPUtime=12.75 cores=1,3,5,7
/proc/7493/task/7549/stat : 7549 (java) S 7490 7493 998 0 -1 1077944384 16217 13333 0 0 1208 59 5 3 20 0 15 0 445926668 11107315712 360259 33554432000 4194304 4196468 140732399156464 139907256678672 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7550] ppid=7490 vsize=10846988 memory=1204 CPUtime=12.79 cores=1,3,5,7
/proc/7493/task/7550/stat : 7550 (java) S 7490 7493 998 0 -1 1077944384 15404 13333 0 0 1212 59 5 3 20 0 15 0 445926668 11107315712 360259 33554432000 4194304 4196468 140732399156464 139907255626128 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7551] ppid=7490 vsize=10846988 memory=1072 CPUtime=10.86 cores=1,3,5,7
/proc/7493/task/7551/stat : 7551 (java) S 7490 7493 998 0 -1 1077944384 20342 13333 0 0 1024 54 5 3 20 0 15 0 445926669 11107315712 360259 33554432000 4194304 4196468 140732399156464 139907143006960 139907684190850 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7552] ppid=7490 vsize=10846988 memory=5860 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7552/stat : 7552 (java) S 7490 7493 998 0 -1 1077944384 17 13333 0 0 0 0 5 3 20 0 15 0 445926670 11107315712 360259 33554432000 4194304 4196468 140732399156464 139906865551072 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7553] ppid=7490 vsize=10846988 memory=1544 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7553/stat : 7553 (java) S 7490 7493 998 0 -1 1077944384 6 13333 0 0 0 0 5 3 20 0 15 0 445926670 11107315712 360259 33554432000 4194304 4196468 140732399156464 139906747720960 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7554] ppid=7490 vsize=10846988 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7554/stat : 7554 (java) S 7490 7493 998 0 -1 1077944384 2 13333 0 0 0 0 5 3 20 0 15 0 445926672 11107315712 360259 33554432000 4194304 4196468 140732399156464 139906613504464 139907684198299 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7555] ppid=7490 vsize=10846988 memory=2120 CPUtime=6.72 cores=1,3,5,7
/proc/7493/task/7555/stat : 7555 (java) S 7490 7493 998 0 -1 1077944384 28277 13333 0 0 661 3 5 3 20 0 15 0 445926673 11107315712 360259 33554432000 4194304 4196468 140732399156464 139907141953776 139907684190850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7556] ppid=7490 vsize=10846988 memory=496 CPUtime=6.56 cores=1,3,5,7
/proc/7493/task/7556/stat : 7556 (java) S 7490 7493 998 0 -1 1077944384 23085 13333 0 0 644 4 5 3 20 0 15 0 445926673 11107315712 360259 33554432000 4194304 4196468 140732399156464 139907140901232 139907684190850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7557] ppid=7490 vsize=10846988 memory=1560 CPUtime=2.55 cores=1,3,5,7
/proc/7493/task/7557/stat : 7557 (java) S 7490 7493 998 0 -1 1077944384 16214 13333 0 0 242 5 5 3 20 0 15 0 445926673 11107315712 360259 33554432000 4194304 4196468 140732399156464 139907139848176 139907684190850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7558] ppid=7490 vsize=10846988 memory=1808 CPUtime=0.08 cores=1,3,5,7
/proc/7493/task/7558/stat : 7558 (java) S 7490 7493 998 0 -1 1077944384 3 13333 0 0 0 0 5 3 20 0 15 0 445926673 11107315712 360259 33554432000 4194304 4196468 140732399156464 139905875306848 139907684189909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
[pid=7493/tid=7559] ppid=7490 vsize=10846988 memory=924 CPUtime=1.53 cores=1,3,5,7
/proc/7493/task/7559/stat : 7559 (java) S 7490 7493 998 0 -1 1077944384 1713 13333 0 0 66 79 5 3 20 0 15 0 445926673 11107315712 360259 33554432000 4194304 4196468 140732399156464 139907138796592 139907684190850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8208384 140732399164143 140732399166661 140732399166661 140732399169487 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1441036 KiB

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

[startup+2466.44 s]
# the end of solver process 7493 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.26 s, system=3.84151 s

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

Child status: 143
Real time (s): 2466.44
CPU time (s): 2520.1
CPU user time (s): 2516.26
CPU system time (s): 3.84151
CPU usage (%): 102.176
Max. virtual memory (cumulated for all children) (KiB): 10848892
Max. memory (cumulated for all children) (KiB): 1504032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.26
system time used= 3.84151
maximum resident set size= 1504032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 255346
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 280870
involuntary context switches= 4311


# summary of solver processes directly reported to runsolver:
#   pid: 7493
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2516.26
#   total CPU system time (s): 3.84151

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.7105 second user time and 23.9668 second system time

The end

Launcher Data

Begin job on node123 at 2019-09-17 07:02:59
IDJOB=4400865
IDBENCH=141716
IDSOLVER=2857
FILE ID=node123/4400865-1568696618
RUNJOBID= node123-1568673292-1030
PBS_JOBID= 21703787
Free space on /tmp= 59152 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-35-123.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400865-1568696618/watcher-4400865-1568696618 -o /tmp/evaluation-result-4400865-1568696618/solver-4400865-1568696618 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568673292-1030 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1863610876 HOME/instance-4400865-1568696618.xml

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

MD5SUM BENCH= 45744cc354831d0c2f8e03e2f88be5e0
RANDOM SEED=1863610876

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:        29599208 kB
MemAvailable:   31182380 kB
Buffers:          123200 kB
Cached:          1759092 kB
SwapCached:         7608 kB
Active:          1955344 kB
Inactive:         646020 kB
Active(anon):     719040 kB
Inactive(anon):    48848 kB
Active(file):    1236304 kB
Inactive(file):   597172 kB
Unevictable:      107388 kB
Mlocked:          107388 kB
SwapTotal:      67108860 kB
SwapFree:       66998764 kB
Dirty:             35428 kB
Writeback:             0 kB
AnonPages:        768544 kB
Mapped:            61200 kB
Shmem:             39808 kB
Slab:             160596 kB
SReclaimable:     131060 kB
SUnreclaim:        29536 kB
KernelStack:        4016 kB
PageTables:         8952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1920496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    624640 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= 59152 MiB
End job on node123 at 2019-09-17 07:44:05