Trace number 4302563

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2? (TO) 252.243 229.236

General information on the benchmark

NameRlfap/Rlfap-opt/
Rlfap-scen-01-opt_c18.xml
MD5SUM2ee48e6c5f3b799813662dbb853aaebc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark252.017
Satisfiable
(Un)Satisfiability was proved
Number of variables916
Number of constraints5548
Number of domains7
Minimum domain size6
Maximum domain size44
Distribution of domain sizes[{"size":6,"count":6},{"size":22,"count":36},{"size":24,"count":8},{"size":36,"count":360},{"size":42,"count":22},{"size":44,"count":484}]
Minimum variable degree2
Maximum variable degree62
Distribution of variable degrees[{"degree":2,"count":12},{"degree":3,"count":2},{"degree":4,"count":38},{"degree":5,"count":25},{"degree":6,"count":95},{"degree":7,"count":25},{"degree":8,"count":106},{"degree":9,"count":20},{"degree":10,"count":111},{"degree":11,"count":39},{"degree":12,"count":56},{"degree":13,"count":41},{"degree":14,"count":47},{"degree":15,"count":30},{"degree":16,"count":41},{"degree":17,"count":19},{"degree":18,"count":32},{"degree":19,"count":15},{"degree":20,"count":27},{"degree":21,"count":21},{"degree":22,"count":8},{"degree":23,"count":11},{"degree":24,"count":18},{"degree":25,"count":13},{"degree":26,"count":7},{"degree":27,"count":7},{"degree":28,"count":7},{"degree":29,"count":7},{"degree":30,"count":7},{"degree":31,"count":6},{"degree":32,"count":4},{"degree":33,"count":2},{"degree":35,"count":1},{"degree":36,"count":1},{"degree":37,"count":2},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":40,"count":3},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":45,"count":2},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":5548}]
Number of extensional constraints0
Number of intensional constraints5548
Distribution of constraint types[{"type":"intension","count":5548}]
Optimization problemYES
Type of objectivemin NVALUES

Solver Data

0.98/0.75	c Concrete v3.9.2.1532736233296 running
252.09/229.20	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.09/229.20		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.09/229.20		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.09/229.20		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
252.09/229.20		at bitvectors.LargeBitVector.filter(LargeBitVector.scala:254)
252.09/229.20		at bitvectors.LargeBitVector.filter(LargeBitVector.scala:16)
252.09/229.20		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.09/229.20		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
252.09/229.20		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.09/229.20		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.09/229.20		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.09/229.20		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.09/229.20		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.09/229.20		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.09/229.20		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.09/229.20		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.09/229.20		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.09/229.20		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.09/229.20		at scala.Option.map(Option.scala:146)
252.09/229.20		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.09/229.20		at concrete.MAC.mac(MAC.scala:203)
252.09/229.20		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.09/229.20		at scala.util.Try$.apply(Try.scala:209)
252.09/229.20		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.09/229.20		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.09/229.20		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.09/229.20		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.09/229.20		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.09/229.20		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.09/229.20		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.09/229.20		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.09/229.20		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.09/229.20		at concrete.MAC.oneRun(MAC.scala:253)
252.09/229.20		at concrete.MAC.nextSolution(MAC.scala:272)
252.09/229.20		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
252.09/229.20		at concrete.ProblemState.map(ProblemState.scala:221)
252.09/229.20		at concrete.ProblemState.map(ProblemState.scala:204)
252.09/229.20		at concrete.MAC.nextSolution(MAC.scala:334)
252.09/229.20		at concrete.Solver.hasNext(Solver.scala:166)
252.09/229.20		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.09/229.20		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.09/229.20		at concrete.Solver.foreach(Solver.scala:68)
252.09/229.20		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.09/229.20		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.09/229.20		at scala.util.Success.map(Try.scala:209)
252.09/229.20		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.09/229.20		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.09/229.20		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.09/229.20		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.09/229.20		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.09/229.20		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.09/229.20		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.09/229.20		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.09/229.20		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.09/229.20		at scala.collection.immutable.List.foreach(List.scala:389)
252.09/229.20		at scala.App.main(App.scala:76)
252.09/229.20		at scala.App.main$(App.scala:74)
252.09/229.20		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.09/229.20		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.20/229.21	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (10899 MiB free)
  memory of node 1: 16384 MiB (14064 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302563-1532895551/watcher-4302563-1532895551 -o /tmp/evaluation-result-4302563-1532895551/solver-4302563-1532895551 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532895551-13368 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=860781088 HOME/instance-4302563-1532895551.xml 

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

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

solver pid=13398, runsolver pid=13392

[startup+0.100084 s]*
/proc/loadavg: 1.43 1.40 1.35 4/193 13491
/proc/meminfo: memFree=25561216/32770624 swapFree=67108688/67108860
[pid=13398] ppid=13392 vsize=169680 memory=5168 CPUtime=0.08 cores=0,2,4,6
/proc/13398/stat : 13398 (java) S 13392 13398 6529 0 -1 1077944320 2406 13145 0 0 0 0 5 3 20 0 2 0 107117975 173752320 1292 33554432000 4194304 4196468 140730800454400 140730800436944 139950387511031 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
/proc/13398/statm: 42452 1292 966 1 0 32937 0
[pid=13398/tid=13504] ppid=13392 vsize=173988 memory=-6517102902069810590 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13504/stat : 13504 (java) R 13392 13398 6529 0 -1 4202560 332 13145 0 0 0 0 5 3 20 0 2 0 107117985 178163712 1353 33554432000 4194304 4196468 140730800454400 139950359348432 139950380190749 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 169680 KiB
Current children cumulated memory: 5168 KiB

[startup+0.212254 s]*
/proc/loadavg: 1.43 1.40 1.35 5/217 13531
/proc/meminfo: memFree=25505432/32770624 swapFree=67108688/67108860
[pid=13398] ppid=13392 vsize=10982744 memory=40868 CPUtime=0.24 cores=0,2,4,6
/proc/13398/stat : 13398 (java) S 13392 13398 6529 0 -1 1077944320 6899 13145 0 0 14 2 5 3 20 0 15 0 107117975 11246329856 10189 33554432000 4194304 4196468 140730800454400 140730800436944 139950387511031 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
/proc/13398/statm: 2745686 10189 2970 1 0 2708109 0
[pid=13398/tid=13504] ppid=13392 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/13398/task/13504/stat : 13504 (java) R 13392 13398 6529 0 -1 4202560 3466 13145 0 0 9 1 5 3 20 0 15 0 107117985 11246329856 10217 33554432000 4194304 4196468 140730800454400 139950359307072 139950369074587 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13509] ppid=13392 vsize=10982744 memory=343 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13509/stat : 13509 (java) S 13392 13398 6529 0 -1 1077944384 1 13145 0 0 0 0 5 3 20 0 15 0 107117986 11246329856 10217 33554432000 4194304 4196468 140730800454400 139950391753104 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13511] ppid=13392 vsize=10982744 memory=140247027383247 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13511/stat : 13511 (java) S 13392 13398 6529 0 -1 1077944384 2 13145 0 0 0 0 5 3 20 0 15 0 107117986 11246329856 10217 33554432000 4194304 4196468 140730800454400 139950246471952 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13512] ppid=13392 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13512/stat : 13512 (java) S 13392 13398 6529 0 -1 1077944384 1 13145 0 0 0 0 5 3 20 0 15 0 107117986 11246329856 10217 33554432000 4194304 4196468 140730800454400 139950245419664 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13513] ppid=13392 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13513/stat : 13513 (java) S 13392 13398 6529 0 -1 1077944384 2 13145 0 0 0 0 5 3 20 0 15 0 107117986 11246329856 10217 33554432000 4194304 4196468 140730800454400 139950244366864 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13514] ppid=13392 vsize=10982744 memory=140247027369600 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13514/stat : 13514 (java) S 13392 13398 6529 0 -1 1077944384 2 13145 0 0 0 0 5 3 20 0 15 0 107117988 11246329856 10217 33554432000 4194304 4196468 140730800454400 139949813480048 139950387522178 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13516] ppid=13392 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13516/stat : 13516 (java) S 13392 13398 6529 0 -1 1077944384 13 13145 0 0 0 0 5 3 20 0 15 0 107117988 11246329856 10217 33554432000 4194304 4196468 140730800454400 139949174154528 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13518] ppid=13392 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13518/stat : 13518 (java) S 13392 13398 6529 0 -1 1077944384 1 13145 0 0 0 0 5 3 20 0 15 0 107117988 11246329856 10217 33554432000 4194304 4196468 140730800454400 139949026305648 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13521] ppid=13392 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13521/stat : 13521 (java) S 13392 13398 6529 0 -1 1077944384 3 13145 0 0 0 0 5 3 20 0 15 0 107117991 11246329856 10217 33554432000 4194304 4196468 140730800454400 139948718905936 139950387529627 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13523] ppid=13392 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/13398/task/13523/stat : 13523 (java) S 13392 13398 6529 0 -1 1077944384 489 13145 0 0 1 0 5 3 20 0 15 0 107117991 11246329856 10217 33554432000 4194304 4196468 140730800454400 139949812426864 139950387522178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13525] ppid=13392 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13525/stat : 13525 (java) S 13392 13398 6529 0 -1 1077944384 134 13145 0 0 0 0 5 3 20 0 15 0 107117991 11246329856 10217 33554432000 4194304 4196468 140730800454400 139949811374064 139950387522178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13526] ppid=13392 vsize=10982744 memory=140247027369600 CPUtime=0.11 cores=0,2,4,6
/proc/13398/task/13526/stat : 13526 (java) S 13392 13398 6529 0 -1 1077944384 592 13145 0 0 3 0 5 3 20 0 15 0 107117991 11246329856 10217 33554432000 4194304 4196468 140730800454400 139949810321776 139950387522178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13528] ppid=13392 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13528/stat : 13528 (java) S 13392 13398 6529 0 -1 1077944384 3 13145 0 0 0 0 5 3 20 0 15 0 107117991 11246329856 10217 33554432000 4194304 4196468 140730800454400 139948288109024 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13530] ppid=13392 vsize=10982744 memory=140247027369600 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13530/stat : 13530 (java) S 13392 13398 6529 0 -1 1077944384 1 13145 0 0 0 0 5 3 20 0 15 0 107117991 11246329856 10217 33554432000 4194304 4196468 140730800454400 139949809269680 139950387522178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 40868 KiB

