Trace number 4302794

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.9.2-SuperNG? (TO) 252.117 214.561

General information on the benchmark

NameSteelMillSlab/
SteelMillSlab-m1-4-0_c18.xml
MD5SUMed32499ea7c7019ad5624e4a2d93decd
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables333
Number of constraints356
Number of domains3
Minimum domain size10
Maximum domain size111
Distribution of domain sizes[{"size":10,"count":111},{"size":37,"count":111},{"size":111,"count":111}]
Minimum variable degree2
Maximum variable degree224
Distribution of variable degrees[{"degree":2,"count":111},{"degree":4,"count":111},{"degree":222,"count":78},{"degree":223,"count":24},{"degree":224,"count":9}]
Minimum constraint arity2
Maximum constraint arity112
Distribution of constraint arities[{"arity":2,"count":132},{"arity":111,"count":113},{"arity":112,"count":111}]
Number of extensional constraints111
Number of intensional constraints21
Distribution of constraint types[{"type":"extension","count":111},{"type":"intension","count":21},{"type":"ordered","count":1},{"type":"sum","count":223}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.98/0.74	c Concrete v3.9.2.1532736233296 running
252.03/214.52	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.03/214.52		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.03/214.52		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.03/214.52		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
252.03/214.52		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
252.03/214.52		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
252.03/214.52		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.03/214.53		at concrete.IntervalDomain.filter(IntervalDomain.scala:81)
252.03/214.53		at concrete.IntervalDomain.filter(IntervalDomain.scala:7)
252.03/214.53		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.03/214.53		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.03/214.53		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.03/214.53		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.03/214.53		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.03/214.53		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.03/214.53		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.03/214.53		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.03/214.53		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.03/214.53		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.03/214.53		at scala.Option.map(Option.scala:146)
252.03/214.53		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.03/214.53		at concrete.MAC.mac(MAC.scala:203)
252.03/214.53		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.03/214.53		at scala.util.Try$.apply(Try.scala:209)
252.03/214.53		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.03/214.53		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.03/214.53		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.03/214.53		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.03/214.53		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.03/214.53		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.03/214.53		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.03/214.53		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.03/214.53		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.03/214.53		at concrete.MAC.oneRun(MAC.scala:253)
252.03/214.53		at concrete.MAC.nextSolution(MAC.scala:272)
252.03/214.53		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
252.03/214.53		at concrete.ProblemState.map(ProblemState.scala:221)
252.03/214.53		at concrete.ProblemState.map(ProblemState.scala:204)
252.03/214.53		at concrete.MAC.nextSolution(MAC.scala:334)
252.03/214.53		at concrete.Solver.hasNext(Solver.scala:166)
252.03/214.53		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.03/214.53		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.03/214.53		at concrete.Solver.foreach(Solver.scala:68)
252.03/214.53		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.03/214.53		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.03/214.53		at scala.util.Success.map(Try.scala:209)
252.03/214.53		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.03/214.53		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.03/214.53		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.03/214.53		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.03/214.53		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.03/214.53		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.03/214.53		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.03/214.53		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.03/214.53		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.03/214.53		at scala.collection.immutable.List.foreach(List.scala:389)
252.03/214.53		at scala.App.main(App.scala:76)
252.03/214.53		at scala.App.main$(App.scala:74)
252.03/214.53		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.03/214.53		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.03/214.54	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 (11138 MiB free)
  memory of node 1: 16384 MiB (15794 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302794-1532898886/watcher-4302794-1532898886 -o /tmp/evaluation-result-4302794-1532898886/solver-4302794-1532898886 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532893975-22777 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1135316811 -superng HOME/instance-4302794-1532898886.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=30763, runsolver pid=30760

[startup+0.10056 s]*
/proc/loadavg: 1.67 1.62 1.70 2/207 30820
/proc/meminfo: memFree=27569844/32770624 swapFree=67108860/67108860
[pid=30763] ppid=30760 vsize=10005480 memory=17080 CPUtime=0.09 cores=1,3,5,7
/proc/30763/stat : 30763 (java) S 30760 30763 13514 0 -1 1077944320 4419 12873 0 0 1 1 5 2 20 0 6 0 107451812 10245611520 4270 33554432000 4194304 4196468 140729727047664 140729727030208 140060487241463 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
/proc/30763/statm: 2501370 4270 1935 1 0 2489808 0
[pid=30763/tid=30816] ppid=30760 vsize=10005480 memory=4279135703913364878 CPUtime=0.08 cores=1,3,5,7
/proc/30763/task/30816/stat : 30816 (java) R 30760 30763 13514 0 -1 4202560 2225 12873 0 0 1 0 5 2 20 0 6 0 107451821 10245611520 4270 33554432000 4194304 4196468 140729727047664 140060459078224 140060471321950 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30817] ppid=30760 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30817/stat : 30817 (java) S 30760 30763 13514 0 -1 1077944384 2 12873 0 0 0 0 5 2 20 0 6 0 107451822 10245611520 4270 33554432000 4194304 4196468 140729727047664 140060491483920 140060487251669 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30818] ppid=30760 vsize=10005480 memory=140207799912064 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30818/stat : 30818 (java) S 30760 30763 13514 0 -1 1077944384 1 12873 0 0 0 0 5 2 20 0 6 0 107451822 10245611520 4270 33554432000 4194304 4196468 140729727047664 140060362132368 140060487251669 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30819] ppid=30760 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30819/stat : 30819 (java) S 30760 30763 13514 0 -1 1077944384 1 12873 0 0 0 0 5 2 20 0 6 0 107451822 10245611520 4270 33554432000 4194304 4196468 140729727047664 140060361079824 140060487251669 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30820] ppid=30760 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30820/stat : 30820 (java) S 30760 30763 13514 0 -1 1077944384 2 12873 0 0 0 0 5 2 20 0 6 0 107451822 10245611520 4270 33554432000 4194304 4196468 140729727047664 140060025216144 140060487251669 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17080 KiB

