Trace number 4302790

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) 254.016 214.336

General information on the benchmark

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302790-1532898983/watcher-4302790-1532898983 -o /tmp/evaluation-result-4302790-1532898983/solver-4302790-1532898983 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532893331-28701 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=794379616 -superng HOME/instance-4302790-1532898983.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=4721, runsolver pid=4718

[startup+0.101229 s]*
/proc/loadavg: 1.44 1.68 1.75 2/210 4778
/proc/meminfo: memFree=27750888/32770624 swapFree=67108744/67108860
[pid=4721] ppid=4718 vsize=10005480 memory=16816 CPUtime=0.08 cores=1,3,5,7
/proc/4721/stat : 4721 (java) S 4718 4721 19273 0 -1 1077944320 4339 13194 0 0 1 0 5 2 20 0 6 0 107461546 10245611520 4204 33554432000 4194304 4196468 140727853905856 140727853888400 140155776540407 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
/proc/4721/statm: 2501370 4204 1935 1 0 2489808 0
[pid=4721/tid=4774] ppid=4718 vsize=10005480 memory=-8171376296011865461 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4774/stat : 4774 (java) R 4718 4721 19273 0 -1 4202560 2184 13194 0 0 0 0 5 2 20 0 6 0 107461555 10245611520 4716 33554432000 4194304 4196468 140727853905856 140155748377168 140155776563997 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4775] ppid=4718 vsize=10005480 memory=5792869726567804975 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4775/stat : 4775 (java) S 4718 4721 19273 0 -1 1077944384 1 13194 0 0 0 0 5 2 20 0 6 0 107461556 10245611520 4716 33554432000 4194304 4196468 140727853905856 140155780783120 140155776550613 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4776] ppid=4718 vsize=10005480 memory=140197221807744 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4776/stat : 4776 (java) S 4718 4721 19273 0 -1 1077944384 1 13194 0 0 0 0 5 2 20 0 6 0 107461556 10245611520 4716 33554432000 4194304 4196468 140727853905856 140155662048400 140155776550613 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4777] ppid=4718 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4777/stat : 4777 (java) S 4718 4721 19273 0 -1 1077944384 1 13194 0 0 0 0 5 2 20 0 6 0 107461556 10245611520 4716 33554432000 4194304 4196468 140727853905856 140155660995344 140155776550613 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4778] ppid=4718 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4778/stat : 4778 (java) S 4718 4721 19273 0 -1 1077944384 2 13194 0 0 0 0 5 2 20 0 6 0 107461556 10245611520 4716 33554432000 4194304 4196468 140727853905856 140155659942800 140155776550613 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16816 KiB

[startup+0.210563 s]*
/proc/loadavg: 1.44 1.68 1.75 3/219 4787
/proc/meminfo: memFree=27729364/32770624 swapFree=67108744/67108860
[pid=4721] ppid=4718 vsize=10982744 memory=43432 CPUtime=0.25 cores=1,3,5,7
/proc/4721/stat : 4721 (java) S 4718 4721 19273 0 -1 1077944320 7467 13194 0 0 17 1 5 2 20 0 15 0 107461546 11246329856 10792 33554432000 4194304 4196468 140727853905856 140727853888400 140155776540407 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
/proc/4721/statm: 2745686 10858 2980 1 0 2708109 0
[pid=4721/tid=4774] ppid=4718 vsize=10982744 memory=8389772277269004345 CPUtime=0.18 cores=1,3,5,7
/proc/4721/task/4774/stat : 4774 (java) R 4718 4721 19273 0 -1 4202560 4369 13194 0 0 11 0 5 2 20 0 15 0 107461555 11246329856 11188 33554432000 4194304 4196468 140727853905856 140155748357520 140155768777534 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4775] ppid=4718 vsize=10982744 memory=288292155783643159 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4775/stat : 4775 (java) S 4718 4721 19273 0 -1 1077944384 1 13194 0 0 0 0 5 2 20 0 15 0 107461556 11246329856 11188 33554432000 4194304 4196468 140727853905856 140155780783120 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4776] ppid=4718 vsize=10982744 memory=3762111759236642464 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4776/stat : 4776 (java) S 4718 4721 19273 0 -1 1077944384 1 13194 0 0 0 0 5 2 20 0 15 0 107461556 11246329856 11188 33554432000 4194304 4196468 140727853905856 140155662048400 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4777] ppid=4718 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4777/stat : 4777 (java) S 4718 4721 19273 0 -1 1077944384 1 13194 0 0 0 0 5 2 20 0 15 0 107461556 11246329856 11188 33554432000 4194304 4196468 140727853905856 140155660995344 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4778] ppid=4718 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4778/stat : 4778 (java) S 4718 4721 19273 0 -1 1077944384 2 13194 0 0 0 0 5 2 20 0 15 0 107461556 11246329856 11188 33554432000 4194304 4196468 140727853905856 140155659942800 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4779] ppid=4718 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4779/stat : 4779 (java) S 4718 4721 19273 0 -1 1077944384 2 13194 0 0 0 0 5 2 20 0 15 0 107461557 11246329856 11188 33554432000 4194304 4196468 140727853905856 140155269593328 140155776551554 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4780] ppid=4718 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4780/stat : 4780 (java) S 4718 4721 19273 0 -1 1077944384 13 13194 0 0 0 0 5 2 20 0 15 0 107461558 11246329856 11188 33554432000 4194304 4196468 140727853905856 140154580755616 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4781] ppid=4718 vsize=10982744 memory=140197221807744 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4781/stat : 4781 (java) S 4718 4721 19273 0 -1 1077944384 1 13194 0 0 0 0 5 2 20 0 15 0 107461558 11246329856 11188 33554432000 4194304 4196468 140727853905856 140154379428592 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4782] ppid=4718 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4782/stat : 4782 (java) S 4718 4721 19273 0 -1 1077944384 3 13194 0 0 0 0 5 2 20 0 15 0 107461561 11246329856 11188 33554432000 4194304 4196468 140727853905856 140154072029136 140155776559003 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4783] ppid=4718 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4721/task/4783/stat : 4783 (java) S 4718 4721 19273 0 -1 1077944384 530 13194 0 0 1 0 5 2 20 0 15 0 107461561 11246329856 11188 33554432000 4194304 4196468 140727853905856 140155268541168 140155776551554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4784] ppid=4718 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4721/task/4784/stat : 4784 (java) S 4718 4721 19273 0 -1 1077944384 71 13194 0 0 1 0 5 2 20 0 15 0 107461561 11246329856 11254 33554432000 4194304 4196468 140727853905856 140155267488624 140155776551554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4785] ppid=4718 vsize=10982744 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/4721/task/4785/stat : 4785 (java) S 4718 4721 19273 0 -1 1077944384 616 13194 0 0 3 0 5 2 20 0 15 0 107461561 11246329856 11254 33554432000 4194304 4196468 140727853905856 140155266435568 140155776551554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4786] ppid=4718 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4786/stat : 4786 (java) S 4718 4721 19273 0 -1 1077944384 3 13194 0 0 0 0 5 2 20 0 15 0 107461561 11246329856 11254 33554432000 4194304 4196468 140727853905856 140153641233248 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4787] ppid=4718 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4787/stat : 4787 (java) S 4718 4721 19273 0 -1 1077944384 1 13194 0 0 0 0 5 2 20 0 15 0 107461561 11246329856 11254 33554432000 4194304 4196468 140727853905856 140155265382960 140155776551554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43432 KiB

