Trace number 4293030

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.8-SuperNG 2018-06-13? (TO) 2520.08 2471.14

General information on the benchmark

NameTal/
Tal-10_c18.xml
MD5SUM5b503c3a6c92db57b21a5ce4dae05a14
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark258
Best CPU time to get the best result obtained on this benchmark2520.1
Satisfiable
(Un)Satisfiability was proved
Number of variables1376
Number of constraints875
Number of domains15
Minimum domain size1
Maximum domain size42
Distribution of domain sizes[{"size":1,"count":234},{"size":2,"count":4},{"size":3,"count":5},{"size":4,"count":6},{"size":5,"count":7},{"size":6,"count":112},{"size":7,"count":9},{"size":8,"count":10},{"size":9,"count":11},{"size":10,"count":103},{"size":11,"count":13},{"size":12,"count":14},{"size":13,"count":15},{"size":42,"count":194}]
Minimum variable degree0
Maximum variable degree17
Distribution of variable degrees[{"degree":0,"count":639},{"degree":1,"count":234},{"degree":2,"count":128},{"degree":3,"count":14},{"degree":4,"count":15},{"degree":5,"count":82},{"degree":6,"count":29},{"degree":7,"count":18},{"degree":8,"count":18},{"degree":9,"count":29},{"degree":10,"count":28},{"degree":11,"count":45},{"degree":12,"count":25},{"degree":13,"count":19},{"degree":14,"count":23},{"degree":15,"count":18},{"degree":16,"count":11},{"degree":17,"count":1}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":230},{"arity":2,"count":285},{"arity":3,"count":93},{"arity":4,"count":16},{"arity":5,"count":28},{"arity":6,"count":27},{"arity":7,"count":26},{"arity":8,"count":25},{"arity":9,"count":28},{"arity":10,"count":32},{"arity":11,"count":17},{"arity":12,"count":31},{"arity":13,"count":12},{"arity":14,"count":13},{"arity":15,"count":12}]
Number of extensional constraints169
Number of intensional constraints682
Distribution of constraint types[{"type":"extension","count":169},{"type":"intension","count":682},{"type":"count","count":24}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293030-1532305332/watcher-4293030-1532305332 -o /tmp/evaluation-result-4293030-1532305332/solver-4293030-1532305332 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532298084-3499 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1177743857 -superng HOME/instance-4293030-1532305332.xml 

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

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


[startup+0.10013 s]*
/proc/loadavg: 1.91 1.84 1.77 3/207 4575
/proc/meminfo: memFree=27121848/32770624 swapFree=67108860/67108860
[pid=4518] ppid=4515 vsize=9972712 memory=18592 CPUtime=0.08 cores=0,2,4,6
/proc/4518/stat : 4518 (java) S 4515 4518 3468 0 -1 1077944320 4293 12870 0 0 1 0 5 2 20 0 6 0 48096440 10212057088 4648 33554432000 4194304 4196468 140732005816832 140732005799376 140662721507063 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
/proc/4518/statm: 2493178 4648 1934 1 0 2481616 0
[pid=4518/tid=4571] ppid=4515 vsize=10055356 memory=4718545630382498451 CPUtime=0.08 cores=0,2,4,6
/proc/4518/task/4571/stat : 4571 (java) R 4515 4518 3468 0 -1 4202560 2159 12870 0 0 1 0 5 2 20 0 7 0 48096449 10296684544 4714 33554432000 4194304 4196468 140732005816832 140662693350160 140662707190294 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4572] ppid=4515 vsize=10055356 memory=5793854982204815801 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4572/stat : 4572 (java) S 4515 4518 3468 0 -1 1077944384 2 12870 0 0 0 0 5 2 20 0 7 0 48096449 10296684544 4714 33554432000 4194304 4196468 140732005816832 140662725749136 140662721517269 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4573] ppid=4515 vsize=10055356 memory=139731194922624 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4573/stat : 4573 (java) S 4515 4518 3468 0 -1 1077944384 1 12870 0 0 0 0 5 2 20 0 7 0 48096449 10296684544 4714 33554432000 4194304 4196468 140732005816832 140662614022416 140662721517269 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4574] ppid=4515 vsize=10055356 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4574/stat : 4574 (java) S 4515 4518 3468 0 -1 1077944384 1 12870 0 0 0 0 5 2 20 0 7 0 48096449 10296684544 4714 33554432000 4194304 4196468 140732005816832 140662612970128 140662721517269 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4575] ppid=4515 vsize=10055356 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4575/stat : 4575 (java) S 4515 4518 3468 0 -1 1077944384 2 12870 0 0 0 0 5 2 20 0 7 0 48096449 10296684544 4714 33554432000 4194304 4196468 140732005816832 140662611917328 140662721517269 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4576] ppid=4515 vsize=10055356 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4576/stat : 4576 (java) S 4515 4518 3468 0 -1 1077944384 2 12870 0 0 0 0 5 2 20 0 7 0 48096451 10296684544 4714 33554432000 4194304 4196468 140732005816832 140662181001840 140662721518210 0 0 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18592 KiB

