Trace number 4396039

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.33 2448.78

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js20/
SuperTaillard-js-20-20.xml
MD5SUMbd4660d9f641dd45473fddd00af9a0d0
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1437.98
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints12940
Number of domains96
Minimum domain size1599
Maximum domain size1697
Distribution of domain sizes[{"size":1599,"count":10},{"size":1600,"count":4},{"size":1601,"count":16},{"size":1602,"count":2},{"size":1603,"count":6},{"size":1604,"count":8},{"size":1605,"count":6},{"size":1606,"count":6},{"size":1607,"count":6},{"size":1608,"count":16},{"size":1609,"count":6},{"size":1610,"count":6},{"size":1611,"count":8},{"size":1612,"count":24},{"size":1613,"count":6},{"size":1614,"count":8},{"size":1616,"count":8},{"size":1617,"count":14},{"size":1618,"count":6},{"size":1619,"count":8},{"size":1620,"count":6},{"size":1621,"count":8},{"size":1622,"count":10},{"size":1623,"count":8},{"size":1624,"count":10},"...",{"size":1672,"count":14}, {"size":1673,"count":4}, {"size":1674,"count":8}, {"size":1675,"count":4}, {"size":1676,"count":6}, {"size":1677,"count":8}, {"size":1678,"count":10}, {"size":1679,"count":8}, {"size":1680,"count":10}, {"size":1681,"count":14}, {"size":1682,"count":10}, {"size":1683,"count":14}, {"size":1684,"count":2}, {"size":1685,"count":10}, {"size":1686,"count":10}, {"size":1687,"count":10}, {"size":1688,"count":2}, {"size":1689,"count":16}, {"size":1690,"count":8}, {"size":1691,"count":8}, {"size":1693,"count":8}, {"size":1694,"count":8}, {"size":1695,"count":14}, {"size":1696,"count":10}, {"size":1697,"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.78/0.55	c Concrete v3.12.2.1568380929293 running
2520.24/2448.75	Exception in thread "main" java.util.concurrent.TimeoutException
2520.24/2448.75		at concrete.MAC.mac(MAC.scala:192)
2520.24/2448.75		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.24/2448.75		at scala.util.Try$.apply(Try.scala:212)
2520.24/2448.75		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.24/2448.75		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.24/2448.75		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.24/2448.75		at concrete.MAC.oneRun(MAC.scala:265)
2520.24/2448.75		at concrete.MAC.nextSolution(MAC.scala:284)
2520.24/2448.75		at concrete.MAC.$anonfun$nextSolution$7(MAC.scala:350)
2520.24/2448.75		at concrete.ProblemState.map(ProblemState.scala:238)
2520.24/2448.75		at concrete.ProblemState.map(ProblemState.scala:212)
2520.24/2448.75		at concrete.MAC.nextSolution(MAC.scala:348)
2520.24/2448.75		at concrete.Solver.hasNext(Solver.scala:160)
2520.24/2448.75		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.24/2448.75		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.24/2448.75		at concrete.Solver.nextOption(Solver.scala:67)
2520.24/2448.75		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.24/2448.75		at scala.util.Success.map(Try.scala:264)
2520.24/2448.75		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.24/2448.75		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.24/2448.75		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.24/2448.75		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.24/2448.75		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.24/2448.75		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.24/2448.75		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.24/2448.75		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.24/2448.75		at scala.App.$anonfun$main$1(App.scala:75)
2520.24/2448.75		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.24/2448.75		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.24/2448.75		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.24/2448.75		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.24/2448.75		at scala.App.main(App.scala:75)
2520.24/2448.75		at scala.App.main$(App.scala:73)
2520.24/2448.75		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.24/2448.75		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.24/2448.76	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-4396039-1568410915/watcher-4396039-1568410915 -o /tmp/evaluation-result-4396039-1568410915/solver-4396039-1568410915 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568410877-4900 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=655150935 HOME/instance-4396039-1568410915.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
solver pid=4930, runsolver pid=4923
Current StackSize limit: 8192 KiB


[startup+0.100099 s]*
/proc/loadavg: 0.69 0.74 1.03 4/210 5043
/proc/meminfo: memFree=30961144/32770624 swapFree=66940920/67108860
[pid=4930] ppid=4923 vsize=9972712 memory=18332 CPUtime=0.09 cores=0,2,4,6
/proc/4930/stat : 4930 (java) S 4923 4930 4869 0 -1 1077944320 4343 13012 0 0 1 0 5 3 20 0 6 0 417330190 10212057088 4583 33554432000 4194304 4196468 140736647624912 140736647607456 140324145172215 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
/proc/4930/statm: 2493178 4583 1931 1 0 2481616 0
[pid=4930/tid=5034] ppid=4923 vsize=9972712 memory=8514701219931451533 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5034/stat : 5034 (java) R 4923 4930 4869 0 -1 4202560 2141 13012 0 0 0 0 5 3 20 0 6 0 417330199 10212057088 4583 33554432000 4194304 4196468 140736647624912 140324117008976 140324145194141 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5037] ppid=4923 vsize=9972712 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5037/stat : 5037 (java) S 4923 4930 4869 0 -1 1077944384 1 13012 0 0 0 0 5 3 20 0 6 0 417330200 10212057088 4583 33554432000 4194304 4196468 140736647624912 140324149414800 140324145182421 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5040] ppid=4923 vsize=9972712 memory=140300806923904 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5040/stat : 5040 (java) S 4923 4930 4869 0 -1 1077944384 1 13012 0 0 0 0 5 3 20 0 6 0 417330200 10212057088 4649 33554432000 4194304 4196468 140736647624912 140324037688080 140324145182421 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5042] ppid=4923 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5042/stat : 5042 (java) S 4923 4930 4869 0 -1 1077944384 1 13012 0 0 0 0 5 3 20 0 6 0 417330200 10212057088 4649 33554432000 4194304 4196468 140736647624912 140324036635792 140324145182421 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5043] ppid=4923 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5043/stat : 5043 (java) S 4923 4930 4869 0 -1 1077944384 2 13012 0 0 0 0 5 3 20 0 6 0 417330200 10212057088 4649 33554432000 4194304 4196468 140736647624912 140324035582992 140324145182421 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18332 KiB