[startup+0.310291 s]*
/proc/loadavg: 1.44 1.68 1.75 3/219 4787
/proc/meminfo: memFree=27717672/32770624 swapFree=67108744/67108860
[pid=4721] ppid=4718 vsize=10983192 memory=55716 CPUtime=0.37 cores=1,3,5,7
/proc/4721/stat : 4721 (java) S 4718 4721 19273 0 -1 1077944320 10411 13194 0 0 27 3 5 2 20 0 15 0 107461546 11246788608 13929 33554432000 4194304 4196468 140727853905856 140727853888400 140155776540407 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
/proc/4721/statm: 2745798 13929 3099 1 0 2708109 0
[pid=4721/tid=4774] ppid=4718 vsize=10983192 memory=6935054825532540783 CPUtime=0.28 cores=1,3,5,7
/proc/4721/task/4774/stat : 4774 (java) R 4718 4721 19273 0 -1 4202560 6964 13194 0 0 19 2 5 2 20 0 15 0 107461555 11246788608 13929 33554432000 4194304 4196468 140727853905856 140155748352416 140155756815710 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4775] ppid=4718 vsize=10983192 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4775/stat : 4775 (java) S 4718 4721 19273 0 -1 1077944384 1 13194 0 0 0 0 5 2 20 0 15 0 107461556 11246788608 13929 33554432000 4194304 4196468 140727853905856 140155780783120 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4776] ppid=4718 vsize=10983192 memory=-2843878425821299870 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4776/stat : 4776 (java) S 4718 4721 19273 0 -1 1077944384 1 13194 0 0 0 0 5 2 20 0 15 0 107461556 11246788608 13929 33554432000 4194304 4196468 140727853905856 140155662048400 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4777] ppid=4718 vsize=10983192 memory=-8412656567334364540 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4777/stat : 4777 (java) S 4718 4721 19273 0 -1 1077944384 1 13194 0 0 0 0 5 2 20 0 15 0 107461556 11246788608 13929 33554432000 4194304 4196468 140727853905856 140155660995344 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4778] ppid=4718 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4778/stat : 4778 (java) S 4718 4721 19273 0 -1 1077944384 2 13194 0 0 0 0 5 2 20 0 15 0 107461556 11246788608 13929 33554432000 4194304 4196468 140727853905856 140155659942800 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4779] ppid=4718 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4779/stat : 4779 (java) S 4718 4721 19273 0 -1 1077944384 2 13194 0 0 0 0 5 2 20 0 15 0 107461557 11246788608 13929 33554432000 4194304 4196468 140727853905856 140155269593328 140155776551554 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4780] ppid=4718 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4780/stat : 4780 (java) S 4718 4721 19273 0 -1 1077944384 13 13194 0 0 0 0 5 2 20 0 15 0 107461558 11246788608 13929 33554432000 4194304 4196468 140727853905856 140154580755616 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4781] ppid=4718 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4781/stat : 4781 (java) S 4718 4721 19273 0 -1 1077944384 1 13194 0 0 0 0 5 2 20 0 15 0 107461558 11246788608 13929 33554432000 4194304 4196468 140727853905856 140154379428592 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4782] ppid=4718 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4782/stat : 4782 (java) S 4718 4721 19273 0 -1 1077944384 3 13194 0 0 0 0 5 2 20 0 15 0 107461561 11246788608 13929 33554432000 4194304 4196468 140727853905856 140154072029136 140155776559003 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4783] ppid=4718 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4721/task/4783/stat : 4783 (java) S 4718 4721 19273 0 -1 1077944384 533 13194 0 0 1 0 5 2 20 0 15 0 107461561 11246788608 13929 33554432000 4194304 4196468 140727853905856 140155268541168 140155776551554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4784] ppid=4718 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4721/task/4784/stat : 4784 (java) S 4718 4721 19273 0 -1 1077944384 74 13194 0 0 1 0 5 2 20 0 15 0 107461561 11246788608 13929 33554432000 4194304 4196468 140727853905856 140155267488624 140155776551554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4785] ppid=4718 vsize=10983192 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/4721/task/4785/stat : 4785 (java) S 4718 4721 19273 0 -1 1077944384 621 13194 0 0 4 0 5 2 20 0 15 0 107461561 11246788608 13929 33554432000 4194304 4196468 140727853905856 140155266435568 140155776551554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4786] ppid=4718 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4786/stat : 4786 (java) S 4718 4721 19273 0 -1 1077944384 3 13194 0 0 0 0 5 2 20 0 15 0 107461561 11246788608 13929 33554432000 4194304 4196468 140727853905856 140153641233248 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4787] ppid=4718 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4787/stat : 4787 (java) S 4718 4721 19273 0 -1 1077944384 1 13194 0 0 0 0 5 2 20 0 15 0 107461561 11246788608 13929 33554432000 4194304 4196468 140727853905856 140155265382960 140155776551554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55716 KiB

