Trace number 4293148

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.8-SuperNG 2018-06-13? (TO) 2520.07 2464.93

General information on the benchmark

NameStripPacking/
StripPacking-T1a_c18.xml
MD5SUM2930e4ba32e3c7874205f5eb3c8396db
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark749.317
Satisfiable
(Un)Satisfiability was proved
Number of variables85
Number of constraints52
Number of domains19
Minimum domain size2
Maximum domain size200
Distribution of domain sizes[{"size":2,"count":51},{"size":200,"count":34}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":17},{"degree":2,"count":34},{"degree":3,"count":34}]
Minimum constraint arity2
Maximum constraint arity68
Distribution of constraint arities[{"arity":2,"count":34},{"arity":3,"count":17},{"arity":68,"count":1}]
Number of extensional constraints17
Number of intensional constraints34
Distribution of constraint types[{"type":"extension","count":17},{"type":"intension","count":34},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.99/0.74	c Concrete v3.8.1528841891564 running
2520.02/2464.90	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.02/2464.91		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.02/2464.91		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.02/2464.91		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.02/2464.91		at bitvectors.LargeBitVector.filter(LargeBitVector.scala:254)
2520.02/2464.91		at bitvectors.LargeBitVector.filter(LargeBitVector.scala:16)
2520.02/2464.91		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.02/2464.91		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.02/2464.91		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.02/2464.91		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.02/2464.91		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.02/2464.91		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.02/2464.91		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.02/2464.91		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.02/2464.91		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.02/2464.91		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.02/2464.91		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.02/2464.91		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.02/2464.91		at scala.Option.map(Option.scala:146)
2520.02/2464.91		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.02/2464.91		at concrete.MAC.mac(MAC.scala:203)
2520.02/2464.91		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.02/2464.91		at scala.util.Try$.apply(Try.scala:209)
2520.02/2464.91		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.02/2464.91		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.02/2464.91		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.02/2464.91		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.02/2464.91		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.02/2464.91		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.02/2464.91		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.02/2464.91		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.02/2464.91		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.02/2464.91		at concrete.MAC.oneRun(MAC.scala:253)
2520.02/2464.91		at concrete.MAC.nextSolution(MAC.scala:272)
2520.02/2464.91		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.02/2464.91		at concrete.ProblemState.map(ProblemState.scala:221)
2520.02/2464.91		at concrete.ProblemState.map(ProblemState.scala:204)
2520.02/2464.91		at concrete.MAC.nextSolution(MAC.scala:334)
2520.02/2464.91		at concrete.Solver.hasNext(Solver.scala:166)
2520.02/2464.91		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.02/2464.91		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.02/2464.91		at concrete.Solver.toStream(Solver.scala:68)
2520.02/2464.91		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.02/2464.91		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.02/2464.91		at concrete.Solver.toIterable(Solver.scala:68)
2520.02/2464.91		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.02/2464.91		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.02/2464.91		at scala.util.Success.map(Try.scala:209)
2520.02/2464.91		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.02/2464.91		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.02/2464.91		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.02/2464.91		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2464.91		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.02/2464.91		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.02/2464.91		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.02/2464.91		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.02/2464.91		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.02/2464.91		at scala.collection.immutable.List.foreach(List.scala:389)
2520.02/2464.91		at scala.App.main(App.scala:76)
2520.02/2464.91		at scala.App.main$(App.scala:74)
2520.02/2464.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.02/2464.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2464.91	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 (3171 MiB free)
  memory of node 1: 16384 MiB (13203 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293148-1532308515/watcher-4293148-1532308515 -o /tmp/evaluation-result-4293148-1532308515/solver-4293148-1532308515 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532296193-16112 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1754617646 -superng HOME/instance-4293148-1532308515.xml 

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

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


[startup+0.100062 s]*
/proc/loadavg: 1.79 1.67 1.73 3/209 18655
/proc/meminfo: memFree=16761892/32770624 swapFree=67108860/67108860
[pid=18598] ppid=18595 vsize=9972712 memory=18596 CPUtime=0.08 cores=1,3,5,7
/proc/18598/stat : 18598 (java) S 18595 18598 16080 0 -1 1077944320 4310 13009 0 0 1 0 5 2 20 0 6 0 48414697 10212057088 4649 33554432000 4194304 4196468 140722217896256 140722217878800 140246665531127 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
/proc/18598/statm: 2493178 4649 1932 1 0 2481616 0
[pid=18598/tid=18651] ppid=18595 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=1,3,5,7
/proc/18598/task/18651/stat : 18651 (java) R 18595 18598 16080 0 -1 4202560 2123 13009 0 0 1 0 5 2 20 0 6 0 48414706 10212057088 4649 33554432000 4194304 4196468 140722217896256 140246637367888 140246651213653 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18652] ppid=18595 vsize=9972712 memory=5793855332217391545 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18652/stat : 18652 (java) S 18595 18598 16080 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 6 0 48414707 10212057088 4649 33554432000 4194304 4196468 140722217896256 140246669773200 140246665541333 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18653] ppid=18595 vsize=9972712 memory=140081207498368 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18653/stat : 18653 (java) S 18595 18598 16080 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 6 0 48414707 10212057088 4649 33554432000 4194304 4196468 140722217896256 140246588524816 140246665541333 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18654] ppid=18595 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18654/stat : 18654 (java) S 18595 18598 16080 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 6 0 48414707 10212057088 4649 33554432000 4194304 4196468 140722217896256 140246237764240 140246665541333 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18655] ppid=18595 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18655/stat : 18655 (java) S 18595 18598 16080 0 -1 1077944384 2 13009 0 0 0 0 5 2 20 0 6 0 48414707 10212057088 4649 33554432000 4194304 4196468 140722217896256 140246236711440 140246665541333 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18596 KiB