[startup+0.209902 s]*
/proc/loadavg: 1.67 1.62 1.70 3/216 30829
/proc/meminfo: memFree=27547544/32770624 swapFree=67108860/67108860
[pid=30763] ppid=30760 vsize=10982696 memory=42588 CPUtime=0.25 cores=1,3,5,7
/proc/30763/stat : 30763 (java) S 30760 30763 13514 0 -1 1077944320 8564 12873 0 0 16 2 5 2 20 0 15 0 107451812 11246280704 10647 33554432000 4194304 4196468 140729727047664 140729727030208 140060487241463 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
/proc/30763/statm: 2745674 10647 2933 1 0 2708109 0
[pid=30763/tid=30816] ppid=30760 vsize=10982696 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/30763/task/30816/stat : 30816 (java) R 30760 30763 13514 0 -1 4202560 5085 12873 0 0 10 1 5 2 20 0 15 0 107451821 11246280704 10647 33554432000 4194304 4196468 140729727047664 140060459039120 140060467516680 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30817] ppid=30760 vsize=10982696 memory=339 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30817/stat : 30817 (java) S 30760 30763 13514 0 -1 1077944384 2 12873 0 0 0 0 5 2 20 0 15 0 107451822 11246280704 10647 33554432000 4194304 4196468 140729727047664 140060491483920 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30818] ppid=30760 vsize=10982696 memory=3834170454791145120 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30818/stat : 30818 (java) S 30760 30763 13514 0 -1 1077944384 1 12873 0 0 0 0 5 2 20 0 15 0 107451822 11246280704 10647 33554432000 4194304 4196468 140729727047664 140060362132368 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30819] ppid=30760 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30819/stat : 30819 (java) S 30760 30763 13514 0 -1 1077944384 1 12873 0 0 0 0 5 2 20 0 15 0 107451822 11246280704 10647 33554432000 4194304 4196468 140729727047664 140060361079824 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30820] ppid=30760 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30820/stat : 30820 (java) S 30760 30763 13514 0 -1 1077944384 2 12873 0 0 0 0 5 2 20 0 15 0 107451822 11246280704 10647 33554432000 4194304 4196468 140729727047664 140060025216144 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30821] ppid=30760 vsize=10982696 memory=140207799912064 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30821/stat : 30821 (java) S 30760 30763 13514 0 -1 1077944384 2 12873 0 0 0 0 5 2 20 0 15 0 107451823 11246280704 10647 33554432000 4194304 4196468 140729727047664 140059658160112 140060487252610 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30822] ppid=30760 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30822/stat : 30822 (java) S 30760 30763 13514 0 -1 1077944384 13 12873 0 0 0 0 5 2 20 0 15 0 107451823 11246280704 10647 33554432000 4194304 4196468 140729727047664 140059286168480 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30823] ppid=30760 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30823/stat : 30823 (java) S 30760 30763 13514 0 -1 1077944384 21 12873 0 0 0 0 5 2 20 0 15 0 107451824 11246280704 10647 33554432000 4194304 4196468 140729727047664 140059219055600 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30824] ppid=30760 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30824/stat : 30824 (java) S 30760 30763 13514 0 -1 1077944384 3 12873 0 0 0 0 5 2 20 0 15 0 107451826 11246280704 10647 33554432000 4194304 4196468 140729727047664 140058911660240 140060487260059 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30825] ppid=30760 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30763/task/30825/stat : 30825 (java) S 30760 30763 13514 0 -1 1077944384 369 12873 0 0 1 0 5 2 20 0 15 0 107451826 11246280704 10647 33554432000 4194304 4196468 140729727047664 140059657107952 140060487252610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30826] ppid=30760 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30826/stat : 30826 (java) S 30760 30763 13514 0 -1 1077944384 251 12873 0 0 0 0 5 2 20 0 15 0 107451826 11246280704 10647 33554432000 4194304 4196468 140729727047664 140059656055408 140060487252610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30827] ppid=30760 vsize=10982696 memory=140207799912064 CPUtime=0.1 cores=1,3,5,7
/proc/30763/task/30827/stat : 30827 (java) S 30760 30763 13514 0 -1 1077944384 618 12873 0 0 3 0 5 2 20 0 15 0 107451826 11246280704 10647 33554432000 4194304 4196468 140729727047664 140059655002864 140060487252610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30828] ppid=30760 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30828/stat : 30828 (java) S 30760 30763 13514 0 -1 1077944384 3 12873 0 0 0 0 5 2 20 0 15 0 107451827 11246280704 10647 33554432000 4194304 4196468 140729727047664 140058480864352 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30829] ppid=30760 vsize=10982696 memory=140207799912064 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30829/stat : 30829 (java) S 30760 30763 13514 0 -1 1077944384 1 12873 0 0 0 0 5 2 20 0 15 0 107451827 11246280704 10647 33554432000 4194304 4196468 140729727047664 140059653949744 140060487252610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 42588 KiB

