Trace number 4304204

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304204-1534046744/watcher-4304204-1534046744 -o /tmp/evaluation-result-4304204-1534046744/solver-4304204-1534046744 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534039308-11488 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1901431678 -superng HOME/instance-4304204-1534046744.xml 

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

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

solver pid=12754, runsolver pid=12751

[startup+0.10239 s]*
/proc/loadavg: 1.55 1.58 1.53 2/206 12811
/proc/meminfo: memFree=21425928/32770624 swapFree=67108860/67108860
[pid=12754] ppid=12751 vsize=10005480 memory=18592 CPUtime=0.08 cores=0,2,4,6
/proc/12754/stat : 12754 (java) S 12751 12754 10336 0 -1 1077944320 4278 13148 0 0 1 0 5 2 20 0 6 0 222237604 10245611520 4648 33554432000 4194304 4196468 140736334973792 140736334956336 140641672072951 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
/proc/12754/statm: 2501370 4648 1934 1 0 2489808 0
[pid=12754/tid=12807] ppid=12751 vsize=10005480 memory=4279135703946986127 CPUtime=0.08 cores=0,2,4,6
/proc/12754/task/12807/stat : 12807 (java) R 12751 12754 10336 0 -1 4202560 2097 13148 0 0 1 0 5 2 20 0 6 0 222237613 10245611520 4648 33554432000 4194304 4196468 140736334973792 140641643909712 140641657384953 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12808] ppid=12751 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12808/stat : 12808 (java) S 12751 12754 10336 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 6 0 222237614 10245611520 4648 33554432000 4194304 4196468 140736334973792 140641676315536 140641672083157 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12809] ppid=12751 vsize=10005480 memory=140201267230336 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12809/stat : 12809 (java) S 12751 12754 10336 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 6 0 222237614 10245611520 4648 33554432000 4194304 4196468 140736334973792 140641531034384 140641672083157 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12810] ppid=12751 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12810/stat : 12810 (java) S 12751 12754 10336 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 6 0 222237614 10245611520 4648 33554432000 4194304 4196468 140736334973792 140641529982096 140641672083157 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12811] ppid=12751 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12811/stat : 12811 (java) S 12751 12754 10336 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 6 0 222237614 10245611520 4648 33554432000 4194304 4196468 140736334973792 140641528929296 140641672083157 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18592 KiB

[startup+0.210264 s]*
/proc/loadavg: 1.55 1.58 1.53 3/215 12820
/proc/meminfo: memFree=21405724/32770624 swapFree=67108860/67108860
[pid=12754] ppid=12751 vsize=10982744 memory=45728 CPUtime=0.26 cores=0,2,4,6
/proc/12754/stat : 12754 (java) S 12751 12754 10336 0 -1 1077944320 7626 13148 0 0 17 2 5 2 20 0 15 0 222237604 11246329856 11432 33554432000 4194304 4196468 140736334973792 140736334956336 140641672072951 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
/proc/12754/statm: 2745686 11432 2957 1 0 2708109 0
[pid=12754/tid=12807] ppid=12751 vsize=10982744 memory=-6517102902069810590 CPUtime=0.18 cores=0,2,4,6
/proc/12754/task/12807/stat : 12807 (java) R 12751 12754 10336 0 -1 4202560 4231 13148 0 0 10 1 5 2 20 0 15 0 222237613 11246329856 11498 33554432000 4194304 4196468 140736334973792 140641643850912 140641652349776 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12808] ppid=12751 vsize=10982744 memory=-9181546050914066336 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12808/stat : 12808 (java) S 12751 12754 10336 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 222237614 11246329856 11498 33554432000 4194304 4196468 140736334973792 140641676315536 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12809] ppid=12751 vsize=10982744 memory=140201267230336 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12809/stat : 12809 (java) S 12751 12754 10336 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 222237614 11246329856 11498 33554432000 4194304 4196468 140736334973792 140641531034384 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12810] ppid=12751 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12810/stat : 12810 (java) S 12751 12754 10336 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 222237614 11246329856 11498 33554432000 4194304 4196468 140736334973792 140641529982096 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12811] ppid=12751 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12811/stat : 12811 (java) S 12751 12754 10336 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 15 0 222237614 11246329856 11498 33554432000 4194304 4196468 140736334973792 140641528929296 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12812] ppid=12751 vsize=10982744 memory=140201267230336 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12812/stat : 12812 (java) S 12751 12754 10336 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 15 0 222237615 11246329856 11498 33554432000 4194304 4196468 140736334973792 140641096894576 140641672084098 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12813] ppid=12751 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12813/stat : 12813 (java) S 12751 12754 10336 0 -1 1077944384 13 13148 0 0 0 0 5 2 20 0 15 0 222237616 11246329856 11498 33554432000 4194304 4196468 140736334973792 140640516039456 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12814] ppid=12751 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12814/stat : 12814 (java) S 12751 12754 10336 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 222237616 11246329856 11498 33554432000 4194304 4196468 140736334973792 140640314713200 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12815] ppid=12751 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12815/stat : 12815 (java) S 12751 12754 10336 0 -1 1077944384 3 13148 0 0 0 0 5 2 20 0 15 0 222237619 11246329856 11498 33554432000 4194304 4196468 140736334973792 140640007313488 140641672091547 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12816] ppid=12751 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12754/task/12816/stat : 12816 (java) S 12751 12754 10336 0 -1 1077944384 424 13148 0 0 1 0 5 2 20 0 15 0 222237619 11246329856 11498 33554432000 4194304 4196468 140736334973792 140641095842416 140641672084098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12817] ppid=12751 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12754/task/12817/stat : 12817 (java) S 12751 12754 10336 0 -1 1077944384 189 13148 0 0 1 0 5 2 20 0 15 0 222237619 11246329856 11498 33554432000 4194304 4196468 140736334973792 140641094789616 140641672084098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12818] ppid=12751 vsize=10982744 memory=140201267230336 CPUtime=0.1 cores=0,2,4,6
/proc/12754/task/12818/stat : 12818 (java) S 12751 12754 10336 0 -1 1077944384 610 13148 0 0 3 0 5 2 20 0 15 0 222237619 11246329856 11498 33554432000 4194304 4196468 140736334973792 140641093737328 140641672084098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12819] ppid=12751 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12819/stat : 12819 (java) S 12751 12754 10336 0 -1 1077944384 3 13148 0 0 0 0 5 2 20 0 15 0 222237619 11246329856 11564 33554432000 4194304 4196468 140736334973792 140639576517600 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12820] ppid=12751 vsize=10982744 memory=140201267230336 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12820/stat : 12820 (java) S 12751 12754 10336 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 222237619 11246329856 11564 33554432000 4194304 4196468 140736334973792 140641092684208 140641672084098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 45728 KiB