[startup+0.210001 s]*
/proc/loadavg: 0.69 0.74 1.03 5/228 5061
/proc/meminfo: memFree=30920764/32770624 swapFree=66940920/67108860
[pid=4930] ppid=4923 vsize=10819664 memory=37988 CPUtime=0.26 cores=0,2,4,6
/proc/4930/stat : 4930 (java) S 4923 4930 4869 0 -1 1077944320 6907 13012 0 0 17 1 5 3 20 0 15 0 417330190 11079335936 9497 33554432000 4194304 4196468 140736647624912 140736647607456 140324145172215 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
/proc/4930/statm: 2704916 9497 3127 1 0 2667149 0
[pid=4930/tid=5034] ppid=4923 vsize=10819664 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/4930/task/5034/stat : 5034 (java) R 4923 4930 4869 0 -1 4202560 3390 13012 0 0 11 1 5 3 20 0 15 0 417330199 11079335936 9497 33554432000 4194304 4196468 140736647624912 140324117005232 140324131240334 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5037] ppid=4923 vsize=10819664 memory=342 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5037/stat : 5037 (java) S 4923 4930 4869 0 -1 1077944384 1 13012 0 0 0 0 5 3 20 0 15 0 417330200 11079335936 10009 33554432000 4194304 4196468 140736647624912 140324149414800 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5040] ppid=4923 vsize=10819664 memory=140300806931550 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5040/stat : 5040 (java) S 4923 4930 4869 0 -1 1077944384 1 13012 0 0 0 0 5 3 20 0 15 0 417330200 11079335936 10009 33554432000 4194304 4196468 140736647624912 140324037688080 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5042] ppid=4923 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5042/stat : 5042 (java) S 4923 4930 4869 0 -1 1077944384 1 13012 0 0 0 0 5 3 20 0 15 0 417330200 11079335936 10009 33554432000 4194304 4196468 140736647624912 140324036635792 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5043] ppid=4923 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5043/stat : 5043 (java) S 4923 4930 4869 0 -1 1077944384 2 13012 0 0 0 0 5 3 20 0 15 0 417330200 11079335936 10009 33554432000 4194304 4196468 140736647624912 140324035582992 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5045] ppid=4923 vsize=10819664 memory=140300806923904 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5045/stat : 5045 (java) S 4923 4930 4869 0 -1 1077944384 2 13012 0 0 0 0 5 3 20 0 15 0 417330201 11079335936 10009 33554432000 4194304 4196468 140736647624912 140323603806320 140324145183362 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5047] ppid=4923 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5047/stat : 5047 (java) S 4923 4930 4869 0 -1 1077944384 33 13012 0 0 0 0 5 3 20 0 15 0 417330202 11079335936 10009 33554432000 4194304 4196468 140736647624912 140323602752288 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5049] ppid=4923 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5049/stat : 5049 (java) S 4923 4930 4869 0 -1 1077944384 1 13012 0 0 0 0 5 3 20 0 15 0 417330202 11079335936 10009 33554432000 4194304 4196468 140736647624912 140323024004208 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5050] ppid=4923 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5050/stat : 5050 (java) S 4923 4930 4869 0 -1 1077944384 3 13012 0 0 0 0 5 3 20 0 15 0 417330204 11079335936 10009 33554432000 4194304 4196468 140736647624912 140322716604496 140324145190811 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5051] ppid=4923 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/4930/task/5051/stat : 5051 (java) S 4923 4930 4869 0 -1 1077944384 461 13012 0 0 1 0 5 3 20 0 15 0 417330204 11079335936 10009 33554432000 4194304 4196468 140736647624912 140323569195632 140324145183362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5052] ppid=4923 vsize=10819664 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/4930/task/5052/stat : 5052 (java) S 4923 4930 4869 0 -1 1077944384 181 13012 0 0 1 0 5 3 20 0 15 0 417330205 11079335936 10009 33554432000 4194304 4196468 140736647624912 140323568142832 140324145183362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5053] ppid=4923 vsize=10819664 memory=140300806923904 CPUtime=0.11 cores=0,2,4,6
/proc/4930/task/5053/stat : 5053 (java) R 4923 4930 4869 0 -1 4202560 624 13012 0 0 3 0 5 3 20 0 15 0 417330205 11079335936 10009 33554432000 4194304 4196468 140736647624912 140323567090544 140324123664216 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5058] ppid=4923 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5058/stat : 5058 (java) S 4923 4930 4869 0 -1 1077944384 3 13012 0 0 0 0 5 3 20 0 15 0 417330205 11079335936 10009 33554432000 4194304 4196468 140736647624912 140322683046880 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5060] ppid=4923 vsize=10819664 memory=140300806923904 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5060/stat : 5060 (java) S 4923 4930 4869 0 -1 1077944384 1 13012 0 0 0 0 5 3 20 0 15 0 417330205 11079335936 10009 33554432000 4194304 4196468 140736647624912 140323566037424 140324145183362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 37988 KiB

