Trace number 4294172

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.8-SuperNG 2018-06-13? (TO) 2520.1 2481.43

General information on the benchmark

NameLangford/
LangfordBin-12_c18.xml
MD5SUMd44a6c2f310df02cbd65e302b0bb5238
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 benchmark0.018416
Satisfiable
(Un)Satisfiability was proved
Number of variables48
Number of constraints36
Number of domains2
Minimum domain size12
Maximum domain size24
Distribution of domain sizes[{"size":12,"count":24},{"size":24,"count":24}]
Minimum variable degree2
Maximum variable degree24
Distribution of variable degrees[{"degree":2,"count":24},{"degree":24,"count":24}]
Minimum constraint arity2
Maximum constraint arity25
Distribution of constraint arities[{"arity":2,"count":12},{"arity":25,"count":24}]
Number of extensional constraints0
Number of intensional constraints12
Distribution of constraint types[{"type":"intension","count":12},{"type":"element","count":24}]
Optimization problemNO
Type of objective

Solver Data

0.99/0.75	c Concrete v3.8.1528841891564 running
2520.06/2481.41	Exception in thread "main" java.util.concurrent.TimeoutException
2520.06/2481.41		at concrete.MAC.mac(MAC.scala:188)
2520.06/2481.41		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.06/2481.41		at scala.util.Try$.apply(Try.scala:209)
2520.06/2481.41		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.06/2481.41		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.06/2481.41		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.06/2481.41		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.06/2481.41		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.06/2481.41		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.06/2481.41		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.06/2481.41		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.06/2481.41		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.06/2481.41		at concrete.MAC.oneRun(MAC.scala:253)
2520.06/2481.41		at concrete.MAC.nextSolution(MAC.scala:272)
2520.06/2481.41		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.06/2481.41		at concrete.ProblemState.map(ProblemState.scala:221)
2520.06/2481.41		at concrete.ProblemState.map(ProblemState.scala:204)
2520.06/2481.41		at concrete.MAC.nextSolution(MAC.scala:334)
2520.06/2481.41		at concrete.Solver.hasNext(Solver.scala:166)
2520.06/2481.41		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.06/2481.41		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.06/2481.41		at concrete.Solver.toStream(Solver.scala:68)
2520.06/2481.41		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.06/2481.41		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.06/2481.41		at concrete.Solver.toIterable(Solver.scala:68)
2520.06/2481.41		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.06/2481.41		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.06/2481.41		at scala.util.Success.map(Try.scala:209)
2520.06/2481.41		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.06/2481.41		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.06/2481.41		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.06/2481.41		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.06/2481.41		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.06/2481.41		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.06/2481.41		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.06/2481.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.06/2481.41		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.06/2481.41		at scala.collection.immutable.List.foreach(List.scala:389)
2520.06/2481.41		at scala.App.main(App.scala:76)
2520.06/2481.41		at scala.App.main$(App.scala:74)
2520.06/2481.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.06/2481.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2481.41	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (6691 MiB free)
  memory of node 1: 16384 MiB (8243 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294172-1532437984/watcher-4294172-1532437984 -o /tmp/evaluation-result-4294172-1532437984/solver-4294172-1532437984 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532413601-12740 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1690119703 -superng HOME/instance-4294172-1532437984.xml 

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

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

solver pid=17644, runsolver pid=17641

[startup+0.100065 s]*
/proc/loadavg: 1.59 1.44 1.42 3/210 17701
/proc/meminfo: memFree=15289292/32770624 swapFree=67108860/67108860
[pid=17644] ppid=17641 vsize=9972712 memory=16684 CPUtime=0.09 cores=0,2,4,6
/proc/17644/stat : 17644 (java) S 17641 17644 12709 0 -1 1077944320 4328 13269 0 0 1 0 5 3 20 0 6 0 61361598 10212057088 4171 33554432000 4194304 4196468 140726240389456 140726240372000 140539524751095 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
/proc/17644/statm: 2493178 4171 1932 1 0 2481616 0
[pid=17644/tid=17697] ppid=17641 vsize=9972712 memory=5852835224707498397 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17697/stat : 17697 (java) R 17641 17644 12709 0 -1 4202560 2148 13269 0 0 0 0 5 3 20 0 6 0 61361608 10212057088 4171 33554432000 4194304 4196468 140726240389456 140539496587856 140539510433621 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17698] ppid=17641 vsize=9972712 memory=5793855449811863993 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17698/stat : 17698 (java) S 17641 17644 12709 0 -1 1077944384 1 13269 0 0 0 0 5 3 20 0 6 0 61361608 10212057088 4171 33554432000 4194304 4196468 140726240389456 140539528993424 140539524761301 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17699] ppid=17641 vsize=9972712 memory=140198801970816 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17699/stat : 17699 (java) S 17641 17644 12709 0 -1 1077944384 2 13269 0 0 0 0 5 3 20 0 6 0 61361608 10212057088 4171 33554432000 4194304 4196468 140726240389456 140539452152336 140539524761301 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17700] ppid=17641 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17700/stat : 17700 (java) S 17641 17644 12709 0 -1 1077944384 2 13269 0 0 0 0 5 3 20 0 6 0 61361608 10212057088 4171 33554432000 4194304 4196468 140726240389456 140539096439184 140539524761301 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17701] ppid=17641 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17701/stat : 17701 (java) S 17641 17644 12709 0 -1 1077944384 2 13269 0 0 0 0 5 3 20 0 6 0 61361608 10212057088 4171 33554432000 4194304 4196468 140726240389456 140539095386384 140539524761301 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16684 KiB

