Trace number 4302476

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2? (TO) 252.141 219.245

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m1s-magazine_c18.xml
MD5SUM90ad9fa5946247c0fa0335207c2f2744
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark252.15
Satisfiable
(Un)Satisfiability was proved
Number of variables5100
Number of constraints2650
Number of domains27
Minimum domain size2
Maximum domain size445
Distribution of domain sizes[{"size":2,"count":50},{"size":41,"count":2500},{"size":55,"count":50},{"size":58,"count":50},{"size":60,"count":50},{"size":66,"count":50},{"size":93,"count":50},{"size":99,"count":50},{"size":110,"count":100},{"size":115,"count":50},{"size":121,"count":50},{"size":150,"count":50},{"size":154,"count":150},{"size":165,"count":400},{"size":184,"count":50},{"size":187,"count":100},{"size":214,"count":100},{"size":220,"count":150},{"size":231,"count":100},{"size":247,"count":50},{"size":253,"count":150},{"size":275,"count":400},{"size":291,"count":50},{"size":297,"count":100},{"size":406,"count":50},{"size":412,"count":100},{"size":445,"count":50}]
Minimum variable degree2
Maximum variable degree51
Distribution of variable degrees[{"degree":2,"count":5050},{"degree":51,"count":50}]
Minimum constraint arity2
Maximum constraint arity50
Distribution of constraint arities[{"arity":2,"count":50},{"arity":3,"count":2500},{"arity":50,"count":100}]
Number of extensional constraints50
Number of intensional constraints2500
Distribution of constraint types[{"type":"extension","count":50},{"type":"intension","count":2500},{"type":"sum","count":100}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302476-1532897003/watcher-4302476-1532897003 -o /tmp/evaluation-result-4302476-1532897003/solver-4302476-1532897003 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532893235-14549 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1801390250 HOME/instance-4302476-1532897003.xml 

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

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

solver pid=20050, runsolver pid=20047

[startup+0.100748 s]*
/proc/loadavg: 1.79 2.06 1.97 2/206 20107
/proc/meminfo: memFree=25491192/32770624 swapFree=67108436/67108860
[pid=20050] ppid=20047 vsize=10005480 memory=18860 CPUtime=0.08 cores=0,2,4,6
/proc/20050/stat : 20050 (java) S 20047 20050 9814 0 -1 1077944320 4371 13159 0 0 1 0 5 2 20 0 6 0 107263460 10245611520 4715 33554432000 4194304 4196468 140735595009392 140735594991936 140164770529015 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
/proc/20050/statm: 2501370 4715 1935 1 0 2489808 0
[pid=20050/tid=20103] ppid=20047 vsize=10005480 memory=4279135703913235855 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20103/stat : 20103 (java) R 20047 20050 9814 0 -1 4202560 2187 13159 0 0 0 0 5 2 20 0 6 0 107263469 10245611520 4715 33554432000 4194304 4196468 140735595009392 140164742365776 140164756211507 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20104] ppid=20047 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20104/stat : 20104 (java) S 20047 20050 9814 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 6 0 107263470 10245611520 4715 33554432000 4194304 4196468 140735595009392 140164774771600 140164770539221 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20105] ppid=20047 vsize=10005480 memory=140715778500224 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20105/stat : 20105 (java) S 20047 20050 9814 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 6 0 107263470 10245611520 4715 33554432000 4194304 4196468 140735595009392 140164656036624 140164770539221 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20106] ppid=20047 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20106/stat : 20106 (java) S 20047 20050 9814 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 6 0 107263470 10245611520 4715 33554432000 4194304 4196468 140735595009392 140164654984336 140164770539221 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20107] ppid=20047 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20107/stat : 20107 (java) S 20047 20050 9814 0 -1 1077944384 2 13159 0 0 0 0 5 2 20 0 6 0 107263470 10245611520 4715 33554432000 4194304 4196468 140735595009392 140164653931536 140164770539221 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18860 KiB