[startup+0.310252 s]*
/proc/loadavg: 1.43 1.40 1.35 1/217 13531
/proc/meminfo: memFree=25483316/32770624 swapFree=67108688/67108860
[pid=13398] ppid=13392 vsize=10983192 memory=54312 CPUtime=0.37 cores=0,2,4,6
/proc/13398/stat : 13398 (java) S 13392 13398 6529 0 -1 1077944320 10068 13145 0 0 26 3 5 3 20 0 15 0 107117975 11246788608 13578 33554432000 4194304 4196468 140730800454400 140730800436944 139950387511031 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
/proc/13398/statm: 2745798 13578 3103 1 0 2708109 0
[pid=13398/tid=13504] ppid=13392 vsize=10983192 memory=7649539639861400709 CPUtime=0.27 cores=0,2,4,6
/proc/13398/task/13504/stat : 13504 (java) R 13392 13398 6529 0 -1 4202560 6620 13145 0 0 17 2 5 3 20 0 15 0 107117985 11246788608 13578 33554432000 4194304 4196468 140730800454400 139950359323040 139950370697869 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13509] ppid=13392 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13509/stat : 13509 (java) S 13392 13398 6529 0 -1 1077944384 1 13145 0 0 0 0 5 3 20 0 15 0 107117986 11246788608 13578 33554432000 4194304 4196468 140730800454400 139950391753104 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13511] ppid=13392 vsize=10983192 memory=140247027369600 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13511/stat : 13511 (java) S 13392 13398 6529 0 -1 1077944384 2 13145 0 0 0 0 5 3 20 0 15 0 107117986 11246788608 13578 33554432000 4194304 4196468 140730800454400 139950246471952 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13512] ppid=13392 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13512/stat : 13512 (java) S 13392 13398 6529 0 -1 1077944384 1 13145 0 0 0 0 5 3 20 0 15 0 107117986 11246788608 13578 33554432000 4194304 4196468 140730800454400 139950245419664 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13513] ppid=13392 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13513/stat : 13513 (java) S 13392 13398 6529 0 -1 1077944384 2 13145 0 0 0 0 5 3 20 0 15 0 107117986 11246788608 13578 33554432000 4194304 4196468 140730800454400 139950244366864 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13514] ppid=13392 vsize=10983192 memory=140247027369600 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13514/stat : 13514 (java) S 13392 13398 6529 0 -1 1077944384 2 13145 0 0 0 0 5 3 20 0 15 0 107117988 11246788608 13578 33554432000 4194304 4196468 140730800454400 139949813480048 139950387522178 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13516] ppid=13392 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13516/stat : 13516 (java) S 13392 13398 6529 0 -1 1077944384 13 13145 0 0 0 0 5 3 20 0 15 0 107117988 11246788608 13578 33554432000 4194304 4196468 140730800454400 139949174154528 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13518] ppid=13392 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13518/stat : 13518 (java) S 13392 13398 6529 0 -1 1077944384 1 13145 0 0 0 0 5 3 20 0 15 0 107117988 11246788608 13578 33554432000 4194304 4196468 140730800454400 139949026305648 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13521] ppid=13392 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13521/stat : 13521 (java) S 13392 13398 6529 0 -1 1077944384 3 13145 0 0 0 0 5 3 20 0 15 0 107117991 11246788608 13578 33554432000 4194304 4196468 140730800454400 139948718905936 139950387529627 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13523] ppid=13392 vsize=10983192 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/13398/task/13523/stat : 13523 (java) S 13392 13398 6529 0 -1 1077944384 489 13145 0 0 2 0 5 3 20 0 15 0 107117991 11246788608 13578 33554432000 4194304 4196468 140730800454400 139949812426864 139950387522178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13525] ppid=13392 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/13398/task/13525/stat : 13525 (java) S 13392 13398 6529 0 -1 1077944384 137 13145 0 0 1 0 5 3 20 0 15 0 107117991 11246788608 13578 33554432000 4194304 4196468 140730800454400 139949811374064 139950387522178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13526] ppid=13392 vsize=10983192 memory=140247027369600 CPUtime=0.12 cores=0,2,4,6
/proc/13398/task/13526/stat : 13526 (java) S 13392 13398 6529 0 -1 1077944384 603 13145 0 0 4 0 5 3 20 0 15 0 107117991 11246788608 13578 33554432000 4194304 4196468 140730800454400 139949810321776 139950387522178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13528] ppid=13392 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13528/stat : 13528 (java) S 13392 13398 6529 0 -1 1077944384 3 13145 0 0 0 0 5 3 20 0 15 0 107117991 11246788608 13578 33554432000 4194304 4196468 140730800454400 139948288109024 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13530] ppid=13392 vsize=10983192 memory=140247027369600 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13530/stat : 13530 (java) S 13392 13398 6529 0 -1 1077944384 1 13145 0 0 0 0 5 3 20 0 15 0 107117991 11246788608 13578 33554432000 4194304 4196468 140730800454400 139949809269680 139950387522178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 54312 KiB

