Trace number 4302826

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNG? (TO) 252.173 190.067

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302826-1532897203/watcher-4302826-1532897203 -o /tmp/evaluation-result-4302826-1532897203/solver-4302826-1532897203 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532895438-9922 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=476144225 -superng HOME/instance-4302826-1532897203.xml 

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

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


[startup+0.100058 s]*
/proc/loadavg: 1.78 2.00 1.88 3/206 12820
/proc/meminfo: memFree=19288984/32770624 swapFree=67108860/67108860
[pid=12763] ppid=12760 vsize=10005480 memory=18596 CPUtime=0.08 cores=1,3,5,7
/proc/12763/stat : 12763 (java) S 12760 12763 8396 0 -1 1077944320 4271 13149 0 0 1 0 5 2 20 0 6 0 107283543 10245611520 4649 33554432000 4194304 4196468 140721365472672 140721365455216 140346192367351 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
/proc/12763/statm: 2501370 4649 1933 1 0 2489808 0
[pid=12763/tid=12816] ppid=12760 vsize=10005480 memory=4279135704014094991 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12816/stat : 12816 (java) R 12760 12763 8396 0 -1 4202560 2089 13149 0 0 0 0 5 2 20 0 6 0 107283552 10245611520 4649 33554432000 4194304 4196468 140721365472672 140346164204112 140346173761082 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12817] ppid=12760 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12817/stat : 12817 (java) S 12760 12763 8396 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 6 0 107283553 10245611520 4649 33554432000 4194304 4196468 140721365472672 140346196609808 140346192377557 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12818] ppid=12760 vsize=10005480 memory=139954974037632 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12818/stat : 12818 (java) S 12760 12763 8396 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 6 0 107283553 10245611520 4649 33554432000 4194304 4196468 140721365472672 140346051328912 140346192377557 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12819] ppid=12760 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12819/stat : 12819 (java) S 12760 12763 8396 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 6 0 107283553 10245611520 4649 33554432000 4194304 4196468 140721365472672 140346050276368 140346192377557 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12820] ppid=12760 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12820/stat : 12820 (java) S 12760 12763 8396 0 -1 1077944384 2 13149 0 0 0 0 5 2 20 0 6 0 107283553 10245611520 4649 33554432000 4194304 4196468 140721365472672 140346049223824 140346192377557 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18596 KiB

[startup+0.209824 s]*
/proc/loadavg: 1.78 2.00 1.88 3/215 12829
/proc/meminfo: memFree=19265124/32770624 swapFree=67108860/67108860
[pid=12763] ppid=12760 vsize=10982744 memory=44328 CPUtime=0.25 cores=1,3,5,7
/proc/12763/stat : 12763 (java) S 12760 12763 8396 0 -1 1077944320 7808 13149 0 0 16 2 5 2 20 0 15 0 107283543 11246329856 11082 33554432000 4194304 4196468 140721365472672 140721365455216 140346192367351 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
/proc/12763/statm: 2745686 11082 2945 1 0 2708109 0
[pid=12763/tid=12816] ppid=12760 vsize=10982744 memory=-6517102902069810590 CPUtime=0.18 cores=1,3,5,7
/proc/12763/task/12816/stat : 12816 (java) R 12760 12763 8396 0 -1 4202560 4439 13149 0 0 10 1 5 2 20 0 15 0 107283552 11246329856 11148 33554432000 4194304 4196468 140721365472672 140346164191768 140346192379286 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12817] ppid=12760 vsize=10982744 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12817/stat : 12817 (java) S 12760 12763 8396 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 107283553 11246329856 11148 33554432000 4194304 4196468 140721365472672 140346196609808 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12818] ppid=12760 vsize=10982744 memory=139954974037632 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12818/stat : 12818 (java) S 12760 12763 8396 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 107283553 11246329856 11148 33554432000 4194304 4196468 140721365472672 140346051328912 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12819] ppid=12760 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12819/stat : 12819 (java) S 12760 12763 8396 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 107283553 11246329856 11148 33554432000 4194304 4196468 140721365472672 140346050276368 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12820] ppid=12760 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12820/stat : 12820 (java) S 12760 12763 8396 0 -1 1077944384 2 13149 0 0 0 0 5 2 20 0 15 0 107283553 11246329856 11148 33554432000 4194304 4196468 140721365472672 140346049223824 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12821] ppid=12760 vsize=10982744 memory=139954974037632 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12821/stat : 12821 (java) S 12760 12763 8396 0 -1 1077944384 2 13149 0 0 0 0 5 2 20 0 15 0 107283554 11246329856 11148 33554432000 4194304 4196468 140721365472672 140345161508848 140346192378498 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12822] ppid=12760 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12822/stat : 12822 (java) S 12760 12763 8396 0 -1 1077944384 14 13149 0 0 0 0 5 2 20 0 15 0 107283555 11246329856 11148 33554432000 4194304 4196468 140721365472672 140345035711392 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12823] ppid=12760 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12823/stat : 12823 (java) S 12760 12763 8396 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 107283555 11246329856 11148 33554432000 4194304 4196468 140721365472672 140344834384880 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12824] ppid=12760 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12824/stat : 12824 (java) S 12760 12763 8396 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 107283558 11246329856 11148 33554432000 4194304 4196468 140721365472672 140344526985424 140346192385947 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12825] ppid=12760 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12763/task/12825/stat : 12825 (java) S 12760 12763 8396 0 -1 1077944384 490 13149 0 0 1 0 5 2 20 0 15 0 107283558 11246329856 11148 33554432000 4194304 4196468 140721365472672 140345160456688 140346192378498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12826] ppid=12760 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12826/stat : 12826 (java) R 12760 12763 8396 0 -1 1077944384 125 13149 0 0 0 0 5 2 20 0 15 0 107283558 11246329856 11148 33554432000 4194304 4196468 140721365472672 140345159404144 140346192378498 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12827] ppid=12760 vsize=10982744 memory=139954974037632 CPUtime=0.1 cores=1,3,5,7
/proc/12763/task/12827/stat : 12827 (java) R 12760 12763 8396 0 -1 4202560 626 13149 0 0 3 0 5 2 20 0 15 0 107283558 11246329856 11148 33554432000 4194304 4196468 140721365472672 140345158351600 140346171503450 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12828] ppid=12760 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12828/stat : 12828 (java) S 12760 12763 8396 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 107283558 11246329856 11148 33554432000 4194304 4196468 140721365472672 140344096189536 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12829] ppid=12760 vsize=10982744 memory=139954974037632 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12829/stat : 12829 (java) S 12760 12763 8396 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 107283558 11246329856 11148 33554432000 4194304 4196468 140721365472672 140345157298480 140346192378498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44328 KiB

