Trace number 4302820

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.105 222.461

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m1-herbs_c18.xml
MD5SUMc28699084a36c5d45188c7cead550bcc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark61.0369
Satisfiable
(Un)Satisfiability was proved
Number of variables1860
Number of constraints1021
Number of domains11
Minimum domain size2
Maximum domain size308
Distribution of domain sizes[{"size":2,"count":30},{"size":43,"count":900},{"size":66,"count":60},{"size":77,"count":210},{"size":88,"count":120},{"size":99,"count":180},{"size":110,"count":120},{"size":165,"count":30},{"size":253,"count":120},{"size":281,"count":30},{"size":308,"count":60}]
Minimum variable degree2
Maximum variable degree32
Distribution of variable degrees[{"degree":2,"count":1770},{"degree":3,"count":60},{"degree":32,"count":30}]
Minimum constraint arity2
Maximum constraint arity30
Distribution of constraint arities[{"arity":2,"count":60},{"arity":3,"count":900},{"arity":30,"count":61}]
Number of extensional constraints0
Number of intensional constraints960
Distribution of constraint types[{"type":"intension","count":960},{"type":"ordered","count":1},{"type":"sum","count":60}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302820-1532897210/watcher-4302820-1532897210 -o /tmp/evaluation-result-4302820-1532897210/solver-4302820-1532897210 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532893331-28701 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1733540287 -superng HOME/instance-4302820-1532897210.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=2326, runsolver pid=2323
Current StackSize limit: 8192 KiB


[startup+0.100115 s]*
/proc/loadavg: 1.82 1.80 1.80 3/213 2385
/proc/meminfo: memFree=26002652/32770624 swapFree=67108744/67108860
[pid=2326] ppid=2323 vsize=10005480 memory=16820 CPUtime=0.08 cores=1,3,5,7
/proc/2326/stat : 2326 (java) S 2323 2326 19273 0 -1 1077944320 4341 12885 0 0 1 0 5 2 20 0 6 0 107284175 10245611520 4205 33554432000 4194304 4196468 140727947164976 140727947147520 140111036645111 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
/proc/2326/statm: 2501370 4205 1935 1 0 2489808 0
[pid=2326/tid=2381] ppid=2323 vsize=10005480 memory=-8171376296011865461 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2381/stat : 2381 (java) R 2323 2326 19273 0 -1 4202560 2229 12885 0 0 0 0 5 2 20 0 6 0 107284184 10245611520 4271 33554432000 4194304 4196468 140727947164976 140111008481872 140111020725628 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2382] ppid=2323 vsize=10005480 memory=5792869726567804975 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2382/stat : 2382 (java) S 2323 2326 19273 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 6 0 107284184 10245611520 4271 33554432000 4194304 4196468 140727947164976 140111040887184 140111036655317 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2383] ppid=2323 vsize=10005480 memory=140342428341888 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2383/stat : 2383 (java) S 2323 2326 19273 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 6 0 107284184 10245611520 4271 33554432000 4194304 4196468 140727947164976 140110895606032 140111036655317 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2384] ppid=2323 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2384/stat : 2384 (java) S 2323 2326 19273 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 6 0 107284184 10245611520 4271 33554432000 4194304 4196468 140727947164976 140110894553744 140111036655317 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2385] ppid=2323 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2385/stat : 2385 (java) S 2323 2326 19273 0 -1 1077944384 2 12885 0 0 0 0 5 2 20 0 6 0 107284184 10245611520 4271 33554432000 4194304 4196468 140727947164976 140110574119440 140111036655317 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16820 KiB

[startup+0.210612 s]*
/proc/loadavg: 1.82 1.80 1.80 3/222 2394
/proc/meminfo: memFree=25932324/32770624 swapFree=67108744/67108860
[pid=2326] ppid=2323 vsize=10982744 memory=38472 CPUtime=0.24 cores=1,3,5,7
/proc/2326/stat : 2326 (java) S 2323 2326 19273 0 -1 1077944320 6834 12885 0 0 15 2 5 2 20 0 15 0 107284175 11246329856 9618 33554432000 4194304 4196468 140727947164976 140727947147520 140111036645111 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
/proc/2326/statm: 2745686 9618 2956 1 0 2708109 0
[pid=2326/tid=2381] ppid=2323 vsize=10982744 memory=8389772277269004345 CPUtime=0.17 cores=1,3,5,7
/proc/2326/task/2381/stat : 2381 (java) R 2323 2326 19273 0 -1 4202560 3374 12885 0 0 9 1 5 2 20 0 15 0 107284184 11246329856 9618 33554432000 4194304 4196468 140727947164976 140111008435104 140111019831920 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2382] ppid=2323 vsize=10982744 memory=288292155783643159 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2382/stat : 2382 (java) S 2323 2326 19273 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 107284184 11246329856 9618 33554432000 4194304 4196468 140727947164976 140111040887184 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2383] ppid=2323 vsize=10982744 memory=3690613983298623136 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2383/stat : 2383 (java) S 2323 2326 19273 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 107284184 11246329856 9618 33554432000 4194304 4196468 140727947164976 140110895606032 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2384] ppid=2323 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2384/stat : 2384 (java) S 2323 2326 19273 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 107284184 11246329856 9618 33554432000 4194304 4196468 140727947164976 140110894553744 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2385] ppid=2323 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2385/stat : 2385 (java) S 2323 2326 19273 0 -1 1077944384 2 12885 0 0 0 0 5 2 20 0 15 0 107284184 11246329856 9618 33554432000 4194304 4196468 140727947164976 140110574119440 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2386] ppid=2323 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2386/stat : 2386 (java) S 2323 2326 19273 0 -1 1077944384 2 12885 0 0 0 0 5 2 20 0 15 0 107284186 11246329856 9618 33554432000 4194304 4196468 140727947164976 140110073436784 140111036656258 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2387] ppid=2323 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2387/stat : 2387 (java) S 2323 2326 19273 0 -1 1077944384 13 12885 0 0 0 0 5 2 20 0 15 0 107284186 11246329856 9618 33554432000 4194304 4196468 140727947164976 140109819143456 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2388] ppid=2323 vsize=10982744 memory=140342428341888 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2388/stat : 2388 (java) S 2323 2326 19273 0 -1 1077944384 21 12885 0 0 0 0 5 2 20 0 15 0 107284186 11246329856 9618 33554432000 4194304 4196468 140727947164976 140109752030832 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2389] ppid=2323 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2389/stat : 2389 (java) S 2323 2326 19273 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 107284189 11246329856 9618 33554432000 4194304 4196468 140727947164976 140109444635216 140111036663707 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2390] ppid=2323 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2326/task/2390/stat : 2390 (java) S 2323 2326 19273 0 -1 1077944384 540 12885 0 0 1 0 5 2 20 0 15 0 107284189 11246329856 9618 33554432000 4194304 4196468 140727947164976 140110072383600 140111036656258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2391] ppid=2323 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2326/task/2391/stat : 2391 (java) S 2323 2326 19273 0 -1 1077944384 63 12885 0 0 1 0 5 2 20 0 15 0 107284189 11246329856 9618 33554432000 4194304 4196468 140727947164976 140110071330800 140111036656258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2392] ppid=2323 vsize=10982744 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/2326/task/2392/stat : 2392 (java) S 2323 2326 19273 0 -1 1077944384 618 12885 0 0 3 0 5 2 20 0 15 0 107284189 11246329856 9618 33554432000 4194304 4196468 140727947164976 140110070278512 140111036656258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2393] ppid=2323 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2393/stat : 2393 (java) S 2323 2326 19273 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 107284189 11246329856 9618 33554432000 4194304 4196468 140727947164976 140109013838304 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2394] ppid=2323 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2394/stat : 2394 (java) S 2323 2326 19273 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 107284191 11246329856 9618 33554432000 4194304 4196468 140727947164976 140110069226416 140111036656258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 38472 KiB