[startup+0.31033 s]*
/proc/loadavg: 1.55 1.58 1.53 3/215 12820
/proc/meminfo: memFree=21393940/32770624 swapFree=67108860/67108860
[pid=12754] ppid=12751 vsize=10983192 memory=56960 CPUtime=0.38 cores=0,2,4,6
/proc/12754/stat : 12754 (java) S 12751 12754 10336 0 -1 1077944320 10290 13148 0 0 28 3 5 2 20 0 15 0 222237604 11246788608 14240 33554432000 4194304 4196468 140736334973792 140736334956336 140641672072951 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
/proc/12754/statm: 2745798 14240 3076 1 0 2708109 0
[pid=12754/tid=12807] ppid=12751 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/12754/task/12807/stat : 12807 (java) R 12751 12754 10336 0 -1 4202560 6836 13148 0 0 19 2 5 2 20 0 15 0 222237613 11246788608 14240 33554432000 4194304 4196468 140736334973792 140641643884960 140641672094877 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12808] ppid=12751 vsize=10983192 memory=7084813469699035216 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12808/stat : 12808 (java) S 12751 12754 10336 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 222237614 11246788608 14240 33554432000 4194304 4196468 140736334973792 140641676315536 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12809] ppid=12751 vsize=10983192 memory=2076 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12809/stat : 12809 (java) S 12751 12754 10336 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 222237614 11246788608 14240 33554432000 4194304 4196468 140736334973792 140641531034384 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12810] ppid=12751 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12810/stat : 12810 (java) S 12751 12754 10336 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 222237614 11246788608 14240 33554432000 4194304 4196468 140736334973792 140641529982096 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12811] ppid=12751 vsize=10983192 memory=4872558044660077418 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12811/stat : 12811 (java) S 12751 12754 10336 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 15 0 222237614 11246788608 14240 33554432000 4194304 4196468 140736334973792 140641528929296 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12812] ppid=12751 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12812/stat : 12812 (java) S 12751 12754 10336 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 15 0 222237615 11246788608 14240 33554432000 4194304 4196468 140736334973792 140641096894576 140641672084098 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12813] ppid=12751 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12813/stat : 12813 (java) S 12751 12754 10336 0 -1 1077944384 13 13148 0 0 0 0 5 2 20 0 15 0 222237616 11246788608 14240 33554432000 4194304 4196468 140736334973792 140640516039456 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12814] ppid=12751 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12814/stat : 12814 (java) S 12751 12754 10336 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 222237616 11246788608 14240 33554432000 4194304 4196468 140736334973792 140640314713200 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12815] ppid=12751 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12815/stat : 12815 (java) S 12751 12754 10336 0 -1 1077944384 3 13148 0 0 0 0 5 2 20 0 15 0 222237619 11246788608 14240 33554432000 4194304 4196468 140736334973792 140640007313488 140641672091547 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12816] ppid=12751 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12754/task/12816/stat : 12816 (java) S 12751 12754 10336 0 -1 1077944384 427 13148 0 0 1 0 5 2 20 0 15 0 222237619 11246788608 14240 33554432000 4194304 4196468 140736334973792 140641095842416 140641672084098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12817] ppid=12751 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12754/task/12817/stat : 12817 (java) S 12751 12754 10336 0 -1 1077944384 192 13148 0 0 1 0 5 2 20 0 15 0 222237619 11246788608 14240 33554432000 4194304 4196468 140736334973792 140641094789616 140641672084098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12818] ppid=12751 vsize=10983192 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/12754/task/12818/stat : 12818 (java) S 12751 12754 10336 0 -1 1077944384 616 13148 0 0 4 0 5 2 20 0 15 0 222237619 11246788608 14240 33554432000 4194304 4196468 140736334973792 140641093737328 140641672084098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12819] ppid=12751 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12819/stat : 12819 (java) S 12751 12754 10336 0 -1 1077944384 3 13148 0 0 0 0 5 2 20 0 15 0 222237619 11246788608 14240 33554432000 4194304 4196468 140736334973792 140639576517600 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12820] ppid=12751 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12820/stat : 12820 (java) S 12751 12754 10336 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 222237619 11246788608 14240 33554432000 4194304 4196468 140736334973792 140641092684208 140641672084098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56960 KiB