[startup+0.70075 s]
/proc/loadavg: 1.44 1.68 1.75 3/219 4787
/proc/meminfo: memFree=27706260/32770624 swapFree=67108744/67108860
[pid=4721] ppid=4718 vsize=10983192 memory=88500 CPUtime=0.98 cores=1,3,5,7
/proc/4721/stat : 4721 (java) S 4718 4721 19273 0 -1 1077944320 16768 13194 0 0 87 4 5 2 20 0 15 0 107461546 11246788608 22125 33554432000 4194304 4196468 140727853905856 140727853888400 140155776540407 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
/proc/4721/statm: 2745798 22125 3238 1 0 2708109 0
[pid=4721/tid=4774] ppid=4718 vsize=10983192 memory=30748 CPUtime=0.66 cores=1,3,5,7
/proc/4721/task/4774/stat : 4774 (java) R 4718 4721 19273 0 -1 4202560 12219 13194 0 0 56 3 5 2 20 0 15 0 107461555 11246788608 22125 33554432000 4194304 4196468 140727853905856 140155748361232 140155759727216 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4775] ppid=4718 vsize=10983192 memory=280394121350928 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4775/stat : 4775 (java) S 4718 4721 19273 0 -1 1077944384 1 13194 0 0 0 0 5 2 20 0 15 0 107461556 11246788608 22125 33554432000 4194304 4196468 140727853905856 140155780783120 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4776] ppid=4718 vsize=10983192 memory=2491819230977 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4776/stat : 4776 (java) S 4718 4721 19273 0 -1 1077944384 1 13194 0 0 0 0 5 2 20 0 15 0 107461556 11246788608 22125 33554432000 4194304 4196468 140727853905856 140155662048400 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4777] ppid=4718 vsize=10983192 memory=2521884002049 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4777/stat : 4777 (java) S 4718 4721 19273 0 -1 1077944384 1 13194 0 0 0 0 5 2 20 0 15 0 107461556 11246788608 22125 33554432000 4194304 4196468 140727853905856 140155660995344 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4778] ppid=4718 vsize=10983192 memory=2547653805825 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4778/stat : 4778 (java) S 4718 4721 19273 0 -1 1077944384 2 13194 0 0 0 0 5 2 20 0 15 0 107461556 11246788608 22125 33554432000 4194304 4196468 140727853905856 140155659942800 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4779] ppid=4718 vsize=10983192 memory=2560538707713 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4779/stat : 4779 (java) S 4718 4721 19273 0 -1 1077944384 5 13194 0 0 0 0 5 2 20 0 15 0 107461557 11246788608 22125 33554432000 4194304 4196468 140727853905856 140155269593328 140155776551554 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4780] ppid=4718 vsize=10983192 memory=2569128642305 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4780/stat : 4780 (java) S 4718 4721 19273 0 -1 1077944384 13 13194 0 0 0 0 5 2 20 0 15 0 107461558 11246788608 22125 33554432000 4194304 4196468 140727853905856 140154580755616 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4781] ppid=4718 vsize=10983192 memory=2629258184449 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4781/stat : 4781 (java) S 4718 4721 19273 0 -1 1077944384 1 13194 0 0 0 0 5 2 20 0 15 0 107461558 11246788608 22125 33554432000 4194304 4196468 140727853905856 140154379428592 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4782] ppid=4718 vsize=10983192 memory=19773292 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4782/stat : 4782 (java) S 4718 4721 19273 0 -1 1077944384 3 13194 0 0 0 0 5 2 20 0 15 0 107461561 11246788608 22125 33554432000 4194304 4196468 140727853905856 140154072029136 140155776559003 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4783] ppid=4718 vsize=10983192 memory=-7453528518462155811 CPUtime=0.17 cores=1,3,5,7
/proc/4721/task/4783/stat : 4783 (java) S 4718 4721 19273 0 -1 1077944384 1160 13194 0 0 10 0 5 2 20 0 15 0 107461561 11246788608 22125 33554432000 4194304 4196468 140727853905856 140155268541168 140155776551554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4784] ppid=4718 vsize=10983192 memory=280394121913920 CPUtime=0.14 cores=1,3,5,7
/proc/4721/task/4784/stat : 4784 (java) S 4718 4721 19273 0 -1 1077944384 450 13194 0 0 7 0 5 2 20 0 15 0 107461561 11246788608 22125 33554432000 4194304 4196468 140727853905856 140155267488624 140155776551554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4785] ppid=4718 vsize=10983192 memory=140200617443961 CPUtime=0.2 cores=1,3,5,7
/proc/4721/task/4785/stat : 4785 (java) S 4718 4721 19273 0 -1 1077944384 711 13194 0 0 13 0 5 2 20 0 15 0 107461561 11246788608 22125 33554432000 4194304 4196468 140727853905856 140155266435568 140155776551554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4786] ppid=4718 vsize=10983192 memory=142915036775061 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4786/stat : 4786 (java) S 4718 4721 19273 0 -1 1077944384 3 13194 0 0 0 0 5 2 20 0 15 0 107461561 11246788608 22125 33554432000 4194304 4196468 140727853905856 140153641233248 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4787] ppid=4718 vsize=10983192 memory=140200617444238 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4787/stat : 4787 (java) S 4718 4721 19273 0 -1 1077944384 1 13194 0 0 0 0 5 2 20 0 15 0 107461561 11246788608 22125 33554432000 4194304 4196468 140727853905856 140155265382960 140155776551554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88500 KiB

