Trace number 4292875

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.11 2500.03

General information on the benchmark

NameColouredQueens/
ColouredQueens-08_c18.xml
MD5SUM097ee2ac2bfb45f3aedded97da1eabe0
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.180408
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints42
Number of domains1
Minimum domain size8
Maximum domain size8
Distribution of domain sizes[{"size":8,"count":64}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":60}]
Minimum constraint arity2
Maximum constraint arity8
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":18}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":42}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292875-1532296653/watcher-4292875-1532296653 -o /tmp/evaluation-result-4292875-1532296653/solver-4292875-1532296653 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532294157-6739 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=166564474 -superng HOME/instance-4292875-1532296653.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=7054, runsolver pid=7051


[startup+0.100061 s]*
/proc/loadavg: 1.48 1.41 1.40 3/206 7111
/proc/meminfo: memFree=20891884/32770624 swapFree=67108860/67108860
[pid=7054] ppid=7051 vsize=9972712 memory=16944 CPUtime=0.09 cores=0,2,4,6
/proc/7054/stat : 7054 (java) S 7051 7054 6708 0 -1 1077944320 4373 12881 0 0 1 1 5 2 20 0 6 0 47228502 10212057088 4236 33554432000 4194304 4196468 140729159876000 140729159858544 140191629917943 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
/proc/7054/statm: 2493178 4236 1934 1 0 2481616 0
[pid=7054/tid=7107] ppid=7051 vsize=9972712 memory=-8744147439808987075 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7107/stat : 7107 (java) R 7051 7054 6708 0 -1 4202560 2212 12881 0 0 0 0 5 2 20 0 6 0 47228511 10212057088 4236 33554432000 4194304 4196468 140729159876000 140191601754704 140191629939869 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7108] ppid=7051 vsize=9972712 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7108/stat : 7108 (java) S 7051 7054 6708 0 -1 1077944384 1 12881 0 0 0 0 5 2 20 0 6 0 47228512 10212057088 4236 33554432000 4194304 4196468 140729159876000 140191634160016 140191629928149 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7109] ppid=7051 vsize=9972712 memory=140339825350272 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7109/stat : 7109 (java) S 7051 7054 6708 0 -1 1077944384 2 12881 0 0 0 0 5 2 20 0 6 0 47228512 10212057088 4236 33554432000 4194304 4196468 140729159876000 140191559465232 140191629928149 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7110] ppid=7051 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7110/stat : 7110 (java) S 7051 7054 6708 0 -1 1077944384 1 12881 0 0 0 0 5 2 20 0 6 0 47228512 10212057088 4236 33554432000 4194304 4196468 140729159876000 140191201942160 140191629928149 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7111] ppid=7051 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7111/stat : 7111 (java) S 7051 7054 6708 0 -1 1077944384 2 12881 0 0 0 0 5 2 20 0 6 0 47228512 10212057088 4236 33554432000 4194304 4196468 140729159876000 140191200889360 140191629928149 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16944 KiB

[startup+0.210829 s]*
/proc/loadavg: 1.48 1.41 1.40 3/215 7120
/proc/meminfo: memFree=20867668/32770624 swapFree=67108860/67108860
[pid=7054] ppid=7051 vsize=10818904 memory=41948 CPUtime=0.25 cores=0,2,4,6
/proc/7054/stat : 7054 (java) S 7051 7054 6708 0 -1 1077944320 7663 12881 0 0 16 2 5 2 20 0 15 0 47228502 11078557696 10487 33554432000 4194304 4196468 140729159876000 140729159858544 140191629917943 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
/proc/7054/statm: 2704726 10487 2971 1 0 2667149 0
[pid=7054/tid=7107] ppid=7051 vsize=10818904 memory=8514701219931451533 CPUtime=0.18 cores=0,2,4,6
/proc/7054/task/7107/stat : 7107 (java) R 7051 7054 6708 0 -1 4202560 4487 12881 0 0 10 1 5 2 20 0 15 0 47228511 11078557696 10619 33554432000 4194304 4196468 140729159876000 140191601735056 140191610193703 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7108] ppid=7051 vsize=10818904 memory=-7025452035940392864 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7108/stat : 7108 (java) S 7051 7054 6708 0 -1 1077944384 1 12881 0 0 0 0 5 2 20 0 15 0 47228512 11078557696 10619 33554432000 4194304 4196468 140729159876000 140191634160016 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7109] ppid=7051 vsize=10818904 memory=140339825350272 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7109/stat : 7109 (java) S 7051 7054 6708 0 -1 1077944384 2 12881 0 0 0 0 5 2 20 0 15 0 47228512 11078557696 10619 33554432000 4194304 4196468 140729159876000 140191559465232 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7110] ppid=7051 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7110/stat : 7110 (java) S 7051 7054 6708 0 -1 1077944384 1 12881 0 0 0 0 5 2 20 0 15 0 47228512 11078557696 10685 33554432000 4194304 4196468 140729159876000 140191201942160 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7111] ppid=7051 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7111/stat : 7111 (java) S 7051 7054 6708 0 -1 1077944384 2 12881 0 0 0 0 5 2 20 0 15 0 47228512 11078557696 10685 33554432000 4194304 4196468 140729159876000 140191200889360 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7112] ppid=7051 vsize=10818904 memory=140339825350272 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7112/stat : 7112 (java) S 7051 7054 6708 0 -1 1077944384 2 12881 0 0 0 0 5 2 20 0 15 0 47228514 11078557696 10685 33554432000 4194304 4196468 140729159876000 140191156583024 140191629929090 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7113] ppid=7051 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7113/stat : 7113 (java) S 7051 7054 6708 0 -1 1077944384 13 12881 0 0 0 0 5 2 20 0 15 0 47228514 11078557696 10685 33554432000 4194304 4196468 140729159876000 140191087977760 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7114] ppid=7051 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7114/stat : 7114 (java) S 7051 7054 6708 0 -1 1077944384 1 12881 0 0 0 0 5 2 20 0 15 0 47228514 11078557696 10685 33554432000 4194304 4196468 140729159876000 140190416889456 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7115] ppid=7051 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7115/stat : 7115 (java) S 7051 7054 6708 0 -1 1077944384 3 12881 0 0 0 0 5 2 20 0 15 0 47228517 11078557696 10685 33554432000 4194304 4196468 140729159876000 140190176598608 140191629936539 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7116] ppid=7051 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7054/task/7116/stat : 7116 (java) S 7051 7054 6708 0 -1 1077944384 493 12881 0 0 1 0 5 2 20 0 15 0 47228517 11078557696 10685 33554432000 4194304 4196468 140729159876000 140191054420080 140191629929090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7117] ppid=7051 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7054/task/7117/stat : 7117 (java) S 7051 7054 6708 0 -1 1077944384 89 12881 0 0 1 0 5 2 20 0 15 0 47228517 11078557696 10685 33554432000 4194304 4196468 140729159876000 140191053367280 140191629929090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7118] ppid=7051 vsize=10818904 memory=140339825350272 CPUtime=0.1 cores=0,2,4,6
/proc/7054/task/7118/stat : 7118 (java) S 7051 7054 6708 0 -1 1077944384 552 12881 0 0 3 0 5 2 20 0 15 0 47228517 11078557696 10685 33554432000 4194304 4196468 140729159876000 140191052314992 140191629929090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7119] ppid=7051 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7119/stat : 7119 (java) S 7051 7054 6708 0 -1 1077944384 3 12881 0 0 0 0 5 2 20 0 15 0 47228517 11078557696 10685 33554432000 4194304 4196468 140729159876000 140190143039968 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7120] ppid=7051 vsize=10818904 memory=140339825350272 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7120/stat : 7120 (java) S 7051 7054 6708 0 -1 1077944384 1 12881 0 0 0 0 5 2 20 0 15 0 47228518 11078557696 10685 33554432000 4194304 4196468 140729159876000 140191051262896 140191629929090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 41948 KiB