[startup+0.210048 s]*
/proc/loadavg: 1.79 2.06 1.97 3/215 20116
/proc/meminfo: memFree=25469596/32770624 swapFree=67108436/67108860
[pid=20050] ppid=20047 vsize=10982744 memory=43676 CPUtime=0.25 cores=0,2,4,6
/proc/20050/stat : 20050 (java) S 20047 20050 9814 0 -1 1077944320 7605 13159 0 0 17 1 5 2 20 0 15 0 107263460 11246329856 10919 33554432000 4194304 4196468 140735595009392 140735594991936 140164770529015 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
/proc/20050/statm: 2745686 10919 2954 1 0 2708109 0
[pid=20050/tid=20103] ppid=20047 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/20050/task/20103/stat : 20103 (java) R 20047 20050 9814 0 -1 4202560 4307 13159 0 0 10 1 5 2 20 0 15 0 107263469 11246329856 11051 33554432000 4194304 4196468 140735595009392 140164742353008 140164750804843 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20104] ppid=20047 vsize=10982744 memory=345 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20104/stat : 20104 (java) S 20047 20050 9814 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 107263470 11246329856 11051 33554432000 4194304 4196468 140735595009392 140164774771600 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20105] ppid=20047 vsize=10982744 memory=140715778519285 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20105/stat : 20105 (java) S 20047 20050 9814 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 107263470 11246329856 11051 33554432000 4194304 4196468 140735595009392 140164656036624 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20106] ppid=20047 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20106/stat : 20106 (java) S 20047 20050 9814 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 107263470 11246329856 11051 33554432000 4194304 4196468 140735595009392 140164654984336 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20107] ppid=20047 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20107/stat : 20107 (java) S 20047 20050 9814 0 -1 1077944384 2 13159 0 0 0 0 5 2 20 0 15 0 107263470 11246329856 11051 33554432000 4194304 4196468 140735595009392 140164653931536 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20108] ppid=20047 vsize=10982744 memory=140715778500224 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20108/stat : 20108 (java) S 20047 20050 9814 0 -1 1077944384 2 13159 0 0 0 0 5 2 20 0 15 0 107263471 11246329856 11051 33554432000 4194304 4196468 140735595009392 140164263639152 140164770540162 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20109] ppid=20047 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20109/stat : 20109 (java) S 20047 20050 9814 0 -1 1077944384 13 13159 0 0 0 0 5 2 20 0 15 0 107263472 11246329856 11051 33554432000 4194304 4196468 140735595009392 140163573343008 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20110] ppid=20047 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20110/stat : 20110 (java) S 20047 20050 9814 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 107263472 11246329856 11051 33554432000 4194304 4196468 140735595009392 140163372016752 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20111] ppid=20047 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20111/stat : 20111 (java) S 20047 20050 9814 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 107263475 11246329856 11051 33554432000 4194304 4196468 140735595009392 140163064617040 140164770547611 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20112] ppid=20047 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20050/task/20112/stat : 20112 (java) S 20047 20050 9814 0 -1 1077944384 425 13159 0 0 1 0 5 2 20 0 15 0 107263475 11246329856 11117 33554432000 4194304 4196468 140735595009392 140164262586992 140164770540162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20113] ppid=20047 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20050/task/20113/stat : 20113 (java) S 20047 20050 9814 0 -1 1077944384 186 13159 0 0 1 0 5 2 20 0 15 0 107263475 11246329856 11117 33554432000 4194304 4196468 140735595009392 140164261534192 140164770540162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20114] ppid=20047 vsize=10982744 memory=140715778500224 CPUtime=0.1 cores=0,2,4,6
/proc/20050/task/20114/stat : 20114 (java) S 20047 20050 9814 0 -1 1077944384 609 13159 0 0 3 0 5 2 20 0 15 0 107263475 11246329856 11117 33554432000 4194304 4196468 140735595009392 140164260481904 140164770540162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20115] ppid=20047 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20115/stat : 20115 (java) S 20047 20050 9814 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 107263475 11246329856 11117 33554432000 4194304 4196468 140735595009392 140162633821152 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20116] ppid=20047 vsize=10982744 memory=140715778500224 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20116/stat : 20116 (java) S 20047 20050 9814 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 107263475 11246329856 11117 33554432000 4194304 4196468 140735595009392 140164259428784 140164770540162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43676 KiB

[startup+0.310299 s]*
/proc/loadavg: 1.79 2.06 1.97 3/215 20116
/proc/meminfo: memFree=25457812/32770624 swapFree=67108436/67108860
[pid=20050] ppid=20047 vsize=10983192 memory=55432 CPUtime=0.38 cores=0,2,4,6
/proc/20050/stat : 20050 (java) S 20047 20050 9814 0 -1 1077944320 10411 13159 0 0 29 2 5 2 20 0 15 0 107263460 11246788608 13858 33554432000 4194304 4196468 140735595009392 140735594991936 140164770529015 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
/proc/20050/statm: 2745798 13858 3073 1 0 2708109 0
[pid=20050/tid=20103] ppid=20047 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/20050/task/20103/stat : 20103 (java) R 20047 20050 9814 0 -1 4202560 6961 13159 0 0 20 1 5 2 20 0 15 0 107263469 11246788608 13858 33554432000 4194304 4196468 140735595009392 140164742341024 140164750804232 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20104] ppid=20047 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20104/stat : 20104 (java) S 20047 20050 9814 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 107263470 11246788608 13858 33554432000 4194304 4196468 140735595009392 140164774771600 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20105] ppid=20047 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20105/stat : 20105 (java) S 20047 20050 9814 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 107263470 11246788608 13858 33554432000 4194304 4196468 140735595009392 140164656036624 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20106] ppid=20047 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20106/stat : 20106 (java) S 20047 20050 9814 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 107263470 11246788608 13858 33554432000 4194304 4196468 140735595009392 140164654984336 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20107] ppid=20047 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20107/stat : 20107 (java) S 20047 20050 9814 0 -1 1077944384 2 13159 0 0 0 0 5 2 20 0 15 0 107263470 11246788608 13858 33554432000 4194304 4196468 140735595009392 140164653931536 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20108] ppid=20047 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20108/stat : 20108 (java) S 20047 20050 9814 0 -1 1077944384 2 13159 0 0 0 0 5 2 20 0 15 0 107263471 11246788608 13858 33554432000 4194304 4196468 140735595009392 140164263639152 140164770540162 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20109] ppid=20047 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20109/stat : 20109 (java) S 20047 20050 9814 0 -1 1077944384 13 13159 0 0 0 0 5 2 20 0 15 0 107263472 11246788608 13858 33554432000 4194304 4196468 140735595009392 140163573343008 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20110] ppid=20047 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20110/stat : 20110 (java) S 20047 20050 9814 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 107263472 11246788608 13858 33554432000 4194304 4196468 140735595009392 140163372016752 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20111] ppid=20047 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20111/stat : 20111 (java) S 20047 20050 9814 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 107263475 11246788608 13858 33554432000 4194304 4196468 140735595009392 140163064617040 140164770547611 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20112] ppid=20047 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20050/task/20112/stat : 20112 (java) S 20047 20050 9814 0 -1 1077944384 427 13159 0 0 1 0 5 2 20 0 15 0 107263475 11246788608 13858 33554432000 4194304 4196468 140735595009392 140164262586992 140164770540162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20113] ppid=20047 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20050/task/20113/stat : 20113 (java) S 20047 20050 9814 0 -1 1077944384 186 13159 0 0 1 0 5 2 20 0 15 0 107263475 11246788608 13858 33554432000 4194304 4196468 140735595009392 140164261534192 140164770540162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20114] ppid=20047 vsize=10983192 memory=140715778500224 CPUtime=0.12 cores=0,2,4,6
/proc/20050/task/20114/stat : 20114 (java) S 20047 20050 9814 0 -1 1077944384 620 13159 0 0 5 0 5 2 20 0 15 0 107263475 11246788608 13858 33554432000 4194304 4196468 140735595009392 140164260481904 140164770540162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20115] ppid=20047 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20115/stat : 20115 (java) S 20047 20050 9814 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 107263475 11246788608 13858 33554432000 4194304 4196468 140735595009392 140162633821152 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20116] ppid=20047 vsize=10983192 memory=140715778500224 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20116/stat : 20116 (java) S 20047 20050 9814 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 107263475 11246788608 13858 33554432000 4194304 4196468 140735595009392 140164259428784 140164770540162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55432 KiB