[startup+0.310686 s]*
/proc/loadavg: 1.82 1.80 1.80 3/222 2394
/proc/meminfo: memFree=25871948/32770624 swapFree=67108744/67108860
[pid=2326] ppid=2323 vsize=10983192 memory=51656 CPUtime=0.36 cores=1,3,5,7
/proc/2326/stat : 2326 (java) S 2323 2326 19273 0 -1 1077944320 10000 12885 0 0 26 3 5 2 20 0 15 0 107284175 11246788608 12914 33554432000 4194304 4196468 140727947164976 140727947147520 140111036645111 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
/proc/2326/statm: 2745798 12914 3075 1 0 2708109 0
[pid=2326/tid=2381] ppid=2323 vsize=10983192 memory=-8171376296011865461 CPUtime=0.26 cores=1,3,5,7
/proc/2326/task/2381/stat : 2381 (java) R 2323 2326 19273 0 -1 4202560 6525 12885 0 0 17 2 5 2 20 0 15 0 107284184 11246788608 12914 33554432000 4194304 4196468 140727947164976 140111008457120 140111021810783 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2382] ppid=2323 vsize=10983192 memory=5792869726567804975 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2382/stat : 2382 (java) S 2323 2326 19273 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 107284184 11246788608 12914 33554432000 4194304 4196468 140727947164976 140111040887184 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2383] ppid=2323 vsize=10983192 memory=140342428341888 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2383/stat : 2383 (java) S 2323 2326 19273 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 107284184 11246788608 12914 33554432000 4194304 4196468 140727947164976 140110895606032 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2384] ppid=2323 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2384/stat : 2384 (java) S 2323 2326 19273 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 107284184 11246788608 12914 33554432000 4194304 4196468 140727947164976 140110894553744 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2385] ppid=2323 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2385/stat : 2385 (java) S 2323 2326 19273 0 -1 1077944384 2 12885 0 0 0 0 5 2 20 0 15 0 107284184 11246788608 12914 33554432000 4194304 4196468 140727947164976 140110574119440 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2386] ppid=2323 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2386/stat : 2386 (java) S 2323 2326 19273 0 -1 1077944384 2 12885 0 0 0 0 5 2 20 0 15 0 107284186 11246788608 12914 33554432000 4194304 4196468 140727947164976 140110073436784 140111036656258 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2387] ppid=2323 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2387/stat : 2387 (java) S 2323 2326 19273 0 -1 1077944384 13 12885 0 0 0 0 5 2 20 0 15 0 107284186 11246788608 12914 33554432000 4194304 4196468 140727947164976 140109819143456 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2388] ppid=2323 vsize=10983192 memory=140342428341888 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2388/stat : 2388 (java) S 2323 2326 19273 0 -1 1077944384 21 12885 0 0 0 0 5 2 20 0 15 0 107284186 11246788608 12914 33554432000 4194304 4196468 140727947164976 140109752030832 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2389] ppid=2323 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2389/stat : 2389 (java) S 2323 2326 19273 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 107284189 11246788608 12914 33554432000 4194304 4196468 140727947164976 140109444635216 140111036663707 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2390] ppid=2323 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2326/task/2390/stat : 2390 (java) S 2323 2326 19273 0 -1 1077944384 543 12885 0 0 1 0 5 2 20 0 15 0 107284189 11246788608 12914 33554432000 4194304 4196468 140727947164976 140110072383600 140111036656258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2391] ppid=2323 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2326/task/2391/stat : 2391 (java) S 2323 2326 19273 0 -1 1077944384 65 12885 0 0 1 0 5 2 20 0 15 0 107284189 11246788608 12914 33554432000 4194304 4196468 140727947164976 140110071330800 140111036656258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2392] ppid=2323 vsize=10983192 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/2326/task/2392/stat : 2392 (java) S 2323 2326 19273 0 -1 1077944384 624 12885 0 0 5 0 5 2 20 0 15 0 107284189 11246788608 12914 33554432000 4194304 4196468 140727947164976 140110070278512 140111036656258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2393] ppid=2323 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2393/stat : 2393 (java) S 2323 2326 19273 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 107284189 11246788608 12914 33554432000 4194304 4196468 140727947164976 140109013838304 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2394] ppid=2323 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2394/stat : 2394 (java) S 2323 2326 19273 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 107284191 11246788608 12914 33554432000 4194304 4196468 140727947164976 140110069226416 140111036656258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 51656 KiB