[startup+0.310078 s]*
/proc/loadavg: 0.69 0.74 1.03 5/228 5061
/proc/meminfo: memFree=30894912/32770624 swapFree=66940920/67108860
[pid=4930] ppid=4923 vsize=10820148 memory=50120 CPUtime=0.4 cores=0,2,4,6
/proc/4930/stat : 4930 (java) S 4923 4930 4869 0 -1 1077944320 10346 13012 0 0 29 3 5 3 20 0 15 0 417330190 11079831552 12530 33554432000 4194304 4196468 140736647624912 140736647607456 140324145172215 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
/proc/4930/statm: 2705037 12530 3259 1 0 2667149 0
[pid=4930/tid=5034] ppid=4923 vsize=10820148 memory=8112282956445269571 CPUtime=0.29 cores=0,2,4,6
/proc/4930/task/5034/stat : 5034 (java) R 4923 4930 4869 0 -1 4202560 6807 13012 0 0 19 2 5 3 20 0 15 0 417330199 11079831552 12530 33554432000 4194304 4196468 140736647624912 140324116972128 140324128364949 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5037] ppid=4923 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5037/stat : 5037 (java) S 4923 4930 4869 0 -1 1077944384 1 13012 0 0 0 0 5 3 20 0 15 0 417330200 11079831552 12530 33554432000 4194304 4196468 140736647624912 140324149414800 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5040] ppid=4923 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5040/stat : 5040 (java) S 4923 4930 4869 0 -1 1077944384 1 13012 0 0 0 0 5 3 20 0 15 0 417330200 11079831552 12530 33554432000 4194304 4196468 140736647624912 140324037688080 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5042] ppid=4923 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5042/stat : 5042 (java) S 4923 4930 4869 0 -1 1077944384 1 13012 0 0 0 0 5 3 20 0 15 0 417330200 11079831552 12530 33554432000 4194304 4196468 140736647624912 140324036635792 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5043] ppid=4923 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5043/stat : 5043 (java) S 4923 4930 4869 0 -1 1077944384 2 13012 0 0 0 0 5 3 20 0 15 0 417330200 11079831552 12530 33554432000 4194304 4196468 140736647624912 140324035582992 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5045] ppid=4923 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5045/stat : 5045 (java) S 4923 4930 4869 0 -1 1077944384 2 13012 0 0 0 0 5 3 20 0 15 0 417330201 11079831552 12530 33554432000 4194304 4196468 140736647624912 140323603806320 140324145183362 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5047] ppid=4923 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5047/stat : 5047 (java) S 4923 4930 4869 0 -1 1077944384 33 13012 0 0 0 0 5 3 20 0 15 0 417330202 11079831552 12530 33554432000 4194304 4196468 140736647624912 140323602752288 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5049] ppid=4923 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5049/stat : 5049 (java) S 4923 4930 4869 0 -1 1077944384 1 13012 0 0 0 0 5 3 20 0 15 0 417330202 11079831552 12530 33554432000 4194304 4196468 140736647624912 140323024004208 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5050] ppid=4923 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5050/stat : 5050 (java) S 4923 4930 4869 0 -1 1077944384 3 13012 0 0 0 0 5 3 20 0 15 0 417330204 11079831552 12530 33554432000 4194304 4196468 140736647624912 140322716604496 140324145190811 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5051] ppid=4923 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/4930/task/5051/stat : 5051 (java) S 4923 4930 4869 0 -1 1077944384 462 13012 0 0 1 0 5 3 20 0 15 0 417330204 11079831552 12530 33554432000 4194304 4196468 140736647624912 140323569195632 140324145183362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5052] ppid=4923 vsize=10820148 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/4930/task/5052/stat : 5052 (java) S 4923 4930 4869 0 -1 1077944384 190 13012 0 0 2 0 5 3 20 0 15 0 417330205 11079831552 12530 33554432000 4194304 4196468 140736647624912 140323568142832 140324145183362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5053] ppid=4923 vsize=10820148 memory=140300806923904 CPUtime=0.13 cores=0,2,4,6
/proc/4930/task/5053/stat : 5053 (java) R 4923 4930 4869 0 -1 4202560 633 13012 0 0 5 0 5 3 20 0 15 0 417330205 11079831552 12530 33554432000 4194304 4196468 140736647624912 140323567090544 140324145184150 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5058] ppid=4923 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5058/stat : 5058 (java) S 4923 4930 4869 0 -1 1077944384 3 13012 0 0 0 0 5 3 20 0 15 0 417330205 11079831552 12530 33554432000 4194304 4196468 140736647624912 140322683046880 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5060] ppid=4923 vsize=10820148 memory=140300806923904 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5060/stat : 5060 (java) S 4923 4930 4869 0 -1 1077944384 1 13012 0 0 0 0 5 3 20 0 15 0 417330205 11079831552 12530 33554432000 4194304 4196468 140736647624912 140323566037424 140324145183362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50120 KiB

[startup+0.700637 s]
/proc/loadavg: 0.69 0.74 1.03 6/228 5061
/proc/meminfo: memFree=30869588/32770624 swapFree=66940920/67108860
[pid=4930] ppid=4923 vsize=10824360 memory=82384 CPUtime=1.14 cores=0,2,4,6
/proc/4930/stat : 4930 (java) S 4923 4930 4869 0 -1 1077944320 14341 13012 0 0 101 5 5 3 20 0 15 0 417330190 11084144640 20596 33554432000 4194304 4196468 140736647624912 140736647607456 140324145172215 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
/proc/4930/statm: 2706090 20596 3495 1 0 2668173 0
[pid=4930/tid=5034] ppid=4923 vsize=10824360 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/4930/task/5034/stat : 5034 (java) R 4923 4930 4869 0 -1 4202560 9605 13012 0 0 55 4 5 3 20 0 15 0 417330199 11084144640 20596 33554432000 4194304 4196468 140736647624912 140324116956384 140324129252702 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5037] ppid=4923 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5037/stat : 5037 (java) S 4923 4930 4869 0 -1 1077944384 1 13012 0 0 0 0 5 3 20 0 15 0 417330200 11084144640 20596 33554432000 4194304 4196468 140736647624912 140324149414800 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5040] ppid=4923 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5040/stat : 5040 (java) S 4923 4930 4869 0 -1 1077944384 1 13012 0 0 0 0 5 3 20 0 15 0 417330200 11084144640 20596 33554432000 4194304 4196468 140736647624912 140324037688080 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5042] ppid=4923 vsize=10824360 memory=140300676903696 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5042/stat : 5042 (java) S 4923 4930 4869 0 -1 1077944384 1 13012 0 0 0 0 5 3 20 0 15 0 417330200 11084144640 20596 33554432000 4194304 4196468 140736647624912 140324036635792 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5043] ppid=4923 vsize=10824360 memory=140303696659021 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5043/stat : 5043 (java) S 4923 4930 4869 0 -1 1077944384 2 13012 0 0 0 0 5 3 20 0 15 0 417330200 11084144640 20596 33554432000 4194304 4196468 140736647624912 140324035582992 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5045] ppid=4923 vsize=10824360 memory=624 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5045/stat : 5045 (java) S 4923 4930 4869 0 -1 1077944384 5 13012 0 0 0 0 5 3 20 0 15 0 417330201 11084144640 20596 33554432000 4194304 4196468 140736647624912 140323603806320 140324145183362 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5047] ppid=4923 vsize=10824360 memory=6297835844906604903 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5047/stat : 5047 (java) S 4923 4930 4869 0 -1 1077944384 33 13012 0 0 0 0 5 3 20 0 15 0 417330202 11084144640 20596 33554432000 4194304 4196468 140736647624912 140323602752288 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5049] ppid=4923 vsize=10824360 memory=7380108234216663121 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5049/stat : 5049 (java) S 4923 4930 4869 0 -1 1077944384 1 13012 0 0 0 0 5 3 20 0 15 0 417330202 11084144640 20596 33554432000 4194304 4196468 140736647624912 140323024004208 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5050] ppid=4923 vsize=10824360 memory=14012 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5050/stat : 5050 (java) S 4923 4930 4869 0 -1 1077944384 3 13012 0 0 0 0 5 3 20 0 15 0 417330204 11084144640 20596 33554432000 4194304 4196468 140736647624912 140322716604496 140324145190811 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5051] ppid=4923 vsize=10824360 memory=2112 CPUtime=0.22 cores=0,2,4,6
/proc/4930/task/5051/stat : 5051 (java) S 4923 4930 4869 0 -1 1077944384 986 13012 0 0 14 0 5 3 20 0 15 0 417330204 11084144640 20596 33554432000 4194304 4196468 140736647624912 140323569195632 140324145183362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5052] ppid=4923 vsize=10824360 memory=12040 CPUtime=0.2 cores=0,2,4,6
/proc/4930/task/5052/stat : 5052 (java) R 4923 4930 4869 0 -1 4202560 624 13012 0 0 12 0 5 3 20 0 15 0 417330205 11084144640 20596 33554432000 4194304 4196468 140736647624912 140323568142832 140324124405604 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5053] ppid=4923 vsize=10824360 memory=23748 CPUtime=0.25 cores=0,2,4,6
/proc/4930/task/5053/stat : 5053 (java) S 4923 4930 4869 0 -1 1077944384 868 13012 0 0 17 0 5 3 20 0 15 0 417330205 11084144640 20596 33554432000 4194304 4196468 140736647624912 140323567090544 140324145183362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5058] ppid=4923 vsize=10824360 memory=1556 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5058/stat : 5058 (java) S 4923 4930 4869 0 -1 1077944384 3 13012 0 0 0 0 5 3 20 0 15 0 417330205 11084144640 20596 33554432000 4194304 4196468 140736647624912 140322683046880 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5060] ppid=4923 vsize=10824360 memory=532 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5060/stat : 5060 (java) S 4923 4930 4869 0 -1 1077944384 1 13012 0 0 0 0 5 3 20 0 15 0 417330205 11084144640 20596 33554432000 4194304 4196468 140736647624912 140323566037424 140324145183362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 82384 KiB

