Trace number 4396034

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.25 2442.75

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396034-1568410915/watcher-4396034-1568410915 -o /tmp/evaluation-result-4396034-1568410915/solver-4396034-1568410915 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568410877-4901 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=655150935 HOME/instance-4396034-1568410915.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
Current StackSize limit: 8192 KiB

solver pid=4926, runsolver pid=4922

[startup+0.100094 s]*
/proc/loadavg: 0.69 0.74 1.03 3/210 5043
/proc/meminfo: memFree=30965612/32770624 swapFree=66940920/67108860
[pid=4926] ppid=4922 vsize=9972712 memory=16812 CPUtime=0.09 cores=1,3,5,7
/proc/4926/stat : 4926 (java) S 4922 4926 4869 0 -1 1077944320 4462 13058 0 0 1 0 5 3 20 0 6 0 417330190 10212057088 4203 33554432000 4194304 4196468 140736503894000 140736503876544 140377595760375 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
/proc/4926/statm: 2493178 4203 1935 1 0 2481616 0
[pid=4926/tid=5035] ppid=4922 vsize=9972712 memory=8514701219931451533 CPUtime=0.09 cores=1,3,5,7
/proc/4926/task/5035/stat : 5035 (java) R 4922 4926 4869 0 -1 4202560 2287 13058 0 0 1 0 5 3 20 0 6 0 417330199 10212057088 4269 33554432000 4194304 4196468 140736503894000 140377567597136 140377579840862 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5036] ppid=4922 vsize=9972712 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5036/stat : 5036 (java) S 4922 4926 4869 0 -1 1077944384 1 13058 0 0 0 0 5 3 20 0 6 0 417330200 10212057088 4269 33554432000 4194304 4196468 140736503894000 140377600002448 140377595770581 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5038] ppid=4922 vsize=9972712 memory=140100757579392 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5038/stat : 5038 (java) S 4922 4926 4869 0 -1 1077944384 1 13058 0 0 0 0 5 3 20 0 6 0 417330200 10212057088 4269 33554432000 4194304 4196468 140736503894000 140377518754064 140377595770581 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5039] ppid=4922 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5039/stat : 5039 (java) S 4922 4926 4869 0 -1 1077944384 1 13058 0 0 0 0 5 3 20 0 6 0 417330200 10212057088 4269 33554432000 4194304 4196468 140736503894000 140377517701776 140377595770581 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5041] ppid=4922 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5041/stat : 5041 (java) S 4922 4926 4869 0 -1 1077944384 2 13058 0 0 0 0 5 3 20 0 6 0 417330200 10212057088 4269 33554432000 4194304 4196468 140736503894000 140377167157776 140377595770581 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210413 s]*
/proc/loadavg: 0.69 0.74 1.03 4/228 5061
/proc/meminfo: memFree=30920764/32770624 swapFree=66940920/67108860
[pid=4926] ppid=4922 vsize=10819664 memory=43416 CPUtime=0.25 cores=1,3,5,7
/proc/4926/stat : 4926 (java) S 4922 4926 4869 0 -1 1077944320 7203 13058 0 0 16 1 5 3 20 0 15 0 417330190 11079335936 10854 33554432000 4194304 4196468 140736503894000 140736503876544 140377595760375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
/proc/4926/statm: 2704916 10854 3129 1 0 2667149 0
[pid=4926/tid=5035] ppid=4922 vsize=10819664 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/4926/task/5035/stat : 5035 (java) R 4922 4926 4869 0 -1 4202560 3705 13058 0 0 10 1 5 3 20 0 15 0 417330199 11079335936 10854 33554432000 4194304 4196468 140736503894000 140377567584120 140377595782301 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5036] ppid=4922 vsize=10819664 memory=342 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5036/stat : 5036 (java) S 4922 4926 4869 0 -1 1077944384 1 13058 0 0 0 0 5 3 20 0 15 0 417330200 11079335936 10854 33554432000 4194304 4196468 140736503894000 140377600002448 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5038] ppid=4922 vsize=10819664 memory=140100757587038 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5038/stat : 5038 (java) S 4922 4926 4869 0 -1 1077944384 1 13058 0 0 0 0 5 3 20 0 15 0 417330200 11079335936 10854 33554432000 4194304 4196468 140736503894000 140377518754064 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5039] ppid=4922 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5039/stat : 5039 (java) S 4922 4926 4869 0 -1 1077944384 1 13058 0 0 0 0 5 3 20 0 15 0 417330200 11079335936 10854 33554432000 4194304 4196468 140736503894000 140377517701776 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5041] ppid=4922 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5041/stat : 5041 (java) S 4922 4926 4869 0 -1 1077944384 2 13058 0 0 0 0 5 3 20 0 15 0 417330200 11079335936 10854 33554432000 4194304 4196468 140736503894000 140377167157776 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5044] ppid=4922 vsize=10819664 memory=140100757579392 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5044/stat : 5044 (java) S 4922 4926 4869 0 -1 1077944384 2 13058 0 0 0 0 5 3 20 0 15 0 417330201 11079335936 10854 33554432000 4194304 4196468 140736503894000 140377122343536 140377595771522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5046] ppid=4922 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5046/stat : 5046 (java) S 4922 4926 4869 0 -1 1077944384 13 13058 0 0 0 0 5 3 20 0 15 0 417330202 11079335936 10854 33554432000 4194304 4196468 140736503894000 140377046639904 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5048] ppid=4922 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5048/stat : 5048 (java) S 4922 4926 4869 0 -1 1077944384 1 13058 0 0 0 0 5 3 20 0 15 0 417330202 11079335936 10854 33554432000 4194304 4196468 140736503894000 140376912422512 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5054] ppid=4922 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5054/stat : 5054 (java) S 4922 4926 4869 0 -1 1077944384 2 13058 0 0 0 0 5 3 20 0 15 0 417330205 11079335936 10854 33554432000 4194304 4196468 140736503894000 140376308443728 140377595778971 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5055] ppid=4922 vsize=10819664 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/4926/task/5055/stat : 5055 (java) S 4922 4926 4869 0 -1 1077944384 456 13058 0 0 1 0 5 3 20 0 15 0 417330205 11079335936 10854 33554432000 4194304 4196468 140736503894000 140377121290352 140377595771522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5056] ppid=4922 vsize=10819664 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/4926/task/5056/stat : 5056 (java) S 4922 4926 4869 0 -1 1077944384 187 13058 0 0 1 0 5 3 20 0 15 0 417330205 11079335936 10854 33554432000 4194304 4196468 140736503894000 140377120237552 140377595771522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5057] ppid=4922 vsize=10819664 memory=140100757579392 CPUtime=0.11 cores=1,3,5,7
/proc/4926/task/5057/stat : 5057 (java) R 4922 4926 4869 0 -1 4202560 620 13058 0 0 3 0 5 3 20 0 15 0 417330205 11079335936 10854 33554432000 4194304 4196468 140736503894000 140377119185264 140377577347632 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5059] ppid=4922 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5059/stat : 5059 (java) S 4922 4926 4869 0 -1 1077944384 3 13058 0 0 0 0 5 3 20 0 15 0 417330205 11079335936 10854 33554432000 4194304 4196468 140736503894000 140375838681568 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5061] ppid=4922 vsize=10819664 memory=140100757579392 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5061/stat : 5061 (java) S 4922 4926 4869 0 -1 1077944384 1 13058 0 0 0 0 5 3 20 0 15 0 417330205 11079335936 10854 33554432000 4194304 4196468 140736503894000 140377118133168 140377595771522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 43416 KiB