[startup+0.700754 s]
/proc/loadavg: 1.43 1.40 1.35 3/217 13531
/proc/meminfo: memFree=25457684/32770624 swapFree=67108688/67108860
[pid=13398] ppid=13392 vsize=10983192 memory=88596 CPUtime=0.98 cores=0,2,4,6
/proc/13398/stat : 13398 (java) S 13392 13398 6529 0 -1 1077944320 16755 13145 0 0 85 5 5 3 20 0 15 0 107117975 11246788608 22149 33554432000 4194304 4196468 140730800454400 140730800436944 139950387511031 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
/proc/13398/statm: 2745798 22149 3246 1 0 2708109 0
[pid=13398/tid=13504] ppid=13392 vsize=10983192 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/13398/task/13504/stat : 13504 (java) R 13392 13398 6529 0 -1 4202560 12241 13145 0 0 54 3 5 3 20 0 15 0 107117985 11246788608 22149 33554432000 4194304 4196468 140730800454400 139950359331320 139950372676595 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13509] ppid=13392 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13509/stat : 13509 (java) S 13392 13398 6529 0 -1 1077944384 1 13145 0 0 0 0 5 3 20 0 15 0 107117986 11246788608 22149 33554432000 4194304 4196468 140730800454400 139950391753104 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13511] ppid=13392 vsize=10983192 memory=2498731443969 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13511/stat : 13511 (java) S 13392 13398 6529 0 -1 1077944384 2 13145 0 0 0 0 5 3 20 0 15 0 107117986 11246788608 22149 33554432000 4194304 4196468 140730800454400 139950246471952 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13512] ppid=13392 vsize=10983192 memory=19773957 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13512/stat : 13512 (java) S 13392 13398 6529 0 -1 1077944384 1 13145 0 0 0 0 5 3 20 0 15 0 107117986 11246788608 22149 33554432000 4194304 4196468 140730800454400 139950245419664 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13513] ppid=13392 vsize=10983192 memory=-7886167514736700194 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13513/stat : 13513 (java) S 13392 13398 6529 0 -1 1077944384 2 13145 0 0 0 0 5 3 20 0 15 0 107117986 11246788608 22149 33554432000 4194304 4196468 140730800454400 139950244366864 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13514] ppid=13392 vsize=10983192 memory=7019820263657860459 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13514/stat : 13514 (java) S 13392 13398 6529 0 -1 1077944384 5 13145 0 0 0 0 5 3 20 0 15 0 107117988 11246788608 22149 33554432000 4194304 4196468 140730800454400 139949813480048 139950387522178 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13516] ppid=13392 vsize=10983192 memory=8099279071866868838 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13516/stat : 13516 (java) S 13392 13398 6529 0 -1 1077944384 13 13145 0 0 0 0 5 3 20 0 15 0 107117988 11246788608 22149 33554432000 4194304 4196468 140730800454400 139949174154528 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13518] ppid=13392 vsize=10983192 memory=-8253362762721549177 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13518/stat : 13518 (java) S 13392 13398 6529 0 -1 1077944384 1 13145 0 0 0 0 5 3 20 0 15 0 107117988 11246788608 22149 33554432000 4194304 4196468 140730800454400 139949026305648 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13521] ppid=13392 vsize=10983192 memory=3047711428313588876 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13521/stat : 13521 (java) S 13392 13398 6529 0 -1 1077944384 3 13145 0 0 0 0 5 3 20 0 15 0 107117991 11246788608 22149 33554432000 4194304 4196468 140730800454400 139948718905936 139950387529627 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13523] ppid=13392 vsize=10983192 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/13398/task/13523/stat : 13523 (java) S 13392 13398 6529 0 -1 1077944384 1085 13145 0 0 10 0 5 3 20 0 15 0 107117991 11246788608 22149 33554432000 4194304 4196468 140730800454400 139949812426864 139950387522178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13525] ppid=13392 vsize=10983192 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/13398/task/13525/stat : 13525 (java) S 13392 13398 6529 0 -1 1077944384 543 13145 0 0 6 0 5 3 20 0 15 0 107117991 11246788608 22149 33554432000 4194304 4196468 140730800454400 139949811374064 139950387522178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13526] ppid=13392 vsize=10983192 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/13398/task/13526/stat : 13526 (java) S 13392 13398 6529 0 -1 1077944384 661 13145 0 0 13 0 5 3 20 0 15 0 107117991 11246788608 22149 33554432000 4194304 4196468 140730800454400 139949810321776 139950387522178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13528] ppid=13392 vsize=10983192 memory=18264 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13528/stat : 13528 (java) S 13392 13398 6529 0 -1 1077944384 3 13145 0 0 0 0 5 3 20 0 15 0 107117991 11246788608 22149 33554432000 4194304 4196468 140730800454400 139948288109024 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13530] ppid=13392 vsize=10983192 memory=18420 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13530/stat : 13530 (java) S 13392 13398 6529 0 -1 1077944384 1 13145 0 0 0 0 5 3 20 0 15 0 107117991 11246788608 22149 33554432000 4194304 4196468 140730800454400 139949809269680 139950387522178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88596 KiB

