Trace number 4259415

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.4? (TO) 253.97301 214.007

General information on the benchmark

NameBinPacking/BinPacking-tab-sw120/
BinPacking-tab-sw120-50.xml
MD5SUM53b1156e30bb035a294b23873bcaa6f4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark251.92101
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size47
Distribution of domain sizes[{"size":23,"count":1},{"size":47,"count":132}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":110},{"degree":4,"count":22}]
Minimum constraint arity6
Maximum constraint arity132
Distribution of constraint arities[{"arity":6,"count":22},{"arity":23,"count":1},{"arity":132,"count":2}]
Number of extensional constraints22
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":22},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

3.39/2.25	c Concrete v3.4 running
253.74/213.95	java.util.concurrent.TimeoutException
253.74/213.95		at concrete.MAC.mac(MAC.scala:74)
253.74/213.95		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
253.74/213.95		at scala.util.Try$.apply(Try.scala:209)
253.74/213.95		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
253.74/213.95		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
253.74/213.95		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
253.74/213.95		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
253.74/213.95		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
253.74/213.95		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
253.74/213.95		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
253.74/213.95		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
253.74/213.95		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
253.74/213.95		at concrete.MAC.oneRun(MAC.scala:146)
253.74/213.95		at concrete.MAC.nextSolution(MAC.scala:166)
253.74/213.95		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
253.74/213.95		at concrete.ProblemState.map(ProblemState.scala:203)
253.74/213.95		at concrete.ProblemState.map(ProblemState.scala:188)
253.74/213.95		at concrete.MAC.nextSolution(MAC.scala:195)
253.74/213.95		at concrete.Solver.hasNext(Solver.scala:202)
253.74/213.95		at scala.collection.Iterator.toStream(Iterator.scala:1403)
253.74/213.95		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
253.74/213.95		at concrete.Solver.toStream(Solver.scala:73)
253.74/213.95		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
253.74/213.96		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
253.74/213.96		at concrete.Solver.toIterable(Solver.scala:73)
253.74/213.96		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
253.74/213.96		at scala.util.Success.$anonfun$map$1(Try.scala:251)
253.74/213.96		at scala.util.Success.map(Try.scala:209)
253.74/213.96		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
253.74/213.96		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
253.74/213.96		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
253.74/213.96		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
253.74/213.96		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
253.74/213.96		at scala.Function0.apply$mcV$sp(Function0.scala:34)
253.74/213.96		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
253.74/213.96		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
253.74/213.96		at scala.App.$anonfun$main$1$adapted(App.scala:76)
253.74/213.96		at scala.collection.immutable.List.foreach(List.scala:389)
253.74/213.96		at scala.App.main(App.scala:76)
253.74/213.96		at scala.App.main$(App.scala:74)
253.74/213.96		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
253.74/213.96		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
253.74/213.96	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 (10799 MiB free)
  memory of node 1: 16384 MiB (15352 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4259415-1502649674/watcher-4259415-1502649674 -o /tmp/evaluation-result-4259415-1502649674/solver-4259415-1502649674 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502641620-25474 --watchdog 312 bin/concrete HOME/instance-4259415-1502649674.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=1833, runsolver pid=1830

[startup+0.100086 s]*
/proc/loadavg: 1.79 1.84 1.93 3/208 1870
/proc/meminfo: memFree=26769756/32770624 swapFree=67108860/67108860
[pid=1833] ppid=1830 vsize=9636 memory=1512 CPUtime=0.01 cores=1,3,5,7
/proc/1833/stat : 1833 (bash) S 1830 1833 8289 0 -1 4202496 900 6472 0 0 0 0 0 1 20 0 1 0 112782702 9867264 378 18446744073709551615 4194304 5098028 140731509282480 140731509276488 140090652716032 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 6 0 0 7196144 7232144 33845248 140731509285364 140731509285449 140731509285449 140731509288938 0
/proc/1833/statm: 2409 378 297 221 0 118 0
[pid=1863] ppid=1833 vsize=9636 memory=708 CPUtime=0 cores=1,3,5,7
/proc/1863/stat : 1863 (bash) S 1833 1833 8289 0 -1 4202560 157 0 0 0 0 0 0 0 20 0 1 0 112782711 9867264 177 18446744073709551615 4194304 5098028 140731509282480 140731509275160 140090652541564 0 65536 1 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 33845248 140731509285364 140731509285449 140731509285449 140731509288938 0
/proc/1863/statm: 2409 177 96 221 0 118 0
[pid=1864] ppid=1863 vsize=10019364 memory=18044 CPUtime=0.01 cores=1,3,5,7
/proc/1864/stat : 1864 (java) S 1863 1833 8289 0 -1 1077944320 3815 0 0 0 1 0 0 0 20 0 7 0 112782711 10259828736 4511 18446744073709551615 4194304 4196468 140735349743536 140735349726080 139822862495479 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34910208 140735349748312 140735349748326 140735349748326 140735349751759 0
/proc/1864/statm: 2504841 4511 2043 1 0 2494338 0
[pid=1864/tid=1866] ppid=1863 vsize=10085928 memory=8508281356422188197 CPUtime=0.01 cores=1,3,5,7
/proc/1864/task/1866/stat : 1866 (java) R 1863 1833 8289 0 -1 4202560 2580 0 0 0 1 0 0 0 20 0 8 0 112782711 10327990272 4577 18446744073709551615 4194304 4196468 140735349743536 139822866728616 139822846575966 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34910208 140735349748312 140735349748326 140735349748326 140735349751759 0
[pid=1864/tid=1867] ppid=1863 vsize=10085928 memory=4122819170707441977 CPUtime=0 cores=1,3,5,7
/proc/1864/task/1867/stat : 1867 (java) S 1863 1833 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 112782711 10327990272 4577 18446744073709551615 4194304 4196468 140735349743536 139822803532944 139822862505685 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34910208 140735349748312 140735349748326 140735349748326 140735349751759 0
[pid=1864/tid=1868] ppid=1863 vsize=10085928 memory=139760388249216 CPUtime=0 cores=1,3,5,7
/proc/1864/task/1868/stat : 1868 (java) S 1863 1833 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 112782711 10327990272 4577 18446744073709551615 4194304 4196468 140735349743536 139822802480144 139822862505685 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34910208 140735349748312 140735349748326 140735349748326 140735349751759 0
[pid=1864/tid=1869] ppid=1863 vsize=10085928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1864/task/1869/stat : 1869 (java) S 1863 1833 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 112782712 10327990272 4577 18446744073709551615 4194304 4196468 140735349743536 139822801427344 139822862505685 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34910208 140735349748312 140735349748326 140735349748326 140735349751759 0
[pid=1864/tid=1870] ppid=1863 vsize=10085928 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1864/task/1870/stat : 1870 (java) S 1863 1833 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 112782712 10327990272 4577 18446744073709551615 4194304 4196468 140735349743536 139822800374544 139822862505685 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34910208 140735349748312 140735349748326 140735349748326 140735349751759 0
[pid=1864/tid=1871] ppid=1863 vsize=10085928 memory=139760388249216 CPUtime=0 cores=1,3,5,7
/proc/1864/task/1871/stat : 1871 (java) S 1863 1833 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 112782713 10327990272 4577 18446744073709551615 4194304 4196468 140735349743536 139822358092144 139822862506626 0 0 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34910208 140735349748312 140735349748326 140735349748326 140735349751759 0
[pid=1864/tid=1872] ppid=1863 vsize=10085928 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1864/task/1872/stat : 1872 (java) S 1863 1833 8289 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 8 0 112782713 10327990272 4577 18446744073709551615 4194304 4196468 140735349743536 139822357037008 139822862505685 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34910208 140735349748312 140735349748326 140735349748326 140735349751759 0
[pid=1865] ppid=1863 vsize=9872 memory=972 CPUtime=0 cores=1,3,5,7
/proc/1865/stat : 1865 (awk) S 1863 1833 8289 0 -1 4202496 392 0 0 0 0 0 0 0 20 0 1 0 112782711 10108928 243 18446744073709551615 4194304 4609284 140720336098464 140720336097640 139754146864128 0 0 1 1216 18446744071580971376 0 0 17 5 0 0 0 0 0 6708720 6711756 13623296 140720336102016 140720336102046 140720336102046 140720336105451 0
/proc/1865/statm: 2468 243 202 102 0 88 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 10048508 KiB
Current children cumulated memory: 21236 KiB

[startup+0.210424 s]*
/proc/loadavg: 1.79 1.84 1.93 2/216 1878
/proc/meminfo: memFree=26765272/32770624 swapFree=67108860/67108860
[pid=1833] ppid=1830 vsize=9636 memory=1512 CPUtime=0.01 cores=1,3,5,7
/proc/1833/stat : 1833 (bash) S 1830 1833 8289 0 -1 4202496 900 6472 0 0 0 0 0 1 20 0 1 0 112782702 9867264 378 18446744073709551615 4194304 5098028 140731509282480 140731509276488 140090652716032 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 6 0 0 7196144 7232144 33845248 140731509285364 140731509285449 140731509285449 140731509288938 0
/proc/1833/statm: 2409 378 297 221 0 118 0
[pid=1863] ppid=1833 vsize=9636 memory=708 CPUtime=0 cores=1,3,5,7
/proc/1863/stat : 1863 (bash) S 1833 1833 8289 0 -1 4202560 157 0 0 0 0 0 0 0 20 0 1 0 112782711 9867264 177 18446744073709551615 4194304 5098028 140731509282480 140731509275160 140090652541564 0 65536 1 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 33845248 140731509285364 140731509285449 140731509285449 140731509288938 0
/proc/1863/statm: 2409 177 96 221 0 118 0
[pid=1864] ppid=1863 vsize=10485312 memory=23524 CPUtime=0.05 cores=1,3,5,7
/proc/1864/stat : 1864 (java) S 1863 1833 8289 0 -1 1077944320 4839 0 0 0 4 1 0 0 20 0 14 0 112782711 10736959488 5881 18446744073709551615 4194304 4196468 140735349743536 140735349726080 139822862495479 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34910208 140735349748312 140735349748326 140735349748326 140735349751759 0
/proc/1864/statm: 2621328 5881 2562 1 0 2610825 0
[pid=1864/tid=1866] ppid=1863 vsize=10485312 memory=8508281356422188197 CPUtime=0.04 cores=1,3,5,7
/proc/1864/task/1866/stat : 1866 (java) R 1863 1833 8289 0 -1 1077944384 2967 0 0 0 4 0 0 0 20 0 14 0 112782711 10736959488 5881 18446744073709551615 4194304 4196468 140735349743536 139822866732960 139822862517501 0 4 1 16800974 18446744072101785124 0 0 -1 5 0 0 8 0 0 6293624 6294260 34910208 140735349748312 140735349748326 140735349748326 140735349751759 0
[pid=1864/tid=1867] ppid=1863 vsize=10485312 memory=4122819170707441977 CPUtime=0 cores=1,3,5,7
/proc/1864/task/1867/stat : 1867 (java) S 1863 1833 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 112782711 10736959488 5881 18446744073709551615 4194304 4196468 140735349743536 139822803532944 139822862505685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34910208 140735349748312 140735349748326 140735349748326 140735349751759 0
[pid=1864/tid=1868] ppid=1863 vsize=10486340 memory=139760388249216 CPUtime=0 cores=1,3,5,7
/proc/1864/task/1868/stat : 1868 (java) S 1863 1833 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 112782711 10738012160 5881 18446744073709551615 4194304 4196468 140735349743536 139822802480144 139822862505685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34910208 140735349748312 140735349748326 140735349748326 140735349751759 0
[pid=1864/tid=1869] ppid=1863 vsize=10486340 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1864/task/1869/stat : 1869 (java) S 1863 1833 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112782712 10738012160 5881 18446744073709551615 4194304 4196468 140735349743536 139822801427344 139822862505685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34910208 140735349748312 140735349748326 140735349748326 140735349751759 0
[pid=1864/tid=1870] ppid=1863 vsize=10486340 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1864/task/1870/stat : 1870 (java) S 1863 1833 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112782712 10738012160 5881 18446744073709551615 4194304 4196468 140735349743536 139822800374544 139822862505685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34910208 140735349748312 140735349748326 140735349748326 140735349751759 0
[pid=1864/tid=1871] ppid=1863 vsize=10486340 memory=139760388249216 CPUtime=0 cores=1,3,5,7
/proc/1864/task/1871/stat : 1871 (java) S 1863 1833 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112782713 10738012160 5881 18446744073709551615 4194304 4196468 140735349743536 139822358092144 139822862506626 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34910208 140735349748312 140735349748326 140735349748326 140735349751759 0
[pid=1864/tid=1872] ppid=1863 vsize=10486340 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1864/task/1872/stat : 1872 (java) S 1863 1833 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 112782713 10738012160 5881 18446744073709551615 4194304 4196468 140735349743536 139822357038112 139822862505685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34910208 140735349748312 140735349748326 140735349748326 140735349751759 0
[pid=1864/tid=1873] ppid=1863 vsize=10486340 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1864/task/1873/stat : 1873 (java) S 1863 1833 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 112782714 10738012160 5881 18446744073709551615 4194304 4196468 140735349743536 139822355985264 139822862505685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34910208 140735349748312 140735349748326 140735349748326 140735349751759 0
[pid=1864/tid=1874] ppid=1863 vsize=10551876 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1864/task/1874/stat : 1874 (java) S 1863 1833 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112782716 10805121024 5881 18446744073709551615 4194304 4196468 140735349743536 139822354933584 139822862514075 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34910208 140735349748312 140735349748326 140735349748326 140735349751759 0
[pid=1864/tid=1875] ppid=1863 vsize=10551876 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1864/task/1875/stat : 1875 (java) S 1863 1833 8289 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 112782716 10805121024 5881 18446744073709551615 4194304 4196468 140735349743536 139822353881968 139822862506626 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34910208 140735349748312 140735349748326 140735349748326 140735349751759 0
[pid=1864/tid=1876] ppid=1863 vsize=10551876 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1864/task/1876/stat : 1876 (java) S 1863 1833 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112782716 10805121024 5881 18446744073709551615 4194304 4196468 140735349743536 139822352829168 139822862506626 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34910208 140735349748312 140735349748326 140735349748326 140735349751759 0
[pid=1864/tid=1877] ppid=1863 vsize=10551876 memory=139760388249216 CPUtime=0 cores=1,3,5,7
/proc/1864/task/1877/stat : 1877 (java) S 1863 1833 8289 0 -1 1077944384 221 0 0 0 0 0 0 0 20 0 15 0 112782716 10805121024 5881 18446744073709551615 4194304 4196468 140735349743536 139822351776368 139822862506626 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34910208 140735349748312 140735349748326 140735349748326 140735349751759 0
[pid=1864/tid=1878] ppid=1863 vsize=10551876 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1864/task/1878/stat : 1878 (java) S 1863 1833 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112782716 10805121024 5881 18446744073709551615 4194304 4196468 140735349743536 139822350723808 139822862505685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34910208 140735349748312 140735349748326 140735349748326 140735349751759 0
[pid=1864/tid=1879] ppid=1863 vsize=10551876 memory=139760388249216 CPUtime=0 cores=1,3,5,7
/proc/1864/task/1879/stat : 1879 (java) S 1863 1833 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112782724 10805121024 5881 18446744073709551615 4194304 4196468 140735349743536 139822349671088 139822862506626 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34910208 140735349748312 140735349748326 140735349748326 140735349751759 0
[pid=1865] ppid=1863 vsize=9872 memory=972 CPUtime=0 cores=1,3,5,7
/proc/1865/stat : 1865 (awk) S 1863 1833 8289 0 -1 4202496 392 0 0 0 0 0 0 0 20 0 1 0 112782711 10108928 243 18446744073709551615 4194304 4609284 140720336098464 140720336097640 139754146864128 0 0 1 1216 18446744071580971376 0 0 17 5 0 0 0 0 0 6708720 6711756 13623296 140720336102016 140720336102046 140720336102046 140720336105451 0
/proc/1865/statm: 2468 243 202 102 0 88 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10514456 KiB
Current children cumulated memory: 26716 KiB

[startup+0.310469 s]*
/proc/loadavg: 1.79 1.84 1.93 2/213 1895
/proc/meminfo: memFree=26768728/32770624 swapFree=67108860/67108860
[pid=1833] ppid=1830 vsize=13907308 memory=20740 CPUtime=0.14 cores=1,3,5,7
/proc/1833/stat : 1833 (java) S 1830 1833 8289 0 -1 1077944320 5514 12664 0 0 5 1 5 3 20 0 14 0 112782702 14241083392 5185 18446744073709551615 4194304 4196468 140732348534272 140732348516816 140651562282743 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
/proc/1833/statm: 3476827 5185 2566 1 0 3466324 0
[pid=1833/tid=1883] ppid=1830 vsize=13907308 memory=4278483708103473607 CPUtime=0.12 cores=1,3,5,7
/proc/1833/task/1883/stat : 1883 (java) D 1830 1833 8289 0 -1 4202560 2766 12664 0 0 4 0 5 3 20 0 14 0 112782725 14241083392 5185 18446744073709551615 4194304 4196468 140732348534272 140651566520224 140651562304765 0 4 1 16800974 18446744071580418449 0 0 -1 1 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1884] ppid=1830 vsize=13907308 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/1833/task/1884/stat : 1884 (java) S 1830 1833 8289 0 -1 1077944384 1 12664 0 0 0 0 5 3 20 0 14 0 112782726 14241083392 5185 18446744073709551615 4194304 4196468 140732348534272 140651523181584 140651562292949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1885] ppid=1830 vsize=13907308 memory=6944656575208382560 CPUtime=0.08 cores=1,3,5,7
/proc/1833/task/1885/stat : 1885 (java) S 1830 1833 8289 0 -1 1077944384 1 12664 0 0 0 0 5 3 20 0 14 0 112782726 14241083392 5185 18446744073709551615 4194304 4196468 140732348534272 140651161644176 140651562292949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1886] ppid=1830 vsize=13907308 memory=6944656592387989600 CPUtime=0.08 cores=1,3,5,7
/proc/1833/task/1886/stat : 1886 (java) S 1830 1833 8289 0 -1 1077944384 2 12664 0 0 0 0 5 3 20 0 14 0 112782726 14241083392 5185 18446744073709551615 4194304 4196468 140732348534272 140651160591120 140651562292949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1887] ppid=1830 vsize=13907308 memory=-3252517613198930781 CPUtime=0.08 cores=1,3,5,7
/proc/1833/task/1887/stat : 1887 (java) S 1830 1833 8289 0 -1 1077944384 2 12664 0 0 0 0 5 3 20 0 14 0 112782726 14241083392 5185 18446744073709551615 4194304 4196468 140732348534272 140651159538576 140651562292949 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1888] ppid=1830 vsize=13907308 memory=7295931029255005843 CPUtime=0.08 cores=1,3,5,7
/proc/1833/task/1888/stat : 1888 (java) S 1830 1833 8289 0 -1 1077944384 2 12664 0 0 0 0 5 3 20 0 14 0 112782727 14241083392 5185 18446744073709551615 4194304 4196468 140732348534272 140651040553200 140651562293890 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1889] ppid=1830 vsize=13907308 memory=7682744562830902035 CPUtime=0.08 cores=1,3,5,7
/proc/1833/task/1889/stat : 1889 (java) S 1830 1833 8289 0 -1 1077944384 33 12664 0 0 0 0 5 3 20 0 14 0 112782728 14241083392 5185 18446744073709551615 4194304 4196468 140732348534272 140651039499424 140651562292949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1890] ppid=1830 vsize=13907308 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/1833/task/1890/stat : 1890 (java) S 1830 1833 8289 0 -1 1077944384 21 12664 0 0 0 0 5 3 20 0 14 0 112782728 14241083392 5185 18446744073709551615 4194304 4196468 140732348534272 140651038446320 140651562292949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1891] ppid=1830 vsize=13907308 memory=5450909908396308010 CPUtime=0.08 cores=1,3,5,7
/proc/1833/task/1891/stat : 1891 (java) S 1830 1833 8289 0 -1 1077944384 3 12664 0 0 0 0 5 3 20 0 14 0 112782731 14241083392 5185 18446744073709551615 4194304 4196468 140732348534272 140651037394896 140651562301339 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1892] ppid=1830 vsize=13907308 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1833/task/1892/stat : 1892 (java) S 1830 1833 8289 0 -1 1077944384 299 12664 0 0 0 0 5 3 20 0 14 0 112782731 14241083392 5185 18446744073709551615 4194304 4196468 140732348534272 140651036343024 140651562293890 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1893] ppid=1830 vsize=13907308 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1833/task/1893/stat : 1893 (java) S 1830 1833 8289 0 -1 1077944384 4 12664 0 0 0 0 5 3 20 0 14 0 112782731 14241083392 5185 18446744073709551615 4194304 4196468 140732348534272 140651035290480 140651562293890 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1894] ppid=1830 vsize=13907308 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1833/task/1894/stat : 1894 (java) S 1830 1833 8289 0 -1 1077944384 222 12664 0 0 0 0 5 3 20 0 14 0 112782731 14241083392 5185 18446744073709551615 4194304 4196468 140732348534272 140651034237424 140651562293890 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1895] ppid=1830 vsize=13907308 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1833/task/1895/stat : 1895 (java) S 1830 1833 8289 0 -1 1077944384 3 12664 0 0 0 0 5 3 20 0 14 0 112782731 14241083392 5185 18446744073709551615 4194304 4196468 140732348534272 140651033185120 140651562292949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 13907308 KiB
Current children cumulated memory: 20740 KiB

