Trace number 4296168

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 2488.64

General information on the benchmark

NameEternity/
Eternity-14-14_c18.xml
MD5SUM66051f32d3df5832063947322816fa6d
Bench CategoryCSP (decision 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 variables616
Number of constraints253
Number of domains2
Minimum domain size21
Maximum domain size196
Distribution of domain sizes[{"size":21,"count":420},{"size":196,"count":196}]
Minimum variable degree1
Maximum variable degree15
Distribution of variable degrees[{"degree":1,"count":13},{"degree":2,"count":602},{"degree":15,"count":1}]
Minimum constraint arity1
Maximum constraint arity196
Distribution of constraint arities[{"arity":1,"count":56},{"arity":5,"count":196},{"arity":196,"count":1}]
Number of extensional constraints196
Number of intensional constraints56
Distribution of constraint types[{"type":"extension","count":196},{"type":"intension","count":56},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4296168-1532612893/watcher-4296168-1532612893 -o /tmp/evaluation-result-4296168-1532612893/solver-4296168-1532612893 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532594793-3954 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=243976472 -superng HOME/instance-4296168-1532612893.xml 

running on 4 cores: 0,2,4,6

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


[startup+0.100057 s]*
/proc/loadavg: 1.98 1.53 1.67 3/210 7759
/proc/meminfo: memFree=22246672/32770624 swapFree=67108860/67108860
[pid=7702] ppid=7699 vsize=9972712 memory=14908 CPUtime=0.08 cores=0,2,4,6
/proc/7702/stat : 7702 (java) S 7699 7702 2275 0 -1 1077944320 4369 12935 0 0 1 0 4 3 20 0 6 0 78852527 10212057088 3727 33554432000 4194304 4196468 140736890466960 140736890449504 140127806390007 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
/proc/7702/statm: 2493178 3727 1934 1 0 2481616 0
[pid=7702/tid=7755] ppid=7699 vsize=9972712 memory=4718545630382498451 CPUtime=0.08 cores=0,2,4,6
/proc/7702/task/7755/stat : 7755 (java) R 7699 7702 2275 0 -1 4202560 2201 12935 0 0 1 0 4 3 20 0 6 0 78852536 10212057088 3727 33554432000 4194304 4196468 140736890466960 140127778226768 140127790470524 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7756] ppid=7699 vsize=9972712 memory=5793855058704660921 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7756/stat : 7756 (java) S 7699 7702 2275 0 -1 1077944384 1 12935 0 0 0 0 4 3 20 0 6 0 78852537 10212057088 3727 33554432000 4194304 4196468 140736890466960 140127810632080 140127806400213 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7757] ppid=7699 vsize=9972712 memory=139807694767744 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7757/stat : 7757 (java) S 7699 7702 2275 0 -1 1077944384 1 12935 0 0 0 0 4 3 20 0 6 0 78852537 10212057088 3727 33554432000 4194304 4196468 140736890466960 140127379237136 140127806400213 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7758] ppid=7699 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7758/stat : 7758 (java) S 7699 7702 2275 0 -1 1077944384 1 12935 0 0 0 0 4 3 20 0 6 0 78852537 10212057088 3727 33554432000 4194304 4196468 140736890466960 140127378184848 140127806400213 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7759] ppid=7699 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7759/stat : 7759 (java) S 7699 7702 2275 0 -1 1077944384 2 12935 0 0 0 0 4 3 20 0 6 0 78852537 10212057088 3727 33554432000 4194304 4196468 140736890466960 140127377132048 140127806400213 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14908 KiB

[startup+0.210455 s]*
/proc/loadavg: 1.98 1.53 1.67 3/219 7768
/proc/meminfo: memFree=22223464/32770624 swapFree=67108860/67108860
[pid=7702] ppid=7699 vsize=10818904 memory=41812 CPUtime=0.25 cores=0,2,4,6
/proc/7702/stat : 7702 (java) S 7699 7702 2275 0 -1 1077944320 8262 12935 0 0 16 2 4 3 20 0 15 0 78852527 11078557696 10453 33554432000 4194304 4196468 140736890466960 140736890449504 140127806390007 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
/proc/7702/statm: 2704726 10453 2927 1 0 2667149 0
[pid=7702/tid=7755] ppid=7699 vsize=10818904 memory=-2899909650764262549 CPUtime=0.19 cores=0,2,4,6
/proc/7702/task/7755/stat : 7755 (java) R 7699 7702 2275 0 -1 4202560 4894 12935 0 0 11 1 4 3 20 0 15 0 78852536 11078557696 10453 33554432000 4194304 4196468 140736890466960 140127778211048 140127792083510 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7756] ppid=7699 vsize=10818904 memory=4211973533899558282 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7756/stat : 7756 (java) S 7699 7702 2275 0 -1 1077944384 1 12935 0 0 0 0 4 3 20 0 15 0 78852537 11078557696 10453 33554432000 4194304 4196468 140736890466960 140127810632080 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7757] ppid=7699 vsize=10818904 memory=139807694767744 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7757/stat : 7757 (java) S 7699 7702 2275 0 -1 1077944384 1 12935 0 0 0 0 4 3 20 0 15 0 78852537 11078557696 10453 33554432000 4194304 4196468 140736890466960 140127379237136 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7758] ppid=7699 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7758/stat : 7758 (java) S 7699 7702 2275 0 -1 1077944384 1 12935 0 0 0 0 4 3 20 0 15 0 78852537 11078557696 10453 33554432000 4194304 4196468 140736890466960 140127378184848 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7759] ppid=7699 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7759/stat : 7759 (java) S 7699 7702 2275 0 -1 1077944384 2 12935 0 0 0 0 4 3 20 0 15 0 78852537 11078557696 10453 33554432000 4194304 4196468 140736890466960 140127377132048 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7760] ppid=7699 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7760/stat : 7760 (java) S 7699 7702 2275 0 -1 1077944384 2 12935 0 0 0 0 4 3 20 0 15 0 78852539 11078557696 10453 33554432000 4194304 4196468 140736890466960 140127265344112 140127806401154 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7761] ppid=7699 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7761/stat : 7761 (java) S 7699 7702 2275 0 -1 1077944384 33 12935 0 0 0 0 4 3 20 0 15 0 78852539 11078557696 10453 33554432000 4194304 4196468 140736890466960 140127264290080 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7762] ppid=7699 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7762/stat : 7762 (java) S 7699 7702 2275 0 -1 1077944384 1 12935 0 0 0 0 4 3 20 0 15 0 78852539 11078557696 10453 33554432000 4194304 4196468 140736890466960 140126663468656 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7763] ppid=7699 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7763/stat : 7763 (java) S 7699 7702 2275 0 -1 1077944384 3 12935 0 0 0 0 4 3 20 0 15 0 78852542 11078557696 10453 33554432000 4194304 4196468 140736890466960 140126356068944 140127806408603 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7764] ppid=7699 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7702/task/7764/stat : 7764 (java) S 7699 7702 2275 0 -1 1077944384 525 12935 0 0 1 0 4 3 20 0 15 0 78852542 11078557696 10453 33554432000 4194304 4196468 140736890466960 140127230732400 140127806401154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7765] ppid=7699 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7765/stat : 7765 (java) S 7699 7702 2275 0 -1 1077944384 56 12935 0 0 0 0 4 3 20 0 15 0 78852542 11078557696 10453 33554432000 4194304 4196468 140736890466960 140127229679600 140127806401154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7766] ppid=7699 vsize=10818904 memory=139807694767744 CPUtime=0.1 cores=0,2,4,6
/proc/7702/task/7766/stat : 7766 (java) S 7699 7702 2275 0 -1 1077944384 551 12935 0 0 3 0 4 3 20 0 15 0 78852542 11078557696 10453 33554432000 4194304 4196468 140736890466960 140127228627312 140127806401154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7767] ppid=7699 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7767/stat : 7767 (java) S 7699 7702 2275 0 -1 1077944384 3 12935 0 0 0 0 4 3 20 0 15 0 78852542 11078557696 10453 33554432000 4194304 4196468 140736890466960 140126322510304 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7768] ppid=7699 vsize=10818904 memory=139807694767744 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7768/stat : 7768 (java) S 7699 7702 2275 0 -1 1077944384 1 12935 0 0 0 0 4 3 20 0 15 0 78852543 11078557696 10453 33554432000 4194304 4196468 140736890466960 140127227575216 140127806401154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 41812 KiB

