Trace number 4400914

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.17 2457.2

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js20/
SuperTaillard-js-20-10.xml
MD5SUM2e1a96a215dbee196ad45178247d22f3
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 variables800
Number of constraints12940
Number of domains96
Minimum domain size1518
Maximum domain size1616
Distribution of domain sizes[{"size":1518,"count":10},{"size":1519,"count":4},{"size":1520,"count":16},{"size":1521,"count":2},{"size":1522,"count":6},{"size":1523,"count":8},{"size":1524,"count":6},{"size":1525,"count":6},{"size":1526,"count":6},{"size":1527,"count":16},{"size":1528,"count":6},{"size":1529,"count":6},{"size":1530,"count":8},{"size":1531,"count":24},{"size":1532,"count":6},{"size":1533,"count":8},{"size":1535,"count":8},{"size":1536,"count":14},{"size":1537,"count":6},{"size":1538,"count":8},{"size":1539,"count":6},{"size":1540,"count":8},{"size":1541,"count":10},{"size":1542,"count":8},{"size":1543,"count":10},"...",{"size":1591,"count":14}, {"size":1592,"count":4}, {"size":1593,"count":8}, {"size":1594,"count":4}, {"size":1595,"count":6}, {"size":1596,"count":8}, {"size":1597,"count":10}, {"size":1598,"count":8}, {"size":1599,"count":10}, {"size":1600,"count":14}, {"size":1601,"count":10}, {"size":1602,"count":14}, {"size":1603,"count":2}, {"size":1604,"count":10}, {"size":1605,"count":10}, {"size":1606,"count":10}, {"size":1607,"count":2}, {"size":1608,"count":16}, {"size":1609,"count":8}, {"size":1610,"count":8}, {"size":1612,"count":8}, {"size":1613,"count":8}, {"size":1614,"count":14}, {"size":1615,"count":10}, {"size":1616,"count":8}]
Minimum variable degree21
Maximum variable degree43
Distribution of variable degrees[{"degree":21,"count":40},{"degree":22,"count":360},{"degree":41,"count":40},{"degree":43,"count":360}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":12940}]
Number of extensional constraints0
Number of intensional constraints12940
Distribution of constraint types[{"type":"intension","count":12940}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400914-1568691984/watcher-4400914-1568691984 -o /tmp/evaluation-result-4400914-1568691984/solver-4400914-1568691984 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1568673287-15922 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=548403584 HOME/instance-4400914-1568691984.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=21861, runsolver pid=21858

[startup+0.101203 s]*
/proc/loadavg: 1.64 1.54 1.48 3/219 21918
/proc/meminfo: memFree=29043944/32770624 swapFree=67002420/67108860
[pid=21861] ppid=21858 vsize=9972712 memory=18864 CPUtime=0.08 cores=0,2,4,6
/proc/21861/stat : 21861 (java) S 21858 21861 15891 0 -1 1077944320 4486 13027 0 0 1 0 5 2 20 0 6 0 445447032 10212057088 4716 33554432000 4194304 4196468 140728324802352 140728324784896 140610002128631 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
/proc/21861/statm: 2493178 4716 1935 1 0 2481616 0
[pid=21861/tid=21914] ppid=21858 vsize=9972712 memory=4279135703980344719 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21914/stat : 21914 (java) R 21858 21861 15891 0 -1 4202560 2288 13027 0 0 0 0 5 2 20 0 6 0 445447041 10212057088 4781 33554432000 4194304 4196468 140728324802352 140609973965392 140609987251568 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21915] ppid=21858 vsize=9972712 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21915/stat : 21915 (java) S 21858 21861 15891 0 -1 1077944384 1 13027 0 0 0 0 5 2 20 0 6 0 445447042 10212057088 4781 33554432000 4194304 4196468 140728324802352 140610006370832 140610002138837 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21916] ppid=21858 vsize=9972712 memory=139831808620160 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21916/stat : 21916 (java) S 21858 21861 15891 0 -1 1077944384 1 13027 0 0 0 0 5 2 20 0 6 0 445447042 10212057088 4781 33554432000 4194304 4196468 140728324802352 140609921190544 140610002138837 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21917] ppid=21858 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21917/stat : 21917 (java) S 21858 21861 15891 0 -1 1077944384 1 13027 0 0 0 0 5 2 20 0 6 0 445447042 10212057088 4781 33554432000 4194304 4196468 140728324802352 140609920137488 140610002138837 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21918] ppid=21858 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21918/stat : 21918 (java) S 21858 21861 15891 0 -1 1077944384 2 13027 0 0 0 0 5 2 20 0 6 0 445447042 10212057088 4781 33554432000 4194304 4196468 140728324802352 140609919084944 140610002138837 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18864 KiB