[startup+0.703192 s]
/proc/loadavg: 1.79 1.84 1.93 4/214 1896
/proc/meminfo: memFree=26744864/32770624 swapFree=67108860/67108860
[pid=1833] ppid=1830 vsize=13974784 memory=55700 CPUtime=0.57 cores=1,3,5,7
/proc/1833/stat : 1833 (java) S 1830 1833 8289 0 -1 1077944320 13091 12664 0 0 45 4 5 3 20 0 15 0 112782702 14310178816 13860 18446744073709551615 4194304 4196468 140732348534272 140732348516816 140651562282743 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
/proc/1833/statm: 3493952 13860 3071 1 0 3483221 0
[pid=1833/tid=1883] ppid=1830 vsize=13975808 memory=7230916665396390249 CPUtime=0.45 cores=1,3,5,7
/proc/1833/task/1883/stat : 1883 (java) R 1830 1833 8289 0 -1 4202560 9551 12664 0 0 34 3 5 3 20 0 15 0 112782725 14311227392 13925 18446744073709551615 4194304 4196468 140732348534272 140651566480944 140651554999847 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1884] ppid=1830 vsize=13974784 memory=7584174306613158754 CPUtime=0.08 cores=1,3,5,7
/proc/1833/task/1884/stat : 1884 (java) S 1830 1833 8289 0 -1 1077944384 1 12664 0 0 0 0 5 3 20 0 15 0 112782726 14310178816 13913 18446744073709551615 4194304 4196468 140732348534272 140651523181584 140651562292949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1885] ppid=1830 vsize=13974784 memory=2012 CPUtime=0.08 cores=1,3,5,7
/proc/1833/task/1885/stat : 1885 (java) S 1830 1833 8289 0 -1 1077944384 1 12664 0 0 0 0 5 3 20 0 15 0 112782726 14310178816 13913 18446744073709551615 4194304 4196468 140732348534272 140651161644176 140651562292949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1886] ppid=1830 vsize=13974784 memory=11136 CPUtime=0.08 cores=1,3,5,7
/proc/1833/task/1886/stat : 1886 (java) S 1830 1833 8289 0 -1 1077944384 2 12664 0 0 0 0 5 3 20 0 15 0 112782726 14310178816 13913 18446744073709551615 4194304 4196468 140732348534272 140651160591120 140651562292949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1887] ppid=1830 vsize=13974784 memory=5788 CPUtime=0.08 cores=1,3,5,7
/proc/1833/task/1887/stat : 1887 (java) S 1830 1833 8289 0 -1 1077944384 2 12664 0 0 0 0 5 3 20 0 15 0 112782726 14310178816 13913 18446744073709551615 4194304 4196468 140732348534272 140651159538576 140651562292949 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1888] ppid=1830 vsize=13975808 memory=4612 CPUtime=0.08 cores=1,3,5,7
/proc/1833/task/1888/stat : 1888 (java) S 1830 1833 8289 0 -1 1077944384 5 12664 0 0 0 0 5 3 20 0 15 0 112782727 14311227392 13913 18446744073709551615 4194304 4196468 140732348534272 140651040553200 140651562293890 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1889] ppid=1830 vsize=13975808 memory=1436 CPUtime=0.08 cores=1,3,5,7
/proc/1833/task/1889/stat : 1889 (java) S 1830 1833 8289 0 -1 1077944384 33 12664 0 0 0 0 5 3 20 0 15 0 112782728 14311227392 13913 18446744073709551615 4194304 4196468 140732348534272 140651039499424 140651562292949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1890] ppid=1830 vsize=13975808 memory=1200 CPUtime=0.08 cores=1,3,5,7
/proc/1833/task/1890/stat : 1890 (java) S 1830 1833 8289 0 -1 1077944384 21 12664 0 0 0 0 5 3 20 0 15 0 112782728 14311227392 13913 18446744073709551615 4194304 4196468 140732348534272 140651038446320 140651562292949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1891] ppid=1830 vsize=13974784 memory=15876 CPUtime=0.08 cores=1,3,5,7
/proc/1833/task/1891/stat : 1891 (java) S 1830 1833 8289 0 -1 1077944384 3 12664 0 0 0 0 5 3 20 0 15 0 112782731 14310178816 13913 18446744073709551615 4194304 4196468 140732348534272 140651037394896 140651562301339 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1892] ppid=1830 vsize=13974784 memory=4064 CPUtime=0.09 cores=1,3,5,7
/proc/1833/task/1892/stat : 1892 (java) S 1830 1833 8289 0 -1 1077944384 636 12664 0 0 1 0 5 3 20 0 15 0 112782731 14310178816 13913 18446744073709551615 4194304 4196468 140732348534272 140651036343024 140651562293890 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1893] ppid=1830 vsize=13974784 memory=4040 CPUtime=0.09 cores=1,3,5,7
/proc/1833/task/1893/stat : 1893 (java) S 1830 1833 8289 0 -1 1077944384 150 12664 0 0 1 0 5 3 20 0 15 0 112782731 14310178816 13913 18446744073709551615 4194304 4196468 140732348534272 140651035290480 140651562293890 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1894] ppid=1830 vsize=13974784 memory=33564 CPUtime=0.14 cores=1,3,5,7
/proc/1833/task/1894/stat : 1894 (java) S 1830 1833 8289 0 -1 1077944384 562 12664 0 0 6 0 5 3 20 0 15 0 112782731 14310178816 13913 18446744073709551615 4194304 4196468 140732348534272 140651034237424 140651562293890 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1895] ppid=1830 vsize=13975808 memory=6296143700806424935 CPUtime=0.08 cores=1,3,5,7
/proc/1833/task/1895/stat : 1895 (java) S 1830 1833 8289 0 -1 1077944384 3 12664 0 0 0 0 5 3 20 0 15 0 112782731 14311227392 13913 18446744073709551615 4194304 4196468 140732348534272 140651033185120 140651562292949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1896] ppid=1830 vsize=13975808 memory=8099279071866868836 CPUtime=0.08 cores=1,3,5,7
/proc/1833/task/1896/stat : 1896 (java) S 1830 1833 8289 0 -1 1077944384 1 12664 0 0 0 0 5 3 20 0 15 0 112782739 14311227392 13913 18446744073709551615 4194304 4196468 140732348534272 140651032132144 140651562293890 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 13974784 KiB
Current children cumulated memory: 55700 KiB