[startup+0.209988 s]*
/proc/loadavg: 1.91 1.84 1.77 3/216 4584
/proc/meminfo: memFree=27098316/32770624 swapFree=67108860/67108860
[pid=4518] ppid=4515 vsize=10818856 memory=47436 CPUtime=0.25 cores=0,2,4,6
/proc/4518/stat : 4518 (java) S 4515 4518 3468 0 -1 1077944320 8767 12870 0 0 16 2 5 2 20 0 15 0 48096440 11078508544 11859 33554432000 4194304 4196468 140732005816832 140732005799376 140662721507063 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
/proc/4518/statm: 2704714 11859 2952 1 0 2667149 0
[pid=4518/tid=4571] ppid=4515 vsize=10818856 memory=-2899909650764262549 CPUtime=0.18 cores=0,2,4,6
/proc/4518/task/4571/stat : 4571 (java) R 4515 4518 3468 0 -1 4202560 5401 12870 0 0 10 1 5 2 20 0 15 0 48096449 11078508544 11925 33554432000 4194304 4196468 140732005816832 140662693304720 140662721528989 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4572] ppid=4515 vsize=10818856 memory=4211973457399713162 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4572/stat : 4572 (java) S 4515 4518 3468 0 -1 1077944384 2 12870 0 0 0 0 5 2 20 0 15 0 48096449 11078508544 11925 33554432000 4194304 4196468 140732005816832 140662725749136 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4573] ppid=4515 vsize=10818856 memory=139731194922624 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4573/stat : 4573 (java) S 4515 4518 3468 0 -1 1077944384 1 12870 0 0 0 0 5 2 20 0 15 0 48096449 11078508544 11925 33554432000 4194304 4196468 140732005816832 140662614022416 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4574] ppid=4515 vsize=10818856 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4574/stat : 4574 (java) S 4515 4518 3468 0 -1 1077944384 1 12870 0 0 0 0 5 2 20 0 15 0 48096449 11078508544 11925 33554432000 4194304 4196468 140732005816832 140662612970128 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4575] ppid=4515 vsize=10818856 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4575/stat : 4575 (java) S 4515 4518 3468 0 -1 1077944384 2 12870 0 0 0 0 5 2 20 0 15 0 48096449 11078508544 11925 33554432000 4194304 4196468 140732005816832 140662611917328 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4576] ppid=4515 vsize=10818856 memory=139731194922624 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4576/stat : 4576 (java) S 4515 4518 3468 0 -1 1077944384 2 12870 0 0 0 0 5 2 20 0 15 0 48096451 11078508544 11925 33554432000 4194304 4196468 140732005816832 140662181001840 140662721518210 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4577] ppid=4515 vsize=10818856 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4577/stat : 4577 (java) S 4515 4518 3468 0 -1 1077944384 33 12870 0 0 0 0 5 2 20 0 15 0 48096451 11078508544 11925 33554432000 4194304 4196468 140732005816832 140662179947808 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4578] ppid=4515 vsize=10818856 memory=139731194922624 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4578/stat : 4578 (java) S 4515 4518 3468 0 -1 1077944384 1 12870 0 0 0 0 5 2 20 0 15 0 48096451 11078508544 11925 33554432000 4194304 4196468 140732005816832 140662057985648 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4579] ppid=4515 vsize=10818856 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4579/stat : 4579 (java) S 4515 4518 3468 0 -1 1077944384 2 12870 0 0 0 0 5 2 20 0 15 0 48096454 11078508544 11925 33554432000 4194304 4196468 140732005816832 140661454006864 140662721525659 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4580] ppid=4515 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4518/task/4580/stat : 4580 (java) S 4515 4518 3468 0 -1 1077944384 531 12870 0 0 1 0 5 2 20 0 15 0 48096454 11078508544 11925 33554432000 4194304 4196468 140732005816832 140662146390128 140662721518210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4581] ppid=4515 vsize=10818856 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4581/stat : 4581 (java) R 4515 4518 3468 0 -1 4202560 57 12870 0 0 0 0 5 2 20 0 15 0 48096454 11078508544 11925 33554432000 4194304 4196468 140732005816832 140662145337328 140662721518998 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4582] ppid=4515 vsize=10818856 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/4518/task/4582/stat : 4582 (java) S 4515 4518 3468 0 -1 1077944384 552 12870 0 0 3 0 5 2 20 0 15 0 48096454 11078508544 11925 33554432000 4194304 4196468 140732005816832 140662144285040 140662721518210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4583] ppid=4515 vsize=10818856 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4583/stat : 4583 (java) S 4515 4518 3468 0 -1 1077944384 3 12870 0 0 0 0 5 2 20 0 15 0 48096454 11078508544 11925 33554432000 4194304 4196468 140732005816832 140660984244704 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4584] ppid=4515 vsize=10818856 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4584/stat : 4584 (java) S 4515 4518 3468 0 -1 1077944384 1 12870 0 0 0 0 5 2 20 0 15 0 48096455 11078508544 11925 33554432000 4194304 4196468 140732005816832 140662143232944 140662721518210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 47436 KiB

[startup+0.310297 s]*
/proc/loadavg: 1.91 1.84 1.77 3/216 4584
/proc/meminfo: memFree=27087472/32770624 swapFree=67108860/67108860
[pid=4518] ppid=4515 vsize=10819352 memory=56920 CPUtime=0.38 cores=0,2,4,6
/proc/4518/stat : 4518 (java) S 4515 4518 3468 0 -1 1077944320 10307 12870 0 0 29 2 5 2 20 0 15 0 48096440 11079016448 14230 33554432000 4194304 4196468 140732005816832 140732005799376 140662721507063 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
/proc/4518/statm: 2704838 14230 3083 1 0 2667149 0
[pid=4518/tid=4571] ppid=4515 vsize=10819352 memory=8112282956445269571 CPUtime=0.28 cores=0,2,4,6
/proc/4518/task/4571/stat : 4571 (java) R 4515 4518 3468 0 -1 4202560 6919 12870 0 0 20 1 5 2 20 0 15 0 48096449 11079016448 14230 33554432000 4194304 4196468 140732005816832 140662693304008 140662721520927 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4572] ppid=4515 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4572/stat : 4572 (java) S 4515 4518 3468 0 -1 1077944384 2 12870 0 0 0 0 5 2 20 0 15 0 48096449 11079016448 14230 33554432000 4194304 4196468 140732005816832 140662725749136 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4573] ppid=4515 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4573/stat : 4573 (java) S 4515 4518 3468 0 -1 1077944384 1 12870 0 0 0 0 5 2 20 0 15 0 48096449 11079016448 14230 33554432000 4194304 4196468 140732005816832 140662614022416 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4574] ppid=4515 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4574/stat : 4574 (java) S 4515 4518 3468 0 -1 1077944384 1 12870 0 0 0 0 5 2 20 0 15 0 48096449 11079016448 14230 33554432000 4194304 4196468 140732005816832 140662612970128 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4575] ppid=4515 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4575/stat : 4575 (java) S 4515 4518 3468 0 -1 1077944384 2 12870 0 0 0 0 5 2 20 0 15 0 48096449 11079016448 14230 33554432000 4194304 4196468 140732005816832 140662611917328 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4576] ppid=4515 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4576/stat : 4576 (java) S 4515 4518 3468 0 -1 1077944384 2 12870 0 0 0 0 5 2 20 0 15 0 48096451 11079016448 14230 33554432000 4194304 4196468 140732005816832 140662181001840 140662721518210 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4577] ppid=4515 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4577/stat : 4577 (java) S 4515 4518 3468 0 -1 1077944384 33 12870 0 0 0 0 5 2 20 0 15 0 48096451 11079016448 14230 33554432000 4194304 4196468 140732005816832 140662179947808 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4578] ppid=4515 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4578/stat : 4578 (java) S 4515 4518 3468 0 -1 1077944384 1 12870 0 0 0 0 5 2 20 0 15 0 48096451 11079016448 14230 33554432000 4194304 4196468 140732005816832 140662057985648 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4579] ppid=4515 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4579/stat : 4579 (java) S 4515 4518 3468 0 -1 1077944384 2 12870 0 0 0 0 5 2 20 0 15 0 48096454 11079016448 14230 33554432000 4194304 4196468 140732005816832 140661454006864 140662721525659 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4580] ppid=4515 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/4518/task/4580/stat : 4580 (java) S 4515 4518 3468 0 -1 1077944384 532 12870 0 0 2 0 5 2 20 0 15 0 48096454 11079016448 14230 33554432000 4194304 4196468 140732005816832 140662146390128 140662721518210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4581] ppid=4515 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/4518/task/4581/stat : 4581 (java) S 4515 4518 3468 0 -1 1077944384 57 12870 0 0 1 0 5 2 20 0 15 0 48096454 11079016448 14230 33554432000 4194304 4196468 140732005816832 140662145337328 140662721518210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4582] ppid=4515 vsize=10819352 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/4518/task/4582/stat : 4582 (java) S 4515 4518 3468 0 -1 1077944384 560 12870 0 0 5 0 5 2 20 0 15 0 48096454 11079016448 14230 33554432000 4194304 4196468 140732005816832 140662144285040 140662721518210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4583] ppid=4515 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4583/stat : 4583 (java) S 4515 4518 3468 0 -1 1077944384 3 12870 0 0 0 0 5 2 20 0 15 0 48096454 11079016448 14230 33554432000 4194304 4196468 140732005816832 140660984244704 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4584] ppid=4515 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4584/stat : 4584 (java) S 4515 4518 3468 0 -1 1077944384 1 12870 0 0 0 0 5 2 20 0 15 0 48096455 11079016448 14230 33554432000 4194304 4196468 140732005816832 140662143232944 140662721518210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 56920 KiB