[startup+0.310186 s]*
/proc/loadavg: 1.78 2.00 1.88 3/215 12829
/proc/meminfo: memFree=19253248/32770624 swapFree=67108860/67108860
[pid=12763] ppid=12760 vsize=10983192 memory=55300 CPUtime=0.38 cores=1,3,5,7
/proc/12763/stat : 12763 (java) S 12760 12763 8396 0 -1 1077944320 10405 13149 0 0 28 3 5 2 20 0 15 0 107283543 11246788608 13825 33554432000 4194304 4196468 140721365472672 140721365455216 140346192367351 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
/proc/12763/statm: 2745798 13825 3064 1 0 2708109 0
[pid=12763/tid=12816] ppid=12760 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/12763/task/12816/stat : 12816 (java) R 12760 12763 8396 0 -1 4202560 6928 13149 0 0 19 2 5 2 20 0 15 0 107283552 11246788608 13825 33554432000 4194304 4196468 140721365472672 140346164179360 140346176447838 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12817] ppid=12760 vsize=10983192 memory=5937803012634333265 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12817/stat : 12817 (java) S 12760 12763 8396 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 107283553 11246788608 13825 33554432000 4194304 4196468 140721365472672 140346196609808 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12818] ppid=12760 vsize=10983192 memory=2072 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12818/stat : 12818 (java) S 12760 12763 8396 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 107283553 11246788608 13825 33554432000 4194304 4196468 140721365472672 140346051328912 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12819] ppid=12760 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12819/stat : 12819 (java) S 12760 12763 8396 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 107283553 11246788608 13825 33554432000 4194304 4196468 140721365472672 140346050276368 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12820] ppid=12760 vsize=10983192 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12820/stat : 12820 (java) S 12760 12763 8396 0 -1 1077944384 2 13149 0 0 0 0 5 2 20 0 15 0 107283553 11246788608 13825 33554432000 4194304 4196468 140721365472672 140346049223824 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12821] ppid=12760 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12821/stat : 12821 (java) S 12760 12763 8396 0 -1 1077944384 2 13149 0 0 0 0 5 2 20 0 15 0 107283554 11246788608 13825 33554432000 4194304 4196468 140721365472672 140345161508848 140346192378498 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12822] ppid=12760 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12822/stat : 12822 (java) S 12760 12763 8396 0 -1 1077944384 14 13149 0 0 0 0 5 2 20 0 15 0 107283555 11246788608 13825 33554432000 4194304 4196468 140721365472672 140345035711392 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12823] ppid=12760 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12823/stat : 12823 (java) S 12760 12763 8396 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 107283555 11246788608 13825 33554432000 4194304 4196468 140721365472672 140344834384880 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12824] ppid=12760 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12824/stat : 12824 (java) S 12760 12763 8396 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 107283558 11246788608 13825 33554432000 4194304 4196468 140721365472672 140344526985424 140346192385947 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12825] ppid=12760 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/12763/task/12825/stat : 12825 (java) S 12760 12763 8396 0 -1 1077944384 491 13149 0 0 2 0 5 2 20 0 15 0 107283558 11246788608 13825 33554432000 4194304 4196468 140721365472672 140345160456688 140346192378498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12826] ppid=12760 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12763/task/12826/stat : 12826 (java) S 12760 12763 8396 0 -1 1077944384 125 13149 0 0 1 0 5 2 20 0 15 0 107283558 11246788608 13825 33554432000 4194304 4196468 140721365472672 140345159404144 140346192378498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12827] ppid=12760 vsize=10983192 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/12763/task/12827/stat : 12827 (java) S 12760 12763 8396 0 -1 1077944384 641 13149 0 0 5 0 5 2 20 0 15 0 107283558 11246788608 13825 33554432000 4194304 4196468 140721365472672 140345158351600 140346192378498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12828] ppid=12760 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12828/stat : 12828 (java) S 12760 12763 8396 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 107283558 11246788608 13825 33554432000 4194304 4196468 140721365472672 140344096189536 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12829] ppid=12760 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12829/stat : 12829 (java) S 12760 12763 8396 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 107283558 11246788608 13825 33554432000 4194304 4196468 140721365472672 140345157298480 140346192378498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55300 KiB