[startup+0.21082 s]*
/proc/loadavg: 1.59 1.44 1.42 3/219 17710
/proc/meminfo: memFree=15259604/32770624 swapFree=67108860/67108860
[pid=17644] ppid=17641 vsize=10818904 memory=44620 CPUtime=0.26 cores=0,2,4,6
/proc/17644/stat : 17644 (java) S 17641 17644 12709 0 -1 1077944320 7349 13269 0 0 16 2 5 3 20 0 15 0 61361598 11078557696 11155 33554432000 4194304 4196468 140726240389456 140726240372000 140539524751095 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
/proc/17644/statm: 2704726 11155 2968 1 0 2667149 0
[pid=17644/tid=17697] ppid=17641 vsize=10818904 memory=-8540663193526752614 CPUtime=0.19 cores=0,2,4,6
/proc/17644/task/17697/stat : 17697 (java) R 17641 17644 12709 0 -1 4202560 3997 13269 0 0 10 1 5 3 20 0 15 0 61361608 11078557696 11155 33554432000 4194304 4196468 140726240389456 140539496573000 140539506314655 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17698] ppid=17641 vsize=10818904 memory=4211973925006761354 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17698/stat : 17698 (java) S 17641 17644 12709 0 -1 1077944384 1 13269 0 0 0 0 5 3 20 0 15 0 61361608 11078557696 11155 33554432000 4194304 4196468 140726240389456 140539528993424 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17699] ppid=17641 vsize=10818904 memory=140198801970816 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17699/stat : 17699 (java) S 17641 17644 12709 0 -1 1077944384 2 13269 0 0 0 0 5 3 20 0 15 0 61361608 11078557696 11155 33554432000 4194304 4196468 140726240389456 140539452152336 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17700] ppid=17641 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17700/stat : 17700 (java) S 17641 17644 12709 0 -1 1077944384 2 13269 0 0 0 0 5 3 20 0 15 0 61361608 11078557696 11155 33554432000 4194304 4196468 140726240389456 140539096439184 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17701] ppid=17641 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17701/stat : 17701 (java) S 17641 17644 12709 0 -1 1077944384 2 13269 0 0 0 0 5 3 20 0 15 0 61361608 11078557696 11155 33554432000 4194304 4196468 140726240389456 140539095386384 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17702] ppid=17641 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17702/stat : 17702 (java) S 17641 17644 12709 0 -1 1077944384 2 13269 0 0 0 0 5 3 20 0 15 0 61361610 11078557696 11155 33554432000 4194304 4196468 140726240389456 140538796624752 140539524762242 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17703] ppid=17641 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17703/stat : 17703 (java) S 17641 17644 12709 0 -1 1077944384 13 13269 0 0 0 0 5 3 20 0 15 0 61361610 11078557696 11155 33554432000 4194304 4196468 140726240389456 140538711893536 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17704] ppid=17641 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17704/stat : 17704 (java) S 17641 17644 12709 0 -1 1077944384 1 13269 0 0 0 0 5 3 20 0 15 0 61361611 11078557696 11155 33554432000 4194304 4196468 140726240389456 140538577675632 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17705] ppid=17641 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17705/stat : 17705 (java) S 17641 17644 12709 0 -1 1077944384 2 13269 0 0 0 0 5 3 20 0 15 0 61361613 11078557696 11155 33554432000 4194304 4196468 140726240389456 140538443458896 140539524769691 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17706] ppid=17641 vsize=10818904 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/17644/task/17706/stat : 17706 (java) S 17641 17644 12709 0 -1 1077944384 482 13269 0 0 1 0 5 3 20 0 15 0 61361613 11078557696 11155 33554432000 4194304 4196468 140726240389456 140538795571568 140539524762242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17707] ppid=17641 vsize=10818904 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/17644/task/17707/stat : 17707 (java) S 17641 17644 12709 0 -1 1077944384 90 13269 0 0 1 0 5 3 20 0 15 0 61361613 11078557696 11155 33554432000 4194304 4196468 140726240389456 140538794518768 140539524762242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17708] ppid=17641 vsize=10818904 memory=140198801970816 CPUtime=0.11 cores=0,2,4,6
/proc/17644/task/17708/stat : 17708 (java) S 17641 17644 12709 0 -1 1077944384 563 13269 0 0 3 0 5 3 20 0 15 0 61361613 11078557696 11155 33554432000 4194304 4196468 140726240389456 140538793465968 140539524762242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17709] ppid=17641 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17709/stat : 17709 (java) S 17641 17644 12709 0 -1 1077944384 3 13269 0 0 0 0 5 3 20 0 15 0 61361614 11078557696 11155 33554432000 4194304 4196468 140726240389456 140537705261280 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17710] ppid=17641 vsize=10818904 memory=140198801970816 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17710/stat : 17710 (java) S 17641 17644 12709 0 -1 1077944384 1 13269 0 0 0 0 5 3 20 0 15 0 61361614 11078557696 11155 33554432000 4194304 4196468 140726240389456 140538792414384 140539524762242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 44620 KiB