[startup+0.700805 s]
/proc/loadavg: 1.55 1.58 1.53 4/215 12820
/proc/meminfo: memFree=21382652/32770624 swapFree=67108860/67108860
[pid=12754] ppid=12751 vsize=10983192 memory=89240 CPUtime=0.99 cores=0,2,4,6
/proc/12754/stat : 12754 (java) S 12751 12754 10336 0 -1 1077944320 16407 13148 0 0 88 4 5 2 20 0 15 0 222237604 11246788608 22310 33554432000 4194304 4196468 140736334973792 140736334956336 140641672072951 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
/proc/12754/statm: 2745798 22310 3238 1 0 2708109 0
[pid=12754/tid=12807] ppid=12751 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/12754/task/12807/stat : 12807 (java) R 12751 12754 10336 0 -1 4202560 11831 13148 0 0 56 3 5 2 20 0 15 0 222237613 11246788608 22310 33554432000 4194304 4196468 140736334973792 140641643893776 140641656721360 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12808] ppid=12751 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12808/stat : 12808 (java) S 12751 12754 10336 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 222237614 11246788608 22310 33554432000 4194304 4196468 140736334973792 140641676315536 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12809] ppid=12751 vsize=10983192 memory=3712 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12809/stat : 12809 (java) S 12751 12754 10336 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 222237614 11246788608 22310 33554432000 4194304 4196468 140736334973792 140641531034384 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12810] ppid=12751 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12810/stat : 12810 (java) S 12751 12754 10336 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 222237614 11246788608 22310 33554432000 4194304 4196468 140736334973792 140641529982096 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12811] ppid=12751 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12811/stat : 12811 (java) S 12751 12754 10336 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 15 0 222237614 11246788608 22310 33554432000 4194304 4196468 140736334973792 140641528929296 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12812] ppid=12751 vsize=10983192 memory=4420 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12812/stat : 12812 (java) S 12751 12754 10336 0 -1 1077944384 5 13148 0 0 0 0 5 2 20 0 15 0 222237615 11246788608 22310 33554432000 4194304 4196468 140736334973792 140641096894576 140641672084098 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12813] ppid=12751 vsize=10983192 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12813/stat : 12813 (java) S 12751 12754 10336 0 -1 1077944384 13 13148 0 0 0 0 5 2 20 0 15 0 222237616 11246788608 22310 33554432000 4194304 4196468 140736334973792 140640516039456 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12814] ppid=12751 vsize=10983192 memory=8836 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12814/stat : 12814 (java) S 12751 12754 10336 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 222237616 11246788608 22310 33554432000 4194304 4196468 140736334973792 140640314713200 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12815] ppid=12751 vsize=10983192 memory=11044 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12815/stat : 12815 (java) S 12751 12754 10336 0 -1 1077944384 3 13148 0 0 0 0 5 2 20 0 15 0 222237619 11246788608 22310 33554432000 4194304 4196468 140736334973792 140640007313488 140641672091547 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12816] ppid=12751 vsize=10983192 memory=13252 CPUtime=0.14 cores=0,2,4,6
/proc/12754/task/12816/stat : 12816 (java) S 12751 12754 10336 0 -1 1077944384 831 13148 0 0 7 0 5 2 20 0 15 0 222237619 11246788608 22310 33554432000 4194304 4196468 140736334973792 140641095842416 140641672084098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12817] ppid=12751 vsize=10983192 memory=15460 CPUtime=0.17 cores=0,2,4,6
/proc/12754/task/12817/stat : 12817 (java) S 12751 12754 10336 0 -1 1077944384 854 13148 0 0 10 0 5 2 20 0 15 0 222237619 11246788608 22310 33554432000 4194304 4196468 140736334973792 140641094789616 140641672084098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12818] ppid=12751 vsize=10983192 memory=17668 CPUtime=0.2 cores=0,2,4,6
/proc/12754/task/12818/stat : 12818 (java) S 12751 12754 10336 0 -1 1077944384 668 13148 0 0 13 0 5 2 20 0 15 0 222237619 11246788608 22310 33554432000 4194304 4196468 140736334973792 140641093737328 140641672084098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12819] ppid=12751 vsize=10983192 memory=19876 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12819/stat : 12819 (java) S 12751 12754 10336 0 -1 1077944384 3 13148 0 0 0 0 5 2 20 0 15 0 222237619 11246788608 22310 33554432000 4194304 4196468 140736334973792 140639576517600 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12820] ppid=12751 vsize=10983192 memory=22084 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12820/stat : 12820 (java) S 12751 12754 10336 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 222237619 11246788608 22310 33554432000 4194304 4196468 140736334973792 140641092684208 140641672084098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89240 KiB