[startup+0.700749 s]
/proc/loadavg: 1.82 1.80 1.80 3/222 2394
/proc/meminfo: memFree=25771228/32770624 swapFree=67108744/67108860
[pid=2326] ppid=2323 vsize=10983192 memory=62984 CPUtime=0.67 cores=1,3,5,7
/proc/2326/stat : 2326 (java) S 2323 2326 19273 0 -1 1077944320 11846 12885 0 0 56 4 5 2 20 0 15 0 107284175 11246788608 15746 33554432000 4194304 4196468 140727947164976 140727947147520 140111036645111 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
/proc/2326/statm: 2745798 15746 3135 1 0 2708109 0
[pid=2326/tid=2381] ppid=2323 vsize=10983192 memory=0 CPUtime=0.48 cores=1,3,5,7
/proc/2326/task/2381/stat : 2381 (java) R 2323 2326 19273 0 -1 4202560 8229 12885 0 0 38 3 5 2 20 0 15 0 107284184 11246788608 15746 33554432000 4194304 4196468 140727947164976 140111008471088 140111020725598 0 4 0 16800975 0 0 0 -1 3 0 0 17 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2382] ppid=2323 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2382/stat : 2382 (java) S 2323 2326 19273 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 107284184 11246788608 15746 33554432000 4194304 4196468 140727947164976 140111040887184 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2383] ppid=2323 vsize=10983192 memory=140342351364676 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2383/stat : 2383 (java) S 2323 2326 19273 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 107284184 11246788608 15746 33554432000 4194304 4196468 140727947164976 140110895606032 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2384] ppid=2323 vsize=10983192 memory=140342351364683 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2384/stat : 2384 (java) S 2323 2326 19273 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 107284184 11246788608 15746 33554432000 4194304 4196468 140727947164976 140110894553744 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2385] ppid=2323 vsize=10983192 memory=140342351364689 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2385/stat : 2385 (java) S 2323 2326 19273 0 -1 1077944384 2 12885 0 0 0 0 5 2 20 0 15 0 107284184 11246788608 15746 33554432000 4194304 4196468 140727947164976 140110574119440 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2386] ppid=2323 vsize=10983192 memory=140342351364692 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2386/stat : 2386 (java) S 2323 2326 19273 0 -1 1077944384 2 12885 0 0 0 0 5 2 20 0 15 0 107284186 11246788608 15746 33554432000 4194304 4196468 140727947164976 140110073436784 140111036656258 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2387] ppid=2323 vsize=10983192 memory=140342351364694 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2387/stat : 2387 (java) S 2323 2326 19273 0 -1 1077944384 13 12885 0 0 0 0 5 2 20 0 15 0 107284186 11246788608 15746 33554432000 4194304 4196468 140727947164976 140109819143456 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2388] ppid=2323 vsize=10983192 memory=140342351364708 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2388/stat : 2388 (java) S 2323 2326 19273 0 -1 1077944384 21 12885 0 0 0 0 5 2 20 0 15 0 107284186 11246788608 15746 33554432000 4194304 4196468 140727947164976 140109752030832 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2389] ppid=2323 vsize=10983192 memory=140342351364718 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2389/stat : 2389 (java) S 2323 2326 19273 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 107284189 11246788608 15746 33554432000 4194304 4196468 140727947164976 140109444635216 140111036663707 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2390] ppid=2323 vsize=10983192 memory=1712 CPUtime=0.1 cores=1,3,5,7
/proc/2326/task/2390/stat : 2390 (java) S 2323 2326 19273 0 -1 1077944384 582 12885 0 0 3 0 5 2 20 0 15 0 107284189 11246788608 15746 33554432000 4194304 4196468 140727947164976 140110072383600 140111036656258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2391] ppid=2323 vsize=10983192 memory=4096 CPUtime=0.09 cores=1,3,5,7
/proc/2326/task/2391/stat : 2391 (java) S 2323 2326 19273 0 -1 1077944384 120 12885 0 0 2 0 5 2 20 0 15 0 107284189 11246788608 15746 33554432000 4194304 4196468 140727947164976 140110071330800 140111036656258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2392] ppid=2323 vsize=10983192 memory=2241 CPUtime=0.17 cores=1,3,5,7
/proc/2326/task/2392/stat : 2392 (java) S 2323 2326 19273 0 -1 1077944384 671 12885 0 0 10 0 5 2 20 0 15 0 107284189 11246788608 15746 33554432000 4194304 4196468 140727947164976 140110070278512 140111036656258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2393] ppid=2323 vsize=10983192 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2393/stat : 2393 (java) S 2323 2326 19273 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 107284189 11246788608 15746 33554432000 4194304 4196468 140727947164976 140109013838304 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2394] ppid=2323 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2394/stat : 2394 (java) S 2323 2326 19273 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 107284191 11246788608 15746 33554432000 4194304 4196468 140727947164976 140110069226416 140111036656258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 14 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 62984 KiB