[startup+0.310437 s]*
/proc/loadavg: 1.59 1.44 1.42 3/219 17710
/proc/meminfo: memFree=15247820/32770624 swapFree=67108860/67108860
[pid=17644] ppid=17641 vsize=10819352 memory=56932 CPUtime=0.38 cores=0,2,4,6
/proc/17644/stat : 17644 (java) S 17641 17644 12709 0 -1 1077944320 10246 13269 0 0 27 3 5 3 20 0 15 0 61361598 11079016448 14233 33554432000 4194304 4196468 140726240389456 140726240372000 140539524751095 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
/proc/17644/statm: 2704838 14233 3087 1 0 2667149 0
[pid=17644/tid=17697] ppid=17641 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/17644/task/17697/stat : 17697 (java) R 17641 17644 12709 0 -1 4202560 6962 13269 0 0 19 2 5 3 20 0 15 0 61361608 11079016448 14299 33554432000 4194304 4196468 140726240389456 140539496563104 140539505026816 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17698] ppid=17641 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17698/stat : 17698 (java) S 17641 17644 12709 0 -1 1077944384 1 13269 0 0 0 0 5 3 20 0 15 0 61361608 11079016448 14299 33554432000 4194304 4196468 140726240389456 140539528993424 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17699] ppid=17641 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17699/stat : 17699 (java) S 17641 17644 12709 0 -1 1077944384 2 13269 0 0 0 0 5 3 20 0 15 0 61361608 11079016448 14299 33554432000 4194304 4196468 140726240389456 140539452152336 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17700] ppid=17641 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17700/stat : 17700 (java) S 17641 17644 12709 0 -1 1077944384 2 13269 0 0 0 0 5 3 20 0 15 0 61361608 11079016448 14299 33554432000 4194304 4196468 140726240389456 140539096439184 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17701] ppid=17641 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17701/stat : 17701 (java) S 17641 17644 12709 0 -1 1077944384 2 13269 0 0 0 0 5 3 20 0 15 0 61361608 11079016448 14299 33554432000 4194304 4196468 140726240389456 140539095386384 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17702] ppid=17641 vsize=10819352 memory=140198801970815 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17702/stat : 17702 (java) S 17641 17644 12709 0 -1 1077944384 2 13269 0 0 0 0 5 3 20 0 15 0 61361610 11079016448 14299 33554432000 4194304 4196468 140726240389456 140538796624752 140539524762242 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17703] ppid=17641 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17703/stat : 17703 (java) S 17641 17644 12709 0 -1 1077944384 13 13269 0 0 0 0 5 3 20 0 15 0 61361610 11079016448 14299 33554432000 4194304 4196468 140726240389456 140538711893536 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17704] ppid=17641 vsize=10819352 memory=140198801970816 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17704/stat : 17704 (java) S 17641 17644 12709 0 -1 1077944384 1 13269 0 0 0 0 5 3 20 0 15 0 61361611 11079016448 14299 33554432000 4194304 4196468 140726240389456 140538577675632 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17705] ppid=17641 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17705/stat : 17705 (java) S 17641 17644 12709 0 -1 1077944384 2 13269 0 0 0 0 5 3 20 0 15 0 61361613 11079016448 14299 33554432000 4194304 4196468 140726240389456 140538443458896 140539524769691 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17706] ppid=17641 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/17644/task/17706/stat : 17706 (java) S 17641 17644 12709 0 -1 1077944384 483 13269 0 0 1 0 5 3 20 0 15 0 61361613 11079016448 14365 33554432000 4194304 4196468 140726240389456 140538795571568 140539524762242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17707] ppid=17641 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/17644/task/17707/stat : 17707 (java) S 17641 17644 12709 0 -1 1077944384 90 13269 0 0 1 0 5 3 20 0 15 0 61361613 11079016448 14365 33554432000 4194304 4196468 140726240389456 140538794518768 140539524762242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17708] ppid=17641 vsize=10819352 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/17644/task/17708/stat : 17708 (java) S 17641 17644 12709 0 -1 1077944384 572 13269 0 0 4 0 5 3 20 0 15 0 61361613 11079016448 14365 33554432000 4194304 4196468 140726240389456 140538793465968 140539524762242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17709] ppid=17641 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17709/stat : 17709 (java) S 17641 17644 12709 0 -1 1077944384 3 13269 0 0 0 0 5 3 20 0 15 0 61361614 11079016448 14365 33554432000 4194304 4196468 140726240389456 140537705261280 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17710] ppid=17641 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17710/stat : 17710 (java) S 17641 17644 12709 0 -1 1077944384 1 13269 0 0 0 0 5 3 20 0 15 0 61361614 11079016448 14365 33554432000 4194304 4196468 140726240389456 140538792414384 140539524762242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 56932 KiB

[startup+0.700718 s]
/proc/loadavg: 1.59 1.44 1.42 3/219 17710
/proc/meminfo: memFree=15237152/32770624 swapFree=67108860/67108860
[pid=17644] ppid=17641 vsize=10819352 memory=90552 CPUtime=0.99 cores=0,2,4,6
/proc/17644/stat : 17644 (java) S 17641 17644 12709 0 -1 1077944320 16729 13269 0 0 87 4 5 3 20 0 15 0 61361598 11079016448 22638 33554432000 4194304 4196468 140726240389456 140726240372000 140539524751095 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
/proc/17644/statm: 2704838 22638 3237 1 0 2667149 0
[pid=17644/tid=17697] ppid=17641 vsize=10819352 memory=19112 CPUtime=0.66 cores=0,2,4,6
/proc/17644/task/17697/stat : 17697 (java) R 17641 17644 12709 0 -1 4202560 12279 13269 0 0 56 2 5 3 20 0 15 0 61361608 11079016448 22638 33554432000 4194304 4196468 140726240389456 140539496572816 140539509916759 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17698] ppid=17641 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17698/stat : 17698 (java) S 17641 17644 12709 0 -1 1077944384 1 13269 0 0 0 0 5 3 20 0 15 0 61361608 11079016448 22638 33554432000 4194304 4196468 140726240389456 140539528993424 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17699] ppid=17641 vsize=10819352 memory=288230587427469581 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17699/stat : 17699 (java) S 17641 17644 12709 0 -1 1077944384 2 13269 0 0 0 0 5 3 20 0 15 0 61361608 11079016448 22638 33554432000 4194304 4196468 140726240389456 140539452152336 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17700] ppid=17641 vsize=10819352 memory=15816694631256675 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17700/stat : 17700 (java) S 17641 17644 12709 0 -1 1077944384 2 13269 0 0 0 0 5 3 20 0 15 0 61361608 11079016448 22638 33554432000 4194304 4196468 140726240389456 140539096439184 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17701] ppid=17641 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17701/stat : 17701 (java) S 17641 17644 12709 0 -1 1077944384 2 13269 0 0 0 0 5 3 20 0 15 0 61361608 11079016448 22638 33554432000 4194304 4196468 140726240389456 140539095386384 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17702] ppid=17641 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17702/stat : 17702 (java) S 17641 17644 12709 0 -1 1077944384 5 13269 0 0 0 0 5 3 20 0 15 0 61361610 11079016448 22638 33554432000 4194304 4196468 140726240389456 140538796624752 140539524762242 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17703] ppid=17641 vsize=10819352 memory=140198671589984 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17703/stat : 17703 (java) S 17641 17644 12709 0 -1 1077944384 13 13269 0 0 0 0 5 3 20 0 15 0 61361610 11079016448 22638 33554432000 4194304 4196468 140726240389456 140538711893536 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17704] ppid=17641 vsize=10819352 memory=140200617444464 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17704/stat : 17704 (java) S 17641 17644 12709 0 -1 1077944384 1 13269 0 0 0 0 5 3 20 0 15 0 61361611 11079016448 22638 33554432000 4194304 4196468 140726240389456 140538577675632 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17705] ppid=17641 vsize=10819352 memory=2340 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17705/stat : 17705 (java) S 17641 17644 12709 0 -1 1077944384 2 13269 0 0 0 0 5 3 20 0 15 0 61361613 11079016448 22638 33554432000 4194304 4196468 140726240389456 140538443458896 140539524769691 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17706] ppid=17641 vsize=10819352 memory=6153431502485414241 CPUtime=0.16 cores=0,2,4,6
/proc/17644/task/17706/stat : 17706 (java) S 17641 17644 12709 0 -1 1077944384 843 13269 0 0 8 0 5 3 20 0 15 0 61361613 11079016448 22638 33554432000 4194304 4196468 140726240389456 140538795571568 140539524762242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17707] ppid=17641 vsize=10819352 memory=7881696724453321575 CPUtime=0.17 cores=0,2,4,6
/proc/17644/task/17707/stat : 17707 (java) S 17641 17644 12709 0 -1 1077944384 772 13269 0 0 9 0 5 3 20 0 15 0 61361613 11079016448 22638 33554432000 4194304 4196468 140726240389456 140538794518768 140539524762242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17708] ppid=17641 vsize=10819352 memory=6154538792250073449 CPUtime=0.21 cores=0,2,4,6
/proc/17644/task/17708/stat : 17708 (java) S 17641 17644 12709 0 -1 1077944384 615 13269 0 0 13 0 5 3 20 0 15 0 61361613 11079016448 22638 33554432000 4194304 4196468 140726240389456 140538793465968 140539524762242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17709] ppid=17641 vsize=10819352 memory=8514726395715218844 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17709/stat : 17709 (java) S 17641 17644 12709 0 -1 1077944384 3 13269 0 0 0 0 5 3 20 0 15 0 61361614 11079016448 22638 33554432000 4194304 4196468 140726240389456 140537705261280 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17710] ppid=17641 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17710/stat : 17710 (java) S 17641 17644 12709 0 -1 1077944384 1 13269 0 0 0 0 5 3 20 0 15 0 61361614 11079016448 22638 33554432000 4194304 4196468 140726240389456 140538792414384 140539524762242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 90552 KiB