[startup+1.50161 s]
/proc/loadavg: 1.55 1.58 1.53 3/215 12820
/proc/meminfo: memFree=21337456/32770624 swapFree=67108860/67108860
[pid=12754] ppid=12751 vsize=10996856 memory=204760 CPUtime=3.15 cores=0,2,4,6
/proc/12754/stat : 12754 (java) S 12751 12754 10336 0 -1 1077944320 31576 13148 0 0 298 10 5 2 20 0 15 0 222237604 11260780544 51190 33554432000 4194304 4196468 140736334973792 140736334956336 140641672072951 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
/proc/12754/statm: 2749214 51190 3443 1 0 2710872 0
[pid=12754/tid=12807] ppid=12751 vsize=10996856 memory=0 CPUtime=1.45 cores=0,2,4,6
/proc/12754/task/12807/stat : 12807 (java) R 12751 12754 10336 0 -1 4202560 18458 13148 0 0 132 6 5 2 20 0 15 0 222237613 11260780544 51190 33554432000 4194304 4196468 140736334973792 140641643887080 140641653636537 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12808] ppid=12751 vsize=10996856 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12808/stat : 12808 (java) S 12751 12754 10336 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 222237614 11260780544 51190 33554432000 4194304 4196468 140736334973792 140641676315536 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12809] ppid=12751 vsize=10996856 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12809/stat : 12809 (java) S 12751 12754 10336 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 222237614 11260780544 51190 33554432000 4194304 4196468 140736334973792 140641531034384 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12810] ppid=12751 vsize=10996856 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12810/stat : 12810 (java) S 12751 12754 10336 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 222237614 11260780544 51190 33554432000 4194304 4196468 140736334973792 140641529982096 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12811] ppid=12751 vsize=10996856 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12811/stat : 12811 (java) S 12751 12754 10336 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 15 0 222237614 11260780544 51190 33554432000 4194304 4196468 140736334973792 140641528929296 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12812] ppid=12751 vsize=10996856 memory=-7965959130280075168 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12812/stat : 12812 (java) S 12751 12754 10336 0 -1 1077944384 13 13148 0 0 0 0 5 2 20 0 15 0 222237615 11260780544 51190 33554432000 4194304 4196468 140736334973792 140641096894576 140641672084098 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12813] ppid=12751 vsize=10996856 memory=280402308704512 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12813/stat : 12813 (java) S 12751 12754 10336 0 -1 1077944384 13 13148 0 0 0 0 5 2 20 0 15 0 222237616 11260780544 51190 33554432000 4194304 4196468 140736334973792 140640516039456 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12814] ppid=12751 vsize=10996856 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12814/stat : 12814 (java) S 12751 12754 10336 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 222237616 11260780544 51190 33554432000 4194304 4196468 140736334973792 140640314713200 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12815] ppid=12751 vsize=10996856 memory=1828 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12815/stat : 12815 (java) S 12751 12754 10336 0 -1 1077944384 3 13148 0 0 0 0 5 2 20 0 15 0 222237619 11260780544 51190 33554432000 4194304 4196468 140736334973792 140640007313488 140641672091547 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12816] ppid=12751 vsize=10996856 memory=1120 CPUtime=0.67 cores=0,2,4,6
/proc/12754/task/12816/stat : 12816 (java) R 12751 12754 10336 0 -1 4202560 5103 13148 0 0 59 1 5 2 20 0 15 0 222237619 11260780544 51190 33554432000 4194304 4196468 140736334973792 140641095828392 140641653616724 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12817] ppid=12751 vsize=10996856 memory=6116 CPUtime=0.66 cores=0,2,4,6
/proc/12754/task/12817/stat : 12817 (java) R 12751 12754 10336 0 -1 4202560 3506 13148 0 0 59 0 5 2 20 0 15 0 222237619 11260780544 51190 33554432000 4194304 4196468 140736334973792 140641094775672 140641649820371 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12818] ppid=12751 vsize=10996856 memory=1724 CPUtime=0.54 cores=0,2,4,6
/proc/12754/task/12818/stat : 12818 (java) S 12751 12754 10336 0 -1 1077944384 2278 13148 0 0 46 1 5 2 20 0 15 0 222237619 11260780544 51190 33554432000 4194304 4196468 140736334973792 140641093737328 140641672084098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12819] ppid=12751 vsize=10996856 memory=4004 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12819/stat : 12819 (java) S 12751 12754 10336 0 -1 1077944384 3 13148 0 0 0 0 5 2 20 0 15 0 222237619 11260780544 51190 33554432000 4194304 4196468 140736334973792 140639576517600 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12820] ppid=12751 vsize=10996856 memory=3516 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12820/stat : 12820 (java) S 12751 12754 10336 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 222237619 11260780544 51190 33554432000 4194304 4196468 140736334973792 140641092684208 140641672084098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
Current children cumulated CPU time: 3.15 s
Current children cumulated vsize: 10996856 KiB

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