[startup+1.50069 s]
/proc/loadavg: 1.43 1.40 1.35 5/217 13531
/proc/meminfo: memFree=25369632/32770624 swapFree=67108688/67108860
[pid=13398] ppid=13392 vsize=10993996 memory=174636 CPUtime=2.97 cores=0,2,4,6
/proc/13398/stat : 13398 (java) S 13392 13398 6529 0 -1 1077944320 24099 13145 0 0 281 8 5 3 20 0 15 0 107117975 11257851904 43659 33554432000 4194304 4196468 140730800454400 140730800436944 139950387511031 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
/proc/13398/statm: 2748499 43659 3449 1 0 2710157 0
[pid=13398/tid=13504] ppid=13392 vsize=10993996 memory=4140 CPUtime=1.45 cores=0,2,4,6
/proc/13398/task/13504/stat : 13504 (java) R 13392 13398 6529 0 -1 4202560 16078 13145 0 0 131 6 5 3 20 0 15 0 107117985 11257851904 43659 33554432000 4194304 4196468 140730800454400 139950359345040 139950371565083 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13509] ppid=13392 vsize=10993996 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13509/stat : 13509 (java) S 13392 13398 6529 0 -1 1077944384 1 13145 0 0 0 0 5 3 20 0 15 0 107117986 11257851904 43659 33554432000 4194304 4196468 140730800454400 139950391753104 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13511] ppid=13392 vsize=10993996 memory=2276 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13511/stat : 13511 (java) S 13392 13398 6529 0 -1 1077944384 2 13145 0 0 0 0 5 3 20 0 15 0 107117986 11257851904 43659 33554432000 4194304 4196468 140730800454400 139950246471952 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13512] ppid=13392 vsize=10993996 memory=140247027376593 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13512/stat : 13512 (java) S 13392 13398 6529 0 -1 1077944384 1 13145 0 0 0 0 5 3 20 0 15 0 107117986 11257851904 43659 33554432000 4194304 4196468 140730800454400 139950245419664 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13513] ppid=13392 vsize=10993996 memory=7810463751100524905 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13513/stat : 13513 (java) S 13392 13398 6529 0 -1 1077944384 2 13145 0 0 0 0 5 3 20 0 15 0 107117986 11257851904 43659 33554432000 4194304 4196468 140730800454400 139950244366864 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13514] ppid=13392 vsize=10993996 memory=7156329120739059564 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13514/stat : 13514 (java) S 13392 13398 6529 0 -1 1077944384 13 13145 0 0 0 0 5 3 20 0 15 0 107117988 11257851904 43659 33554432000 4194304 4196468 140730800454400 139949813480048 139950387522178 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13516] ppid=13392 vsize=10993996 memory=6944656592455360604 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13516/stat : 13516 (java) S 13392 13398 6529 0 -1 1077944384 13 13145 0 0 0 0 5 3 20 0 15 0 107117988 11257851904 43659 33554432000 4194304 4196468 140730800454400 139949174154528 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13518] ppid=13392 vsize=10993996 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13518/stat : 13518 (java) S 13392 13398 6529 0 -1 1077944384 1 13145 0 0 0 0 5 3 20 0 15 0 107117988 11257851904 43659 33554432000 4194304 4196468 140730800454400 139949026305648 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13521] ppid=13392 vsize=10993996 memory=2209 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13521/stat : 13521 (java) S 13392 13398 6529 0 -1 1077944384 3 13145 0 0 0 0 5 3 20 0 15 0 107117991 11257851904 43659 33554432000 4194304 4196468 140730800454400 139948718905936 139950387529627 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13523] ppid=13392 vsize=10993996 memory=4946530879811263104 CPUtime=0.62 cores=0,2,4,6
/proc/13398/task/13523/stat : 13523 (java) R 13392 13398 6529 0 -1 4202560 1978 13145 0 0 54 0 5 3 20 0 15 0 107117991 11257851904 43659 33554432000 4194304 4196468 140730800454400 139949812426864 139950367731056 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13525] ppid=13392 vsize=10993996 memory=0 CPUtime=0.59 cores=0,2,4,6
/proc/13398/task/13525/stat : 13525 (java) S 13392 13398 6529 0 -1 1077944384 2240 13145 0 0 51 0 5 3 20 0 15 0 107117991 11257851904 43659 33554432000 4194304 4196468 140730800454400 139949811374064 139950387522178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13526] ppid=13392 vsize=10993996 memory=6944652177228980320 CPUtime=0.51 cores=0,2,4,6
/proc/13398/task/13526/stat : 13526 (java) S 13392 13398 6529 0 -1 1077944384 1572 13145 0 0 43 0 5 3 20 0 15 0 107117991 11257851904 43659 33554432000 4194304 4196468 140730800454400 139949810321776 139950387522178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13528] ppid=13392 vsize=10993996 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13528/stat : 13528 (java) S 13392 13398 6529 0 -1 1077944384 3 13145 0 0 0 0 5 3 20 0 15 0 107117991 11257851904 43659 33554432000 4194304 4196468 140730800454400 139948288109024 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13530] ppid=13392 vsize=10993996 memory=-6876588452865875872 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13530/stat : 13530 (java) S 13392 13398 6529 0 -1 1077944384 1 13145 0 0 0 0 5 3 20 0 15 0 107117991 11257851904 43659 33554432000 4194304 4196468 140730800454400 139949809269680 139950387522178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
Current children cumulated CPU time: 2.97 s
Current children cumulated vsize: 10993996 KiB
Current children cumulated memory: 174636 KiB