[startup+1.50083 s]
/proc/loadavg: 1.59 1.44 1.42 3/219 17710
/proc/meminfo: memFree=15193616/32770624 swapFree=67108860/67108860
[pid=17644] ppid=17641 vsize=10834252 memory=181508 CPUtime=2.26 cores=0,2,4,6
/proc/17644/stat : 17644 (java) S 17641 17644 12709 0 -1 1077944320 24067 13269 0 0 209 9 5 3 20 0 15 0 61361598 11094274048 45377 33554432000 4194304 4196468 140726240389456 140726240372000 140539524751095 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
/proc/17644/statm: 2708563 45377 3467 1 0 2670221 0
[pid=17644/tid=17697] ppid=17641 vsize=10834252 memory=7593446531018024020 CPUtime=1.43 cores=0,2,4,6
/proc/17644/task/17697/stat : 17697 (java) R 17641 17644 12709 0 -1 4202560 18051 13269 0 0 130 5 5 3 20 0 15 0 61361608 11094274048 45377 33554432000 4194304 4196468 140726240389456 140539496580768 140539510446064 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17698] ppid=17641 vsize=10834252 memory=7090452959748249199 CPUtime=0.09 cores=0,2,4,6
/proc/17644/task/17698/stat : 17698 (java) S 17641 17644 12709 0 -1 1077944384 252 13269 0 0 1 0 5 3 20 0 15 0 61361608 11094274048 45377 33554432000 4194304 4196468 140726240389456 140539528993424 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17699] ppid=17641 vsize=10834252 memory=7157744196582335845 CPUtime=0.09 cores=0,2,4,6
/proc/17644/task/17699/stat : 17699 (java) S 17641 17644 12709 0 -1 1077944384 24 13269 0 0 1 0 5 3 20 0 15 0 61361608 11094274048 45377 33554432000 4194304 4196468 140726240389456 140539452152336 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17700] ppid=17641 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/17644/task/17700/stat : 17700 (java) S 17641 17644 12709 0 -1 1077944384 57 13269 0 0 1 0 5 3 20 0 15 0 61361608 11094274048 45377 33554432000 4194304 4196468 140726240389456 140539096439184 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17701] ppid=17641 vsize=10834252 memory=216228182424389 CPUtime=0.09 cores=0,2,4,6
/proc/17644/task/17701/stat : 17701 (java) S 17641 17644 12709 0 -1 1077944384 34 13269 0 0 1 0 5 3 20 0 15 0 61361608 11094274048 45377 33554432000 4194304 4196468 140726240389456 140539095386384 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17702] ppid=17641 vsize=10834252 memory=3904963032027245965 CPUtime=0.09 cores=0,2,4,6
/proc/17644/task/17702/stat : 17702 (java) S 17641 17644 12709 0 -1 1077944384 57 13269 0 0 1 0 5 3 20 0 15 0 61361610 11094274048 45377 33554432000 4194304 4196468 140726240389456 140538796624752 140539524762242 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17703] ppid=17641 vsize=10834252 memory=4638778428397932880 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17703/stat : 17703 (java) S 17641 17644 12709 0 -1 1077944384 14 13269 0 0 0 0 5 3 20 0 15 0 61361610 11094274048 45377 33554432000 4194304 4196468 140726240389456 140538711893600 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17704] ppid=17641 vsize=10834252 memory=6935649255776346176 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17704/stat : 17704 (java) S 17641 17644 12709 0 -1 1077944384 1 13269 0 0 0 0 5 3 20 0 15 0 61361611 11094274048 45377 33554432000 4194304 4196468 140726240389456 140538577675632 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17705] ppid=17641 vsize=10834252 memory=280397342572784 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17705/stat : 17705 (java) S 17641 17644 12709 0 -1 1077944384 2 13269 0 0 0 0 5 3 20 0 15 0 61361613 11094274048 45377 33554432000 4194304 4196468 140726240389456 140538443458896 140539524769691 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17706] ppid=17641 vsize=10834252 memory=6935649255759570240 CPUtime=0.27 cores=0,2,4,6
/proc/17644/task/17706/stat : 17706 (java) S 17641 17644 12709 0 -1 1077944384 1043 13269 0 0 19 0 5 3 20 0 15 0 61361613 11094274048 45377 33554432000 4194304 4196468 140726240389456 140538795571568 140539524762242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17707] ppid=17641 vsize=10834252 memory=-6726226680324713058 CPUtime=0.3 cores=0,2,4,6
/proc/17644/task/17707/stat : 17707 (java) S 17641 17644 12709 0 -1 1077944384 1231 13269 0 0 22 0 5 3 20 0 15 0 61361613 11094274048 45377 33554432000 4194304 4196468 140726240389456 140538794518768 140539524762242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17708] ppid=17641 vsize=10834252 memory=6656426216303648864 CPUtime=0.38 cores=0,2,4,6
/proc/17644/task/17708/stat : 17708 (java) S 17641 17644 12709 0 -1 1077944384 1109 13269 0 0 30 0 5 3 20 0 15 0 61361613 11094274048 45377 33554432000 4194304 4196468 140726240389456 140538793465968 140539524762242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17709] ppid=17641 vsize=10834252 memory=6944656592455360604 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17709/stat : 17709 (java) S 17641 17644 12709 0 -1 1077944384 3 13269 0 0 0 0 5 3 20 0 15 0 61361614 11094274048 45377 33554432000 4194304 4196468 140726240389456 140537705261280 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17710] ppid=17641 vsize=10834252 memory=6655300316396806240 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17710/stat : 17710 (java) S 17641 17644 12709 0 -1 1077944384 1 13269 0 0 0 0 5 3 20 0 15 0 61361614 11094274048 45377 33554432000 4194304 4196468 140726240389456 140538792414384 140539524762242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 10834252 KiB

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