/proc/12754/task/12807/stat : 12807 (java) R 12751 12754 10336 0 -1 4202560 78697 13148 0 0 236818 43 5 2 20 0 15 0 222237613 11280941056 246892 33554432000 4194304 4196468 140736334973792 140641643907328 140641217029918 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12808] ppid=12751 vsize=11016544 memory=987568 CPUtime=7.01 cores=0,2,4,6
/proc/12754/task/12808/stat : 12808 (java) S 12751 12754 10336 0 -1 1077944384 8814 13148 0 0 661 33 5 2 20 0 15 0 222237614 11280941056 246892 33554432000 4194304 4196468 140736334973792 140641676315536 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12809] ppid=12751 vsize=11016544 memory=987568 CPUtime=6.98 cores=0,2,4,6
/proc/12754/task/12809/stat : 12809 (java) S 12751 12754 10336 0 -1 1077944384 7175 13148 0 0 657 34 5 2 20 0 15 0 222237614 11280941056 246892 33554432000 4194304 4196468 140736334973792 140641531034384 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12810] ppid=12751 vsize=11016544 memory=987568 CPUtime=6.99 cores=0,2,4,6
/proc/12754/task/12810/stat : 12810 (java) S 12751 12754 10336 0 -1 1077944384 6473 13148 0 0 659 33 5 2 20 0 15 0 222237614 11280941056 246892 33554432000 4194304 4196468 140736334973792 140641529982096 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12811] ppid=12751 vsize=11016544 memory=0 CPUtime=6.96 cores=0,2,4,6
/proc/12754/task/12811/stat : 12811 (java) S 12751 12754 10336 0 -1 1077944384 10137 13148 0 0 658 31 5 2 20 0 15 0 222237614 11280941056 246892 33554432000 4194304 4196468 140736334973792 140641528929296 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12812] ppid=12751 vsize=11016544 memory=987568 CPUtime=4.61 cores=0,2,4,6
/proc/12754/task/12812/stat : 12812 (java) S 12751 12754 10336 0 -1 1077944384 12125 13148 0 0 430 24 5 2 20 0 15 0 222237615 11280941056 246892 33554432000 4194304 4196468 140736334973792 140641096894576 140641672084098 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12813] ppid=12751 vsize=11016544 memory=987568 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12813/stat : 12813 (java) S 12751 12754 10336 0 -1 1077944384 19 13148 0 0 0 0 5 2 20 0 15 0 222237616 11280941056 246892 33554432000 4194304 4196468 140736334973792 140640516039520 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12814] ppid=12751 vsize=11016544 memory=987468 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12814/stat : 12814 (java) S 12751 12754 10336 0 -1 1077944384 6 13148 0 0 0 0 5 2 20 0 15 0 222237616 11280941056 246892 33554432000 4194304 4196468 140736334973792 140640314713216 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12815] ppid=12751 vsize=11016544 memory=15512 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12815/stat : 12815 (java) S 12751 12754 10336 0 -1 1077944384 3 13148 0 0 0 0 5 2 20 0 15 0 222237619 11280941056 246892 33554432000 4194304 4196468 140736334973792 140640007313488 140641672091547 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12816] ppid=12751 vsize=11016544 memory=987568 CPUtime=9.64 cores=0,2,4,6
/proc/12754/task/12816/stat : 12816 (java) S 12751 12754 10336 0 -1 1077944384 54904 13148 0 0 951 6 5 2 20 0 15 0 222237619 11280941056 246892 33554432000 4194304 4196468 140736334973792 140641095842416 140641672084098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 24 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12817] ppid=12751 vsize=11016544 memory=1288 CPUtime=9.89 cores=0,2,4,6
/proc/12754/task/12817/stat : 12817 (java) S 12751 12754 10336 0 -1 1077944384 56405 13148 0 0 975 7 5 2 20 0 15 0 222237619 11280941056 246892 33554432000 4194304 4196468 140736334973792 140641094789616 140641672084098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12818] ppid=12751 vsize=11016544 memory=987568 CPUtime=3.53 cores=0,2,4,6
/proc/12754/task/12818/stat : 12818 (java) S 12751 12754 10336 0 -1 1077944384 56075 13148 0 0 338 8 5 2 20 0 15 0 222237619 11280941056 246892 33554432000 4194304 4196468 140736334973792 140641093737328 140641672084098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 24 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12819] ppid=12751 vsize=11016544 memory=987568 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12819/stat : 12819 (java) S 12751 12754 10336 0 -1 1077944384 3 13148 0 0 0 0 5 2 20 0 15 0 222237619 11280941056 246892 33554432000 4194304 4196468 140736334973792 140639576517600 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12820] ppid=12751 vsize=11016544 memory=987568 CPUtime=1.4 cores=0,2,4,6
/proc/12754/task/12820/stat : 12820 (java) S 12751 12754 10336 0 -1 1077944384 1029 13148 0 0 71 62 5 2 20 0 15 0 222237619 11280941056 246892 33554432000 4194304 4196468 140736334973792 140641092684208 140641672084098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 23 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
Current children cumulated CPU time: 2425.16 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 987568 KiB