[startup+0.31045 s]*
/proc/loadavg: 1.98 1.53 1.67 3/219 7768
/proc/meminfo: memFree=22211636/32770624 swapFree=67108860/67108860
[pid=7702] ppid=7699 vsize=10819352 memory=52476 CPUtime=0.38 cores=0,2,4,6
/proc/7702/stat : 7702 (java) S 7699 7702 2275 0 -1 1077944320 10757 12935 0 0 28 3 4 3 20 0 15 0 78852527 11079016448 13119 33554432000 4194304 4196468 140736890466960 140736890449504 140127806390007 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
/proc/7702/statm: 2704838 13119 3046 1 0 2667149 0
[pid=7702/tid=7755] ppid=7699 vsize=10819352 memory=8112282956445269571 CPUtime=0.28 cores=0,2,4,6
/proc/7702/task/7755/stat : 7755 (java) R 7699 7702 2275 0 -1 4202560 7377 12935 0 0 19 2 4 3 20 0 15 0 78852536 11079016448 13119 33554432000 4194304 4196468 140736890466960 140127778202016 140127790470494 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7756] ppid=7699 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7756/stat : 7756 (java) S 7699 7702 2275 0 -1 1077944384 1 12935 0 0 0 0 4 3 20 0 15 0 78852537 11079016448 13119 33554432000 4194304 4196468 140736890466960 140127810632080 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7757] ppid=7699 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7757/stat : 7757 (java) S 7699 7702 2275 0 -1 1077944384 1 12935 0 0 0 0 4 3 20 0 15 0 78852537 11079016448 13119 33554432000 4194304 4196468 140736890466960 140127379237136 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7758] ppid=7699 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7758/stat : 7758 (java) S 7699 7702 2275 0 -1 1077944384 1 12935 0 0 0 0 4 3 20 0 15 0 78852537 11079016448 13119 33554432000 4194304 4196468 140736890466960 140127378184848 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7759] ppid=7699 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7759/stat : 7759 (java) S 7699 7702 2275 0 -1 1077944384 2 12935 0 0 0 0 4 3 20 0 15 0 78852537 11079016448 13119 33554432000 4194304 4196468 140736890466960 140127377132048 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7760] ppid=7699 vsize=10819352 memory=139807694767743 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7760/stat : 7760 (java) S 7699 7702 2275 0 -1 1077944384 2 12935 0 0 0 0 4 3 20 0 15 0 78852539 11079016448 13119 33554432000 4194304 4196468 140736890466960 140127265344112 140127806401154 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7761] ppid=7699 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7761/stat : 7761 (java) S 7699 7702 2275 0 -1 1077944384 33 12935 0 0 0 0 4 3 20 0 15 0 78852539 11079016448 13119 33554432000 4194304 4196468 140736890466960 140127264290080 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7762] ppid=7699 vsize=10819352 memory=139807694767744 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7762/stat : 7762 (java) S 7699 7702 2275 0 -1 1077944384 1 12935 0 0 0 0 4 3 20 0 15 0 78852539 11079016448 13119 33554432000 4194304 4196468 140736890466960 140126663468656 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7763] ppid=7699 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7763/stat : 7763 (java) S 7699 7702 2275 0 -1 1077944384 3 12935 0 0 0 0 4 3 20 0 15 0 78852542 11079016448 13119 33554432000 4194304 4196468 140736890466960 140126356068944 140127806408603 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7764] ppid=7699 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/7702/task/7764/stat : 7764 (java) S 7699 7702 2275 0 -1 1077944384 526 12935 0 0 2 0 4 3 20 0 15 0 78852542 11079016448 13119 33554432000 4194304 4196468 140736890466960 140127230732400 140127806401154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7765] ppid=7699 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7702/task/7765/stat : 7765 (java) S 7699 7702 2275 0 -1 1077944384 56 12935 0 0 1 0 4 3 20 0 15 0 78852542 11079016448 13119 33554432000 4194304 4196468 140736890466960 140127229679600 140127806401154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7766] ppid=7699 vsize=10819352 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/7702/task/7766/stat : 7766 (java) S 7699 7702 2275 0 -1 1077944384 560 12935 0 0 5 0 4 3 20 0 15 0 78852542 11079016448 13119 33554432000 4194304 4196468 140736890466960 140127228627312 140127806401154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7767] ppid=7699 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7767/stat : 7767 (java) S 7699 7702 2275 0 -1 1077944384 3 12935 0 0 0 0 4 3 20 0 15 0 78852542 11079016448 13119 33554432000 4194304 4196468 140736890466960 140126322510304 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7768] ppid=7699 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7768/stat : 7768 (java) S 7699 7702 2275 0 -1 1077944384 1 12935 0 0 0 0 4 3 20 0 15 0 78852543 11079016448 13119 33554432000 4194304 4196468 140736890466960 140127227575216 140127806401154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 52476 KiB