/proc/17644/task/17697/stat : 17697 (java) R 17641 17644 12709 0 -1 4202560 81147 13269 0 0 229984 45 5 3 20 0 15 0 61361608 11176083456 227349 33554432000 4194304 4196468 140726240389456 140539496584368 140539139509216 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17698] ppid=17641 vsize=10914144 memory=909396 CPUtime=10.14 cores=0,2,4,6
/proc/17644/task/17698/stat : 17698 (java) S 17641 17644 12709 0 -1 1077944384 10793 13269 0 0 957 49 5 3 20 0 15 0 61361608 11176083456 227349 33554432000 4194304 4196468 140726240389456 140539528993424 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17699] ppid=17641 vsize=10914144 memory=909396 CPUtime=10.17 cores=0,2,4,6
/proc/17644/task/17699/stat : 17699 (java) S 17641 17644 12709 0 -1 1077944384 11374 13269 0 0 956 53 5 3 20 0 15 0 61361608 11176083456 227349 33554432000 4194304 4196468 140726240389456 140539452152336 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17700] ppid=17641 vsize=10914144 memory=909396 CPUtime=10.16 cores=0,2,4,6
/proc/17644/task/17700/stat : 17700 (java) S 17641 17644 12709 0 -1 1077944384 9545 13269 0 0 964 44 5 3 20 0 15 0 61361608 11176083456 227349 33554432000 4194304 4196468 140726240389456 140539096439184 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17701] ppid=17641 vsize=10914144 memory=909396 CPUtime=10.14 cores=0,2,4,6
/proc/17644/task/17701/stat : 17701 (java) S 17641 17644 12709 0 -1 1077944384 12780 13269 0 0 956 50 5 3 20 0 15 0 61361608 11176083456 227349 33554432000 4194304 4196468 140726240389456 140539095386384 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17702] ppid=17641 vsize=10914144 memory=909396 CPUtime=8.84 cores=0,2,4,6
/proc/17644/task/17702/stat : 17702 (java) S 17641 17644 12709 0 -1 1077944384 12086 13269 0 0 833 43 5 3 20 0 15 0 61361610 11176083456 227349 33554432000 4194304 4196468 140726240389456 140538796624752 140539524762242 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17703] ppid=17641 vsize=10914144 memory=909396 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17703/stat : 17703 (java) S 17641 17644 12709 0 -1 1077944384 14 13269 0 0 0 0 5 3 20 0 15 0 61361610 11176083456 227349 33554432000 4194304 4196468 140726240389456 140538711893600 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17704] ppid=17641 vsize=10914144 memory=909280 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17704/stat : 17704 (java) S 17641 17644 12709 0 -1 1077944384 1 13269 0 0 0 0 5 3 20 0 15 0 61361611 11176083456 227349 33554432000 4194304 4196468 140726240389456 140538577675648 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17705] ppid=17641 vsize=10914144 memory=909396 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17705/stat : 17705 (java) S 17641 17644 12709 0 -1 1077944384 2 13269 0 0 0 0 5 3 20 0 15 0 61361613 11176083456 227349 33554432000 4194304 4196468 140726240389456 140538443458896 140539524769691 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17706] ppid=17641 vsize=10914144 memory=3828 CPUtime=3.05 cores=0,2,4,6
/proc/17644/task/17706/stat : 17706 (java) S 17641 17644 12709 0 -1 1077944384 21976 13269 0 0 295 2 5 3 20 0 15 0 61361613 11176083456 227349 33554432000 4194304 4196468 140726240389456 140538795571568 140539524762242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17707] ppid=17641 vsize=10914144 memory=19152 CPUtime=3.6 cores=0,2,4,6
/proc/17644/task/17707/stat : 17707 (java) S 17641 17644 12709 0 -1 1077944384 29687 13269 0 0 348 4 5 3 20 0 15 0 61361613 11176083456 227349 33554432000 4194304 4196468 140726240389456 140538794518768 140539524762242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17708] ppid=17641 vsize=10914144 memory=909396 CPUtime=1.65 cores=0,2,4,6
/proc/17644/task/17708/stat : 17708 (java) S 17641 17644 12709 0 -1 1077944384 25358 13269 0 0 154 3 5 3 20 0 15 0 61361613 11176083456 227349 33554432000 4194304 4196468 140726240389456 140538793465968 140539524762242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17709] ppid=17641 vsize=10914144 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17709/stat : 17709 (java) S 17641 17644 12709 0 -1 1077944384 3 13269 0 0 0 0 5 3 20 0 15 0 61361614 11176083456 227349 33554432000 4194304 4196468 140726240389456 140537705261280 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17710] ppid=17641 vsize=10914144 memory=4132 CPUtime=1.46 cores=0,2,4,6
/proc/17644/task/17710/stat : 17710 (java) S 17641 17644 12709 0 -1 1077944384 1041 13269 0 0 67 71 5 3 20 0 15 0 61361614 11176083456 227349 33554432000 4194304 4196468 140726240389456 140538792414384 140539524762242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
Current children cumulated CPU time: 2358.98 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 909396 KiB