[startup+1.50158 s]
/proc/loadavg: 1.82 1.80 1.80 5/222 2394
/proc/meminfo: memFree=25569628/32770624 swapFree=67108744/67108860
[pid=2326] ppid=2323 vsize=10993996 memory=145876 CPUtime=2.49 cores=1,3,5,7
/proc/2326/stat : 2326 (java) S 2323 2326 19273 0 -1 1077944320 23972 12885 0 0 234 8 5 2 20 0 15 0 107284175 11257851904 36469 33554432000 4194304 4196468 140727947164976 140727947147520 140111036645111 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
/proc/2326/statm: 2748499 36469 3441 1 0 2710157 0
[pid=2326/tid=2381] ppid=2323 vsize=10993996 memory=55 CPUtime=1.26 cores=1,3,5,7
/proc/2326/task/2381/stat : 2381 (java) R 2323 2326 19273 0 -1 4202560 15617 12885 0 0 114 5 5 2 20 0 15 0 107284184 11257851904 36469 33554432000 4194304 4196468 140727947164976 140111008469472 140111036667037 0 4 0 16800975 0 0 0 -1 5 0 0 17 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2382] ppid=2323 vsize=10993996 memory=13884 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2382/stat : 2382 (java) S 2323 2326 19273 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 107284184 11257851904 36469 33554432000 4194304 4196468 140727947164976 140111040887184 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2383] ppid=2323 vsize=10993996 memory=280684568808304 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2383/stat : 2383 (java) S 2323 2326 19273 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 107284184 11257851904 36469 33554432000 4194304 4196468 140727947164976 140110895606032 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2384] ppid=2323 vsize=10993996 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2384/stat : 2384 (java) S 2323 2326 19273 0 -1 1077944384 1 12885 0 0 0 0 5 2 20 0 15 0 107284184 11257851904 36469 33554432000 4194304 4196468 140727947164976 140110894553744 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2385] ppid=2323 vsize=10993996 memory=12425340389697 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2385/stat : 2385 (java) S 2323 2326 19273 0 -1 1077944384 2 12885 0 0 0 0 5 2 20 0 15 0 107284184 11257851904 36469 33554432000 4194304 4196468 140727947164976 140110574119440 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2386] ppid=2323 vsize=10993996 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2386/stat : 2386 (java) S 2323 2326 19273 0 -1 1077944384 6 12885 0 0 0 0 5 2 20 0 15 0 107284186 11257851904 36469 33554432000 4194304 4196468 140727947164976 140110073436784 140111036656258 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2387] ppid=2323 vsize=10993996 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2387/stat : 2387 (java) S 2323 2326 19273 0 -1 1077944384 13 12885 0 0 0 0 5 2 20 0 15 0 107284186 11257851904 36469 33554432000 4194304 4196468 140727947164976 140109819143456 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2388] ppid=2323 vsize=10993996 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2388/stat : 2388 (java) S 2323 2326 19273 0 -1 1077944384 21 12885 0 0 0 0 5 2 20 0 15 0 107284186 11257851904 36469 33554432000 4194304 4196468 140727947164976 140109752030832 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2389] ppid=2323 vsize=10993996 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2389/stat : 2389 (java) S 2323 2326 19273 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 107284189 11257851904 36469 33554432000 4194304 4196468 140727947164976 140109444635216 140111036663707 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2390] ppid=2323 vsize=10993996 memory=0 CPUtime=0.48 cores=1,3,5,7
/proc/2326/task/2390/stat : 2390 (java) R 2323 2326 19273 0 -1 4202560 2346 12885 0 0 41 0 5 2 20 0 15 0 107284189 11257851904 36469 33554432000 4194304 4196468 140727947164976 140110072369480 140111021564284 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2391] ppid=2323 vsize=10993996 memory=-3472574513799858007 CPUtime=0.4 cores=1,3,5,7
/proc/2326/task/2391/stat : 2391 (java) R 2323 2326 19273 0 -1 4202560 1885 12885 0 0 33 0 5 2 20 0 15 0 107284189 11257851904 36469 33554432000 4194304 4196468 140727947164976 140110071316824 140111018189776 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2392] ppid=2323 vsize=10993996 memory=9126232286719478932 CPUtime=0.5 cores=1,3,5,7
/proc/2326/task/2392/stat : 2392 (java) S 2323 2326 19273 0 -1 1077944384 1875 12885 0 0 43 0 5 2 20 0 15 0 107284189 11257851904 36469 33554432000 4194304 4196468 140727947164976 140110070278512 140111036656258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2393] ppid=2323 vsize=10993996 memory=6944656592455359580 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2393/stat : 2393 (java) S 2323 2326 19273 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 107284189 11257851904 36469 33554432000 4194304 4196468 140727947164976 140109013838304 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2394] ppid=2323 vsize=10993996 memory=6944656592455359580 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2394/stat : 2394 (java) S 2323 2326 19273 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 107284191 11257851904 36469 33554432000 4194304 4196468 140727947164976 140110069226416 140111036656258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 14 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
Current children cumulated CPU time: 2.49 s
Current children cumulated vsize: 10993996 KiB

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