[startup+0.700814 s]
/proc/loadavg: 1.98 1.53 1.67 4/219 7768
/proc/meminfo: memFree=22201560/32770624 swapFree=67108860/67108860
[pid=7702] ppid=7699 vsize=10819352 memory=84468 CPUtime=0.99 cores=0,2,4,6
/proc/7702/stat : 7702 (java) S 7699 7702 2275 0 -1 1077944320 16816 12935 0 0 86 6 4 3 20 0 15 0 78852527 11079016448 21117 33554432000 4194304 4196468 140736890466960 140736890449504 140127806390007 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
/proc/7702/statm: 2704838 21117 3237 1 0 2667149 0
[pid=7702/tid=7755] ppid=7699 vsize=10819352 memory=23536 CPUtime=0.65 cores=0,2,4,6
/proc/7702/task/7755/stat : 7755 (java) R 7699 7702 2275 0 -1 4202560 12417 12935 0 0 55 3 4 3 20 0 15 0 78852536 11079016448 21117 33554432000 4194304 4196468 140736890466960 140127778210832 140127790705244 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7756] ppid=7699 vsize=10819352 memory=4580 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7756/stat : 7756 (java) S 7699 7702 2275 0 -1 1077944384 1 12935 0 0 0 0 4 3 20 0 15 0 78852537 11079016448 21117 33554432000 4194304 4196468 140736890466960 140127810632080 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7757] ppid=7699 vsize=10819352 memory=139807561130483 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7757/stat : 7757 (java) S 7699 7702 2275 0 -1 1077944384 1 12935 0 0 0 0 4 3 20 0 15 0 78852537 11079016448 21117 33554432000 4194304 4196468 140736890466960 140127379237136 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7758] ppid=7699 vsize=10819352 memory=139809775420299 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7758/stat : 7758 (java) S 7699 7702 2275 0 -1 1077944384 1 12935 0 0 0 0 4 3 20 0 15 0 78852537 11079016448 21117 33554432000 4194304 4196468 140736890466960 140127378184848 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7759] ppid=7699 vsize=10819352 memory=1792 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7759/stat : 7759 (java) S 7699 7702 2275 0 -1 1077944384 2 12935 0 0 0 0 4 3 20 0 15 0 78852537 11079016448 21117 33554432000 4194304 4196468 140736890466960 140127377132048 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7760] ppid=7699 vsize=10819352 memory=6296143700806424935 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7760/stat : 7760 (java) S 7699 7702 2275 0 -1 1077944384 5 12935 0 0 0 0 4 3 20 0 15 0 78852539 11079016448 21117 33554432000 4194304 4196468 140736890466960 140127265344112 140127806401154 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7761] ppid=7699 vsize=10819352 memory=8099279071866868837 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7761/stat : 7761 (java) S 7699 7702 2275 0 -1 1077944384 33 12935 0 0 0 0 4 3 20 0 15 0 78852539 11079016448 21117 33554432000 4194304 4196468 140736890466960 140127264290080 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7762] ppid=7699 vsize=10819352 memory=6004820471124940137 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7762/stat : 7762 (java) S 7699 7702 2275 0 -1 1077944384 1 12935 0 0 0 0 4 3 20 0 15 0 78852539 11079016448 21117 33554432000 4194304 4196468 140736890466960 140126663468656 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7763] ppid=7699 vsize=10819352 memory=3054156605368933524 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7763/stat : 7763 (java) S 7699 7702 2275 0 -1 1077944384 3 12935 0 0 0 0 4 3 20 0 15 0 78852542 11079016448 21117 33554432000 4194304 4196468 140736890466960 140126356068944 140127806408603 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7764] ppid=7699 vsize=10819352 memory=8326441112149131689 CPUtime=0.14 cores=0,2,4,6
/proc/7702/task/7764/stat : 7764 (java) S 7699 7702 2275 0 -1 1077944384 905 12935 0 0 7 0 4 3 20 0 15 0 78852542 11079016448 21117 33554432000 4194304 4196468 140736890466960 140127230732400 140127806401154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7765] ppid=7699 vsize=10819352 memory=-7025452035940392864 CPUtime=0.16 cores=0,2,4,6
/proc/7702/task/7765/stat : 7765 (java) S 7699 7702 2275 0 -1 1077944384 650 12935 0 0 9 0 4 3 20 0 15 0 78852542 11079016448 21117 33554432000 4194304 4196468 140736890466960 140127229679600 140127806401154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7766] ppid=7699 vsize=10819352 memory=6944656592452807326 CPUtime=0.2 cores=0,2,4,6
/proc/7702/task/7766/stat : 7766 (java) S 7699 7702 2275 0 -1 1077944384 603 12935 0 0 13 0 4 3 20 0 15 0 78852542 11079016448 21117 33554432000 4194304 4196468 140736890466960 140127228627312 140127806401154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7767] ppid=7699 vsize=10819352 memory=-9178176116494409632 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7767/stat : 7767 (java) S 7699 7702 2275 0 -1 1077944384 3 12935 0 0 0 0 4 3 20 0 15 0 78852542 11079016448 21117 33554432000 4194304 4196468 140736890466960 140126322510304 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7768] ppid=7699 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7768/stat : 7768 (java) S 7699 7702 2275 0 -1 1077944384 1 12935 0 0 0 0 4 3 20 0 15 0 78852543 11079016448 21117 33554432000 4194304 4196468 140736890466960 140127227575216 140127806401154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84468 KiB