[startup+0.210202 s]*
/proc/loadavg: 1.64 1.54 1.48 4/228 21927
/proc/meminfo: memFree=29023492/32770624 swapFree=67002420/67108860
[pid=21861] ppid=21858 vsize=10820196 memory=45660 CPUtime=0.27 cores=0,2,4,6
/proc/21861/stat : 21861 (java) S 21858 21861 15891 0 -1 1077944320 7224 13027 0 0 18 2 5 2 20 0 15 0 445447032 11079880704 11415 33554432000 4194304 4196468 140728324802352 140728324784896 140610002128631 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
/proc/21861/statm: 2705049 11415 3269 1 0 2667149 0
[pid=21861/tid=21914] ppid=21858 vsize=10820196 memory=-6517102902069810590 CPUtime=0.18 cores=0,2,4,6
/proc/21861/task/21914/stat : 21914 (java) R 21858 21861 15891 0 -1 4202560 3722 13027 0 0 10 1 5 2 20 0 15 0 445447041 11079880704 11415 33554432000 4194304 4196468 140728324802352 140609973925944 140610002150557 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21915] ppid=21858 vsize=10820196 memory=-7025452035940392864 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21915/stat : 21915 (java) S 21858 21861 15891 0 -1 1077944384 1 13027 0 0 0 0 5 2 20 0 15 0 445447042 11079880704 11415 33554432000 4194304 4196468 140728324802352 140610006370832 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21916] ppid=21858 vsize=10820196 memory=139831808620160 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21916/stat : 21916 (java) S 21858 21861 15891 0 -1 1077944384 1 13027 0 0 0 0 5 2 20 0 15 0 445447042 11079880704 11415 33554432000 4194304 4196468 140728324802352 140609921190544 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21917] ppid=21858 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21917/stat : 21917 (java) S 21858 21861 15891 0 -1 1077944384 1 13027 0 0 0 0 5 2 20 0 15 0 445447042 11079880704 11415 33554432000 4194304 4196468 140728324802352 140609920137488 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21918] ppid=21858 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21918/stat : 21918 (java) S 21858 21861 15891 0 -1 1077944384 2 13027 0 0 0 0 5 2 20 0 15 0 445447042 11079880704 11415 33554432000 4194304 4196468 140728324802352 140609919084944 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21919] ppid=21858 vsize=10820196 memory=139831808620160 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21919/stat : 21919 (java) S 21858 21861 15891 0 -1 1077944384 2 13027 0 0 0 0 5 2 20 0 15 0 445447044 11079880704 11415 33554432000 4194304 4196468 140728324802352 140609528711920 140610002139778 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21920] ppid=21858 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21920/stat : 21920 (java) S 21858 21861 15891 0 -1 1077944384 13 13027 0 0 0 0 5 2 20 0 15 0 445447044 11079880704 11415 33554432000 4194304 4196468 140728324802352 140609444636320 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21921] ppid=21858 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21921/stat : 21921 (java) S 21858 21861 15891 0 -1 1077944384 1 13027 0 0 0 0 5 2 20 0 15 0 445447044 11079880704 11415 33554432000 4194304 4196468 140728324802352 140609310418160 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21922] ppid=21858 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21922/stat : 21922 (java) S 21858 21861 15891 0 -1 1077944384 2 13027 0 0 0 0 5 2 20 0 15 0 445447047 11079880704 11415 33554432000 4194304 4196468 140728324802352 140608706439632 140610002147227 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21923] ppid=21858 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21861/task/21923/stat : 21923 (java) R 21858 21861 15891 0 -1 4202560 601 13027 0 0 1 0 5 2 20 0 15 0 445447047 11079880704 11415 33554432000 4194304 4196468 140728324802352 140609527658736 140609985340944 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21924] ppid=21858 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21924/stat : 21924 (java) S 21858 21861 15891 0 -1 1077944384 63 13027 0 0 0 0 5 2 20 0 15 0 445447047 11079880704 11415 33554432000 4194304 4196468 140728324802352 140609526606192 140610002139778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21925] ppid=21858 vsize=10820196 memory=139831808620160 CPUtime=0.1 cores=0,2,4,6
/proc/21861/task/21925/stat : 21925 (java) S 21858 21861 15891 0 -1 1077944384 602 13027 0 0 3 0 5 2 20 0 15 0 445447047 11079880704 11415 33554432000 4194304 4196468 140728324802352 140609525553136 140610002139778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21926] ppid=21858 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21926/stat : 21926 (java) S 21858 21861 15891 0 -1 1077944384 3 13027 0 0 0 0 5 2 20 0 15 0 445447047 11079880704 11415 33554432000 4194304 4196468 140728324802352 140608236677472 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21927] ppid=21858 vsize=10820196 memory=139831808620160 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21927/stat : 21927 (java) S 21858 21861 15891 0 -1 1077944384 1 13027 0 0 0 0 5 2 20 0 15 0 445447047 11079880704 11415 33554432000 4194304 4196468 140728324802352 140609524501552 140610002139778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 45660 KiB

[startup+0.311129 s]*
/proc/loadavg: 1.64 1.54 1.48 4/228 21927
/proc/meminfo: memFree=29010404/32770624 swapFree=67002420/67108860
[pid=21861] ppid=21858 vsize=10820196 memory=54080 CPUtime=0.39 cores=0,2,4,6
/proc/21861/stat : 21861 (java) S 21858 21861 15891 0 -1 1077944320 10723 13027 0 0 29 3 5 2 20 0 15 0 445447032 11079880704 13520 33554432000 4194304 4196468 140728324802352 140728324784896 140610002128631 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
/proc/21861/statm: 2705049 13520 3316 1 0 2667149 0
[pid=21861/tid=21914] ppid=21858 vsize=10820196 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/21861/task/21914/stat : 21914 (java) R 21858 21861 15891 0 -1 4202560 7203 13027 0 0 18 3 5 2 20 0 15 0 445447041 11079880704 13520 33554432000 4194304 4196468 140728324802352 140609973932096 140609980480944 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21915] ppid=21858 vsize=10820196 memory=7228928657774891088 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21915/stat : 21915 (java) S 21858 21861 15891 0 -1 1077944384 1 13027 0 0 0 0 5 2 20 0 15 0 445447042 11079880704 13520 33554432000 4194304 4196468 140728324802352 140610006370832 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21916] ppid=21858 vsize=10820196 memory=2076 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21916/stat : 21916 (java) S 21858 21861 15891 0 -1 1077944384 1 13027 0 0 0 0 5 2 20 0 15 0 445447042 11079880704 13520 33554432000 4194304 4196468 140728324802352 140609921190544 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21917] ppid=21858 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21917/stat : 21917 (java) S 21858 21861 15891 0 -1 1077944384 1 13027 0 0 0 0 5 2 20 0 15 0 445447042 11079880704 13520 33554432000 4194304 4196468 140728324802352 140609920137488 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21918] ppid=21858 vsize=10820196 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21918/stat : 21918 (java) S 21858 21861 15891 0 -1 1077944384 2 13027 0 0 0 0 5 2 20 0 15 0 445447042 11079880704 13520 33554432000 4194304 4196468 140728324802352 140609919084944 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21919] ppid=21858 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21919/stat : 21919 (java) S 21858 21861 15891 0 -1 1077944384 2 13027 0 0 0 0 5 2 20 0 15 0 445447044 11079880704 13520 33554432000 4194304 4196468 140728324802352 140609528711920 140610002139778 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21920] ppid=21858 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21920/stat : 21920 (java) S 21858 21861 15891 0 -1 1077944384 13 13027 0 0 0 0 5 2 20 0 15 0 445447044 11079880704 13520 33554432000 4194304 4196468 140728324802352 140609444636320 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21921] ppid=21858 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21921/stat : 21921 (java) S 21858 21861 15891 0 -1 1077944384 1 13027 0 0 0 0 5 2 20 0 15 0 445447044 11079880704 13520 33554432000 4194304 4196468 140728324802352 140609310418160 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21922] ppid=21858 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21922/stat : 21922 (java) S 21858 21861 15891 0 -1 1077944384 2 13027 0 0 0 0 5 2 20 0 15 0 445447047 11079880704 13520 33554432000 4194304 4196468 140728324802352 140608706439632 140610002147227 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21923] ppid=21858 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21861/task/21923/stat : 21923 (java) S 21858 21861 15891 0 -1 1077944384 603 13027 0 0 2 0 5 2 20 0 15 0 445447047 11079880704 13520 33554432000 4194304 4196468 140728324802352 140609527658736 140610002139778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21924] ppid=21858 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21861/task/21924/stat : 21924 (java) S 21858 21861 15891 0 -1 1077944384 63 13027 0 0 1 0 5 2 20 0 15 0 445447047 11079880704 13520 33554432000 4194304 4196468 140728324802352 140609526606192 140610002139778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21925] ppid=21858 vsize=10820196 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/21861/task/21925/stat : 21925 (java) S 21858 21861 15891 0 -1 1077944384 620 13027 0 0 5 0 5 2 20 0 15 0 445447047 11079880704 13520 33554432000 4194304 4196468 140728324802352 140609525553136 140610002139778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21926] ppid=21858 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21926/stat : 21926 (java) S 21858 21861 15891 0 -1 1077944384 3 13027 0 0 0 0 5 2 20 0 15 0 445447047 11079880704 13520 33554432000 4194304 4196468 140728324802352 140608236677472 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21927] ppid=21858 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21927/stat : 21927 (java) S 21858 21861 15891 0 -1 1077944384 1 13027 0 0 0 0 5 2 20 0 15 0 445447047 11079880704 13520 33554432000 4194304 4196468 140728324802352 140609524501552 140610002139778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 54080 KiB