[startup+0.700775 s]
/proc/loadavg: 1.91 1.84 1.77 3/216 4584
/proc/meminfo: memFree=27078756/32770624 swapFree=67108860/67108860
[pid=4518] ppid=4515 vsize=10819352 memory=89672 CPUtime=0.98 cores=0,2,4,6
/proc/4518/stat : 4518 (java) S 4515 4518 3468 0 -1 1077944320 16499 12870 0 0 86 5 5 2 20 0 15 0 48096440 11079016448 22418 33554432000 4194304 4196468 140732005816832 140732005799376 140662721507063 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
/proc/4518/statm: 2704838 22418 3241 1 0 2667149 0
[pid=4518/tid=4571] ppid=4515 vsize=10819352 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/4518/task/4571/stat : 4571 (java) R 4515 4518 3468 0 -1 4202560 12163 12870 0 0 55 3 5 2 20 0 15 0 48096449 11079016448 22418 33554432000 4194304 4196468 140732005816832 140662693327888 140662701782877 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4572] ppid=4515 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4572/stat : 4572 (java) S 4515 4518 3468 0 -1 1077944384 2 12870 0 0 0 0 5 2 20 0 15 0 48096449 11079016448 22418 33554432000 4194304 4196468 140732005816832 140662725749136 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4573] ppid=4515 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4573/stat : 4573 (java) S 4515 4518 3468 0 -1 1077944384 1 12870 0 0 0 0 5 2 20 0 15 0 48096449 11079016448 22418 33554432000 4194304 4196468 140732005816832 140662614022416 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4574] ppid=4515 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4574/stat : 4574 (java) S 4515 4518 3468 0 -1 1077944384 1 12870 0 0 0 0 5 2 20 0 15 0 48096449 11079016448 22418 33554432000 4194304 4196468 140732005816832 140662612970128 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4575] ppid=4515 vsize=10819352 memory=15872 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4575/stat : 4575 (java) S 4515 4518 3468 0 -1 1077944384 2 12870 0 0 0 0 5 2 20 0 15 0 48096449 11079016448 22418 33554432000 4194304 4196468 140732005816832 140662611917328 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4576] ppid=4515 vsize=10819352 memory=4052 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4576/stat : 4576 (java) S 4515 4518 3468 0 -1 1077944384 5 12870 0 0 0 0 5 2 20 0 15 0 48096451 11079016448 22418 33554432000 4194304 4196468 140732005816832 140662181001840 140662721518210 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4577] ppid=4515 vsize=10819352 memory=16248 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4577/stat : 4577 (java) S 4515 4518 3468 0 -1 1077944384 33 12870 0 0 0 0 5 2 20 0 15 0 48096451 11079016448 22418 33554432000 4194304 4196468 140732005816832 140662179947808 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4578] ppid=4515 vsize=10819352 memory=10488 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4578/stat : 4578 (java) S 4515 4518 3468 0 -1 1077944384 1 12870 0 0 0 0 5 2 20 0 15 0 48096451 11079016448 22418 33554432000 4194304 4196468 140732005816832 140662057985648 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4579] ppid=4515 vsize=10819352 memory=1240 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4579/stat : 4579 (java) S 4515 4518 3468 0 -1 1077944384 2 12870 0 0 0 0 5 2 20 0 15 0 48096454 11079016448 22418 33554432000 4194304 4196468 140732005816832 140661454006864 140662721525659 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4580] ppid=4515 vsize=10819352 memory=640 CPUtime=0.17 cores=0,2,4,6
/proc/4518/task/4580/stat : 4580 (java) S 4515 4518 3468 0 -1 1077944384 1190 12870 0 0 10 0 5 2 20 0 15 0 48096454 11079016448 22418 33554432000 4194304 4196468 140732005816832 140662146390128 140662721518210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4581] ppid=4515 vsize=10819352 memory=1792 CPUtime=0.13 cores=0,2,4,6
/proc/4518/task/4581/stat : 4581 (java) S 4515 4518 3468 0 -1 1077944384 301 12870 0 0 6 0 5 2 20 0 15 0 48096454 11079016448 22418 33554432000 4194304 4196468 140732005816832 140662145337328 140662721518210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4582] ppid=4515 vsize=10819352 memory=956 CPUtime=0.2 cores=0,2,4,6
/proc/4518/task/4582/stat : 4582 (java) S 4515 4518 3468 0 -1 1077944384 603 12870 0 0 13 0 5 2 20 0 15 0 48096454 11079016448 22418 33554432000 4194304 4196468 140732005816832 140662144285040 140662721518210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4583] ppid=4515 vsize=10819352 memory=2340 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4583/stat : 4583 (java) S 4515 4518 3468 0 -1 1077944384 3 12870 0 0 0 0 5 2 20 0 15 0 48096454 11079016448 22418 33554432000 4194304 4196468 140732005816832 140660984244704 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4584] ppid=4515 vsize=10819352 memory=932 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4584/stat : 4584 (java) S 4515 4518 3468 0 -1 1077944384 1 12870 0 0 0 0 5 2 20 0 15 0 48096455 11079016448 22418 33554432000 4194304 4196468 140732005816832 140662143232944 140662721518210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 89672 KiB