/proc/2326/task/2381/stat : 2381 (java) R 2323 2326 19273 0 -1 4202560 49095 12885 0 0 10027 41 5 2 20 0 15 0 107284184 11280941056 771529 33554432000 4194304 4196468 140727947164976 140111008475200 140110600350394 0 4 0 16800975 0 0 0 -1 3 0 0 17 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2382] ppid=2323 vsize=11016544 memory=3086116 CPUtime=1.15 cores=1,3,5,7
/proc/2326/task/2382/stat : 2382 (java) S 2323 2326 19273 0 -1 1077944384 1192 12885 0 0 86 22 5 2 20 0 15 0 107284184 11280941056 771529 33554432000 4194304 4196468 140727947164976 140111040887184 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2383] ppid=2323 vsize=11016544 memory=0 CPUtime=1.16 cores=1,3,5,7
/proc/2326/task/2383/stat : 2383 (java) S 2323 2326 19273 0 -1 1077944384 2308 12885 0 0 88 21 5 2 20 0 15 0 107284184 11280941056 771529 33554432000 4194304 4196468 140727947164976 140110895606032 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2384] ppid=2323 vsize=11016544 memory=7 CPUtime=1.19 cores=1,3,5,7
/proc/2326/task/2384/stat : 2384 (java) S 2323 2326 19273 0 -1 1077944384 2714 12885 0 0 90 22 5 2 20 0 15 0 107284184 11280941056 771529 33554432000 4194304 4196468 140727947164976 140110894553744 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2385] ppid=2323 vsize=11016544 memory=3086116 CPUtime=1.18 cores=1,3,5,7
/proc/2326/task/2385/stat : 2385 (java) S 2323 2326 19273 0 -1 1077944384 974 12885 0 0 91 20 5 2 20 0 15 0 107284184 11280941056 771529 33554432000 4194304 4196468 140727947164976 140110574119440 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2386] ppid=2323 vsize=11016544 memory=4096 CPUtime=0.18 cores=1,3,5,7
/proc/2326/task/2386/stat : 2386 (java) S 2323 2326 19273 0 -1 1077944384 5471 12885 0 0 10 1 5 2 20 0 15 0 107284186 11280941056 771529 33554432000 4194304 4196468 140727947164976 140110073436784 140111036656258 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2387] ppid=2323 vsize=11016544 memory=3086116 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2387/stat : 2387 (java) S 2323 2326 19273 0 -1 1077944384 17 12885 0 0 0 0 5 2 20 0 15 0 107284186 11280941056 771529 33554432000 4194304 4196468 140727947164976 140109819143584 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2388] ppid=2323 vsize=11016544 memory=3086116 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2388/stat : 2388 (java) S 2323 2326 19273 0 -1 1077944384 58 12885 0 0 0 0 5 2 20 0 15 0 107284186 11280941056 771529 33554432000 4194304 4196468 140727947164976 140109752030848 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2389] ppid=2323 vsize=11016544 memory=164 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2389/stat : 2389 (java) S 2323 2326 19273 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 107284189 11280941056 771529 33554432000 4194304 4196468 140727947164976 140109444635216 140111036663707 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2390] ppid=2323 vsize=11016544 memory=8761640388318109335 CPUtime=10.08 cores=1,3,5,7
/proc/2326/task/2390/stat : 2390 (java) S 2323 2326 19273 0 -1 1077944384 21412 12885 0 0 997 4 5 2 20 0 15 0 107284189 11280941056 771529 33554432000 4194304 4196468 140727947164976 140110072383600 140111036656258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2391] ppid=2323 vsize=11016544 memory=0 CPUtime=10.55 cores=1,3,5,7
/proc/2326/task/2391/stat : 2391 (java) S 2323 2326 19273 0 -1 1077944384 19501 12885 0 0 1045 3 5 2 20 0 15 0 107284189 11280941056 771529 33554432000 4194304 4196468 140727947164976 140110071330800 140111036656258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2392] ppid=2323 vsize=11016544 memory=-7965959130280075168 CPUtime=3.18 cores=1,3,5,7
/proc/2326/task/2392/stat : 2392 (java) S 2323 2326 19273 0 -1 1077944384 20071 12885 0 0 306 5 5 2 20 0 15 0 107284189 11280941056 771529 33554432000 4194304 4196468 140727947164976 140110070278512 140111036656258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2393] ppid=2323 vsize=11016544 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2393/stat : 2393 (java) S 2323 2326 19273 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 107284189 11280941056 771529 33554432000 4194304 4196468 140727947164976 140109013838304 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2394] ppid=2323 vsize=11016544 memory=7669183129736145002 CPUtime=0.12 cores=1,3,5,7
/proc/2326/task/2394/stat : 2394 (java) S 2323 2326 19273 0 -1 1077944384 527 12885 0 0 2 3 5 2 20 0 15 0 107284191 11280941056 771529 33554432000 4194304 4196468 140727947164976 140110069226416 140111036656258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 14 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
Current children cumulated CPU time: 129.02 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 3086116 KiB