[startup+0.700652 s]
/proc/loadavg: 1.67 1.55 1.48 3/228 21927
/proc/meminfo: memFree=29002948/32770624 swapFree=67002420/67108860
[pid=21861] ppid=21858 vsize=10824364 memory=85596 CPUtime=1.07 cores=0,2,4,6
/proc/21861/stat : 21861 (java) S 21858 21861 15891 0 -1 1077944320 14638 13027 0 0 95 5 5 2 20 0 15 0 445447032 11084148736 21399 33554432000 4194304 4196468 140728324802352 140728324784896 140610002128631 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
/proc/21861/statm: 2706091 21399 3491 1 0 2668173 0
[pid=21861/tid=21914] ppid=21858 vsize=10824364 memory=0 CPUtime=0.64 cores=0,2,4,6
/proc/21861/task/21914/stat : 21914 (java) R 21858 21861 15891 0 -1 4202560 10096 13027 0 0 53 4 5 2 20 0 15 0 445447041 11084148736 21399 33554432000 4194304 4196468 140728324802352 140609973953024 140610002150557 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21915] ppid=21858 vsize=10824364 memory=827 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21915/stat : 21915 (java) S 21858 21861 15891 0 -1 1077944384 1 13027 0 0 0 0 5 2 20 0 15 0 445447042 11084148736 21399 33554432000 4194304 4196468 140728324802352 140610006370832 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21916] ppid=21858 vsize=10824364 memory=3616 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21916/stat : 21916 (java) S 21858 21861 15891 0 -1 1077944384 1 13027 0 0 0 0 5 2 20 0 15 0 445447042 11084148736 21399 33554432000 4194304 4196468 140728324802352 140609921190544 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21917] ppid=21858 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21917/stat : 21917 (java) S 21858 21861 15891 0 -1 1077944384 1 13027 0 0 0 0 5 2 20 0 15 0 445447042 11084148736 21399 33554432000 4194304 4196468 140728324802352 140609920137488 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21918] ppid=21858 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21918/stat : 21918 (java) S 21858 21861 15891 0 -1 1077944384 2 13027 0 0 0 0 5 2 20 0 15 0 445447042 11084148736 21399 33554432000 4194304 4196468 140728324802352 140609919084944 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21919] ppid=21858 vsize=10824364 memory=4420 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21919/stat : 21919 (java) S 21858 21861 15891 0 -1 1077944384 5 13027 0 0 0 0 5 2 20 0 15 0 445447044 11084148736 21399 33554432000 4194304 4196468 140728324802352 140609528711920 140610002139778 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21920] ppid=21858 vsize=10824364 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21920/stat : 21920 (java) S 21858 21861 15891 0 -1 1077944384 13 13027 0 0 0 0 5 2 20 0 15 0 445447044 11084148736 21399 33554432000 4194304 4196468 140728324802352 140609444636320 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21921] ppid=21858 vsize=10824364 memory=8836 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21921/stat : 21921 (java) S 21858 21861 15891 0 -1 1077944384 1 13027 0 0 0 0 5 2 20 0 15 0 445447044 11084148736 21399 33554432000 4194304 4196468 140728324802352 140609310418160 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21922] ppid=21858 vsize=10824364 memory=11044 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21922/stat : 21922 (java) S 21858 21861 15891 0 -1 1077944384 2 13027 0 0 0 0 5 2 20 0 15 0 445447047 11084148736 21399 33554432000 4194304 4196468 140728324802352 140608706439632 140610002147227 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21923] ppid=21858 vsize=10824364 memory=13252 CPUtime=0.2 cores=0,2,4,6
/proc/21861/task/21923/stat : 21923 (java) S 21858 21861 15891 0 -1 1077944384 1042 13027 0 0 13 0 5 2 20 0 15 0 445447047 11084148736 21399 33554432000 4194304 4196468 140728324802352 140609527658736 140610002139778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21924] ppid=21858 vsize=10824364 memory=15460 CPUtime=0.17 cores=0,2,4,6
/proc/21861/task/21924/stat : 21924 (java) S 21858 21861 15891 0 -1 1077944384 451 13027 0 0 10 0 5 2 20 0 15 0 445447047 11084148736 21399 33554432000 4194304 4196468 140728324802352 140609526606192 140610002139778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21925] ppid=21858 vsize=10824364 memory=17668 CPUtime=0.24 cores=0,2,4,6
/proc/21861/task/21925/stat : 21925 (java) R 21858 21861 15891 0 -1 4202560 810 13027 0 0 17 0 5 2 20 0 15 0 445447047 11084148736 21399 33554432000 4194304 4196468 140728324802352 140609525553136 140609983538781 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21926] ppid=21858 vsize=10824364 memory=19876 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21926/stat : 21926 (java) S 21858 21861 15891 0 -1 1077944384 3 13027 0 0 0 0 5 2 20 0 15 0 445447047 11084148736 21399 33554432000 4194304 4196468 140728324802352 140608236677472 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21927] ppid=21858 vsize=10824364 memory=22084 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21927/stat : 21927 (java) S 21858 21861 15891 0 -1 1077944384 1 13027 0 0 0 0 5 2 20 0 15 0 445447047 11084148736 21399 33554432000 4194304 4196468 140728324802352 140609524501552 140610002139778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
Current children cumulated CPU time: 1.07 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 85596 KiB