[startup+0.210199 s]*
/proc/loadavg: 1.79 1.67 1.73 3/218 18664
/proc/meminfo: memFree=16738124/32770624 swapFree=67108860/67108860
[pid=18598] ppid=18595 vsize=10818904 memory=44584 CPUtime=0.25 cores=1,3,5,7
/proc/18598/stat : 18598 (java) S 18595 18598 16080 0 -1 1077944320 7871 13009 0 0 16 2 5 2 20 0 15 0 48414697 11078557696 11146 33554432000 4194304 4196468 140722217896256 140722217878800 140246665531127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
/proc/18598/statm: 2704726 11146 2958 1 0 2667149 0
[pid=18598/tid=18651] ppid=18595 vsize=10818904 memory=-8540663193526752614 CPUtime=0.18 cores=1,3,5,7
/proc/18598/task/18651/stat : 18651 (java) D 18595 18598 16080 0 -1 1077944384 4500 13009 0 0 10 1 5 2 20 0 15 0 48414706 11078557696 11146 33554432000 4194304 4196468 140722217896256 140246637355936 140246658210349 0 4 0 16800975 18446744072101813796 0 0 -1 1 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18652] ppid=18595 vsize=10818904 memory=4211973807412288906 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18652/stat : 18652 (java) S 18595 18598 16080 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 15 0 48414707 11078557696 11146 33554432000 4194304 4196468 140722217896256 140246669773200 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18653] ppid=18595 vsize=10818904 memory=140081207498368 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18653/stat : 18653 (java) S 18595 18598 16080 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 15 0 48414707 11078557696 11146 33554432000 4194304 4196468 140722217896256 140246588524816 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18654] ppid=18595 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18654/stat : 18654 (java) S 18595 18598 16080 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 15 0 48414707 11078557696 11146 33554432000 4194304 4196468 140722217896256 140246237764240 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18655] ppid=18595 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18655/stat : 18655 (java) S 18595 18598 16080 0 -1 1077944384 2 13009 0 0 0 0 5 2 20 0 15 0 48414707 11078557696 11146 33554432000 4194304 4196468 140722217896256 140246236711440 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18656] ppid=18595 vsize=10818936 memory=140081207498368 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18656/stat : 18656 (java) S 18595 18598 16080 0 -1 1077944384 2 13009 0 0 0 0 5 2 20 0 15 0 48414709 11078590464 11146 33554432000 4194304 4196468 140722217896256 140246192134768 140246665542274 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18657] ppid=18595 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18657/stat : 18657 (java) S 18595 18598 16080 0 -1 1077944384 13 13009 0 0 0 0 5 2 20 0 15 0 48414709 11078590464 11146 33554432000 4194304 4196468 140722217896256 140246117246240 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18658] ppid=18595 vsize=10819896 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18658/stat : 18658 (java) S 18595 18598 16080 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 15 0 48414709 11079573504 11146 33554432000 4194304 4196468 140722217896256 140245513266800 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18659] ppid=18595 vsize=10819896 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18659/stat : 18659 (java) S 18595 18598 16080 0 -1 1077944384 3 13009 0 0 0 0 5 2 20 0 15 0 48414712 11079573504 11212 33554432000 4194304 4196468 140722217896256 140245205867088 140246665549723 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18660] ppid=18595 vsize=10819896 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18598/task/18660/stat : 18660 (java) S 18595 18598 16080 0 -1 1077944384 507 13009 0 0 1 0 5 2 20 0 15 0 48414712 11079573504 11212 33554432000 4194304 4196468 140722217896256 140246191081584 140246665542274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18661] ppid=18595 vsize=10819896 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18598/task/18661/stat : 18661 (java) S 18595 18598 16080 0 -1 1077944384 87 13009 0 0 1 0 5 2 20 0 15 0 48414712 11079573504 11212 33554432000 4194304 4196468 140722217896256 140246190028784 140246665542274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18662] ppid=18595 vsize=10819896 memory=140081207498368 CPUtime=0.1 cores=1,3,5,7
/proc/18598/task/18662/stat : 18662 (java) S 18595 18598 16080 0 -1 1077944384 565 13009 0 0 3 0 5 2 20 0 15 0 48414712 11079573504 11212 33554432000 4194304 4196468 140722217896256 140246188976496 140246665542274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18663] ppid=18595 vsize=10819896 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18663/stat : 18663 (java) S 18595 18598 16080 0 -1 1077944384 3 13009 0 0 0 0 5 2 20 0 15 0 48414712 11079573504 11278 33554432000 4194304 4196468 140722217896256 140245172308448 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18664] ppid=18595 vsize=10819896 memory=140081207498368 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18664/stat : 18664 (java) S 18595 18598 16080 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 15 0 48414712 11079573504 11278 33554432000 4194304 4196468 140722217896256 140246187924400 140246665542274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 44584 KiB