[startup+0.310129 s]*
/proc/loadavg: 1.48 1.41 1.40 3/215 7120
/proc/meminfo: memFree=20855448/32770624 swapFree=67108860/67108860
[pid=7054] ppid=7051 vsize=10819352 memory=53468 CPUtime=0.37 cores=0,2,4,6
/proc/7054/stat : 7054 (java) S 7051 7054 6708 0 -1 1077944320 10433 12881 0 0 27 3 5 2 20 0 15 0 47228502 11079016448 13367 33554432000 4194304 4196468 140729159876000 140729159858544 140191629917943 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
/proc/7054/statm: 2704838 13367 3090 1 0 2667149 0
[pid=7054/tid=7107] ppid=7051 vsize=10819352 memory=8112282956445269571 CPUtime=0.28 cores=0,2,4,6
/proc/7054/task/7107/stat : 7107 (java) R 7051 7054 6708 0 -1 4202560 7082 12881 0 0 19 2 5 2 20 0 15 0 47228511 11079016448 13409 33554432000 4194304 4196468 140729159876000 140191601729952 140191613998430 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7108] ppid=7051 vsize=10819352 memory=7589236449557499984 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7108/stat : 7108 (java) S 7051 7054 6708 0 -1 1077944384 1 12881 0 0 0 0 5 2 20 0 15 0 47228512 11079016448 13409 33554432000 4194304 4196468 140729159876000 140191634160016 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7109] ppid=7051 vsize=10819352 memory=2076 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7109/stat : 7109 (java) S 7051 7054 6708 0 -1 1077944384 2 12881 0 0 0 0 5 2 20 0 15 0 47228512 11079016448 13409 33554432000 4194304 4196468 140729159876000 140191559465232 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7110] ppid=7051 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7110/stat : 7110 (java) S 7051 7054 6708 0 -1 1077944384 1 12881 0 0 0 0 5 2 20 0 15 0 47228512 11079016448 13409 33554432000 4194304 4196468 140729159876000 140191201942160 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7111] ppid=7051 vsize=10819352 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7111/stat : 7111 (java) S 7051 7054 6708 0 -1 1077944384 2 12881 0 0 0 0 5 2 20 0 15 0 47228512 11079016448 13409 33554432000 4194304 4196468 140729159876000 140191200889360 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7112] ppid=7051 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7112/stat : 7112 (java) S 7051 7054 6708 0 -1 1077944384 2 12881 0 0 0 0 5 2 20 0 15 0 47228514 11079016448 13409 33554432000 4194304 4196468 140729159876000 140191156583024 140191629929090 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7113] ppid=7051 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7113/stat : 7113 (java) S 7051 7054 6708 0 -1 1077944384 13 12881 0 0 0 0 5 2 20 0 15 0 47228514 11079016448 13409 33554432000 4194304 4196468 140729159876000 140191087977760 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7114] ppid=7051 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7114/stat : 7114 (java) S 7051 7054 6708 0 -1 1077944384 1 12881 0 0 0 0 5 2 20 0 15 0 47228514 11079016448 13409 33554432000 4194304 4196468 140729159876000 140190416889456 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7115] ppid=7051 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7115/stat : 7115 (java) S 7051 7054 6708 0 -1 1077944384 3 12881 0 0 0 0 5 2 20 0 15 0 47228517 11079016448 13409 33554432000 4194304 4196468 140729159876000 140190176598608 140191629936539 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7116] ppid=7051 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7054/task/7116/stat : 7116 (java) S 7051 7054 6708 0 -1 1077944384 493 12881 0 0 1 0 5 2 20 0 15 0 47228517 11079016448 13409 33554432000 4194304 4196468 140729159876000 140191054420080 140191629929090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7117] ppid=7051 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7054/task/7117/stat : 7117 (java) S 7051 7054 6708 0 -1 1077944384 90 12881 0 0 1 0 5 2 20 0 15 0 47228517 11079016448 13409 33554432000 4194304 4196468 140729159876000 140191053367280 140191629929090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7118] ppid=7051 vsize=10819352 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/7054/task/7118/stat : 7118 (java) S 7051 7054 6708 0 -1 1077944384 562 12881 0 0 4 0 5 2 20 0 15 0 47228517 11079016448 13409 33554432000 4194304 4196468 140729159876000 140191052314992 140191629929090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7119] ppid=7051 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7119/stat : 7119 (java) S 7051 7054 6708 0 -1 1077944384 3 12881 0 0 0 0 5 2 20 0 15 0 47228517 11079016448 13409 33554432000 4194304 4196468 140729159876000 140190143039968 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7120] ppid=7051 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7120/stat : 7120 (java) S 7051 7054 6708 0 -1 1077944384 1 12881 0 0 0 0 5 2 20 0 15 0 47228518 11079016448 13409 33554432000 4194304 4196468 140729159876000 140191051262896 140191629929090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53468 KiB