[startup+1.50561 s]
/proc/loadavg: 1.44 1.68 1.75 3/219 4787
/proc/meminfo: memFree=27654952/32770624 swapFree=67108744/67108860
[pid=4721] ppid=4718 vsize=10993996 memory=200872 CPUtime=3.14 cores=1,3,5,7
/proc/4721/stat : 4721 (java) S 4718 4721 19273 0 -1 1077944320 26087 13194 0 0 295 12 5 2 20 0 15 0 107461546 11257851904 50218 33554432000 4194304 4196468 140727853905856 140727853888400 140155776540407 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
/proc/4721/statm: 2748499 50218 3448 1 0 2710157 0
[pid=4721/tid=4774] ppid=4718 vsize=10993996 memory=118 CPUtime=1.45 cores=1,3,5,7
/proc/4721/task/4774/stat : 4774 (java) R 4718 4721 19273 0 -1 4202560 15808 13194 0 0 130 8 5 2 20 0 15 0 107461555 11257851904 50218 33554432000 4194304 4196468 140727853905856 140155748362160 140155776562333 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4775] ppid=4718 vsize=10993996 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4775/stat : 4775 (java) S 4718 4721 19273 0 -1 1077944384 1 13194 0 0 0 0 5 2 20 0 15 0 107461556 11257851904 50218 33554432000 4194304 4196468 140727853905856 140155780783120 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4776] ppid=4718 vsize=10993996 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4776/stat : 4776 (java) S 4718 4721 19273 0 -1 1077944384 1 13194 0 0 0 0 5 2 20 0 15 0 107461556 11257851904 50218 33554432000 4194304 4196468 140727853905856 140155662048400 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4777] ppid=4718 vsize=10993996 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4777/stat : 4777 (java) S 4718 4721 19273 0 -1 1077944384 1 13194 0 0 0 0 5 2 20 0 15 0 107461556 11257851904 50218 33554432000 4194304 4196468 140727853905856 140155660995344 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4778] ppid=4718 vsize=10993996 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4778/stat : 4778 (java) S 4718 4721 19273 0 -1 1077944384 2 13194 0 0 0 0 5 2 20 0 15 0 107461556 11257851904 50218 33554432000 4194304 4196468 140727853905856 140155659942800 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4779] ppid=4718 vsize=10993996 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4779/stat : 4779 (java) S 4718 4721 19273 0 -1 1077944384 13 13194 0 0 0 0 5 2 20 0 15 0 107461557 11257851904 50218 33554432000 4194304 4196468 140727853905856 140155269593328 140155776551554 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4780] ppid=4718 vsize=10993996 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4780/stat : 4780 (java) S 4718 4721 19273 0 -1 1077944384 13 13194 0 0 0 0 5 2 20 0 15 0 107461558 11257851904 50218 33554432000 4194304 4196468 140727853905856 140154580755616 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4781] ppid=4718 vsize=10993996 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4781/stat : 4781 (java) S 4718 4721 19273 0 -1 1077944384 1 13194 0 0 0 0 5 2 20 0 15 0 107461558 11257851904 50218 33554432000 4194304 4196468 140727853905856 140154379428592 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4782] ppid=4718 vsize=10993996 memory=280394121407424 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4782/stat : 4782 (java) S 4718 4721 19273 0 -1 1077944384 3 13194 0 0 0 0 5 2 20 0 15 0 107461561 11257851904 50218 33554432000 4194304 4196468 140727853905856 140154072029136 140155776559003 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4783] ppid=4718 vsize=10993996 memory=6152568437464001118 CPUtime=0.67 cores=1,3,5,7
/proc/4721/task/4783/stat : 4783 (java) R 4718 4721 19273 0 -1 4202560 3299 13194 0 0 60 0 5 2 20 0 15 0 107461561 11257851904 50218 33554432000 4194304 4196468 140727853905856 140155268529728 140155758084566 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4784] ppid=4718 vsize=10993996 memory=7882542278824518758 CPUtime=0.66 cores=1,3,5,7
/proc/4721/task/4784/stat : 4784 (java) R 4718 4721 19273 0 -1 4202560 2907 13194 0 0 59 0 5 2 20 0 15 0 107461561 11257851904 50218 33554432000 4194304 4196468 140727853905856 140155267475088 140155758084641 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4785] ppid=4718 vsize=10993996 memory=6226907539521628263 CPUtime=0.52 cores=1,3,5,7
/proc/4721/task/4785/stat : 4785 (java) S 4718 4721 19273 0 -1 1077944384 1835 13194 0 0 44 1 5 2 20 0 15 0 107461561 11257851904 50218 33554432000 4194304 4196468 140727853905856 140155266435568 140155776551554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4786] ppid=4718 vsize=10993996 memory=7233737998996498279 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4786/stat : 4786 (java) S 4718 4721 19273 0 -1 1077944384 3 13194 0 0 0 0 5 2 20 0 15 0 107461561 11257851904 50218 33554432000 4194304 4196468 140727853905856 140153641233248 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4787] ppid=4718 vsize=10993996 memory=7163088896566389614 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4787/stat : 4787 (java) S 4718 4721 19273 0 -1 1077944384 3 13194 0 0 0 0 5 2 20 0 15 0 107461561 11257851904 50218 33554432000 4194304 4196468 140727853905856 140155265382960 140155776551554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
Current children cumulated CPU time: 3.14 s
Current children cumulated vsize: 10993996 KiB

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