[startup+0.70075 s]
/proc/loadavg: 1.79 2.06 1.97 3/215 20116
/proc/meminfo: memFree=25445904/32770624 swapFree=67108436/67108860
[pid=20050] ppid=20047 vsize=10983192 memory=88332 CPUtime=0.98 cores=0,2,4,6
/proc/20050/stat : 20050 (java) S 20047 20050 9814 0 -1 1077944320 16747 13159 0 0 88 3 5 2 20 0 15 0 107263460 11246788608 22083 33554432000 4194304 4196468 140735595009392 140735594991936 140164770529015 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
/proc/20050/statm: 2745798 22083 3238 1 0 2708109 0
[pid=20050/tid=20103] ppid=20047 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/20050/task/20103/stat : 20103 (java) R 20047 20050 9814 0 -1 4202560 12256 13159 0 0 57 2 5 2 20 0 15 0 107263469 11246788608 22083 33554432000 4194304 4196468 140735595009392 140164742351952 140164754609502 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20104] ppid=20047 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20104/stat : 20104 (java) S 20047 20050 9814 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 107263470 11246788608 22083 33554432000 4194304 4196468 140735595009392 140164774771600 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20105] ppid=20047 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20105/stat : 20105 (java) S 20047 20050 9814 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 107263470 11246788608 22083 33554432000 4194304 4196468 140735595009392 140164656036624 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20106] ppid=20047 vsize=10983192 memory=140715678118704 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20106/stat : 20106 (java) S 20047 20050 9814 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 107263470 11246788608 22083 33554432000 4194304 4196468 140735595009392 140164654984336 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20107] ppid=20047 vsize=10983192 memory=140716013519449 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20107/stat : 20107 (java) S 20047 20050 9814 0 -1 1077944384 2 13159 0 0 0 0 5 2 20 0 15 0 107263470 11246788608 22083 33554432000 4194304 4196468 140735595009392 140164653931536 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20108] ppid=20047 vsize=10983192 memory=1388 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20108/stat : 20108 (java) S 20047 20050 9814 0 -1 1077944384 5 13159 0 0 0 0 5 2 20 0 15 0 107263471 11246788608 22083 33554432000 4194304 4196468 140735595009392 140164263639152 140164770540162 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20109] ppid=20047 vsize=10983192 memory=4639098309541127525 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20109/stat : 20109 (java) S 20047 20050 9814 0 -1 1077944384 13 13159 0 0 0 0 5 2 20 0 15 0 107263472 11246788608 22083 33554432000 4194304 4196468 140735595009392 140163573343008 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20110] ppid=20047 vsize=10983192 memory=8027477668130812270 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20110/stat : 20110 (java) S 20047 20050 9814 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 107263472 11246788608 22083 33554432000 4194304 4196468 140735595009392 140163372016752 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20111] ppid=20047 vsize=10983192 memory=17468 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20111/stat : 20111 (java) S 20047 20050 9814 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 107263475 11246788608 22083 33554432000 4194304 4196468 140735595009392 140163064617040 140164770547611 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20112] ppid=20047 vsize=10983192 memory=16148 CPUtime=0.17 cores=0,2,4,6
/proc/20050/task/20112/stat : 20112 (java) S 20047 20050 9814 0 -1 1077944384 1025 13159 0 0 10 0 5 2 20 0 15 0 107263475 11246788608 22083 33554432000 4194304 4196468 140735595009392 140164262586992 140164770540162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20113] ppid=20047 vsize=10983192 memory=4004 CPUtime=0.14 cores=0,2,4,6
/proc/20050/task/20113/stat : 20113 (java) S 20047 20050 9814 0 -1 1077944384 545 13159 0 0 7 0 5 2 20 0 15 0 107263475 11246788608 22083 33554432000 4194304 4196468 140735595009392 140164261534192 140164770540162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20114] ppid=20047 vsize=10983192 memory=636 CPUtime=0.2 cores=0,2,4,6
/proc/20050/task/20114/stat : 20114 (java) S 20047 20050 9814 0 -1 1077944384 702 13159 0 0 13 0 5 2 20 0 15 0 107263475 11246788608 22083 33554432000 4194304 4196468 140735595009392 140164260481904 140164770540162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20115] ppid=20047 vsize=10983192 memory=1780 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20115/stat : 20115 (java) S 20047 20050 9814 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 107263475 11246788608 22083 33554432000 4194304 4196468 140735595009392 140162633821152 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20116] ppid=20047 vsize=10983192 memory=1236 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20116/stat : 20116 (java) S 20047 20050 9814 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 107263475 11246788608 22083 33554432000 4194304 4196468 140735595009392 140164259428784 140164770540162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88332 KiB