[startup+0.311398 s]*
/proc/loadavg: 0.69 0.74 1.03 5/228 5061
/proc/meminfo: memFree=30894912/32770624 swapFree=66940920/67108860
[pid=4926] ppid=4922 vsize=10820148 memory=54344 CPUtime=0.38 cores=1,3,5,7
/proc/4926/stat : 4926 (java) S 4922 4926 4869 0 -1 1077944320 10819 13058 0 0 28 2 5 3 20 0 15 0 417330190 11079831552 13586 33554432000 4194304 4196468 140736503894000 140736503876544 140377595760375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
/proc/4926/statm: 2705037 13586 3261 1 0 2667149 0
[pid=4926/tid=5035] ppid=4922 vsize=10820148 memory=8112282956445269571 CPUtime=0.28 cores=1,3,5,7
/proc/4926/task/5035/stat : 5035 (java) R 4922 4926 4869 0 -1 4202560 7301 13058 0 0 18 2 5 3 20 0 15 0 417330199 11079831552 13586 33554432000 4194304 4196468 140736503894000 140377567565376 140377573762910 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5036] ppid=4922 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5036/stat : 5036 (java) S 4922 4926 4869 0 -1 1077944384 1 13058 0 0 0 0 5 3 20 0 15 0 417330200 11079831552 13586 33554432000 4194304 4196468 140736503894000 140377600002448 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5038] ppid=4922 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5038/stat : 5038 (java) S 4922 4926 4869 0 -1 1077944384 1 13058 0 0 0 0 5 3 20 0 15 0 417330200 11079831552 13586 33554432000 4194304 4196468 140736503894000 140377518754064 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5039] ppid=4922 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5039/stat : 5039 (java) S 4922 4926 4869 0 -1 1077944384 1 13058 0 0 0 0 5 3 20 0 15 0 417330200 11079831552 13586 33554432000 4194304 4196468 140736503894000 140377517701776 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5041] ppid=4922 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5041/stat : 5041 (java) S 4922 4926 4869 0 -1 1077944384 2 13058 0 0 0 0 5 3 20 0 15 0 417330200 11079831552 13586 33554432000 4194304 4196468 140736503894000 140377167157776 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5044] ppid=4922 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5044/stat : 5044 (java) S 4922 4926 4869 0 -1 1077944384 2 13058 0 0 0 0 5 3 20 0 15 0 417330201 11079831552 13586 33554432000 4194304 4196468 140736503894000 140377122343536 140377595771522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5046] ppid=4922 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5046/stat : 5046 (java) S 4922 4926 4869 0 -1 1077944384 13 13058 0 0 0 0 5 3 20 0 15 0 417330202 11079831552 13586 33554432000 4194304 4196468 140736503894000 140377046639904 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5048] ppid=4922 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5048/stat : 5048 (java) S 4922 4926 4869 0 -1 1077944384 1 13058 0 0 0 0 5 3 20 0 15 0 417330202 11079831552 13586 33554432000 4194304 4196468 140736503894000 140376912422512 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5054] ppid=4922 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5054/stat : 5054 (java) S 4922 4926 4869 0 -1 1077944384 2 13058 0 0 0 0 5 3 20 0 15 0 417330205 11079831552 13586 33554432000 4194304 4196468 140736503894000 140376308443728 140377595778971 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5055] ppid=4922 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/4926/task/5055/stat : 5055 (java) S 4922 4926 4869 0 -1 1077944384 456 13058 0 0 1 0 5 3 20 0 15 0 417330205 11079831552 13586 33554432000 4194304 4196468 140736503894000 140377121290352 140377595771522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5056] ppid=4922 vsize=10820148 memory=-1 CPUtime=0.1 cores=1,3,5,7
/proc/4926/task/5056/stat : 5056 (java) S 4922 4926 4869 0 -1 1077944384 197 13058 0 0 2 0 5 3 20 0 15 0 417330205 11079831552 13586 33554432000 4194304 4196468 140736503894000 140377120237552 140377595771522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5057] ppid=4922 vsize=10820148 memory=140100757579392 CPUtime=0.13 cores=1,3,5,7
/proc/4926/task/5057/stat : 5057 (java) S 4922 4926 4869 0 -1 1077944384 627 13058 0 0 5 0 5 3 20 0 15 0 417330205 11079831552 13586 33554432000 4194304 4196468 140736503894000 140377119185264 140377595771522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5059] ppid=4922 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5059/stat : 5059 (java) S 4922 4926 4869 0 -1 1077944384 3 13058 0 0 0 0 5 3 20 0 15 0 417330205 11079831552 13586 33554432000 4194304 4196468 140736503894000 140375838681568 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5061] ppid=4922 vsize=10820148 memory=140100757579392 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5061/stat : 5061 (java) S 4922 4926 4869 0 -1 1077944384 1 13058 0 0 0 0 5 3 20 0 15 0 417330205 11079831552 13586 33554432000 4194304 4196468 140736503894000 140377118133168 140377595771522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 54344 KiB