[startup+1.50069 s]
/proc/loadavg: 1.79 1.84 1.93 3/214 1896
/proc/meminfo: memFree=26704076/32770624 swapFree=67108860/67108860
[pid=1833] ppid=1830 vsize=13985408 memory=135048 CPUtime=1.77 cores=1,3,5,7
/proc/1833/stat : 1833 (java) S 1830 1833 8289 0 -1 1077944320 27067 12664 0 0 161 8 5 3 20 0 15 0 112782702 14321057792 33762 18446744073709551615 4194304 4196468 140732348534272 140732348516816 140651562282743 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
/proc/1833/statm: 3496352 33762 3341 1 0 3485525 0
[pid=1833/tid=1883] ppid=1830 vsize=13985408 memory=122808 CPUtime=1.25 cores=1,3,5,7
/proc/1833/task/1883/stat : 1883 (java) R 1830 1833 8289 0 -1 4202560 21877 12664 0 0 110 7 5 3 20 0 15 0 112782725 14321057792 33762 18446744073709551615 4194304 4196468 140732348534272 140651566515616 140651546363230 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1884] ppid=1830 vsize=13985408 memory=279520498630624 CPUtime=0.08 cores=1,3,5,7
/proc/1833/task/1884/stat : 1884 (java) S 1830 1833 8289 0 -1 1077944384 1 12664 0 0 0 0 5 3 20 0 15 0 112782726 14321057792 33762 18446744073709551615 4194304 4196468 140732348534272 140651523181584 140651562292949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1885] ppid=1830 vsize=13985408 memory=-7735878396841775762 CPUtime=0.08 cores=1,3,5,7
/proc/1833/task/1885/stat : 1885 (java) S 1830 1833 8289 0 -1 1077944384 1 12664 0 0 0 0 5 3 20 0 15 0 112782726 14321057792 33762 18446744073709551615 4194304 4196468 140732348534272 140651161644176 140651562292949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1886] ppid=1830 vsize=13985408 memory=-6521304960160985223 CPUtime=0.08 cores=1,3,5,7
/proc/1833/task/1886/stat : 1886 (java) S 1830 1833 8289 0 -1 1077944384 2 12664 0 0 0 0 5 3 20 0 15 0 112782726 14321057792 33762 18446744073709551615 4194304 4196468 140732348534272 140651160591120 140651562292949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1887] ppid=1830 vsize=13985408 memory=7680170660397595203 CPUtime=0.08 cores=1,3,5,7
/proc/1833/task/1887/stat : 1887 (java) S 1830 1833 8289 0 -1 1077944384 2 12664 0 0 0 0 5 3 20 0 15 0 112782726 14321057792 33762 18446744073709551615 4194304 4196468 140732348534272 140651159538576 140651562292949 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0

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