[startup+1.50076 s]
/proc/loadavg: 1.91 1.84 1.77 3/216 4584
/proc/meminfo: memFree=27033292/32770624 swapFree=67108860/67108860
[pid=4518] ppid=4515 vsize=10832204 memory=179120 CPUtime=2.91 cores=0,2,4,6
/proc/4518/stat : 4518 (java) S 4515 4518 3468 0 -1 1077944320 23476 12870 0 0 275 9 5 2 20 0 15 0 48096440 11092176896 44780 33554432000 4194304 4196468 140732005816832 140732005799376 140662721507063 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
/proc/4518/statm: 2708051 44780 3448 1 0 2669709 0
[pid=4518/tid=4571] ppid=4515 vsize=10832204 memory=0 CPUtime=1.45 cores=0,2,4,6
/proc/4518/task/4571/stat : 4571 (java) R 4515 4518 3468 0 -1 4202560 16500 12870 0 0 131 7 5 2 20 0 15 0 48096449 11092176896 44780 33554432000 4194304 4196468 140732005816832 140662693295728 140662721530653 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4572] ppid=4515 vsize=10832204 memory=372 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4572/stat : 4572 (java) S 4515 4518 3468 0 -1 1077944384 2 12870 0 0 0 0 5 2 20 0 15 0 48096449 11092176896 44780 33554432000 4194304 4196468 140732005816832 140662725749136 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4573] ppid=4515 vsize=10832204 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4573/stat : 4573 (java) S 4515 4518 3468 0 -1 1077944384 1 12870 0 0 0 0 5 2 20 0 15 0 48096449 11092176896 44780 33554432000 4194304 4196468 140732005816832 140662614022416 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4574] ppid=4515 vsize=10832204 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4574/stat : 4574 (java) S 4515 4518 3468 0 -1 1077944384 1 12870 0 0 0 0 5 2 20 0 15 0 48096449 11092176896 44780 33554432000 4194304 4196468 140732005816832 140662612970128 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4575] ppid=4515 vsize=10832204 memory=7157735280297530468 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4575/stat : 4575 (java) S 4515 4518 3468 0 -1 1077944384 2 12870 0 0 0 0 5 2 20 0 15 0 48096449 11092176896 44780 33554432000 4194304 4196468 140732005816832 140662611917328 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4576] ppid=4515 vsize=10832204 memory=7302985250306681432 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4576/stat : 4576 (java) S 4515 4518 3468 0 -1 1077944384 12 12870 0 0 0 0 5 2 20 0 15 0 48096451 11092176896 44780 33554432000 4194304 4196468 140732005816832 140662181001840 140662721518210 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4577] ppid=4515 vsize=10832204 memory=7092441967625590893 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4577/stat : 4577 (java) S 4515 4518 3468 0 -1 1077944384 33 12870 0 0 0 0 5 2 20 0 15 0 48096451 11092176896 44780 33554432000 4194304 4196468 140732005816832 140662179947808 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4578] ppid=4515 vsize=10832204 memory=6935653653823705168 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4578/stat : 4578 (java) S 4515 4518 3468 0 -1 1077944384 1 12870 0 0 0 0 5 2 20 0 15 0 48096451 11092176896 44780 33554432000 4194304 4196468 140732005816832 140662057985648 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4579] ppid=4515 vsize=10832204 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4579/stat : 4579 (java) S 4515 4518 3468 0 -1 1077944384 2 12870 0 0 0 0 5 2 20 0 15 0 48096454 11092176896 44780 33554432000 4194304 4196468 140732005816832 140661454006864 140662721525659 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4580] ppid=4515 vsize=10832204 memory=0 CPUtime=0.59 cores=0,2,4,6
/proc/4518/task/4580/stat : 4580 (java) S 4515 4518 3468 0 -1 1077944384 2286 12870 0 0 52 0 5 2 20 0 15 0 48096454 11092176896 44780 33554432000 4194304 4196468 140732005816832 140662146390128 140662721518210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4581] ppid=4515 vsize=10832204 memory=4580 CPUtime=0.51 cores=0,2,4,6
/proc/4518/task/4581/stat : 4581 (java) S 4515 4518 3468 0 -1 1077944384 931 12870 0 0 44 0 5 2 20 0 15 0 48096454 11092176896 44780 33554432000 4194304 4196468 140732005816832 140662145337328 140662721518210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4582] ppid=4515 vsize=10832204 memory=279462113889888 CPUtime=0.52 cores=0,2,4,6
/proc/4518/task/4582/stat : 4582 (java) S 4515 4518 3468 0 -1 1077944384 1510 12870 0 0 45 0 5 2 20 0 15 0 48096454 11092176896 44780 33554432000 4194304 4196468 140732005816832 140662144285040 140662721518210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4583] ppid=4515 vsize=10832204 memory=279462113955216 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4583/stat : 4583 (java) S 4515 4518 3468 0 -1 1077944384 3 12870 0 0 0 0 5 2 20 0 15 0 48096454 11092176896 44780 33554432000 4194304 4196468 140732005816832 140660984244704 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4584] ppid=4515 vsize=10832204 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4584/stat : 4584 (java) S 4515 4518 3468 0 -1 1077944384 1 12870 0 0 0 0 5 2 20 0 15 0 48096455 11092176896 44780 33554432000 4194304 4196468 140732005816832 140662143232944 140662721518210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0

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