[startup+3.11048 s]
/proc/loadavg: 1.43 1.40 1.35 10/217 13531
/proc/meminfo: memFree=25085780/32770624 swapFree=67108688/67108860
[pid=13398] ppid=13392 vsize=11006304 memory=258696 CPUtime=6.86 cores=0,2,4,6
/proc/13398/stat : 13398 (java) S 13392 13398 6529 0 -1 1077944320 34223 13145 0 0 661 17 5 3 20 0 15 0 107117975 11270455296 64674 33554432000 4194304 4196468 140730800454400 140730800436944 139950387511031 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
/proc/13398/statm: 2751576 64674 3501 1 0 2713229 0

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

/proc/13398/task/13504/stat : 13504 (java) R 13392 13398 6529 0 -1 4202560 53593 13145 0 0 16028 46 5 3 20 0 15 0 107117985 11345952768 723726 33554432000 4194304 4196468 140730800454400 139950359341632 139949916619492 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13509] ppid=13392 vsize=11080032 memory=2906192 CPUtime=1.12 cores=0,2,4,6
/proc/13398/task/13509/stat : 13509 (java) S 13392 13398 6529 0 -1 1077944384 3289 13145 0 0 89 15 5 3 20 0 15 0 107117986 11345952768 723726 33554432000 4194304 4196468 140730800454400 139950391753104 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13511] ppid=13392 vsize=11080032 memory=2917480 CPUtime=1.17 cores=0,2,4,6
/proc/13398/task/13511/stat : 13511 (java) S 13392 13398 6529 0 -1 1077944384 1797 13145 0 0 93 16 5 3 20 0 15 0 107117986 11345952768 723726 33554432000 4194304 4196468 140730800454400 139950246471952 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13512] ppid=13392 vsize=11080032 memory=2904140 CPUtime=1.1 cores=0,2,4,6
/proc/13398/task/13512/stat : 13512 (java) S 13392 13398 6529 0 -1 1077944384 1357 13145 0 0 88 14 5 3 20 0 15 0 107117986 11345952768 723726 33554432000 4194304 4196468 140730800454400 139950245419664 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13513] ppid=13392 vsize=11080032 memory=2901060 CPUtime=1.15 cores=0,2,4,6
/proc/13398/task/13513/stat : 13513 (java) S 13392 13398 6529 0 -1 1077944384 1809 13145 0 0 92 15 5 3 20 0 15 0 107117986 11345952768 723726 33554432000 4194304 4196468 140730800454400 139950244366864 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13514] ppid=13392 vsize=11080032 memory=2896956 CPUtime=0.26 cores=0,2,4,6
/proc/13398/task/13514/stat : 13514 (java) S 13392 13398 6529 0 -1 1077944384 4654 13145 0 0 16 2 5 3 20 0 15 0 107117988 11345952768 723726 33554432000 4194304 4196468 140730800454400 139949813480048 139950387522178 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13516] ppid=13392 vsize=11080032 memory=2894904 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13516/stat : 13516 (java) S 13392 13398 6529 0 -1 1077944384 25 13145 0 0 0 0 5 3 20 0 15 0 107117988 11345952768 723726 33554432000 4194304 4196468 140730800454400 139949174154656 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13518] ppid=13392 vsize=11080032 memory=2899008 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13518/stat : 13518 (java) S 13392 13398 6529 0 -1 1077944384 16 13145 0 0 0 0 5 3 20 0 15 0 107117988 11345952768 723726 33554432000 4194304 4196468 140730800454400 139949026305664 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13521] ppid=13392 vsize=11080032 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13521/stat : 13521 (java) S 13392 13398 6529 0 -1 1077944384 3 13145 0 0 0 0 5 3 20 0 15 0 107117991 11345952768 723726 33554432000 4194304 4196468 140730800454400 139948718905936 139950387529627 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13523] ppid=13392 vsize=11080032 memory=1708 CPUtime=7.65 cores=0,2,4,6
/proc/13398/task/13523/stat : 13523 (java) S 13392 13398 6529 0 -1 1077944384 14449 13145 0 0 754 3 5 3 20 0 15 0 107117991 11345952768 723726 33554432000 4194304 4196468 140730800454400 139949812426864 139950387522178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13525] ppid=13392 vsize=11080032 memory=2928252 CPUtime=8.53 cores=0,2,4,6
/proc/13398/task/13525/stat : 13525 (java) S 13392 13398 6529 0 -1 1077944384 22560 13145 0 0 841 4 5 3 20 0 15 0 107117991 11345952768 723726 33554432000 4194304 4196468 140730800454400 139949811374064 139950387522178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13526] ppid=13392 vsize=11080032 memory=2930816 CPUtime=2.83 cores=0,2,4,6
/proc/13398/task/13526/stat : 13526 (java) S 13392 13398 6529 0 -1 1077944384 21173 13145 0 0 270 5 5 3 20 0 15 0 107117991 11345952768 723726 33554432000 4194304 4196468 140730800454400 139949810321776 139950387522178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13528] ppid=13392 vsize=11080032 memory=2896956 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13528/stat : 13528 (java) S 13392 13398 6529 0 -1 1077944384 3 13145 0 0 0 0 5 3 20 0 15 0 107117991 11345952768 723726 33554432000 4194304 4196468 140730800454400 139948288109024 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13530] ppid=13392 vsize=11080032 memory=8556 CPUtime=0.17 cores=0,2,4,6
/proc/13398/task/13530/stat : 13530 (java) S 13392 13398 6529 0 -1 1077944384 425 13145 0 0 5 4 5 3 20 0 15 0 107117991 11345952768 723726 33554432000 4194304 4196468 140730800454400 139949809269680 139950387522178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
Current children cumulated CPU time: 184.2 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2894904 KiB