[startup+2382.3 s]
/proc/loadavg: 1.34 1.27 1.33 3/219 17916
/proc/meminfo: memFree=15114620/32770624 swapFree=67108860/67108860
[pid=17644] ppid=17641 vsize=10914144 memory=909484 CPUtime=2419.78 cores=0,2,4,6
/proc/17644/stat : 17644 (java) S 17641 17644 12709 0 -1 1077944320 220008 13269 0 0 241652 318 5 3 20 0 15 0 61361598 11176083456 227371 33554432000 4194304 4196468 140726240389456 140726240372000 140539524751095 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
/proc/17644/statm: 2728536 227371 3519 1 0 2690189 0
[pid=17644/tid=17697] ppid=17641 vsize=10914144 memory=3828 CPUtime=2359.79 cores=0,2,4,6
/proc/17644/task/17697/stat : 17697 (java) R 17641 17644 12709 0 -1 4202560 82031 13269 0 0 235925 46 5 3 20 0 15 0 61361608 11176083456 227371 33554432000 4194304 4196468 140726240389456 140539496584368 140539137164992 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17698] ppid=17641 vsize=10914144 memory=909452 CPUtime=10.43 cores=0,2,4,6
/proc/17644/task/17698/stat : 17698 (java) S 17641 17644 12709 0 -1 1077944384 10897 13269 0 0 984 51 5 3 20 0 15 0 61361608 11176083456 227371 33554432000 4194304 4196468 140726240389456 140539528993424 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17699] ppid=17641 vsize=10914144 memory=909396 CPUtime=10.44 cores=0,2,4,6
/proc/17644/task/17699/stat : 17699 (java) S 17641 17644 12709 0 -1 1077944384 11408 13269 0 0 981 55 5 3 20 0 15 0 61361608 11176083456 227371 33554432000 4194304 4196468 140726240389456 140539452152336 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17700] ppid=17641 vsize=10914144 memory=909452 CPUtime=10.44 cores=0,2,4,6
/proc/17644/task/17700/stat : 17700 (java) S 17641 17644 12709 0 -1 1077944384 9581 13269 0 0 990 46 5 3 20 0 15 0 61361608 11176083456 227371 33554432000 4194304 4196468 140726240389456 140539096439184 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17701] ppid=17641 vsize=10914144 memory=909484 CPUtime=10.41 cores=0,2,4,6
/proc/17644/task/17701/stat : 17701 (java) S 17641 17644 12709 0 -1 1077944384 13071 13269 0 0 982 51 5 3 20 0 15 0 61361608 11176083456 227371 33554432000 4194304 4196468 140726240389456 140539095386384 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17702] ppid=17641 vsize=10914144 memory=909484 CPUtime=9.07 cores=0,2,4,6
/proc/17644/task/17702/stat : 17702 (java) S 17641 17644 12709 0 -1 1077944384 12290 13269 0 0 855 44 5 3 20 0 15 0 61361610 11176083456 227371 33554432000 4194304 4196468 140726240389456 140538796624752 140539524762242 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17703] ppid=17641 vsize=10914144 memory=909484 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17703/stat : 17703 (java) S 17641 17644 12709 0 -1 1077944384 14 13269 0 0 0 0 5 3 20 0 15 0 61361610 11176083456 227371 33554432000 4194304 4196468 140726240389456 140538711893600 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17704] ppid=17641 vsize=10914144 memory=3828 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17704/stat : 17704 (java) S 17641 17644 12709 0 -1 1077944384 1 13269 0 0 0 0 5 3 20 0 15 0 61361611 11176083456 227371 33554432000 4194304 4196468 140726240389456 140538577675648 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17705] ppid=17641 vsize=10914144 memory=909484 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17705/stat : 17705 (java) S 17641 17644 12709 0 -1 1077944384 2 13269 0 0 0 0 5 3 20 0 15 0 61361613 11176083456 227371 33554432000 4194304 4196468 140726240389456 140538443458896 140539524769691 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17706] ppid=17641 vsize=10914144 memory=909484 CPUtime=3.06 cores=0,2,4,6
/proc/17644/task/17706/stat : 17706 (java) S 17641 17644 12709 0 -1 1077944384 22165 13269 0 0 295 3 5 3 20 0 15 0 61361613 11176083456 227371 33554432000 4194304 4196468 140726240389456 140538795571568 140539524762242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17707] ppid=17641 vsize=10914144 memory=6791534058613427641 CPUtime=3.6 cores=0,2,4,6
/proc/17644/task/17707/stat : 17707 (java) S 17641 17644 12709 0 -1 1077944384 29785 13269 0 0 348 4 5 3 20 0 15 0 61361613 11176083456 227371 33554432000 4194304 4196468 140726240389456 140538794518768 140539524762242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17708] ppid=17641 vsize=10914144 memory=12040 CPUtime=1.65 cores=0,2,4,6
/proc/17644/task/17708/stat : 17708 (java) S 17641 17644 12709 0 -1 1077944384 25511 13269 0 0 154 3 5 3 20 0 15 0 61361613 11176083456 227371 33554432000 4194304 4196468 140726240389456 140538793465968 140539524762242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17709] ppid=17641 vsize=10914144 memory=3828 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17709/stat : 17709 (java) S 17641 17644 12709 0 -1 1077944384 3 13269 0 0 0 0 5 3 20 0 15 0 61361614 11176083456 227371 33554432000 4194304 4196468 140726240389456 140537705261280 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17710] ppid=17641 vsize=10914144 memory=19152 CPUtime=1.5 cores=0,2,4,6
/proc/17644/task/17710/stat : 17710 (java) S 17641 17644 12709 0 -1 1077944384 1061 13269 0 0 69 73 5 3 20 0 15 0 61361614 11176083456 227371 33554432000 4194304 4196468 140726240389456 140538792414384 140539524762242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
Current children cumulated CPU time: 2419.78 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 909484 KiB