[startup+1.50074 s]
/proc/loadavg: 0.69 0.74 1.03 8/228 5061
/proc/meminfo: memFree=30769964/32770624 swapFree=66940920/67108860
[pid=4930] ppid=4923 vsize=10830580 memory=205748 CPUtime=3.42 cores=0,2,4,6
/proc/4930/stat : 4930 (java) S 4923 4930 4869 0 -1 1077944320 26332 13012 0 0 326 8 5 3 20 0 15 0 417330190 11090513920 51437 33554432000 4194304 4196468 140736647624912 140736647607456 140324145172215 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
/proc/4930/statm: 2707645 51437 3555 1 0 2669709 0
[pid=4930/tid=5034] ppid=4923 vsize=10830580 memory=67240 CPUtime=1.47 cores=0,2,4,6
/proc/4930/task/5034/stat : 5034 (java) R 4923 4930 4869 0 -1 4202560 13043 13012 0 0 133 6 5 3 20 0 15 0 417330199 11090513920 51437 33554432000 4194304 4196468 140736647624912 140324116962016 140324145194141 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5037] ppid=4923 vsize=10830580 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5037/stat : 5037 (java) S 4923 4930 4869 0 -1 1077944384 1 13012 0 0 0 0 5 3 20 0 15 0 417330200 11090513920 51437 33554432000 4194304 4196468 140736647624912 140324149414800 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5040] ppid=4923 vsize=10830580 memory=280601353838752 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5040/stat : 5040 (java) S 4923 4930 4869 0 -1 1077944384 1 13012 0 0 0 0 5 3 20 0 15 0 417330200 11090513920 51501 33554432000 4194304 4196468 140736647624912 140324037688080 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5042] ppid=4923 vsize=10830580 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5042/stat : 5042 (java) S 4923 4930 4869 0 -1 1077944384 1 13012 0 0 0 0 5 3 20 0 15 0 417330200 11090513920 51501 33554432000 4194304 4196468 140736647624912 140324036635792 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5043] ppid=4923 vsize=10830580 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5043/stat : 5043 (java) S 4923 4930 4869 0 -1 1077944384 2 13012 0 0 0 0 5 3 20 0 15 0 417330200 11090513920 51501 33554432000 4194304 4196468 140736647624912 140324035582992 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5045] ppid=4923 vsize=10830580 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5045/stat : 5045 (java) S 4923 4930 4869 0 -1 1077944384 13 13012 0 0 0 0 5 3 20 0 15 0 417330201 11090513920 51501 33554432000 4194304 4196468 140736647624912 140323603806320 140324145183362 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5047] ppid=4923 vsize=10830580 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5047/stat : 5047 (java) S 4923 4930 4869 0 -1 1077944384 33 13012 0 0 0 0 5 3 20 0 15 0 417330202 11090513920 51501 33554432000 4194304 4196468 140736647624912 140323602752288 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5049] ppid=4923 vsize=10830580 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5049/stat : 5049 (java) S 4923 4930 4869 0 -1 1077944384 1 13012 0 0 0 0 5 3 20 0 15 0 417330202 11090513920 51501 33554432000 4194304 4196468 140736647624912 140323024004208 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5050] ppid=4923 vsize=10830580 memory=-2245088631185882904 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5050/stat : 5050 (java) S 4923 4930 4869 0 -1 1077944384 3 13012 0 0 0 0 5 3 20 0 15 0 417330204 11090513920 51501 33554432000 4194304 4196468 140736647624912 140322716604496 140324145190811 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5051] ppid=4923 vsize=10830580 memory=0 CPUtime=0.82 cores=0,2,4,6
/proc/4930/task/5051/stat : 5051 (java) S 4923 4930 4869 0 -1 1077944384 4362 13012 0 0 74 0 5 3 20 0 15 0 417330204 11090513920 51501 33554432000 4194304 4196468 140736647624912 140323569195632 140324145183362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5052] ppid=4923 vsize=10830580 memory=0 CPUtime=0.84 cores=0,2,4,6
/proc/4930/task/5052/stat : 5052 (java) S 4923 4930 4869 0 -1 1077944384 4666 13012 0 0 76 0 5 3 20 0 15 0 417330205 11090513920 51501 33554432000 4194304 4196468 140736647624912 140323568142832 140324145183362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5053] ppid=4923 vsize=10830580 memory=8112282956445269571 CPUtime=0.49 cores=0,2,4,6
/proc/4930/task/5053/stat : 5053 (java) S 4923 4930 4869 0 -1 1077944384 1994 13012 0 0 40 1 5 3 20 0 15 0 417330205 11090513920 51501 33554432000 4194304 4196468 140736647624912 140323567090544 140324145183362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5058] ppid=4923 vsize=10830580 memory=4638778398332698720 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5058/stat : 5058 (java) S 4923 4930 4869 0 -1 1077944384 3 13012 0 0 0 0 5 3 20 0 15 0 417330205 11090513920 51501 33554432000 4194304 4196468 140736647624912 140322683046880 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5060] ppid=4923 vsize=10830580 memory=280601354083232 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5060/stat : 5060 (java) S 4923 4930 4869 0 -1 1077944384 1 13012 0 0 0 0 5 3 20 0 15 0 417330205 11090513920 51501 33554432000 4194304 4196468 140736647624912 140323566037424 140324145183362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
Current children cumulated CPU time: 3.42 s
Current children cumulated vsize: 10830580 KiB

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