[startup+222.301 s]
/proc/loadavg: 1.41 1.58 1.45 3/217 13668
/proc/meminfo: memFree=20392464/32770624 swapFree=67108688/67108860
[pid=13398] ppid=13392 vsize=11080032 memory=2832340 CPUtime=245.17 cores=0,2,4,6
/proc/13398/stat : 13398 (java) S 13392 13398 6529 0 -1 1077944320 139736 13145 0 0 24376 133 5 3 20 0 15 0 107117975 11345952768 708085 33554432000 4194304 4196468 140730800454400 140730800436944 139950387511031 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
/proc/13398/statm: 2770008 708085 3533 1 0 2731661 0
[pid=13398/tid=13504] ppid=13392 vsize=11080032 memory=2836448 CPUtime=220.37 cores=0,2,4,6
/proc/13398/task/13504/stat : 13504 (java) R 13392 13398 6529 0 -1 4202560 55876 13145 0 0 21982 47 5 3 20 0 15 0 107117985 11345952768 708085 33554432000 4194304 4196468 140730800454400 139950359341744 139949920527747 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13509] ppid=13392 vsize=11080032 memory=2859008 CPUtime=1.42 cores=0,2,4,6
/proc/13398/task/13509/stat : 13509 (java) S 13392 13398 6529 0 -1 1077944384 3949 13145 0 0 118 16 5 3 20 0 15 0 107117986 11345952768 708085 33554432000 4194304 4196468 140730800454400 139950391753104 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13511] ppid=13392 vsize=11080032 memory=4616 CPUtime=1.47 cores=0,2,4,6
/proc/13398/task/13511/stat : 13511 (java) S 13392 13398 6529 0 -1 1077944384 3074 13145 0 0 122 17 5 3 20 0 15 0 107117986 11345952768 708085 33554432000 4194304 4196468 140730800454400 139950246471952 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13512] ppid=13392 vsize=11080032 memory=116101555972501 CPUtime=1.41 cores=0,2,4,6
/proc/13398/task/13512/stat : 13512 (java) S 13392 13398 6529 0 -1 1077944384 1465 13145 0 0 118 15 5 3 20 0 15 0 107117986 11345952768 708085 33554432000 4194304 4196468 140730800454400 139950245419664 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13513] ppid=13392 vsize=11080032 memory=18264 CPUtime=1.45 cores=0,2,4,6
/proc/13398/task/13513/stat : 13513 (java) S 13392 13398 6529 0 -1 1077944384 1916 13145 0 0 121 16 5 3 20 0 15 0 107117986 11345952768 708085 33554432000 4194304 4196468 140730800454400 139950244366864 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13514] ppid=13392 vsize=11080032 memory=2833368 CPUtime=0.36 cores=0,2,4,6
/proc/13398/task/13514/stat : 13514 (java) S 13392 13398 6529 0 -1 1077944384 4995 13145 0 0 25 3 5 3 20 0 15 0 107117988 11345952768 708085 33554432000 4194304 4196468 140730800454400 139949813480048 139950387522178 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13516] ppid=13392 vsize=11080032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13516/stat : 13516 (java) S 13392 13398 6529 0 -1 1077944384 25 13145 0 0 0 0 5 3 20 0 15 0 107117988 11345952768 708085 33554432000 4194304 4196468 140730800454400 139949174154656 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13518] ppid=13392 vsize=11080032 memory=2832340 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13518/stat : 13518 (java) S 13392 13398 6529 0 -1 1077944384 16 13145 0 0 0 0 5 3 20 0 15 0 107117988 11345952768 708085 33554432000 4194304 4196468 140730800454400 139949026305664 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13521] ppid=13392 vsize=11080032 memory=2832340 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13521/stat : 13521 (java) S 13392 13398 6529 0 -1 1077944384 3 13145 0 0 0 0 5 3 20 0 15 0 107117991 11345952768 708085 33554432000 4194304 4196468 140730800454400 139948718905936 139950387529627 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13523] ppid=13392 vsize=11080032 memory=2835932 CPUtime=7.69 cores=0,2,4,6
/proc/13398/task/13523/stat : 13523 (java) S 13392 13398 6529 0 -1 1077944384 16397 13145 0 0 758 3 5 3 20 0 15 0 107117991 11345952768 708085 33554432000 4194304 4196468 140730800454400 139949812426864 139950387522178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13525] ppid=13392 vsize=11080032 memory=2835932 CPUtime=8.58 cores=0,2,4,6
/proc/13398/task/13525/stat : 13525 (java) S 13392 13398 6529 0 -1 1077944384 23878 13145 0 0 846 4 5 3 20 0 15 0 107117991 11345952768 708085 33554432000 4194304 4196468 140730800454400 139949811374064 139950387522178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13526] ppid=13392 vsize=11080032 memory=2834904 CPUtime=2.85 cores=0,2,4,6
/proc/13398/task/13526/stat : 13526 (java) S 13392 13398 6529 0 -1 1077944384 25479 13145 0 0 272 5 5 3 20 0 15 0 107117991 11345952768 708085 33554432000 4194304 4196468 140730800454400 139949810321776 139950387522178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13528] ppid=13392 vsize=11080032 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13528/stat : 13528 (java) S 13392 13398 6529 0 -1 1077944384 3 13145 0 0 0 0 5 3 20 0 15 0 107117991 11345952768 708085 33554432000 4194304 4196468 140730800454400 139948288109024 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13530] ppid=13392 vsize=11080032 memory=2833368 CPUtime=0.2 cores=0,2,4,6
/proc/13398/task/13530/stat : 13530 (java) S 13392 13398 6529 0 -1 1077944384 467 13145 0 0 6 6 5 3 20 0 15 0 107117991 11345952768 708085 33554432000 4194304 4196468 140730800454400 139949809269680 139950387522178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
Current children cumulated CPU time: 245.17 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2832340 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+229.11 s]
/proc/loadavg: 1.37 1.57 1.45 3/217 13668
/proc/meminfo: memFree=20425520/32770624 swapFree=67108688/67108860
[pid=13398] ppid=13392 vsize=11080032 memory=2822664 CPUtime=252.09 cores=0,2,4,6
/proc/13398/stat : 13398 (java) S 13392 13398 6529 0 -1 1077944320 141754 13145 0 0 25068 133 5 3 20 0 15 0 107117975 11345952768 705666 33554432000 4194304 4196468 140730800454400 140730800436944 139950387511031 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
/proc/13398/statm: 2770008 705666 3533 1 0 2731661 0
[pid=13398/tid=13504] ppid=13392 vsize=11080032 memory=2827284 CPUtime=227.13 cores=0,2,4,6
/proc/13398/task/13504/stat : 13504 (java) R 13392 13398 6529 0 -1 4202560 56531 13145 0 0 22658 47 5 3 20 0 15 0 107117985 11345952768 705666 33554432000 4194304 4196468 140730800454400 139950359344976 139949932710036 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13509] ppid=13392 vsize=11080032 memory=2836448 CPUtime=1.45 cores=0,2,4,6
/proc/13398/task/13509/stat : 13509 (java) S 13392 13398 6529 0 -1 1077944384 4968 13145 0 0 121 16 5 3 20 0 15 0 107117986 11345952768 705666 33554432000 4194304 4196468 140730800454400 139950391753104 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13511] ppid=13392 vsize=11080032 memory=2830872 CPUtime=1.5 cores=0,2,4,6
/proc/13398/task/13511/stat : 13511 (java) S 13392 13398 6529 0 -1 1077944384 3080 13145 0 0 125 17 5 3 20 0 15 0 107117986 11345952768 705666 33554432000 4194304 4196468 140730800454400 139950246471952 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13512] ppid=13392 vsize=11080032 memory=2822664 CPUtime=1.44 cores=0,2,4,6
/proc/13398/task/13512/stat : 13512 (java) S 13392 13398 6529 0 -1 1077944384 1530 13145 0 0 121 15 5 3 20 0 15 0 107117986 11345952768 705666 33554432000 4194304 4196468 140730800454400 139950245419664 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13513] ppid=13392 vsize=11080032 memory=2834904 CPUtime=1.49 cores=0,2,4,6
/proc/13398/task/13513/stat : 13513 (java) S 13392 13398 6529 0 -1 1077944384 1932 13145 0 0 125 16 5 3 20 0 15 0 107117986 11345952768 705666 33554432000 4194304 4196468 140730800454400 139950244366864 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13514] ppid=13392 vsize=11080032 memory=792 CPUtime=0.37 cores=0,2,4,6
/proc/13398/task/13514/stat : 13514 (java) S 13392 13398 6529 0 -1 1077944384 5048 13145 0 0 26 3 5 3 20 0 15 0 107117988 11345952768 705666 33554432000 4194304 4196468 140730800454400 139949813480048 139950387522178 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13516] ppid=13392 vsize=11080032 memory=2859008 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13516/stat : 13516 (java) S 13392 13398 6529 0 -1 1077944384 25 13145 0 0 0 0 5 3 20 0 15 0 107117988 11345952768 705666 33554432000 4194304 4196468 140730800454400 139949174154656 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13518] ppid=13392 vsize=11080032 memory=2825232 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13518/stat : 13518 (java) S 13392 13398 6529 0 -1 1077944384 16 13145 0 0 0 0 5 3 20 0 15 0 107117988 11345952768 705666 33554432000 4194304 4196468 140730800454400 139949026305664 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13521] ppid=13392 vsize=11080032 memory=2825232 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13521/stat : 13521 (java) S 13392 13398 6529 0 -1 1077944384 3 13145 0 0 0 0 5 3 20 0 15 0 107117991 11345952768 705666 33554432000 4194304 4196468 140730800454400 139948718905936 139950387529627 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13523] ppid=13392 vsize=11080032 memory=2828820 CPUtime=7.7 cores=0,2,4,6
/proc/13398/task/13523/stat : 13523 (java) S 13392 13398 6529 0 -1 1077944384 16504 13145 0 0 759 3 5 3 20 0 15 0 107117991 11345952768 705666 33554432000 4194304 4196468 140730800454400 139949812426864 139950387522178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13525] ppid=13392 vsize=11080032 memory=4140 CPUtime=8.58 cores=0,2,4,6
/proc/13398/task/13525/stat : 13525 (java) S 13392 13398 6529 0 -1 1077944384 23878 13145 0 0 846 4 5 3 20 0 15 0 107117991 11345952768 705666 33554432000 4194304 4196468 140730800454400 139949811374064 139950387522178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13526] ppid=13392 vsize=11080032 memory=2825232 CPUtime=2.85 cores=0,2,4,6
/proc/13398/task/13526/stat : 13526 (java) S 13392 13398 6529 0 -1 1077944384 25479 13145 0 0 272 5 5 3 20 0 15 0 107117991 11345952768 705666 33554432000 4194304 4196468 140730800454400 139949810321776 139950387522178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13528] ppid=13392 vsize=11080032 memory=16104758104558012 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13528/stat : 13528 (java) S 13392 13398 6529 0 -1 1077944384 3 13145 0 0 0 0 5 3 20 0 15 0 107117991 11345952768 705666 33554432000 4194304 4196468 140730800454400 139948288109024 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13530] ppid=13392 vsize=11080032 memory=303430223234596890 CPUtime=0.2 cores=0,2,4,6
/proc/13398/task/13530/stat : 13530 (java) S 13392 13398 6529 0 -1 1077944384 564 13145 0 0 6 6 5 3 20 0 15 0 107117991 11345952768 705666 33554432000 4194304 4196468 140730800454400 139949809269680 139950387522178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
Current children cumulated CPU time: 252.09 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2822664 KiB

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