[startup+1.50078 s]
/proc/loadavg: 1.98 1.53 1.67 3/219 7768
/proc/meminfo: memFree=22155164/32770624 swapFree=67108860/67108860
[pid=7702] ppid=7699 vsize=10830156 memory=230808 CPUtime=2.85 cores=0,2,4,6
/proc/7702/stat : 7702 (java) S 7699 7702 2275 0 -1 1077944320 22515 12935 0 0 268 10 4 3 20 0 15 0 78852527 11090079744 57702 33554432000 4194304 4196468 140736890466960 140736890449504 140127806390007 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
/proc/7702/statm: 2707539 57702 3467 1 0 2669197 0
[pid=7702/tid=7755] ppid=7699 vsize=10830156 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/7702/task/7755/stat : 7755 (java) R 7699 7702 2275 0 -1 4202560 15407 12935 0 0 130 6 4 3 20 0 15 0 78852536 11090079744 57702 33554432000 4194304 4196468 140736890466960 140127778222528 140127790470494 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7756] ppid=7699 vsize=10830156 memory=98116 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7756/stat : 7756 (java) S 7699 7702 2275 0 -1 1077944384 54 12935 0 0 0 0 4 3 20 0 15 0 78852537 11090079744 57702 33554432000 4194304 4196468 140736890466960 140127810632080 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7757] ppid=7699 vsize=10830156 memory=5790086053191909267 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7757/stat : 7757 (java) S 7699 7702 2275 0 -1 1077944384 1 12935 0 0 0 0 4 3 20 0 15 0 78852537 11090079744 57702 33554432000 4194304 4196468 140736890466960 140127379237136 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7758] ppid=7699 vsize=10830156 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7758/stat : 7758 (java) S 7699 7702 2275 0 -1 1077944384 37 12935 0 0 0 0 4 3 20 0 15 0 78852537 11090079744 57702 33554432000 4194304 4196468 140736890466960 140127378184848 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7759] ppid=7699 vsize=10830156 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7759/stat : 7759 (java) S 7699 7702 2275 0 -1 1077944384 311 12935 0 0 0 0 4 3 20 0 15 0 78852537 11090079744 57702 33554432000 4194304 4196468 140736890466960 140127377132048 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7760] ppid=7699 vsize=10830156 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7760/stat : 7760 (java) S 7699 7702 2275 0 -1 1077944384 94 12935 0 0 0 0 4 3 20 0 15 0 78852539 11090079744 57702 33554432000 4194304 4196468 140736890466960 140127265344112 140127806401154 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7761] ppid=7699 vsize=10830156 memory=-6221781267475802396 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7761/stat : 7761 (java) S 7699 7702 2275 0 -1 1077944384 33 12935 0 0 0 0 4 3 20 0 15 0 78852539 11090079744 57702 33554432000 4194304 4196468 140736890466960 140127264290080 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7762] ppid=7699 vsize=10830156 memory=4132 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7762/stat : 7762 (java) S 7699 7702 2275 0 -1 1077944384 1 12935 0 0 0 0 4 3 20 0 15 0 78852539 11090079744 57702 33554432000 4194304 4196468 140736890466960 140126663468656 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7763] ppid=7699 vsize=10830156 memory=1696 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7763/stat : 7763 (java) S 7699 7702 2275 0 -1 1077944384 3 12935 0 0 0 0 4 3 20 0 15 0 78852542 11090079744 57702 33554432000 4194304 4196468 140736890466960 140126356068944 140127806408603 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7764] ppid=7699 vsize=10830156 memory=0 CPUtime=0.51 cores=0,2,4,6
/proc/7702/task/7764/stat : 7764 (java) S 7699 7702 2275 0 -1 1077944384 1729 12935 0 0 44 0 4 3 20 0 15 0 78852542 11090079744 57702 33554432000 4194304 4196468 140736890466960 140127230732400 140127806401154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7765] ppid=7699 vsize=10830156 memory=173136507098223 CPUtime=0.52 cores=0,2,4,6
/proc/7702/task/7765/stat : 7765 (java) S 7699 7702 2275 0 -1 1077944384 1287 12935 0 0 45 0 4 3 20 0 15 0 78852542 11090079744 57702 33554432000 4194304 4196468 140736890466960 140127229679600 140127806401154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7766] ppid=7699 vsize=10830156 memory=23525 CPUtime=0.5 cores=0,2,4,6
/proc/7702/task/7766/stat : 7766 (java) S 7699 7702 2275 0 -1 1077944384 1363 12935 0 0 43 0 4 3 20 0 15 0 78852542 11090079744 57702 33554432000 4194304 4196468 140736890466960 140127228627312 140127806401154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7767] ppid=7699 vsize=10830156 memory=4638778402628129104 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7767/stat : 7767 (java) S 7699 7702 2275 0 -1 1077944384 3 12935 0 0 0 0 4 3 20 0 15 0 78852542 11090079744 57702 33554432000 4194304 4196468 140736890466960 140126322510304 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7768] ppid=7699 vsize=10830156 memory=6935650355271196736 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7768/stat : 7768 (java) S 7699 7702 2275 0 -1 1077944384 1 12935 0 0 0 0 4 3 20 0 15 0 78852543 11090079744 57702 33554432000 4194304 4196468 140736890466960 140127227575216 140127806401154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 10830156 KiB

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