[startup+2442.3 s]
/proc/loadavg: 1.54 1.43 1.43 3/215 13283
/proc/meminfo: memFree=22191040/32770624 swapFree=67108860/67108860
[pid=12754] ppid=12751 vsize=11016544 memory=982592 CPUtime=2485.9 cores=0,2,4,6
/proc/12754/stat : 12754 (java) S 12751 12754 10336 0 -1 1077944320 297360 13148 0 0 248326 257 5 2 20 0 15 0 222237604 11280941056 245648 33554432000 4194304 4196468 140736334973792 140736334956336 140641672072951 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
/proc/12754/statm: 2754136 245648 3533 1 0 2715789 0
[pid=12754/tid=12807] ppid=12751 vsize=11016544 memory=982592 CPUtime=2428.25 cores=0,2,4,6
/proc/12754/task/12807/stat : 12807 (java) R 12751 12754 10336 0 -1 4202560 79480 13148 0 0 242775 43 5 2 20 0 15 0 222237613 11280941056 245648 33554432000 4194304 4196468 140736334973792 140641643907216 140641228285076 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12808] ppid=12751 vsize=11016544 memory=983080 CPUtime=7.23 cores=0,2,4,6
/proc/12754/task/12808/stat : 12808 (java) S 12751 12754 10336 0 -1 1077944384 8957 13148 0 0 683 33 5 2 20 0 15 0 222237614 11280941056 245648 33554432000 4194304 4196468 140736334973792 140641676315536 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12809] ppid=12751 vsize=11016544 memory=984104 CPUtime=7.2 cores=0,2,4,6
/proc/12754/task/12809/stat : 12809 (java) S 12751 12754 10336 0 -1 1077944384 7327 13148 0 0 679 34 5 2 20 0 15 0 222237614 11280941056 245648 33554432000 4194304 4196468 140736334973792 140641531034384 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12810] ppid=12751 vsize=11016544 memory=982592 CPUtime=7.23 cores=0,2,4,6
/proc/12754/task/12810/stat : 12810 (java) S 12751 12754 10336 0 -1 1077944384 6632 13148 0 0 682 34 5 2 20 0 15 0 222237614 11280941056 245648 33554432000 4194304 4196468 140736334973792 140641529982096 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12811] ppid=12751 vsize=11016544 memory=3712 CPUtime=7.19 cores=0,2,4,6
/proc/12754/task/12811/stat : 12811 (java) S 12751 12754 10336 0 -1 1077944384 10316 13148 0 0 680 32 5 2 20 0 15 0 222237614 11280941056 245648 33554432000 4194304 4196468 140736334973792 140641528929296 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12812] ppid=12751 vsize=11016544 memory=982592 CPUtime=4.76 cores=0,2,4,6
/proc/12754/task/12812/stat : 12812 (java) S 12751 12754 10336 0 -1 1077944384 12334 13148 0 0 444 25 5 2 20 0 15 0 222237615 11280941056 245648 33554432000 4194304 4196468 140736334973792 140641096894576 140641672084098 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12813] ppid=12751 vsize=11016544 memory=982592 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12813/stat : 12813 (java) S 12751 12754 10336 0 -1 1077944384 19 13148 0 0 0 0 5 2 20 0 15 0 222237616 11280941056 245648 33554432000 4194304 4196468 140736334973792 140640516039520 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12814] ppid=12751 vsize=11016544 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12814/stat : 12814 (java) S 12751 12754 10336 0 -1 1077944384 6 13148 0 0 0 0 5 2 20 0 15 0 222237616 11280941056 245648 33554432000 4194304 4196468 140736334973792 140640314713216 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12815] ppid=12751 vsize=11016544 memory=3516 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12815/stat : 12815 (java) S 12751 12754 10336 0 -1 1077944384 3 13148 0 0 0 0 5 2 20 0 15 0 222237619 11280941056 245648 33554432000 4194304 4196468 140736334973792 140640007313488 140641672091547 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12816] ppid=12751 vsize=11016544 memory=1740 CPUtime=9.66 cores=0,2,4,6
/proc/12754/task/12816/stat : 12816 (java) S 12751 12754 10336 0 -1 1077944384 55208 13148 0 0 953 6 5 2 20 0 15 0 222237619 11280941056 245648 33554432000 4194304 4196468 140736334973792 140641095842416 140641672084098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 24 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12817] ppid=12751 vsize=11016544 memory=11192 CPUtime=9.92 cores=0,2,4,6
/proc/12754/task/12817/stat : 12817 (java) S 12751 12754 10336 0 -1 1077944384 57087 13148 0 0 978 7 5 2 20 0 15 0 222237619 11280941056 245648 33554432000 4194304 4196468 140736334973792 140641094789616 140641672084098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12818] ppid=12751 vsize=11016544 memory=982592 CPUtime=3.54 cores=0,2,4,6
/proc/12754/task/12818/stat : 12818 (java) S 12751 12754 10336 0 -1 1077944384 56750 13148 0 0 339 8 5 2 20 0 15 0 222237619 11280941056 245648 33554432000 4194304 4196468 140736334973792 140641093737328 140641672084098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 24 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12819] ppid=12751 vsize=11016544 memory=982592 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12819/stat : 12819 (java) S 12751 12754 10336 0 -1 1077944384 3 13148 0 0 0 0 5 2 20 0 15 0 222237619 11280941056 245648 33554432000 4194304 4196468 140736334973792 140639576517600 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12820] ppid=12751 vsize=11016544 memory=982592 CPUtime=1.43 cores=0,2,4,6
/proc/12754/task/12820/stat : 12820 (java) S 12751 12754 10336 0 -1 1077944384 1046 13148 0 0 72 64 5 2 20 0 15 0 222237619 11280941056 245648 33554432000 4194304 4196468 140736334973792 140641092684208 140641672084098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 23 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
Current children cumulated CPU time: 2485.9 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 982592 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2476.11 s]
/proc/loadavg: 1.48 1.42 1.42 3/215 13284
/proc/meminfo: memFree=22191316/32770624 swapFree=67108860/67108860
[pid=12754] ppid=12751 vsize=11016544 memory=982640 CPUtime=2520.01 cores=0,2,4,6
/proc/12754/stat : 12754 (java) S 12751 12754 10336 0 -1 1077944320 298674 13148 0 0 251735 259 5 2 20 0 15 0 222237604 11280941056 245660 33554432000 4194304 4196468 140736334973792 140736334956336 140641672072951 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
/proc/12754/statm: 2754136 245660 3533 1 0 2715789 0
[pid=12754/tid=12807] ppid=12751 vsize=11016544 memory=982640 CPUtime=2461.87 cores=0,2,4,6
/proc/12754/task/12807/stat : 12807 (java) R 12751 12754 10336 0 -1 4202560 79899 13148 0 0 246137 43 5 2 20 0 15 0 222237613 11280941056 245660 33554432000 4194304 4196468 140736334973792 140641643907200 140641228254656 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12808] ppid=12751 vsize=11016544 memory=982640 CPUtime=7.34 cores=0,2,4,6
/proc/12754/task/12808/stat : 12808 (java) S 12751 12754 10336 0 -1 1077944384 8996 13148 0 0 693 34 5 2 20 0 15 0 222237614 11280941056 245660 33554432000 4194304 4196468 140736334973792 140641676315536 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12809] ppid=12751 vsize=11016544 memory=982640 CPUtime=7.31 cores=0,2,4,6
/proc/12754/task/12809/stat : 12809 (java) S 12751 12754 10336 0 -1 1077944384 7349 13148 0 0 689 35 5 2 20 0 15 0 222237614 11280941056 245660 33554432000 4194304 4196468 140736334973792 140641531034384 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12810] ppid=12751 vsize=11016544 memory=982640 CPUtime=7.32 cores=0,2,4,6
/proc/12754/task/12810/stat : 12810 (java) S 12751 12754 10336 0 -1 1077944384 6700 13148 0 0 691 34 5 2 20 0 15 0 222237614 11280941056 245660 33554432000 4194304 4196468 140736334973792 140641529982096 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12811] ppid=12751 vsize=11016544 memory=982640 CPUtime=7.29 cores=0,2,4,6
/proc/12754/task/12811/stat : 12811 (java) S 12751 12754 10336 0 -1 1077944384 10440 13148 0 0 690 32 5 2 20 0 15 0 222237614 11280941056 245660 33554432000 4194304 4196468 140736334973792 140641528929296 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12812] ppid=12751 vsize=11016544 memory=2401 CPUtime=4.83 cores=0,2,4,6
/proc/12754/task/12812/stat : 12812 (java) S 12751 12754 10336 0 -1 1077944384 12543 13148 0 0 451 25 5 2 20 0 15 0 222237615 11280941056 245660 33554432000 4194304 4196468 140736334973792 140641096894576 140641672084098 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12813] ppid=12751 vsize=11016544 memory=982640 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12813/stat : 12813 (java) S 12751 12754 10336 0 -1 1077944384 19 13148 0 0 0 0 5 2 20 0 15 0 222237616 11280941056 245660 33554432000 4194304 4196468 140736334973792 140640516039520 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12814] ppid=12751 vsize=11016544 memory=3712 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12814/stat : 12814 (java) S 12751 12754 10336 0 -1 1077944384 6 13148 0 0 0 0 5 2 20 0 15 0 222237616 11280941056 245660 33554432000 4194304 4196468 140736334973792 140640314713216 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12815] ppid=12751 vsize=11016544 memory=982640 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12815/stat : 12815 (java) S 12751 12754 10336 0 -1 1077944384 3 13148 0 0 0 0 5 2 20 0 15 0 222237619 11280941056 245660 33554432000 4194304 4196468 140736334973792 140640007313488 140641672091547 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12816] ppid=12751 vsize=11016544 memory=240520 CPUtime=9.68 cores=0,2,4,6
/proc/12754/task/12816/stat : 12816 (java) S 12751 12754 10336 0 -1 1077944384 55463 13148 0 0 955 6 5 2 20 0 15 0 222237619 11280941056 245660 33554432000 4194304 4196468 140736334973792 140641095842416 140641672084098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 24 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12817] ppid=12751 vsize=11016544 memory=982640 CPUtime=9.92 cores=0,2,4,6
/proc/12754/task/12817/stat : 12817 (java) S 12751 12754 10336 0 -1 1077944384 57089 13148 0 0 978 7 5 2 20 0 15 0 222237619 11280941056 245660 33554432000 4194304 4196468 140736334973792 140641094789616 140641672084098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12818] ppid=12751 vsize=11016544 memory=982640 CPUtime=3.54 cores=0,2,4,6
/proc/12754/task/12818/stat : 12818 (java) S 12751 12754 10336 0 -1 1077944384 56912 13148 0 0 339 8 5 2 20 0 15 0 222237619 11280941056 245660 33554432000 4194304 4196468 140736334973792 140641093737328 140641672084098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 24 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12819] ppid=12751 vsize=11016544 memory=982640 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12819/stat : 12819 (java) S 12751 12754 10336 0 -1 1077944384 3 13148 0 0 0 0 5 2 20 0 15 0 222237619 11280941056 245660 33554432000 4194304 4196468 140736334973792 140639576517600 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12820] ppid=12751 vsize=11016544 memory=982640 CPUtime=1.45 cores=0,2,4,6
/proc/12754/task/12820/stat : 12820 (java) S 12751 12754 10336 0 -1 1077944384 1060 13148 0 0 74 64 5 2 20 0 15 0 222237619 11280941056 245660 33554432000 4194304 4196468 140736334973792 140641092684208 140641672084098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 23 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 982640 KiB

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