[startup+0.700755 s]
/proc/loadavg: 1.78 2.00 1.88 3/215 12829
/proc/meminfo: memFree=19241464/32770624 swapFree=67108860/67108860
[pid=12763] ppid=12760 vsize=10983192 memory=88844 CPUtime=0.98 cores=1,3,5,7
/proc/12763/stat : 12763 (java) S 12760 12763 8396 0 -1 1077944320 16765 13149 0 0 87 4 5 2 20 0 15 0 107283543 11246788608 22211 33554432000 4194304 4196468 140721365472672 140721365455216 140346192367351 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
/proc/12763/statm: 2745798 22211 3241 1 0 2708109 0
[pid=12763/tid=12816] ppid=12760 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/12763/task/12816/stat : 12816 (java) R 12760 12763 8396 0 -1 4202560 12173 13149 0 0 56 3 5 2 20 0 15 0 107283552 11246788608 22211 33554432000 4194304 4196468 140721365472672 140346164188176 140346175554160 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12817] ppid=12760 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12817/stat : 12817 (java) S 12760 12763 8396 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 107283553 11246788608 22211 33554432000 4194304 4196468 140721365472672 140346196609808 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12818] ppid=12760 vsize=10983192 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12818/stat : 12818 (java) S 12760 12763 8396 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 107283553 11246788608 22211 33554432000 4194304 4196468 140721365472672 140346051328912 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12819] ppid=12760 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12819/stat : 12819 (java) S 12760 12763 8396 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 107283553 11246788608 22211 33554432000 4194304 4196468 140721365472672 140346050276368 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12820] ppid=12760 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12820/stat : 12820 (java) S 12760 12763 8396 0 -1 1077944384 2 13149 0 0 0 0 5 2 20 0 15 0 107283553 11246788608 22211 33554432000 4194304 4196468 140721365472672 140346049223824 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12821] ppid=12760 vsize=10983192 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12821/stat : 12821 (java) S 12760 12763 8396 0 -1 1077944384 6 13149 0 0 0 0 5 2 20 0 15 0 107283554 11246788608 22211 33554432000 4194304 4196468 140721365472672 140345161508848 140346192378498 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12822] ppid=12760 vsize=10983192 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12822/stat : 12822 (java) S 12760 12763 8396 0 -1 1077944384 14 13149 0 0 0 0 5 2 20 0 15 0 107283555 11246788608 22211 33554432000 4194304 4196468 140721365472672 140345035711392 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12823] ppid=12760 vsize=10983192 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12823/stat : 12823 (java) S 12760 12763 8396 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 107283555 11246788608 22211 33554432000 4194304 4196468 140721365472672 140344834384880 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12824] ppid=12760 vsize=10983192 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12824/stat : 12824 (java) S 12760 12763 8396 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 107283558 11246788608 22211 33554432000 4194304 4196468 140721365472672 140344526985424 140346192385947 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12825] ppid=12760 vsize=10983192 memory=13252 CPUtime=0.15 cores=1,3,5,7
/proc/12763/task/12825/stat : 12825 (java) S 12760 12763 8396 0 -1 1077944384 897 13149 0 0 8 0 5 2 20 0 15 0 107283558 11246788608 22211 33554432000 4194304 4196468 140721365472672 140345160456688 140346192378498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12826] ppid=12760 vsize=10983192 memory=15460 CPUtime=0.16 cores=1,3,5,7
/proc/12763/task/12826/stat : 12826 (java) S 12760 12763 8396 0 -1 1077944384 730 13149 0 0 9 0 5 2 20 0 15 0 107283558 11246788608 22211 33554432000 4194304 4196468 140721365472672 140345159404144 140346192378498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12827] ppid=12760 vsize=10983192 memory=17668 CPUtime=0.2 cores=1,3,5,7
/proc/12763/task/12827/stat : 12827 (java) S 12760 12763 8396 0 -1 1077944384 740 13149 0 0 13 0 5 2 20 0 15 0 107283558 11246788608 22211 33554432000 4194304 4196468 140721365472672 140345158351600 140346192378498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12828] ppid=12760 vsize=10983192 memory=19876 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12828/stat : 12828 (java) S 12760 12763 8396 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 107283558 11246788608 22211 33554432000 4194304 4196468 140721365472672 140344096189536 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12829] ppid=12760 vsize=10983192 memory=22084 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12829/stat : 12829 (java) S 12760 12763 8396 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 107283558 11246788608 22211 33554432000 4194304 4196468 140721365472672 140345157298480 140346192378498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88844 KiB