[startup+0.310329 s]*
/proc/loadavg: 1.67 1.62 1.70 3/216 30829
/proc/meminfo: memFree=27538984/32770624 swapFree=67108860/67108860
[pid=30763] ppid=30760 vsize=10983192 memory=53936 CPUtime=0.38 cores=1,3,5,7
/proc/30763/stat : 30763 (java) S 30760 30763 13514 0 -1 1077944320 10588 12873 0 0 28 3 5 2 20 0 15 0 107451812 11246788608 13484 33554432000 4194304 4196468 140729727047664 140729727030208 140060487241463 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
/proc/30763/statm: 2745798 13484 3065 1 0 2708109 0
[pid=30763/tid=30816] ppid=30760 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/30763/task/30816/stat : 30816 (java) R 30760 30763 13514 0 -1 4202560 7101 12873 0 0 19 2 5 2 20 0 15 0 107451821 11246788608 13484 33554432000 4194304 4196468 140729727047664 140060459053472 140060468804996 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30817] ppid=30760 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30817/stat : 30817 (java) S 30760 30763 13514 0 -1 1077944384 2 12873 0 0 0 0 5 2 20 0 15 0 107451822 11246788608 13484 33554432000 4194304 4196468 140729727047664 140060491483920 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30818] ppid=30760 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30818/stat : 30818 (java) S 30760 30763 13514 0 -1 1077944384 1 12873 0 0 0 0 5 2 20 0 15 0 107451822 11246788608 13484 33554432000 4194304 4196468 140729727047664 140060362132368 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30819] ppid=30760 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30819/stat : 30819 (java) S 30760 30763 13514 0 -1 1077944384 1 12873 0 0 0 0 5 2 20 0 15 0 107451822 11246788608 13484 33554432000 4194304 4196468 140729727047664 140060361079824 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30820] ppid=30760 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30820/stat : 30820 (java) S 30760 30763 13514 0 -1 1077944384 2 12873 0 0 0 0 5 2 20 0 15 0 107451822 11246788608 13484 33554432000 4194304 4196468 140729727047664 140060025216144 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30821] ppid=30760 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30821/stat : 30821 (java) S 30760 30763 13514 0 -1 1077944384 2 12873 0 0 0 0 5 2 20 0 15 0 107451823 11246788608 13484 33554432000 4194304 4196468 140729727047664 140059658160112 140060487252610 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30822] ppid=30760 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30822/stat : 30822 (java) S 30760 30763 13514 0 -1 1077944384 13 12873 0 0 0 0 5 2 20 0 15 0 107451823 11246788608 13484 33554432000 4194304 4196468 140729727047664 140059286168480 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30823] ppid=30760 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30823/stat : 30823 (java) S 30760 30763 13514 0 -1 1077944384 21 12873 0 0 0 0 5 2 20 0 15 0 107451824 11246788608 13484 33554432000 4194304 4196468 140729727047664 140059219055600 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30824] ppid=30760 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30824/stat : 30824 (java) S 30760 30763 13514 0 -1 1077944384 3 12873 0 0 0 0 5 2 20 0 15 0 107451826 11246788608 13484 33554432000 4194304 4196468 140729727047664 140058911660240 140060487260059 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30825] ppid=30760 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30763/task/30825/stat : 30825 (java) S 30760 30763 13514 0 -1 1077944384 369 12873 0 0 1 0 5 2 20 0 15 0 107451826 11246788608 13484 33554432000 4194304 4196468 140729727047664 140059657107952 140060487252610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30826] ppid=30760 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30763/task/30826/stat : 30826 (java) S 30760 30763 13514 0 -1 1077944384 254 12873 0 0 1 0 5 2 20 0 15 0 107451826 11246788608 13484 33554432000 4194304 4196468 140729727047664 140059656055408 140060487252610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30827] ppid=30760 vsize=10983192 memory=140207799912064 CPUtime=0.12 cores=1,3,5,7
/proc/30763/task/30827/stat : 30827 (java) S 30760 30763 13514 0 -1 1077944384 623 12873 0 0 5 0 5 2 20 0 15 0 107451826 11246788608 13484 33554432000 4194304 4196468 140729727047664 140059655002864 140060487252610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30828] ppid=30760 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30828/stat : 30828 (java) S 30760 30763 13514 0 -1 1077944384 3 12873 0 0 0 0 5 2 20 0 15 0 107451827 11246788608 13484 33554432000 4194304 4196468 140729727047664 140058480864352 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30829] ppid=30760 vsize=10983192 memory=140207799912064 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30829/stat : 30829 (java) S 30760 30763 13514 0 -1 1077944384 1 12873 0 0 0 0 5 2 20 0 15 0 107451827 11246788608 13484 33554432000 4194304 4196468 140729727047664 140059653949744 140060487252610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 53936 KiB

[startup+0.700749 s]
/proc/loadavg: 1.67 1.62 1.70 3/216 30829
/proc/meminfo: memFree=27527076/32770624 swapFree=67108860/67108860
[pid=30763] ppid=30760 vsize=10983192 memory=86892 CPUtime=0.98 cores=1,3,5,7
/proc/30763/stat : 30763 (java) S 30760 30763 13514 0 -1 1077944320 16849 12873 0 0 87 4 5 2 20 0 15 0 107451812 11246788608 21723 33554432000 4194304 4196468 140729727047664 140729727030208 140060487241463 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
/proc/30763/statm: 2745798 21723 3240 1 0 2708109 0
[pid=30763/tid=30816] ppid=30760 vsize=10983192 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/30763/task/30816/stat : 30816 (java) R 30760 30763 13514 0 -1 4202560 12425 12873 0 0 56 2 5 2 20 0 15 0 107451821 11246788608 21723 33554432000 4194304 4196468 140729727047664 140060459062288 140060470428272 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30817] ppid=30760 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30817/stat : 30817 (java) S 30760 30763 13514 0 -1 1077944384 2 12873 0 0 0 0 5 2 20 0 15 0 107451822 11246788608 21723 33554432000 4194304 4196468 140729727047664 140060491483920 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30818] ppid=30760 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30818/stat : 30818 (java) S 30760 30763 13514 0 -1 1077944384 1 12873 0 0 0 0 5 2 20 0 15 0 107451822 11246788608 21723 33554432000 4194304 4196468 140729727047664 140060362132368 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30819] ppid=30760 vsize=10983192 memory=32804 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30819/stat : 30819 (java) S 30760 30763 13514 0 -1 1077944384 1 12873 0 0 0 0 5 2 20 0 15 0 107451822 11246788608 21723 33554432000 4194304 4196468 140729727047664 140060361079824 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30820] ppid=30760 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30820/stat : 30820 (java) S 30760 30763 13514 0 -1 1077944384 2 12873 0 0 0 0 5 2 20 0 15 0 107451822 11246788608 21723 33554432000 4194304 4196468 140729727047664 140060025216144 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30821] ppid=30760 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30821/stat : 30821 (java) S 30760 30763 13514 0 -1 1077944384 6 12873 0 0 0 0 5 2 20 0 15 0 107451823 11246788608 21723 33554432000 4194304 4196468 140729727047664 140059658160112 140060487252610 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30822] ppid=30760 vsize=10983192 memory=140207664018096 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30822/stat : 30822 (java) S 30760 30763 13514 0 -1 1077944384 13 12873 0 0 0 0 5 2 20 0 15 0 107451823 11246788608 21723 33554432000 4194304 4196468 140729727047664 140059286168480 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30823] ppid=30760 vsize=10983192 memory=140209207378512 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30823/stat : 30823 (java) S 30760 30763 13514 0 -1 1077944384 21 12873 0 0 0 0 5 2 20 0 15 0 107451824 11246788608 21723 33554432000 4194304 4196468 140729727047664 140059219055600 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30824] ppid=30760 vsize=10983192 memory=1020 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30824/stat : 30824 (java) S 30760 30763 13514 0 -1 1077944384 3 12873 0 0 0 0 5 2 20 0 15 0 107451826 11246788608 21723 33554432000 4194304 4196468 140729727047664 140058911660240 140060487260059 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30825] ppid=30760 vsize=10983192 memory=7089042195949315648 CPUtime=0.17 cores=1,3,5,7
/proc/30763/task/30825/stat : 30825 (java) S 30760 30763 13514 0 -1 1077944384 997 12873 0 0 10 0 5 2 20 0 15 0 107451826 11246788608 21723 33554432000 4194304 4196468 140729727047664 140059657107952 140060487252610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30826] ppid=30760 vsize=10983192 memory=7881696724453321575 CPUtime=0.14 cores=1,3,5,7
/proc/30763/task/30826/stat : 30826 (java) S 30760 30763 13514 0 -1 1077944384 499 12873 0 0 7 0 5 2 20 0 15 0 107451826 11246788608 21723 33554432000 4194304 4196468 140729727047664 140059656055408 140060487252610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30827] ppid=30760 vsize=10983192 memory=5789189752906409301 CPUtime=0.2 cores=1,3,5,7
/proc/30763/task/30827/stat : 30827 (java) S 30760 30763 13514 0 -1 1077944384 683 12873 0 0 13 0 5 2 20 0 15 0 107451826 11246788608 21723 33554432000 4194304 4196468 140729727047664 140059655002864 140060487252610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30828] ppid=30760 vsize=10983192 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30828/stat : 30828 (java) S 30760 30763 13514 0 -1 1077944384 3 12873 0 0 0 0 5 2 20 0 15 0 107451827 11246788608 21723 33554432000 4194304 4196468 140729727047664 140058480864352 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30829] ppid=30760 vsize=10983192 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30829/stat : 30829 (java) S 30760 30763 13514 0 -1 1077944384 1 12873 0 0 0 0 5 2 20 0 15 0 107451827 11246788608 21723 33554432000 4194304 4196468 140729727047664 140059653949744 140060487252610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 86892 KiB