[startup+2476.14 s]
# the end of solver process 12754 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.43 s, system=2.63356 s

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

[startup+2476.11 s]
/proc/loadavg: 1.48 1.42 1.42 3/215 13284
/proc/meminfo: memFree=22191316/32770624 swapFree=67108860/67108860
[pid=12754] ppid=12751 vsize=11016544 memory=982640 CPUtime=2520.01 cores=0,2,4,6
/proc/12754/stat : 12754 (java) S 12751 12754 10336 0 -1 1077944320 298674 13148 0 0 251735 259 5 2 20 0 15 0 222237604 11280941056 245660 33554432000 4194304 4196468 140736334973792 140736334956336 140641672072951 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
/proc/12754/statm: 2754136 245660 3533 1 0 2715789 0
[pid=12754/tid=12807] ppid=12751 vsize=11016544 memory=982640 CPUtime=2461.87 cores=0,2,4,6
/proc/12754/task/12807/stat : 12807 (java) R 12751 12754 10336 0 -1 4202560 79899 13148 0 0 246137 43 5 2 20 0 15 0 222237613 11280941056 245660 33554432000 4194304 4196468 140736334973792 140641643907200 140641228254656 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12808] ppid=12751 vsize=11016544 memory=982640 CPUtime=7.34 cores=0,2,4,6
/proc/12754/task/12808/stat : 12808 (java) S 12751 12754 10336 0 -1 1077944384 8996 13148 0 0 693 34 5 2 20 0 15 0 222237614 11280941056 245660 33554432000 4194304 4196468 140736334973792 140641676315536 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12809] ppid=12751 vsize=11016544 memory=982640 CPUtime=7.31 cores=0,2,4,6
/proc/12754/task/12809/stat : 12809 (java) S 12751 12754 10336 0 -1 1077944384 7349 13148 0 0 689 35 5 2 20 0 15 0 222237614 11280941056 245660 33554432000 4194304 4196468 140736334973792 140641531034384 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12810] ppid=12751 vsize=11016544 memory=982640 CPUtime=7.32 cores=0,2,4,6
/proc/12754/task/12810/stat : 12810 (java) S 12751 12754 10336 0 -1 1077944384 6700 13148 0 0 691 34 5 2 20 0 15 0 222237614 11280941056 245660 33554432000 4194304 4196468 140736334973792 140641529982096 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12811] ppid=12751 vsize=11016544 memory=982640 CPUtime=7.29 cores=0,2,4,6
/proc/12754/task/12811/stat : 12811 (java) S 12751 12754 10336 0 -1 1077944384 10440 13148 0 0 690 32 5 2 20 0 15 0 222237614 11280941056 245660 33554432000 4194304 4196468 140736334973792 140641528929296 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12812] ppid=12751 vsize=11016544 memory=2401 CPUtime=4.83 cores=0,2,4,6
/proc/12754/task/12812/stat : 12812 (java) S 12751 12754 10336 0 -1 1077944384 12543 13148 0 0 451 25 5 2 20 0 15 0 222237615 11280941056 245660 33554432000 4194304 4196468 140736334973792 140641096894576 140641672084098 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12813] ppid=12751 vsize=11016544 memory=982640 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12813/stat : 12813 (java) S 12751 12754 10336 0 -1 1077944384 19 13148 0 0 0 0 5 2 20 0 15 0 222237616 11280941056 245660 33554432000 4194304 4196468 140736334973792 140640516039520 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12814] ppid=12751 vsize=11016544 memory=3712 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12814/stat : 12814 (java) S 12751 12754 10336 0 -1 1077944384 6 13148 0 0 0 0 5 2 20 0 15 0 222237616 11280941056 245660 33554432000 4194304 4196468 140736334973792 140640314713216 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12815] ppid=12751 vsize=11016544 memory=982640 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12815/stat : 12815 (java) S 12751 12754 10336 0 -1 1077944384 3 13148 0 0 0 0 5 2 20 0 15 0 222237619 11280941056 245660 33554432000 4194304 4196468 140736334973792 140640007313488 140641672091547 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12816] ppid=12751 vsize=11016544 memory=240520 CPUtime=9.68 cores=0,2,4,6
/proc/12754/task/12816/stat : 12816 (java) S 12751 12754 10336 0 -1 1077944384 55463 13148 0 0 955 6 5 2 20 0 15 0 222237619 11280941056 245660 33554432000 4194304 4196468 140736334973792 140641095842416 140641672084098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 24 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12817] ppid=12751 vsize=11016544 memory=982640 CPUtime=9.92 cores=0,2,4,6
/proc/12754/task/12817/stat : 12817 (java) S 12751 12754 10336 0 -1 1077944384 57089 13148 0 0 978 7 5 2 20 0 15 0 222237619 11280941056 245660 33554432000 4194304 4196468 140736334973792 140641094789616 140641672084098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12818] ppid=12751 vsize=11016544 memory=982640 CPUtime=3.54 cores=0,2,4,6
/proc/12754/task/12818/stat : 12818 (java) S 12751 12754 10336 0 -1 1077944384 56912 13148 0 0 339 8 5 2 20 0 15 0 222237619 11280941056 245660 33554432000 4194304 4196468 140736334973792 140641093737328 140641672084098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 24 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12819] ppid=12751 vsize=11016544 memory=982640 CPUtime=0.07 cores=0,2,4,6
/proc/12754/task/12819/stat : 12819 (java) S 12751 12754 10336 0 -1 1077944384 3 13148 0 0 0 0 5 2 20 0 15 0 222237619 11280941056 245660 33554432000 4194304 4196468 140736334973792 140639576517600 140641672083157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
[pid=12754/tid=12820] ppid=12751 vsize=11016544 memory=982640 CPUtime=1.45 cores=0,2,4,6
/proc/12754/task/12820/stat : 12820 (java) S 12751 12754 10336 0 -1 1077944384 1060 13148 0 0 74 64 5 2 20 0 15 0 222237619 11280941056 245660 33554432000 4194304 4196468 140736334973792 140641092684208 140641672084098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 23 0 0 6293624 6294260 23040000 140736334977635 140736334980444 140736334980444 140736334983119 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 982640 KiB