/proc/7702/task/7755/stat : 7755 (java) R 7699 7702 2275 0 -1 4202560 113819 12935 0 0 231239 56 4 3 20 0 15 0 78852536 11178180608 310756 33554432000 4194304 4196468 140736890466960 140127778223824 140127425115492 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7756] ppid=7699 vsize=10916192 memory=229443 CPUtime=5.25 cores=0,2,4,6
/proc/7702/task/7756/stat : 7756 (java) S 7699 7702 2275 0 -1 1077944384 23159 12935 0 0 483 35 4 3 20 0 15 0 78852537 11178180608 310756 33554432000 4194304 4196468 140736890466960 140127810632080 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7757] ppid=7699 vsize=10916192 memory=1243000 CPUtime=5.28 cores=0,2,4,6
/proc/7702/task/7757/stat : 7757 (java) S 7699 7702 2275 0 -1 1077944384 18200 12935 0 0 485 36 4 3 20 0 15 0 78852537 11178180608 310756 33554432000 4194304 4196468 140736890466960 140127379237136 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7758] ppid=7699 vsize=10916192 memory=1243000 CPUtime=5.28 cores=0,2,4,6
/proc/7702/task/7758/stat : 7758 (java) S 7699 7702 2275 0 -1 1077944384 18815 12935 0 0 485 36 4 3 20 0 15 0 78852537 11178180608 310756 33554432000 4194304 4196468 140736890466960 140127378184848 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7759] ppid=7699 vsize=10916192 memory=1243000 CPUtime=5.28 cores=0,2,4,6
/proc/7702/task/7759/stat : 7759 (java) S 7699 7702 2275 0 -1 1077944384 24895 12935 0 0 485 36 4 3 20 0 15 0 78852537 11178180608 310756 33554432000 4194304 4196468 140736890466960 140127377132048 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7760] ppid=7699 vsize=10916192 memory=1243024 CPUtime=2.39 cores=0,2,4,6
/proc/7702/task/7760/stat : 7760 (java) S 7699 7702 2275 0 -1 1077944384 18338 12935 0 0 215 17 4 3 20 0 15 0 78852539 11178180608 310756 33554432000 4194304 4196468 140736890466960 140127265344112 140127806401154 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7761] ppid=7699 vsize=10916192 memory=1243024 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7761/stat : 7761 (java) S 7699 7702 2275 0 -1 1077944384 55 12935 0 0 0 0 4 3 20 0 15 0 78852539 11178180608 310756 33554432000 4194304 4196468 140736890466960 140127264290144 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7762] ppid=7699 vsize=10916192 memory=1243024 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7762/stat : 7762 (java) S 7699 7702 2275 0 -1 1077944384 13 12935 0 0 0 0 4 3 20 0 15 0 78852539 11178180608 310756 33554432000 4194304 4196468 140736890466960 140126663468672 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7763] ppid=7699 vsize=10916192 memory=1243024 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7763/stat : 7763 (java) S 7699 7702 2275 0 -1 1077944384 3 12935 0 0 0 0 4 3 20 0 15 0 78852542 11178180608 310756 33554432000 4194304 4196468 140736890466960 140126356068944 140127806408603 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7764] ppid=7699 vsize=10916192 memory=1243024 CPUtime=6.17 cores=0,2,4,6
/proc/7702/task/7764/stat : 7764 (java) S 7699 7702 2275 0 -1 1077944384 33222 12935 0 0 608 2 4 3 20 0 15 0 78852542 11178180608 310756 33554432000 4194304 4196468 140736890466960 140127230732400 140127806401154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7765] ppid=7699 vsize=10916192 memory=1296 CPUtime=6.35 cores=0,2,4,6
/proc/7702/task/7765/stat : 7765 (java) S 7699 7702 2275 0 -1 1077944384 36664 12935 0 0 622 6 4 3 20 0 15 0 78852542 11178180608 310756 33554432000 4194304 4196468 140736890466960 140127229679600 140127806401154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7766] ppid=7699 vsize=10916192 memory=2448 CPUtime=2.32 cores=0,2,4,6
/proc/7702/task/7766/stat : 7766 (java) S 7699 7702 2275 0 -1 1077944384 23542 12935 0 0 220 5 4 3 20 0 15 0 78852542 11178180608 310756 33554432000 4194304 4196468 140736890466960 140127228627312 140127806401154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 61 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7767] ppid=7699 vsize=10916192 memory=1696 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7767/stat : 7767 (java) S 7699 7702 2275 0 -1 1077944384 3 12935 0 0 0 0 4 3 20 0 15 0 78852542 11178180608 310756 33554432000 4194304 4196468 140736890466960 140126322510304 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7768] ppid=7699 vsize=10916192 memory=8532 CPUtime=1.42 cores=0,2,4,6
/proc/7702/task/7768/stat : 7768 (java) S 7699 7702 2275 0 -1 1077944384 2599 12935 0 0 67 68 4 3 20 0 15 0 78852543 11178180608 310756 33554432000 4194304 4196468 140736890466960 140127227575216 140127806401154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 57 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
Current children cumulated CPU time: 2352.26 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1243024 KiB