[startup+0.31042 s]*
/proc/loadavg: 1.79 1.67 1.73 3/218 18664
/proc/meminfo: memFree=16724992/32770624 swapFree=67108860/67108860
[pid=18598] ppid=18595 vsize=10819352 memory=55248 CPUtime=0.38 cores=1,3,5,7
/proc/18598/stat : 18598 (java) S 18595 18598 16080 0 -1 1077944320 10398 13009 0 0 28 3 5 2 20 0 15 0 48414697 11079016448 13812 33554432000 4194304 4196468 140722217896256 140722217878800 140246665531127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
/proc/18598/statm: 2704838 13812 3077 1 0 2667149 0
[pid=18598/tid=18651] ppid=18595 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/18598/task/18651/stat : 18651 (java) R 18595 18598 16080 0 -1 4202560 7010 13009 0 0 19 2 5 2 20 0 15 0 48414706 11079016448 13812 33554432000 4194304 4196468 140722217896256 140246637343136 140246665554717 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18652] ppid=18595 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18652/stat : 18652 (java) S 18595 18598 16080 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 15 0 48414707 11079016448 13812 33554432000 4194304 4196468 140722217896256 140246669773200 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18653] ppid=18595 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18653/stat : 18653 (java) S 18595 18598 16080 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 15 0 48414707 11079016448 13812 33554432000 4194304 4196468 140722217896256 140246588524816 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18654] ppid=18595 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18654/stat : 18654 (java) S 18595 18598 16080 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 15 0 48414707 11079016448 13812 33554432000 4194304 4196468 140722217896256 140246237764240 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18655] ppid=18595 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18655/stat : 18655 (java) S 18595 18598 16080 0 -1 1077944384 2 13009 0 0 0 0 5 2 20 0 15 0 48414707 11079016448 13812 33554432000 4194304 4196468 140722217896256 140246236711440 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18656] ppid=18595 vsize=10819352 memory=140081207498367 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18656/stat : 18656 (java) S 18595 18598 16080 0 -1 1077944384 2 13009 0 0 0 0 5 2 20 0 15 0 48414709 11079016448 13812 33554432000 4194304 4196468 140722217896256 140246192134768 140246665542274 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18657] ppid=18595 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18657/stat : 18657 (java) S 18595 18598 16080 0 -1 1077944384 13 13009 0 0 0 0 5 2 20 0 15 0 48414709 11079016448 13812 33554432000 4194304 4196468 140722217896256 140246117246240 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18658] ppid=18595 vsize=10819352 memory=140081207498368 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18658/stat : 18658 (java) S 18595 18598 16080 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 15 0 48414709 11079016448 13812 33554432000 4194304 4196468 140722217896256 140245513266800 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18659] ppid=18595 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18659/stat : 18659 (java) S 18595 18598 16080 0 -1 1077944384 3 13009 0 0 0 0 5 2 20 0 15 0 48414712 11079016448 13812 33554432000 4194304 4196468 140722217896256 140245205867088 140246665549723 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18660] ppid=18595 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18598/task/18660/stat : 18660 (java) S 18595 18598 16080 0 -1 1077944384 508 13009 0 0 1 0 5 2 20 0 15 0 48414712 11079016448 13812 33554432000 4194304 4196468 140722217896256 140246191081584 140246665542274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18661] ppid=18595 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18598/task/18661/stat : 18661 (java) R 18595 18598 16080 0 -1 1077944384 87 13009 0 0 1 0 5 2 20 0 15 0 48414712 11079016448 13812 33554432000 4194304 4196468 140722217896256 140246190028784 140246665552474 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18662] ppid=18595 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/18598/task/18662/stat : 18662 (java) R 18595 18598 16080 0 -1 4202560 583 13009 0 0 5 0 5 2 20 0 15 0 48414712 11079016448 13812 33554432000 4194304 4196468 140722217896256 140246188976496 140246645502312 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18663] ppid=18595 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18663/stat : 18663 (java) S 18595 18598 16080 0 -1 1077944384 3 13009 0 0 0 0 5 2 20 0 15 0 48414712 11079016448 13812 33554432000 4194304 4196468 140722217896256 140245172308448 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18664] ppid=18595 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18664/stat : 18664 (java) S 18595 18598 16080 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 15 0 48414712 11079016448 13812 33554432000 4194304 4196468 140722217896256 140246187924400 140246665542274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 55248 KiB

[startup+0.700795 s]
/proc/loadavg: 1.79 1.67 1.73 3/218 18664
/proc/meminfo: memFree=16714820/32770624 swapFree=67108860/67108860
[pid=18598] ppid=18595 vsize=10819352 memory=88700 CPUtime=0.99 cores=1,3,5,7
/proc/18598/stat : 18598 (java) S 18595 18598 16080 0 -1 1077944320 16719 13009 0 0 87 5 5 2 20 0 15 0 48414697 11079016448 22175 33554432000 4194304 4196468 140722217896256 140722217878800 140246665531127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
/proc/18598/statm: 2704838 22175 3237 1 0 2667149 0
[pid=18598/tid=18651] ppid=18595 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/18598/task/18651/stat : 18651 (java) R 18595 18598 16080 0 -1 4202560 12204 13009 0 0 56 3 5 2 20 0 15 0 48414706 11079016448 22175 33554432000 4194304 4196468 140722217896256 140246637351952 140246650696799 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18652] ppid=18595 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18652/stat : 18652 (java) S 18595 18598 16080 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 15 0 48414707 11079016448 22175 33554432000 4194304 4196468 140722217896256 140246669773200 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18653] ppid=18595 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18653/stat : 18653 (java) S 18595 18598 16080 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 15 0 48414707 11079016448 22175 33554432000 4194304 4196468 140722217896256 140246588524816 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18654] ppid=18595 vsize=10819352 memory=4132 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18654/stat : 18654 (java) S 18595 18598 16080 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 15 0 48414707 11079016448 22175 33554432000 4194304 4196468 140722217896256 140246237764240 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18655] ppid=18595 vsize=10819352 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18655/stat : 18655 (java) S 18595 18598 16080 0 -1 1077944384 2 13009 0 0 0 0 5 2 20 0 15 0 48414707 11079016448 22175 33554432000 4194304 4196468 140722217896256 140246236711440 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18656] ppid=18595 vsize=10819352 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18656/stat : 18656 (java) S 18595 18598 16080 0 -1 1077944384 5 13009 0 0 0 0 5 2 20 0 15 0 48414709 11079016448 22175 33554432000 4194304 4196468 140722217896256 140246192134768 140246665542274 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18657] ppid=18595 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18657/stat : 18657 (java) S 18595 18598 16080 0 -1 1077944384 13 13009 0 0 0 0 5 2 20 0 15 0 48414709 11079016448 22175 33554432000 4194304 4196468 140722217896256 140246117246240 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18658] ppid=18595 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18658/stat : 18658 (java) S 18595 18598 16080 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 15 0 48414709 11079016448 22175 33554432000 4194304 4196468 140722217896256 140245513266800 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18659] ppid=18595 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18659/stat : 18659 (java) S 18595 18598 16080 0 -1 1077944384 3 13009 0 0 0 0 5 2 20 0 15 0 48414712 11079016448 22175 33554432000 4194304 4196468 140722217896256 140245205867088 140246665549723 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18660] ppid=18595 vsize=10819352 memory=6655300316396806240 CPUtime=0.17 cores=1,3,5,7
/proc/18598/task/18660/stat : 18660 (java) S 18595 18598 16080 0 -1 1077944384 1137 13009 0 0 10 0 5 2 20 0 15 0 48414712 11079016448 22175 33554432000 4194304 4196468 140722217896256 140246191081584 140246665542274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18661] ppid=18595 vsize=10819352 memory=3557678080365911397 CPUtime=0.14 cores=1,3,5,7
/proc/18598/task/18661/stat : 18661 (java) S 18595 18598 16080 0 -1 1077944384 483 13009 0 0 7 0 5 2 20 0 15 0 48414712 11079016448 22175 33554432000 4194304 4196468 140722217896256 140246190028784 140246665542274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18662] ppid=18595 vsize=10819352 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/18598/task/18662/stat : 18662 (java) S 18595 18598 16080 0 -1 1077944384 671 13009 0 0 12 0 5 2 20 0 15 0 48414712 11079016448 22175 33554432000 4194304 4196468 140722217896256 140246188976496 140246665542274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18663] ppid=18595 vsize=10819352 memory=280162193113328 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18663/stat : 18663 (java) S 18595 18598 16080 0 -1 1077944384 3 13009 0 0 0 0 5 2 20 0 15 0 48414712 11079016448 22175 33554432000 4194304 4196468 140722217896256 140245172308448 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18664] ppid=18595 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18664/stat : 18664 (java) S 18595 18598 16080 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 15 0 48414712 11079016448 22175 33554432000 4194304 4196468 140722217896256 140246187924400 140246665542274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 88700 KiB