[startup+0.700709 s]
/proc/loadavg: 0.69 0.74 1.03 3/228 5061
/proc/meminfo: memFree=30869588/32770624 swapFree=66940920/67108860
[pid=4926] ppid=4922 vsize=10824360 memory=87796 CPUtime=1.08 cores=1,3,5,7
/proc/4926/stat : 4926 (java) S 4922 4926 4869 0 -1 1077944320 15118 13058 0 0 96 4 5 3 20 0 15 0 417330190 11084144640 21949 33554432000 4194304 4196468 140736503894000 140736503876544 140377595760375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
/proc/4926/statm: 2706090 21949 3511 1 0 2668173 0
[pid=4926/tid=5035] ppid=4922 vsize=10824360 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/4926/task/5035/stat : 5035 (java) R 4922 4926 4869 0 -1 4202560 10442 13058 0 0 54 3 5 3 20 0 15 0 417330199 11084144640 21949 33554432000 4194304 4196468 140736503894000 140377567589920 140377595782301 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5036] ppid=4922 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5036/stat : 5036 (java) S 4922 4926 4869 0 -1 1077944384 1 13058 0 0 0 0 5 3 20 0 15 0 417330200 11084144640 21949 33554432000 4194304 4196468 140736503894000 140377600002448 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5038] ppid=4922 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5038/stat : 5038 (java) S 4922 4926 4869 0 -1 1077944384 1 13058 0 0 0 0 5 3 20 0 15 0 417330200 11084144640 21949 33554432000 4194304 4196468 140736503894000 140377518754064 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5039] ppid=4922 vsize=10824360 memory=68 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5039/stat : 5039 (java) S 4922 4926 4869 0 -1 1077944384 1 13058 0 0 0 0 5 3 20 0 15 0 417330200 11084144640 21949 33554432000 4194304 4196468 140736503894000 140377517701776 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5041] ppid=4922 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5041/stat : 5041 (java) S 4922 4926 4869 0 -1 1077944384 2 13058 0 0 0 0 5 3 20 0 15 0 417330200 11084144640 21949 33554432000 4194304 4196468 140736503894000 140377167157776 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5044] ppid=4922 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5044/stat : 5044 (java) S 4922 4926 4869 0 -1 1077944384 5 13058 0 0 0 0 5 3 20 0 15 0 417330201 11084144640 21949 33554432000 4194304 4196468 140736503894000 140377122343536 140377595771522 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5046] ppid=4922 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5046/stat : 5046 (java) S 4922 4926 4869 0 -1 1077944384 13 13058 0 0 0 0 5 3 20 0 15 0 417330202 11084144640 21949 33554432000 4194304 4196468 140736503894000 140377046639904 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5048] ppid=4922 vsize=10824360 memory=140100625379536 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5048/stat : 5048 (java) S 4922 4926 4869 0 -1 1077944384 1 13058 0 0 0 0 5 3 20 0 15 0 417330202 11084144640 21949 33554432000 4194304 4196468 140736503894000 140376912422512 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5054] ppid=4922 vsize=10824360 memory=140101833196116 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5054/stat : 5054 (java) S 4922 4926 4869 0 -1 1077944384 2 13058 0 0 0 0 5 3 20 0 15 0 417330205 11084144640 21949 33554432000 4194304 4196468 140736503894000 140376308443728 140377595778971 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5055] ppid=4922 vsize=10824360 memory=3996 CPUtime=0.17 cores=1,3,5,7
/proc/4926/task/5055/stat : 5055 (java) S 4922 4926 4869 0 -1 1077944384 835 13058 0 0 9 0 5 3 20 0 15 0 417330205 11084144640 21949 33554432000 4194304 4196468 140736503894000 140377121290352 140377595771522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5056] ppid=4922 vsize=10824360 memory=7666628848260310592 CPUtime=0.22 cores=1,3,5,7
/proc/4926/task/5056/stat : 5056 (java) S 4922 4926 4869 0 -1 1077944384 739 13058 0 0 14 0 5 3 20 0 15 0 417330205 11084144640 21949 33554432000 4194304 4196468 140736503894000 140377120237552 140377595771522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5057] ppid=4922 vsize=10824360 memory=6081102367496366441 CPUtime=0.24 cores=1,3,5,7
/proc/4926/task/5057/stat : 5057 (java) S 4922 4926 4869 0 -1 1077944384 861 13058 0 0 16 0 5 3 20 0 15 0 417330205 11084144640 21949 33554432000 4194304 4196468 140736503894000 140377119185264 140377595771522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5059] ppid=4922 vsize=10824360 memory=3620 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5059/stat : 5059 (java) S 4922 4926 4869 0 -1 1077944384 3 13058 0 0 0 0 5 3 20 0 15 0 417330205 11084144640 21949 33554432000 4194304 4196468 140736503894000 140375838681568 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5061] ppid=4922 vsize=10824360 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5061/stat : 5061 (java) S 4922 4926 4869 0 -1 1077944384 1 13058 0 0 0 0 5 3 20 0 15 0 417330205 11084144640 21949 33554432000 4194304 4196468 140736503894000 140377118133168 140377595771522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 87796 KiB