[startup+2382.3 s]
/proc/loadavg: 1.64 1.50 1.52 3/218 8147
/proc/meminfo: memFree=20826560/32770624 swapFree=67108860/67108860
[pid=7702] ppid=7699 vsize=10916192 memory=1245112 CPUtime=2412.77 cores=0,2,4,6
/proc/7702/stat : 7702 (java) S 7699 7702 2275 0 -1 1077944320 317073 12935 0 0 240995 275 4 3 20 0 15 0 78852527 11178180608 311278 33554432000 4194304 4196468 140736890466960 140736890449504 140127806390007 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
/proc/7702/statm: 2729048 311278 3532 1 0 2690701 0
[pid=7702/tid=7755] ppid=7699 vsize=10916192 memory=1245100 CPUtime=2372.75 cores=0,2,4,6
/proc/7702/task/7755/stat : 7755 (java) R 7699 7702 2275 0 -1 4202560 114413 12935 0 0 237212 56 4 3 20 0 15 0 78852536 11178180608 311278 33554432000 4194304 4196468 140736890466960 140127778197168 140127415183296 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7756] ppid=7699 vsize=10916192 memory=1243052 CPUtime=5.42 cores=0,2,4,6
/proc/7702/task/7756/stat : 7756 (java) S 7699 7702 2275 0 -1 1077944384 23538 12935 0 0 500 35 4 3 20 0 15 0 78852537 11178180608 311278 33554432000 4194304 4196468 140736890466960 140127810632080 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7757] ppid=7699 vsize=10916192 memory=1243052 CPUtime=5.45 cores=0,2,4,6
/proc/7702/task/7757/stat : 7757 (java) S 7699 7702 2275 0 -1 1077944384 18297 12935 0 0 501 37 4 3 20 0 15 0 78852537 11178180608 311278 33554432000 4194304 4196468 140736890466960 140127379237136 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7758] ppid=7699 vsize=10916192 memory=1243052 CPUtime=5.45 cores=0,2,4,6
/proc/7702/task/7758/stat : 7758 (java) S 7699 7702 2275 0 -1 1077944384 18910 12935 0 0 502 36 4 3 20 0 15 0 78852537 11178180608 311278 33554432000 4194304 4196468 140736890466960 140127378184848 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7759] ppid=7699 vsize=10916192 memory=1245100 CPUtime=5.46 cores=0,2,4,6
/proc/7702/task/7759/stat : 7759 (java) S 7699 7702 2275 0 -1 1077944384 25059 12935 0 0 502 37 4 3 20 0 15 0 78852537 11178180608 311278 33554432000 4194304 4196468 140736890466960 140127377132048 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7760] ppid=7699 vsize=10916192 memory=1245112 CPUtime=2.47 cores=0,2,4,6
/proc/7702/task/7760/stat : 7760 (java) S 7699 7702 2275 0 -1 1077944384 18540 12935 0 0 222 18 4 3 20 0 15 0 78852539 11178180608 311278 33554432000 4194304 4196468 140736890466960 140127265344112 140127806401154 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7761] ppid=7699 vsize=10916192 memory=1245112 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7761/stat : 7761 (java) S 7699 7702 2275 0 -1 1077944384 55 12935 0 0 0 0 4 3 20 0 15 0 78852539 11178180608 311278 33554432000 4194304 4196468 140736890466960 140127264290144 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7762] ppid=7699 vsize=10916192 memory=1245112 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7762/stat : 7762 (java) S 7699 7702 2275 0 -1 1077944384 13 12935 0 0 0 0 4 3 20 0 15 0 78852539 11178180608 311278 33554432000 4194304 4196468 140736890466960 140126663468672 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7763] ppid=7699 vsize=10916192 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7763/stat : 7763 (java) S 7699 7702 2275 0 -1 1077944384 3 12935 0 0 0 0 4 3 20 0 15 0 78852542 11178180608 311278 33554432000 4194304 4196468 140736890466960 140126356068944 140127806408603 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7764] ppid=7699 vsize=10916192 memory=644 CPUtime=6.17 cores=0,2,4,6
/proc/7702/task/7764/stat : 7764 (java) S 7699 7702 2275 0 -1 1077944384 33224 12935 0 0 608 2 4 3 20 0 15 0 78852542 11178180608 311278 33554432000 4194304 4196468 140736890466960 140127230732400 140127806401154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7765] ppid=7699 vsize=10916192 memory=1245112 CPUtime=6.35 cores=0,2,4,6
/proc/7702/task/7765/stat : 7765 (java) S 7699 7702 2275 0 -1 1077944384 36666 12935 0 0 622 6 4 3 20 0 15 0 78852542 11178180608 311278 33554432000 4194304 4196468 140736890466960 140127229679600 140127806401154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7766] ppid=7699 vsize=10916192 memory=1245112 CPUtime=2.32 cores=0,2,4,6
/proc/7702/task/7766/stat : 7766 (java) S 7699 7702 2275 0 -1 1077944384 23544 12935 0 0 220 5 4 3 20 0 15 0 78852542 11178180608 311278 33554432000 4194304 4196468 140736890466960 140127228627312 140127806401154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 61 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7767] ppid=7699 vsize=10916192 memory=3828 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7767/stat : 7767 (java) S 7699 7702 2275 0 -1 1077944384 3 12935 0 0 0 0 4 3 20 0 15 0 78852542 11178180608 311278 33554432000 4194304 4196468 140736890466960 140126322510304 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7768] ppid=7699 vsize=10916192 memory=23624 CPUtime=1.46 cores=0,2,4,6
/proc/7702/task/7768/stat : 7768 (java) S 7699 7702 2275 0 -1 1077944384 2617 12935 0 0 69 70 4 3 20 0 15 0 78852543 11178180608 311278 33554432000 4194304 4196468 140736890466960 140127227575216 140127806401154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 57 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
Current children cumulated CPU time: 2412.77 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1245112 KiB