[startup+1.50086 s]
/proc/loadavg: 1.67 1.62 1.70 3/216 30829
/proc/meminfo: memFree=27478480/32770624 swapFree=67108860/67108860
[pid=30763] ppid=30760 vsize=10996044 memory=205608 CPUtime=3.04 cores=1,3,5,7
/proc/30763/stat : 30763 (java) S 30760 30763 13514 0 -1 1077944320 24623 12873 0 0 289 8 5 2 20 0 15 0 107451812 11259949056 51402 33554432000 4194304 4196468 140729727047664 140729727030208 140060487241463 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
/proc/30763/statm: 2749011 51402 3450 1 0 2710669 0
[pid=30763/tid=30816] ppid=30760 vsize=10996044 memory=10757 CPUtime=1.45 cores=1,3,5,7
/proc/30763/task/30816/stat : 30816 (java) R 30760 30763 13514 0 -1 4202560 16560 12873 0 0 133 5 5 2 20 0 15 0 107451821 11259949056 51402 33554432000 4194304 4196468 140729727047664 140060459020464 140060471295515 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30817] ppid=30760 vsize=10996044 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30817/stat : 30817 (java) S 30760 30763 13514 0 -1 1077944384 2 12873 0 0 0 0 5 2 20 0 15 0 107451822 11259949056 51402 33554432000 4194304 4196468 140729727047664 140060491483920 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30818] ppid=30760 vsize=10996044 memory=1404 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30818/stat : 30818 (java) S 30760 30763 13514 0 -1 1077944384 1 12873 0 0 0 0 5 2 20 0 15 0 107451822 11259949056 51402 33554432000 4194304 4196468 140729727047664 140060362132368 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30819] ppid=30760 vsize=10996044 memory=3004 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30819/stat : 30819 (java) S 30760 30763 13514 0 -1 1077944384 1 12873 0 0 0 0 5 2 20 0 15 0 107451822 11259949056 51402 33554432000 4194304 4196468 140729727047664 140060361079824 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30820] ppid=30760 vsize=10996044 memory=86892 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30820/stat : 30820 (java) S 30760 30763 13514 0 -1 1077944384 2 12873 0 0 0 0 5 2 20 0 15 0 107451822 11259949056 51402 33554432000 4194304 4196468 140729727047664 140060025216144 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30821] ppid=30760 vsize=10996044 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30821/stat : 30821 (java) S 30760 30763 13514 0 -1 1077944384 9 12873 0 0 0 0 5 2 20 0 15 0 107451823 11259949056 51402 33554432000 4194304 4196468 140729727047664 140059658160112 140060487252610 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30822] ppid=30760 vsize=10996044 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30822/stat : 30822 (java) S 30760 30763 13514 0 -1 1077944384 13 12873 0 0 0 0 5 2 20 0 15 0 107451823 11259949056 51402 33554432000 4194304 4196468 140729727047664 140059286168480 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30823] ppid=30760 vsize=10996044 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30823/stat : 30823 (java) S 30760 30763 13514 0 -1 1077944384 21 12873 0 0 0 0 5 2 20 0 15 0 107451824 11259949056 51402 33554432000 4194304 4196468 140729727047664 140059219055600 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30824] ppid=30760 vsize=10996044 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30824/stat : 30824 (java) S 30760 30763 13514 0 -1 1077944384 3 12873 0 0 0 0 5 2 20 0 15 0 107451826 11259949056 51402 33554432000 4194304 4196468 140729727047664 140058911660240 140060487260059 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30825] ppid=30760 vsize=10996044 memory=4638778398332698720 CPUtime=0.62 cores=1,3,5,7
/proc/30763/task/30825/stat : 30825 (java) S 30760 30763 13514 0 -1 1077944384 2483 12873 0 0 55 0 5 2 20 0 15 0 107451826 11259949056 51402 33554432000 4194304 4196468 140729727047664 140059657107952 140060487252610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30826] ppid=30760 vsize=10996044 memory=280415328312192 CPUtime=0.62 cores=1,3,5,7
/proc/30763/task/30826/stat : 30826 (java) R 30760 30763 13514 0 -1 4202560 1642 12873 0 0 55 0 5 2 20 0 15 0 107451826 11259949056 51402 33554432000 4194304 4196468 140729727047664 140059656055408 140060470798802 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30827] ppid=30760 vsize=10996044 memory=6944656592452807323 CPUtime=0.52 cores=1,3,5,7
/proc/30763/task/30827/stat : 30827 (java) S 30760 30763 13514 0 -1 1077944384 1690 12873 0 0 44 1 5 2 20 0 15 0 107451826 11259949056 51402 33554432000 4194304 4196468 140729727047664 140059655002864 140060487252610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30828] ppid=30760 vsize=10996044 memory=6944656591801719708 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30828/stat : 30828 (java) S 30760 30763 13514 0 -1 1077944384 3 12873 0 0 0 0 5 2 20 0 15 0 107451827 11259949056 51402 33554432000 4194304 4196468 140729727047664 140058480864352 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30829] ppid=30760 vsize=10996044 memory=1399101730491701635 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30829/stat : 30829 (java) S 30760 30763 13514 0 -1 1077944384 1 12873 0 0 0 0 5 2 20 0 15 0 107451827 11259949056 51402 33554432000 4194304 4196468 140729727047664 140059653949744 140060487252610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 10996044 KiB

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