/proc/4518/task/4571/stat : 4571 (java) R 4515 4518 3468 0 -1 4202560 96642 12870 0 0 236361 44 5 2 20 0 15 0 48096449 11113168896 278446 33554432000 4194304 4196468 140732005816832 140662693341760 140662301887042 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4572] ppid=4515 vsize=10852704 memory=1113784 CPUtime=8.6 cores=0,2,4,6
/proc/4518/task/4572/stat : 4572 (java) S 4515 4518 3468 0 -1 1077944384 14977 12870 0 0 819 34 5 2 20 0 15 0 48096449 11113168896 278446 33554432000 4194304 4196468 140732005816832 140662725749136 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4573] ppid=4515 vsize=10852704 memory=1113784 CPUtime=8.62 cores=0,2,4,6
/proc/4518/task/4573/stat : 4573 (java) S 4515 4518 3468 0 -1 1077944384 12115 12870 0 0 824 31 5 2 20 0 15 0 48096449 11113168896 278446 33554432000 4194304 4196468 140732005816832 140662614022416 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4574] ppid=4515 vsize=10852704 memory=1113784 CPUtime=8.6 cores=0,2,4,6
/proc/4518/task/4574/stat : 4574 (java) S 4515 4518 3468 0 -1 1077944384 11377 12870 0 0 821 32 5 2 20 0 15 0 48096449 11113168896 278446 33554432000 4194304 4196468 140732005816832 140662612970128 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4575] ppid=4515 vsize=10852704 memory=1113784 CPUtime=8.6 cores=0,2,4,6
/proc/4518/task/4575/stat : 4575 (java) S 4515 4518 3468 0 -1 1077944384 16020 12870 0 0 821 32 5 2 20 0 15 0 48096449 11113168896 278446 33554432000 4194304 4196468 140732005816832 140662611917328 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4576] ppid=4515 vsize=10852704 memory=1113784 CPUtime=6.14 cores=0,2,4,6
/proc/4518/task/4576/stat : 4576 (java) S 4515 4518 3468 0 -1 1077944384 15941 12870 0 0 575 32 5 2 20 0 15 0 48096451 11113168896 278446 33554432000 4194304 4196468 140732005816832 140662181001840 140662721518210 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 59 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4577] ppid=4515 vsize=10852704 memory=1113784 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4577/stat : 4577 (java) S 4515 4518 3468 0 -1 1077944384 41 12870 0 0 0 0 5 2 20 0 15 0 48096451 11113168896 278446 33554432000 4194304 4196468 140732005816832 140662179947872 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4578] ppid=4515 vsize=10852704 memory=1113784 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4578/stat : 4578 (java) S 4515 4518 3468 0 -1 1077944384 5 12870 0 0 0 0 5 2 20 0 15 0 48096451 11113168896 278446 33554432000 4194304 4196468 140732005816832 140662057985664 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4579] ppid=4515 vsize=10852704 memory=1113784 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4579/stat : 4579 (java) S 4515 4518 3468 0 -1 1077944384 2 12870 0 0 0 0 5 2 20 0 15 0 48096454 11113168896 278446 33554432000 4194304 4196468 140732005816832 140661454006864 140662721525659 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4580] ppid=4515 vsize=10852704 memory=1113784 CPUtime=10.18 cores=0,2,4,6
/proc/4518/task/4580/stat : 4580 (java) S 4515 4518 3468 0 -1 1077944384 75331 12870 0 0 1004 7 5 2 20 0 15 0 48096454 11113168896 278446 33554432000 4194304 4196468 140732005816832 140662146390128 140662721518210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4581] ppid=4515 vsize=10852704 memory=0 CPUtime=10.87 cores=0,2,4,6
/proc/4518/task/4581/stat : 4581 (java) S 4515 4518 3468 0 -1 1077944384 85078 12870 0 0 1073 7 5 2 20 0 15 0 48096454 11113168896 278446 33554432000 4194304 4196468 140732005816832 140662145337328 140662721518210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4582] ppid=4515 vsize=10852704 memory=1113756 CPUtime=3.62 cores=0,2,4,6
/proc/4518/task/4582/stat : 4582 (java) S 4515 4518 3468 0 -1 1077944384 70562 12870 0 0 346 9 5 2 20 0 15 0 48096454 11113168896 278446 33554432000 4194304 4196468 140732005816832 140662144285040 140662721518210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4583] ppid=4515 vsize=10852704 memory=1113756 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4583/stat : 4583 (java) S 4515 4518 3468 0 -1 1077944384 3 12870 0 0 0 0 5 2 20 0 15 0 48096454 11113168896 278446 33554432000 4194304 4196468 140732005816832 140660984244704 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4584] ppid=4515 vsize=10852704 memory=1113784 CPUtime=1.33 cores=0,2,4,6
/proc/4518/task/4584/stat : 4584 (java) S 4515 4518 3468 0 -1 1077944384 2569 12870 0 0 63 63 5 2 20 0 15 0 48096455 11113168896 278446 33554432000 4194304 4196468 140732005816832 140662143232944 140662721518210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 57 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
Current children cumulated CPU time: 2430.18 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 1113784 KiB