[startup+2442.3 s]
/proc/loadavg: 1.29 1.27 1.32 3/219 17917
/proc/meminfo: memFree=15114156/32770624 swapFree=67108860/67108860
[pid=17644] ppid=17641 vsize=10914144 memory=909540 CPUtime=2480.48 cores=0,2,4,6
/proc/17644/stat : 17644 (java) S 17641 17644 12709 0 -1 1077944320 220883 13269 0 0 247716 324 5 3 20 0 15 0 61361598 11176083456 227385 33554432000 4194304 4196468 140726240389456 140726240372000 140539524751095 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
/proc/17644/statm: 2728536 227385 3519 1 0 2690189 0
[pid=17644/tid=17697] ppid=17641 vsize=10914144 memory=909540 CPUtime=2419.27 cores=0,2,4,6
/proc/17644/task/17697/stat : 17697 (java) R 17641 17644 12709 0 -1 4202560 82479 13269 0 0 241873 46 5 3 20 0 15 0 61361608 11176083456 227385 33554432000 4194304 4196468 140726240389456 140539496584448 140539139509804 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17698] ppid=17641 vsize=10914144 memory=909484 CPUtime=10.67 cores=0,2,4,6
/proc/17644/task/17698/stat : 17698 (java) S 17641 17644 12709 0 -1 1077944384 10921 13269 0 0 1007 52 5 3 20 0 15 0 61361608 11176083456 227385 33554432000 4194304 4196468 140726240389456 140539528993424 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17699] ppid=17641 vsize=10914144 memory=909540 CPUtime=10.7 cores=0,2,4,6
/proc/17644/task/17699/stat : 17699 (java) S 17641 17644 12709 0 -1 1077944384 11471 13269 0 0 1006 56 5 3 20 0 15 0 61361608 11176083456 227385 33554432000 4194304 4196468 140726240389456 140539452152336 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17700] ppid=17641 vsize=10914144 memory=909540 CPUtime=10.68 cores=0,2,4,6
/proc/17644/task/17700/stat : 17700 (java) S 17641 17644 12709 0 -1 1077944384 9871 13269 0 0 1014 46 5 3 20 0 15 0 61361608 11176083456 227385 33554432000 4194304 4196468 140726240389456 140539096439184 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17701] ppid=17641 vsize=10914144 memory=909540 CPUtime=10.66 cores=0,2,4,6
/proc/17644/task/17701/stat : 17701 (java) S 17641 17644 12709 0 -1 1077944384 13081 13269 0 0 1006 52 5 3 20 0 15 0 61361608 11176083456 227385 33554432000 4194304 4196468 140726240389456 140539095386384 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17702] ppid=17641 vsize=10914144 memory=909540 CPUtime=9.28 cores=0,2,4,6
/proc/17644/task/17702/stat : 17702 (java) S 17641 17644 12709 0 -1 1077944384 12324 13269 0 0 875 45 5 3 20 0 15 0 61361610 11176083456 227385 33554432000 4194304 4196468 140726240389456 140538796624752 140539524762242 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17703] ppid=17641 vsize=10914144 memory=909540 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17703/stat : 17703 (java) S 17641 17644 12709 0 -1 1077944384 14 13269 0 0 0 0 5 3 20 0 15 0 61361610 11176083456 227385 33554432000 4194304 4196468 140726240389456 140538711893600 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17704] ppid=17641 vsize=10914144 memory=909540 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17704/stat : 17704 (java) S 17641 17644 12709 0 -1 1077944384 1 13269 0 0 0 0 5 3 20 0 15 0 61361611 11176083456 227385 33554432000 4194304 4196468 140726240389456 140538577675648 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17705] ppid=17641 vsize=10914144 memory=909540 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17705/stat : 17705 (java) S 17641 17644 12709 0 -1 1077944384 2 13269 0 0 0 0 5 3 20 0 15 0 61361613 11176083456 227385 33554432000 4194304 4196468 140726240389456 140538443458896 140539524769691 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17706] ppid=17641 vsize=10914144 memory=909540 CPUtime=3.06 cores=0,2,4,6
/proc/17644/task/17706/stat : 17706 (java) S 17641 17644 12709 0 -1 1077944384 22165 13269 0 0 295 3 5 3 20 0 15 0 61361613 11176083456 227385 33554432000 4194304 4196468 140726240389456 140538795571568 140539524762242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17707] ppid=17641 vsize=10914144 memory=909540 CPUtime=3.6 cores=0,2,4,6
/proc/17644/task/17707/stat : 17707 (java) S 17641 17644 12709 0 -1 1077944384 29785 13269 0 0 348 4 5 3 20 0 15 0 61361613 11176083456 227385 33554432000 4194304 4196468 140726240389456 140538794518768 140539524762242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17708] ppid=17641 vsize=10914144 memory=1228 CPUtime=1.65 cores=0,2,4,6
/proc/17644/task/17708/stat : 17708 (java) S 17641 17644 12709 0 -1 1077944384 25511 13269 0 0 154 3 5 3 20 0 15 0 61361613 11176083456 227385 33554432000 4194304 4196468 140726240389456 140538793465968 140539524762242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17709] ppid=17641 vsize=10914144 memory=909540 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17709/stat : 17709 (java) S 17641 17644 12709 0 -1 1077944384 3 13269 0 0 0 0 5 3 20 0 15 0 61361614 11176083456 227385 33554432000 4194304 4196468 140726240389456 140537705261280 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17710] ppid=17641 vsize=10914144 memory=909540 CPUtime=1.53 cores=0,2,4,6
/proc/17644/task/17710/stat : 17710 (java) S 17641 17644 12709 0 -1 1077944384 1067 13269 0 0 71 74 5 3 20 0 15 0 61361614 11176083456 227385 33554432000 4194304 4196468 140726240389456 140538792414384 140539524762242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
Current children cumulated CPU time: 2480.48 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 909540 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2481.4 s]
/proc/loadavg: 1.32 1.28 1.32 3/220 17919
/proc/meminfo: memFree=15103664/32770624 swapFree=67108860/67108860
[pid=17644] ppid=17641 vsize=10914144 memory=911592 CPUtime=2520.06 cores=0,2,4,6
/proc/17644/stat : 17644 (java) S 17641 17644 12709 0 -1 1077944320 221449 13269 0 0 251669 329 5 3 20 0 15 0 61361598 11176083456 227898 33554432000 4194304 4196468 140726240389456 140726240372000 140539524751095 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
/proc/17644/statm: 2728536 227898 3519 1 0 2690189 0
[pid=17644/tid=17697] ppid=17641 vsize=10914144 memory=288230596050944315 CPUtime=2458.03 cores=0,2,4,6
/proc/17644/task/17697/stat : 17697 (java) R 17641 17644 12709 0 -1 4202560 82771 13269 0 0 245748 47 5 3 20 0 15 0 61361608 11176083456 227898 33554432000 4194304 4196468 140726240389456 140539496584768 140539135101486 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17698] ppid=17641 vsize=10914144 memory=14134441857518180 CPUtime=10.83 cores=0,2,4,6
/proc/17644/task/17698/stat : 17698 (java) S 17641 17644 12709 0 -1 1077944384 10936 13269 0 0 1023 52 5 3 20 0 15 0 61361608 11176083456 227898 33554432000 4194304 4196468 140726240389456 140539528993424 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17699] ppid=17641 vsize=10914144 memory=18488 CPUtime=10.86 cores=0,2,4,6
/proc/17644/task/17699/stat : 17699 (java) S 17641 17644 12709 0 -1 1077944384 11482 13269 0 0 1022 56 5 3 20 0 15 0 61361608 11176083456 227898 33554432000 4194304 4196468 140726240389456 140539452152336 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17700] ppid=17641 vsize=10914144 memory=1792 CPUtime=10.85 cores=0,2,4,6
/proc/17644/task/17700/stat : 17700 (java) S 17641 17644 12709 0 -1 1077944384 9913 13269 0 0 1030 47 5 3 20 0 15 0 61361608 11176083456 227898 33554432000 4194304 4196468 140726240389456 140539096439184 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17701] ppid=17641 vsize=10914144 memory=1232 CPUtime=10.82 cores=0,2,4,6
/proc/17644/task/17701/stat : 17701 (java) S 17641 17644 12709 0 -1 1077944384 13095 13269 0 0 1021 53 5 3 20 0 15 0 61361608 11176083456 227898 33554432000 4194304 4196468 140726240389456 140539095386384 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17702] ppid=17641 vsize=10914144 memory=644 CPUtime=9.42 cores=0,2,4,6
/proc/17644/task/17702/stat : 17702 (java) S 17641 17644 12709 0 -1 1077944384 12496 13269 0 0 888 46 5 3 20 0 15 0 61361610 11176083456 227898 33554432000 4194304 4196468 140726240389456 140538796624752 140539524762242 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17703] ppid=17641 vsize=10914144 memory=952 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17703/stat : 17703 (java) S 17641 17644 12709 0 -1 1077944384 14 13269 0 0 0 0 5 3 20 0 15 0 61361610 11176083456 227898 33554432000 4194304 4196468 140726240389456 140538711893600 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17704] ppid=17641 vsize=10914144 memory=2340 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17704/stat : 17704 (java) S 17641 17644 12709 0 -1 1077944384 1 13269 0 0 0 0 5 3 20 0 15 0 61361611 11176083456 227898 33554432000 4194304 4196468 140726240389456 140538577675648 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17705] ppid=17641 vsize=10914144 memory=1572 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17705/stat : 17705 (java) S 17641 17644 12709 0 -1 1077944384 2 13269 0 0 0 0 5 3 20 0 15 0 61361613 11176083456 227898 33554432000 4194304 4196468 140726240389456 140538443458896 140539524769691 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17706] ppid=17641 vsize=10914144 memory=928 CPUtime=3.06 cores=0,2,4,6
/proc/17644/task/17706/stat : 17706 (java) S 17641 17644 12709 0 -1 1077944384 22167 13269 0 0 295 3 5 3 20 0 15 0 61361613 11176083456 227898 33554432000 4194304 4196468 140726240389456 140538795571568 140539524762242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17707] ppid=17641 vsize=10914144 memory=2244 CPUtime=3.6 cores=0,2,4,6
/proc/17644/task/17707/stat : 17707 (java) S 17641 17644 12709 0 -1 1077944384 29787 13269 0 0 348 4 5 3 20 0 15 0 61361613 11176083456 227898 33554432000 4194304 4196468 140726240389456 140538794518768 140539524762242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17708] ppid=17641 vsize=10914144 memory=4132 CPUtime=1.65 cores=0,2,4,6
/proc/17644/task/17708/stat : 17708 (java) S 17641 17644 12709 0 -1 1077944384 25513 13269 0 0 154 3 5 3 20 0 15 0 61361613 11176083456 227898 33554432000 4194304 4196468 140726240389456 140538793465968 140539524762242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17709] ppid=17641 vsize=10914144 memory=2196 CPUtime=0.08 cores=0,2,4,6
/proc/17644/task/17709/stat : 17709 (java) S 17641 17644 12709 0 -1 1077944384 3 13269 0 0 0 0 5 3 20 0 15 0 61361614 11176083456 227898 33554432000 4194304 4196468 140726240389456 140537705261280 140539524761301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
[pid=17644/tid=17710] ppid=17641 vsize=10914144 memory=7598824234097836114 CPUtime=1.55 cores=0,2,4,6
/proc/17644/task/17710/stat : 17710 (java) S 17641 17644 12709 0 -1 1077944384 1081 13269 0 0 71 76 5 3 20 0 15 0 61361614 11176083456 227898 33554432000 4194304 4196468 140726240389456 140538792414384 140539524762242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 8048640 140726240397483 140726240400732 140726240400732 140726240403407 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 911592 KiB

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