/proc/30763/task/30816/stat : 30816 (java) R 30760 30763 13514 0 -1 4202560 63511 12873 0 0 9987 27 5 2 20 0 15 0 107451821 11280941056 729715 33554432000 4194304 4196468 140729727047664 140060459074168 140060062551109 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30817] ppid=30760 vsize=11016544 memory=4140 CPUtime=1.9 cores=1,3,5,7
/proc/30763/task/30817/stat : 30817 (java) S 30760 30763 13514 0 -1 1077944384 1873 12873 0 0 141 42 5 2 20 0 15 0 107451822 11280941056 729715 33554432000 4194304 4196468 140729727047664 140060491483920 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30818] ppid=30760 vsize=11016544 memory=2875808 CPUtime=1.88 cores=1,3,5,7
/proc/30763/task/30818/stat : 30818 (java) S 30760 30763 13514 0 -1 1077944384 1985 12873 0 0 140 41 5 2 20 0 15 0 107451822 11280941056 729715 33554432000 4194304 4196468 140729727047664 140060362132368 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30819] ppid=30760 vsize=11016544 memory=15 CPUtime=1.9 cores=1,3,5,7
/proc/30763/task/30819/stat : 30819 (java) S 30760 30763 13514 0 -1 1077944384 2476 12873 0 0 141 42 5 2 20 0 15 0 107451822 11280941056 729715 33554432000 4194304 4196468 140729727047664 140060361079824 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30820] ppid=30760 vsize=11016544 memory=132 CPUtime=1.87 cores=1,3,5,7
/proc/30763/task/30820/stat : 30820 (java) S 30760 30763 13514 0 -1 1077944384 1935 12873 0 0 138 42 5 2 20 0 15 0 107451822 11280941056 729715 33554432000 4194304 4196468 140729727047664 140060025216144 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30821] ppid=30760 vsize=11016544 memory=2918816 CPUtime=0.22 cores=1,3,5,7
/proc/30763/task/30821/stat : 30821 (java) S 30760 30763 13514 0 -1 1077944384 4972 12873 0 0 14 1 5 2 20 0 15 0 107451823 11280941056 729715 33554432000 4194304 4196468 140729727047664 140059658160112 140060487252610 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30822] ppid=30760 vsize=11016544 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30822/stat : 30822 (java) S 30760 30763 13514 0 -1 1077944384 29 12873 0 0 0 0 5 2 20 0 15 0 107451823 11280941056 729715 33554432000 4194304 4196468 140729727047664 140059286168608 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30823] ppid=30760 vsize=11016544 memory=30504 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30823/stat : 30823 (java) S 30760 30763 13514 0 -1 1077944384 64 12873 0 0 0 0 5 2 20 0 15 0 107451824 11280941056 729715 33554432000 4194304 4196468 140729727047664 140059219055616 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30824] ppid=30760 vsize=11016544 memory=2875808 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30824/stat : 30824 (java) S 30760 30763 13514 0 -1 1077944384 3 12873 0 0 0 0 5 2 20 0 15 0 107451826 11280941056 729715 33554432000 4194304 4196468 140729727047664 140058911660240 140060487260059 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30825] ppid=30760 vsize=11016544 memory=2875808 CPUtime=12.36 cores=1,3,5,7
/proc/30763/task/30825/stat : 30825 (java) S 30760 30763 13514 0 -1 1077944384 22923 12873 0 0 1224 5 5 2 20 0 15 0 107451826 11280941056 729715 33554432000 4194304 4196468 140729727047664 140059657107952 140060487252610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30826] ppid=30760 vsize=11016544 memory=2260 CPUtime=12.48 cores=1,3,5,7
/proc/30763/task/30826/stat : 30826 (java) S 30760 30763 13514 0 -1 1077944384 18104 12873 0 0 1237 4 5 2 20 0 15 0 107451826 11280941056 729715 33554432000 4194304 4196468 140729727047664 140059656055408 140060487252610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30827] ppid=30760 vsize=11016544 memory=4468 CPUtime=3.48 cores=1,3,5,7
/proc/30763/task/30827/stat : 30827 (java) S 30760 30763 13514 0 -1 1077944384 17398 12873 0 0 335 6 5 2 20 0 15 0 107451826 11280941056 729715 33554432000 4194304 4196468 140729727047664 140059655002864 140060487252610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30828] ppid=30760 vsize=11016544 memory=6676 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30828/stat : 30828 (java) S 30760 30763 13514 0 -1 1077944384 3 12873 0 0 0 0 5 2 20 0 15 0 107451827 11280941056 729715 33554432000 4194304 4196468 140729727047664 140058480864352 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30829] ppid=30760 vsize=11016544 memory=844 CPUtime=0.11 cores=1,3,5,7
/proc/30763/task/30829/stat : 30829 (java) S 30760 30763 13514 0 -1 1077944384 223 12873 0 0 2 2 5 2 20 0 15 0 107451827 11280941056 729715 33554432000 4194304 4196468 140729727047664 140059653949744 140060487252610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
Current children cumulated CPU time: 135.91 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 2918860 KiB