[pid=1833] ppid=1830 vsize=14069564 memory=4459844 CPUtime=252.04 cores=1,3,5,7
/proc/1833/stat : 1833 (java) S 1830 1833 8289 0 -1 1077944320 201362 12664 0 0 24662 534 5 3 20 0 15 0 112782702 14407233536 1114961 18446744073709551615 4194304 4196468 140732348534272 140732348516816 140651562282743 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
/proc/1833/statm: 3517391 1114961 3486 1 0 3506005 0
[pid=1833/tid=1883] ppid=1830 vsize=14069564 memory=288230617509003574 CPUtime=203.85 cores=1,3,5,7
/proc/1833/task/1883/stat : 1883 (java) R 1830 1833 8289 0 -1 4202560 89037 12664 0 0 20341 36 5 3 20 0 15 0 112782725 14407233536 1114961 18446744073709551615 4194304 4196468 140732348534272 140651566514632 140651218254126 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1884] ppid=1830 vsize=14069564 memory=14689686622832056 CPUtime=7.76 cores=1,3,5,7
/proc/1833/task/1884/stat : 1884 (java) S 1830 1833 8289 0 -1 1077944384 12596 12664 0 0 648 120 5 3 20 0 15 0 112782726 14407233536 1114961 18446744073709551615 4194304 4196468 140732348534272 140651523181584 140651562292949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1885] ppid=1830 vsize=14069564 memory=2304784 CPUtime=7.72 cores=1,3,5,7
/proc/1833/task/1885/stat : 1885 (java) S 1830 1833 8289 0 -1 1077944384 14539 12664 0 0 643 121 5 3 20 0 15 0 112782726 14407233536 1114961 18446744073709551615 4194304 4196468 140732348534272 140651161644176 140651562292949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1886] ppid=1830 vsize=14069564 memory=4112 CPUtime=7.75 cores=1,3,5,7
/proc/1833/task/1886/stat : 1886 (java) S 1830 1833 8289 0 -1 1077944384 10744 12664 0 0 650 117 5 3 20 0 15 0 112782726 14407233536 1114961 18446744073709551615 4194304 4196468 140732348534272 140651160591120 140651562292949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1887] ppid=1830 vsize=14069564 memory=4076 CPUtime=7.71 cores=1,3,5,7
/proc/1833/task/1887/stat : 1887 (java) S 1830 1833 8289 0 -1 1077944384 12853 12664 0 0 644 119 5 3 20 0 15 0 112782726 14407233536 1114961 18446744073709551615 4194304 4196468 140732348534272 140651159538576 140651562292949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1888] ppid=1830 vsize=14069564 memory=4580 CPUtime=1.6 cores=1,3,5,7
/proc/1833/task/1888/stat : 1888 (java) S 1830 1833 8289 0 -1 1077944384 11291 12664 0 0 149 3 5 3 20 0 15 0 112782727 14407233536 1114961 18446744073709551615 4194304 4196468 140732348534272 140651040553200 140651562293890 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1889] ppid=1830 vsize=14069564 memory=6153431502485415272 CPUtime=0.08 cores=1,3,5,7
/proc/1833/task/1889/stat : 1889 (java) S 1830 1833 8289 0 -1 1077944384 68 12664 0 0 0 0 5 3 20 0 15 0 112782728 14407233536 1114961 18446744073709551615 4194304 4196468 140732348534272 140651039499488 140651562292949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1890] ppid=1830 vsize=14069564 memory=6370720327238176865 CPUtime=0.08 cores=1,3,5,7
/proc/1833/task/1890/stat : 1890 (java) S 1830 1833 8289 0 -1 1077944384 61 12664 0 0 0 0 5 3 20 0 15 0 112782728 14407233536 1114961 18446744073709551615 4194304 4196468 140732348534272 140651038446336 140651562292949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1891] ppid=1830 vsize=14069564 memory=7739839894421524583 CPUtime=0.08 cores=1,3,5,7
/proc/1833/task/1891/stat : 1891 (java) S 1830 1833 8289 0 -1 1077944384 3 12664 0 0 0 0 5 3 20 0 15 0 112782731 14407233536 1114961 18446744073709551615 4194304 4196468 140732348534272 140651037394896 140651562301339 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1892] ppid=1830 vsize=14069564 memory=7667208389858781541 CPUtime=7.24 cores=1,3,5,7
/proc/1833/task/1892/stat : 1892 (java) S 1830 1833 8289 0 -1 1077944384 15707 12664 0 0 714 2 5 3 20 0 15 0 112782731 14407233536 1114961 18446744073709551615 4194304 4196468 140732348534272 140651036343024 140651562293890 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1893] ppid=1830 vsize=14069564 memory=7378419470188505428 CPUtime=6.88 cores=1,3,5,7
/proc/1833/task/1893/stat : 1893 (java) S 1830 1833 8289 0 -1 1077944384 14732 12664 0 0 678 2 5 3 20 0 15 0 112782731 14407233536 1114961 18446744073709551615 4194304 4196468 140732348534272 140651035290480 140651562293890 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1894] ppid=1830 vsize=14069564 memory=31300 CPUtime=1.93 cores=1,3,5,7
/proc/1833/task/1894/stat : 1894 (java) S 1830 1833 8289 0 -1 1077944384 16236 12664 0 0 182 3 5 3 20 0 15 0 112782731 14407233536 1114961 18446744073709551615 4194304 4196468 140732348534272 140651034237424 140651562293890 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1895] ppid=1830 vsize=14069564 memory=279520499132896 CPUtime=0.08 cores=1,3,5,7
/proc/1833/task/1895/stat : 1895 (java) S 1830 1833 8289 0 -1 1077944384 3 12664 0 0 0 0 5 3 20 0 15 0 112782731 14407233536 1114961 18446744073709551615 4194304 4196468 140732348534272 140651033185120 140651562292949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1896] ppid=1830 vsize=14069564 memory=2952 CPUtime=0.21 cores=1,3,5,7
/proc/1833/task/1896/stat : 1896 (java) S 1830 1833 8289 0 -1 1077944384 1337 12664 0 0 4 9 5 3 20 0 15 0 112782739 14407233536 1114961 18446744073709551615 4194304 4196468 140732348534272 140651032132144 140651562293890 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
Current children cumulated CPU time: 252.04 s
Current children cumulated vsize: 14069564 KiB
Current children cumulated memory: 4459844 KiB

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