[startup+1.50076 s]
/proc/loadavg: 0.69 0.74 1.03 7/228 5061
/proc/meminfo: memFree=30769964/32770624 swapFree=66940920/67108860
[pid=4926] ppid=4922 vsize=10832628 memory=212204 CPUtime=3.3 cores=1,3,5,7
/proc/4926/stat : 4926 (java) S 4922 4926 4869 0 -1 1077944320 26473 13058 0 0 314 8 5 3 20 0 15 0 417330190 11092611072 53051 33554432000 4194304 4196468 140736503894000 140736503876544 140377595760375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
/proc/4926/statm: 2708157 53051 3557 1 0 2670221 0
[pid=4926/tid=5035] ppid=4922 vsize=10832628 memory=1943560 CPUtime=1.45 cores=1,3,5,7
/proc/4926/task/5035/stat : 5035 (java) R 4922 4926 4869 0 -1 4202560 14223 13058 0 0 132 5 5 3 20 0 15 0 417330199 11092611072 53051 33554432000 4194304 4196468 140736503894000 140377567579392 140377579840862 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5036] ppid=4922 vsize=10832628 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5036/stat : 5036 (java) S 4922 4926 4869 0 -1 1077944384 1 13058 0 0 0 0 5 3 20 0 15 0 417330200 11092611072 53051 33554432000 4194304 4196468 140736503894000 140377600002448 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5038] ppid=4922 vsize=10832628 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5038/stat : 5038 (java) S 4922 4926 4869 0 -1 1077944384 1 13058 0 0 0 0 5 3 20 0 15 0 417330200 11092611072 53051 33554432000 4194304 4196468 140736503894000 140377518754064 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5039] ppid=4922 vsize=10832628 memory=4126316290023845779 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5039/stat : 5039 (java) S 4922 4926 4869 0 -1 1077944384 1 13058 0 0 0 0 5 3 20 0 15 0 417330200 11092611072 53051 33554432000 4194304 4196468 140736503894000 140377517701776 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5041] ppid=4922 vsize=10832628 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5041/stat : 5041 (java) S 4922 4926 4869 0 -1 1077944384 2 13058 0 0 0 0 5 3 20 0 15 0 417330200 11092611072 53051 33554432000 4194304 4196468 140736503894000 140377167157776 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5044] ppid=4922 vsize=10832628 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5044/stat : 5044 (java) S 4922 4926 4869 0 -1 1077944384 13 13058 0 0 0 0 5 3 20 0 15 0 417330201 11092611072 53051 33554432000 4194304 4196468 140736503894000 140377122343536 140377595771522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5046] ppid=4922 vsize=10832628 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5046/stat : 5046 (java) S 4922 4926 4869 0 -1 1077944384 13 13058 0 0 0 0 5 3 20 0 15 0 417330202 11092611072 53051 33554432000 4194304 4196468 140736503894000 140377046639904 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5048] ppid=4922 vsize=10832628 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5048/stat : 5048 (java) S 4922 4926 4869 0 -1 1077944384 1 13058 0 0 0 0 5 3 20 0 15 0 417330202 11092611072 53051 33554432000 4194304 4196468 140736503894000 140376912422512 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5054] ppid=4922 vsize=10832628 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5054/stat : 5054 (java) S 4922 4926 4869 0 -1 1077944384 2 13058 0 0 0 0 5 3 20 0 15 0 417330205 11092611072 53051 33554432000 4194304 4196468 140736503894000 140376308443728 140377595778971 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5055] ppid=4922 vsize=10832628 memory=6935649255759568960 CPUtime=0.76 cores=1,3,5,7
/proc/4926/task/5055/stat : 5055 (java) S 4922 4926 4869 0 -1 1077944384 4492 13058 0 0 68 0 5 3 20 0 15 0 417330205 11092611072 53051 33554432000 4194304 4196468 140736503894000 140377121290352 140377595771522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5056] ppid=4922 vsize=10832628 memory=280201251035968 CPUtime=0.8 cores=1,3,5,7
/proc/4926/task/5056/stat : 5056 (java) S 4922 4926 4869 0 -1 1077944384 3860 13058 0 0 72 0 5 3 20 0 15 0 417330205 11092611072 53051 33554432000 4194304 4196468 140736503894000 140377120237552 140377595771522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5057] ppid=4922 vsize=10832628 memory=-7233780906022716832 CPUtime=0.48 cores=1,3,5,7
/proc/4926/task/5057/stat : 5057 (java) S 4922 4926 4869 0 -1 1077944384 1650 13058 0 0 39 1 5 3 20 0 15 0 417330205 11092611072 53051 33554432000 4194304 4196468 140736503894000 140377119185264 140377595771522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5059] ppid=4922 vsize=10832628 memory=4137290303932963203 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5059/stat : 5059 (java) S 4922 4926 4869 0 -1 1077944384 3 13058 0 0 0 0 5 3 20 0 15 0 417330205 11092611072 53051 33554432000 4194304 4196468 140736503894000 140375838681568 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5061] ppid=4922 vsize=10832628 memory=6944656591801719708 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5061/stat : 5061 (java) S 4922 4926 4869 0 -1 1077944384 1 13058 0 0 0 0 5 3 20 0 15 0 417330205 11092611072 53051 33554432000 4194304 4196468 140736503894000 140377118133168 140377595771522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
Current children cumulated CPU time: 3.3 s
Current children cumulated vsize: 10832628 KiB

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