[startup+1.50133 s]
/proc/loadavg: 1.78 2.00 1.88 3/215 12829
/proc/meminfo: memFree=19195628/32770624 swapFree=67108860/67108860
[pid=12763] ppid=12760 vsize=10998928 memory=184720 CPUtime=3.11 cores=1,3,5,7
/proc/12763/stat : 12763 (java) S 12760 12763 8396 0 -1 1077944320 26999 13149 0 0 296 8 5 2 20 0 15 0 107283543 11262902272 46180 33554432000 4194304 4196468 140721365472672 140721365455216 140346192367351 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
/proc/12763/statm: 2749732 46180 3448 1 0 2711390 0
[pid=12763/tid=12816] ppid=12760 vsize=10998928 memory=0 CPUtime=1.45 cores=1,3,5,7
/proc/12763/task/12816/stat : 12816 (java) R 12760 12763 8396 0 -1 4202560 16968 13149 0 0 133 5 5 2 20 0 15 0 107283552 11262902272 46180 33554432000 4194304 4196468 140721365472672 140346164173360 140345725970711 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12817] ppid=12760 vsize=10998928 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12817/stat : 12817 (java) S 12760 12763 8396 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 107283553 11262902272 46180 33554432000 4194304 4196468 140721365472672 140346196609808 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12818] ppid=12760 vsize=10998928 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12818/stat : 12818 (java) S 12760 12763 8396 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 107283553 11262902272 46180 33554432000 4194304 4196468 140721365472672 140346051328912 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12819] ppid=12760 vsize=10998928 memory=4051323354130624818 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12819/stat : 12819 (java) S 12760 12763 8396 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 107283553 11262902272 46180 33554432000 4194304 4196468 140721365472672 140346050276368 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12820] ppid=12760 vsize=10998928 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12820/stat : 12820 (java) S 12760 12763 8396 0 -1 1077944384 2 13149 0 0 0 0 5 2 20 0 15 0 107283553 11262902272 46180 33554432000 4194304 4196468 140721365472672 140346049223824 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12821] ppid=12760 vsize=10998928 memory=-7965959130280075168 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12821/stat : 12821 (java) S 12760 12763 8396 0 -1 1077944384 14 13149 0 0 0 0 5 2 20 0 15 0 107283554 11262902272 46180 33554432000 4194304 4196468 140721365472672 140345161508848 140346192378498 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12822] ppid=12760 vsize=10998928 memory=279909729642752 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12822/stat : 12822 (java) S 12760 12763 8396 0 -1 1077944384 14 13149 0 0 0 0 5 2 20 0 15 0 107283555 11262902272 46180 33554432000 4194304 4196468 140721365472672 140345035711392 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12823] ppid=12760 vsize=10998928 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12823/stat : 12823 (java) S 12760 12763 8396 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 107283555 11262902272 46180 33554432000 4194304 4196468 140721365472672 140344834384880 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12824] ppid=12760 vsize=10998928 memory=1196 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12824/stat : 12824 (java) S 12760 12763 8396 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 107283558 11262902272 46180 33554432000 4194304 4196468 140721365472672 140344526985424 140346192385947 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12825] ppid=12760 vsize=10998928 memory=5788 CPUtime=0.67 cores=1,3,5,7
/proc/12763/task/12825/stat : 12825 (java) R 12760 12763 8396 0 -1 4202560 3569 13149 0 0 60 0 5 2 20 0 15 0 107283558 11262902272 46180 33554432000 4194304 4196468 140721365472672 140345160442032 140346173888142 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12826] ppid=12760 vsize=10998928 memory=4616 CPUtime=0.63 cores=1,3,5,7
/proc/12763/task/12826/stat : 12826 (java) S 12760 12763 8396 0 -1 1077944384 2408 13149 0 0 56 0 5 2 20 0 15 0 107283558 11262902272 46692 33554432000 4194304 4196468 140721365472672 140345159404144 140346192378498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12827] ppid=12760 vsize=10998928 memory=12032 CPUtime=0.52 cores=1,3,5,7
/proc/12763/task/12827/stat : 12827 (java) S 12760 12763 8396 0 -1 1077944384 1821 13149 0 0 45 0 5 2 20 0 15 0 107283558 11262902272 46692 33554432000 4194304 4196468 140721365472672 140345158351600 140346192378498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12828] ppid=12760 vsize=10998928 memory=1008 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12828/stat : 12828 (java) S 12760 12763 8396 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 107283558 11262902272 46692 33554432000 4194304 4196468 140721365472672 140344096189536 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12829] ppid=12760 vsize=10998928 memory=792 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12829/stat : 12829 (java) S 12760 12763 8396 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 107283558 11262902272 46692 33554432000 4194304 4196468 140721365472672 140345157298480 140346192378498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
Current children cumulated CPU time: 3.11 s
Current children cumulated vsize: 10998928 KiB

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