[pid=4721] ppid=4718 vsize=11016544 memory=3094512 CPUtime=252.37 cores=1,3,5,7
/proc/4721/stat : 4721 (java) S 4718 4721 19273 0 -1 1077944320 176882 13194 0 0 25007 223 5 2 20 0 15 0 107461546 11280941056 773628 33554432000 4194304 4196468 140727853905856 140727853888400 140155776540407 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
/proc/4721/statm: 2754136 773628 3535 1 0 2715789 0
[pid=4721/tid=4774] ppid=4718 vsize=11016544 memory=3031916 CPUtime=210.98 cores=1,3,5,7
/proc/4721/task/4774/stat : 4774 (java) S 4718 4721 19273 0 -1 1077944384 70194 13194 0 0 21049 42 5 2 20 0 15 0 107461555 11280941056 773628 33554432000 4194304 4196468 140727853905856 140155748373664 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4775] ppid=4718 vsize=11016544 memory=10592 CPUtime=2.57 cores=1,3,5,7
/proc/4721/task/4775/stat : 4775 (java) R 4718 4721 19273 0 -1 4202560 2542 13194 0 0 211 39 5 2 20 0 15 0 107461556 11280941056 773628 33554432000 4194304 4196468 140727853905856 140155780783120 140155761241074 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4776] ppid=4718 vsize=11016544 memory=15872 CPUtime=2.57 cores=1,3,5,7
/proc/4721/task/4776/stat : 4776 (java) R 4718 4721 19273 0 -1 4202560 4259 13194 0 0 213 37 5 2 20 0 15 0 107461556 11280941056 773628 33554432000 4194304 4196468 140727853905856 140155662048400 140155761536811 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4777] ppid=4718 vsize=11016544 memory=3031916 CPUtime=2.56 cores=1,3,5,7
/proc/4721/task/4777/stat : 4777 (java) R 4718 4721 19273 0 -1 4202560 1715 13194 0 0 210 39 5 2 20 0 15 0 107461556 11280941056 773628 33554432000 4194304 4196468 140727853905856 140155660995544 140155761536804 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4778] ppid=4718 vsize=11016544 memory=2396 CPUtime=2.58 cores=1,3,5,7
/proc/4721/task/4778/stat : 4778 (java) R 4718 4721 19273 0 -1 4202560 4979 13194 0 0 212 39 5 2 20 0 15 0 107461556 11280941056 773628 33554432000 4194304 4196468 140727853905856 140155659943000 140155761241054 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4779] ppid=4718 vsize=11016544 memory=1292 CPUtime=0.26 cores=1,3,5,7
/proc/4721/task/4779/stat : 4779 (java) S 4718 4721 19273 0 -1 1077944384 11489 13194 0 0 17 2 5 2 20 0 15 0 107461557 11280941056 773628 33554432000 4194304 4196468 140727853905856 140155269591872 140155776550613 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4780] ppid=4718 vsize=11016544 memory=1844 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4780/stat : 4780 (java) S 4718 4721 19273 0 -1 1077944384 17 13194 0 0 0 0 5 2 20 0 15 0 107461558 11280941056 773628 33554432000 4194304 4196468 140727853905856 140154580755744 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4781] ppid=4718 vsize=11016544 memory=1008 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4781/stat : 4781 (java) S 4718 4721 19273 0 -1 1077944384 22 13194 0 0 0 0 5 2 20 0 15 0 107461558 11280941056 773628 33554432000 4194304 4196468 140727853905856 140154379428768 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4782] ppid=4718 vsize=11016544 memory=5404 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4782/stat : 4782 (java) S 4718 4721 19273 0 -1 1077944384 3 13194 0 0 0 0 5 2 20 0 15 0 107461561 11280941056 773628 33554432000 4194304 4196468 140727853905856 140154072029136 140155776559003 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4783] ppid=4718 vsize=11016544 memory=796 CPUtime=13.31 cores=1,3,5,7
/proc/4721/task/4783/stat : 4783 (java) S 4718 4721 19273 0 -1 1077944384 26636 13194 0 0 1320 4 5 2 20 0 15 0 107461561 11280941056 773628 33554432000 4194304 4196468 140727853905856 140155268541168 140155776551554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4784] ppid=4718 vsize=11016544 memory=4616 CPUtime=14.05 cores=1,3,5,7
/proc/4721/task/4784/stat : 4784 (java) S 4718 4721 19273 0 -1 1077944384 27086 13194 0 0 1393 5 5 2 20 0 15 0 107461561 11280941056 773628 33554432000 4194304 4196468 140727853905856 140155267488624 140155776551554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4785] ppid=4718 vsize=11016544 memory=1424 CPUtime=3.83 cores=1,3,5,7
/proc/4721/task/4785/stat : 4785 (java) S 4718 4721 19273 0 -1 1077944384 25339 13194 0 0 369 7 5 2 20 0 15 0 107461561 11280941056 773628 33554432000 4194304 4196468 140727853905856 140155266435568 140155776551554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4786] ppid=4718 vsize=11016544 memory=11116 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4786/stat : 4786 (java) S 4718 4721 19273 0 -1 1077944384 3 13194 0 0 0 0 5 2 20 0 15 0 107461561 11280941056 773628 33554432000 4194304 4196468 140727853905856 140153641233248 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4787] ppid=4718 vsize=11016544 memory=1200 CPUtime=0.18 cores=1,3,5,7
/proc/4721/task/4787/stat : 4787 (java) R 4718 4721 19273 0 -1 1077944384 401 13194 0 0 5 6 5 2 20 0 15 0 107461561 11280941056 773628 33554432000 4194304 4196468 140727853905856 140155265382960 140155776551554 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
Current children cumulated CPU time: 252.37 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 3094512 KiB

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

[startup+214.336 s]
# the end of solver process 4721 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.721 s, system=2.29469 s

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