[startup+162.301 s]
/proc/loadavg: 1.74 1.78 1.80 5/219 2396
/proc/meminfo: memFree=22359504/32770624 swapFree=67108744/67108860
[pid=2326] ppid=2323 vsize=11016544 memory=2740108 CPUtime=190.84 cores=1,3,5,7
/proc/2326/stat : 2326 (java) S 2323 2326 19273 0 -1 1077944320 147174 12885 0 0 18921 156 5 2 20 0 15 0 107284175 11280941056 685027 33554432000 4194304 4196468 140727947164976 140727947147520 140111036645111 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
/proc/2326/statm: 2754136 685027 3531 1 0 2715789 0
[pid=2326/tid=2381] ppid=2323 vsize=11016544 memory=2797500 CPUtime=160.39 cores=1,3,5,7
/proc/2326/task/2381/stat : 2381 (java) R 2323 2326 19273 0 -1 4202560 54094 12885 0 0 15990 42 5 2 20 0 15 0 107284184 11280941056 685027 33554432000 4194304 4196468 140727947164976 140111008478080 140110597080529 0 4 0 16800975 0 0 0 -1 3 0 0 17 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2382] ppid=2323 vsize=11016544 memory=2840548 CPUtime=1.48 cores=1,3,5,7
/proc/2326/task/2382/stat : 2382 (java) S 2323 2326 19273 0 -1 1077944384 1837 12885 0 0 117 24 5 2 20 0 15 0 107284184 11280941056 685027 33554432000 4194304 4196468 140727947164976 140111040887184 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2383] ppid=2323 vsize=11016544 memory=2797500 CPUtime=1.49 cores=1,3,5,7
/proc/2326/task/2383/stat : 2383 (java) S 2323 2326 19273 0 -1 1077944384 2649 12885 0 0 119 23 5 2 20 0 15 0 107284184 11280941056 685027 33554432000 4194304 4196468 140727947164976 140110895606032 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2384] ppid=2323 vsize=11016544 memory=2740108 CPUtime=1.52 cores=1,3,5,7
/proc/2326/task/2384/stat : 2384 (java) S 2323 2326 19273 0 -1 1077944384 3374 12885 0 0 122 23 5 2 20 0 15 0 107284184 11280941056 685027 33554432000 4194304 4196468 140727947164976 140110894553744 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2385] ppid=2323 vsize=11016544 memory=2760072 CPUtime=1.52 cores=1,3,5,7
/proc/2326/task/2385/stat : 2385 (java) S 2323 2326 19273 0 -1 1077944384 2252 12885 0 0 123 22 5 2 20 0 15 0 107284184 11280941056 685027 33554432000 4194304 4196468 140727947164976 140110574119440 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2386] ppid=2323 vsize=11016544 memory=1712 CPUtime=0.2 cores=1,3,5,7
/proc/2326/task/2386/stat : 2386 (java) S 2323 2326 19273 0 -1 1077944384 5783 12885 0 0 11 2 5 2 20 0 15 0 107284186 11280941056 685027 33554432000 4194304 4196468 140727947164976 140110073436784 140111036656258 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2387] ppid=2323 vsize=11016544 memory=2240 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2387/stat : 2387 (java) S 2323 2326 19273 0 -1 1077944384 19 12885 0 0 0 0 5 2 20 0 15 0 107284186 11280941056 685027 33554432000 4194304 4196468 140727947164976 140109819143584 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2388] ppid=2323 vsize=11016544 memory=4124 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2388/stat : 2388 (java) S 2323 2326 19273 0 -1 1077944384 58 12885 0 0 0 0 5 2 20 0 15 0 107284186 11280941056 685027 33554432000 4194304 4196468 140727947164976 140109752030848 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2389] ppid=2323 vsize=11016544 memory=2760072 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2389/stat : 2389 (java) S 2323 2326 19273 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 107284189 11280941056 685027 33554432000 4194304 4196468 140727947164976 140109444635216 140111036663707 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2390] ppid=2323 vsize=11016544 memory=2760072 CPUtime=10.48 cores=1,3,5,7
/proc/2326/task/2390/stat : 2390 (java) S 2323 2326 19273 0 -1 1077944384 27213 12885 0 0 1037 4 5 2 20 0 15 0 107284189 11280941056 685027 33554432000 4194304 4196468 140727947164976 140110072383600 140111036656258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2391] ppid=2323 vsize=11016544 memory=2820584 CPUtime=10.88 cores=1,3,5,7
/proc/2326/task/2391/stat : 2391 (java) S 2323 2326 19273 0 -1 1077944384 22706 12885 0 0 1078 3 5 2 20 0 15 0 107284189 11280941056 685027 33554432000 4194304 4196468 140727947164976 140110071330800 140111036656258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2392] ppid=2323 vsize=11016544 memory=2820584 CPUtime=3.24 cores=1,3,5,7
/proc/2326/task/2392/stat : 2392 (java) S 2323 2326 19273 0 -1 1077944384 24313 12885 0 0 312 5 5 2 20 0 15 0 107284189 11280941056 685027 33554432000 4194304 4196468 140727947164976 140110070278512 140111036656258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2393] ppid=2323 vsize=11016544 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2393/stat : 2393 (java) S 2323 2326 19273 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 107284189 11280941056 685027 33554432000 4194304 4196468 140727947164976 140109013838304 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2394] ppid=2323 vsize=11016544 memory=17480 CPUtime=0.17 cores=1,3,5,7
/proc/2326/task/2394/stat : 2394 (java) S 2323 2326 19273 0 -1 1077944384 675 12885 0 0 4 6 5 2 20 0 15 0 107284191 11280941056 685027 33554432000 4194304 4196468 140727947164976 140110069226416 140111036656258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 14 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
Current children cumulated CPU time: 190.84 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 2740108 KiB