[startup+2442.3 s]
/proc/loadavg: 1.24 1.36 1.42 3/217 4939
/proc/meminfo: memFree=27007280/32770624 swapFree=67108860/67108860
[pid=4518] ppid=4515 vsize=10852704 memory=1108744 CPUtime=2490.86 cores=0,2,4,6
/proc/4518/stat : 4518 (java) S 4515 4518 3468 0 -1 1077944320 405856 12870 0 0 248809 270 5 2 20 0 15 0 48096440 11113168896 277186 33554432000 4194304 4196468 140732005816832 140732005799376 140662721507063 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
/proc/4518/statm: 2713176 277186 3533 1 0 2674829 0
[pid=4518/tid=4571] ppid=4515 vsize=10852704 memory=1108744 CPUtime=2423.66 cores=0,2,4,6
/proc/4518/task/4571/stat : 4571 (java) R 4515 4518 3468 0 -1 4202560 97450 12870 0 0 242314 45 5 2 20 0 15 0 48096449 11113168896 277186 33554432000 4194304 4196468 140732005816832 140662693341152 140662283209582 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4572] ppid=4515 vsize=10852704 memory=1108744 CPUtime=8.82 cores=0,2,4,6
/proc/4518/task/4572/stat : 4572 (java) S 4515 4518 3468 0 -1 1077944384 15106 12870 0 0 841 34 5 2 20 0 15 0 48096449 11113168896 277186 33554432000 4194304 4196468 140732005816832 140662725749136 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4573] ppid=4515 vsize=10852704 memory=1106696 CPUtime=8.85 cores=0,2,4,6
/proc/4518/task/4573/stat : 4573 (java) S 4515 4518 3468 0 -1 1077944384 12258 12870 0 0 846 32 5 2 20 0 15 0 48096449 11113168896 277186 33554432000 4194304 4196468 140732005816832 140662614022416 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4574] ppid=4515 vsize=10852704 memory=1113784 CPUtime=8.84 cores=0,2,4,6
/proc/4518/task/4574/stat : 4574 (java) S 4515 4518 3468 0 -1 1077944384 11537 12870 0 0 844 33 5 2 20 0 15 0 48096449 11113168896 277186 33554432000 4194304 4196468 140732005816832 140662612970128 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4575] ppid=4515 vsize=10852704 memory=1113784 CPUtime=8.83 cores=0,2,4,6
/proc/4518/task/4575/stat : 4575 (java) S 4515 4518 3468 0 -1 1077944384 16219 12870 0 0 843 33 5 2 20 0 15 0 48096449 11113168896 277186 33554432000 4194304 4196468 140732005816832 140662611917328 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4576] ppid=4515 vsize=10852704 memory=0 CPUtime=6.29 cores=0,2,4,6
/proc/4518/task/4576/stat : 4576 (java) S 4515 4518 3468 0 -1 1077944384 16143 12870 0 0 589 33 5 2 20 0 15 0 48096451 11113168896 277186 33554432000 4194304 4196468 140732005816832 140662181001840 140662721518210 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 59 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4577] ppid=4515 vsize=10852704 memory=1113352 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4577/stat : 4577 (java) S 4515 4518 3468 0 -1 1077944384 41 12870 0 0 0 0 5 2 20 0 15 0 48096451 11113168896 277186 33554432000 4194304 4196468 140732005816832 140662179947872 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4578] ppid=4515 vsize=10852704 memory=1112840 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4578/stat : 4578 (java) S 4515 4518 3468 0 -1 1077944384 5 12870 0 0 0 0 5 2 20 0 15 0 48096451 11113168896 277186 33554432000 4194304 4196468 140732005816832 140662057985664 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4579] ppid=4515 vsize=10852704 memory=1106696 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4579/stat : 4579 (java) S 4515 4518 3468 0 -1 1077944384 2 12870 0 0 0 0 5 2 20 0 15 0 48096454 11113168896 277186 33554432000 4194304 4196468 140732005816832 140661454006864 140662721525659 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4580] ppid=4515 vsize=10852704 memory=1106696 CPUtime=10.19 cores=0,2,4,6
/proc/4518/task/4580/stat : 4580 (java) S 4515 4518 3468 0 -1 1077944384 75533 12870 0 0 1005 7 5 2 20 0 15 0 48096454 11113168896 277186 33554432000 4194304 4196468 140732005816832 140662146390128 140662721518210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4581] ppid=4515 vsize=10852704 memory=1106696 CPUtime=10.91 cores=0,2,4,6
/proc/4518/task/4581/stat : 4581 (java) S 4515 4518 3468 0 -1 1077944384 85550 12870 0 0 1076 8 5 2 20 0 15 0 48096454 11113168896 277186 33554432000 4194304 4196468 140732005816832 140662145337328 140662721518210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4582] ppid=4515 vsize=10852704 memory=1108744 CPUtime=3.63 cores=0,2,4,6
/proc/4518/task/4582/stat : 4582 (java) S 4515 4518 3468 0 -1 1077944384 71233 12870 0 0 347 9 5 2 20 0 15 0 48096454 11113168896 277186 33554432000 4194304 4196468 140732005816832 140662144285040 140662721518210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4583] ppid=4515 vsize=10852704 memory=1108744 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4583/stat : 4583 (java) S 4515 4518 3468 0 -1 1077944384 3 12870 0 0 0 0 5 2 20 0 15 0 48096454 11113168896 277186 33554432000 4194304 4196468 140732005816832 140660984244704 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4584] ppid=4515 vsize=10852704 memory=1108744 CPUtime=1.36 cores=0,2,4,6
/proc/4518/task/4584/stat : 4584 (java) S 4515 4518 3468 0 -1 1077944384 2585 12870 0 0 65 64 5 2 20 0 15 0 48096455 11113168896 277186 33554432000 4194304 4196468 140732005816832 140662143232944 140662721518210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 57 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
Current children cumulated CPU time: 2490.86 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 1108744 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2471.11 s]
/proc/loadavg: 1.34 1.38 1.43 3/217 4939
/proc/meminfo: memFree=27007404/32770624 swapFree=67108860/67108860
[pid=4518] ppid=4515 vsize=10852704 memory=1108792 CPUtime=2520.03 cores=0,2,4,6
/proc/4518/stat : 4518 (java) S 4515 4518 3468 0 -1 1077944320 407517 12870 0 0 251724 272 5 2 20 0 15 0 48096440 11113168896 277198 33554432000 4194304 4196468 140732005816832 140732005799376 140662721507063 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
/proc/4518/statm: 2713176 277198 3533 1 0 2674829 0
[pid=4518/tid=4571] ppid=4515 vsize=10852704 memory=1108756 CPUtime=2452.24 cores=0,2,4,6
/proc/4518/task/4571/stat : 4571 (java) R 4515 4518 3468 0 -1 4202560 97853 12870 0 0 245172 45 5 2 20 0 15 0 48096449 11113168896 277198 33554432000 4194304 4196468 140732005816832 140662693336960 140662300193300 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4572] ppid=4515 vsize=10852704 memory=3472328296227679313 CPUtime=8.93 cores=0,2,4,6
/proc/4518/task/4572/stat : 4572 (java) S 4515 4518 3468 0 -1 1077944384 15186 12870 0 0 852 34 5 2 20 0 15 0 48096449 11113168896 277198 33554432000 4194304 4196468 140732005816832 140662725749136 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4573] ppid=4515 vsize=10852704 memory=1108788 CPUtime=8.97 cores=0,2,4,6
/proc/4518/task/4573/stat : 4573 (java) S 4515 4518 3468 0 -1 1077944384 12335 12870 0 0 857 33 5 2 20 0 15 0 48096449 11113168896 277198 33554432000 4194304 4196468 140732005816832 140662614022416 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4574] ppid=4515 vsize=10852704 memory=1108788 CPUtime=8.95 cores=0,2,4,6
/proc/4518/task/4574/stat : 4574 (java) S 4515 4518 3468 0 -1 1077944384 11661 12870 0 0 855 33 5 2 20 0 15 0 48096449 11113168896 277198 33554432000 4194304 4196468 140732005816832 140662612970128 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4575] ppid=4515 vsize=10852704 memory=1108792 CPUtime=8.94 cores=0,2,4,6
/proc/4518/task/4575/stat : 4575 (java) S 4515 4518 3468 0 -1 1077944384 16245 12870 0 0 854 33 5 2 20 0 15 0 48096449 11113168896 277198 33554432000 4194304 4196468 140732005816832 140662611917328 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4576] ppid=4515 vsize=10852704 memory=1108788 CPUtime=6.37 cores=0,2,4,6
/proc/4518/task/4576/stat : 4576 (java) S 4515 4518 3468 0 -1 1077944384 16335 12870 0 0 597 33 5 2 20 0 15 0 48096451 11113168896 277198 33554432000 4194304 4196468 140732005816832 140662181001840 140662721518210 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 59 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4577] ppid=4515 vsize=10852704 memory=1712 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4577/stat : 4577 (java) S 4515 4518 3468 0 -1 1077944384 41 12870 0 0 0 0 5 2 20 0 15 0 48096451 11113168896 277198 33554432000 4194304 4196468 140732005816832 140662179947872 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4578] ppid=4515 vsize=10852704 memory=1956 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4578/stat : 4578 (java) S 4515 4518 3468 0 -1 1077944384 5 12870 0 0 0 0 5 2 20 0 15 0 48096451 11113168896 277198 33554432000 4194304 4196468 140732005816832 140662057985664 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4579] ppid=4515 vsize=10852704 memory=1108788 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4579/stat : 4579 (java) S 4515 4518 3468 0 -1 1077944384 2 12870 0 0 0 0 5 2 20 0 15 0 48096454 11113168896 277198 33554432000 4194304 4196468 140732005816832 140661454006864 140662721525659 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4580] ppid=4515 vsize=10852704 memory=732 CPUtime=10.21 cores=0,2,4,6
/proc/4518/task/4580/stat : 4580 (java) S 4515 4518 3468 0 -1 1077944384 75823 12870 0 0 1007 7 5 2 20 0 15 0 48096454 11113168896 277198 33554432000 4194304 4196468 140732005816832 140662146390128 140662721518210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4581] ppid=4515 vsize=10852704 memory=4140 CPUtime=10.92 cores=0,2,4,6
/proc/4518/task/4581/stat : 4581 (java) S 4515 4518 3468 0 -1 1077944384 85672 12870 0 0 1077 8 5 2 20 0 15 0 48096454 11113168896 277198 33554432000 4194304 4196468 140732005816832 140662145337328 140662721518210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4582] ppid=4515 vsize=10852704 memory=0 CPUtime=3.64 cores=0,2,4,6
/proc/4518/task/4582/stat : 4582 (java) S 4515 4518 3468 0 -1 1077944384 71565 12870 0 0 348 9 5 2 20 0 15 0 48096454 11113168896 277198 33554432000 4194304 4196468 140732005816832 140662144285040 140662721518210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4583] ppid=4515 vsize=10852704 memory=1108792 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4583/stat : 4583 (java) S 4515 4518 3468 0 -1 1077944384 3 12870 0 0 0 0 5 2 20 0 15 0 48096454 11113168896 277198 33554432000 4194304 4196468 140732005816832 140660984244704 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4584] ppid=4515 vsize=10852704 memory=1004 CPUtime=1.38 cores=0,2,4,6
/proc/4518/task/4584/stat : 4584 (java) S 4515 4518 3468 0 -1 1077944384 2600 12870 0 0 66 65 5 2 20 0 15 0 48096455 11113168896 277198 33554432000 4194304 4196468 140732005816832 140662143232944 140662721518210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 57 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 1108792 KiB

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