[startup+1.50075 s]
/proc/loadavg: 1.79 2.06 1.97 3/215 20116
/proc/meminfo: memFree=25402612/32770624 swapFree=67108436/67108860
[pid=20050] ppid=20047 vsize=10999828 memory=198020 CPUtime=3.15 cores=0,2,4,6
/proc/20050/stat : 20050 (java) S 20047 20050 9814 0 -1 1077944320 30794 13159 0 0 300 8 5 2 20 0 15 0 107263460 11263823872 49505 33554432000 4194304 4196468 140735595009392 140735594991936 140164770529015 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
/proc/20050/statm: 2749957 49505 3445 1 0 2711615 0
[pid=20050/tid=20103] ppid=20047 vsize=10999828 memory=65248 CPUtime=1.46 cores=0,2,4,6
/proc/20050/task/20103/stat : 20103 (java) R 20047 20050 9814 0 -1 4202560 17923 13159 0 0 133 6 5 2 20 0 15 0 107263469 11263823872 49505 33554432000 4194304 4196468 140735595009392 140164742329136 140164770550941 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20104] ppid=20047 vsize=10999828 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20104/stat : 20104 (java) S 20047 20050 9814 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 107263470 11263823872 49505 33554432000 4194304 4196468 140735595009392 140164774771600 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20105] ppid=20047 vsize=10999828 memory=281431356268704 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20105/stat : 20105 (java) S 20047 20050 9814 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 107263470 11263823872 49505 33554432000 4194304 4196468 140735595009392 140164656036624 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20106] ppid=20047 vsize=10999828 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20106/stat : 20106 (java) S 20047 20050 9814 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 107263470 11263823872 49505 33554432000 4194304 4196468 140735595009392 140164654984336 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20107] ppid=20047 vsize=10999828 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20107/stat : 20107 (java) S 20047 20050 9814 0 -1 1077944384 2 13159 0 0 0 0 5 2 20 0 15 0 107263470 11263823872 49505 33554432000 4194304 4196468 140735595009392 140164653931536 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20108] ppid=20047 vsize=10999828 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20108/stat : 20108 (java) S 20047 20050 9814 0 -1 1077944384 13 13159 0 0 0 0 5 2 20 0 15 0 107263471 11263823872 49505 33554432000 4194304 4196468 140735595009392 140164263639152 140164770540162 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20109] ppid=20047 vsize=10999828 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20109/stat : 20109 (java) S 20047 20050 9814 0 -1 1077944384 13 13159 0 0 0 0 5 2 20 0 15 0 107263472 11263823872 49505 33554432000 4194304 4196468 140735595009392 140163573343008 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20110] ppid=20047 vsize=10999828 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20110/stat : 20110 (java) S 20047 20050 9814 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 107263472 11263823872 49505 33554432000 4194304 4196468 140735595009392 140163372016752 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20111] ppid=20047 vsize=10999828 memory=-5921431000321636112 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20111/stat : 20111 (java) S 20047 20050 9814 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 107263475 11263823872 49505 33554432000 4194304 4196468 140735595009392 140163064617040 140164770547611 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20112] ppid=20047 vsize=10999828 memory=0 CPUtime=0.69 cores=0,2,4,6
/proc/20050/task/20112/stat : 20112 (java) R 20047 20050 9814 0 -1 4202560 3424 13159 0 0 62 0 5 2 20 0 15 0 107263475 11263823872 49505 33554432000 4194304 4196468 140735595009392 140164262572728 140164755450997 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20113] ppid=20047 vsize=10999828 memory=0 CPUtime=0.64 cores=0,2,4,6
/proc/20050/task/20113/stat : 20113 (java) R 20047 20050 9814 0 -1 4202560 5036 13159 0 0 57 0 5 2 20 0 15 0 107263475 11263823872 49505 33554432000 4194304 4196468 140735595009392 140164261519928 140164752048745 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20114] ppid=20047 vsize=10999828 memory=6791534058613427641 CPUtime=0.52 cores=0,2,4,6
/proc/20050/task/20114/stat : 20114 (java) S 20047 20050 9814 0 -1 1077944384 2183 13159 0 0 45 0 5 2 20 0 15 0 107263475 11263823872 49505 33554432000 4194304 4196468 140735595009392 140164260481904 140164770540162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20115] ppid=20047 vsize=10999828 memory=4638778398332698720 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20115/stat : 20115 (java) S 20047 20050 9814 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 107263475 11263823872 49505 33554432000 4194304 4196468 140735595009392 140162633821152 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20116] ppid=20047 vsize=10999828 memory=281431356513152 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20116/stat : 20116 (java) S 20047 20050 9814 0 -1 1077944384 1 13159 0 0 0 0 5 2 20 0 15 0 107263475 11263823872 49505 33554432000 4194304 4196468 140735595009392 140164259428784 140164770540162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
Current children cumulated CPU time: 3.15 s
Current children cumulated vsize: 10999828 KiB

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