[startup+214.007 s]
# the end of solver process 1833 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=248.486 s, system=5.48709 s

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

[startup+213.602 s]
/proc/loadavg: 1.86 1.90 1.94 3/216 2042
/proc/meminfo: memFree=24477720/32770624 swapFree=67108860/67108860
[pid=1833] ppid=1830 vsize=14202692 memory=4525696 CPUtime=252.73 cores=1,3,5,7
/proc/1833/stat : 1833 (java) S 1830 1833 8289 0 -1 1077944320 216089 12664 0 0 24723 542 5 3 20 0 17 0 112782702 14543556608 1131424 18446744073709551615 4194304 4196468 140732348534272 140732348516816 140651562282743 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
/proc/1833/statm: 3550673 1131424 3486 1 0 3539287 0
[pid=1833/tid=1883] ppid=1830 vsize=14202692 memory=54640 CPUtime=203.86 cores=1,3,5,7
/proc/1833/task/1883/stat : 1883 (java) S 1830 1833 8289 0 -1 1077944384 90266 12664 0 0 20342 36 5 3 20 0 17 0 112782725 14543556608 1131424 18446744073709551615 4194304 4196468 140732348534272 140651566520464 140651562292949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1884] ppid=1830 vsize=14202692 memory=7680170660397595203 CPUtime=7.91 cores=1,3,5,7
/proc/1833/task/1884/stat : 1884 (java) R 1830 1833 8289 0 -1 4202560 12688 12664 0 0 662 121 5 3 20 0 17 0 112782726 14543556608 1131424 18446744073709551615 4194304 4196468 140732348534272 140651523181784 140651546983803 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1885] ppid=1830 vsize=14202692 memory=54640 CPUtime=7.89 cores=1,3,5,7
/proc/1833/task/1885/stat : 1885 (java) R 1830 1833 8289 0 -1 4202560 15643 12664 0 0 658 123 5 3 20 0 17 0 112782726 14543556608 1131424 18446744073709551615 4194304 4196468 140732348534272 140651161644376 140651547279217 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1886] ppid=1830 vsize=14202692 memory=1296 CPUtime=7.92 cores=1,3,5,7
/proc/1833/task/1886/stat : 1886 (java) R 1830 1833 8289 0 -1 4202560 11740 12664 0 0 665 119 5 3 20 0 17 0 112782726 14543556608 1131424 18446744073709551615 4194304 4196468 140732348534272 140651160591120 140651546983427 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1887] ppid=1830 vsize=14202692 memory=54640 CPUtime=7.87 cores=1,3,5,7
/proc/1833/task/1887/stat : 1887 (java) R 1830 1833 8289 0 -1 4202560 12923 12664 0 0 658 121 5 3 20 0 17 0 112782726 14543556608 1131424 18446744073709551615 4194304 4196468 140732348534272 140651159538576 140651546983431 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1888] ppid=1830 vsize=14202692 memory=1296 CPUtime=1.63 cores=1,3,5,7
/proc/1833/task/1888/stat : 1888 (java) S 1830 1833 8289 0 -1 1077944384 21859 12664 0 0 151 4 5 3 20 0 17 0 112782727 14543556608 1131424 18446744073709551615 4194304 4196468 140732348534272 140651040551824 140651562292949 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1889] ppid=1830 vsize=14202692 memory=1296 CPUtime=0.08 cores=1,3,5,7
/proc/1833/task/1889/stat : 1889 (java) S 1830 1833 8289 0 -1 1077944384 68 12664 0 0 0 0 5 3 20 0 17 0 112782728 14543556608 1131424 18446744073709551615 4194304 4196468 140732348534272 140651039499488 140651562292949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1890] ppid=1830 vsize=14202692 memory=2440 CPUtime=0.08 cores=1,3,5,7
/proc/1833/task/1890/stat : 1890 (java) S 1830 1833 8289 0 -1 1077944384 61 12664 0 0 0 0 5 3 20 0 17 0 112782728 14543556608 1131424 18446744073709551615 4194304 4196468 140732348534272 140651038446336 140651562292949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1891] ppid=1830 vsize=14202692 memory=1724 CPUtime=0.08 cores=1,3,5,7
/proc/1833/task/1891/stat : 1891 (java) S 1830 1833 8289 0 -1 1077944384 272 12664 0 0 0 0 5 3 20 0 17 0 112782731 14543556608 1131424 18446744073709551615 4194304 4196468 140732348534272 140651037394896 140651562301339 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1892] ppid=1830 vsize=14202692 memory=792 CPUtime=7.24 cores=1,3,5,7
/proc/1833/task/1892/stat : 1892 (java) S 1830 1833 8289 0 -1 1077944384 15707 12664 0 0 714 2 5 3 20 0 17 0 112782731 14543556608 1131424 18446744073709551615 4194304 4196468 140732348534272 140651036343024 140651562293890 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1893] ppid=1830 vsize=14202692 memory=1716 CPUtime=6.88 cores=1,3,5,7
/proc/1833/task/1893/stat : 1893 (java) S 1830 1833 8289 0 -1 1077944384 14732 12664 0 0 678 2 5 3 20 0 17 0 112782731 14543556608 1131424 18446744073709551615 4194304 4196468 140732348534272 140651035290480 140651562293890 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1894] ppid=1830 vsize=14202692 memory=1228 CPUtime=1.93 cores=1,3,5,7
/proc/1833/task/1894/stat : 1894 (java) S 1830 1833 8289 0 -1 1077944384 16236 12664 0 0 182 3 5 3 20 0 17 0 112782731 14543556608 1131424 18446744073709551615 4194304 4196468 140732348534272 140651034237424 140651562293890 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1895] ppid=1830 vsize=14202692 memory=14356 CPUtime=0.08 cores=1,3,5,7
/proc/1833/task/1895/stat : 1895 (java) S 1830 1833 8289 0 -1 1077944384 3 12664 0 0 0 0 5 3 20 0 17 0 112782731 14543556608 1131424 18446744073709551615 4194304 4196468 140732348534272 140651033185120 140651562292949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1896] ppid=1830 vsize=14202692 memory=1008 CPUtime=0.21 cores=1,3,5,7
/proc/1833/task/1896/stat : 1896 (java) S 1830 1833 8289 0 -1 1077944384 1337 12664 0 0 4 9 5 3 20 0 17 0 112782739 14543556608 1131424 18446744073709551615 4194304 4196468 140732348534272 140651032132144 140651562293890 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
Current children cumulated CPU time: 252.73 s
Current children cumulated vsize: 14202692 KiB
Current children cumulated memory: 4525696 KiB