[startup+2442.3 s]
/proc/loadavg: 1.33 1.44 1.50 3/218 8149
/proc/meminfo: memFree=20826412/32770624 swapFree=67108860/67108860
[pid=7702] ppid=7699 vsize=10916192 memory=1245168 CPUtime=2473.3 cores=0,2,4,6
/proc/7702/stat : 7702 (java) S 7699 7702 2275 0 -1 1077944320 318570 12935 0 0 247045 278 4 3 20 0 15 0 78852527 11178180608 311292 33554432000 4194304 4196468 140736890466960 140736890449504 140127806390007 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
/proc/7702/statm: 2729048 311292 3532 1 0 2690701 0
[pid=7702/tid=7755] ppid=7699 vsize=10916192 memory=1245168 CPUtime=2432.48 cores=0,2,4,6
/proc/7702/task/7755/stat : 7755 (java) R 7699 7702 2275 0 -1 4202560 114950 12935 0 0 243185 56 4 3 20 0 15 0 78852536 11178180608 311292 33554432000 4194304 4196468 140736890466960 140127778223824 140127428059367 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7756] ppid=7699 vsize=10916192 memory=1245144 CPUtime=5.59 cores=0,2,4,6
/proc/7702/task/7756/stat : 7756 (java) S 7699 7702 2275 0 -1 1077944384 23620 12935 0 0 516 36 4 3 20 0 15 0 78852537 11178180608 311292 33554432000 4194304 4196468 140736890466960 140127810632080 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7757] ppid=7699 vsize=10916192 memory=1245144 CPUtime=5.62 cores=0,2,4,6
/proc/7702/task/7757/stat : 7757 (java) S 7699 7702 2275 0 -1 1077944384 18397 12935 0 0 518 37 4 3 20 0 15 0 78852537 11178180608 311292 33554432000 4194304 4196468 140736890466960 140127379237136 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7758] ppid=7699 vsize=10916192 memory=1245144 CPUtime=5.61 cores=0,2,4,6
/proc/7702/task/7758/stat : 7758 (java) S 7699 7702 2275 0 -1 1077944384 19013 12935 0 0 518 36 4 3 20 0 15 0 78852537 11178180608 311292 33554432000 4194304 4196468 140736890466960 140127378184848 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7759] ppid=7699 vsize=10916192 memory=1245144 CPUtime=5.62 cores=0,2,4,6
/proc/7702/task/7759/stat : 7759 (java) S 7699 7702 2275 0 -1 1077944384 25512 12935 0 0 518 37 4 3 20 0 15 0 78852537 11178180608 311292 33554432000 4194304 4196468 140736890466960 140127377132048 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7760] ppid=7699 vsize=10916192 memory=1245168 CPUtime=2.55 cores=0,2,4,6
/proc/7702/task/7760/stat : 7760 (java) S 7699 7702 2275 0 -1 1077944384 18739 12935 0 0 230 18 4 3 20 0 15 0 78852539 11178180608 311292 33554432000 4194304 4196468 140736890466960 140127265344112 140127806401154 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7761] ppid=7699 vsize=10916192 memory=1245168 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7761/stat : 7761 (java) S 7699 7702 2275 0 -1 1077944384 55 12935 0 0 0 0 4 3 20 0 15 0 78852539 11178180608 311292 33554432000 4194304 4196468 140736890466960 140127264290144 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7762] ppid=7699 vsize=10916192 memory=1245144 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7762/stat : 7762 (java) S 7699 7702 2275 0 -1 1077944384 13 12935 0 0 0 0 4 3 20 0 15 0 78852539 11178180608 311292 33554432000 4194304 4196468 140736890466960 140126663468672 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7763] ppid=7699 vsize=10916192 memory=1245144 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7763/stat : 7763 (java) S 7699 7702 2275 0 -1 1077944384 3 12935 0 0 0 0 4 3 20 0 15 0 78852542 11178180608 311292 33554432000 4194304 4196468 140736890466960 140126356068944 140127806408603 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7764] ppid=7699 vsize=10916192 memory=5524 CPUtime=6.17 cores=0,2,4,6
/proc/7702/task/7764/stat : 7764 (java) S 7699 7702 2275 0 -1 1077944384 33226 12935 0 0 608 2 4 3 20 0 15 0 78852542 11178180608 311292 33554432000 4194304 4196468 140736890466960 140127230732400 140127806401154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7765] ppid=7699 vsize=10916192 memory=1245168 CPUtime=6.35 cores=0,2,4,6
/proc/7702/task/7765/stat : 7765 (java) S 7699 7702 2275 0 -1 1077944384 36668 12935 0 0 622 6 4 3 20 0 15 0 78852542 11178180608 311292 33554432000 4194304 4196468 140736890466960 140127229679600 140127806401154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7766] ppid=7699 vsize=10916192 memory=1245168 CPUtime=2.33 cores=0,2,4,6
/proc/7702/task/7766/stat : 7766 (java) S 7699 7702 2275 0 -1 1077944384 23546 12935 0 0 221 5 4 3 20 0 15 0 78852542 11178180608 311292 33554432000 4194304 4196468 140736890466960 140127228627312 140127806401154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 61 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7767] ppid=7699 vsize=10916192 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7767/stat : 7767 (java) S 7699 7702 2275 0 -1 1077944384 3 12935 0 0 0 0 4 3 20 0 15 0 78852542 11178180608 311292 33554432000 4194304 4196468 140736890466960 140126322510304 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7768] ppid=7699 vsize=10916192 memory=2592 CPUtime=1.49 cores=0,2,4,6
/proc/7702/task/7768/stat : 7768 (java) S 7699 7702 2275 0 -1 1077944384 2634 12935 0 0 70 72 4 3 20 0 15 0 78852543 11178180608 311292 33554432000 4194304 4196468 140736890466960 140127227575216 140127806401154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 57 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
Current children cumulated CPU time: 2473.3 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1245168 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2488.6 s]
/proc/loadavg: 1.43 1.45 1.50 3/218 8150
/proc/meminfo: memFree=20825916/32770624 swapFree=67108860/67108860
[pid=7702] ppid=7699 vsize=10916192 memory=1245224 CPUtime=2520 cores=0,2,4,6
/proc/7702/stat : 7702 (java) S 7699 7702 2275 0 -1 1077944320 320037 12935 0 0 251712 281 4 3 20 0 15 0 78852527 11178180608 311306 33554432000 4194304 4196468 140736890466960 140736890449504 140127806390007 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
/proc/7702/statm: 2729048 311306 3532 1 0 2690701 0
[pid=7702/tid=7755] ppid=7699 vsize=10916192 memory=952 CPUtime=2478.58 cores=0,2,4,6
/proc/7702/task/7755/stat : 7755 (java) R 7699 7702 2275 0 -1 4202560 115475 12935 0 0 247794 57 4 3 20 0 15 0 78852536 11178180608 311306 33554432000 4194304 4196468 140736890466960 140127778223712 140127427647620 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7756] ppid=7699 vsize=10916192 memory=2340 CPUtime=5.72 cores=0,2,4,6
/proc/7702/task/7756/stat : 7756 (java) S 7699 7702 2275 0 -1 1077944384 23671 12935 0 0 529 36 4 3 20 0 15 0 78852537 11178180608 311306 33554432000 4194304 4196468 140736890466960 140127810632080 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7757] ppid=7699 vsize=10916192 memory=1572 CPUtime=5.74 cores=0,2,4,6
/proc/7702/task/7757/stat : 7757 (java) S 7699 7702 2275 0 -1 1077944384 18481 12935 0 0 530 37 4 3 20 0 15 0 78852537 11178180608 311306 33554432000 4194304 4196468 140736890466960 140127379237136 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7758] ppid=7699 vsize=10916192 memory=288230574492221466 CPUtime=5.74 cores=0,2,4,6
/proc/7702/task/7758/stat : 7758 (java) S 7699 7702 2275 0 -1 1077944384 19447 12935 0 0 531 36 4 3 20 0 15 0 78852537 11178180608 311306 33554432000 4194304 4196468 140736890466960 140127378184848 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7759] ppid=7699 vsize=10916192 memory=288230596050944315 CPUtime=5.74 cores=0,2,4,6
/proc/7702/task/7759/stat : 7759 (java) S 7699 7702 2275 0 -1 1077944384 25665 12935 0 0 530 37 4 3 20 0 15 0 78852537 11178180608 311306 33554432000 4194304 4196468 140736890466960 140127377132048 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7760] ppid=7699 vsize=10916192 memory=13565994329179714 CPUtime=2.61 cores=0,2,4,6
/proc/7702/task/7760/stat : 7760 (java) S 7699 7702 2275 0 -1 1077944384 18935 12935 0 0 236 18 4 3 20 0 15 0 78852539 11178180608 311306 33554432000 4194304 4196468 140736890466960 140127265344112 140127806401154 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7761] ppid=7699 vsize=10916192 memory=2196 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7761/stat : 7761 (java) S 7699 7702 2275 0 -1 1077944384 55 12935 0 0 0 0 4 3 20 0 15 0 78852539 11178180608 311306 33554432000 4194304 4196468 140736890466960 140127264290144 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7762] ppid=7699 vsize=10916192 memory=7528 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7762/stat : 7762 (java) S 7699 7702 2275 0 -1 1077944384 13 12935 0 0 0 0 4 3 20 0 15 0 78852539 11178180608 311306 33554432000 4194304 4196468 140736890466960 140126663468672 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7763] ppid=7699 vsize=10916192 memory=832 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7763/stat : 7763 (java) S 7699 7702 2275 0 -1 1077944384 3 12935 0 0 0 0 4 3 20 0 15 0 78852542 11178180608 311306 33554432000 4194304 4196468 140736890466960 140126356068944 140127806408603 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7764] ppid=7699 vsize=10916192 memory=2592 CPUtime=6.17 cores=0,2,4,6
/proc/7702/task/7764/stat : 7764 (java) S 7699 7702 2275 0 -1 1077944384 33228 12935 0 0 608 2 4 3 20 0 15 0 78852542 11178180608 311306 33554432000 4194304 4196468 140736890466960 140127230732400 140127806401154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7765] ppid=7699 vsize=10916192 memory=2708 CPUtime=6.35 cores=0,2,4,6
/proc/7702/task/7765/stat : 7765 (java) S 7699 7702 2275 0 -1 1077944384 36670 12935 0 0 622 6 4 3 20 0 15 0 78852542 11178180608 311306 33554432000 4194304 4196468 140736890466960 140127229679600 140127806401154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7766] ppid=7699 vsize=10916192 memory=4100 CPUtime=2.33 cores=0,2,4,6
/proc/7702/task/7766/stat : 7766 (java) S 7699 7702 2275 0 -1 1077944384 23548 12935 0 0 221 5 4 3 20 0 15 0 78852542 11178180608 311306 33554432000 4194304 4196468 140736890466960 140127228627312 140127806401154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 61 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7767] ppid=7699 vsize=10916192 memory=1404 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7767/stat : 7767 (java) S 7699 7702 2275 0 -1 1077944384 3 12935 0 0 0 0 4 3 20 0 15 0 78852542 11178180608 311306 33554432000 4194304 4196468 140736890466960 140126322510304 140127806400213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
[pid=7702/tid=7768] ppid=7699 vsize=10916192 memory=7228 CPUtime=1.53 cores=0,2,4,6
/proc/7702/task/7768/stat : 7768 (java) S 7699 7702 2275 0 -1 1077944384 2652 12935 0 0 72 74 4 3 20 0 15 0 78852543 11178180608 311306 33554432000 4194304 4196468 140736890466960 140127227575216 140127806401154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 57 0 0 6293624 6294260 19795968 140736890468524 140736890471772 140736890471772 140736890474447 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1245224 KiB

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