/proc/20050/task/20103/stat : 20103 (java) R 20047 20050 9814 0 -1 4202560 51718 13159 0 0 4809 40 5 2 20 0 15 0 107263469 11278843904 777161 33554432000 4194304 4196468 140735595009392 140164742363688 140164351654449 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20104] ppid=20047 vsize=11014496 memory=3108644 CPUtime=2.26 cores=0,2,4,6
/proc/20050/task/20104/stat : 20104 (java) S 20047 20050 9814 0 -1 1077944384 1534 13159 0 0 195 24 5 2 20 0 15 0 107263470 11278843904 777161 33554432000 4194304 4196468 140735595009392 140164774771600 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20105] ppid=20047 vsize=11014496 memory=281431357091168 CPUtime=2.26 cores=0,2,4,6
/proc/20050/task/20105/stat : 20105 (java) S 20047 20050 9814 0 -1 1077944384 1243 13159 0 0 196 23 5 2 20 0 15 0 107263470 11278843904 777161 33554432000 4194304 4196468 140735595009392 140164656036624 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20106] ppid=20047 vsize=11014496 memory=7 CPUtime=2.23 cores=0,2,4,6
/proc/20050/task/20106/stat : 20106 (java) S 20047 20050 9814 0 -1 1077944384 891 13159 0 0 194 22 5 2 20 0 15 0 107263470 11278843904 777161 33554432000 4194304 4196468 140735595009392 140164654984336 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20107] ppid=20047 vsize=11014496 memory=7 CPUtime=2.24 cores=0,2,4,6
/proc/20050/task/20107/stat : 20107 (java) S 20047 20050 9814 0 -1 1077944384 1862 13159 0 0 193 24 5 2 20 0 15 0 107263470 11278843904 777161 33554432000 4194304 4196468 140735595009392 140164653931536 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20108] ppid=20047 vsize=11014496 memory=164 CPUtime=0.32 cores=0,2,4,6
/proc/20050/task/20108/stat : 20108 (java) S 20047 20050 9814 0 -1 1077944384 6409 13159 0 0 24 1 5 2 20 0 15 0 107263471 11278843904 777161 33554432000 4194304 4196468 140735595009392 140164263639152 140164770540162 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20109] ppid=20047 vsize=11014496 memory=7665518431510752361 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20109/stat : 20109 (java) S 20047 20050 9814 0 -1 1077944384 16 13159 0 0 0 0 5 2 20 0 15 0 107263472 11278843904 777161 33554432000 4194304 4196468 140735595009392 140163573343072 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20110] ppid=20047 vsize=11014496 memory=100 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20110/stat : 20110 (java) S 20047 20050 9814 0 -1 1077944384 6 13159 0 0 0 0 5 2 20 0 15 0 107263472 11278843904 777161 33554432000 4194304 4196468 140735595009392 140163372016768 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20111] ppid=20047 vsize=11014496 memory=140715778499825 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20111/stat : 20111 (java) S 20047 20050 9814 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 107263475 11278843904 777161 33554432000 4194304 4196468 140735595009392 140163064617040 140164770547611 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20112] ppid=20047 vsize=11014496 memory=2829736 CPUtime=9.58 cores=0,2,4,6
/proc/20050/task/20112/stat : 20112 (java) S 20047 20050 9814 0 -1 1077944384 13389 13159 0 0 949 2 5 2 20 0 15 0 107263475 11278843904 777161 33554432000 4194304 4196468 140735595009392 140164262586992 140164770540162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20113] ppid=20047 vsize=11014496 memory=15872 CPUtime=8.63 cores=0,2,4,6
/proc/20050/task/20113/stat : 20113 (java) S 20047 20050 9814 0 -1 1077944384 12970 13159 0 0 852 4 5 2 20 0 15 0 107263475 11278843904 777161 33554432000 4194304 4196468 140735595009392 140164261534192 140164770540162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20114] ppid=20047 vsize=11014496 memory=17468 CPUtime=2.99 cores=0,2,4,6
/proc/20050/task/20114/stat : 20114 (java) S 20047 20050 9814 0 -1 1077944384 15542 13159 0 0 288 4 5 2 20 0 15 0 107263475 11278843904 777161 33554432000 4194304 4196468 140735595009392 140164260481904 140164770540162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20115] ppid=20047 vsize=11014496 memory=4140 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20115/stat : 20115 (java) S 20047 20050 9814 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 107263475 11278843904 777161 33554432000 4194304 4196468 140735595009392 140162633821152 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20116] ppid=20047 vsize=11014496 memory=30584 CPUtime=0.09 cores=0,2,4,6
/proc/20050/task/20116/stat : 20116 (java) S 20047 20050 9814 0 -1 1077944384 182 13159 0 0 1 1 5 2 20 0 15 0 107263475 11278843904 777161 33554432000 4194304 4196468 140735595009392 140164259428784 140164770540162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
Current children cumulated CPU time: 78.63 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 3108644 KiB