[startup+2481.43 s]
# the end of solver process 17644 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.76 s, system=3.33574 s

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

Child status: 143
Real time (s): 2481.43
CPU time (s): 2520.1
CPU user time (s): 2516.76
CPU system time (s): 3.33574
CPU usage (%): 101.558
Max. virtual memory (cumulated for all children) (KiB): 10916976
Max. memory (cumulated for all children) (KiB): 911592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.76
system time used= 3.33574
maximum resident set size= 915748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 235847
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 257071
involuntary context switches= 9087


# summary of solver processes directly reported to runsolver:
#   pid: 17644
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2516.76
#   total CPU system time (s): 3.33574

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.5713 second user time and 24.6884 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-24 15:13:04
IDJOB=4294172
IDBENCH=141338
IDSOLVER=2751
FILE ID=node135/4294172-1532437984
RUNJOBID= node135-1532413601-12740
PBS_JOBID= 21021575
Free space on /tmp= 48396 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Langford/LangfordBin-12_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294172-1532437984/watcher-4294172-1532437984 -o /tmp/evaluation-result-4294172-1532437984/solver-4294172-1532437984 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532413601-12740 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1690119703 -superng HOME/instance-4294172-1532437984.xml

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

MD5SUM BENCH= d44a6c2f310df02cbd65e302b0bb5238
RANDOM SEED=1690119703

node135.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.50
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.50
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.50
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.50
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:        15293980 kB
MemAvailable:   30339776 kB
Buffers:          207396 kB
Cached:         14892444 kB
SwapCached:            0 kB
Active:          4001380 kB
Inactive:       12749240 kB
Active(anon):    1600804 kB
Inactive(anon):    69860 kB
Active(file):    2400576 kB
Inactive(file): 12679380 kB
Unevictable:        7240 kB
Mlocked:            7240 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26588 kB
Writeback:             0 kB
AnonPages:       1657852 kB
Mapped:            51464 kB
Shmem:             17056 kB
Slab:             422900 kB
SReclaimable:     394300 kB
SUnreclaim:        28600 kB
KernelStack:        3584 kB
PageTables:         8720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2544968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1423360 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 48368 MiB
End job on node135 at 2018-07-24 15:54:26