[startup+213.802 s]
/proc/loadavg: 1.86 1.90 1.94 3/216 2042
/proc/meminfo: memFree=24477720/32770624 swapFree=67108860/67108860
[pid=1833] ppid=1830 vsize=14202692 memory=4525712 CPUtime=253.4 cores=1,3,5,7
/proc/1833/stat : 1833 (java) S 1830 1833 8289 0 -1 1077944320 216932 12664 0 0 24790 542 5 3 20 0 17 0 112782702 14543556608 1131428 18446744073709551615 4194304 4196468 140732348534272 140732348516816 140651562282743 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
/proc/1833/statm: 3550673 1131428 3486 1 0 3539287 0
[pid=1833/tid=1883] ppid=1830 vsize=14202692 memory=11136 CPUtime=203.86 cores=1,3,5,7
/proc/1833/task/1883/stat : 1883 (java) S 1830 1833 8289 0 -1 1077944384 90266 12664 0 0 20342 36 5 3 20 0 17 0 112782725 14543556608 1131428 18446744073709551615 4194304 4196468 140732348534272 140651566520464 140651562292949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1884] ppid=1830 vsize=14202692 memory=5788 CPUtime=8.07 cores=1,3,5,7
/proc/1833/task/1884/stat : 1884 (java) R 1830 1833 8289 0 -1 4202560 12693 12664 0 0 678 121 5 3 20 0 17 0 112782726 14543556608 1131428 18446744073709551615 4194304 4196468 140732348534272 140651523181584 140651547279252 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1885] ppid=1830 vsize=14202692 memory=4612 CPUtime=8.05 cores=1,3,5,7
/proc/1833/task/1885/stat : 1885 (java) R 1830 1833 8289 0 -1 4202560 15644 12664 0 0 674 123 5 3 20 0 17 0 112782726 14543556608 1131428 18446744073709551615 4194304 4196468 140732348534272 140651161644176 140651547279312 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1886] ppid=1830 vsize=14202692 memory=1436 CPUtime=8.08 cores=1,3,5,7
/proc/1833/task/1886/stat : 1886 (java) R 1830 1833 8289 0 -1 4202560 11740 12664 0 0 681 119 5 3 20 0 17 0 112782726 14543556608 1131428 18446744073709551615 4194304 4196468 140732348534272 140651160591320 140651543835984 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1887] ppid=1830 vsize=14202692 memory=1200 CPUtime=8.03 cores=1,3,5,7
/proc/1833/task/1887/stat : 1887 (java) R 1830 1833 8289 0 -1 4202560 12927 12664 0 0 674 121 5 3 20 0 17 0 112782726 14543556608 1131428 18446744073709551615 4194304 4196468 140732348534272 140651159538576 140651546981594 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1888] ppid=1830 vsize=14202692 memory=792 CPUtime=1.67 cores=1,3,5,7
/proc/1833/task/1888/stat : 1888 (java) S 1830 1833 8289 0 -1 1077944384 22690 12664 0 0 155 4 5 3 20 0 17 0 112782727 14543556608 1131428 18446744073709551615 4194304 4196468 140732348534272 140651040551824 140651562292949 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1889] ppid=1830 vsize=14202692 memory=1716 CPUtime=0.08 cores=1,3,5,7
/proc/1833/task/1889/stat : 1889 (java) S 1830 1833 8289 0 -1 1077944384 69 12664 0 0 0 0 5 3 20 0 17 0 112782728 14543556608 1131428 18446744073709551615 4194304 4196468 140732348534272 140651039499088 140651562292949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1890] ppid=1830 vsize=14202692 memory=1228 CPUtime=0.08 cores=1,3,5,7
/proc/1833/task/1890/stat : 1890 (java) S 1830 1833 8289 0 -1 1077944384 61 12664 0 0 0 0 5 3 20 0 17 0 112782728 14543556608 1131428 18446744073709551615 4194304 4196468 140732348534272 140651038446336 140651562292949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1891] ppid=1830 vsize=14202692 memory=14356 CPUtime=0.08 cores=1,3,5,7
/proc/1833/task/1891/stat : 1891 (java) S 1830 1833 8289 0 -1 1077944384 272 12664 0 0 0 0 5 3 20 0 17 0 112782731 14543556608 1131428 18446744073709551615 4194304 4196468 140732348534272 140651037394896 140651562301339 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1892] ppid=1830 vsize=14202692 memory=1008 CPUtime=7.24 cores=1,3,5,7
/proc/1833/task/1892/stat : 1892 (java) S 1830 1833 8289 0 -1 1077944384 15707 12664 0 0 714 2 5 3 20 0 17 0 112782731 14543556608 1131428 18446744073709551615 4194304 4196468 140732348534272 140651036343024 140651562293890 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1893] ppid=1830 vsize=14202692 memory=2012 CPUtime=6.88 cores=1,3,5,7
/proc/1833/task/1893/stat : 1893 (java) S 1830 1833 8289 0 -1 1077944384 14732 12664 0 0 678 2 5 3 20 0 17 0 112782731 14543556608 1131428 18446744073709551615 4194304 4196468 140732348534272 140651035290480 140651562293890 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1894] ppid=1830 vsize=14202692 memory=11136 CPUtime=1.93 cores=1,3,5,7
/proc/1833/task/1894/stat : 1894 (java) S 1830 1833 8289 0 -1 1077944384 16236 12664 0 0 182 3 5 3 20 0 17 0 112782731 14543556608 1131428 18446744073709551615 4194304 4196468 140732348534272 140651034237424 140651562293890 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1895] ppid=1830 vsize=14202692 memory=5788 CPUtime=0.08 cores=1,3,5,7
/proc/1833/task/1895/stat : 1895 (java) S 1830 1833 8289 0 -1 1077944384 3 12664 0 0 0 0 5 3 20 0 17 0 112782731 14543556608 1131428 18446744073709551615 4194304 4196468 140732348534272 140651033185120 140651562292949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1896] ppid=1830 vsize=14202692 memory=4612 CPUtime=0.21 cores=1,3,5,7
/proc/1833/task/1896/stat : 1896 (java) S 1830 1833 8289 0 -1 1077944384 1337 12664 0 0 4 9 5 3 20 0 17 0 112782739 14543556608 1131428 18446744073709551615 4194304 4196468 140732348534272 140651032132144 140651562293890 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
Current children cumulated CPU time: 253.4 s
Current children cumulated vsize: 14202692 KiB
Current children cumulated memory: 4525712 KiB