[startup+102.301 s]
/proc/loadavg: 2.10 2.15 2.01 3/215 21012
/proc/meminfo: memFree=22795788/32770624 swapFree=67108436/67108860
[pid=20050] ppid=20047 vsize=11014496 memory=3213628 CPUtime=131.83 cores=0,2,4,6
/proc/20050/stat : 20050 (java) S 20047 20050 9814 0 -1 1077944320 125756 13159 0 0 13001 175 5 2 20 0 15 0 107263460 11278843904 803407 33554432000 4194304 4196468 140735595009392 140735594991936 140164770529015 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
/proc/20050/statm: 2753624 803407 3534 1 0 2715277 0
[pid=20050/tid=20103] ppid=20047 vsize=11014496 memory=3191088 CPUtime=99.27 cores=0,2,4,6
/proc/20050/task/20103/stat : 20103 (java) R 20047 20050 9814 0 -1 4202560 55881 13159 0 0 9873 47 5 2 20 0 15 0 107263469 11278843904 803407 33554432000 4194304 4196468 140735595009392 140164742361000 140164341110362 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20104] ppid=20047 vsize=11014496 memory=3207484 CPUtime=2.69 cores=0,2,4,6
/proc/20050/task/20104/stat : 20104 (java) S 20047 20050 9814 0 -1 1077944384 1985 13159 0 0 234 28 5 2 20 0 15 0 107263470 11278843904 803407 33554432000 4194304 4196468 140735595009392 140164774771600 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20105] ppid=20047 vsize=11014496 memory=3207476 CPUtime=2.69 cores=0,2,4,6
/proc/20050/task/20105/stat : 20105 (java) S 20047 20050 9814 0 -1 1077944384 1847 13159 0 0 235 27 5 2 20 0 15 0 107263470 11278843904 803407 33554432000 4194304 4196468 140735595009392 140164656036624 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20106] ppid=20047 vsize=11014496 memory=3213628 CPUtime=2.66 cores=0,2,4,6
/proc/20050/task/20106/stat : 20106 (java) S 20047 20050 9814 0 -1 1077944384 2205 13159 0 0 233 26 5 2 20 0 15 0 107263470 11278843904 803407 33554432000 4194304 4196468 140735595009392 140164654984336 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20107] ppid=20047 vsize=11014496 memory=3207476 CPUtime=2.67 cores=0,2,4,6
/proc/20050/task/20107/stat : 20107 (java) S 20047 20050 9814 0 -1 1077944384 2149 13159 0 0 232 28 5 2 20 0 15 0 107263470 11278843904 803407 33554432000 4194304 4196468 140735595009392 140164653931536 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20108] ppid=20047 vsize=11014496 memory=26 CPUtime=0.33 cores=0,2,4,6
/proc/20050/task/20108/stat : 20108 (java) S 20047 20050 9814 0 -1 1077944384 6695 13159 0 0 25 1 5 2 20 0 15 0 107263471 11278843904 803407 33554432000 4194304 4196468 140735595009392 140164263639152 140164770540162 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20109] ppid=20047 vsize=11014496 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20109/stat : 20109 (java) S 20047 20050 9814 0 -1 1077944384 18 13159 0 0 0 0 5 2 20 0 15 0 107263472 11278843904 803407 33554432000 4194304 4196468 140735595009392 140163573343072 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20110] ppid=20047 vsize=11014496 memory=281431357482592 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20110/stat : 20110 (java) S 20047 20050 9814 0 -1 1077944384 6 13159 0 0 0 0 5 2 20 0 15 0 107263472 11278843904 803407 33554432000 4194304 4196468 140735595009392 140163372016768 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20111] ppid=20047 vsize=11014496 memory=164 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20111/stat : 20111 (java) S 20047 20050 9814 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 107263475 11278843904 803407 33554432000 4194304 4196468 140735595009392 140163064617040 140164770547611 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20112] ppid=20047 vsize=11014496 memory=4140 CPUtime=9.88 cores=0,2,4,6
/proc/20050/task/20112/stat : 20112 (java) S 20047 20050 9814 0 -1 1077944384 16594 13159 0 0 979 2 5 2 20 0 15 0 107263475 11278843904 803407 33554432000 4194304 4196468 140735595009392 140164262586992 140164770540162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20113] ppid=20047 vsize=11014496 memory=30584 CPUtime=8.94 cores=0,2,4,6
/proc/20050/task/20113/stat : 20113 (java) S 20047 20050 9814 0 -1 1077944384 15753 13159 0 0 882 5 5 2 20 0 15 0 107263475 11278843904 803407 33554432000 4194304 4196468 140735595009392 140164261534192 140164770540162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20114] ppid=20047 vsize=11014496 memory=1784 CPUtime=3.09 cores=0,2,4,6
/proc/20050/task/20114/stat : 20114 (java) S 20047 20050 9814 0 -1 1077944384 20205 13159 0 0 298 4 5 2 20 0 15 0 107263475 11278843904 803407 33554432000 4194304 4196468 140735595009392 140164260481904 140164770540162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20115] ppid=20047 vsize=11014496 memory=5752 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20115/stat : 20115 (java) S 20047 20050 9814 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 107263475 11278843904 803407 33554432000 4194304 4196468 140735595009392 140162633821152 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20116] ppid=20047 vsize=11014496 memory=3213628 CPUtime=0.12 cores=0,2,4,6
/proc/20050/task/20116/stat : 20116 (java) S 20047 20050 9814 0 -1 1077944384 223 13159 0 0 3 2 5 2 20 0 15 0 107263475 11278843904 803407 33554432000 4194304 4196468 140735595009392 140164259428784 140164770540162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
Current children cumulated CPU time: 131.83 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 3213628 KiB