[startup+2488.64 s]
# the end of solver process 7702 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.21 s, system=2.86227 s

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

Child status: 143
Real time (s): 2488.64
CPU time (s): 2520.07
CPU user time (s): 2517.21
CPU system time (s): 2.86227
CPU usage (%): 101.263
Max. virtual memory (cumulated for all children) (KiB): 10918900
Max. memory (cumulated for all children) (KiB): 2351468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.21
system time used= 2.86227
maximum resident set size= 2368912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 334495
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 106779
involuntary context switches= 6617


# summary of solver processes directly reported to runsolver:
#   pid: 7702
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2517.21
#   total CPU system time (s): 2.86227

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.0275 second user time and 23.5602 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-26 15:48:13
IDJOB=4296168
IDBENCH=141660
IDSOLVER=2751
FILE ID=node135/4296168-1532612893
RUNJOBID= node135-1532594793-3954
PBS_JOBID= 21021965
Free space on /tmp= 48340 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Eternity/Eternity-14-14_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-4296168-1532612893/watcher-4296168-1532612893 -o /tmp/evaluation-result-4296168-1532612893/solver-4296168-1532612893 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532594793-3954 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=243976472 -superng HOME/instance-4296168-1532612893.xml

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

MD5SUM BENCH= 66051f32d3df5832063947322816fa6d
RANDOM SEED=243976472

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        22252784 kB
MemAvailable:   31157584 kB
Buffers:          206048 kB
Cached:          8879728 kB
SwapCached:            0 kB
Active:          3327468 kB
Inactive:        6580456 kB
Active(anon):     772460 kB
Inactive(anon):    78300 kB
Active(file):    2555008 kB
Inactive(file):  6502156 kB
Unevictable:        7220 kB
Mlocked:            7220 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             29296 kB
Writeback:             0 kB
AnonPages:        842216 kB
Mapped:            53924 kB
Shmem:             25248 kB
Slab:             304760 kB
SReclaimable:     276096 kB
SUnreclaim:        28664 kB
KernelStack:        3856 kB
PageTables:         7848 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1724608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    745472 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 48312 MiB
End job on node135 at 2018-07-26 16:29:42