[startup+229.236 s]
# the end of solver process 13398 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.844 s, system=1.39836 s

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

[startup+229.205 s]
/proc/loadavg: 1.37 1.57 1.45 3/217 13668
/proc/meminfo: memFree=20425520/32770624 swapFree=67108688/67108860
[pid=13398] ppid=13392 vsize=11342184 memory=2823888 CPUtime=252.2 cores=0,2,4,6
/proc/13398/stat : 13398 (java) S 13392 13398 6529 0 -1 1077944320 146567 13145 0 0 25078 134 5 3 20 0 17 0 107117975 11614396416 705972 33554432000 4194304 4196468 140730800454400 140730800436944 139950387511031 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
/proc/13398/statm: 2835546 705972 3535 1 0 2797199 0
[pid=13398/tid=13504] ppid=13392 vsize=11342184 memory=16104758104558012 CPUtime=227.21 cores=0,2,4,6
/proc/13398/task/13504/stat : 13504 (java) S 13392 13398 6529 0 -1 1077944384 57331 13145 0 0 22666 47 5 3 20 0 17 0 107117985 11614396416 705972 33554432000 4194304 4196468 140730800454400 139950359354544 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13509] ppid=13392 vsize=11342184 memory=916 CPUtime=1.46 cores=0,2,4,6
/proc/13398/task/13509/stat : 13509 (java) S 13392 13398 6529 0 -1 1077944384 5176 13145 0 0 122 16 5 3 20 0 17 0 107117986 11614396416 705972 33554432000 4194304 4196468 140730800454400 139950391753104 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13511] ppid=13392 vsize=11342184 memory=3848 CPUtime=1.5 cores=0,2,4,6
/proc/13398/task/13511/stat : 13511 (java) S 13392 13398 6529 0 -1 1077944384 3105 13145 0 0 125 17 5 3 20 0 17 0 107117986 11614396416 705972 33554432000 4194304 4196468 140730800454400 139950246471952 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13512] ppid=13392 vsize=11342184 memory=4104 CPUtime=1.45 cores=0,2,4,6
/proc/13398/task/13512/stat : 13512 (java) S 13392 13398 6529 0 -1 1077944384 2100 13145 0 0 122 15 5 3 20 0 17 0 107117986 11614396416 705972 33554432000 4194304 4196468 140730800454400 139950245419664 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13513] ppid=13392 vsize=11342184 memory=2308 CPUtime=1.49 cores=0,2,4,6
/proc/13398/task/13513/stat : 13513 (java) S 13392 13398 6529 0 -1 1077944384 1993 13145 0 0 125 16 5 3 20 0 17 0 107117986 11614396416 705972 33554432000 4194304 4196468 140730800454400 139950244366864 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13514] ppid=13392 vsize=11342184 memory=2592 CPUtime=0.37 cores=0,2,4,6
/proc/13398/task/13514/stat : 13514 (java) S 13392 13398 6529 0 -1 1077944384 5299 13145 0 0 26 3 5 3 20 0 17 0 107117988 11614396416 705972 33554432000 4194304 4196468 140730800454400 139949813480048 139950387522178 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13516] ppid=13392 vsize=11342184 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13516/stat : 13516 (java) S 13392 13398 6529 0 -1 1077944384 25 13145 0 0 0 0 5 3 20 0 17 0 107117988 11614396416 705972 33554432000 4194304 4196468 140730800454400 139949174154656 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13518] ppid=13392 vsize=11342184 memory=3040 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13518/stat : 13518 (java) S 13392 13398 6529 0 -1 1077944384 16 13145 0 0 0 0 5 3 20 0 17 0 107117988 11614396416 705972 33554432000 4194304 4196468 140730800454400 139949026305664 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13521] ppid=13392 vsize=11342184 memory=2834904 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13521/stat : 13521 (java) S 13392 13398 6529 0 -1 1077944384 303 13145 0 0 0 0 5 3 20 0 17 0 107117991 11614396416 705972 33554432000 4194304 4196468 140730800454400 139948718905936 139950387529627 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13523] ppid=13392 vsize=11342184 memory=1404 CPUtime=7.7 cores=0,2,4,6
/proc/13398/task/13523/stat : 13523 (java) S 13392 13398 6529 0 -1 1077944384 16506 13145 0 0 759 3 5 3 20 0 17 0 107117991 11614396416 705972 33554432000 4194304 4196468 140730800454400 139949812426864 139950387522178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13525] ppid=13392 vsize=11342184 memory=7256 CPUtime=8.58 cores=0,2,4,6
/proc/13398/task/13525/stat : 13525 (java) S 13392 13398 6529 0 -1 1077944384 24544 13145 0 0 846 4 5 3 20 0 17 0 107117991 11614396416 705972 33554432000 4194304 4196468 140730800454400 139949811374064 139950387522178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13526] ppid=13392 vsize=11342184 memory=2363736 CPUtime=2.86 cores=0,2,4,6
/proc/13398/task/13526/stat : 13526 (java) S 13392 13398 6529 0 -1 1077944384 27151 13145 0 0 273 5 5 3 20 0 17 0 107117991 11614396416 705972 33554432000 4194304 4196468 140730800454400 139949810321776 139950387522178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13528] ppid=13392 vsize=11342184 memory=2822664 CPUtime=0.08 cores=0,2,4,6
/proc/13398/task/13528/stat : 13528 (java) S 13392 13398 6529 0 -1 1077944384 3 13145 0 0 0 0 5 3 20 0 17 0 107117991 11614396416 705972 33554432000 4194304 4196468 140730800454400 139948288109024 139950387521237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
[pid=13398/tid=13530] ppid=13392 vsize=11342184 memory=2823180 CPUtime=0.2 cores=0,2,4,6
/proc/13398/task/13530/stat : 13530 (java) S 13392 13398 6529 0 -1 1077944384 564 13145 0 0 6 6 5 3 20 0 17 0 107117991 11614396416 705972 33554432000 4194304 4196468 140730800454400 139949809269680 139950387522178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22536192 140730800462450 140730800465249 140730800465249 140730800467919 0
Current children cumulated CPU time: 252.2 s
Current children cumulated vsize: 11342184 KiB
Current children cumulated memory: 2823888 KiB