[startup+213.902 s]
/proc/loadavg: 1.86 1.90 1.94 3/216 2042
/proc/meminfo: memFree=24477720/32770624 swapFree=67108860/67108860
[pid=1833] ppid=1830 vsize=14202692 memory=4525720 CPUtime=253.74 cores=1,3,5,7
/proc/1833/stat : 1833 (java) S 1830 1833 8289 0 -1 1077944320 216941 12664 0 0 24824 542 5 3 20 0 17 0 112782702 14543556608 1131430 18446744073709551615 4194304 4196468 140732348534272 140732348516816 140651562282743 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
/proc/1833/statm: 3550673 1131430 3486 1 0 3539287 0
[pid=1833/tid=1883] ppid=1830 vsize=14202692 memory=4464068 CPUtime=203.86 cores=1,3,5,7
/proc/1833/task/1883/stat : 1883 (java) S 1830 1833 8289 0 -1 1077944384 90267 12664 0 0 20342 36 5 3 20 0 17 0 112782725 14543556608 1131430 18446744073709551615 4194304 4196468 140732348534272 140651566520464 140651562292949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1884] ppid=1830 vsize=14202692 memory=4423652 CPUtime=8.15 cores=1,3,5,7
/proc/1833/task/1884/stat : 1884 (java) R 1830 1833 8289 0 -1 4202560 12693 12664 0 0 686 121 5 3 20 0 17 0 112782726 14543556608 1131430 18446744073709551615 4194304 4196468 140732348534272 140651523181472 140651543879425 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1885] ppid=1830 vsize=14202692 memory=4269492 CPUtime=8.13 cores=1,3,5,7
/proc/1833/task/1885/stat : 1885 (java) R 1830 1833 8289 0 -1 4202560 15648 12664 0 0 682 123 5 3 20 0 17 0 112782726 14543556608 1131430 18446744073709551615 4194304 4196468 140732348534272 140651161644176 140651546736690 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1886] ppid=1830 vsize=14202692 memory=151 CPUtime=8.16 cores=1,3,5,7
/proc/1833/task/1886/stat : 1886 (java) R 1830 1833 8289 0 -1 4202560 11740 12664 0 0 689 119 5 3 20 0 17 0 112782726 14543556608 1131430 18446744073709551615 4194304 4196468 140732348534272 140651160591120 140651546980518 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1887] ppid=1830 vsize=14202692 memory=4424400 CPUtime=8.11 cores=1,3,5,7
/proc/1833/task/1887/stat : 1887 (java) R 1830 1833 8289 0 -1 4202560 12928 12664 0 0 682 121 5 3 20 0 17 0 112782726 14543556608 1131430 18446744073709551615 4194304 4196468 140732348534272 140651159538576 140651546736595 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1888] ppid=1830 vsize=14202692 memory=15876 CPUtime=1.69 cores=1,3,5,7
/proc/1833/task/1888/stat : 1888 (java) S 1830 1833 8289 0 -1 1077944384 22691 12664 0 0 157 4 5 3 20 0 17 0 112782727 14543556608 1131430 18446744073709551615 4194304 4196468 140732348534272 140651040551600 140651562292949 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1889] ppid=1830 vsize=14202692 memory=4459772 CPUtime=0.08 cores=1,3,5,7
/proc/1833/task/1889/stat : 1889 (java) S 1830 1833 8289 0 -1 1077944384 70 12664 0 0 0 0 5 3 20 0 17 0 112782728 14543556608 1131430 18446744073709551615 4194304 4196468 140732348534272 140651039498992 140651562292949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1890] ppid=1830 vsize=14202692 memory=4459844 CPUtime=0.08 cores=1,3,5,7
/proc/1833/task/1890/stat : 1890 (java) S 1830 1833 8289 0 -1 1077944384 61 12664 0 0 0 0 5 3 20 0 17 0 112782728 14543556608 1131430 18446744073709551615 4194304 4196468 140732348534272 140651038446336 140651562292949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1891] ppid=1830 vsize=14202692 memory=4459844 CPUtime=0.08 cores=1,3,5,7
/proc/1833/task/1891/stat : 1891 (java) S 1830 1833 8289 0 -1 1077944384 272 12664 0 0 0 0 5 3 20 0 17 0 112782731 14543556608 1131430 18446744073709551615 4194304 4196468 140732348534272 140651037394896 140651562301339 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1892] ppid=1830 vsize=14202692 memory=4525696 CPUtime=7.24 cores=1,3,5,7
/proc/1833/task/1892/stat : 1892 (java) S 1830 1833 8289 0 -1 1077944384 15707 12664 0 0 714 2 5 3 20 0 17 0 112782731 14543556608 1131430 18446744073709551615 4194304 4196468 140732348534272 140651036343024 140651562293890 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1893] ppid=1830 vsize=14202692 memory=1436 CPUtime=6.88 cores=1,3,5,7
/proc/1833/task/1893/stat : 1893 (java) S 1830 1833 8289 0 -1 1077944384 14732 12664 0 0 678 2 5 3 20 0 17 0 112782731 14543556608 1131430 18446744073709551615 4194304 4196468 140732348534272 140651035290480 140651562293890 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1894] ppid=1830 vsize=14202692 memory=4076 CPUtime=1.93 cores=1,3,5,7
/proc/1833/task/1894/stat : 1894 (java) S 1830 1833 8289 0 -1 1077944384 16236 12664 0 0 182 3 5 3 20 0 17 0 112782731 14543556608 1131430 18446744073709551615 4194304 4196468 140732348534272 140651034237424 140651562293890 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1895] ppid=1830 vsize=14202692 memory=4580 CPUtime=0.08 cores=1,3,5,7
/proc/1833/task/1895/stat : 1895 (java) S 1830 1833 8289 0 -1 1077944384 3 12664 0 0 0 0 5 3 20 0 17 0 112782731 14543556608 1131430 18446744073709551615 4194304 4196468 140732348534272 140651033185120 140651562292949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
[pid=1833/tid=1896] ppid=1830 vsize=14202692 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/1833/task/1896/stat : 1896 (java) S 1830 1833 8289 0 -1 1077944384 1337 12664 0 0 4 9 5 3 20 0 17 0 112782739 14543556608 1131430 18446744073709551615 4194304 4196468 140732348534272 140651032132144 140651562293890 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10711040 140732348540848 140732348543633 140732348543633 140732348547023 0
Current children cumulated CPU time: 253.74 s
Current children cumulated vsize: 14202692 KiB
Current children cumulated memory: 4525720 KiB