/proc/12763/task/12816/stat : 12816 (java) R 12760 12763 8396 0 -1 4202560 47204 13149 0 0 4767 38 5 2 20 0 15 0 107283552 11278843904 831025 33554432000 4194304 4196468 140721365472672 140346164198248 140345736125120 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12817] ppid=12760 vsize=11014496 memory=2652480 CPUtime=2.68 cores=1,3,5,7
/proc/12763/task/12817/stat : 12817 (java) S 12760 12763 8396 0 -1 1077944384 1314 13149 0 0 229 32 5 2 20 0 15 0 107283553 11278843904 831025 33554432000 4194304 4196468 140721365472672 140346196609808 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12818] ppid=12760 vsize=11014496 memory=3818 CPUtime=2.71 cores=1,3,5,7
/proc/12763/task/12818/stat : 12818 (java) S 12760 12763 8396 0 -1 1077944384 2772 13149 0 0 232 32 5 2 20 0 15 0 107283553 11278843904 831025 33554432000 4194304 4196468 140721365472672 140346051328912 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12819] ppid=12760 vsize=11014496 memory=2954104 CPUtime=2.67 cores=1,3,5,7
/proc/12763/task/12819/stat : 12819 (java) S 12760 12763 8396 0 -1 1077944384 1381 13149 0 0 230 30 5 2 20 0 15 0 107283553 11278843904 831025 33554432000 4194304 4196468 140721365472672 140346050276368 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12820] ppid=12760 vsize=11014496 memory=4140 CPUtime=2.71 cores=1,3,5,7
/proc/12763/task/12820/stat : 12820 (java) S 12760 12763 8396 0 -1 1077944384 1541 13149 0 0 233 31 5 2 20 0 15 0 107283553 11278843904 831025 33554432000 4194304 4196468 140721365472672 140346049223824 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12821] ppid=12760 vsize=11014496 memory=792 CPUtime=0.33 cores=1,3,5,7
/proc/12763/task/12821/stat : 12821 (java) S 12760 12763 8396 0 -1 1077944384 7763 13149 0 0 25 1 5 2 20 0 15 0 107283554 11278843904 831025 33554432000 4194304 4196468 140721365472672 140345161508848 140346192378498 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12822] ppid=12760 vsize=11014496 memory=1716 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12822/stat : 12822 (java) S 12760 12763 8396 0 -1 1077944384 17 13149 0 0 0 0 5 2 20 0 15 0 107283555 11278843904 831025 33554432000 4194304 4196468 140721365472672 140345035711520 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12823] ppid=12760 vsize=11014496 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12823/stat : 12823 (java) S 12760 12763 8396 0 -1 1077944384 9 13149 0 0 0 0 5 2 20 0 15 0 107283555 11278843904 831025 33554432000 4194304 4196468 140721365472672 140344834384896 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12824] ppid=12760 vsize=11014496 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12824/stat : 12824 (java) S 12760 12763 8396 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 107283558 11278843904 831025 33554432000 4194304 4196468 140721365472672 140344526985424 140346192385947 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12825] ppid=12760 vsize=11014496 memory=2925276 CPUtime=10.25 cores=1,3,5,7
/proc/12763/task/12825/stat : 12825 (java) S 12760 12763 8396 0 -1 1077944384 13567 13149 0 0 1015 3 5 2 20 0 15 0 107283558 11278843904 831025 33554432000 4194304 4196468 140721365472672 140345160456688 140346192378498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12826] ppid=12760 vsize=11014496 memory=25 CPUtime=10.02 cores=1,3,5,7
/proc/12763/task/12826/stat : 12826 (java) S 12760 12763 8396 0 -1 1077944384 13727 13149 0 0 992 3 5 2 20 0 15 0 107283558 11278843904 831025 33554432000 4194304 4196468 140721365472672 140345159404144 140346192378498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12827] ppid=12760 vsize=11014496 memory=0 CPUtime=3.07 cores=1,3,5,7
/proc/12763/task/12827/stat : 12827 (java) S 12760 12763 8396 0 -1 1077944384 15887 13149 0 0 295 5 5 2 20 0 15 0 107283558 11278843904 831025 33554432000 4194304 4196468 140721365472672 140345158351600 140346192378498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12828] ppid=12760 vsize=11014496 memory=773956 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12828/stat : 12828 (java) S 12760 12763 8396 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 107283558 11278843904 831025 33554432000 4194304 4196468 140721365472672 140344096189536 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12829] ppid=12760 vsize=11014496 memory=7667211688224384097 CPUtime=0.09 cores=1,3,5,7
/proc/12763/task/12829/stat : 12829 (java) S 12760 12763 8396 0 -1 1077944384 394 13149 0 0 1 1 5 2 20 0 15 0 107283558 11278843904 831025 33554432000 4194304 4196468 140721365472672 140345157298480 140346192378498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
Current children cumulated CPU time: 82.1 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 3324100 KiB

[startup+102.301 s]
/proc/loadavg: 1.60 1.87 1.85 4/215 12958
/proc/meminfo: memFree=16154060/32770624 swapFree=67108860/67108860
[pid=12763] ppid=12760 vsize=11014496 memory=4019944 CPUtime=147.23 cores=1,3,5,7
/proc/12763/stat : 12763 (java) S 12760 12763 8396 0 -1 1077944320 158009 13149 0 0 14462 254 5 2 20 0 15 0 107283543 11278843904 1004986 33554432000 4194304 4196468 140721365472672 140721365455216 140346192367351 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
/proc/12763/statm: 2753624 1004986 3529 1 0 2715277 0
[pid=12763/tid=12816] ppid=12760 vsize=11014496 memory=279909730269344 CPUtime=94.93 cores=1,3,5,7
/proc/12763/task/12816/stat : 12816 (java) R 12760 12763 8396 0 -1 4202560 55398 13149 0 0 9447 39 5 2 20 0 15 0 107283552 11278843904 1004986 33554432000 4194304 4196468 140721365472672 140346164197336 140345738409052 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12817] ppid=12760 vsize=11014496 memory=279909731245888 CPUtime=6.87 cores=1,3,5,7
/proc/12763/task/12817/stat : 12817 (java) S 12760 12763 8396 0 -1 1077944384 4362 13149 0 0 630 50 5 2 20 0 15 0 107283553 11278843904 1004986 33554432000 4194304 4196468 140721365472672 140346196609808 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12818] ppid=12760 vsize=11014496 memory=279909731117280 CPUtime=6.87 cores=1,3,5,7
/proc/12763/task/12818/stat : 12818 (java) S 12760 12763 8396 0 -1 1077944384 4970 13149 0 0 630 50 5 2 20 0 15 0 107283553 11278843904 1004986 33554432000 4194304 4196468 140721365472672 140346051328912 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12819] ppid=12760 vsize=11014496 memory=33 CPUtime=6.81 cores=1,3,5,7
/proc/12763/task/12819/stat : 12819 (java) S 12760 12763 8396 0 -1 1077944384 4360 13149 0 0 628 46 5 2 20 0 15 0 107283553 11278843904 1004986 33554432000 4194304 4196468 140721365472672 140346050276368 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12820] ppid=12760 vsize=11014496 memory=4017120 CPUtime=6.87 cores=1,3,5,7
/proc/12763/task/12820/stat : 12820 (java) S 12760 12763 8396 0 -1 1077944384 2787 13149 0 0 632 48 5 2 20 0 15 0 107283553 11278843904 1004986 33554432000 4194304 4196468 140721365472672 140346049223824 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12821] ppid=12760 vsize=11014496 memory=792 CPUtime=0.52 cores=1,3,5,7
/proc/12763/task/12821/stat : 12821 (java) S 12760 12763 8396 0 -1 1077944384 21250 13149 0 0 43 2 5 2 20 0 15 0 107283554 11278843904 1004986 33554432000 4194304 4196468 140721365472672 140345161508848 140346192378498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12822] ppid=12760 vsize=11014496 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12822/stat : 12822 (java) S 12760 12763 8396 0 -1 1077944384 17 13149 0 0 0 0 5 2 20 0 15 0 107283555 11278843904 1004986 33554432000 4194304 4196468 140721365472672 140345035711520 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12823] ppid=12760 vsize=11014496 memory=30436 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12823/stat : 12823 (java) S 12760 12763 8396 0 -1 1077944384 9 13149 0 0 0 0 5 2 20 0 15 0 107283555 11278843904 1004986 33554432000 4194304 4196468 140721365472672 140344834384896 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12824] ppid=12760 vsize=11014496 memory=4513 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12824/stat : 12824 (java) S 12760 12763 8396 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 107283558 11278843904 1004986 33554432000 4194304 4196468 140721365472672 140344526985424 140346192385947 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12825] ppid=12760 vsize=11014496 memory=7505928880668315508 CPUtime=10.92 cores=1,3,5,7
/proc/12763/task/12825/stat : 12825 (java) S 12760 12763 8396 0 -1 1077944384 18832 13149 0 0 1082 3 5 2 20 0 15 0 107283558 11278843904 1004986 33554432000 4194304 4196468 140721365472672 140345160456688 140346192378498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12826] ppid=12760 vsize=11014496 memory=4140 CPUtime=10.63 cores=1,3,5,7
/proc/12763/task/12826/stat : 12826 (java) S 12760 12763 8396 0 -1 1077944384 19290 13149 0 0 1053 3 5 2 20 0 15 0 107283558 11278843904 1004986 33554432000 4194304 4196468 140721365472672 140345159404144 140346192378498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12827] ppid=12760 vsize=11014496 memory=30436 CPUtime=3.22 cores=1,3,5,7
/proc/12763/task/12827/stat : 12827 (java) S 12760 12763 8396 0 -1 1077944384 24067 13149 0 0 309 6 5 2 20 0 15 0 107283558 11278843904 1004986 33554432000 4194304 4196468 140721365472672 140345158351600 140346192378498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12828] ppid=12760 vsize=11014496 memory=1296 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12828/stat : 12828 (java) S 12760 12763 8396 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 107283558 11278843904 1004986 33554432000 4194304 4196468 140721365472672 140344096189536 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12829] ppid=12760 vsize=11014496 memory=6791534058613427641 CPUtime=0.12 cores=1,3,5,7
/proc/12763/task/12829/stat : 12829 (java) S 12760 12763 8396 0 -1 1077944384 469 13149 0 0 3 2 5 2 20 0 15 0 107283558 11278843904 1004986 33554432000 4194304 4196468 140721365472672 140345157298480 140346192378498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
Current children cumulated CPU time: 147.23 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 4019944 KiB