[startup+1.50083 s]
/proc/loadavg: 1.67 1.55 1.48 8/228 21927
/proc/meminfo: memFree=28946740/32770624 swapFree=67002420/67108860
[pid=21861] ppid=21858 vsize=10832632 memory=212220 CPUtime=3.18 cores=0,2,4,6
/proc/21861/stat : 21861 (java) S 21858 21861 15891 0 -1 1077944320 25034 13027 0 0 301 10 5 2 20 0 15 0 445447032 11092615168 53055 33554432000 4194304 4196468 140728324802352 140728324784896 140610002128631 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
/proc/21861/statm: 2708158 53055 3556 1 0 2670221 0
[pid=21861/tid=21914] ppid=21858 vsize=10832632 memory=0 CPUtime=1.44 cores=0,2,4,6
/proc/21861/task/21914/stat : 21914 (java) R 21858 21861 15891 0 -1 4202560 13708 13027 0 0 130 7 5 2 20 0 15 0 445447041 11092615168 53055 33554432000 4194304 4196468 140728324802352 140609973947648 140609986209118 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21915] ppid=21858 vsize=10832632 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21915/stat : 21915 (java) S 21858 21861 15891 0 -1 1077944384 1 13027 0 0 0 0 5 2 20 0 15 0 445447042 11092615168 53055 33554432000 4194304 4196468 140728324802352 140610006370832 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21916] ppid=21858 vsize=10832632 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21916/stat : 21916 (java) S 21858 21861 15891 0 -1 1077944384 1 13027 0 0 0 0 5 2 20 0 15 0 445447042 11092615168 53055 33554432000 4194304 4196468 140728324802352 140609921190544 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21917] ppid=21858 vsize=10832632 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21917/stat : 21917 (java) S 21858 21861 15891 0 -1 1077944384 1 13027 0 0 0 0 5 2 20 0 15 0 445447042 11092615168 53055 33554432000 4194304 4196468 140728324802352 140609920137488 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21918] ppid=21858 vsize=10832632 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21918/stat : 21918 (java) S 21858 21861 15891 0 -1 1077944384 2 13027 0 0 0 0 5 2 20 0 15 0 445447042 11092615168 53055 33554432000 4194304 4196468 140728324802352 140609919084944 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21919] ppid=21858 vsize=10832632 memory=-7965959130280075168 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21919/stat : 21919 (java) S 21858 21861 15891 0 -1 1077944384 12 13027 0 0 0 0 5 2 20 0 15 0 445447044 11092615168 53055 33554432000 4194304 4196468 140728324802352 140609528711920 140610002139778 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21920] ppid=21858 vsize=10832632 memory=279663305894144 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21920/stat : 21920 (java) S 21858 21861 15891 0 -1 1077944384 13 13027 0 0 0 0 5 2 20 0 15 0 445447044 11092615168 53055 33554432000 4194304 4196468 140728324802352 140609444636320 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21921] ppid=21858 vsize=10832632 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21921/stat : 21921 (java) S 21858 21861 15891 0 -1 1077944384 1 13027 0 0 0 0 5 2 20 0 15 0 445447044 11092615168 53055 33554432000 4194304 4196468 140728324802352 140609310418160 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21922] ppid=21858 vsize=10832632 memory=1220 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21922/stat : 21922 (java) S 21858 21861 15891 0 -1 1077944384 2 13027 0 0 0 0 5 2 20 0 15 0 445447047 11092615168 53055 33554432000 4194304 4196468 140728324802352 140608706439632 140610002147227 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21923] ppid=21858 vsize=10832632 memory=10600 CPUtime=0.72 cores=0,2,4,6
/proc/21861/task/21923/stat : 21923 (java) S 21858 21861 15891 0 -1 1077944384 3838 13027 0 0 65 0 5 2 20 0 15 0 445447047 11092615168 53055 33554432000 4194304 4196468 140728324802352 140609527658736 140610002139778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21924] ppid=21858 vsize=10832632 memory=1740 CPUtime=0.71 cores=0,2,4,6
/proc/21861/task/21924/stat : 21924 (java) S 21858 21861 15891 0 -1 1077944384 3213 13027 0 0 64 0 5 2 20 0 15 0 445447047 11092615168 53055 33554432000 4194304 4196468 140728324802352 140609526606192 140610002139778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21925] ppid=21858 vsize=10832632 memory=5992 CPUtime=0.47 cores=0,2,4,6
/proc/21861/task/21925/stat : 21925 (java) S 21858 21861 15891 0 -1 1077944384 2029 13027 0 0 39 1 5 2 20 0 15 0 445447047 11092615168 53055 33554432000 4194304 4196468 140728324802352 140609525553136 140610002139778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21926] ppid=21858 vsize=10832632 memory=636 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21926/stat : 21926 (java) S 21858 21861 15891 0 -1 1077944384 3 13027 0 0 0 0 5 2 20 0 15 0 445447047 11092615168 53055 33554432000 4194304 4196468 140728324802352 140608236677472 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21927] ppid=21858 vsize=10832632 memory=2884 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21927/stat : 21927 (java) S 21858 21861 15891 0 -1 1077944384 1 13027 0 0 0 0 5 2 20 0 15 0 445447047 11092615168 53055 33554432000 4194304 4196468 140728324802352 140609524501552 140610002139778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
Current children cumulated CPU time: 3.18 s
Current children cumulated vsize: 10832632 KiB

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