[startup+0.700711 s]
/proc/loadavg: 1.48 1.41 1.40 3/215 7120
/proc/meminfo: memFree=20844472/32770624 swapFree=67108860/67108860
[pid=7054] ppid=7051 vsize=10819352 memory=86164 CPUtime=0.98 cores=0,2,4,6
/proc/7054/stat : 7054 (java) S 7051 7054 6708 0 -1 1077944320 16733 12881 0 0 87 4 5 2 20 0 15 0 47228502 11079016448 21541 33554432000 4194304 4196468 140729159876000 140729159858544 140191629917943 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
/proc/7054/statm: 2704838 21541 3237 1 0 2667149 0
[pid=7054/tid=7107] ppid=7051 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/7054/task/7107/stat : 7107 (java) R 7051 7054 6708 0 -1 4202560 12249 12881 0 0 56 3 5 2 20 0 15 0 47228511 11079016448 21541 33554432000 4194304 4196468 140729159876000 140191601734208 140191610122224 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7108] ppid=7051 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7108/stat : 7108 (java) S 7051 7054 6708 0 -1 1077944384 1 12881 0 0 0 0 5 2 20 0 15 0 47228512 11079016448 21541 33554432000 4194304 4196468 140729159876000 140191634160016 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7109] ppid=7051 vsize=10819352 memory=4140 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7109/stat : 7109 (java) S 7051 7054 6708 0 -1 1077944384 2 12881 0 0 0 0 5 2 20 0 15 0 47228512 11079016448 21541 33554432000 4194304 4196468 140729159876000 140191559465232 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7110] ppid=7051 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7110/stat : 7110 (java) S 7051 7054 6708 0 -1 1077944384 1 12881 0 0 0 0 5 2 20 0 15 0 47228512 11079016448 21541 33554432000 4194304 4196468 140729159876000 140191201942160 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7111] ppid=7051 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7111/stat : 7111 (java) S 7051 7054 6708 0 -1 1077944384 2 12881 0 0 0 0 5 2 20 0 15 0 47228512 11079016448 21541 33554432000 4194304 4196468 140729159876000 140191200889360 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7112] ppid=7051 vsize=10819352 memory=4420 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7112/stat : 7112 (java) S 7051 7054 6708 0 -1 1077944384 5 12881 0 0 0 0 5 2 20 0 15 0 47228514 11079016448 21541 33554432000 4194304 4196468 140729159876000 140191156583024 140191629929090 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7113] ppid=7051 vsize=10819352 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7113/stat : 7113 (java) S 7051 7054 6708 0 -1 1077944384 13 12881 0 0 0 0 5 2 20 0 15 0 47228514 11079016448 21541 33554432000 4194304 4196468 140729159876000 140191087977760 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7114] ppid=7051 vsize=10819352 memory=8836 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7114/stat : 7114 (java) S 7051 7054 6708 0 -1 1077944384 1 12881 0 0 0 0 5 2 20 0 15 0 47228514 11079016448 21541 33554432000 4194304 4196468 140729159876000 140190416889456 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7115] ppid=7051 vsize=10819352 memory=11044 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7115/stat : 7115 (java) S 7051 7054 6708 0 -1 1077944384 3 12881 0 0 0 0 5 2 20 0 15 0 47228517 11079016448 21541 33554432000 4194304 4196468 140729159876000 140190176598608 140191629936539 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7116] ppid=7051 vsize=10819352 memory=13252 CPUtime=0.17 cores=0,2,4,6
/proc/7054/task/7116/stat : 7116 (java) S 7051 7054 6708 0 -1 1077944384 1162 12881 0 0 10 0 5 2 20 0 15 0 47228517 11079016448 21541 33554432000 4194304 4196468 140729159876000 140191054420080 140191629929090 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7117] ppid=7051 vsize=10819352 memory=15460 CPUtime=0.14 cores=0,2,4,6
/proc/7054/task/7117/stat : 7117 (java) S 7051 7054 6708 0 -1 1077944384 459 12881 0 0 7 0 5 2 20 0 15 0 47228517 11079016448 21541 33554432000 4194304 4196468 140729159876000 140191053367280 140191629929090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7118] ppid=7051 vsize=10819352 memory=17668 CPUtime=0.19 cores=0,2,4,6
/proc/7054/task/7118/stat : 7118 (java) S 7051 7054 6708 0 -1 1077944384 643 12881 0 0 12 0 5 2 20 0 15 0 47228517 11079016448 21541 33554432000 4194304 4196468 140729159876000 140191052314992 140191629929090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7119] ppid=7051 vsize=10819352 memory=19876 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7119/stat : 7119 (java) S 7051 7054 6708 0 -1 1077944384 3 12881 0 0 0 0 5 2 20 0 15 0 47228517 11079016448 21541 33554432000 4194304 4196468 140729159876000 140190143039968 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7120] ppid=7051 vsize=10819352 memory=22084 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7120/stat : 7120 (java) S 7051 7054 6708 0 -1 1077944384 1 12881 0 0 0 0 5 2 20 0 15 0 47228518 11079016448 21541 33554432000 4194304 4196468 140729159876000 140191051262896 140191629929090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86164 KiB