/proc/4930/task/5034/stat : 5034 (java) R 4923 4930 4869 0 -1 4202560 131519 13012 0 0 242330 58 5 3 20 0 15 0 417330199 11107311616 423253 33554432000 4194304 4196468 140736647624912 140324117006624 140323732561318 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5037] ppid=4923 vsize=10846984 memory=1684800 CPUtime=13.6 cores=0,2,4,6
/proc/4930/task/5037/stat : 5037 (java) S 4923 4930 4869 0 -1 1077944384 24790 13012 0 0 1312 40 5 3 20 0 15 0 417330200 11107311616 423253 33554432000 4194304 4196468 140736647624912 140324149414800 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5040] ppid=4923 vsize=10846984 memory=1684772 CPUtime=13.54 cores=0,2,4,6
/proc/4930/task/5040/stat : 5040 (java) S 4923 4930 4869 0 -1 1077944384 25955 13012 0 0 1303 43 5 3 20 0 15 0 417330200 11107311616 423253 33554432000 4194304 4196468 140736647624912 140324037688080 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5042] ppid=4923 vsize=10846984 memory=1682724 CPUtime=13.6 cores=0,2,4,6
/proc/4930/task/5042/stat : 5042 (java) S 4923 4930 4869 0 -1 1077944384 20576 13012 0 0 1313 39 5 3 20 0 15 0 417330200 11107311616 423253 33554432000 4194304 4196468 140736647624912 140324036635792 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5043] ppid=4923 vsize=10846984 memory=1617092 CPUtime=13.6 cores=0,2,4,6
/proc/4930/task/5043/stat : 5043 (java) S 4923 4930 4869 0 -1 1077944384 18598 13012 0 0 1312 40 5 3 20 0 15 0 417330200 11107311616 423253 33554432000 4194304 4196468 140736647624912 140324035582992 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5045] ppid=4923 vsize=10846984 memory=1676588 CPUtime=3.29 cores=0,2,4,6
/proc/4930/task/5045/stat : 5045 (java) S 4923 4930 4869 0 -1 1077944384 26809 13012 0 0 292 29 5 3 20 0 15 0 417330201 11107311616 423253 33554432000 4194304 4196468 140736647624912 140323603806320 140324145183362 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5047] ppid=4923 vsize=10846984 memory=1674540 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5047/stat : 5047 (java) S 4923 4930 4869 0 -1 1077944384 51 13012 0 0 0 0 5 3 20 0 15 0 417330202 11107311616 423253 33554432000 4194304 4196468 140736647624912 140323602752352 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5049] ppid=4923 vsize=10846984 memory=1639432 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5049/stat : 5049 (java) S 4923 4930 4869 0 -1 1077944384 11 13012 0 0 0 0 5 3 20 0 15 0 417330202 11107311616 423253 33554432000 4194304 4196468 140736647624912 140323024004224 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5050] ppid=4923 vsize=10846984 memory=1651796 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5050/stat : 5050 (java) S 4923 4930 4869 0 -1 1077944384 3 13012 0 0 0 0 5 3 20 0 15 0 417330204 11107311616 423253 33554432000 4194304 4196468 140736647624912 140322716604496 140324145190811 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5051] ppid=4923 vsize=10846984 memory=1674540 CPUtime=14.33 cores=0,2,4,6
/proc/4930/task/5051/stat : 5051 (java) S 4923 4930 4869 0 -1 1077944384 56481 13012 0 0 1417 8 5 3 20 0 15 0 417330204 11107311616 423253 33554432000 4194304 4196468 140736647624912 140323569195632 140324145183362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5052] ppid=4923 vsize=10846984 memory=1693012 CPUtime=14.01 cores=0,2,4,6
/proc/4930/task/5052/stat : 5052 (java) S 4923 4930 4869 0 -1 1077944384 58016 13012 0 0 1387 6 5 3 20 0 15 0 417330205 11107311616 423253 33554432000 4194304 4196468 140736647624912 140323568142832 140324145183362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5053] ppid=4923 vsize=10846984 memory=1684800 CPUtime=3.11 cores=0,2,4,6
/proc/4930/task/5053/stat : 5053 (java) S 4923 4930 4869 0 -1 1077944384 31049 13012 0 0 297 6 5 3 20 0 15 0 417330205 11107311616 423253 33554432000 4194304 4196468 140736647624912 140323567090544 140324145183362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5058] ppid=4923 vsize=10846984 memory=1684772 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5058/stat : 5058 (java) S 4923 4930 4869 0 -1 1077944384 3 13012 0 0 0 0 5 3 20 0 15 0 417330205 11107311616 423253 33554432000 4194304 4196468 140736647624912 140322683046880 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5060] ppid=4923 vsize=10846984 memory=8112282956445269571 CPUtime=1.4 cores=0,2,4,6
/proc/4930/task/5060/stat : 5060 (java) S 4923 4930 4869 0 -1 1077944384 1789 13012 0 0 66 66 5 3 20 0 15 0 417330205 11107311616 423253 33554432000 4194304 4196468 140736647624912 140323566037424 140324145183362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
Current children cumulated CPU time: 2513.81 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 1693012 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2448.5 s]
/proc/loadavg: 1.53 1.58 1.52 5/227 5453
/proc/meminfo: memFree=28959800/32770624 swapFree=66940920/67108860
[pid=4930] ppid=4923 vsize=10846984 memory=1695060 CPUtime=2520.02 cores=0,2,4,6
/proc/4930/stat : 4930 (java) S 4923 4930 4869 0 -1 1077944320 398219 13012 0 0 251679 315 5 3 20 0 15 0 417330190 11107311616 423765 33554432000 4194304 4196468 140736647624912 140736647607456 140324145172215 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
/proc/4930/statm: 2711746 423765 3646 1 0 2673805 0
[pid=4930/tid=5034] ppid=4923 vsize=10846984 memory=1695060 CPUtime=2430.15 cores=0,2,4,6
/proc/4930/task/5034/stat : 5034 (java) R 4923 4930 4869 0 -1 4202560 131872 13012 0 0 242949 58 5 3 20 0 15 0 417330199 11107311616 423765 33554432000 4194304 4196468 140736647624912 140324117007744 140323728056250 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5037] ppid=4923 vsize=10846984 memory=1695060 CPUtime=13.6 cores=0,2,4,6
/proc/4930/task/5037/stat : 5037 (java) S 4923 4930 4869 0 -1 1077944384 24791 13012 0 0 1312 40 5 3 20 0 15 0 417330200 11107311616 423765 33554432000 4194304 4196468 140736647624912 140324149414800 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5040] ppid=4923 vsize=10846984 memory=1674540 CPUtime=13.54 cores=0,2,4,6
/proc/4930/task/5040/stat : 5040 (java) S 4923 4930 4869 0 -1 1077944384 25956 13012 0 0 1303 43 5 3 20 0 15 0 417330200 11107311616 423765 33554432000 4194304 4196468 140736647624912 140324037688080 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5042] ppid=4923 vsize=10846984 memory=1651796 CPUtime=13.6 cores=0,2,4,6
/proc/4930/task/5042/stat : 5042 (java) S 4923 4930 4869 0 -1 1077944384 20577 13012 0 0 1313 39 5 3 20 0 15 0 417330200 11107311616 423765 33554432000 4194304 4196468 140736647624912 140324036635792 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5043] ppid=4923 vsize=10846984 memory=1639432 CPUtime=13.6 cores=0,2,4,6
/proc/4930/task/5043/stat : 5043 (java) S 4923 4930 4869 0 -1 1077944384 18599 13012 0 0 1312 40 5 3 20 0 15 0 417330200 11107311616 423765 33554432000 4194304 4196468 140736647624912 140324035582992 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5045] ppid=4923 vsize=10846984 memory=1674540 CPUtime=3.29 cores=0,2,4,6
/proc/4930/task/5045/stat : 5045 (java) S 4923 4930 4869 0 -1 1077944384 26811 13012 0 0 292 29 5 3 20 0 15 0 417330201 11107311616 423765 33554432000 4194304 4196468 140736647624912 140323603806320 140324145183362 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5047] ppid=4923 vsize=10846984 memory=1676588 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5047/stat : 5047 (java) S 4923 4930 4869 0 -1 1077944384 51 13012 0 0 0 0 5 3 20 0 15 0 417330202 11107311616 423765 33554432000 4194304 4196468 140736647624912 140323602752352 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5049] ppid=4923 vsize=10846984 memory=1617092 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5049/stat : 5049 (java) S 4923 4930 4869 0 -1 1077944384 11 13012 0 0 0 0 5 3 20 0 15 0 417330202 11107311616 423765 33554432000 4194304 4196468 140736647624912 140323024004224 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5050] ppid=4923 vsize=10846984 memory=1682724 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5050/stat : 5050 (java) S 4923 4930 4869 0 -1 1077944384 3 13012 0 0 0 0 5 3 20 0 15 0 417330204 11107311616 423765 33554432000 4194304 4196468 140736647624912 140322716604496 140324145190811 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5051] ppid=4923 vsize=10846984 memory=1695060 CPUtime=14.33 cores=0,2,4,6
/proc/4930/task/5051/stat : 5051 (java) S 4923 4930 4869 0 -1 1077944384 56481 13012 0 0 1417 8 5 3 20 0 15 0 417330204 11107311616 423765 33554432000 4194304 4196468 140736647624912 140323569195632 140324145183362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5052] ppid=4923 vsize=10846984 memory=3620 CPUtime=14.01 cores=0,2,4,6
/proc/4930/task/5052/stat : 5052 (java) S 4923 4930 4869 0 -1 1077944384 58016 13012 0 0 1387 6 5 3 20 0 15 0 417330205 11107311616 423765 33554432000 4194304 4196468 140736647624912 140323568142832 140324145183362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5053] ppid=4923 vsize=10846984 memory=40004 CPUtime=3.11 cores=0,2,4,6
/proc/4930/task/5053/stat : 5053 (java) S 4923 4930 4869 0 -1 1077944384 31049 13012 0 0 297 6 5 3 20 0 15 0 417330205 11107311616 423765 33554432000 4194304 4196468 140736647624912 140323567090544 140324145183362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5058] ppid=4923 vsize=10846984 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5058/stat : 5058 (java) S 4923 4930 4869 0 -1 1077944384 3 13012 0 0 0 0 5 3 20 0 15 0 417330205 11107311616 423765 33554432000 4194304 4196468 140736647624912 140322683046880 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5060] ppid=4923 vsize=10846984 memory=1684772 CPUtime=1.4 cores=0,2,4,6
/proc/4930/task/5060/stat : 5060 (java) S 4923 4930 4869 0 -1 1077944384 1791 13012 0 0 66 66 5 3 20 0 15 0 417330205 11107311616 423765 33554432000 4194304 4196468 140736647624912 140323566037424 140324145183362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 1695060 KiB

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