[startup+1.50079 s]
/proc/loadavg: 1.79 1.67 1.73 3/218 18664
/proc/meminfo: memFree=16667944/32770624 swapFree=67108860/67108860
[pid=18598] ppid=18595 vsize=10834252 memory=180500 CPUtime=2.28 cores=1,3,5,7
/proc/18598/stat : 18598 (java) S 18595 18598 16080 0 -1 1077944320 24155 13009 0 0 211 10 5 2 20 0 15 0 48414697 11094274048 45125 33554432000 4194304 4196468 140722217896256 140722217878800 140246665531127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
/proc/18598/statm: 2708563 45125 3467 1 0 2670221 0
[pid=18598/tid=18651] ppid=18595 vsize=10834252 memory=4132 CPUtime=1.42 cores=1,3,5,7
/proc/18598/task/18651/stat : 18651 (java) R 18595 18598 16080 0 -1 4202560 17934 13009 0 0 129 6 5 2 20 0 15 0 48414706 11094274048 45125 33554432000 4194304 4196468 140722217896256 140246637360352 140246649611614 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18652] ppid=18595 vsize=10834252 memory=192 CPUtime=0.08 cores=1,3,5,7
/proc/18598/task/18652/stat : 18652 (java) S 18595 18598 16080 0 -1 1077944384 55 13009 0 0 1 0 5 2 20 0 15 0 48414707 11094274048 45125 33554432000 4194304 4196468 140722217896256 140246669773200 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18653] ppid=18595 vsize=10834252 memory=117 CPUtime=0.08 cores=1,3,5,7
/proc/18598/task/18653/stat : 18653 (java) S 18595 18598 16080 0 -1 1077944384 22 13009 0 0 1 0 5 2 20 0 15 0 48414707 11094274048 45125 33554432000 4194304 4196468 140722217896256 140246588524816 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18654] ppid=18595 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18598/task/18654/stat : 18654 (java) S 18595 18598 16080 0 -1 1077944384 187 13009 0 0 1 0 5 2 20 0 15 0 48414707 11094274048 45125 33554432000 4194304 4196468 140722217896256 140246237764240 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18655] ppid=18595 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18655/stat : 18655 (java) S 18595 18598 16080 0 -1 1077944384 41 13009 0 0 0 0 5 2 20 0 15 0 48414707 11094274048 45125 33554432000 4194304 4196468 140722217896256 140246236711440 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18656] ppid=18595 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18598/task/18656/stat : 18656 (java) S 18595 18598 16080 0 -1 1077944384 54 13009 0 0 1 0 5 2 20 0 15 0 48414709 11094274048 45125 33554432000 4194304 4196468 140722217896256 140246192134768 140246665542274 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18657] ppid=18595 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18657/stat : 18657 (java) S 18595 18598 16080 0 -1 1077944384 14 13009 0 0 0 0 5 2 20 0 15 0 48414709 11094274048 45125 33554432000 4194304 4196468 140722217896256 140246117246304 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18658] ppid=18595 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18658/stat : 18658 (java) S 18595 18598 16080 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 15 0 48414709 11094274048 45125 33554432000 4194304 4196468 140722217896256 140245513266816 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18659] ppid=18595 vsize=10834252 memory=280162193149728 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18659/stat : 18659 (java) S 18595 18598 16080 0 -1 1077944384 3 13009 0 0 0 0 5 2 20 0 15 0 48414712 11094274048 45125 33554432000 4194304 4196468 140722217896256 140245205867088 140246665549723 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18660] ppid=18595 vsize=10834252 memory=7649399367118764081 CPUtime=0.29 cores=1,3,5,7
/proc/18598/task/18660/stat : 18660 (java) S 18595 18598 16080 0 -1 1077944384 1349 13009 0 0 22 0 5 2 20 0 15 0 48414712 11094274048 45125 33554432000 4194304 4196468 140722217896256 140246191081584 140246665542274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18661] ppid=18595 vsize=10834252 memory=7 CPUtime=0.27 cores=1,3,5,7
/proc/18598/task/18661/stat : 18661 (java) S 18595 18598 16080 0 -1 1077944384 995 13009 0 0 20 0 5 2 20 0 15 0 48414712 11094274048 45125 33554432000 4194304 4196468 140722217896256 140246190028784 140246665542274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18662] ppid=18595 vsize=10834252 memory=2209 CPUtime=0.39 cores=1,3,5,7
/proc/18598/task/18662/stat : 18662 (java) S 18595 18598 16080 0 -1 1077944384 1303 13009 0 0 32 0 5 2 20 0 15 0 48414712 11094274048 45125 33554432000 4194304 4196468 140722217896256 140246188976496 140246665542274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18663] ppid=18595 vsize=10834252 memory=56 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18663/stat : 18663 (java) S 18595 18598 16080 0 -1 1077944384 3 13009 0 0 0 0 5 2 20 0 15 0 48414712 11094274048 45125 33554432000 4194304 4196468 140722217896256 140245172308448 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18664] ppid=18595 vsize=10834252 memory=3303 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18664/stat : 18664 (java) S 18595 18598 16080 0 -1 1077944384 1 13009 0 0 0 0 5 2 20 0 15 0 48414712 11094274048 45125 33554432000 4194304 4196468 140722217896256 140246187924400 140246665542274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
Current children cumulated CPU time: 2.28 s
Current children cumulated vsize: 10834252 KiB

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