[startup+162.301 s]
/proc/loadavg: 2.23 1.83 1.76 6/216 30962
/proc/meminfo: memFree=21941272/32770624 swapFree=67108860/67108860
[pid=30763] ppid=30760 vsize=11016544 memory=2998916 CPUtime=198.56 cores=1,3,5,7
/proc/30763/stat : 30763 (java) S 30760 30763 13514 0 -1 1077944320 153932 12873 0 0 19620 229 5 2 20 0 15 0 107451812 11280941056 749729 33554432000 4194304 4196468 140729727047664 140729727030208 140060487241463 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
/proc/30763/statm: 2754136 749729 3535 1 0 2715789 0
[pid=30763/tid=30816] ppid=30760 vsize=11016544 memory=1172 CPUtime=159.69 cores=1,3,5,7
/proc/30763/task/30816/stat : 30816 (java) R 30760 30763 13514 0 -1 4202560 68916 12873 0 0 15933 29 5 2 20 0 15 0 107451821 11280941056 749729 33554432000 4194304 4196468 140729727047664 140060459071184 140060053351146 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30817] ppid=30760 vsize=11016544 memory=2998916 CPUtime=2.4 cores=1,3,5,7
/proc/30763/task/30817/stat : 30817 (java) S 30760 30763 13514 0 -1 1077944384 2211 12873 0 0 190 43 5 2 20 0 15 0 107451822 11280941056 749729 33554432000 4194304 4196468 140729727047664 140060491483920 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30818] ppid=30760 vsize=11016544 memory=2972248 CPUtime=2.39 cores=1,3,5,7
/proc/30763/task/30818/stat : 30818 (java) S 30760 30763 13514 0 -1 1077944384 2256 12873 0 0 189 43 5 2 20 0 15 0 107451822 11280941056 749729 33554432000 4194304 4196468 140729727047664 140060362132368 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30819] ppid=30760 vsize=11016544 memory=2972248 CPUtime=2.39 cores=1,3,5,7
/proc/30763/task/30819/stat : 30819 (java) S 30760 30763 13514 0 -1 1077944384 3520 12873 0 0 188 44 5 2 20 0 15 0 107451822 11280941056 749729 33554432000 4194304 4196468 140729727047664 140060361079824 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30820] ppid=30760 vsize=11016544 memory=2998916 CPUtime=2.36 cores=1,3,5,7
/proc/30763/task/30820/stat : 30820 (java) S 30760 30763 13514 0 -1 1077944384 3222 12873 0 0 185 44 5 2 20 0 15 0 107451822 11280941056 749729 33554432000 4194304 4196468 140729727047664 140060025216144 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30821] ppid=30760 vsize=11016544 memory=7 CPUtime=0.24 cores=1,3,5,7
/proc/30763/task/30821/stat : 30821 (java) S 30760 30763 13514 0 -1 1077944384 5254 12873 0 0 16 1 5 2 20 0 15 0 107451823 11280941056 749729 33554432000 4194304 4196468 140729727047664 140059658160112 140060487252610 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30822] ppid=30760 vsize=11016544 memory=2998916 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30822/stat : 30822 (java) S 30760 30763 13514 0 -1 1077944384 29 12873 0 0 0 0 5 2 20 0 15 0 107451823 11280941056 749729 33554432000 4194304 4196468 140729727047664 140059286168608 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30823] ppid=30760 vsize=11016544 memory=30504 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30823/stat : 30823 (java) S 30760 30763 13514 0 -1 1077944384 64 12873 0 0 0 0 5 2 20 0 15 0 107451824 11280941056 749729 33554432000 4194304 4196468 140729727047664 140059219055616 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30824] ppid=30760 vsize=11016544 memory=2204 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30824/stat : 30824 (java) S 30760 30763 13514 0 -1 1077944384 3 12873 0 0 0 0 5 2 20 0 15 0 107451826 11280941056 749729 33554432000 4194304 4196468 140729727047664 140058911660240 140060487260059 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30825] ppid=30760 vsize=11016544 memory=2998916 CPUtime=12.84 cores=1,3,5,7
/proc/30763/task/30825/stat : 30825 (java) S 30760 30763 13514 0 -1 1077944384 25223 12873 0 0 1272 5 5 2 20 0 15 0 107451826 11280941056 749729 33554432000 4194304 4196468 140729727047664 140059657107952 140060487252610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30826] ppid=30760 vsize=11016544 memory=2998916 CPUtime=13 cores=1,3,5,7
/proc/30763/task/30826/stat : 30826 (java) S 30760 30763 13514 0 -1 1077944384 21874 12873 0 0 1289 4 5 2 20 0 15 0 107451826 11280941056 749729 33554432000 4194304 4196468 140729727047664 140059656055408 140060487252610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30827] ppid=30760 vsize=11016544 memory=2998916 CPUtime=3.62 cores=1,3,5,7
/proc/30763/task/30827/stat : 30827 (java) S 30760 30763 13514 0 -1 1077944384 18914 12873 0 0 348 7 5 2 20 0 15 0 107451826 11280941056 749729 33554432000 4194304 4196468 140729727047664 140059655002864 140060487252610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30828] ppid=30760 vsize=11016544 memory=2998916 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30828/stat : 30828 (java) S 30760 30763 13514 0 -1 1077944384 3 12873 0 0 0 0 5 2 20 0 15 0 107451827 11280941056 749729 33554432000 4194304 4196468 140729727047664 140058480864352 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30829] ppid=30760 vsize=11016544 memory=2998916 CPUtime=0.15 cores=1,3,5,7
/proc/30763/task/30829/stat : 30829 (java) S 30760 30763 13514 0 -1 1077944384 251 12873 0 0 4 4 5 2 20 0 15 0 107451827 11280941056 749729 33554432000 4194304 4196468 140729727047664 140059653949744 140060487252610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
Current children cumulated CPU time: 198.56 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 2998916 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+214.501 s]
/proc/loadavg: 2.35 1.92 1.79 3/216 30963
/proc/meminfo: memFree=20403280/32770624 swapFree=67108860/67108860
[pid=30763] ppid=30760 vsize=11016544 memory=2955580 CPUtime=252.03 cores=1,3,5,7
/proc/30763/stat : 30763 (java) S 30760 30763 13514 0 -1 1077944320 170056 12873 0 0 24960 236 5 2 20 0 15 0 107451812 11280941056 738895 33554432000 4194304 4196468 140729727047664 140729727030208 140060487241463 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
/proc/30763/statm: 2754136 738895 3535 1 0 2715789 0
[pid=30763/tid=30816] ppid=30760 vsize=11016544 memory=2955580 CPUtime=211.69 cores=1,3,5,7
/proc/30763/task/30816/stat : 30816 (java) R 30760 30763 13514 0 -1 4202560 74632 12873 0 0 21132 30 5 2 20 0 15 0 107451821 11280941056 738895 33554432000 4194304 4196468 140729727047664 140060459075880 140060052807362 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30817] ppid=30760 vsize=11016544 memory=2955560 CPUtime=2.58 cores=1,3,5,7
/proc/30763/task/30817/stat : 30817 (java) S 30760 30763 13514 0 -1 1077944384 2288 12873 0 0 207 44 5 2 20 0 15 0 107451822 11280941056 738895 33554432000 4194304 4196468 140729727047664 140060491483920 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30818] ppid=30760 vsize=11016544 memory=2955560 CPUtime=2.57 cores=1,3,5,7
/proc/30763/task/30818/stat : 30818 (java) S 30760 30763 13514 0 -1 1077944384 2384 12873 0 0 207 43 5 2 20 0 15 0 107451822 11280941056 738895 33554432000 4194304 4196468 140729727047664 140060362132368 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30819] ppid=30760 vsize=11016544 memory=2955560 CPUtime=2.58 cores=1,3,5,7
/proc/30763/task/30819/stat : 30819 (java) S 30760 30763 13514 0 -1 1077944384 5330 12873 0 0 206 45 5 2 20 0 15 0 107451822 11280941056 738895 33554432000 4194304 4196468 140729727047664 140060361079824 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30820] ppid=30760 vsize=11016544 memory=2955492 CPUtime=2.56 cores=1,3,5,7
/proc/30763/task/30820/stat : 30820 (java) S 30760 30763 13514 0 -1 1077944384 3400 12873 0 0 204 45 5 2 20 0 15 0 107451822 11280941056 738895 33554432000 4194304 4196468 140729727047664 140060025216144 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30821] ppid=30760 vsize=11016544 memory=3001228 CPUtime=0.24 cores=1,3,5,7
/proc/30763/task/30821/stat : 30821 (java) S 30760 30763 13514 0 -1 1077944384 5500 12873 0 0 16 1 5 2 20 0 15 0 107451823 11280941056 738895 33554432000 4194304 4196468 140729727047664 140059658160112 140060487252610 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30822] ppid=30760 vsize=11016544 memory=2998916 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30822/stat : 30822 (java) S 30760 30763 13514 0 -1 1077944384 29 12873 0 0 0 0 5 2 20 0 15 0 107451823 11280941056 738895 33554432000 4194304 4196468 140729727047664 140059286168608 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30823] ppid=30760 vsize=11016544 memory=2955560 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30823/stat : 30823 (java) S 30760 30763 13514 0 -1 1077944384 64 12873 0 0 0 0 5 2 20 0 15 0 107451824 11280941056 738895 33554432000 4194304 4196468 140729727047664 140059219055616 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30824] ppid=30760 vsize=11016544 memory=2955560 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30824/stat : 30824 (java) S 30760 30763 13514 0 -1 1077944384 3 12873 0 0 0 0 5 2 20 0 15 0 107451826 11280941056 738895 33554432000 4194304 4196468 140729727047664 140058911660240 140060487260059 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30825] ppid=30760 vsize=11016544 memory=2955580 CPUtime=13.17 cores=1,3,5,7
/proc/30763/task/30825/stat : 30825 (java) S 30760 30763 13514 0 -1 1077944384 27711 12873 0 0 1304 6 5 2 20 0 15 0 107451826 11280941056 738895 33554432000 4194304 4196468 140729727047664 140059657107952 140060487252610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30826] ppid=30760 vsize=11016544 memory=2955580 CPUtime=13.29 cores=1,3,5,7
/proc/30763/task/30826/stat : 30826 (java) S 30760 30763 13514 0 -1 1077944384 25237 12873 0 0 1317 5 5 2 20 0 15 0 107451826 11280941056 738895 33554432000 4194304 4196468 140729727047664 140059656055408 140060487252610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30827] ppid=30760 vsize=11016544 memory=1696 CPUtime=3.69 cores=1,3,5,7
/proc/30763/task/30827/stat : 30827 (java) S 30760 30763 13514 0 -1 1077944384 20925 12873 0 0 355 7 5 2 20 0 15 0 107451826 11280941056 738895 33554432000 4194304 4196468 140729727047664 140059655002864 140060487252610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30828] ppid=30760 vsize=11016544 memory=2955492 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30828/stat : 30828 (java) S 30760 30763 13514 0 -1 1077944384 3 12873 0 0 0 0 5 2 20 0 15 0 107451827 11280941056 738895 33554432000 4194304 4196468 140729727047664 140058480864352 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30829] ppid=30760 vsize=11016544 memory=2955560 CPUtime=0.19 cores=1,3,5,7
/proc/30763/task/30829/stat : 30829 (java) S 30760 30763 13514 0 -1 1077944384 358 12873 0 0 5 7 5 2 20 0 15 0 107451827 11280941056 738895 33554432000 4194304 4196468 140729727047664 140059653949744 140060487252610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
Current children cumulated CPU time: 252.03 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 2955580 KiB

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