[startup+214.002 s]*
/proc/loadavg: 2.52 2.04 1.87 6/218 4921
/proc/meminfo: memFree=19523160/32770624 swapFree=67108744/67108860
[pid=4721] ppid=4718 vsize=11016544 memory=3094664 CPUtime=253.19 cores=1,3,5,7
/proc/4721/stat : 4721 (java) S 4718 4721 19273 0 -1 1077944320 176888 13194 0 0 25089 223 5 2 20 0 15 0 107461546 11280941056 773666 33554432000 4194304 4196468 140727853905856 140727853888400 140155776540407 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
/proc/4721/statm: 2754136 773666 3535 1 0 2715789 0
[pid=4721/tid=4774] ppid=4718 vsize=11016544 memory=6935054825532540783 CPUtime=210.98 cores=1,3,5,7
/proc/4721/task/4774/stat : 4774 (java) S 4718 4721 19273 0 -1 1077944384 70194 13194 0 0 21049 42 5 2 20 0 15 0 107461555 11280941056 773666 33554432000 4194304 4196468 140727853905856 140155748373664 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4775] ppid=4718 vsize=11016544 memory=4872558044660077418 CPUtime=2.78 cores=1,3,5,7
/proc/4721/task/4775/stat : 4775 (java) R 4718 4721 19273 0 -1 4202560 2542 13194 0 0 232 39 5 2 20 0 15 0 107461556 11280941056 773666 33554432000 4194304 4196468 140727853905856 140155780783120 140155769644059 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4776] ppid=4718 vsize=11016544 memory=0 CPUtime=2.78 cores=1,3,5,7
/proc/4721/task/4776/stat : 4776 (java) R 4718 4721 19273 0 -1 4202560 4259 13194 0 0 234 37 5 2 20 0 15 0 107461556 11280941056 773666 33554432000 4194304 4196468 140727853905856 140155662048400 140155761536916 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4777] ppid=4718 vsize=11016544 memory=0 CPUtime=2.76 cores=1,3,5,7
/proc/4721/task/4777/stat : 4777 (java) R 4718 4721 19273 0 -1 4202560 1716 13194 0 0 230 39 5 2 20 0 15 0 107461556 11280941056 773666 33554432000 4194304 4196468 140727853905856 140155660995544 140155758150153 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4778] ppid=4718 vsize=11016544 memory=0 CPUtime=2.78 cores=1,3,5,7
/proc/4721/task/4778/stat : 4778 (java) R 4718 4721 19273 0 -1 4202560 4979 13194 0 0 232 39 5 2 20 0 15 0 107461556 11280941056 773666 33554432000 4194304 4196468 140727853905856 140155659943000 140155760998040 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4779] ppid=4718 vsize=11016544 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/4721/task/4779/stat : 4779 (java) S 4718 4721 19273 0 -1 1077944384 11489 13194 0 0 17 2 5 2 20 0 15 0 107461557 11280941056 773666 33554432000 4194304 4196468 140727853905856 140155269591872 140155776550613 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4780] ppid=4718 vsize=11016544 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4780/stat : 4780 (java) S 4718 4721 19273 0 -1 1077944384 17 13194 0 0 0 0 5 2 20 0 15 0 107461558 11280941056 773666 33554432000 4194304 4196468 140727853905856 140154580755744 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4781] ppid=4718 vsize=11016544 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4781/stat : 4781 (java) S 4718 4721 19273 0 -1 1077944384 22 13194 0 0 0 0 5 2 20 0 15 0 107461558 11280941056 773666 33554432000 4194304 4196468 140727853905856 140154379428768 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4782] ppid=4718 vsize=11016544 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4782/stat : 4782 (java) S 4718 4721 19273 0 -1 1077944384 6 13194 0 0 0 0 5 2 20 0 15 0 107461561 11280941056 773666 33554432000 4194304 4196468 140727853905856 140154072028784 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4783] ppid=4718 vsize=11016544 memory=0 CPUtime=13.31 cores=1,3,5,7
/proc/4721/task/4783/stat : 4783 (java) S 4718 4721 19273 0 -1 1077944384 26636 13194 0 0 1320 4 5 2 20 0 15 0 107461561 11280941056 773666 33554432000 4194304 4196468 140727853905856 140155268541168 140155776551554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4784] ppid=4718 vsize=11016544 memory=0 CPUtime=14.05 cores=1,3,5,7
/proc/4721/task/4784/stat : 4784 (java) S 4718 4721 19273 0 -1 1077944384 27086 13194 0 0 1393 5 5 2 20 0 15 0 107461561 11280941056 773666 33554432000 4194304 4196468 140727853905856 140155267488624 140155776551554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4785] ppid=4718 vsize=11016544 memory=0 CPUtime=3.83 cores=1,3,5,7
/proc/4721/task/4785/stat : 4785 (java) S 4718 4721 19273 0 -1 1077944384 25339 13194 0 0 369 7 5 2 20 0 15 0 107461561 11280941056 773666 33554432000 4194304 4196468 140727853905856 140155266435568 140155776551554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4786] ppid=4718 vsize=11016544 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4786/stat : 4786 (java) S 4718 4721 19273 0 -1 1077944384 3 13194 0 0 0 0 5 2 20 0 15 0 107461561 11280941056 773666 33554432000 4194304 4196468 140727853905856 140153641233248 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4787] ppid=4718 vsize=11016544 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/4721/task/4787/stat : 4787 (java) S 4718 4721 19273 0 -1 1077944384 401 13194 0 0 5 6 5 2 20 0 15 0 107461561 11280941056 773666 33554432000 4194304 4196468 140727853905856 140155265382960 140155776551554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
Current children cumulated CPU time: 253.19 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 3094664 KiB