/proc/18598/task/18651/stat : 18651 (java) R 18595 18598 16080 0 -1 4202560 116949 13009 0 0 229469 65 5 2 20 0 15 0 48414706 11180277760 357258 33554432000 4194304 4196468 140722217896256 140246637364224 140246289242808 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18652] ppid=18595 vsize=10918240 memory=16100360058046859 CPUtime=11.6 cores=1,3,5,7
/proc/18598/task/18652/stat : 18652 (java) S 18595 18598 16080 0 -1 1077944384 15571 13009 0 0 1097 56 5 2 20 0 15 0 48414707 11180277760 357258 33554432000 4194304 4196468 140722217896256 140246669773200 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18653] ppid=18595 vsize=10918240 memory=1224 CPUtime=11.58 cores=1,3,5,7
/proc/18598/task/18653/stat : 18653 (java) S 18595 18598 16080 0 -1 1077944384 17766 13009 0 0 1095 56 5 2 20 0 15 0 48414707 11180277760 357258 33554432000 4194304 4196468 140722217896256 140246588524816 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18654] ppid=18595 vsize=10918240 memory=1704 CPUtime=11.56 cores=1,3,5,7
/proc/18598/task/18654/stat : 18654 (java) S 18595 18598 16080 0 -1 1077944384 19268 13009 0 0 1092 57 5 2 20 0 15 0 48414707 11180277760 357258 33554432000 4194304 4196468 140722217896256 140246237764240 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18655] ppid=18595 vsize=10918240 memory=1424 CPUtime=11.6 cores=1,3,5,7
/proc/18598/task/18655/stat : 18655 (java) S 18595 18598 16080 0 -1 1077944384 14855 13009 0 0 1100 53 5 2 20 0 15 0 48414707 11180277760 357258 33554432000 4194304 4196468 140722217896256 140246236711440 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18656] ppid=18595 vsize=10918240 memory=796 CPUtime=11.62 cores=1,3,5,7
/proc/18598/task/18656/stat : 18656 (java) S 18595 18598 16080 0 -1 1077944384 20076 13009 0 0 1102 53 5 2 20 0 15 0 48414709 11180277760 357258 33554432000 4194304 4196468 140722217896256 140246192134768 140246665542274 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18657] ppid=18595 vsize=10918240 memory=8388 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18657/stat : 18657 (java) S 18595 18598 16080 0 -1 1077944384 19 13009 0 0 0 0 5 2 20 0 15 0 48414709 11180277760 357258 33554432000 4194304 4196468 140722217896256 140246117246304 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18658] ppid=18595 vsize=10918240 memory=5784 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18658/stat : 18658 (java) S 18595 18598 16080 0 -1 1077944384 9 13009 0 0 0 0 5 2 20 0 15 0 48414709 11180277760 357258 33554432000 4194304 4196468 140722217896256 140245513266816 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18659] ppid=18595 vsize=10918240 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18659/stat : 18659 (java) S 18595 18598 16080 0 -1 1077944384 3 13009 0 0 0 0 5 2 20 0 15 0 48414712 11180277760 357258 33554432000 4194304 4196468 140722217896256 140245205867088 140246665549723 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18660] ppid=18595 vsize=10918240 memory=1224 CPUtime=9.25 cores=1,3,5,7
/proc/18598/task/18660/stat : 18660 (java) S 18595 18598 16080 0 -1 1077944384 56205 13009 0 0 913 5 5 2 20 0 15 0 48414712 11180277760 357258 33554432000 4194304 4196468 140722217896256 140246191081584 140246665542274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18661] ppid=18595 vsize=10918240 memory=1704 CPUtime=9 cores=1,3,5,7
/proc/18598/task/18661/stat : 18661 (java) S 18595 18598 16080 0 -1 1077944384 48433 13009 0 0 887 6 5 2 20 0 15 0 48414712 11180277760 357258 33554432000 4194304 4196468 140722217896256 140246190028784 140246665542274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18662] ppid=18595 vsize=10918240 memory=1424 CPUtime=2.61 cores=1,3,5,7
/proc/18598/task/18662/stat : 18662 (java) S 18595 18598 16080 0 -1 1077944384 39223 13009 0 0 248 6 5 2 20 0 15 0 48414712 11180277760 357258 33554432000 4194304 4196468 140722217896256 140246188976496 140246665542274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18663] ppid=18595 vsize=10918240 memory=796 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18663/stat : 18663 (java) S 18595 18598 16080 0 -1 1077944384 3 13009 0 0 0 0 5 2 20 0 15 0 48414712 11180277760 357258 33554432000 4194304 4196468 140722217896256 140245172308448 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18664] ppid=18595 vsize=10918240 memory=288230596050944315 CPUtime=1.56 cores=1,3,5,7
/proc/18598/task/18664/stat : 18664 (java) S 18595 18598 16080 0 -1 1077944384 1411 13009 0 0 65 84 5 2 20 0 15 0 48414712 11180277760 357258 33554432000 4194304 4196468 140722217896256 140246187924400 140246665542274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
Current children cumulated CPU time: 2375.27 s
Current children cumulated vsize: 10918240 KiB
Current children cumulated memory: 1429032 KiB