[startup+162.301 s]
/proc/loadavg: 1.60 2.01 1.97 3/215 21013
/proc/meminfo: memFree=22213816/32770624 swapFree=67108436/67108860
[pid=20050] ppid=20047 vsize=11014496 memory=3219804 CPUtime=193.77 cores=0,2,4,6
/proc/20050/stat : 20050 (java) S 20047 20050 9814 0 -1 1077944320 144642 13159 0 0 19191 179 5 2 20 0 15 0 107263460 11278843904 804951 33554432000 4194304 4196468 140735595009392 140735594991936 140164770529015 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
/proc/20050/statm: 2753624 804951 3536 1 0 2715277 0
[pid=20050/tid=20103] ppid=20047 vsize=11014496 memory=3219804 CPUtime=158.8 cores=0,2,4,6
/proc/20050/task/20103/stat : 20103 (java) R 20047 20050 9814 0 -1 4202560 60074 13159 0 0 15826 47 5 2 20 0 15 0 107263469 11278843904 804951 33554432000 4194304 4196468 140735595009392 140164742361648 140164349557376 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20104] ppid=20047 vsize=11014496 memory=3219800 CPUtime=3.13 cores=0,2,4,6
/proc/20050/task/20104/stat : 20104 (java) S 20047 20050 9814 0 -1 1077944384 2337 13159 0 0 278 28 5 2 20 0 15 0 107263470 11278843904 804951 33554432000 4194304 4196468 140735595009392 140164774771600 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20105] ppid=20047 vsize=11014496 memory=3219800 CPUtime=3.14 cores=0,2,4,6
/proc/20050/task/20105/stat : 20105 (java) S 20047 20050 9814 0 -1 1077944384 2026 13159 0 0 279 28 5 2 20 0 15 0 107263470 11278843904 804951 33554432000 4194304 4196468 140735595009392 140164656036624 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20106] ppid=20047 vsize=11014496 memory=3219804 CPUtime=3.1 cores=0,2,4,6
/proc/20050/task/20106/stat : 20106 (java) S 20047 20050 9814 0 -1 1077944384 2309 13159 0 0 276 27 5 2 20 0 15 0 107263470 11278843904 804951 33554432000 4194304 4196468 140735595009392 140164654984336 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20107] ppid=20047 vsize=11014496 memory=3219804 CPUtime=3.11 cores=0,2,4,6
/proc/20050/task/20107/stat : 20107 (java) S 20047 20050 9814 0 -1 1077944384 4038 13159 0 0 276 28 5 2 20 0 15 0 107263470 11278843904 804951 33554432000 4194304 4196468 140735595009392 140164653931536 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20108] ppid=20047 vsize=11014496 memory=3219804 CPUtime=0.35 cores=0,2,4,6
/proc/20050/task/20108/stat : 20108 (java) S 20047 20050 9814 0 -1 1077944384 7018 13159 0 0 27 1 5 2 20 0 15 0 107263471 11278843904 804951 33554432000 4194304 4196468 140735595009392 140164263639152 140164770540162 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20109] ppid=20047 vsize=11014496 memory=8076 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20109/stat : 20109 (java) S 20047 20050 9814 0 -1 1077944384 18 13159 0 0 0 0 5 2 20 0 15 0 107263472 11278843904 804951 33554432000 4194304 4196468 140735595009392 140163573343072 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20110] ppid=20047 vsize=11014496 memory=11648 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20110/stat : 20110 (java) S 20047 20050 9814 0 -1 1077944384 6 13159 0 0 0 0 5 2 20 0 15 0 107263472 11278843904 804951 33554432000 4194304 4196468 140735595009392 140163372016768 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20111] ppid=20047 vsize=11014496 memory=3219804 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20111/stat : 20111 (java) S 20047 20050 9814 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 107263475 11278843904 804951 33554432000 4194304 4196468 140735595009392 140163064617040 140164770547611 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20112] ppid=20047 vsize=11014496 memory=3219804 CPUtime=10.01 cores=0,2,4,6
/proc/20050/task/20112/stat : 20112 (java) S 20047 20050 9814 0 -1 1077944384 19992 13159 0 0 991 3 5 2 20 0 15 0 107263475 11278843904 804951 33554432000 4194304 4196468 140735595009392 140164262586992 140164770540162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20113] ppid=20047 vsize=11014496 memory=3219804 CPUtime=9.37 cores=0,2,4,6
/proc/20050/task/20113/stat : 20113 (java) S 20047 20050 9814 0 -1 1077944384 23206 13159 0 0 925 5 5 2 20 0 15 0 107263475 11278843904 804951 33554432000 4194304 4196468 140735595009392 140164261534192 140164770540162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20114] ppid=20047 vsize=11014496 memory=4140 CPUtime=3.11 cores=0,2,4,6
/proc/20050/task/20114/stat : 20114 (java) S 20047 20050 9814 0 -1 1077944384 21159 13159 0 0 300 4 5 2 20 0 15 0 107263475 11278843904 804951 33554432000 4194304 4196468 140735595009392 140164260481904 140164770540162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20115] ppid=20047 vsize=11014496 memory=3219804 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20115/stat : 20115 (java) S 20047 20050 9814 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 107263475 11278843904 804951 33554432000 4194304 4196468 140735595009392 140162633821152 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20116] ppid=20047 vsize=11014496 memory=1612 CPUtime=0.15 cores=0,2,4,6
/proc/20050/task/20116/stat : 20116 (java) S 20047 20050 9814 0 -1 1077944384 264 13159 0 0 4 4 5 2 20 0 15 0 107263475 11278843904 804951 33554432000 4194304 4196468 140735595009392 140164259428784 140164770540162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
Current children cumulated CPU time: 193.77 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 3219804 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+219.201 s]
/proc/loadavg: 1.69 1.96 1.95 3/215 21014
/proc/meminfo: memFree=22407852/32770624 swapFree=67108436/67108860
[pid=20050] ppid=20047 vsize=11014496 memory=3221856 CPUtime=252.08 cores=0,2,4,6
/proc/20050/stat : 20050 (java) S 20047 20050 9814 0 -1 1077944320 155778 13159 0 0 25019 182 5 2 20 0 15 0 107263460 11278843904 805464 33554432000 4194304 4196468 140735595009392 140735594991936 140164770529015 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
/proc/20050/statm: 2753624 805464 3536 1 0 2715277 0
[pid=20050/tid=20103] ppid=20047 vsize=11014496 memory=7811888696644753765 CPUtime=215.27 cores=0,2,4,6
/proc/20050/task/20103/stat : 20103 (java) R 20047 20050 9814 0 -1 4202560 64395 13159 0 0 21472 48 5 2 20 0 15 0 107263469 11278843904 805464 33554432000 4194304 4196468 140735595009392 140164742361856 140164331901563 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20104] ppid=20047 vsize=11014496 memory=7308334386521598056 CPUtime=3.54 cores=0,2,4,6
/proc/20050/task/20104/stat : 20104 (java) S 20047 20050 9814 0 -1 1077944384 3175 13159 0 0 319 28 5 2 20 0 15 0 107263470 11278843904 805464 33554432000 4194304 4196468 140735595009392 140164774771600 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20105] ppid=20047 vsize=11014496 memory=1852 CPUtime=3.55 cores=0,2,4,6
/proc/20050/task/20105/stat : 20105 (java) S 20047 20050 9814 0 -1 1077944384 2136 13159 0 0 320 28 5 2 20 0 15 0 107263470 11278843904 805464 33554432000 4194304 4196468 140735595009392 140164656036624 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20106] ppid=20047 vsize=11014496 memory=872 CPUtime=3.51 cores=0,2,4,6
/proc/20050/task/20106/stat : 20106 (java) S 20047 20050 9814 0 -1 1077944384 3648 13159 0 0 317 27 5 2 20 0 15 0 107263470 11278843904 805464 33554432000 4194304 4196468 140735595009392 140164654984336 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20107] ppid=20047 vsize=11014496 memory=8076 CPUtime=3.51 cores=0,2,4,6
/proc/20050/task/20107/stat : 20107 (java) S 20047 20050 9814 0 -1 1077944384 4232 13159 0 0 316 28 5 2 20 0 15 0 107263470 11278843904 805464 33554432000 4194304 4196468 140735595009392 140164653931536 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20108] ppid=20047 vsize=11014496 memory=11648 CPUtime=0.37 cores=0,2,4,6
/proc/20050/task/20108/stat : 20108 (java) S 20047 20050 9814 0 -1 1077944384 7302 13159 0 0 29 1 5 2 20 0 15 0 107263471 11278843904 805464 33554432000 4194304 4196468 140735595009392 140164263639152 140164770540162 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20109] ppid=20047 vsize=11014496 memory=796 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20109/stat : 20109 (java) S 20047 20050 9814 0 -1 1077944384 18 13159 0 0 0 0 5 2 20 0 15 0 107263472 11278843904 805464 33554432000 4194304 4196468 140735595009392 140163573343072 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20110] ppid=20047 vsize=11014496 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20110/stat : 20110 (java) S 20047 20050 9814 0 -1 1077944384 6 13159 0 0 0 0 5 2 20 0 15 0 107263472 11278843904 805464 33554432000 4194304 4196468 140735595009392 140163372016768 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20111] ppid=20047 vsize=11014496 memory=5752 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20111/stat : 20111 (java) S 20047 20050 9814 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 107263475 11278843904 805464 33554432000 4194304 4196468 140735595009392 140163064617040 140164770547611 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20112] ppid=20047 vsize=11014496 memory=4588 CPUtime=10.03 cores=0,2,4,6
/proc/20050/task/20112/stat : 20112 (java) S 20047 20050 9814 0 -1 1077944384 21063 13159 0 0 993 3 5 2 20 0 15 0 107263475 11278843904 805464 33554432000 4194304 4196468 140735595009392 140164262586992 140164770540162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20113] ppid=20047 vsize=11014496 memory=1612 CPUtime=9.49 cores=0,2,4,6
/proc/20050/task/20113/stat : 20113 (java) S 20047 20050 9814 0 -1 1077944384 25562 13159 0 0 937 5 5 2 20 0 15 0 107263475 11278843904 805464 33554432000 4194304 4196468 140735595009392 140164261534192 140164770540162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20114] ppid=20047 vsize=11014496 memory=1228 CPUtime=3.13 cores=0,2,4,6
/proc/20050/task/20114/stat : 20114 (java) S 20047 20050 9814 0 -1 1077944384 21684 13159 0 0 301 5 5 2 20 0 15 0 107263475 11278843904 805464 33554432000 4194304 4196468 140735595009392 140164260481904 140164770540162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20115] ppid=20047 vsize=11014496 memory=3221856 CPUtime=0.07 cores=0,2,4,6
/proc/20050/task/20115/stat : 20115 (java) S 20047 20050 9814 0 -1 1077944384 3 13159 0 0 0 0 5 2 20 0 15 0 107263475 11278843904 805464 33554432000 4194304 4196468 140735595009392 140162633821152 140164770539221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
[pid=20050/tid=20116] ppid=20047 vsize=11014496 memory=4140 CPUtime=0.19 cores=0,2,4,6
/proc/20050/task/20116/stat : 20116 (java) S 20047 20050 9814 0 -1 1077944384 362 13159 0 0 6 6 5 2 20 0 15 0 107263475 11278843904 805464 33554432000 4194304 4196468 140735595009392 140164259428784 140164770540162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19312640 140735595010673 140735595013473 140735595013473 140735595016143 0
Current children cumulated CPU time: 252.08 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 3221856 KiB

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