[startup+214.561 s]
# the end of solver process 30763 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=249.699 s, system=2.41813 s

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

[startup+214.501 s]
/proc/loadavg: 2.35 1.92 1.79 3/216 30963
/proc/meminfo: memFree=20403280/32770624 swapFree=67108860/67108860
[pid=30763] ppid=30760 vsize=11016544 memory=2955580 CPUtime=252.03 cores=1,3,5,7
/proc/30763/stat : 30763 (java) S 30760 30763 13514 0 -1 1077944320 170056 12873 0 0 24960 236 5 2 20 0 15 0 107451812 11280941056 738895 33554432000 4194304 4196468 140729727047664 140729727030208 140060487241463 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
/proc/30763/statm: 2754136 738895 3535 1 0 2715789 0
[pid=30763/tid=30816] ppid=30760 vsize=11016544 memory=2955580 CPUtime=211.69 cores=1,3,5,7
/proc/30763/task/30816/stat : 30816 (java) R 30760 30763 13514 0 -1 4202560 74632 12873 0 0 21132 30 5 2 20 0 15 0 107451821 11280941056 738895 33554432000 4194304 4196468 140729727047664 140060459075880 140060052807362 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30817] ppid=30760 vsize=11016544 memory=2955560 CPUtime=2.58 cores=1,3,5,7
/proc/30763/task/30817/stat : 30817 (java) S 30760 30763 13514 0 -1 1077944384 2288 12873 0 0 207 44 5 2 20 0 15 0 107451822 11280941056 738895 33554432000 4194304 4196468 140729727047664 140060491483920 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30818] ppid=30760 vsize=11016544 memory=2955560 CPUtime=2.57 cores=1,3,5,7
/proc/30763/task/30818/stat : 30818 (java) S 30760 30763 13514 0 -1 1077944384 2384 12873 0 0 207 43 5 2 20 0 15 0 107451822 11280941056 738895 33554432000 4194304 4196468 140729727047664 140060362132368 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30819] ppid=30760 vsize=11016544 memory=2955560 CPUtime=2.58 cores=1,3,5,7
/proc/30763/task/30819/stat : 30819 (java) S 30760 30763 13514 0 -1 1077944384 5330 12873 0 0 206 45 5 2 20 0 15 0 107451822 11280941056 738895 33554432000 4194304 4196468 140729727047664 140060361079824 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30820] ppid=30760 vsize=11016544 memory=2955492 CPUtime=2.56 cores=1,3,5,7
/proc/30763/task/30820/stat : 30820 (java) S 30760 30763 13514 0 -1 1077944384 3400 12873 0 0 204 45 5 2 20 0 15 0 107451822 11280941056 738895 33554432000 4194304 4196468 140729727047664 140060025216144 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30821] ppid=30760 vsize=11016544 memory=3001228 CPUtime=0.24 cores=1,3,5,7
/proc/30763/task/30821/stat : 30821 (java) S 30760 30763 13514 0 -1 1077944384 5500 12873 0 0 16 1 5 2 20 0 15 0 107451823 11280941056 738895 33554432000 4194304 4196468 140729727047664 140059658160112 140060487252610 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30822] ppid=30760 vsize=11016544 memory=2998916 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30822/stat : 30822 (java) S 30760 30763 13514 0 -1 1077944384 29 12873 0 0 0 0 5 2 20 0 15 0 107451823 11280941056 738895 33554432000 4194304 4196468 140729727047664 140059286168608 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30823] ppid=30760 vsize=11016544 memory=2955560 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30823/stat : 30823 (java) S 30760 30763 13514 0 -1 1077944384 64 12873 0 0 0 0 5 2 20 0 15 0 107451824 11280941056 738895 33554432000 4194304 4196468 140729727047664 140059219055616 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30824] ppid=30760 vsize=11016544 memory=2955560 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30824/stat : 30824 (java) S 30760 30763 13514 0 -1 1077944384 3 12873 0 0 0 0 5 2 20 0 15 0 107451826 11280941056 738895 33554432000 4194304 4196468 140729727047664 140058911660240 140060487260059 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30825] ppid=30760 vsize=11016544 memory=2955580 CPUtime=13.17 cores=1,3,5,7
/proc/30763/task/30825/stat : 30825 (java) S 30760 30763 13514 0 -1 1077944384 27711 12873 0 0 1304 6 5 2 20 0 15 0 107451826 11280941056 738895 33554432000 4194304 4196468 140729727047664 140059657107952 140060487252610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30826] ppid=30760 vsize=11016544 memory=2955580 CPUtime=13.29 cores=1,3,5,7
/proc/30763/task/30826/stat : 30826 (java) S 30760 30763 13514 0 -1 1077944384 25237 12873 0 0 1317 5 5 2 20 0 15 0 107451826 11280941056 738895 33554432000 4194304 4196468 140729727047664 140059656055408 140060487252610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30827] ppid=30760 vsize=11016544 memory=1696 CPUtime=3.69 cores=1,3,5,7
/proc/30763/task/30827/stat : 30827 (java) S 30760 30763 13514 0 -1 1077944384 20925 12873 0 0 355 7 5 2 20 0 15 0 107451826 11280941056 738895 33554432000 4194304 4196468 140729727047664 140059655002864 140060487252610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30828] ppid=30760 vsize=11016544 memory=2955492 CPUtime=0.07 cores=1,3,5,7
/proc/30763/task/30828/stat : 30828 (java) S 30760 30763 13514 0 -1 1077944384 3 12873 0 0 0 0 5 2 20 0 15 0 107451827 11280941056 738895 33554432000 4194304 4196468 140729727047664 140058480864352 140060487251669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
[pid=30763/tid=30829] ppid=30760 vsize=11016544 memory=2955560 CPUtime=0.19 cores=1,3,5,7
/proc/30763/task/30829/stat : 30829 (java) S 30760 30763 13514 0 -1 1077944384 358 12873 0 0 5 7 5 2 20 0 15 0 107451827 11280941056 738895 33554432000 4194304 4196468 140729727047664 140059653949744 140060487252610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39596032 140729727056488 140729727059297 140729727059297 140729727061967 0
Current children cumulated CPU time: 252.03 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 2955580 KiB