[startup+2382.3 s]
/proc/loadavg: 1.40 1.37 1.44 3/219 18871
/proc/meminfo: memFree=17864080/32770624 swapFree=67108860/67108860
[pid=18598] ppid=18595 vsize=10918240 memory=1429032 CPUtime=2436.15 cores=1,3,5,7
/proc/18598/stat : 18598 (java) S 18595 18598 16080 0 -1 1077944320 353273 13009 0 0 243224 384 5 2 20 0 15 0 48414697 11180277760 357258 33554432000 4194304 4196468 140722217896256 140722217878800 140246665531127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
/proc/18598/statm: 2729560 357258 3530 1 0 2691213 0
[pid=18598/tid=18651] ppid=18595 vsize=10918240 memory=1584 CPUtime=2354.7 cores=1,3,5,7
/proc/18598/task/18651/stat : 18651 (java) R 18595 18598 16080 0 -1 4202560 117729 13009 0 0 235397 66 5 2 20 0 15 0 48414706 11180277760 357258 33554432000 4194304 4196468 140722217896256 140246637364048 140246285274426 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18652] ppid=18595 vsize=10918240 memory=6791534058613427641 CPUtime=11.91 cores=1,3,5,7
/proc/18598/task/18652/stat : 18652 (java) S 18595 18598 16080 0 -1 1077944384 15650 13009 0 0 1127 57 5 2 20 0 15 0 48414707 11180277760 357258 33554432000 4194304 4196468 140722217896256 140246669773200 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18653] ppid=18595 vsize=10918240 memory=15872 CPUtime=11.88 cores=1,3,5,7
/proc/18598/task/18653/stat : 18653 (java) S 18595 18598 16080 0 -1 1077944384 17842 13009 0 0 1125 56 5 2 20 0 15 0 48414707 11180277760 357258 33554432000 4194304 4196468 140722217896256 140246588524816 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18654] ppid=18595 vsize=10918240 memory=9888 CPUtime=11.88 cores=1,3,5,7
/proc/18598/task/18654/stat : 18654 (java) S 18595 18598 16080 0 -1 1077944384 19303 13009 0 0 1123 58 5 2 20 0 15 0 48414707 11180277760 357258 33554432000 4194304 4196468 140722217896256 140246237764240 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18655] ppid=18595 vsize=10918240 memory=18472 CPUtime=11.93 cores=1,3,5,7
/proc/18598/task/18655/stat : 18655 (java) S 18595 18598 16080 0 -1 1077944384 14925 13009 0 0 1131 55 5 2 20 0 15 0 48414707 11180277760 357258 33554432000 4194304 4196468 140722217896256 140246236711440 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18656] ppid=18595 vsize=10918240 memory=4048 CPUtime=11.92 cores=1,3,5,7
/proc/18598/task/18656/stat : 18656 (java) S 18595 18598 16080 0 -1 1077944384 20301 13009 0 0 1131 54 5 2 20 0 15 0 48414709 11180277760 357258 33554432000 4194304 4196468 140722217896256 140246192134768 140246665542274 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18657] ppid=18595 vsize=10918240 memory=1792 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18657/stat : 18657 (java) S 18595 18598 16080 0 -1 1077944384 19 13009 0 0 0 0 5 2 20 0 15 0 48414709 11180277760 357258 33554432000 4194304 4196468 140722217896256 140246117246304 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18658] ppid=18595 vsize=10918240 memory=1240 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18658/stat : 18658 (java) S 18595 18598 16080 0 -1 1077944384 9 13009 0 0 0 0 5 2 20 0 15 0 48414709 11180277760 357258 33554432000 4194304 4196468 140722217896256 140245513266816 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18659] ppid=18595 vsize=10918240 memory=648 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18659/stat : 18659 (java) S 18595 18598 16080 0 -1 1077944384 3 13009 0 0 0 0 5 2 20 0 15 0 48414712 11180277760 357258 33554432000 4194304 4196468 140722217896256 140245205867088 140246665549723 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18660] ppid=18595 vsize=10918240 memory=956 CPUtime=9.25 cores=1,3,5,7
/proc/18598/task/18660/stat : 18660 (java) S 18595 18598 16080 0 -1 1077944384 56207 13009 0 0 913 5 5 2 20 0 15 0 48414712 11180277760 357258 33554432000 4194304 4196468 140722217896256 140246191081584 140246665542274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18661] ppid=18595 vsize=10918240 memory=2340 CPUtime=9 cores=1,3,5,7
/proc/18598/task/18661/stat : 18661 (java) S 18595 18598 16080 0 -1 1077944384 48435 13009 0 0 887 6 5 2 20 0 15 0 48414712 11180277760 357258 33554432000 4194304 4196468 140722217896256 140246190028784 140246665542274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18662] ppid=18595 vsize=10918240 memory=1584 CPUtime=2.61 cores=1,3,5,7
/proc/18598/task/18662/stat : 18662 (java) S 18595 18598 16080 0 -1 1077944384 39225 13009 0 0 248 6 5 2 20 0 15 0 48414712 11180277760 357258 33554432000 4194304 4196468 140722217896256 140246188976496 140246665542274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18663] ppid=18595 vsize=10918240 memory=928 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18663/stat : 18663 (java) S 18595 18598 16080 0 -1 1077944384 3 13009 0 0 0 0 5 2 20 0 15 0 48414712 11180277760 357258 33554432000 4194304 4196468 140722217896256 140245172308448 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18664] ppid=18595 vsize=10918240 memory=2236 CPUtime=1.6 cores=1,3,5,7
/proc/18598/task/18664/stat : 18664 (java) S 18595 18598 16080 0 -1 1077944384 1429 13009 0 0 67 86 5 2 20 0 15 0 48414712 11180277760 357258 33554432000 4194304 4196468 140722217896256 140246187924400 140246665542274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
Current children cumulated CPU time: 2436.15 s
Current children cumulated vsize: 10918240 KiB
Current children cumulated memory: 1429032 KiB