[startup+222.301 s]
/proc/loadavg: 1.78 1.78 1.79 3/219 2533
/proc/meminfo: memFree=25293092/32770624 swapFree=67108744/67108860
[pid=2326] ppid=2323 vsize=11016544 memory=2267596 CPUtime=251.91 cores=1,3,5,7
/proc/2326/stat : 2326 (java) S 2323 2326 19273 0 -1 1077944320 162581 12885 0 0 25022 162 5 2 20 0 15 0 107284175 11280941056 566899 33554432000 4194304 4196468 140727947164976 140727947147520 140111036645111 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
/proc/2326/statm: 2754136 566899 3533 1 0 2715789 0
[pid=2326/tid=2381] ppid=2323 vsize=11016544 memory=2268108 CPUtime=220.03 cores=1,3,5,7
/proc/2326/task/2381/stat : 2381 (java) R 2323 2326 19273 0 -1 4202560 57701 12885 0 0 21953 43 5 2 20 0 15 0 107284184 11280941056 566899 33554432000 4194304 4196468 140727947164976 140111008477968 140110579829954 0 4 0 16800975 0 0 0 -1 3 0 0 17 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2382] ppid=2323 vsize=11016544 memory=2343520 CPUtime=1.79 cores=1,3,5,7
/proc/2326/task/2382/stat : 2382 (java) S 2323 2326 19273 0 -1 1077944384 2012 12885 0 0 148 24 5 2 20 0 15 0 107284184 11280941056 566899 33554432000 4194304 4196468 140727947164976 140111040887184 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2383] ppid=2323 vsize=11016544 memory=2267596 CPUtime=1.81 cores=1,3,5,7
/proc/2326/task/2383/stat : 2383 (java) S 2323 2326 19273 0 -1 1077944384 3912 12885 0 0 150 24 5 2 20 0 15 0 107284184 11280941056 566899 33554432000 4194304 4196468 140727947164976 140110895606032 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2384] ppid=2323 vsize=11016544 memory=2305044 CPUtime=1.84 cores=1,3,5,7
/proc/2326/task/2384/stat : 2384 (java) S 2323 2326 19273 0 -1 1077944384 4367 12885 0 0 153 24 5 2 20 0 15 0 107284184 11280941056 566899 33554432000 4194304 4196468 140727947164976 140110894553744 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2385] ppid=2323 vsize=11016544 memory=2267596 CPUtime=1.83 cores=1,3,5,7
/proc/2326/task/2385/stat : 2385 (java) S 2323 2326 19273 0 -1 1077944384 2716 12885 0 0 154 22 5 2 20 0 15 0 107284184 11280941056 566899 33554432000 4194304 4196468 140727947164976 140110574119440 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2386] ppid=2323 vsize=11016544 memory=2267596 CPUtime=0.24 cores=1,3,5,7
/proc/2326/task/2386/stat : 2386 (java) S 2323 2326 19273 0 -1 1077944384 6102 12885 0 0 14 3 5 2 20 0 15 0 107284186 11280941056 566899 33554432000 4194304 4196468 140727947164976 140110073436784 140111036656258 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2387] ppid=2323 vsize=11016544 memory=2267596 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2387/stat : 2387 (java) S 2323 2326 19273 0 -1 1077944384 19 12885 0 0 0 0 5 2 20 0 15 0 107284186 11280941056 566899 33554432000 4194304 4196468 140727947164976 140109819143584 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2388] ppid=2323 vsize=11016544 memory=2267596 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2388/stat : 2388 (java) S 2323 2326 19273 0 -1 1077944384 58 12885 0 0 0 0 5 2 20 0 15 0 107284186 11280941056 566899 33554432000 4194304 4196468 140727947164976 140109752030848 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2389] ppid=2323 vsize=11016544 memory=2305044 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2389/stat : 2389 (java) S 2323 2326 19273 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 107284189 11280941056 566899 33554432000 4194304 4196468 140727947164976 140109444635216 140111036663707 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2390] ppid=2323 vsize=11016544 memory=2267596 CPUtime=10.52 cores=1,3,5,7
/proc/2326/task/2390/stat : 2390 (java) S 2323 2326 19273 0 -1 1077944384 30234 12885 0 0 1041 4 5 2 20 0 15 0 107284189 11280941056 566899 33554432000 4194304 4196468 140727947164976 140110072383600 140111036656258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2391] ppid=2323 vsize=11016544 memory=2267596 CPUtime=10.94 cores=1,3,5,7
/proc/2326/task/2391/stat : 2391 (java) S 2323 2326 19273 0 -1 1077944384 24865 12885 0 0 1083 4 5 2 20 0 15 0 107284189 11280941056 566899 33554432000 4194304 4196468 140727947164976 140110071330800 140111036656258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2392] ppid=2323 vsize=11016544 memory=2267596 CPUtime=3.26 cores=1,3,5,7
/proc/2326/task/2392/stat : 2392 (java) S 2323 2326 19273 0 -1 1077944384 27479 12885 0 0 314 5 5 2 20 0 15 0 107284189 11280941056 566899 33554432000 4194304 4196468 140727947164976 140110070278512 140111036656258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2393] ppid=2323 vsize=11016544 memory=15872 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2393/stat : 2393 (java) S 2323 2326 19273 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 107284189 11280941056 566899 33554432000 4194304 4196468 140727947164976 140109013838304 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2394] ppid=2323 vsize=11016544 memory=18280 CPUtime=0.2 cores=1,3,5,7
/proc/2326/task/2394/stat : 2394 (java) S 2323 2326 19273 0 -1 1077944384 915 12885 0 0 6 7 5 2 20 0 15 0 107284191 11280941056 566899 33554432000 4194304 4196468 140727947164976 140110069226416 140111036656258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 14 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
Current children cumulated CPU time: 251.91 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 2267596 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+222.401 s]
/proc/loadavg: 1.78 1.78 1.79 3/219 2533
/proc/meminfo: memFree=25293092/32770624 swapFree=67108744/67108860
[pid=2326] ppid=2323 vsize=11016544 memory=2267596 CPUtime=252.01 cores=1,3,5,7
/proc/2326/stat : 2326 (java) S 2323 2326 19273 0 -1 1077944320 162581 12885 0 0 25032 162 5 2 20 0 15 0 107284175 11280941056 566899 33554432000 4194304 4196468 140727947164976 140727947147520 140111036645111 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
/proc/2326/statm: 2754136 566899 3533 1 0 2715789 0
[pid=2326/tid=2381] ppid=2323 vsize=11016544 memory=1086 CPUtime=220.13 cores=1,3,5,7
/proc/2326/task/2381/stat : 2381 (java) R 2323 2326 19273 0 -1 4202560 57701 12885 0 0 21963 43 5 2 20 0 15 0 107284184 11280941056 566899 33554432000 4194304 4196468 140727947164976 140111008477856 140110579950715 0 4 0 16800975 0 0 0 -1 3 0 0 17 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2382] ppid=2323 vsize=11016544 memory=33 CPUtime=1.79 cores=1,3,5,7
/proc/2326/task/2382/stat : 2382 (java) S 2323 2326 19273 0 -1 1077944384 2012 12885 0 0 148 24 5 2 20 0 15 0 107284184 11280941056 566899 33554432000 4194304 4196468 140727947164976 140111040887184 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2383] ppid=2323 vsize=11016544 memory=8112282956445269571 CPUtime=1.81 cores=1,3,5,7
/proc/2326/task/2383/stat : 2383 (java) S 2323 2326 19273 0 -1 1077944384 3912 12885 0 0 150 24 5 2 20 0 15 0 107284184 11280941056 566899 33554432000 4194304 4196468 140727947164976 140110895606032 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2384] ppid=2323 vsize=11016544 memory=1568 CPUtime=1.84 cores=1,3,5,7
/proc/2326/task/2384/stat : 2384 (java) S 2323 2326 19273 0 -1 1077944384 4367 12885 0 0 153 24 5 2 20 0 15 0 107284184 11280941056 566899 33554432000 4194304 4196468 140727947164976 140110894553744 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2385] ppid=2323 vsize=11016544 memory=2240 CPUtime=1.83 cores=1,3,5,7
/proc/2326/task/2385/stat : 2385 (java) S 2323 2326 19273 0 -1 1077944384 2716 12885 0 0 154 22 5 2 20 0 15 0 107284184 11280941056 566899 33554432000 4194304 4196468 140727947164976 140110574119440 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2386] ppid=2323 vsize=11016544 memory=4124 CPUtime=0.24 cores=1,3,5,7
/proc/2326/task/2386/stat : 2386 (java) S 2323 2326 19273 0 -1 1077944384 6102 12885 0 0 14 3 5 2 20 0 15 0 107284186 11280941056 566899 33554432000 4194304 4196468 140727947164976 140110073436784 140111036656258 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2387] ppid=2323 vsize=11016544 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2387/stat : 2387 (java) S 2323 2326 19273 0 -1 1077944384 19 12885 0 0 0 0 5 2 20 0 15 0 107284186 11280941056 566899 33554432000 4194304 4196468 140727947164976 140109819143584 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2388] ppid=2323 vsize=11016544 memory=6944656575208382560 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2388/stat : 2388 (java) S 2323 2326 19273 0 -1 1077944384 58 12885 0 0 0 0 5 2 20 0 15 0 107284186 11280941056 566899 33554432000 4194304 4196468 140727947164976 140109752030848 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2389] ppid=2323 vsize=11016544 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2389/stat : 2389 (java) S 2323 2326 19273 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 107284189 11280941056 566899 33554432000 4194304 4196468 140727947164976 140109444635216 140111036663707 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2390] ppid=2323 vsize=11016544 memory=6944656575208382560 CPUtime=10.52 cores=1,3,5,7
/proc/2326/task/2390/stat : 2390 (java) S 2323 2326 19273 0 -1 1077944384 30234 12885 0 0 1041 4 5 2 20 0 15 0 107284189 11280941056 566899 33554432000 4194304 4196468 140727947164976 140110072383600 140111036656258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2391] ppid=2323 vsize=11016544 memory=6944656592455360604 CPUtime=10.94 cores=1,3,5,7
/proc/2326/task/2391/stat : 2391 (java) S 2323 2326 19273 0 -1 1077944384 24865 12885 0 0 1083 4 5 2 20 0 15 0 107284189 11280941056 566899 33554432000 4194304 4196468 140727947164976 140110071330800 140111036656258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2392] ppid=2323 vsize=11016544 memory=4616 CPUtime=3.26 cores=1,3,5,7
/proc/2326/task/2392/stat : 2392 (java) S 2323 2326 19273 0 -1 1077944384 27479 12885 0 0 314 5 5 2 20 0 15 0 107284189 11280941056 566899 33554432000 4194304 4196468 140727947164976 140110070278512 140111036656258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2393] ppid=2323 vsize=11016544 memory=1424 CPUtime=0.07 cores=1,3,5,7
/proc/2326/task/2393/stat : 2393 (java) S 2323 2326 19273 0 -1 1077944384 3 12885 0 0 0 0 5 2 20 0 15 0 107284189 11280941056 566899 33554432000 4194304 4196468 140727947164976 140109013838304 140111036655317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
[pid=2326/tid=2394] ppid=2323 vsize=11016544 memory=11116 CPUtime=0.2 cores=1,3,5,7
/proc/2326/task/2394/stat : 2394 (java) S 2323 2326 19273 0 -1 1077944384 915 12885 0 0 6 7 5 2 20 0 15 0 107284191 11280941056 566899 33554432000 4194304 4196468 140727947164976 140110069226416 140111036656258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 14 0 0 6293624 6294260 36691968 140727947172456 140727947175265 140727947175265 140727947177935 0
Current children cumulated CPU time: 252.01 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 2267596 KiB

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