/proc/4926/task/5035/stat : 5035 (java) R 4922 4926 4869 0 -1 4202560 108519 13058 0 0 236184 49 5 3 20 0 15 0 417330199 11107311616 294773 33554432000 4194304 4196468 140736503894000 140377567595056 140377211384086 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5036] ppid=4922 vsize=10846984 memory=2832 CPUtime=15.14 cores=1,3,5,7
/proc/4926/task/5036/stat : 5036 (java) S 4922 4926 4869 0 -1 1077944384 30878 13058 0 0 1469 37 5 3 20 0 15 0 417330200 11107311616 294773 33554432000 4194304 4196468 140736503894000 140377600002448 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5038] ppid=4922 vsize=10846984 memory=1180120 CPUtime=15.04 cores=1,3,5,7
/proc/4926/task/5038/stat : 5038 (java) S 4922 4926 4869 0 -1 1077944384 26126 13058 0 0 1459 37 5 3 20 0 15 0 417330200 11107311616 294773 33554432000 4194304 4196468 140736503894000 140377518754064 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5039] ppid=4922 vsize=10846984 memory=280201252581056 CPUtime=15.05 cores=1,3,5,7
/proc/4926/task/5039/stat : 5039 (java) S 4922 4926 4869 0 -1 1077944384 29923 13058 0 0 1460 37 5 3 20 0 15 0 417330200 11107311616 294773 33554432000 4194304 4196468 140736503894000 140377517701776 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5041] ppid=4922 vsize=10846984 memory=1193456 CPUtime=14.98 cores=1,3,5,7
/proc/4926/task/5041/stat : 5041 (java) S 4922 4926 4869 0 -1 1077944384 29598 13058 0 0 1452 38 5 3 20 0 15 0 417330200 11107311616 294773 33554432000 4194304 4196468 140736503894000 140377167157776 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5044] ppid=4922 vsize=10846984 memory=1189864 CPUtime=3.2 cores=1,3,5,7
/proc/4926/task/5044/stat : 5044 (java) S 4922 4926 4869 0 -1 1077944384 20758 13058 0 0 278 34 5 3 20 0 15 0 417330201 11107311616 294773 33554432000 4194304 4196468 140736503894000 140377122343536 140377595771522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5046] ppid=4922 vsize=10846984 memory=1189864 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5046/stat : 5046 (java) S 4922 4926 4869 0 -1 1077944384 21 13058 0 0 0 0 5 3 20 0 15 0 417330202 11107311616 294773 33554432000 4194304 4196468 140736503894000 140377046640032 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5048] ppid=4922 vsize=10846984 memory=1180120 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5048/stat : 5048 (java) S 4922 4926 4869 0 -1 1077944384 9 13058 0 0 0 0 5 3 20 0 15 0 417330202 11107311616 294773 33554432000 4194304 4196468 140736503894000 140376912422528 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5054] ppid=4922 vsize=10846984 memory=3620 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5054/stat : 5054 (java) S 4922 4926 4869 0 -1 1077944384 2 13058 0 0 0 0 5 3 20 0 15 0 417330205 11107311616 294773 33554432000 4194304 4196468 140736503894000 140376308443728 140377595778971 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5055] ppid=4922 vsize=10846984 memory=-7234863860534956590 CPUtime=14.16 cores=1,3,5,7
/proc/4926/task/5055/stat : 5055 (java) S 4922 4926 4869 0 -1 1077944384 64579 13058 0 0 1402 6 5 3 20 0 15 0 417330205 11107311616 294773 33554432000 4194304 4196468 140736503894000 140377121290352 140377595771522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5056] ppid=4922 vsize=10846984 memory=1207820 CPUtime=14.34 cores=1,3,5,7
/proc/4926/task/5056/stat : 5056 (java) S 4922 4926 4869 0 -1 1077944384 56964 13058 0 0 1420 6 5 3 20 0 15 0 417330205 11107311616 294773 33554432000 4194304 4196468 140736503894000 140377120237552 140377595771522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5057] ppid=4922 vsize=10846984 memory=1222180 CPUtime=3.18 cores=1,3,5,7
/proc/4926/task/5057/stat : 5057 (java) S 4922 4926 4869 0 -1 1077944384 24653 13058 0 0 304 6 5 3 20 0 15 0 417330205 11107311616 294773 33554432000 4194304 4196468 140736503894000 140377119185264 140377595771522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5059] ppid=4922 vsize=10846984 memory=1227824 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5059/stat : 5059 (java) S 4922 4926 4869 0 -1 1077944384 3 13058 0 0 0 0 5 3 20 0 15 0 417330205 11107311616 294773 33554432000 4194304 4196468 140736503894000 140375838681568 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5061] ppid=4922 vsize=10846984 memory=1180120 CPUtime=1.43 cores=1,3,5,7
/proc/4926/task/5061/stat : 5061 (java) S 4922 4926 4869 0 -1 1077944384 2721 13058 0 0 59 76 5 3 20 0 15 0 417330205 11107311616 294773 33554432000 4194304 4196468 140736503894000 140377118133168 140377595771522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
Current children cumulated CPU time: 2458.32 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 1179092 KiB