[startup+1.50318 s]
/proc/loadavg: 1.48 1.41 1.40 3/215 7120
/proc/meminfo: memFree=20801452/32770624 swapFree=67108860/67108860
[pid=7054] ppid=7051 vsize=10834252 memory=177548 CPUtime=2.26 cores=0,2,4,6
/proc/7054/stat : 7054 (java) S 7051 7054 6708 0 -1 1077944320 23968 12881 0 0 208 11 5 2 20 0 15 0 47228502 11094274048 44387 33554432000 4194304 4196468 140729159876000 140729159858544 140191629917943 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
/proc/7054/statm: 2708563 44387 3464 1 0 2670221 0
[pid=7054/tid=7107] ppid=7051 vsize=10834252 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/7054/task/7107/stat : 7107 (java) R 7051 7054 6708 0 -1 4202560 17916 12881 0 0 129 6 5 2 20 0 15 0 47228511 11094274048 44387 33554432000 4194304 4196468 140729159876000 140191601730792 140191622155070 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7108] ppid=7051 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7108/stat : 7108 (java) S 7051 7054 6708 0 -1 1077944384 188 12881 0 0 0 0 5 2 20 0 15 0 47228512 11094274048 44387 33554432000 4194304 4196468 140729159876000 140191634160016 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7109] ppid=7051 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7054/task/7109/stat : 7109 (java) S 7051 7054 6708 0 -1 1077944384 26 12881 0 0 1 0 5 2 20 0 15 0 47228512 11094274048 44387 33554432000 4194304 4196468 140729159876000 140191559465232 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7110] ppid=7051 vsize=10834252 memory=3611949788955226161 CPUtime=0.08 cores=0,2,4,6
/proc/7054/task/7110/stat : 7110 (java) S 7051 7054 6708 0 -1 1077944384 62 12881 0 0 1 0 5 2 20 0 15 0 47228512 11094274048 44387 33554432000 4194304 4196468 140729159876000 140191201942160 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7111] ppid=7051 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7111/stat : 7111 (java) S 7051 7054 6708 0 -1 1077944384 31 12881 0 0 0 0 5 2 20 0 15 0 47228512 11094274048 44387 33554432000 4194304 4196468 140729159876000 140191200889360 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7112] ppid=7051 vsize=10834252 memory=-7965959130280075168 CPUtime=0.08 cores=0,2,4,6
/proc/7054/task/7112/stat : 7112 (java) S 7051 7054 6708 0 -1 1077944384 49 12881 0 0 1 0 5 2 20 0 15 0 47228514 11094274048 44387 33554432000 4194304 4196468 140729159876000 140191156583024 140191629929090 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7113] ppid=7051 vsize=10834252 memory=280679334095104 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7113/stat : 7113 (java) S 7051 7054 6708 0 -1 1077944384 14 12881 0 0 0 0 5 2 20 0 15 0 47228514 11094274048 44387 33554432000 4194304 4196468 140729159876000 140191087977824 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7114] ppid=7051 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7114/stat : 7114 (java) S 7051 7054 6708 0 -1 1077944384 1 12881 0 0 0 0 5 2 20 0 15 0 47228514 11094274048 44387 33554432000 4194304 4196468 140729159876000 140190416889472 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7115] ppid=7051 vsize=10834252 memory=5380 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7115/stat : 7115 (java) S 7051 7054 6708 0 -1 1077944384 3 12881 0 0 0 0 5 2 20 0 15 0 47228517 11094274048 44387 33554432000 4194304 4196468 140729159876000 140190176598608 140191629936539 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7116] ppid=7051 vsize=10834252 memory=4616 CPUtime=0.26 cores=0,2,4,6
/proc/7054/task/7116/stat : 7116 (java) S 7051 7054 6708 0 -1 1077944384 1326 12881 0 0 19 0 5 2 20 0 15 0 47228517 11094274048 44387 33554432000 4194304 4196468 140729159876000 140191054420080 140191629929090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7117] ppid=7051 vsize=10834252 memory=1232 CPUtime=0.3 cores=0,2,4,6
/proc/7054/task/7117/stat : 7117 (java) S 7051 7054 6708 0 -1 1077944384 1003 12881 0 0 23 0 5 2 20 0 15 0 47228517 11094274048 44387 33554432000 4194304 4196468 140729159876000 140191053367280 140191629929090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7118] ppid=7051 vsize=10834252 memory=11964 CPUtime=0.37 cores=0,2,4,6
/proc/7054/task/7118/stat : 7118 (java) S 7051 7054 6708 0 -1 1077944384 1158 12881 0 0 30 0 5 2 20 0 15 0 47228517 11094274048 44387 33554432000 4194304 4196468 140729159876000 140191052314992 140191629929090 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7119] ppid=7051 vsize=10834252 memory=1708 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7119/stat : 7119 (java) S 7051 7054 6708 0 -1 1077944384 3 12881 0 0 0 0 5 2 20 0 15 0 47228517 11094274048 44387 33554432000 4194304 4196468 140729159876000 140190143039968 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7120] ppid=7051 vsize=10834252 memory=8384 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7120/stat : 7120 (java) S 7051 7054 6708 0 -1 1077944384 1 12881 0 0 0 0 5 2 20 0 15 0 47228518 11094274048 44387 33554432000 4194304 4196468 140729159876000 140191051262896 140191629929090 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 10834252 KiB

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