[startup+2448.78 s]
# the end of solver process 4930 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.13 s, system=3.20632 s

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

[startup+2448.61 s]
/proc/loadavg: 1.53 1.58 1.52 5/227 5453
/proc/meminfo: memFree=28959800/32770624 swapFree=66940920/67108860
[pid=4930] ppid=4923 vsize=11043600 memory=1699248 CPUtime=2520.13 cores=0,2,4,6
/proc/4930/stat : 4930 (java) S 4923 4930 4869 0 -1 1077944320 398363 13012 0 0 251690 315 5 3 20 0 17 0 417330190 11308646400 424812 33554432000 4194304 4196468 140736647624912 140736647607456 140324145172215 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
/proc/4930/statm: 2760900 424812 3647 1 0 2722959 0
[pid=4930/tid=5034] ppid=4923 vsize=11043600 memory=988 CPUtime=2430.26 cores=0,2,4,6
/proc/4930/task/5034/stat : 5034 (java) R 4923 4930 4869 0 -1 4202560 131872 13012 0 0 242960 58 5 3 20 0 17 0 417330199 11308646400 424812 33554432000 4194304 4196468 140736647624912 140324117007744 140323733100379 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5037] ppid=4923 vsize=11043600 memory=1428 CPUtime=13.6 cores=0,2,4,6
/proc/4930/task/5037/stat : 5037 (java) S 4923 4930 4869 0 -1 1077944384 24791 13012 0 0 1312 40 5 3 20 0 17 0 417330200 11308646400 424812 33554432000 4194304 4196468 140736647624912 140324149414800 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5040] ppid=4923 vsize=11043600 memory=1772 CPUtime=13.54 cores=0,2,4,6
/proc/4930/task/5040/stat : 5040 (java) S 4923 4930 4869 0 -1 1077944384 25956 13012 0 0 1303 43 5 3 20 0 17 0 417330200 11308646400 424812 33554432000 4194304 4196468 140736647624912 140324037688080 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5042] ppid=4923 vsize=11043600 memory=1056 CPUtime=13.6 cores=0,2,4,6
/proc/4930/task/5042/stat : 5042 (java) S 4923 4930 4869 0 -1 1077944384 20577 13012 0 0 1313 39 5 3 20 0 17 0 417330200 11308646400 424812 33554432000 4194304 4196468 140736647624912 140324036635792 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5043] ppid=4923 vsize=11043600 memory=1693012 CPUtime=13.6 cores=0,2,4,6
/proc/4930/task/5043/stat : 5043 (java) S 4923 4930 4869 0 -1 1077944384 18599 13012 0 0 1312 40 5 3 20 0 17 0 417330200 11308646400 424812 33554432000 4194304 4196468 140736647624912 140324035582992 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5045] ppid=4923 vsize=11043600 memory=1988 CPUtime=3.29 cores=0,2,4,6
/proc/4930/task/5045/stat : 5045 (java) S 4923 4930 4869 0 -1 1077944384 26811 13012 0 0 292 29 5 3 20 0 17 0 417330201 11308646400 424812 33554432000 4194304 4196468 140736647624912 140323603806320 140324145183362 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5047] ppid=4923 vsize=11043600 memory=988 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5047/stat : 5047 (java) S 4923 4930 4869 0 -1 1077944384 51 13012 0 0 0 0 5 3 20 0 17 0 417330202 11308646400 424812 33554432000 4194304 4196468 140736647624912 140323602752352 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5049] ppid=4923 vsize=11043600 memory=1428 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5049/stat : 5049 (java) S 4923 4930 4869 0 -1 1077944384 11 13012 0 0 0 0 5 3 20 0 17 0 417330202 11308646400 424812 33554432000 4194304 4196468 140736647624912 140323024004224 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5050] ppid=4923 vsize=11043600 memory=1772 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5050/stat : 5050 (java) S 4923 4930 4869 0 -1 1077944384 91 13012 0 0 0 0 5 3 20 0 17 0 417330204 11308646400 424812 33554432000 4194304 4196468 140736647624912 140322716604496 140324145190811 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5051] ppid=4923 vsize=11043600 memory=1056 CPUtime=14.33 cores=0,2,4,6
/proc/4930/task/5051/stat : 5051 (java) S 4923 4930 4869 0 -1 1077944384 56481 13012 0 0 1417 8 5 3 20 0 17 0 417330204 11308646400 424812 33554432000 4194304 4196468 140736647624912 140323569195632 140324145183362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5052] ppid=4923 vsize=11043600 memory=1556 CPUtime=14.01 cores=0,2,4,6
/proc/4930/task/5052/stat : 5052 (java) S 4923 4930 4869 0 -1 1077944384 58016 13012 0 0 1387 6 5 3 20 0 17 0 417330205 11308646400 424812 33554432000 4194304 4196468 140736647624912 140323568142832 140324145183362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5053] ppid=4923 vsize=11043600 memory=11568 CPUtime=3.11 cores=0,2,4,6
/proc/4930/task/5053/stat : 5053 (java) S 4923 4930 4869 0 -1 1077944384 31049 13012 0 0 297 6 5 3 20 0 17 0 417330205 11308646400 424812 33554432000 4194304 4196468 140736647624912 140323567090544 140324145183362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5058] ppid=4923 vsize=11043600 memory=1532 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5058/stat : 5058 (java) S 4923 4930 4869 0 -1 1077944384 3 13012 0 0 0 0 5 3 20 0 17 0 417330205 11308646400 424812 33554432000 4194304 4196468 140736647624912 140322683046880 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5060] ppid=4923 vsize=11043600 memory=1088 CPUtime=1.4 cores=0,2,4,6
/proc/4930/task/5060/stat : 5060 (java) S 4923 4930 4869 0 -1 1077944384 1791 13012 0 0 66 66 5 3 20 0 17 0 417330205 11308646400 424812 33554432000 4194304 4196468 140736647624912 140323566037424 140324145183362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
Current children cumulated CPU time: 2520.13 s
Current children cumulated vsize: 11043600 KiB
Current children cumulated memory: 1699248 KiB