[startup+214.202 s]
/proc/loadavg: 2.52 2.04 1.87 6/218 4921
/proc/meminfo: memFree=19523160/32770624 swapFree=67108744/67108860
[pid=4721] ppid=4718 vsize=11016544 memory=3094664 CPUtime=253.85 cores=1,3,5,7
/proc/4721/stat : 4721 (java) S 4718 4721 19273 0 -1 1077944320 176891 13194 0 0 25155 223 5 2 20 0 15 0 107461546 11280941056 773666 33554432000 4194304 4196468 140727853905856 140727853888400 140155776540407 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
/proc/4721/statm: 2754136 773666 3535 1 0 2715789 0
[pid=4721/tid=4774] ppid=4718 vsize=11016544 memory=288230596050944315 CPUtime=210.98 cores=1,3,5,7
/proc/4721/task/4774/stat : 4774 (java) S 4718 4721 19273 0 -1 1077944384 70194 13194 0 0 21049 42 5 2 20 0 15 0 107461555 11280941056 773666 33554432000 4194304 4196468 140727853905856 140155748373664 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4775] ppid=4718 vsize=11016544 memory=15257064687536288 CPUtime=2.93 cores=1,3,5,7
/proc/4721/task/4775/stat : 4775 (java) S 4718 4721 19273 0 -1 1077944384 2543 13194 0 0 247 39 5 2 20 0 15 0 107461556 11280941056 773666 33554432000 4194304 4196468 140727853905856 140155780783120 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4776] ppid=4718 vsize=11016544 memory=1292 CPUtime=2.94 cores=1,3,5,7
/proc/4721/task/4776/stat : 4776 (java) S 4718 4721 19273 0 -1 1077944384 4261 13194 0 0 250 37 5 2 20 0 15 0 107461556 11280941056 773666 33554432000 4194304 4196468 140727853905856 140155662048400 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4777] ppid=4718 vsize=11016544 memory=1844 CPUtime=2.92 cores=1,3,5,7
/proc/4721/task/4777/stat : 4777 (java) S 4718 4721 19273 0 -1 1077944384 1716 13194 0 0 246 39 5 2 20 0 15 0 107461556 11280941056 773666 33554432000 4194304 4196468 140727853905856 140155660995344 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4778] ppid=4718 vsize=11016544 memory=1008 CPUtime=2.94 cores=1,3,5,7
/proc/4721/task/4778/stat : 4778 (java) S 4718 4721 19273 0 -1 1077944384 4979 13194 0 0 248 39 5 2 20 0 15 0 107461556 11280941056 773666 33554432000 4194304 4196468 140727853905856 140155659942800 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4779] ppid=4718 vsize=11016544 memory=5404 CPUtime=0.3 cores=1,3,5,7
/proc/4721/task/4779/stat : 4779 (java) R 4718 4721 19273 0 -1 4202560 11489 13194 0 0 21 2 5 2 20 0 15 0 107461557 11280941056 773666 33554432000 4194304 4196468 140727853905856 140155269591760 140155761241040 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4780] ppid=4718 vsize=11016544 memory=796 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4780/stat : 4780 (java) S 4718 4721 19273 0 -1 1077944384 17 13194 0 0 0 0 5 2 20 0 15 0 107461558 11280941056 773666 33554432000 4194304 4196468 140727853905856 140154580755744 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4781] ppid=4718 vsize=11016544 memory=4616 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4781/stat : 4781 (java) S 4718 4721 19273 0 -1 1077944384 22 13194 0 0 0 0 5 2 20 0 15 0 107461558 11280941056 773666 33554432000 4194304 4196468 140727853905856 140154379428768 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4782] ppid=4718 vsize=11016544 memory=1424 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4782/stat : 4782 (java) S 4718 4721 19273 0 -1 1077944384 6 13194 0 0 0 0 5 2 20 0 15 0 107461561 11280941056 773666 33554432000 4194304 4196468 140727853905856 140154072028784 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4783] ppid=4718 vsize=11016544 memory=11116 CPUtime=13.31 cores=1,3,5,7
/proc/4721/task/4783/stat : 4783 (java) S 4718 4721 19273 0 -1 1077944384 26636 13194 0 0 1320 4 5 2 20 0 15 0 107461561 11280941056 773666 33554432000 4194304 4196468 140727853905856 140155268541168 140155776551554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4784] ppid=4718 vsize=11016544 memory=1200 CPUtime=14.05 cores=1,3,5,7
/proc/4721/task/4784/stat : 4784 (java) S 4718 4721 19273 0 -1 1077944384 27086 13194 0 0 1393 5 5 2 20 0 15 0 107461561 11280941056 773666 33554432000 4194304 4196468 140727853905856 140155267488624 140155776551554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4785] ppid=4718 vsize=11016544 memory=1228 CPUtime=3.83 cores=1,3,5,7
/proc/4721/task/4785/stat : 4785 (java) S 4718 4721 19273 0 -1 1077944384 25339 13194 0 0 369 7 5 2 20 0 15 0 107461561 11280941056 773666 33554432000 4194304 4196468 140727853905856 140155266435568 140155776551554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4786] ppid=4718 vsize=11016544 memory=1712 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4786/stat : 4786 (java) S 4718 4721 19273 0 -1 1077944384 3 13194 0 0 0 0 5 2 20 0 15 0 107461561 11280941056 773666 33554432000 4194304 4196468 140727853905856 140153641233248 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4787] ppid=4718 vsize=11016544 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/4721/task/4787/stat : 4787 (java) S 4718 4721 19273 0 -1 1077944384 401 13194 0 0 5 6 5 2 20 0 15 0 107461561 11280941056 773666 33554432000 4194304 4196468 140727853905856 140155265382960 140155776551554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
Current children cumulated CPU time: 253.85 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 3094664 KiB