[startup+2442.3 s]
/proc/loadavg: 1.49 1.58 1.51 3/227 5326
/proc/meminfo: memFree=28180616/32770624 swapFree=66940920/67108860
[pid=4926] ppid=4922 vsize=10846984 memory=1120608 CPUtime=2519.77 cores=1,3,5,7
/proc/4926/stat : 4926 (java) S 4922 4926 4869 0 -1 1077944320 399661 13058 0 0 251657 312 5 3 20 0 15 0 417330190 11107311616 280152 33554432000 4194304 4196468 140736503894000 140736503876544 140377595760375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
/proc/4926/statm: 2711746 280152 3646 1 0 2673805 0
[pid=4926/tid=5035] ppid=4922 vsize=10846984 memory=1120608 CPUtime=2421.83 cores=1,3,5,7
/proc/4926/task/5035/stat : 5035 (java) R 4922 4926 4869 0 -1 4202560 109556 13058 0 0 242125 50 5 3 20 0 15 0 417330199 11107311616 280152 33554432000 4194304 4196468 140736503894000 140377567594960 140377216399907 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5036] ppid=4922 vsize=10846984 memory=8112282956445269571 CPUtime=15.62 cores=1,3,5,7
/proc/4926/task/5036/stat : 5036 (java) S 4922 4926 4869 0 -1 1077944384 31571 13058 0 0 1516 38 5 3 20 0 15 0 417330200 11107311616 280152 33554432000 4194304 4196468 140736503894000 140377600002448 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5038] ppid=4922 vsize=10846984 memory=3620 CPUtime=15.52 cores=1,3,5,7
/proc/4926/task/5038/stat : 5038 (java) S 4922 4926 4869 0 -1 1077944384 26205 13058 0 0 1507 37 5 3 20 0 15 0 417330200 11107311616 280152 33554432000 4194304 4196468 140736503894000 140377518754064 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5039] ppid=4922 vsize=10846984 memory=1150364 CPUtime=15.52 cores=1,3,5,7
/proc/4926/task/5039/stat : 5039 (java) S 4922 4926 4869 0 -1 1077944384 29953 13058 0 0 1507 37 5 3 20 0 15 0 417330200 11107311616 280152 33554432000 4194304 4196468 140736503894000 140377517701776 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5041] ppid=4922 vsize=10846984 memory=1139592 CPUtime=15.46 cores=1,3,5,7
/proc/4926/task/5041/stat : 5041 (java) S 4922 4926 4869 0 -1 1077944384 30121 13058 0 0 1500 38 5 3 20 0 15 0 417330200 11107311616 280152 33554432000 4194304 4196468 140736503894000 140377167157776 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5044] ppid=4922 vsize=10846984 memory=1132408 CPUtime=3.28 cores=1,3,5,7
/proc/4926/task/5044/stat : 5044 (java) S 4922 4926 4869 0 -1 1077944384 21059 13058 0 0 285 35 5 3 20 0 15 0 417330201 11107311616 280152 33554432000 4194304 4196468 140736503894000 140377122343536 140377595771522 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5046] ppid=4922 vsize=10846984 memory=1127280 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5046/stat : 5046 (java) S 4922 4926 4869 0 -1 1077944384 21 13058 0 0 0 0 5 3 20 0 15 0 417330202 11107311616 280152 33554432000 4194304 4196468 140736503894000 140377046640032 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5048] ppid=4922 vsize=10846984 memory=1139592 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5048/stat : 5048 (java) S 4922 4926 4869 0 -1 1077944384 9 13058 0 0 0 0 5 3 20 0 15 0 417330202 11107311616 280152 33554432000 4194304 4196468 140736503894000 140376912422528 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5054] ppid=4922 vsize=10846984 memory=1129844 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5054/stat : 5054 (java) S 4922 4926 4869 0 -1 1077944384 2 13058 0 0 0 0 5 3 20 0 15 0 417330205 11107311616 280152 33554432000 4194304 4196468 140736503894000 140376308443728 140377595778971 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5055] ppid=4922 vsize=10846984 memory=1127788 CPUtime=14.16 cores=1,3,5,7
/proc/4926/task/5055/stat : 5055 (java) S 4922 4926 4869 0 -1 1077944384 64584 13058 0 0 1402 6 5 3 20 0 15 0 417330205 11107311616 280152 33554432000 4194304 4196468 140736503894000 140377121290352 140377595771522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5056] ppid=4922 vsize=10846984 memory=1126248 CPUtime=14.34 cores=1,3,5,7
/proc/4926/task/5056/stat : 5056 (java) S 4922 4926 4869 0 -1 1077944384 56966 13058 0 0 1420 6 5 3 20 0 15 0 417330205 11107311616 280152 33554432000 4194304 4196468 140736503894000 140377120237552 140377595771522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5057] ppid=4922 vsize=10846984 memory=1123172 CPUtime=3.18 cores=1,3,5,7
/proc/4926/task/5057/stat : 5057 (java) S 4922 4926 4869 0 -1 1077944384 24655 13058 0 0 304 6 5 3 20 0 15 0 417330205 11107311616 280152 33554432000 4194304 4196468 140736503894000 140377119185264 140377595771522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5059] ppid=4922 vsize=10846984 memory=1122660 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5059/stat : 5059 (java) S 4922 4926 4869 0 -1 1077944384 3 13058 0 0 0 0 5 3 20 0 15 0 417330205 11107311616 280152 33554432000 4194304 4196468 140736503894000 140375838681568 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5061] ppid=4922 vsize=10846984 memory=1120608 CPUtime=1.46 cores=1,3,5,7
/proc/4926/task/5061/stat : 5061 (java) S 4922 4926 4869 0 -1 1077944384 2745 13058 0 0 61 77 5 3 20 0 15 0 417330205 11107311616 280152 33554432000 4194304 4196468 140736503894000 140377118133168 140377595771522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
Current children cumulated CPU time: 2519.77 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 1120608 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2442.6 s]
/proc/loadavg: 1.49 1.58 1.51 3/227 5326
/proc/meminfo: memFree=28180616/32770624 swapFree=66940920/67108860
[pid=4926] ppid=4922 vsize=10846984 memory=1120608 CPUtime=2520.08 cores=1,3,5,7
/proc/4926/stat : 4926 (java) S 4922 4926 4869 0 -1 1077944320 399664 13058 0 0 251688 312 5 3 20 0 15 0 417330190 11107311616 280152 33554432000 4194304 4196468 140736503894000 140736503876544 140377595760375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
/proc/4926/statm: 2711746 280152 3646 1 0 2673805 0
[pid=4926/tid=5035] ppid=4922 vsize=10846984 memory=8112282956445269571 CPUtime=2422.12 cores=1,3,5,7
/proc/4926/task/5035/stat : 5035 (java) R 4922 4926 4869 0 -1 4202560 109557 13058 0 0 242154 50 5 3 20 0 15 0 417330199 11107311616 280152 33554432000 4194304 4196468 140736503894000 140377567595072 140377206603673 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5036] ppid=4922 vsize=10846984 memory=1121632 CPUtime=15.63 cores=1,3,5,7
/proc/4926/task/5036/stat : 5036 (java) S 4922 4926 4869 0 -1 1077944384 31571 13058 0 0 1517 38 5 3 20 0 15 0 417330200 11107311616 280152 33554432000 4194304 4196468 140736503894000 140377600002448 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5038] ppid=4922 vsize=10846984 memory=14698482732632482 CPUtime=15.52 cores=1,3,5,7
/proc/4926/task/5038/stat : 5038 (java) S 4922 4926 4869 0 -1 1077944384 26205 13058 0 0 1507 37 5 3 20 0 15 0 417330200 11107311616 280152 33554432000 4194304 4196468 140736503894000 140377518754064 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5039] ppid=4922 vsize=10846984 memory=988 CPUtime=15.53 cores=1,3,5,7
/proc/4926/task/5039/stat : 5039 (java) S 4922 4926 4869 0 -1 1077944384 29955 13058 0 0 1508 37 5 3 20 0 15 0 417330200 11107311616 280152 33554432000 4194304 4196468 140736503894000 140377517701776 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5041] ppid=4922 vsize=10846984 memory=780 CPUtime=15.46 cores=1,3,5,7
/proc/4926/task/5041/stat : 5041 (java) S 4922 4926 4869 0 -1 1077944384 30121 13058 0 0 1500 38 5 3 20 0 15 0 417330200 11107311616 280152 33554432000 4194304 4196468 140736503894000 140377167157776 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5044] ppid=4922 vsize=10846984 memory=5972 CPUtime=3.28 cores=1,3,5,7
/proc/4926/task/5044/stat : 5044 (java) S 4922 4926 4869 0 -1 1077944384 21059 13058 0 0 285 35 5 3 20 0 15 0 417330201 11107311616 280152 33554432000 4194304 4196468 140736503894000 140377122343536 140377595771522 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5046] ppid=4922 vsize=10846984 memory=624 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5046/stat : 5046 (java) S 4922 4926 4869 0 -1 1077944384 21 13058 0 0 0 0 5 3 20 0 15 0 417330202 11107311616 280152 33554432000 4194304 4196468 140736503894000 140377046640032 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5048] ppid=4922 vsize=10846984 memory=3996 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5048/stat : 5048 (java) S 4922 4926 4869 0 -1 1077944384 9 13058 0 0 0 0 5 3 20 0 15 0 417330202 11107311616 280152 33554432000 4194304 4196468 140736503894000 140376912422528 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5054] ppid=4922 vsize=10846984 memory=2832 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5054/stat : 5054 (java) S 4922 4926 4869 0 -1 1077944384 2 13058 0 0 0 0 5 3 20 0 15 0 417330205 11107311616 280152 33554432000 4194304 4196468 140736503894000 140376308443728 140377595778971 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5055] ppid=4922 vsize=10846984 memory=14012 CPUtime=14.16 cores=1,3,5,7
/proc/4926/task/5055/stat : 5055 (java) S 4922 4926 4869 0 -1 1077944384 64584 13058 0 0 1402 6 5 3 20 0 15 0 417330205 11107311616 280152 33554432000 4194304 4196468 140736503894000 140377121290352 140377595771522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5056] ppid=4922 vsize=10846984 memory=2112 CPUtime=14.34 cores=1,3,5,7
/proc/4926/task/5056/stat : 5056 (java) S 4922 4926 4869 0 -1 1077944384 56966 13058 0 0 1420 6 5 3 20 0 15 0 417330205 11107311616 280152 33554432000 4194304 4196468 140736503894000 140377120237552 140377595771522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5057] ppid=4922 vsize=10846984 memory=12040 CPUtime=3.18 cores=1,3,5,7
/proc/4926/task/5057/stat : 5057 (java) S 4922 4926 4869 0 -1 1077944384 24655 13058 0 0 304 6 5 3 20 0 15 0 417330205 11107311616 280152 33554432000 4194304 4196468 140736503894000 140377119185264 140377595771522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5059] ppid=4922 vsize=10846984 memory=23812 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5059/stat : 5059 (java) S 4922 4926 4869 0 -1 1077944384 3 13058 0 0 0 0 5 3 20 0 15 0 417330205 11107311616 280152 33554432000 4194304 4196468 140736503894000 140375838681568 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5061] ppid=4922 vsize=10846984 memory=1556 CPUtime=1.46 cores=1,3,5,7
/proc/4926/task/5061/stat : 5061 (java) S 4922 4926 4869 0 -1 1077944384 2745 13058 0 0 61 77 5 3 20 0 15 0 417330205 11107311616 280152 33554432000 4194304 4196468 140736503894000 140377118133168 140377595771522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 1120608 KiB

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