[startup+2448.7 s]
/proc/loadavg: 1.53 1.58 1.52 5/227 5453
/proc/meminfo: memFree=28959800/32770624 swapFree=66940920/67108860
[pid=4930] ppid=4923 vsize=11043600 memory=1709508 CPUtime=2520.24 cores=0,2,4,6
/proc/4930/stat : 4930 (java) S 4923 4930 4869 0 -1 1077944320 398389 13012 0 0 251701 315 5 3 20 0 17 0 417330190 11308646400 427377 33554432000 4194304 4196468 140736647624912 140736647607456 140324145172215 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
/proc/4930/statm: 2760900 427377 3647 1 0 2722959 0
[pid=4930/tid=5034] ppid=4923 vsize=11043600 memory=1682724 CPUtime=2430.35 cores=0,2,4,6
/proc/4930/task/5034/stat : 5034 (java) R 4923 4930 4869 0 -1 4202560 131878 13012 0 0 242969 58 5 3 20 0 17 0 417330199 11308646400 427377 33554432000 4194304 4196468 140736647624912 140324117007200 140323732560591 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5037] ppid=4923 vsize=11043600 memory=1617092 CPUtime=13.6 cores=0,2,4,6
/proc/4930/task/5037/stat : 5037 (java) S 4923 4930 4869 0 -1 1077944384 24792 13012 0 0 1312 40 5 3 20 0 17 0 417330200 11308646400 427377 33554432000 4194304 4196468 140736647624912 140324149414800 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5040] ppid=4923 vsize=11043600 memory=1676588 CPUtime=13.55 cores=0,2,4,6
/proc/4930/task/5040/stat : 5040 (java) S 4923 4930 4869 0 -1 1077944384 25963 13012 0 0 1304 43 5 3 20 0 17 0 417330200 11308646400 427377 33554432000 4194304 4196468 140736647624912 140324037688080 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5042] ppid=4923 vsize=11043600 memory=1674540 CPUtime=13.6 cores=0,2,4,6
/proc/4930/task/5042/stat : 5042 (java) S 4923 4930 4869 0 -1 1077944384 20581 13012 0 0 1313 39 5 3 20 0 17 0 417330200 11308646400 427377 33554432000 4194304 4196468 140736647624912 140324036635792 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5043] ppid=4923 vsize=11043600 memory=1639432 CPUtime=13.61 cores=0,2,4,6
/proc/4930/task/5043/stat : 5043 (java) S 4923 4930 4869 0 -1 1077944384 18600 13012 0 0 1313 40 5 3 20 0 17 0 417330200 11308646400 427377 33554432000 4194304 4196468 140736647624912 140324035582992 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5045] ppid=4923 vsize=11043600 memory=1651796 CPUtime=3.29 cores=0,2,4,6
/proc/4930/task/5045/stat : 5045 (java) S 4923 4930 4869 0 -1 1077944384 26817 13012 0 0 292 29 5 3 20 0 17 0 417330201 11308646400 427377 33554432000 4194304 4196468 140736647624912 140323603806320 140324145183362 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5047] ppid=4923 vsize=11043600 memory=1674540 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5047/stat : 5047 (java) S 4923 4930 4869 0 -1 1077944384 51 13012 0 0 0 0 5 3 20 0 17 0 417330202 11308646400 427377 33554432000 4194304 4196468 140736647624912 140323602752352 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5049] ppid=4923 vsize=11043600 memory=1695060 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5049/stat : 5049 (java) S 4923 4930 4869 0 -1 1077944384 11 13012 0 0 0 0 5 3 20 0 17 0 417330202 11308646400 427377 33554432000 4194304 4196468 140736647624912 140323024004224 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5050] ppid=4923 vsize=11043600 memory=1695060 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5050/stat : 5050 (java) S 4923 4930 4869 0 -1 1077944384 91 13012 0 0 0 0 5 3 20 0 17 0 417330204 11308646400 427377 33554432000 4194304 4196468 140736647624912 140322716604496 140324145190811 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5051] ppid=4923 vsize=11043600 memory=1695060 CPUtime=14.33 cores=0,2,4,6
/proc/4930/task/5051/stat : 5051 (java) S 4923 4930 4869 0 -1 1077944384 56481 13012 0 0 1417 8 5 3 20 0 17 0 417330204 11308646400 427377 33554432000 4194304 4196468 140736647624912 140323569195632 140324145183362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5052] ppid=4923 vsize=11043600 memory=8112282956445269571 CPUtime=14.01 cores=0,2,4,6
/proc/4930/task/5052/stat : 5052 (java) S 4923 4930 4869 0 -1 1077944384 58016 13012 0 0 1387 6 5 3 20 0 17 0 417330205 11308646400 427377 33554432000 4194304 4196468 140736647624912 140323568142832 140324145183362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5053] ppid=4923 vsize=11043600 memory=1684772 CPUtime=3.11 cores=0,2,4,6
/proc/4930/task/5053/stat : 5053 (java) S 4923 4930 4869 0 -1 1077944384 31049 13012 0 0 297 6 5 3 20 0 17 0 417330205 11308646400 427377 33554432000 4194304 4196468 140736647624912 140323567090544 140324145183362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5058] ppid=4923 vsize=11043600 memory=3620 CPUtime=0.08 cores=0,2,4,6
/proc/4930/task/5058/stat : 5058 (java) S 4923 4930 4869 0 -1 1077944384 3 13012 0 0 0 0 5 3 20 0 17 0 417330205 11308646400 427377 33554432000 4194304 4196468 140736647624912 140322683046880 140324145182421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
[pid=4930/tid=5060] ppid=4923 vsize=11043600 memory=40004 CPUtime=1.4 cores=0,2,4,6
/proc/4930/task/5060/stat : 5060 (java) S 4923 4930 4869 0 -1 1077944384 1791 13012 0 0 66 66 5 3 20 0 17 0 417330205 11308646400 427377 33554432000 4194304 4196468 140736647624912 140323566037424 140324145183362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 10465280 140736647629552 140736647632069 140736647632069 140736647634895 0
Current children cumulated CPU time: 2520.24 s
Current children cumulated vsize: 11043600 KiB
Current children cumulated memory: 1709508 KiB