[startup+162.301 s]
/proc/loadavg: 1.86 1.92 1.87 3/215 12959
/proc/meminfo: memFree=15263656/32770624 swapFree=67108860/67108860
[pid=12763] ppid=12760 vsize=11014496 memory=4299060 CPUtime=218.4 cores=1,3,5,7
/proc/12763/stat : 12763 (java) S 12760 12763 8396 0 -1 1077944320 187421 13149 0 0 21537 296 5 2 20 0 15 0 107283543 11278843904 1074765 33554432000 4194304 4196468 140721365472672 140721365455216 140346192367351 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
/proc/12763/statm: 2753624 1074765 3531 1 0 2715277 0
[pid=12763/tid=12816] ppid=12760 vsize=11014496 memory=4301420 CPUtime=151.01 cores=1,3,5,7
/proc/12763/task/12816/stat : 12816 (java) R 12760 12763 8396 0 -1 4202560 58058 13149 0 0 15055 39 5 2 20 0 15 0 107283552 11278843904 1074765 33554432000 4194304 4196468 140721365472672 140346164199648 140345736126928 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12817] ppid=12760 vsize=11014496 memory=4301420 CPUtime=10.51 cores=1,3,5,7
/proc/12763/task/12817/stat : 12817 (java) S 12760 12763 8396 0 -1 1077944384 5650 13149 0 0 984 60 5 2 20 0 15 0 107283553 11278843904 1074765 33554432000 4194304 4196468 140721365472672 140346196609808 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12818] ppid=12760 vsize=11014496 memory=65 CPUtime=10.53 cores=1,3,5,7
/proc/12763/task/12818/stat : 12818 (java) S 12760 12763 8396 0 -1 1077944384 7659 13149 0 0 988 58 5 2 20 0 15 0 107283553 11278843904 1074765 33554432000 4194304 4196468 140721365472672 140346051328912 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12819] ppid=12760 vsize=11014496 memory=4299020 CPUtime=10.48 cores=1,3,5,7
/proc/12763/task/12819/stat : 12819 (java) S 12760 12763 8396 0 -1 1077944384 6250 13149 0 0 985 56 5 2 20 0 15 0 107283553 11278843904 1074765 33554432000 4194304 4196468 140721365472672 140346050276368 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12820] ppid=12760 vsize=11014496 memory=4299060 CPUtime=10.54 cores=1,3,5,7
/proc/12763/task/12820/stat : 12820 (java) S 12760 12763 8396 0 -1 1077944384 4323 13149 0 0 990 57 5 2 20 0 15 0 107283553 11278843904 1074765 33554432000 4194304 4196468 140721365472672 140346049223824 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12821] ppid=12760 vsize=11014496 memory=4299060 CPUtime=0.73 cores=1,3,5,7
/proc/12763/task/12821/stat : 12821 (java) S 12760 12763 8396 0 -1 1077944384 36167 13149 0 0 63 3 5 2 20 0 15 0 107283554 11278843904 1074765 33554432000 4194304 4196468 140721365472672 140345161508848 140346192378498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12822] ppid=12760 vsize=11014496 memory=2240 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12822/stat : 12822 (java) S 12760 12763 8396 0 -1 1077944384 17 13149 0 0 0 0 5 2 20 0 15 0 107283555 11278843904 1074765 33554432000 4194304 4196468 140721365472672 140345035711520 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12823] ppid=12760 vsize=11014496 memory=4128 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12823/stat : 12823 (java) S 12760 12763 8396 0 -1 1077944384 9 13149 0 0 0 0 5 2 20 0 15 0 107283555 11278843904 1074765 33554432000 4194304 4196468 140721365472672 140344834384896 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12824] ppid=12760 vsize=11014496 memory=1228 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12824/stat : 12824 (java) S 12760 12763 8396 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 107283558 11278843904 1074765 33554432000 4194304 4196468 140721365472672 140344526985424 140346192385947 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12825] ppid=12760 vsize=11014496 memory=4298864 CPUtime=10.99 cores=1,3,5,7
/proc/12763/task/12825/stat : 12825 (java) S 12760 12763 8396 0 -1 1077944384 20618 13149 0 0 1089 3 5 2 20 0 15 0 107283558 11278843904 1074765 33554432000 4194304 4196468 140721365472672 140345160456688 140346192378498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12826] ppid=12760 vsize=11014496 memory=4306036 CPUtime=10.71 cores=1,3,5,7
/proc/12763/task/12826/stat : 12826 (java) S 12760 12763 8396 0 -1 1077944384 20406 13149 0 0 1061 3 5 2 20 0 15 0 107283558 11278843904 1074765 33554432000 4194304 4196468 140721365472672 140345159404144 140346192378498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12827] ppid=12760 vsize=11014496 memory=4140 CPUtime=3.25 cores=1,3,5,7
/proc/12763/task/12827/stat : 12827 (java) S 12760 12763 8396 0 -1 1077944384 25514 13149 0 0 312 6 5 2 20 0 15 0 107283558 11278843904 1074765 33554432000 4194304 4196468 140721365472672 140345158351600 140346192378498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12828] ppid=12760 vsize=11014496 memory=4299060 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12828/stat : 12828 (java) S 12760 12763 8396 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 107283558 11278843904 1074765 33554432000 4194304 4196468 140721365472672 140344096189536 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12829] ppid=12760 vsize=11014496 memory=952 CPUtime=0.16 cores=1,3,5,7
/proc/12763/task/12829/stat : 12829 (java) S 12760 12763 8396 0 -1 1077944384 552 13149 0 0 4 5 5 2 20 0 15 0 107283558 11278843904 1074765 33554432000 4194304 4196468 140721365472672 140345157298480 140346192378498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
Current children cumulated CPU time: 218.4 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 4299060 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+190.001 s]*
/proc/loadavg: 1.50 1.83 1.84 3/215 12959
/proc/meminfo: memFree=15187480/32770624 swapFree=67108860/67108860
[pid=12763] ppid=12760 vsize=11014496 memory=4390032 CPUtime=252.1 cores=1,3,5,7
/proc/12763/stat : 12763 (java) S 12760 12763 8396 0 -1 1077944320 210061 13149 0 0 24892 311 5 2 20 0 15 0 107283543 11278843904 1097508 33554432000 4194304 4196468 140721365472672 140721365455216 140346192367351 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
/proc/12763/statm: 2753624 1097508 3531 1 0 2715277 0
[pid=12763/tid=12816] ppid=12760 vsize=11014496 memory=6791534058613427641 CPUtime=176.58 cores=1,3,5,7
/proc/12763/task/12816/stat : 12816 (java) R 12760 12763 8396 0 -1 4202560 60916 13149 0 0 17612 39 5 2 20 0 15 0 107283552 11278843904 1097508 33554432000 4194304 4196468 140721365472672 140346164197184 140345723921566 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12817] ppid=12760 vsize=11014496 memory=17084 CPUtime=12.44 cores=1,3,5,7
/proc/12763/task/12817/stat : 12817 (java) S 12760 12763 8396 0 -1 1077944384 6390 13149 0 0 1173 64 5 2 20 0 15 0 107283553 11278843904 1097508 33554432000 4194304 4196468 140721365472672 140346196609808 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12818] ppid=12760 vsize=11014496 memory=1203 CPUtime=12.49 cores=1,3,5,7
/proc/12763/task/12818/stat : 12818 (java) S 12760 12763 8396 0 -1 1077944384 8853 13149 0 0 1180 62 5 2 20 0 15 0 107283553 11278843904 1097508 33554432000 4194304 4196468 140721365472672 140346051328912 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12819] ppid=12760 vsize=11014496 memory=1209 CPUtime=12.43 cores=1,3,5,7
/proc/12763/task/12819/stat : 12819 (java) S 12760 12763 8396 0 -1 1077944384 7378 13149 0 0 1177 59 5 2 20 0 15 0 107283553 11278843904 1097508 33554432000 4194304 4196468 140721365472672 140346050276368 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12820] ppid=12760 vsize=11014496 memory=4126316290023845779 CPUtime=12.5 cores=1,3,5,7
/proc/12763/task/12820/stat : 12820 (java) S 12760 12763 8396 0 -1 1077944384 5826 13149 0 0 1182 61 5 2 20 0 15 0 107283553 11278843904 1097508 33554432000 4194304 4196468 140721365472672 140346049223824 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12821] ppid=12760 vsize=11014496 memory=303430244793319739 CPUtime=0.92 cores=1,3,5,7
/proc/12763/task/12821/stat : 12821 (java) S 12760 12763 8396 0 -1 1077944384 45625 13149 0 0 81 4 5 2 20 0 15 0 107283554 11278843904 1097508 33554432000 4194304 4196468 140721365472672 140345161508848 140346192378498 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12822] ppid=12760 vsize=11014496 memory=14691911432671120 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12822/stat : 12822 (java) S 12760 12763 8396 0 -1 1077944384 17 13149 0 0 0 0 5 2 20 0 15 0 107283555 11278843904 1097508 33554432000 4194304 4196468 140721365472672 140345035711520 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12823] ppid=12760 vsize=11014496 memory=1240 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12823/stat : 12823 (java) S 12760 12763 8396 0 -1 1077944384 9 13149 0 0 0 0 5 2 20 0 15 0 107283555 11278843904 1097508 33554432000 4194304 4196468 140721365472672 140344834384896 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12824] ppid=12760 vsize=11014496 memory=2424 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12824/stat : 12824 (java) S 12760 12763 8396 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 107283558 11278843904 1097508 33554432000 4194304 4196468 140721365472672 140344526985424 140346192385947 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12825] ppid=12760 vsize=11014496 memory=1568 CPUtime=11.09 cores=1,3,5,7
/proc/12763/task/12825/stat : 12825 (java) S 12760 12763 8396 0 -1 1077944384 23604 13149 0 0 1098 4 5 2 20 0 15 0 107283558 11278843904 1097508 33554432000 4194304 4196468 140721365472672 140345160456688 140346192378498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12826] ppid=12760 vsize=11014496 memory=928 CPUtime=10.73 cores=1,3,5,7
/proc/12763/task/12826/stat : 12826 (java) S 12760 12763 8396 0 -1 1077944384 22123 13149 0 0 1063 3 5 2 20 0 15 0 107283558 11278843904 1097508 33554432000 4194304 4196468 140721365472672 140345159404144 140346192378498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12827] ppid=12760 vsize=11014496 memory=2240 CPUtime=3.26 cores=1,3,5,7
/proc/12763/task/12827/stat : 12827 (java) S 12760 12763 8396 0 -1 1077944384 26524 13149 0 0 313 6 5 2 20 0 15 0 107283558 11278843904 1097508 33554432000 4194304 4196468 140721365472672 140345158351600 140346192378498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12828] ppid=12760 vsize=11014496 memory=4128 CPUtime=0.07 cores=1,3,5,7
/proc/12763/task/12828/stat : 12828 (java) S 12760 12763 8396 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 107283558 11278843904 1097508 33554432000 4194304 4196468 140721365472672 140344096189536 140346192377557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
[pid=12763/tid=12829] ppid=12760 vsize=11014496 memory=2200 CPUtime=0.18 cores=1,3,5,7
/proc/12763/task/12829/stat : 12829 (java) S 12760 12763 8396 0 -1 1077944384 598 13149 0 0 5 6 5 2 20 0 15 0 107283558 11278843904 1097508 33554432000 4194304 4196468 140721365472672 140345157298480 140346192378498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20512768 140721365477993 140721365480801 140721365480801 140721365483471 0
Current children cumulated CPU time: 252.1 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 4390032 KiB

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