[startup+2471.14 s]
# the end of solver process 4518 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.32 s, system=2.7584 s

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

[startup+2471.11 s]
/proc/loadavg: 1.34 1.38 1.43 3/217 4939
/proc/meminfo: memFree=27007404/32770624 swapFree=67108860/67108860
[pid=4518] ppid=4515 vsize=10852704 memory=1108792 CPUtime=2520.03 cores=0,2,4,6
/proc/4518/stat : 4518 (java) S 4515 4518 3468 0 -1 1077944320 407517 12870 0 0 251724 272 5 2 20 0 15 0 48096440 11113168896 277198 33554432000 4194304 4196468 140732005816832 140732005799376 140662721507063 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
/proc/4518/statm: 2713176 277198 3533 1 0 2674829 0
[pid=4518/tid=4571] ppid=4515 vsize=10852704 memory=1108756 CPUtime=2452.24 cores=0,2,4,6
/proc/4518/task/4571/stat : 4571 (java) R 4515 4518 3468 0 -1 4202560 97853 12870 0 0 245172 45 5 2 20 0 15 0 48096449 11113168896 277198 33554432000 4194304 4196468 140732005816832 140662693336960 140662300193300 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4572] ppid=4515 vsize=10852704 memory=3472328296227679313 CPUtime=8.93 cores=0,2,4,6
/proc/4518/task/4572/stat : 4572 (java) S 4515 4518 3468 0 -1 1077944384 15186 12870 0 0 852 34 5 2 20 0 15 0 48096449 11113168896 277198 33554432000 4194304 4196468 140732005816832 140662725749136 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4573] ppid=4515 vsize=10852704 memory=1108788 CPUtime=8.97 cores=0,2,4,6
/proc/4518/task/4573/stat : 4573 (java) S 4515 4518 3468 0 -1 1077944384 12335 12870 0 0 857 33 5 2 20 0 15 0 48096449 11113168896 277198 33554432000 4194304 4196468 140732005816832 140662614022416 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4574] ppid=4515 vsize=10852704 memory=1108788 CPUtime=8.95 cores=0,2,4,6
/proc/4518/task/4574/stat : 4574 (java) S 4515 4518 3468 0 -1 1077944384 11661 12870 0 0 855 33 5 2 20 0 15 0 48096449 11113168896 277198 33554432000 4194304 4196468 140732005816832 140662612970128 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4575] ppid=4515 vsize=10852704 memory=1108792 CPUtime=8.94 cores=0,2,4,6
/proc/4518/task/4575/stat : 4575 (java) S 4515 4518 3468 0 -1 1077944384 16245 12870 0 0 854 33 5 2 20 0 15 0 48096449 11113168896 277198 33554432000 4194304 4196468 140732005816832 140662611917328 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4576] ppid=4515 vsize=10852704 memory=1108788 CPUtime=6.37 cores=0,2,4,6
/proc/4518/task/4576/stat : 4576 (java) S 4515 4518 3468 0 -1 1077944384 16335 12870 0 0 597 33 5 2 20 0 15 0 48096451 11113168896 277198 33554432000 4194304 4196468 140732005816832 140662181001840 140662721518210 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 59 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4577] ppid=4515 vsize=10852704 memory=1712 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4577/stat : 4577 (java) S 4515 4518 3468 0 -1 1077944384 41 12870 0 0 0 0 5 2 20 0 15 0 48096451 11113168896 277198 33554432000 4194304 4196468 140732005816832 140662179947872 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4578] ppid=4515 vsize=10852704 memory=1956 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4578/stat : 4578 (java) S 4515 4518 3468 0 -1 1077944384 5 12870 0 0 0 0 5 2 20 0 15 0 48096451 11113168896 277198 33554432000 4194304 4196468 140732005816832 140662057985664 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4579] ppid=4515 vsize=10852704 memory=1108788 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4579/stat : 4579 (java) S 4515 4518 3468 0 -1 1077944384 2 12870 0 0 0 0 5 2 20 0 15 0 48096454 11113168896 277198 33554432000 4194304 4196468 140732005816832 140661454006864 140662721525659 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4580] ppid=4515 vsize=10852704 memory=732 CPUtime=10.21 cores=0,2,4,6
/proc/4518/task/4580/stat : 4580 (java) S 4515 4518 3468 0 -1 1077944384 75823 12870 0 0 1007 7 5 2 20 0 15 0 48096454 11113168896 277198 33554432000 4194304 4196468 140732005816832 140662146390128 140662721518210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4581] ppid=4515 vsize=10852704 memory=4140 CPUtime=10.92 cores=0,2,4,6
/proc/4518/task/4581/stat : 4581 (java) S 4515 4518 3468 0 -1 1077944384 85672 12870 0 0 1077 8 5 2 20 0 15 0 48096454 11113168896 277198 33554432000 4194304 4196468 140732005816832 140662145337328 140662721518210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4582] ppid=4515 vsize=10852704 memory=0 CPUtime=3.64 cores=0,2,4,6
/proc/4518/task/4582/stat : 4582 (java) S 4515 4518 3468 0 -1 1077944384 71565 12870 0 0 348 9 5 2 20 0 15 0 48096454 11113168896 277198 33554432000 4194304 4196468 140732005816832 140662144285040 140662721518210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4583] ppid=4515 vsize=10852704 memory=1108792 CPUtime=0.07 cores=0,2,4,6
/proc/4518/task/4583/stat : 4583 (java) S 4515 4518 3468 0 -1 1077944384 3 12870 0 0 0 0 5 2 20 0 15 0 48096454 11113168896 277198 33554432000 4194304 4196468 140732005816832 140660984244704 140662721517269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
[pid=4518/tid=4584] ppid=4515 vsize=10852704 memory=1004 CPUtime=1.38 cores=0,2,4,6
/proc/4518/task/4584/stat : 4584 (java) S 4515 4518 3468 0 -1 1077944384 2600 12870 0 0 66 65 5 2 20 0 15 0 48096455 11113168896 277198 33554432000 4194304 4196468 140732005816832 140662143232944 140662721518210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 57 0 0 6293624 6294260 36319232 140732005820587 140732005823836 140732005823836 140732005826511 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 1108792 KiB