Child status: 143
Real time (s): 2448.78
CPU time (s): 2520.33
CPU user time (s): 2517.13
CPU system time (s): 3.20632
CPU usage (%): 102.922
Max. virtual memory (cumulated for all children) (KiB): 11043600
Max. memory (cumulated for all children) (KiB): 2985484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.13
system time used= 3.20632
maximum resident set size= 2986088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 412107
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 119865
involuntary context switches= 4101


# summary of solver processes directly reported to runsolver:
#   pid: 4930
#   total CPU time (s): 2520.33
#   total CPU user time (s): 2517.13
#   total CPU system time (s): 3.20632

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.527 second user time and 20.5499 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-13 23:41:17
IDJOB=4396039
IDBENCH=138647
IDSOLVER=2846
FILE ID=node149/4396039-1568410915
RUNJOBID= node149-1568410877-4900
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-20.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396039-1568410915/watcher-4396039-1568410915 -o /tmp/evaluation-result-4396039-1568410915/solver-4396039-1568410915 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568410877-4900 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=655150935 HOME/instance-4396039-1568410915.xml

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

MD5SUM BENCH= bd4660d9f641dd45473fddd00af9a0d0
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:   31860080 kB
Buffers:          170472 kB
Cached:          1011732 kB
SwapCached:        61328 kB
Active:           541740 kB
Inactive:         700972 kB
Active(anon):      28112 kB
Inactive(anon):    72448 kB
Active(file):     513628 kB
Inactive(file):   628524 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:     503560 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:06