/proc/21861/task/21914/stat : 21914 (java) R 21858 21861 15891 0 -1 4202560 326660 13027 0 0 236783 88 5 2 20 0 15 0 445447041 11107315712 782838 33554432000 4194304 4196468 140728324802352 140609973964224 140609615457730 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21915] ppid=21858 vsize=10846988 memory=3131352 CPUtime=10.39 cores=0,2,4,6
/proc/21861/task/21915/stat : 21915 (java) S 21858 21861 15891 0 -1 1077944384 34352 13027 0 0 985 47 5 2 20 0 15 0 445447042 11107315712 782838 33554432000 4194304 4196468 140728324802352 140610006370832 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21916] ppid=21858 vsize=10846988 memory=3116956 CPUtime=10.4 cores=0,2,4,6
/proc/21861/task/21916/stat : 21916 (java) S 21858 21861 15891 0 -1 1077944384 26789 13027 0 0 984 49 5 2 20 0 15 0 445447042 11107315712 782838 33554432000 4194304 4196468 140728324802352 140609921190544 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21917] ppid=21858 vsize=10846988 memory=3102620 CPUtime=10.38 cores=0,2,4,6
/proc/21861/task/21917/stat : 21917 (java) S 21858 21861 15891 0 -1 1077944384 20272 13027 0 0 985 46 5 2 20 0 15 0 445447042 11107315712 782838 33554432000 4194304 4196468 140728324802352 140609920137488 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21918] ppid=21858 vsize=10846988 memory=3129276 CPUtime=10.39 cores=0,2,4,6
/proc/21861/task/21918/stat : 21918 (java) S 21858 21861 15891 0 -1 1077944384 24322 13027 0 0 982 50 5 2 20 0 15 0 445447042 11107315712 782838 33554432000 4194304 4196468 140728324802352 140609919084944 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21919] ppid=21858 vsize=10846988 memory=3131352 CPUtime=2.02 cores=0,2,4,6
/proc/21861/task/21919/stat : 21919 (java) S 21858 21861 15891 0 -1 1077944384 31005 13027 0 0 167 28 5 2 20 0 15 0 445447044 11107315712 782838 33554432000 4194304 4196468 140728324802352 140609528711920 140610002139778 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21920] ppid=21858 vsize=10846988 memory=3131352 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21920/stat : 21920 (java) S 21858 21861 15891 0 -1 1077944384 19 13027 0 0 0 0 5 2 20 0 15 0 445447044 11107315712 782838 33554432000 4194304 4196468 140728324802352 140609444636384 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21921] ppid=21858 vsize=10846988 memory=3131352 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21921/stat : 21921 (java) S 21858 21861 15891 0 -1 1077944384 4 13027 0 0 0 0 5 2 20 0 15 0 445447044 11107315712 782838 33554432000 4194304 4196468 140728324802352 140609310418176 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21922] ppid=21858 vsize=10846988 memory=2747648 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21922/stat : 21922 (java) S 21858 21861 15891 0 -1 1077944384 2 13027 0 0 0 0 5 2 20 0 15 0 445447047 11107315712 782838 33554432000 4194304 4196468 140728324802352 140608706439632 140610002147227 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21923] ppid=21858 vsize=10846988 memory=3131352 CPUtime=14.3 cores=0,2,4,6
/proc/21861/task/21923/stat : 21923 (java) S 21858 21861 15891 0 -1 1077944384 50378 13027 0 0 1418 5 5 2 20 0 15 0 445447047 11107315712 782838 33554432000 4194304 4196468 140728324802352 140609527658736 140610002139778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21924] ppid=21858 vsize=10846988 memory=3131352 CPUtime=14.47 cores=0,2,4,6
/proc/21861/task/21924/stat : 21924 (java) S 21858 21861 15891 0 -1 1077944384 49353 13027 0 0 1435 5 5 2 20 0 15 0 445447047 11107315712 782838 33554432000 4194304 4196468 140728324802352 140609526606192 140610002139778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21925] ppid=21858 vsize=10846988 memory=3129276 CPUtime=2.99 cores=0,2,4,6
/proc/21861/task/21925/stat : 21925 (java) S 21858 21861 15891 0 -1 1077944384 34496 13027 0 0 285 7 5 2 20 0 15 0 445447047 11107315712 782838 33554432000 4194304 4196468 140728324802352 140609525553136 140610002139778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21926] ppid=21858 vsize=10846988 memory=3129276 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21926/stat : 21926 (java) S 21858 21861 15891 0 -1 1077944384 3 13027 0 0 0 0 5 2 20 0 15 0 445447047 11107315712 782838 33554432000 4194304 4196468 140728324802352 140608236677472 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21927] ppid=21858 vsize=10846988 memory=6791534058613427641 CPUtime=1.47 cores=0,2,4,6
/proc/21861/task/21927/stat : 21927 (java) S 21858 21861 15891 0 -1 1077944384 2101 13027 0 0 68 72 5 2 20 0 15 0 445447047 11107315712 782838 33554432000 4194304 4196468 140728324802352 140609524501552 140610002139778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
Current children cumulated CPU time: 2445.07 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 3131352 KiB