[startup+219.245 s]
# the end of solver process 20050 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.267 s, system=1.87374 s

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

Child status: 143
Real time (s): 219.245
CPU time (s): 252.141
CPU user time (s): 250.267
CPU system time (s): 1.87374
CPU usage (%): 115.004
Max. virtual memory (cumulated for all children) (KiB): 11014496
Max. memory (cumulated for all children) (KiB): 3221856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.267
system time used= 1.87374
maximum resident set size= 3226072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 171210
page faults= 0
swaps= 0
block input operations= 0
block output operations= 504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17101
involuntary context switches= 940


# summary of solver processes directly reported to runsolver:
#   pid: 20050
#   total CPU time (s): 252.141
#   total CPU user time (s): 250.267
#   total CPU system time (s): 1.87374

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.61416 second user time and 1.82662 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-29 22:43:23
IDJOB=4302476
IDBENCH=141352
IDSOLVER=2776
FILE ID=node137/4302476-1532897003
RUNJOBID= node137-1532893235-14549
PBS_JOBID= 21022513
Free space on /tmp= 48508 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m1s-magazine_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302476-1532897003/watcher-4302476-1532897003 -o /tmp/evaluation-result-4302476-1532897003/solver-4302476-1532897003 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532893235-14549 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1801390250 HOME/instance-4302476-1532897003.xml

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

MD5SUM BENCH= 90ad9fa5946247c0fa0335207c2f2744
RANDOM SEED=1801390250

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25499516 kB
MemAvailable:   29314652 kB
Buffers:          219852 kB
Cached:          3830352 kB
SwapCached:           32 kB
Active:          4418196 kB
Inactive:        2302688 kB
Active(anon):    2617744 kB
Inactive(anon):    79972 kB
Active(file):    1800452 kB
Inactive(file):  2222716 kB
Unevictable:        7424 kB
Mlocked:            7424 kB
SwapTotal:      67108860 kB
SwapFree:       67108436 kB
Dirty:             26548 kB
Writeback:             0 kB
AnonPages:       2640768 kB
Mapped:            55616 kB
Shmem:             25052 kB
Slab:             243812 kB
SReclaimable:     215604 kB
SUnreclaim:        28208 kB
KernelStack:        3824 kB
PageTables:        10464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3566200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2404352 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 48484 MiB
End job on node137 at 2018-07-29 22:47:02