Child status: 143
Real time (s): 214.007
CPU time (s): 253.973
CPU user time (s): 248.486
CPU system time (s): 5.48709
CPU usage (%): 118.675
Max. virtual memory (cumulated for all children) (KiB): 14202692
Max. memory (cumulated for all children) (KiB): 5596764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 248.486
system time used= 5.4871
maximum resident set size= 5613196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 229962
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14886
involuntary context switches= 728


# summary of solver processes directly reported to runsolver:
#   pid: 1833
#   total CPU time (s): 253.973
#   total CPU user time (s): 248.486
#   total CPU system time (s): 5.48709

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.19535 second user time and 2.16275 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-13 20:27:07
IDJOB=4259415
IDBENCH=138092
IDSOLVER=2646
FILE ID=node133/4259415-1502649674
RUNJOBID= node133-1502641620-25474
PBS_JOBID= 
Free space on /tmp= 61836 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-sw120/BinPacking-tab-sw120-50.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259415-1502649674/watcher-4259415-1502649674 -o /tmp/evaluation-result-4259415-1502649674/solver-4259415-1502649674 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502641620-25474 --watchdog 312  bin/concrete HOME/instance-4259415-1502649674.xml

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

MD5SUM BENCH= 53b1156e30bb035a294b23873bcaa6f4
RANDOM SEED=111485960

node133.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.17
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.17
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.17
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.17
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:        26779692 kB
MemAvailable:   27599980 kB
Buffers:          240696 kB
Cached:           874832 kB
SwapCached:            0 kB
Active:          5342896 kB
Inactive:         189820 kB
Active(anon):    4358312 kB
Inactive(anon):   100804 kB
Active(file):     984584 kB
Inactive(file):    89016 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            110452 kB
Writeback:             0 kB
AnonPages:       4417412 kB
Mapped:            69816 kB
Shmem:             41660 kB
Slab:             152676 kB
SReclaimable:     125044 kB
SUnreclaim:        27632 kB
KernelStack:        3488 kB
PageTables:        13768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4871816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4161536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61900 MiB
End job on node133 at 2017-08-13 20:30:41