[startup+214.301 s]
/proc/loadavg: 2.52 2.04 1.87 6/218 4921
/proc/meminfo: memFree=19523160/32770624 swapFree=67108744/67108860
[pid=4721] ppid=4718 vsize=11278696 memory=3100480 CPUtime=253.96 cores=1,3,5,7
/proc/4721/stat : 4721 (java) S 4718 4721 19273 0 -1 1077944320 177412 13194 0 0 25165 224 5 2 20 0 17 0 107461546 11549384704 775120 33554432000 4194304 4196468 140727853905856 140727853888400 140155776540407 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
/proc/4721/statm: 2819674 775120 3535 1 0 2781327 0
[pid=4721/tid=4774] ppid=4718 vsize=11278696 memory=3094664 CPUtime=211.04 cores=1,3,5,7
/proc/4721/task/4774/stat : 4774 (java) R 4718 4721 19273 0 -1 4202560 70210 13194 0 0 21055 42 5 2 20 0 17 0 107461555 11549384704 775120 33554432000 4194304 4196468 140727853905856 140155748370288 140155762508608 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4775] ppid=4718 vsize=11278696 memory=3031916 CPUtime=2.93 cores=1,3,5,7
/proc/4721/task/4775/stat : 4775 (java) S 4718 4721 19273 0 -1 1077944384 2543 13194 0 0 247 39 5 2 20 0 17 0 107461556 11549384704 775120 33554432000 4194304 4196468 140727853905856 140155780783120 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4776] ppid=4718 vsize=11278696 memory=3124768 CPUtime=2.94 cores=1,3,5,7
/proc/4721/task/4776/stat : 4776 (java) S 4718 4721 19273 0 -1 1077944384 4261 13194 0 0 250 37 5 2 20 0 17 0 107461556 11549384704 775120 33554432000 4194304 4196468 140727853905856 140155662048400 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4777] ppid=4718 vsize=11278696 memory=3031916 CPUtime=2.92 cores=1,3,5,7
/proc/4721/task/4777/stat : 4777 (java) S 4718 4721 19273 0 -1 1077944384 1716 13194 0 0 246 39 5 2 20 0 17 0 107461556 11549384704 775120 33554432000 4194304 4196468 140727853905856 140155660995344 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4778] ppid=4718 vsize=11278696 memory=3094512 CPUtime=2.94 cores=1,3,5,7
/proc/4721/task/4778/stat : 4778 (java) S 4718 4721 19273 0 -1 1077944384 4979 13194 0 0 248 39 5 2 20 0 17 0 107461556 11549384704 775120 33554432000 4194304 4196468 140727853905856 140155659942800 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4779] ppid=4718 vsize=11278696 memory=2257 CPUtime=0.34 cores=1,3,5,7
/proc/4721/task/4779/stat : 4779 (java) S 4718 4721 19273 0 -1 1077944384 11945 13194 0 0 25 2 5 2 20 0 17 0 107461557 11549384704 775120 33554432000 4194304 4196468 140727853905856 140155269593328 140155776551554 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4780] ppid=4718 vsize=11278696 memory=3094664 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4780/stat : 4780 (java) S 4718 4721 19273 0 -1 1077944384 17 13194 0 0 0 0 5 2 20 0 17 0 107461558 11549384704 775120 33554432000 4194304 4196468 140727853905856 140154580755744 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4781] ppid=4718 vsize=11278696 memory=280394121494464 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4781/stat : 4781 (java) S 4718 4721 19273 0 -1 1077944384 22 13194 0 0 0 0 5 2 20 0 17 0 107461558 11549384704 775120 33554432000 4194304 4196468 140727853905856 140154379428768 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4782] ppid=4718 vsize=11278696 memory=3031916 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4782/stat : 4782 (java) S 4718 4721 19273 0 -1 1077944384 45 13194 0 0 0 0 5 2 20 0 17 0 107461561 11549384704 775120 33554432000 4194304 4196468 140727853905856 140154072029136 140155776559003 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4783] ppid=4718 vsize=11278696 memory=3031916 CPUtime=13.31 cores=1,3,5,7
/proc/4721/task/4783/stat : 4783 (java) R 4718 4721 19273 0 -1 4202560 26636 13194 0 0 1320 4 5 2 20 0 17 0 107461561 11549384704 775120 33554432000 4194304 4196468 140727853905856 140155268534192 140155776552342 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4784] ppid=4718 vsize=11278696 memory=3031916 CPUtime=14.05 cores=1,3,5,7
/proc/4721/task/4784/stat : 4784 (java) S 4718 4721 19273 0 -1 1077944384 27086 13194 0 0 1393 5 5 2 20 0 17 0 107461561 11549384704 775120 33554432000 4194304 4196468 140727853905856 140155267488624 140155776551554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4785] ppid=4718 vsize=11278696 memory=2396 CPUtime=3.83 cores=1,3,5,7
/proc/4721/task/4785/stat : 4785 (java) S 4718 4721 19273 0 -1 1077944384 25339 13194 0 0 369 7 5 2 20 0 17 0 107461561 11549384704 775120 33554432000 4194304 4196468 140727853905856 140155266435568 140155776551554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4786] ppid=4718 vsize=11278696 memory=1292 CPUtime=0.07 cores=1,3,5,7
/proc/4721/task/4786/stat : 4786 (java) S 4718 4721 19273 0 -1 1077944384 3 13194 0 0 0 0 5 2 20 0 17 0 107461561 11549384704 775120 33554432000 4194304 4196468 140727853905856 140153641233248 140155776550613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
[pid=4721/tid=4787] ppid=4718 vsize=11278696 memory=1844 CPUtime=0.18 cores=1,3,5,7
/proc/4721/task/4787/stat : 4787 (java) S 4718 4721 19273 0 -1 1077944384 401 13194 0 0 5 6 5 2 20 0 17 0 107461561 11549384704 775120 33554432000 4194304 4196468 140727853905856 140155265382960 140155776551554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9728000 140727853914729 140727853917537 140727853917537 140727853920207 0
Current children cumulated CPU time: 253.96 s
Current children cumulated vsize: 11278696 KiB
Current children cumulated memory: 3100480 KiB

Child status: 143
Real time (s): 214.336
CPU time (s): 254.016
CPU user time (s): 251.721
CPU system time (s): 2.29469
CPU usage (%): 118.513
Max. virtual memory (cumulated for all children) (KiB): 11278696
Max. memory (cumulated for all children) (KiB): 3124768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.721
system time used= 2.29469
maximum resident set size= 3124768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 190658
page faults= 0
swaps= 0
block input operations= 0
block output operations= 424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19698
involuntary context switches= 464


# summary of solver processes directly reported to runsolver:
#   pid: 4721
#   total CPU time (s): 254.016
#   total CPU user time (s): 251.721
#   total CPU system time (s): 2.29469

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.25598 second user time and 2.12906 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-29 23:16:23
IDJOB=4302790
IDBENCH=141642
IDSOLVER=2777
FILE ID=node134/4302790-1532898983
RUNJOBID= node134-1532893331-28701
PBS_JOBID= 21022511
Free space on /tmp= 60932 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/SteelMillSlab/SteelMillSlab-m1-2-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-4302790-1532898983/watcher-4302790-1532898983 -o /tmp/evaluation-result-4302790-1532898983/solver-4302790-1532898983 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532893331-28701 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=794379616 -superng HOME/instance-4302790-1532898983.xml

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

MD5SUM BENCH= e037ec762e0941f9d509e6c54a7639e5
RANDOM SEED=794379616

node134.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.68
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.68
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.68
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.68
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:        27758432 kB
MemAvailable:   31413052 kB
Buffers:          211572 kB
Cached:          3713156 kB
SwapCached:            0 kB
Active:          2262012 kB
Inactive:        2270176 kB
Active(anon):     556892 kB
Inactive(anon):    78480 kB
Active(file):    1705120 kB
Inactive(file):  2191696 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108860 kB
SwapFree:       67108744 kB
Dirty:             26880 kB
Writeback:             0 kB
AnonPages:        614532 kB
Mapped:            57936 kB
Shmem:             25132 kB
Slab:             176288 kB
SReclaimable:     147280 kB
SUnreclaim:        29008 kB
KernelStack:        3632 kB
PageTables:         6632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1786344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    405504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60904 MiB
End job on node134 at 2018-07-29 23:19:58