[startup+222.461 s]
# the end of solver process 2326 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.429 s, system=1.67591 s

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

Child status: 143
Real time (s): 222.461
CPU time (s): 252.105
CPU user time (s): 250.429
CPU system time (s): 1.67591
CPU usage (%): 113.325
Max. virtual memory (cumulated for all children) (KiB): 11016544
Max. memory (cumulated for all children) (KiB): 3136892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.429
system time used= 1.67591
maximum resident set size= 3136904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176340
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16957
involuntary context switches= 443


# summary of solver processes directly reported to runsolver:
#   pid: 2326
#   total CPU time (s): 252.105
#   total CPU user time (s): 250.429
#   total CPU system time (s): 1.67591

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.38303 second user time and 2.12504 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-29 22:46:50
IDJOB=4302820
IDBENCH=141353
IDSOLVER=2777
FILE ID=node134/4302820-1532897210
RUNJOBID= node134-1532893331-28701
PBS_JOBID= 21022511
Free space on /tmp= 60932 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m1-herbs_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302820-1532897210/watcher-4302820-1532897210 -o /tmp/evaluation-result-4302820-1532897210/solver-4302820-1532897210 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532893331-28701 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1733540287 -superng HOME/instance-4302820-1532897210.xml

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

MD5SUM BENCH= c28699084a36c5d45188c7cead550bcc
RANDOM SEED=1733540287

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26060216 kB
MemAvailable:   29711496 kB
Buffers:          210068 kB
Cached:          3711248 kB
SwapCached:            0 kB
Active:          3961744 kB
Inactive:        2269352 kB
Active(anon):    2259092 kB
Inactive(anon):    78480 kB
Active(file):    1702652 kB
Inactive(file):  2190872 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108860 kB
SwapFree:       67108744 kB
Dirty:             26968 kB
Writeback:             0 kB
AnonPages:       2317168 kB
Mapped:            57924 kB
Shmem:             25132 kB
Slab:             176036 kB
SReclaimable:     147184 kB
SUnreclaim:        28852 kB
KernelStack:        3600 kB
PageTables:         9712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3589604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2088960 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60908 MiB
End job on node134 at 2018-07-29 22:50:32