[startup+2442.3 s]
/proc/loadavg: 1.57 1.60 1.52 3/227 22449
/proc/meminfo: memFree=27174376/32770624 swapFree=67002428/67108860
[pid=21861] ppid=21858 vsize=10846988 memory=3205192 CPUtime=2505.21 cores=0,2,4,6
/proc/21861/stat : 21861 (java) S 21858 21861 15891 0 -1 1077944320 619810 13027 0 0 250134 380 5 2 20 0 15 0 445447032 11107315712 801298 33554432000 4194304 4196468 140728324802352 140728324784896 140610002128631 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
/proc/21861/statm: 2711747 801298 3648 1 0 2673805 0
[pid=21861/tid=21914] ppid=21858 vsize=10846988 memory=3178512 CPUtime=2428.73 cores=0,2,4,6
/proc/21861/task/21914/stat : 21914 (java) R 21858 21861 15891 0 -1 4202560 341999 13027 0 0 242776 90 5 2 20 0 15 0 445447041 11107315712 801298 33554432000 4194304 4196468 140728324802352 140609973964448 140609617217543 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21915] ppid=21858 vsize=10846988 memory=3178512 CPUtime=10.43 cores=0,2,4,6
/proc/21861/task/21915/stat : 21915 (java) S 21858 21861 15891 0 -1 1077944384 34605 13027 0 0 989 47 5 2 20 0 15 0 445447042 11107315712 801298 33554432000 4194304 4196468 140728324802352 140610006370832 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21916] ppid=21858 vsize=10846988 memory=3188780 CPUtime=10.43 cores=0,2,4,6
/proc/21861/task/21916/stat : 21916 (java) S 21858 21861 15891 0 -1 1077944384 28344 13027 0 0 987 49 5 2 20 0 15 0 445447042 11107315712 801298 33554432000 4194304 4196468 140728324802352 140609921190544 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21917] ppid=21858 vsize=10846988 memory=3203144 CPUtime=10.42 cores=0,2,4,6
/proc/21861/task/21917/stat : 21917 (java) S 21858 21861 15891 0 -1 1077944384 20422 13027 0 0 989 46 5 2 20 0 15 0 445447042 11107315712 801298 33554432000 4194304 4196468 140728324802352 140609920137488 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21918] ppid=21858 vsize=10846988 memory=3203144 CPUtime=10.42 cores=0,2,4,6
/proc/21861/task/21918/stat : 21918 (java) S 21858 21861 15891 0 -1 1077944384 24483 13027 0 0 985 50 5 2 20 0 15 0 445447042 11107315712 801298 33554432000 4194304 4196468 140728324802352 140609919084944 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21919] ppid=21858 vsize=10846988 memory=3203144 CPUtime=2.03 cores=0,2,4,6
/proc/21861/task/21919/stat : 21919 (java) S 21858 21861 15891 0 -1 1077944384 31347 13027 0 0 168 28 5 2 20 0 15 0 445447044 11107315712 801298 33554432000 4194304 4196468 140728324802352 140609528711920 140610002139778 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21920] ppid=21858 vsize=10846988 memory=3203144 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21920/stat : 21920 (java) S 21858 21861 15891 0 -1 1077944384 19 13027 0 0 0 0 5 2 20 0 15 0 445447044 11107315712 801298 33554432000 4194304 4196468 140728324802352 140609444636384 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21921] ppid=21858 vsize=10846988 memory=3203144 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21921/stat : 21921 (java) S 21858 21861 15891 0 -1 1077944384 4 13027 0 0 0 0 5 2 20 0 15 0 445447044 11107315712 801298 33554432000 4194304 4196468 140728324802352 140609310418176 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21922] ppid=21858 vsize=10846988 memory=2747648 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21922/stat : 21922 (java) S 21858 21861 15891 0 -1 1077944384 2 13027 0 0 0 0 5 2 20 0 15 0 445447047 11107315712 801298 33554432000 4194304 4196468 140728324802352 140608706439632 140610002147227 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21923] ppid=21858 vsize=10846988 memory=3203144 CPUtime=14.3 cores=0,2,4,6
/proc/21861/task/21923/stat : 21923 (java) S 21858 21861 15891 0 -1 1077944384 50381 13027 0 0 1418 5 5 2 20 0 15 0 445447047 11107315712 801298 33554432000 4194304 4196468 140728324802352 140609527658736 140610002139778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21924] ppid=21858 vsize=10846988 memory=3203144 CPUtime=14.47 cores=0,2,4,6
/proc/21861/task/21924/stat : 21924 (java) S 21858 21861 15891 0 -1 1077944384 49355 13027 0 0 1435 5 5 2 20 0 15 0 445447047 11107315712 801298 33554432000 4194304 4196468 140728324802352 140609526606192 140610002139778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21925] ppid=21858 vsize=10846988 memory=1416 CPUtime=2.99 cores=0,2,4,6
/proc/21861/task/21925/stat : 21925 (java) S 21858 21861 15891 0 -1 1077944384 34498 13027 0 0 285 7 5 2 20 0 15 0 445447047 11107315712 801298 33554432000 4194304 4196468 140728324802352 140609525553136 140610002139778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21926] ppid=21858 vsize=10846988 memory=3203144 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21926/stat : 21926 (java) S 21858 21861 15891 0 -1 1077944384 3 13027 0 0 0 0 5 2 20 0 15 0 445447047 11107315712 801298 33554432000 4194304 4196468 140728324802352 140608236677472 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21927] ppid=21858 vsize=10846988 memory=3203144 CPUtime=1.51 cores=0,2,4,6
/proc/21861/task/21927/stat : 21927 (java) R 21858 21861 15891 0 -1 1077944384 2138 13027 0 0 70 74 5 2 20 0 15 0 445447047 11107315712 801298 33554432000 4194304 4196468 140728324802352 140609524501552 140610002139778 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
Current children cumulated CPU time: 2505.21 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 3205192 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2457.11 s]
/proc/loadavg: 1.59 1.60 1.52 3/227 22450
/proc/meminfo: memFree=27177236/32770624 swapFree=67002428/67108860
[pid=21861] ppid=21858 vsize=10846988 memory=3213384 CPUtime=2520.05 cores=0,2,4,6
/proc/21861/stat : 21861 (java) S 21858 21861 15891 0 -1 1077944320 622767 13027 0 0 251616 382 5 2 20 0 15 0 445447032 11107315712 803346 33554432000 4194304 4196468 140728324802352 140728324784896 140610002128631 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
/proc/21861/statm: 2711747 803346 3648 1 0 2673805 0
[pid=21861/tid=21914] ppid=21858 vsize=10846988 memory=3213384 CPUtime=2443.53 cores=0,2,4,6
/proc/21861/task/21914/stat : 21914 (java) R 21858 21861 15891 0 -1 4202560 344946 13027 0 0 244256 90 5 2 20 0 15 0 445447041 11107315712 803346 33554432000 4194304 4196468 140728324802352 140609973963776 140609606316015 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21915] ppid=21858 vsize=10846988 memory=3178512 CPUtime=10.43 cores=0,2,4,6
/proc/21861/task/21915/stat : 21915 (java) S 21858 21861 15891 0 -1 1077944384 34607 13027 0 0 989 47 5 2 20 0 15 0 445447042 11107315712 803346 33554432000 4194304 4196468 140728324802352 140610006370832 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21916] ppid=21858 vsize=10846988 memory=3178512 CPUtime=10.44 cores=0,2,4,6
/proc/21861/task/21916/stat : 21916 (java) S 21858 21861 15891 0 -1 1077944384 28345 13027 0 0 988 49 5 2 20 0 15 0 445447042 11107315712 803346 33554432000 4194304 4196468 140728324802352 140609921190544 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21917] ppid=21858 vsize=10846988 memory=3205192 CPUtime=10.43 cores=0,2,4,6
/proc/21861/task/21917/stat : 21917 (java) S 21858 21861 15891 0 -1 1077944384 20423 13027 0 0 989 47 5 2 20 0 15 0 445447042 11107315712 803346 33554432000 4194304 4196468 140728324802352 140609920137488 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21918] ppid=21858 vsize=10846988 memory=3213384 CPUtime=10.43 cores=0,2,4,6
/proc/21861/task/21918/stat : 21918 (java) S 21858 21861 15891 0 -1 1077944384 24485 13027 0 0 986 50 5 2 20 0 15 0 445447042 11107315712 803346 33554432000 4194304 4196468 140728324802352 140609919084944 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21919] ppid=21858 vsize=10846988 memory=3213384 CPUtime=2.03 cores=0,2,4,6
/proc/21861/task/21919/stat : 21919 (java) S 21858 21861 15891 0 -1 1077944384 31349 13027 0 0 168 28 5 2 20 0 15 0 445447044 11107315712 803346 33554432000 4194304 4196468 140728324802352 140609528711920 140610002139778 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21920] ppid=21858 vsize=10846988 memory=3213384 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21920/stat : 21920 (java) S 21858 21861 15891 0 -1 1077944384 19 13027 0 0 0 0 5 2 20 0 15 0 445447044 11107315712 803346 33554432000 4194304 4196468 140728324802352 140609444636384 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21921] ppid=21858 vsize=10846988 memory=3213384 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21921/stat : 21921 (java) S 21858 21861 15891 0 -1 1077944384 4 13027 0 0 0 0 5 2 20 0 15 0 445447044 11107315712 803346 33554432000 4194304 4196468 140728324802352 140609310418176 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21922] ppid=21858 vsize=10846988 memory=164 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21922/stat : 21922 (java) S 21858 21861 15891 0 -1 1077944384 2 13027 0 0 0 0 5 2 20 0 15 0 445447047 11107315712 803346 33554432000 4194304 4196468 140728324802352 140608706439632 140610002147227 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21923] ppid=21858 vsize=10846988 memory=3213384 CPUtime=14.3 cores=0,2,4,6
/proc/21861/task/21923/stat : 21923 (java) S 21858 21861 15891 0 -1 1077944384 50381 13027 0 0 1418 5 5 2 20 0 15 0 445447047 11107315712 803346 33554432000 4194304 4196468 140728324802352 140609527658736 140610002139778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21924] ppid=21858 vsize=10846988 memory=3213384 CPUtime=14.47 cores=0,2,4,6
/proc/21861/task/21924/stat : 21924 (java) S 21858 21861 15891 0 -1 1077944384 49355 13027 0 0 1435 5 5 2 20 0 15 0 445447047 11107315712 803346 33554432000 4194304 4196468 140728324802352 140609526606192 140610002139778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21925] ppid=21858 vsize=10846988 memory=2747648 CPUtime=2.99 cores=0,2,4,6
/proc/21861/task/21925/stat : 21925 (java) S 21858 21861 15891 0 -1 1077944384 34498 13027 0 0 285 7 5 2 20 0 15 0 445447047 11107315712 803346 33554432000 4194304 4196468 140728324802352 140609525553136 140610002139778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21926] ppid=21858 vsize=10846988 memory=3213384 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21926/stat : 21926 (java) S 21858 21861 15891 0 -1 1077944384 3 13027 0 0 0 0 5 2 20 0 15 0 445447047 11107315712 803346 33554432000 4194304 4196468 140728324802352 140608236677472 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21927] ppid=21858 vsize=10846988 memory=3213384 CPUtime=1.51 cores=0,2,4,6
/proc/21861/task/21927/stat : 21927 (java) S 21858 21861 15891 0 -1 1077944384 2140 13027 0 0 70 74 5 2 20 0 15 0 445447047 11107315712 803346 33554432000 4194304 4196468 140728324802352 140609524501552 140610002139778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 3213384 KiB

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