Child status: 143
Real time (s): 2476.14
CPU time (s): 2520.06
CPU user time (s): 2517.43
CPU system time (s): 2.63356
CPU usage (%): 101.774
Max. virtual memory (cumulated for all children) (KiB): 11016544
Max. memory (cumulated for all children) (KiB): 1491988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.43
system time used= 2.63356
maximum resident set size= 1508372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 312564
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 155461
involuntary context switches= 8028


# summary of solver processes directly reported to runsolver:
#   pid: 12754
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2517.43
#   total CPU system time (s): 2.63356

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6495 second user time and 22.9821 second system time

The end

Launcher Data

Begin job on node107 at 2018-08-12 06:05:44
IDJOB=4304204
IDBENCH=141102
IDSOLVER=2781
FILE ID=node107/4304204-1534046744
RUNJOBID= node107-1534039308-11488
PBS_JOBID= 21036970
Free space on /tmp= 39308 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Tal/Tal-10_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304204-1534046744/watcher-4304204-1534046744 -o /tmp/evaluation-result-4304204-1534046744/solver-4304204-1534046744 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534039308-11488 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1901431678 -superng HOME/instance-4304204-1534046744.xml

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

MD5SUM BENCH= 5b503c3a6c92db57b21a5ce4dae05a14
RANDOM SEED=1901431678

node107.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.40
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.40
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.40
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.40
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:        21435668 kB
MemAvailable:   28551340 kB
Buffers:          185940 kB
Cached:          7121656 kB
SwapCached:            0 kB
Active:          7032188 kB
Inactive:        3677900 kB
Active(anon):    3351596 kB
Inactive(anon):   103432 kB
Active(file):    3680592 kB
Inactive(file):  3574468 kB
Unevictable:        6976 kB
Mlocked:            6976 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26968 kB
Writeback:            16 kB
AnonPages:       3409444 kB
Mapped:            64784 kB
Shmem:             49804 kB
Slab:             317448 kB
SReclaimable:     289072 kB
SUnreclaim:        28376 kB
KernelStack:        3536 kB
PageTables:        12108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4253464 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3305472 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 39280 MiB
End job on node107 at 2018-08-12 06:47:00