[startup+190.067 s]
# the end of solver process 12763 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=248.999 s, system=3.17339 s

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

Child status: 143
Real time (s): 190.067
CPU time (s): 252.173
CPU user time (s): 248.999
CPU system time (s): 3.17339
CPU usage (%): 132.676
Max. virtual memory (cumulated for all children) (KiB): 11014496
Max. memory (cumulated for all children) (KiB): 4400728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 248.999
system time used= 3.1734
maximum resident set size= 4400728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 224226
page faults= 0
swaps= 0
block input operations= 0
block output operations= 424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16855
involuntary context switches= 736


# summary of solver processes directly reported to runsolver:
#   pid: 12763
#   total CPU time (s): 252.173
#   total CPU user time (s): 248.999
#   total CPU system time (s): 3.17339

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.32705 second user time and 1.67153 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-29 22:46:43
IDJOB=4302826
IDBENCH=141352
IDSOLVER=2777
FILE ID=node103/4302826-1532897203
RUNJOBID= node103-1532895438-9922
PBS_JOBID= 21022525
Free space on /tmp= 56760 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m1s-magazine_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302826-1532897203/watcher-4302826-1532897203 -o /tmp/evaluation-result-4302826-1532897203/solver-4302826-1532897203 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532895438-9922 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=476144225 -superng HOME/instance-4302826-1532897203.xml

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

MD5SUM BENCH= 90ad9fa5946247c0fa0335207c2f2744
RANDOM SEED=476144225

node103.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.48
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.48
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.48
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.48
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:        19294364 kB
MemAvailable:   30884436 kB
Buffers:          310772 kB
Cached:         11467084 kB
SwapCached:            0 kB
Active:          4917760 kB
Inactive:        7956748 kB
Active(anon):    1099344 kB
Inactive(anon):    25184 kB
Active(file):    3818416 kB
Inactive(file):  7931564 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26988 kB
Writeback:             0 kB
AnonPages:       1113620 kB
Mapped:            58284 kB
Shmem:             25228 kB
Slab:             297208 kB
SReclaimable:     268552 kB
SUnreclaim:        28656 kB
KernelStack:        3792 kB
PageTables:         7480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2242272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    866304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56736 MiB
End job on node103 at 2018-07-29 22:49:54