[startup+2457.2 s]
# the end of solver process 21861 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.29 s, system=3.87993 s

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

[startup+2457.11 s]
/proc/loadavg: 1.59 1.60 1.52 3/227 22450
/proc/meminfo: memFree=27177236/32770624 swapFree=67002428/67108860
[pid=21861] ppid=21858 vsize=10846988 memory=3213384 CPUtime=2520.05 cores=0,2,4,6
/proc/21861/stat : 21861 (java) S 21858 21861 15891 0 -1 1077944320 622767 13027 0 0 251616 382 5 2 20 0 15 0 445447032 11107315712 803346 33554432000 4194304 4196468 140728324802352 140728324784896 140610002128631 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
/proc/21861/statm: 2711747 803346 3648 1 0 2673805 0
[pid=21861/tid=21914] ppid=21858 vsize=10846988 memory=3213384 CPUtime=2443.53 cores=0,2,4,6
/proc/21861/task/21914/stat : 21914 (java) R 21858 21861 15891 0 -1 4202560 344946 13027 0 0 244256 90 5 2 20 0 15 0 445447041 11107315712 803346 33554432000 4194304 4196468 140728324802352 140609973963776 140609606316015 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21915] ppid=21858 vsize=10846988 memory=3178512 CPUtime=10.43 cores=0,2,4,6
/proc/21861/task/21915/stat : 21915 (java) S 21858 21861 15891 0 -1 1077944384 34607 13027 0 0 989 47 5 2 20 0 15 0 445447042 11107315712 803346 33554432000 4194304 4196468 140728324802352 140610006370832 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21916] ppid=21858 vsize=10846988 memory=3178512 CPUtime=10.44 cores=0,2,4,6
/proc/21861/task/21916/stat : 21916 (java) S 21858 21861 15891 0 -1 1077944384 28345 13027 0 0 988 49 5 2 20 0 15 0 445447042 11107315712 803346 33554432000 4194304 4196468 140728324802352 140609921190544 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21917] ppid=21858 vsize=10846988 memory=3205192 CPUtime=10.43 cores=0,2,4,6
/proc/21861/task/21917/stat : 21917 (java) S 21858 21861 15891 0 -1 1077944384 20423 13027 0 0 989 47 5 2 20 0 15 0 445447042 11107315712 803346 33554432000 4194304 4196468 140728324802352 140609920137488 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21918] ppid=21858 vsize=10846988 memory=3213384 CPUtime=10.43 cores=0,2,4,6
/proc/21861/task/21918/stat : 21918 (java) S 21858 21861 15891 0 -1 1077944384 24485 13027 0 0 986 50 5 2 20 0 15 0 445447042 11107315712 803346 33554432000 4194304 4196468 140728324802352 140609919084944 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21919] ppid=21858 vsize=10846988 memory=3213384 CPUtime=2.03 cores=0,2,4,6
/proc/21861/task/21919/stat : 21919 (java) S 21858 21861 15891 0 -1 1077944384 31349 13027 0 0 168 28 5 2 20 0 15 0 445447044 11107315712 803346 33554432000 4194304 4196468 140728324802352 140609528711920 140610002139778 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21920] ppid=21858 vsize=10846988 memory=3213384 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21920/stat : 21920 (java) S 21858 21861 15891 0 -1 1077944384 19 13027 0 0 0 0 5 2 20 0 15 0 445447044 11107315712 803346 33554432000 4194304 4196468 140728324802352 140609444636384 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21921] ppid=21858 vsize=10846988 memory=3213384 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21921/stat : 21921 (java) S 21858 21861 15891 0 -1 1077944384 4 13027 0 0 0 0 5 2 20 0 15 0 445447044 11107315712 803346 33554432000 4194304 4196468 140728324802352 140609310418176 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21922] ppid=21858 vsize=10846988 memory=164 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21922/stat : 21922 (java) S 21858 21861 15891 0 -1 1077944384 2 13027 0 0 0 0 5 2 20 0 15 0 445447047 11107315712 803346 33554432000 4194304 4196468 140728324802352 140608706439632 140610002147227 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21923] ppid=21858 vsize=10846988 memory=3213384 CPUtime=14.3 cores=0,2,4,6
/proc/21861/task/21923/stat : 21923 (java) S 21858 21861 15891 0 -1 1077944384 50381 13027 0 0 1418 5 5 2 20 0 15 0 445447047 11107315712 803346 33554432000 4194304 4196468 140728324802352 140609527658736 140610002139778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21924] ppid=21858 vsize=10846988 memory=3213384 CPUtime=14.47 cores=0,2,4,6
/proc/21861/task/21924/stat : 21924 (java) S 21858 21861 15891 0 -1 1077944384 49355 13027 0 0 1435 5 5 2 20 0 15 0 445447047 11107315712 803346 33554432000 4194304 4196468 140728324802352 140609526606192 140610002139778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21925] ppid=21858 vsize=10846988 memory=2747648 CPUtime=2.99 cores=0,2,4,6
/proc/21861/task/21925/stat : 21925 (java) S 21858 21861 15891 0 -1 1077944384 34498 13027 0 0 285 7 5 2 20 0 15 0 445447047 11107315712 803346 33554432000 4194304 4196468 140728324802352 140609525553136 140610002139778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21926] ppid=21858 vsize=10846988 memory=3213384 CPUtime=0.07 cores=0,2,4,6
/proc/21861/task/21926/stat : 21926 (java) S 21858 21861 15891 0 -1 1077944384 3 13027 0 0 0 0 5 2 20 0 15 0 445447047 11107315712 803346 33554432000 4194304 4196468 140728324802352 140608236677472 140610002138837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
[pid=21861/tid=21927] ppid=21858 vsize=10846988 memory=3213384 CPUtime=1.51 cores=0,2,4,6
/proc/21861/task/21927/stat : 21927 (java) S 21858 21861 15891 0 -1 1077944384 2140 13027 0 0 70 74 5 2 20 0 15 0 445447047 11107315712 803346 33554432000 4194304 4196468 140728324802352 140609524501552 140610002139778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30285824 140728324811504 140728324814021 140728324814021 140728324816847 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 3213384 KiB