[startup+2442.75 s]
# the end of solver process 4926 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.08 s, system=3.16267 s

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

[startup+2442.71 s]
/proc/loadavg: 1.49 1.58 1.51 3/227 5326
/proc/meminfo: memFree=28180616/32770624 swapFree=66940920/67108860
[pid=4926] ppid=4922 vsize=11043600 memory=1124716 CPUtime=2520.19 cores=1,3,5,7
/proc/4926/stat : 4926 (java) S 4922 4926 4869 0 -1 1077944320 400092 13058 0 0 251699 312 5 3 20 0 17 0 417330190 11308646400 281179 33554432000 4194304 4196468 140736503894000 140736503876544 140377595760375 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
/proc/4926/statm: 2760900 281179 3646 1 0 2722959 0
[pid=4926/tid=5035] ppid=4922 vsize=11043600 memory=1120608 CPUtime=2422.23 cores=1,3,5,7
/proc/4926/task/5035/stat : 5035 (java) R 4922 4926 4869 0 -1 4202560 109557 13058 0 0 242165 50 5 3 20 0 17 0 417330199 11308646400 281179 33554432000 4194304 4196468 140736503894000 140377567595072 140377217211316 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5036] ppid=4922 vsize=11043600 memory=8112282956445269571 CPUtime=15.63 cores=1,3,5,7
/proc/4926/task/5036/stat : 5036 (java) S 4922 4926 4869 0 -1 1077944384 31571 13058 0 0 1517 38 5 3 20 0 17 0 417330200 11308646400 281179 33554432000 4194304 4196468 140736503894000 140377600002448 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5038] ppid=4922 vsize=11043600 memory=3620 CPUtime=15.52 cores=1,3,5,7
/proc/4926/task/5038/stat : 5038 (java) S 4922 4926 4869 0 -1 1077944384 26205 13058 0 0 1507 37 5 3 20 0 17 0 417330200 11308646400 281179 33554432000 4194304 4196468 140736503894000 140377518754064 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5039] ppid=4922 vsize=11043600 memory=1150364 CPUtime=15.53 cores=1,3,5,7
/proc/4926/task/5039/stat : 5039 (java) S 4922 4926 4869 0 -1 1077944384 29955 13058 0 0 1508 37 5 3 20 0 17 0 417330200 11308646400 281179 33554432000 4194304 4196468 140736503894000 140377517701776 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5041] ppid=4922 vsize=11043600 memory=1139592 CPUtime=15.46 cores=1,3,5,7
/proc/4926/task/5041/stat : 5041 (java) S 4922 4926 4869 0 -1 1077944384 30121 13058 0 0 1500 38 5 3 20 0 17 0 417330200 11308646400 281179 33554432000 4194304 4196468 140736503894000 140377167157776 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5044] ppid=4922 vsize=11043600 memory=1132408 CPUtime=3.28 cores=1,3,5,7
/proc/4926/task/5044/stat : 5044 (java) S 4922 4926 4869 0 -1 1077944384 21059 13058 0 0 285 35 5 3 20 0 17 0 417330201 11308646400 281179 33554432000 4194304 4196468 140736503894000 140377122343536 140377595771522 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5046] ppid=4922 vsize=11043600 memory=1127280 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5046/stat : 5046 (java) S 4922 4926 4869 0 -1 1077944384 21 13058 0 0 0 0 5 3 20 0 17 0 417330202 11308646400 281179 33554432000 4194304 4196468 140736503894000 140377046640032 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5048] ppid=4922 vsize=11043600 memory=1139592 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5048/stat : 5048 (java) S 4922 4926 4869 0 -1 1077944384 9 13058 0 0 0 0 5 3 20 0 17 0 417330202 11308646400 281179 33554432000 4194304 4196468 140736503894000 140376912422528 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5054] ppid=4922 vsize=11043600 memory=1129844 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5054/stat : 5054 (java) S 4922 4926 4869 0 -1 1077944384 226 13058 0 0 0 0 5 3 20 0 17 0 417330205 11308646400 281179 33554432000 4194304 4196468 140736503894000 140376308443728 140377595778971 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5055] ppid=4922 vsize=11043600 memory=1127788 CPUtime=14.16 cores=1,3,5,7
/proc/4926/task/5055/stat : 5055 (java) S 4922 4926 4869 0 -1 1077944384 64584 13058 0 0 1402 6 5 3 20 0 17 0 417330205 11308646400 281179 33554432000 4194304 4196468 140736503894000 140377121290352 140377595771522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5056] ppid=4922 vsize=11043600 memory=1126248 CPUtime=14.34 cores=1,3,5,7
/proc/4926/task/5056/stat : 5056 (java) S 4922 4926 4869 0 -1 1077944384 56966 13058 0 0 1420 6 5 3 20 0 17 0 417330205 11308646400 281179 33554432000 4194304 4196468 140736503894000 140377120237552 140377595771522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5057] ppid=4922 vsize=11043600 memory=1123172 CPUtime=3.18 cores=1,3,5,7
/proc/4926/task/5057/stat : 5057 (java) S 4922 4926 4869 0 -1 1077944384 24655 13058 0 0 304 6 5 3 20 0 17 0 417330205 11308646400 281179 33554432000 4194304 4196468 140736503894000 140377119185264 140377595771522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5059] ppid=4922 vsize=11043600 memory=1122660 CPUtime=0.08 cores=1,3,5,7
/proc/4926/task/5059/stat : 5059 (java) S 4922 4926 4869 0 -1 1077944384 3 13058 0 0 0 0 5 3 20 0 17 0 417330205 11308646400 281179 33554432000 4194304 4196468 140736503894000 140375838681568 140377595770581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
[pid=4926/tid=5061] ppid=4922 vsize=11043600 memory=1120608 CPUtime=1.46 cores=1,3,5,7
/proc/4926/task/5061/stat : 5061 (java) S 4922 4926 4869 0 -1 1077944384 2745 13058 0 0 61 77 5 3 20 0 17 0 417330205 11308646400 281179 33554432000 4194304 4196468 140736503894000 140377118133168 140377595771522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140736503896816 140736503899333 140736503899333 140736503902159 0
Current children cumulated CPU time: 2520.19 s
Current children cumulated vsize: 11043600 KiB
Current children cumulated memory: 1124716 KiB