/proc/7054/task/7107/stat : 7107 (java) R 7051 7054 6708 0 -1 4202560 69027 12881 0 0 231337 23 5 2 20 0 15 0 47228511 11173986304 130989 33554432000 4194304 4196468 140729159876000 140191601751840 140191239334542 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7108] ppid=7051 vsize=10912096 memory=523956 CPUtime=3.67 cores=0,2,4,6
/proc/7054/task/7108/stat : 7108 (java) S 7051 7054 6708 0 -1 1077944384 5511 12881 0 0 340 20 5 2 20 0 15 0 47228512 11173986304 130989 33554432000 4194304 4196468 140729159876000 140191634160016 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7109] ppid=7051 vsize=10912096 memory=523956 CPUtime=3.69 cores=0,2,4,6
/proc/7054/task/7109/stat : 7109 (java) S 7051 7054 6708 0 -1 1077944384 6629 12881 0 0 341 21 5 2 20 0 15 0 47228512 11173986304 130989 33554432000 4194304 4196468 140729159876000 140191559465232 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7110] ppid=7051 vsize=10912096 memory=523956 CPUtime=3.68 cores=0,2,4,6
/proc/7054/task/7110/stat : 7110 (java) S 7051 7054 6708 0 -1 1077944384 4416 12881 0 0 343 18 5 2 20 0 15 0 47228512 11173986304 130989 33554432000 4194304 4196468 140729159876000 140191201942160 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7111] ppid=7051 vsize=10912096 memory=523956 CPUtime=3.68 cores=0,2,4,6
/proc/7054/task/7111/stat : 7111 (java) S 7051 7054 6708 0 -1 1077944384 4676 12881 0 0 340 21 5 2 20 0 15 0 47228512 11173986304 130989 33554432000 4194304 4196468 140729159876000 140191200889360 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7112] ppid=7051 vsize=10912096 memory=523956 CPUtime=3.68 cores=0,2,4,6
/proc/7054/task/7112/stat : 7112 (java) S 7051 7054 6708 0 -1 1077944384 7359 12881 0 0 342 19 5 2 20 0 15 0 47228514 11173986304 130989 33554432000 4194304 4196468 140729159876000 140191156583024 140191629929090 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7113] ppid=7051 vsize=10912096 memory=4048 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7113/stat : 7113 (java) S 7051 7054 6708 0 -1 1077944384 18 12881 0 0 0 0 5 2 20 0 15 0 47228514 11173986304 130989 33554432000 4194304 4196468 140729159876000 140191087977824 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7114] ppid=7051 vsize=10912096 memory=640 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7114/stat : 7114 (java) S 7051 7054 6708 0 -1 1077944384 6 12881 0 0 0 0 5 2 20 0 15 0 47228514 11173986304 130989 33554432000 4194304 4196468 140729159876000 140190416889472 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7115] ppid=7051 vsize=10912096 memory=523956 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7115/stat : 7115 (java) S 7051 7054 6708 0 -1 1077944384 3 12881 0 0 0 0 5 2 20 0 15 0 47228517 11173986304 130989 33554432000 4194304 4196468 140729159876000 140190176598608 140191629936539 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7116] ppid=7051 vsize=10912096 memory=523956 CPUtime=3.66 cores=0,2,4,6
/proc/7054/task/7116/stat : 7116 (java) S 7051 7054 6708 0 -1 1077944384 18401 12881 0 0 357 2 5 2 20 0 15 0 47228517 11173986304 130989 33554432000 4194304 4196468 140729159876000 140191054420080 140191629929090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7117] ppid=7051 vsize=10912096 memory=523956 CPUtime=3.38 cores=0,2,4,6
/proc/7054/task/7117/stat : 7117 (java) S 7051 7054 6708 0 -1 1077944384 17798 12881 0 0 327 4 5 2 20 0 15 0 47228517 11173986304 130989 33554432000 4194304 4196468 140729159876000 140191053367280 140191629929090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7118] ppid=7051 vsize=10912096 memory=523956 CPUtime=1.66 cores=0,2,4,6
/proc/7054/task/7118/stat : 7118 (java) S 7051 7054 6708 0 -1 1077944384 26381 12881 0 0 153 6 5 2 20 0 15 0 47228517 11173986304 130989 33554432000 4194304 4196468 140729159876000 140191052314992 140191629929090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7119] ppid=7051 vsize=10912096 memory=1708 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7119/stat : 7119 (java) S 7051 7054 6708 0 -1 1077944384 3 12881 0 0 0 0 5 2 20 0 15 0 47228517 11173986304 130989 33554432000 4194304 4196468 140729159876000 140190143039968 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7120] ppid=7051 vsize=10912096 memory=8384 CPUtime=1.29 cores=0,2,4,6
/proc/7054/task/7120/stat : 7120 (java) S 7051 7054 6708 0 -1 1077944384 738 12881 0 0 65 57 5 2 20 0 15 0 47228518 11173986304 130989 33554432000 4194304 4196468 140729159876000 140191051262896 140191629929090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
Current children cumulated CPU time: 2341.53 s
Current children cumulated vsize: 10912096 KiB
Current children cumulated memory: 523956 KiB