Child status: 143
Real time (s): 2471.14
CPU time (s): 2520.08
CPU user time (s): 2517.32
CPU system time (s): 2.7584
CPU usage (%): 101.98
Max. virtual memory (cumulated for all children) (KiB): 10852704
Max. memory (cumulated for all children) (KiB): 1528096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.32
system time used= 2.7584
maximum resident set size= 1531196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 421836
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 174952
involuntary context switches= 8246


# summary of solver processes directly reported to runsolver:
#   pid: 4518
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2517.32
#   total CPU system time (s): 2.7584

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9808 second user time and 22.7135 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-23 02:22:12
IDJOB=4293030
IDBENCH=141102
IDSOLVER=2751
FILE ID=node149/4293030-1532305332
RUNJOBID= node149-1532298084-3499
PBS_JOBID= 21018995
Free space on /tmp= 51816 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Tal/Tal-10_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293030-1532305332/watcher-4293030-1532305332 -o /tmp/evaluation-result-4293030-1532305332/solver-4293030-1532305332 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532298084-3499 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1177743857 -superng HOME/instance-4293030-1532305332.xml

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

MD5SUM BENCH= 5b503c3a6c92db57b21a5ce4dae05a14
RANDOM SEED=1177743857

node149.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.60
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.60
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.60
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.60
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:        27132288 kB
MemAvailable:   29963868 kB
Buffers:          138336 kB
Cached:          2952232 kB
SwapCached:            0 kB
Active:          3645288 kB
Inactive:        1507408 kB
Active(anon):    2011384 kB
Inactive(anon):    70172 kB
Active(file):    1633904 kB
Inactive(file):  1437236 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             27020 kB
Writeback:             0 kB
AnonPages:       2214844 kB
Mapped:            49396 kB
Shmem:             17032 kB
Slab:             180376 kB
SReclaimable:     152548 kB
SUnreclaim:        27828 kB
KernelStack:        3808 kB
PageTables:         9224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3060880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1822720 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 51788 MiB
End job on node149 at 2018-07-23 03:03:24