[startup+2442.3 s]
/proc/loadavg: 2.10 1.56 1.50 3/218 18873
/proc/meminfo: memFree=17862200/32770624 swapFree=67108860/67108860
[pid=18598] ppid=18595 vsize=10918240 memory=1431080 CPUtime=2497.07 cores=1,3,5,7
/proc/18598/stat : 18598 (java) S 18595 18598 16080 0 -1 1077944320 355152 13009 0 0 249306 394 5 2 20 0 15 0 48414697 11180277760 357770 33554432000 4194304 4196468 140722217896256 140722217878800 140246665531127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
/proc/18598/statm: 2729560 357770 3530 1 0 2691213 0
[pid=18598/tid=18651] ppid=18595 vsize=10918240 memory=288230596050944315 CPUtime=2413.98 cores=1,3,5,7
/proc/18598/task/18651/stat : 18651 (java) R 18595 18598 16080 0 -1 4202560 118618 13009 0 0 241324 67 5 2 20 0 15 0 48414706 11180277760 357770 33554432000 4194304 4196468 140722217896256 140246637364224 140246289347515 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18652] ppid=18595 vsize=10918240 memory=16100360058046859 CPUtime=12.22 cores=1,3,5,7
/proc/18598/task/18652/stat : 18652 (java) S 18595 18598 16080 0 -1 1077944384 15798 13009 0 0 1157 58 5 2 20 0 15 0 48414707 11180277760 357770 33554432000 4194304 4196468 140722217896256 140246669773200 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18653] ppid=18595 vsize=10918240 memory=928 CPUtime=12.21 cores=1,3,5,7
/proc/18598/task/18653/stat : 18653 (java) S 18595 18598 16080 0 -1 1077944384 18011 13009 0 0 1155 59 5 2 20 0 15 0 48414707 11180277760 357770 33554432000 4194304 4196468 140722217896256 140246588524816 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18654] ppid=18595 vsize=10918240 memory=2236 CPUtime=12.19 cores=1,3,5,7
/proc/18598/task/18654/stat : 18654 (java) S 18595 18598 16080 0 -1 1077944384 19387 13009 0 0 1153 59 5 2 20 0 15 0 48414707 11180277760 357770 33554432000 4194304 4196468 140722217896256 140246237764240 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18655] ppid=18595 vsize=10918240 memory=4128 CPUtime=12.25 cores=1,3,5,7
/proc/18598/task/18655/stat : 18655 (java) S 18595 18598 16080 0 -1 1077944384 15026 13009 0 0 1162 56 5 2 20 0 15 0 48414707 11180277760 357770 33554432000 4194304 4196468 140722217896256 140246236711440 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18656] ppid=18595 vsize=10918240 memory=2196 CPUtime=12.24 cores=1,3,5,7
/proc/18598/task/18656/stat : 18656 (java) S 18595 18598 16080 0 -1 1077944384 20755 13009 0 0 1161 56 5 2 20 0 15 0 48414709 11180277760 357770 33554432000 4194304 4196468 140722217896256 140246192134768 140246665542274 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18657] ppid=18595 vsize=10918240 memory=7288 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18657/stat : 18657 (java) S 18595 18598 16080 0 -1 1077944384 19 13009 0 0 0 0 5 2 20 0 15 0 48414709 11180277760 357770 33554432000 4194304 4196468 140722217896256 140246117246304 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18658] ppid=18595 vsize=10918240 memory=840 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18658/stat : 18658 (java) S 18595 18598 16080 0 -1 1077944384 9 13009 0 0 0 0 5 2 20 0 15 0 48414709 11180277760 357770 33554432000 4194304 4196468 140722217896256 140245513266816 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18659] ppid=18595 vsize=10918240 memory=1796 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18659/stat : 18659 (java) S 18595 18598 16080 0 -1 1077944384 3 13009 0 0 0 0 5 2 20 0 15 0 48414712 11180277760 357770 33554432000 4194304 4196468 140722217896256 140245205867088 140246665549723 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18660] ppid=18595 vsize=10918240 memory=912 CPUtime=9.25 cores=1,3,5,7
/proc/18598/task/18660/stat : 18660 (java) S 18595 18598 16080 0 -1 1077944384 56211 13009 0 0 913 5 5 2 20 0 15 0 48414712 11180277760 357770 33554432000 4194304 4196468 140722217896256 140246191081584 140246665542274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18661] ppid=18595 vsize=10918240 memory=3852 CPUtime=9 cores=1,3,5,7
/proc/18598/task/18661/stat : 18661 (java) S 18595 18598 16080 0 -1 1077944384 48439 13009 0 0 887 6 5 2 20 0 15 0 48414712 11180277760 357770 33554432000 4194304 4196468 140722217896256 140246190028784 140246665542274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18662] ppid=18595 vsize=10918240 memory=2604 CPUtime=2.62 cores=1,3,5,7
/proc/18598/task/18662/stat : 18662 (java) S 18595 18598 16080 0 -1 1077944384 39229 13009 0 0 249 6 5 2 20 0 15 0 48414712 11180277760 357770 33554432000 4194304 4196468 140722217896256 140246188976496 140246665542274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18663] ppid=18595 vsize=10918240 memory=2676 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18663/stat : 18663 (java) S 18595 18598 16080 0 -1 1077944384 3 13009 0 0 0 0 5 2 20 0 15 0 48414712 11180277760 357770 33554432000 4194304 4196468 140722217896256 140245172308448 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18664] ppid=18595 vsize=10918240 memory=1431080 CPUtime=1.64 cores=1,3,5,7
/proc/18598/task/18664/stat : 18664 (java) S 18595 18598 16080 0 -1 1077944384 1451 13009 0 0 68 89 5 2 20 0 15 0 48414712 11180277760 357770 33554432000 4194304 4196468 140722217896256 140246187924400 140246665542274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
Current children cumulated CPU time: 2497.07 s
Current children cumulated vsize: 10918240 KiB
Current children cumulated memory: 1431080 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2464.9 s]
/proc/loadavg: 2.13 1.61 1.52 3/218 18873
/proc/meminfo: memFree=17858740/32770624 swapFree=67108860/67108860
[pid=18598] ppid=18595 vsize=10918240 memory=1431080 CPUtime=2520.02 cores=1,3,5,7
/proc/18598/stat : 18598 (java) S 18595 18598 16080 0 -1 1077944320 355787 13009 0 0 251598 397 5 2 20 0 15 0 48414697 11180277760 357770 33554432000 4194304 4196468 140722217896256 140722217878800 140246665531127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
/proc/18598/statm: 2729560 357770 3530 1 0 2691213 0
[pid=18598/tid=18651] ppid=18595 vsize=10918240 memory=1431080 CPUtime=2436.3 cores=1,3,5,7
/proc/18598/task/18651/stat : 18651 (java) R 18595 18598 16080 0 -1 4202560 118940 13009 0 0 243555 68 5 2 20 0 15 0 48414706 11180277760 357770 33554432000 4194304 4196468 140722217896256 140246637364640 140246287864002 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18652] ppid=18595 vsize=10918240 memory=16256 CPUtime=12.35 cores=1,3,5,7
/proc/18598/task/18652/stat : 18652 (java) S 18595 18598 16080 0 -1 1077944384 15869 13009 0 0 1169 59 5 2 20 0 15 0 48414707 11180277760 357770 33554432000 4194304 4196468 140722217896256 140246669773200 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18653] ppid=18595 vsize=10918240 memory=928 CPUtime=12.33 cores=1,3,5,7
/proc/18598/task/18653/stat : 18653 (java) S 18595 18598 16080 0 -1 1077944384 18021 13009 0 0 1167 59 5 2 20 0 15 0 48414707 11180277760 357770 33554432000 4194304 4196468 140722217896256 140246588524816 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18654] ppid=18595 vsize=10918240 memory=2236 CPUtime=12.32 cores=1,3,5,7
/proc/18598/task/18654/stat : 18654 (java) S 18595 18598 16080 0 -1 1077944384 19455 13009 0 0 1165 60 5 2 20 0 15 0 48414707 11180277760 357770 33554432000 4194304 4196468 140722217896256 140246237764240 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18655] ppid=18595 vsize=10918240 memory=4128 CPUtime=12.36 cores=1,3,5,7
/proc/18598/task/18655/stat : 18655 (java) S 18595 18598 16080 0 -1 1077944384 15031 13009 0 0 1173 56 5 2 20 0 15 0 48414707 11180277760 357770 33554432000 4194304 4196468 140722217896256 140246236711440 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18656] ppid=18595 vsize=10918240 memory=6791534058613427641 CPUtime=12.35 cores=1,3,5,7
/proc/18598/task/18656/stat : 18656 (java) S 18595 18598 16080 0 -1 1077944384 20910 13009 0 0 1172 56 5 2 20 0 15 0 48414709 11180277760 357770 33554432000 4194304 4196468 140722217896256 140246192134768 140246665542274 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18657] ppid=18595 vsize=10918240 memory=18472 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18657/stat : 18657 (java) S 18595 18598 16080 0 -1 1077944384 19 13009 0 0 0 0 5 2 20 0 15 0 48414709 11180277760 357770 33554432000 4194304 4196468 140722217896256 140246117246304 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18658] ppid=18595 vsize=10918240 memory=4048 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18658/stat : 18658 (java) S 18595 18598 16080 0 -1 1077944384 9 13009 0 0 0 0 5 2 20 0 15 0 48414709 11180277760 357770 33554432000 4194304 4196468 140722217896256 140245513266816 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18659] ppid=18595 vsize=10918240 memory=1431080 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18659/stat : 18659 (java) S 18595 18598 16080 0 -1 1077944384 3 13009 0 0 0 0 5 2 20 0 15 0 48414712 11180277760 357770 33554432000 4194304 4196468 140722217896256 140245205867088 140246665549723 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18660] ppid=18595 vsize=10918240 memory=1240 CPUtime=9.25 cores=1,3,5,7
/proc/18598/task/18660/stat : 18660 (java) S 18595 18598 16080 0 -1 1077944384 56211 13009 0 0 913 5 5 2 20 0 15 0 48414712 11180277760 357770 33554432000 4194304 4196468 140722217896256 140246191081584 140246665542274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18661] ppid=18595 vsize=10918240 memory=1224 CPUtime=9 cores=1,3,5,7
/proc/18598/task/18661/stat : 18661 (java) S 18595 18598 16080 0 -1 1077944384 48439 13009 0 0 887 6 5 2 20 0 15 0 48414712 11180277760 357770 33554432000 4194304 4196468 140722217896256 140246190028784 140246665542274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18662] ppid=18595 vsize=10918240 memory=1704 CPUtime=2.62 cores=1,3,5,7
/proc/18598/task/18662/stat : 18662 (java) S 18595 18598 16080 0 -1 1077944384 39229 13009 0 0 249 6 5 2 20 0 15 0 48414712 11180277760 357770 33554432000 4194304 4196468 140722217896256 140246188976496 140246665542274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18663] ppid=18595 vsize=10918240 memory=1424 CPUtime=0.07 cores=1,3,5,7
/proc/18598/task/18663/stat : 18663 (java) S 18595 18598 16080 0 -1 1077944384 3 13009 0 0 0 0 5 2 20 0 15 0 48414712 11180277760 357770 33554432000 4194304 4196468 140722217896256 140245172308448 140246665541333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
[pid=18598/tid=18664] ppid=18595 vsize=10918240 memory=796 CPUtime=1.66 cores=1,3,5,7
/proc/18598/task/18664/stat : 18664 (java) S 18595 18598 16080 0 -1 1077944384 1455 13009 0 0 69 90 5 2 20 0 15 0 48414712 11180277760 357770 33554432000 4194304 4196468 140722217896256 140246187924400 140246665542274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17453056 140722217900203 140722217903452 140722217903452 140722217906127 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10918240 KiB
Current children cumulated memory: 1431080 KiB

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