[startup+2382.3 s]
/proc/loadavg: 1.97 1.75 1.59 3/215 7349
/proc/meminfo: memFree=15282600/32770624 swapFree=67108860/67108860
[pid=7054] ppid=7051 vsize=10912096 memory=524060 CPUtime=2401.79 cores=0,2,4,6
/proc/7054/stat : 7054 (java) S 7051 7054 6708 0 -1 1077944320 164070 12881 0 0 240001 171 5 2 20 0 15 0 47228502 11173986304 131015 33554432000 4194304 4196468 140729159876000 140729159858544 140191629917943 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
/proc/7054/statm: 2728024 131015 3522 1 0 2689677 0
[pid=7054/tid=7107] ppid=7051 vsize=10912096 memory=524060 CPUtime=2373.42 cores=0,2,4,6
/proc/7054/task/7107/stat : 7107 (java) R 7051 7054 6708 0 -1 4202560 69398 12881 0 0 237312 23 5 2 20 0 15 0 47228511 11173986304 131015 33554432000 4194304 4196468 140729159876000 140191601751936 140191243487141 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7108] ppid=7051 vsize=10912096 memory=280679334670896 CPUtime=3.77 cores=0,2,4,6
/proc/7054/task/7108/stat : 7108 (java) S 7051 7054 6708 0 -1 1077944384 5524 12881 0 0 349 21 5 2 20 0 15 0 47228512 11173986304 131015 33554432000 4194304 4196468 140729159876000 140191634160016 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7109] ppid=7051 vsize=10912096 memory=524060 CPUtime=3.78 cores=0,2,4,6
/proc/7054/task/7109/stat : 7109 (java) S 7051 7054 6708 0 -1 1077944384 6644 12881 0 0 350 21 5 2 20 0 15 0 47228512 11173986304 131015 33554432000 4194304 4196468 140729159876000 140191559465232 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7110] ppid=7051 vsize=10912096 memory=524060 CPUtime=3.79 cores=0,2,4,6
/proc/7054/task/7110/stat : 7110 (java) S 7051 7054 6708 0 -1 1077944384 4659 12881 0 0 353 19 5 2 20 0 15 0 47228512 11173986304 131015 33554432000 4194304 4196468 140729159876000 140191201942160 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7111] ppid=7051 vsize=10912096 memory=33 CPUtime=3.77 cores=0,2,4,6
/proc/7054/task/7111/stat : 7111 (java) S 7051 7054 6708 0 -1 1077944384 4777 12881 0 0 349 21 5 2 20 0 15 0 47228512 11173986304 131015 33554432000 4194304 4196468 140729159876000 140191200889360 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7112] ppid=7051 vsize=10912096 memory=524060 CPUtime=3.77 cores=0,2,4,6
/proc/7054/task/7112/stat : 7112 (java) S 7051 7054 6708 0 -1 1077944384 7520 12881 0 0 351 19 5 2 20 0 15 0 47228514 11173986304 131015 33554432000 4194304 4196468 140729159876000 140191156583024 140191629929090 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7113] ppid=7051 vsize=10912096 memory=524060 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7113/stat : 7113 (java) S 7051 7054 6708 0 -1 1077944384 18 12881 0 0 0 0 5 2 20 0 15 0 47228514 11173986304 131015 33554432000 4194304 4196468 140729159876000 140191087977824 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7114] ppid=7051 vsize=10912096 memory=524060 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7114/stat : 7114 (java) S 7051 7054 6708 0 -1 1077944384 6 12881 0 0 0 0 5 2 20 0 15 0 47228514 11173986304 131015 33554432000 4194304 4196468 140729159876000 140190416889472 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7115] ppid=7051 vsize=10912096 memory=1200 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7115/stat : 7115 (java) S 7051 7054 6708 0 -1 1077944384 3 12881 0 0 0 0 5 2 20 0 15 0 47228517 11173986304 131015 33554432000 4194304 4196468 140729159876000 140190176598608 140191629936539 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7116] ppid=7051 vsize=10912096 memory=280679334797920 CPUtime=3.66 cores=0,2,4,6
/proc/7054/task/7116/stat : 7116 (java) S 7051 7054 6708 0 -1 1077944384 18403 12881 0 0 357 2 5 2 20 0 15 0 47228517 11173986304 131015 33554432000 4194304 4196468 140729159876000 140191054420080 140191629929090 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7117] ppid=7051 vsize=10912096 memory=524060 CPUtime=3.38 cores=0,2,4,6
/proc/7054/task/7117/stat : 7117 (java) S 7051 7054 6708 0 -1 1077944384 17800 12881 0 0 327 4 5 2 20 0 15 0 47228517 11173986304 131015 33554432000 4194304 4196468 140729159876000 140191053367280 140191629929090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7118] ppid=7051 vsize=10912096 memory=4140 CPUtime=1.66 cores=0,2,4,6
/proc/7054/task/7118/stat : 7118 (java) S 7051 7054 6708 0 -1 1077944384 26383 12881 0 0 153 6 5 2 20 0 15 0 47228517 11173986304 131015 33554432000 4194304 4196468 140729159876000 140191052314992 140191629929090 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7119] ppid=7051 vsize=10912096 memory=524060 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7119/stat : 7119 (java) S 7051 7054 6708 0 -1 1077944384 3 12881 0 0 0 0 5 2 20 0 15 0 47228517 11173986304 131015 33554432000 4194304 4196468 140729159876000 140190143039968 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7120] ppid=7051 vsize=10912096 memory=15872 CPUtime=1.32 cores=0,2,4,6
/proc/7054/task/7120/stat : 7120 (java) S 7051 7054 6708 0 -1 1077944384 744 12881 0 0 67 58 5 2 20 0 15 0 47228518 11173986304 131015 33554432000 4194304 4196468 140729159876000 140191051262896 140191629929090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
Current children cumulated CPU time: 2401.79 s
Current children cumulated vsize: 10912096 KiB
Current children cumulated memory: 524060 KiB