Child status: 143
Real time (s): 2442.75
CPU time (s): 2520.25
CPU user time (s): 2517.08
CPU system time (s): 3.16267
CPU usage (%): 103.172
Max. virtual memory (cumulated for all children) (KiB): 11043600
Max. memory (cumulated for all children) (KiB): 3000812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.08
system time used= 3.16268
maximum resident set size= 3002860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 415497
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 115304
involuntary context switches= 8343


# summary of solver processes directly reported to runsolver:
#   pid: 4926
#   total CPU time (s): 2520.25
#   total CPU user time (s): 2517.08
#   total CPU system time (s): 3.16267

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4538 second user time and 23.4492 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-13 23:41:17
IDJOB=4396034
IDBENCH=138655
IDSOLVER=2846
FILE ID=node149/4396034-1568410915
RUNJOBID= node149-1568410877-4901
PBS_JOBID= 21702195
Free space on /tmp= 61420 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-4396034-1568410915/watcher-4396034-1568410915 -o /tmp/evaluation-result-4396034-1568410915/solver-4396034-1568410915 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568410877-4901 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=655150935 HOME/instance-4396034-1568410915.xml

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

MD5SUM BENCH= 2e1a96a215dbee196ad45178247d22f3
RANDOM SEED=655150935

node149.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.81
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.81
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.81
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.81
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:        30978636 kB
MemAvailable:   31859884 kB
Buffers:          170472 kB
Cached:          1011732 kB
SwapCached:        61328 kB
Active:           540568 kB
Inactive:         701948 kB
Active(anon):      28112 kB
Inactive(anon):    72448 kB
Active(file):     512456 kB
Inactive(file):   629500 kB
Unevictable:      111264 kB
Mlocked:          111264 kB
SwapTotal:      67108860 kB
SwapFree:       66940920 kB
Dirty:             71580 kB
Writeback:             0 kB
AnonPages:        112072 kB
Mapped:            44056 kB
Shmem:             31352 kB
Slab:             139284 kB
SReclaimable:     110256 kB
SUnreclaim:        29028 kB
KernelStack:        3456 kB
PageTables:         5364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     502116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /tmp at the end= 61352 MiB
End job on node149 at 2019-09-14 00:22:00