Child status: 143
Real time (s): 2457.2
CPU time (s): 2520.17
CPU user time (s): 2516.29
CPU system time (s): 3.87993
CPU usage (%): 102.563
Max. virtual memory (cumulated for all children) (KiB): 10848820
Max. memory (cumulated for all children) (KiB): 3213384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.29
system time used= 3.87993
maximum resident set size= 3217528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 639403
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 93614
involuntary context switches= 4062


# summary of solver processes directly reported to runsolver:
#   pid: 21861
#   total CPU time (s): 2520.17
#   total CPU user time (s): 2516.29
#   total CPU system time (s): 3.87993

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6549 second user time and 23.6306 second system time

The end

Launcher Data

Begin job on node136 at 2019-09-17 05:45:39
IDJOB=4400914
IDBENCH=138655
IDSOLVER=2857
FILE ID=node136/4400914-1568691984
RUNJOBID= node136-1568673287-15922
PBS_JOBID= 21703781
Free space on /tmp= 61108 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js20/SuperTaillard-js-20-10.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400914-1568691984/watcher-4400914-1568691984 -o /tmp/evaluation-result-4400914-1568691984/solver-4400914-1568691984 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1568673287-15922 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=548403584 HOME/instance-4400914-1568691984.xml

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

MD5SUM BENCH= 2e1a96a215dbee196ad45178247d22f3
RANDOM SEED=548403584

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29052396 kB
MemAvailable:   29297228 kB
Buffers:           58292 kB
Cached:           488512 kB
SwapCached:         3544 kB
Active:          2858388 kB
Inactive:         290032 kB
Active(anon):    2601584 kB
Inactive(anon):    49424 kB
Active(file):     256804 kB
Inactive(file):   240608 kB
Unevictable:      110284 kB
Mlocked:          110284 kB
SwapTotal:      67108860 kB
SwapFree:       67002420 kB
Dirty:             35920 kB
Writeback:             0 kB
AnonPages:       2722460 kB
Mapped:            61976 kB
Shmem:             40352 kB
Slab:             155508 kB
SReclaimable:     126512 kB
SUnreclaim:        28996 kB
KernelStack:        4000 kB
PageTables:        11084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3800128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2553856 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61076 MiB
End job on node136 at 2019-09-17 06:26:37