[startup+2442.3 s]
/proc/loadavg: 1.87 1.74 1.60 4/215 7481
/proc/meminfo: memFree=20134824/32770624 swapFree=67108860/67108860
[pid=7054] ppid=7051 vsize=10912096 memory=524060 CPUtime=2462.07 cores=0,2,4,6
/proc/7054/stat : 7054 (java) S 7051 7054 6708 0 -1 1077944320 164347 12881 0 0 246026 174 5 2 20 0 15 0 47228502 11173986304 131015 33554432000 4194304 4196468 140729159876000 140729159858544 140191629917943 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
/proc/7054/statm: 2728024 131015 3522 1 0 2689677 0
[pid=7054/tid=7107] ppid=7051 vsize=10912096 memory=524060 CPUtime=2433.19 cores=0,2,4,6
/proc/7054/task/7107/stat : 7107 (java) R 7051 7054 6708 0 -1 4202560 69571 12881 0 0 243289 23 5 2 20 0 15 0 47228511 11173986304 131015 33554432000 4194304 4196468 140729159876000 140191601751744 140191243701455 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7108] ppid=7051 vsize=10912096 memory=524060 CPUtime=3.87 cores=0,2,4,6
/proc/7054/task/7108/stat : 7108 (java) S 7051 7054 6708 0 -1 1077944384 5535 12881 0 0 359 21 5 2 20 0 15 0 47228512 11173986304 131015 33554432000 4194304 4196468 140729159876000 140191634160016 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7109] ppid=7051 vsize=10912096 memory=524060 CPUtime=3.88 cores=0,2,4,6
/proc/7054/task/7109/stat : 7109 (java) S 7051 7054 6708 0 -1 1077944384 6655 12881 0 0 359 22 5 2 20 0 15 0 47228512 11173986304 131015 33554432000 4194304 4196468 140729159876000 140191559465232 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7110] ppid=7051 vsize=10912096 memory=524060 CPUtime=3.88 cores=0,2,4,6
/proc/7054/task/7110/stat : 7110 (java) S 7051 7054 6708 0 -1 1077944384 4674 12881 0 0 362 19 5 2 20 0 15 0 47228512 11173986304 131015 33554432000 4194304 4196468 140729159876000 140191201942160 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7111] ppid=7051 vsize=10912096 memory=524060 CPUtime=3.87 cores=0,2,4,6
/proc/7054/task/7111/stat : 7111 (java) S 7051 7054 6708 0 -1 1077944384 4788 12881 0 0 358 22 5 2 20 0 15 0 47228512 11173986304 131015 33554432000 4194304 4196468 140729159876000 140191200889360 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7112] ppid=7051 vsize=10912096 memory=524060 CPUtime=3.88 cores=0,2,4,6
/proc/7054/task/7112/stat : 7112 (java) S 7051 7054 6708 0 -1 1077944384 7560 12881 0 0 361 20 5 2 20 0 15 0 47228514 11173986304 131015 33554432000 4194304 4196468 140729159876000 140191156583024 140191629929090 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7113] ppid=7051 vsize=10912096 memory=524060 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7113/stat : 7113 (java) S 7051 7054 6708 0 -1 1077944384 18 12881 0 0 0 0 5 2 20 0 15 0 47228514 11173986304 131015 33554432000 4194304 4196468 140729159876000 140191087977824 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7114] ppid=7051 vsize=10912096 memory=524060 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7114/stat : 7114 (java) S 7051 7054 6708 0 -1 1077944384 6 12881 0 0 0 0 5 2 20 0 15 0 47228514 11173986304 131015 33554432000 4194304 4196468 140729159876000 140190416889472 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7115] ppid=7051 vsize=10912096 memory=524060 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7115/stat : 7115 (java) S 7051 7054 6708 0 -1 1077944384 3 12881 0 0 0 0 5 2 20 0 15 0 47228517 11173986304 131015 33554432000 4194304 4196468 140729159876000 140190176598608 140191629936539 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7116] ppid=7051 vsize=10912096 memory=524060 CPUtime=3.66 cores=0,2,4,6
/proc/7054/task/7116/stat : 7116 (java) S 7051 7054 6708 0 -1 1077944384 18403 12881 0 0 357 2 5 2 20 0 15 0 47228517 11173986304 131015 33554432000 4194304 4196468 140729159876000 140191054420080 140191629929090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7117] ppid=7051 vsize=10912096 memory=524060 CPUtime=3.38 cores=0,2,4,6
/proc/7054/task/7117/stat : 7117 (java) S 7051 7054 6708 0 -1 1077944384 17800 12881 0 0 327 4 5 2 20 0 15 0 47228517 11173986304 131015 33554432000 4194304 4196468 140729159876000 140191053367280 140191629929090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7118] ppid=7051 vsize=10912096 memory=0 CPUtime=1.66 cores=0,2,4,6
/proc/7054/task/7118/stat : 7118 (java) S 7051 7054 6708 0 -1 1077944384 26383 12881 0 0 153 6 5 2 20 0 15 0 47228517 11173986304 131015 33554432000 4194304 4196468 140729159876000 140191052314992 140191629929090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7119] ppid=7051 vsize=10912096 memory=524060 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7119/stat : 7119 (java) S 7051 7054 6708 0 -1 1077944384 3 12881 0 0 0 0 5 2 20 0 15 0 47228517 11173986304 131015 33554432000 4194304 4196468 140729159876000 140190143039968 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7120] ppid=7051 vsize=10912096 memory=792 CPUtime=1.35 cores=0,2,4,6
/proc/7054/task/7120/stat : 7120 (java) S 7051 7054 6708 0 -1 1077944384 760 12881 0 0 69 59 5 2 20 0 15 0 47228518 11173986304 131015 33554432000 4194304 4196468 140729159876000 140191051262896 140191629929090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
Current children cumulated CPU time: 2462.07 s
Current children cumulated vsize: 10912096 KiB
Current children cumulated memory: 524060 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2500 s]*
/proc/loadavg: 1.62 1.68 1.59 3/215 7482
/proc/meminfo: memFree=19530760/32770624 swapFree=67108860/67108860
[pid=7054] ppid=7051 vsize=10912096 memory=524148 CPUtime=2520.06 cores=0,2,4,6
/proc/7054/stat : 7054 (java) S 7051 7054 6708 0 -1 1077944320 165592 12881 0 0 251820 179 5 2 20 0 15 0 47228502 11173986304 131037 33554432000 4194304 4196468 140729159876000 140729159858544 140191629917943 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
/proc/7054/statm: 2728024 131037 3522 1 0 2689677 0
[pid=7054/tid=7107] ppid=7051 vsize=10912096 memory=8112282956445269571 CPUtime=2490.69 cores=0,2,4,6
/proc/7054/task/7107/stat : 7107 (java) R 7051 7054 6708 0 -1 4202560 69929 12881 0 0 249039 23 5 2 20 0 15 0 47228511 11173986304 131037 33554432000 4194304 4196468 140729159876000 140191601752288 140191243488257 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7108] ppid=7051 vsize=10912096 memory=4126316290023845779 CPUtime=3.95 cores=0,2,4,6
/proc/7054/task/7108/stat : 7108 (java) S 7051 7054 6708 0 -1 1077944384 5780 12881 0 0 366 22 5 2 20 0 15 0 47228512 11173986304 131037 33554432000 4194304 4196468 140729159876000 140191634160016 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7109] ppid=7051 vsize=10912096 memory=4616 CPUtime=3.96 cores=0,2,4,6
/proc/7054/task/7109/stat : 7109 (java) S 7051 7054 6708 0 -1 1077944384 6755 12881 0 0 367 22 5 2 20 0 15 0 47228512 11173986304 131037 33554432000 4194304 4196468 140729159876000 140191559465232 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7110] ppid=7051 vsize=10912096 memory=1232 CPUtime=3.97 cores=0,2,4,6
/proc/7054/task/7110/stat : 7110 (java) S 7051 7054 6708 0 -1 1077944384 4687 12881 0 0 370 20 5 2 20 0 15 0 47228512 11173986304 131037 33554432000 4194304 4196468 140729159876000 140191201942160 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7111] ppid=7051 vsize=10912096 memory=11964 CPUtime=3.96 cores=0,2,4,6
/proc/7054/task/7111/stat : 7111 (java) S 7051 7054 6708 0 -1 1077944384 4811 12881 0 0 366 23 5 2 20 0 15 0 47228512 11173986304 131037 33554432000 4194304 4196468 140729159876000 140191200889360 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7112] ppid=7051 vsize=10912096 memory=1800 CPUtime=3.97 cores=0,2,4,6
/proc/7054/task/7112/stat : 7112 (java) S 7051 7054 6708 0 -1 1077944384 7721 12881 0 0 369 21 5 2 20 0 15 0 47228514 11173986304 131037 33554432000 4194304 4196468 140729159876000 140191156583024 140191629929090 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7113] ppid=7051 vsize=10912096 memory=920 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7113/stat : 7113 (java) S 7051 7054 6708 0 -1 1077944384 18 12881 0 0 0 0 5 2 20 0 15 0 47228514 11173986304 131037 33554432000 4194304 4196468 140729159876000 140191087977824 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7114] ppid=7051 vsize=10912096 memory=3852 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7114/stat : 7114 (java) S 7051 7054 6708 0 -1 1077944384 6 12881 0 0 0 0 5 2 20 0 15 0 47228514 11173986304 131037 33554432000 4194304 4196468 140729159876000 140190416889472 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7115] ppid=7051 vsize=10912096 memory=2604 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7115/stat : 7115 (java) S 7051 7054 6708 0 -1 1077944384 3 12881 0 0 0 0 5 2 20 0 15 0 47228517 11173986304 131037 33554432000 4194304 4196468 140729159876000 140190176598608 140191629936539 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7116] ppid=7051 vsize=10912096 memory=2712 CPUtime=3.66 cores=0,2,4,6
/proc/7054/task/7116/stat : 7116 (java) S 7051 7054 6708 0 -1 1077944384 18737 12881 0 0 357 2 5 2 20 0 15 0 47228517 11173986304 131037 33554432000 4194304 4196468 140729159876000 140191054420080 140191629929090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7117] ppid=7051 vsize=10912096 memory=1408 CPUtime=3.38 cores=0,2,4,6
/proc/7054/task/7117/stat : 7117 (java) S 7051 7054 6708 0 -1 1077944384 17802 12881 0 0 327 4 5 2 20 0 15 0 47228517 11173986304 131037 33554432000 4194304 4196468 140729159876000 140191053367280 140191629929090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7118] ppid=7051 vsize=10912096 memory=3244 CPUtime=1.66 cores=0,2,4,6
/proc/7054/task/7118/stat : 7118 (java) S 7051 7054 6708 0 -1 1077944384 26385 12881 0 0 153 6 5 2 20 0 15 0 47228517 11173986304 131037 33554432000 4194304 4196468 140729159876000 140191052314992 140191629929090 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7119] ppid=7051 vsize=10912096 memory=524148 CPUtime=0.07 cores=0,2,4,6
/proc/7054/task/7119/stat : 7119 (java) S 7051 7054 6708 0 -1 1077944384 3 12881 0 0 0 0 5 2 20 0 15 0 47228517 11173986304 131037 33554432000 4194304 4196468 140729159876000 140190143039968 140191629928149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
[pid=7054/tid=7120] ppid=7051 vsize=10912096 memory=4104 CPUtime=1.38 cores=0,2,4,6
/proc/7054/task/7120/stat : 7120 (java) S 7051 7054 6708 0 -1 1077944384 767 12881 0 0 70 61 5 2 20 0 15 0 47228518 11173986304 131037 33554432000 4194304 4196468 140729159876000 140191051262896 140191629929090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27344896 140729159878828 140729159882076 140729159882076 140729159884751 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10912096 KiB
Current children cumulated memory: 524148 KiB

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