Child status: 143
Real time (s): 214.561
CPU time (s): 252.117
CPU user time (s): 249.699
CPU system time (s): 2.41813
CPU usage (%): 117.504
Max. virtual memory (cumulated for all children) (KiB): 11016544
Max. memory (cumulated for all children) (KiB): 3034052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.699
system time used= 2.41813
maximum resident set size= 3034052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 184910
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= 19568
involuntary context switches= 407


# summary of solver processes directly reported to runsolver:
#   pid: 30763
#   total CPU time (s): 252.117
#   total CPU user time (s): 249.699
#   total CPU system time (s): 2.41813

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.35472 second user time and 2.02574 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 23:14:46
IDJOB=4302794
IDBENCH=141636
IDSOLVER=2777
FILE ID=node136/4302794-1532898886
RUNJOBID= node136-1532893975-22777
PBS_JOBID= 21022516
Free space on /tmp= 60200 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/SteelMillSlab/SteelMillSlab-m1-4-0_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302794-1532898886/watcher-4302794-1532898886 -o /tmp/evaluation-result-4302794-1532898886/solver-4302794-1532898886 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532893975-22777 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1135316811 -superng HOME/instance-4302794-1532898886.xml

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

MD5SUM BENCH= ed32499ea7c7019ad5624e4a2d93decd
RANDOM SEED=1135316811

node136.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27579736 kB
MemAvailable:   30997316 kB
Buffers:          222372 kB
Cached:          3465596 kB
SwapCached:            0 kB
Active:          2753676 kB
Inactive:        1959044 kB
Active(anon):     976324 kB
Inactive(anon):    76480 kB
Active(file):    1777352 kB
Inactive(file):  1882564 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26908 kB
Writeback:             0 kB
AnonPages:       1046740 kB
Mapped:            48236 kB
Shmem:             25228 kB
Slab:             175308 kB
SReclaimable:     147000 kB
SUnreclaim:        28308 kB
KernelStack:        3808 kB
PageTables:         7692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2071088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    819200 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 60176 MiB
End job on node136 at 2018-07-29 23:18:21