Child status: 143
Real time (s): 229.236
CPU time (s): 252.243
CPU user time (s): 250.844
CPU system time (s): 1.39836
CPU usage (%): 110.036
Max. virtual memory (cumulated for all children) (KiB): 11342184
Max. memory (cumulated for all children) (KiB): 3011364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.844
system time used= 1.39836
maximum resident set size= 3011364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 160194
page faults= 0
swaps= 0
block input operations= 0
block output operations= 480
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18738
involuntary context switches= 628


# summary of solver processes directly reported to runsolver:
#   pid: 13398
#   total CPU time (s): 252.243
#   total CPU user time (s): 250.844
#   total CPU system time (s): 1.39836

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.45374 second user time and 2.11573 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-29 22:19:11
IDJOB=4302563
IDBENCH=141190
IDSOLVER=2776
FILE ID=node106/4302563-1532895551
RUNJOBID= node106-1532895551-13368
PBS_JOBID= 21022522
Free space on /tmp= 54724 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Rlfap/Rlfap-opt/Rlfap-scen-01-opt_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302563-1532895551/watcher-4302563-1532895551 -o /tmp/evaluation-result-4302563-1532895551/solver-4302563-1532895551 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532895551-13368 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=860781088 HOME/instance-4302563-1532895551.xml

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

MD5SUM BENCH= 2ee48e6c5f3b799813662dbb853aaebc
RANDOM SEED=860781088

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        25564148 kB
MemAvailable:   31933096 kB
Buffers:          246296 kB
Cached:          6355836 kB
SwapCached:            0 kB
Active:          2432000 kB
Inactive:        4226388 kB
Active(anon):       3276 kB
Inactive(anon):    80476 kB
Active(file):    2428724 kB
Inactive(file):  4145912 kB
Unevictable:        6960 kB
Mlocked:            6960 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             53200 kB
Writeback:             0 kB
AnonPages:        183364 kB
Mapped:            44816 kB
Shmem:             25056 kB
Slab:             247376 kB
SReclaimable:     220296 kB
SUnreclaim:        27080 kB
KernelStack:        3280 kB
PageTables:         5100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     326036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    129024 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 54672 MiB
End job on node106 at 2018-07-29 22:23:00