[startup+2500.03 s]
# the end of solver process 7054 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.28 s, system=1.83481 s

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

Child status: 143
Real time (s): 2500.03
CPU time (s): 2520.11
CPU user time (s): 2518.28
CPU system time (s): 1.83481
CPU usage (%): 100.803
Max. virtual memory (cumulated for all children) (KiB): 10914732
Max. memory (cumulated for all children) (KiB): 554800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.28
system time used= 1.83481
maximum resident set size= 554800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179405
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 135337
involuntary context switches= 5253


# summary of solver processes directly reported to runsolver:
#   pid: 7054
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2518.28
#   total CPU system time (s): 1.83481

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.6503 second user time and 16.9355 second system time

The end

Launcher Data

Begin job on node104 at 2018-07-22 23:57:33
IDJOB=4292875
IDBENCH=141027
IDSOLVER=2751
FILE ID=node104/4292875-1532296653
RUNJOBID= node104-1532294157-6739
PBS_JOBID= 21018980
Free space on /tmp= 57220 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-08_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-4292875-1532296653/watcher-4292875-1532296653 -o /tmp/evaluation-result-4292875-1532296653/solver-4292875-1532296653 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532294157-6739 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=166564474 -superng HOME/instance-4292875-1532296653.xml

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

MD5SUM BENCH= 097ee2ac2bfb45f3aedded97da1eabe0
RANDOM SEED=166564474

node104.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.11
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.11
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.11
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.11
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:        20895532 kB
MemAvailable:   31478408 kB
Buffers:          245620 kB
Cached:         10544588 kB
SwapCached:            0 kB
Active:          2387164 kB
Inactive:        8915004 kB
Active(anon):     515376 kB
Inactive(anon):    17088 kB
Active(file):    1871788 kB
Inactive(file):  8897916 kB
Unevictable:        7176 kB
Mlocked:            7176 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26672 kB
Writeback:            16 kB
AnonPages:        519700 kB
Mapped:            49344 kB
Shmem:             17036 kB
Slab:             269684 kB
SReclaimable:     241632 kB
SUnreclaim:        28052 kB
KernelStack:        3520 kB
PageTables:         6484 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1469884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    421888 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 57192 MiB
End job on node104 at 2018-07-23 00:39:14