[startup+2464.93 s]
# the end of solver process 18598 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.06 s, system=4.01373 s

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

Child status: 143
Real time (s): 2464.93
CPU time (s): 2520.07
CPU user time (s): 2516.06
CPU system time (s): 4.01373
CPU usage (%): 102.237
Max. virtual memory (cumulated for all children) (KiB): 10921836
Max. memory (cumulated for all children) (KiB): 1431080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.06
system time used= 4.01373
maximum resident set size= 1435304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 369677
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 291457
involuntary context switches= 9778


# summary of solver processes directly reported to runsolver:
#   pid: 18598
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2516.06
#   total CPU system time (s): 4.01373

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6524 second user time and 24.3335 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-23 03:15:15
IDJOB=4293148
IDBENCH=141126
IDSOLVER=2751
FILE ID=node132/4293148-1532308515
RUNJOBID= node132-1532296193-16112
PBS_JOBID= 21018987
Free space on /tmp= 55028 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/StripPacking/StripPacking-T1a_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293148-1532308515/watcher-4293148-1532308515 -o /tmp/evaluation-result-4293148-1532308515/solver-4293148-1532308515 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532296193-16112 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1754617646 -superng HOME/instance-4293148-1532308515.xml

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

MD5SUM BENCH= 2930e4ba32e3c7874205f5eb3c8396db
RANDOM SEED=1754617646

node132.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.65
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.65
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.65
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.65
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:        16768388 kB
MemAvailable:   27921272 kB
Buffers:          258224 kB
Cached:         11040628 kB
SwapCached:            0 kB
Active:          6182048 kB
Inactive:        9180208 kB
Active(anon):    4066384 kB
Inactive(anon):    17028 kB
Active(file):    2115664 kB
Inactive(file):  9163180 kB
Unevictable:        6988 kB
Mlocked:            6988 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26812 kB
Writeback:             0 kB
AnonPages:       4086956 kB
Mapped:            49744 kB
Shmem:             17056 kB
Slab:             330392 kB
SReclaimable:     302500 kB
SUnreclaim:        27892 kB
KernelStack:        3856 kB
PageTables:        12764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5466088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3770368 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= 55004 MiB
End job on node132 at 2018-07-23 03:56:20