Trace number 4302415

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.082 240.041

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-sko64_c18.xml
MD5SUM0f1e7a7a7866c79e3b2a53c7bc7dd539
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark25919
Best CPU time to get the best result obtained on this benchmark252.113
Satisfiable
(Un)Satisfiability was proved
Number of variables4160
Number of constraints2017
Number of domains2
Minimum domain size8
Maximum domain size64
Distribution of domain sizes[{"size":8,"count":2016},{"size":64,"count":64}]
Minimum variable degree0
Maximum variable degree64
Distribution of variable degrees[{"degree":0,"count":2080},{"degree":2,"count":2016},{"degree":64,"count":64}]
Minimum constraint arity3
Maximum constraint arity64
Distribution of constraint arities[{"arity":3,"count":2016},{"arity":64,"count":1}]
Number of extensional constraints2016
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":2016},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302415-1532896278/watcher-4302415-1532896278 -o /tmp/evaluation-result-4302415-1532896278/solver-4302415-1532896278 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532892903-13712 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=2010947621 HOME/instance-4302415-1532896278.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=18309, runsolver pid=18306

[startup+0.100058 s]*
/proc/loadavg: 1.57 1.63 1.79 3/207 18366
/proc/meminfo: memFree=23880704/32770624 swapFree=67108860/67108860
[pid=18309] ppid=18306 vsize=10005480 memory=17080 CPUtime=0.08 cores=0,2,4,6
/proc/18309/stat : 18309 (java) S 18306 18309 12183 0 -1 1077944320 4406 12857 0 0 1 0 4 3 20 0 6 0 107190963 10245611520 4270 33554432000 4194304 4196468 140725082830128 140725082812672 140657627725559 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
/proc/18309/statm: 2501370 4270 1935 1 0 2489808 0
[pid=18309/tid=18362] ppid=18306 vsize=10005480 memory=4279135703913364878 CPUtime=0.08 cores=0,2,4,6
/proc/18309/task/18362/stat : 18362 (java) R 18306 18309 12183 0 -1 4202560 2250 12857 0 0 1 0 4 3 20 0 6 0 107190972 10245611520 4270 33554432000 4194304 4196468 140725082830128 140657599562320 140657610917872 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18363] ppid=18306 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18363/stat : 18363 (java) S 18306 18309 12183 0 -1 1077944384 2 12857 0 0 0 0 4 3 20 0 6 0 107190973 10245611520 4270 33554432000 4194304 4196468 140725082830128 140657631967760 140657627735765 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18364] ppid=18306 vsize=10005480 memory=140243205662336 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18364/stat : 18364 (java) S 18306 18309 12183 0 -1 1077944384 1 12857 0 0 0 0 4 3 20 0 6 0 107190973 10245611520 4270 33554432000 4194304 4196468 140725082830128 140657497303696 140657627735765 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18365] ppid=18306 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18365/stat : 18365 (java) S 18306 18309 12183 0 -1 1077944384 1 12857 0 0 0 0 4 3 20 0 6 0 107190973 10245611520 4270 33554432000 4194304 4196468 140725082830128 140657496250640 140657627735765 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18366] ppid=18306 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18366/stat : 18366 (java) S 18306 18309 12183 0 -1 1077944384 1 12857 0 0 0 0 4 3 20 0 6 0 107190973 10245611520 4270 33554432000 4194304 4196468 140725082830128 140657165199760 140657627735765 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17080 KiB

[startup+0.210219 s]*
/proc/loadavg: 1.57 1.63 1.79 3/216 18375
/proc/meminfo: memFree=23856508/32770624 swapFree=67108860/67108860
[pid=18309] ppid=18306 vsize=10982744 memory=47240 CPUtime=0.25 cores=0,2,4,6
/proc/18309/stat : 18309 (java) S 18306 18309 12183 0 -1 1077944320 8036 12857 0 0 17 1 4 3 20 0 15 0 107190963 11246329856 11810 33554432000 4194304 4196468 140725082830128 140725082812672 140657627725559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
/proc/18309/statm: 2745686 11810 2950 1 0 2708109 0
[pid=18309/tid=18362] ppid=18306 vsize=10982744 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/18309/task/18362/stat : 18362 (java) D 18306 18309 12183 0 -1 1077944384 4594 12857 0 0 11 1 4 3 20 0 15 0 107190972 11246329856 11810 33554432000 4194304 4196468 140725082830128 140657599550368 140657620404781 0 4 0 16800975 18446744072101785124 0 0 -1 4 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18363] ppid=18306 vsize=10982744 memory=-9181546050914066336 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18363/stat : 18363 (java) S 18306 18309 12183 0 -1 1077944384 2 12857 0 0 0 0 4 3 20 0 15 0 107190973 11246329856 11810 33554432000 4194304 4196468 140725082830128 140657631967760 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18364] ppid=18306 vsize=10982744 memory=140243205662336 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18364/stat : 18364 (java) S 18306 18309 12183 0 -1 1077944384 1 12857 0 0 0 0 4 3 20 0 15 0 107190973 11246329856 11810 33554432000 4194304 4196468 140725082830128 140657497303696 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18365] ppid=18306 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18365/stat : 18365 (java) S 18306 18309 12183 0 -1 1077944384 1 12857 0 0 0 0 4 3 20 0 15 0 107190973 11246329856 11810 33554432000 4194304 4196468 140725082830128 140657496250640 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18366] ppid=18306 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18366/stat : 18366 (java) S 18306 18309 12183 0 -1 1077944384 1 12857 0 0 0 0 4 3 20 0 15 0 107190973 11246329856 11810 33554432000 4194304 4196468 140725082830128 140657165199760 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18367] ppid=18306 vsize=10982744 memory=140243205662336 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18367/stat : 18367 (java) S 18306 18309 12183 0 -1 1077944384 2 12857 0 0 0 0 4 3 20 0 15 0 107190974 11246329856 11810 33554432000 4194304 4196468 140725082830128 140656746912496 140657627736706 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18368] ppid=18306 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18368/stat : 18368 (java) S 18306 18309 12183 0 -1 1077944384 13 12857 0 0 0 0 4 3 20 0 15 0 107190975 11246329856 11810 33554432000 4194304 4196468 140725082830128 140656420841120 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18369] ppid=18306 vsize=10982776 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18369/stat : 18369 (java) S 18306 18309 12183 0 -1 1077944384 1 12857 0 0 0 0 4 3 20 0 15 0 107190975 11246362624 11810 33554432000 4194304 4196468 140725082830128 140656219514096 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18370] ppid=18306 vsize=10982776 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18370/stat : 18370 (java) S 18306 18309 12183 0 -1 1077944384 3 12857 0 0 0 0 4 3 20 0 15 0 107190978 11246362624 11876 33554432000 4194304 4196468 140725082830128 140655912114640 140657627744155 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18371] ppid=18306 vsize=10983736 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18309/task/18371/stat : 18371 (java) S 18306 18309 12183 0 -1 1077944384 494 12857 0 0 1 0 4 3 20 0 15 0 107190978 11247345664 11876 33554432000 4194304 4196468 140725082830128 140656745859312 140657627736706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18372] ppid=18306 vsize=10983736 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18372/stat : 18372 (java) S 18306 18309 12183 0 -1 1077944384 129 12857 0 0 0 0 4 3 20 0 15 0 107190978 11247345664 11876 33554432000 4194304 4196468 140725082830128 140656744806768 140657627736706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18373] ppid=18306 vsize=10983736 memory=140243205662336 CPUtime=0.1 cores=0,2,4,6
/proc/18309/task/18373/stat : 18373 (java) S 18306 18309 12183 0 -1 1077944384 604 12857 0 0 3 0 4 3 20 0 15 0 107190978 11247345664 11876 33554432000 4194304 4196468 140725082830128 140656743753712 140657627736706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18374] ppid=18306 vsize=10983736 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18374/stat : 18374 (java) S 18306 18309 12183 0 -1 1077944384 3 12857 0 0 0 0 4 3 20 0 15 0 107190978 11247345664 11876 33554432000 4194304 4196468 140725082830128 140655481317728 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18375] ppid=18306 vsize=10983736 memory=140243205662336 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18375/stat : 18375 (java) S 18306 18309 12183 0 -1 1077944384 1 12857 0 0 0 0 4 3 20 0 15 0 107190978 11247345664 11942 33554432000 4194304 4196468 140725082830128 140656742702128 140657627736706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 47240 KiB

[startup+0.310357 s]*
/proc/loadavg: 1.57 1.63 1.79 3/216 18375
/proc/meminfo: memFree=23844948/32770624 swapFree=67108860/67108860
[pid=18309] ppid=18306 vsize=10983192 memory=57940 CPUtime=0.38 cores=0,2,4,6
/proc/18309/stat : 18309 (java) S 18306 18309 12183 0 -1 1077944320 10533 12857 0 0 29 2 4 3 20 0 15 0 107190963 11246788608 14485 33554432000 4194304 4196468 140725082830128 140725082812672 140657627725559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
/proc/18309/statm: 2745798 14485 3069 1 0 2708109 0
[pid=18309/tid=18362] ppid=18306 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/18309/task/18362/stat : 18362 (java) R 18306 18309 12183 0 -1 4202560 7084 12857 0 0 20 1 4 3 20 0 15 0 107190972 11246788608 14485 33554432000 4194304 4196468 140725082830128 140657599537568 140657613419040 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18363] ppid=18306 vsize=10983192 memory=7012755875661107280 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18363/stat : 18363 (java) S 18306 18309 12183 0 -1 1077944384 2 12857 0 0 0 0 4 3 20 0 15 0 107190973 11246788608 14485 33554432000 4194304 4196468 140725082830128 140657631967760 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18364] ppid=18306 vsize=10983192 memory=2076 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18364/stat : 18364 (java) S 18306 18309 12183 0 -1 1077944384 1 12857 0 0 0 0 4 3 20 0 15 0 107190973 11246788608 14485 33554432000 4194304 4196468 140725082830128 140657497303696 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18365] ppid=18306 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18365/stat : 18365 (java) S 18306 18309 12183 0 -1 1077944384 1 12857 0 0 0 0 4 3 20 0 15 0 107190973 11246788608 14485 33554432000 4194304 4196468 140725082830128 140657496250640 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18366] ppid=18306 vsize=10983192 memory=4872558044660077418 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18366/stat : 18366 (java) S 18306 18309 12183 0 -1 1077944384 1 12857 0 0 0 0 4 3 20 0 15 0 107190973 11246788608 14485 33554432000 4194304 4196468 140725082830128 140657165199760 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18367] ppid=18306 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18367/stat : 18367 (java) S 18306 18309 12183 0 -1 1077944384 2 12857 0 0 0 0 4 3 20 0 15 0 107190974 11246788608 14485 33554432000 4194304 4196468 140725082830128 140656746912496 140657627736706 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18368] ppid=18306 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18368/stat : 18368 (java) S 18306 18309 12183 0 -1 1077944384 13 12857 0 0 0 0 4 3 20 0 15 0 107190975 11246788608 14485 33554432000 4194304 4196468 140725082830128 140656420841120 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18369] ppid=18306 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18369/stat : 18369 (java) S 18306 18309 12183 0 -1 1077944384 1 12857 0 0 0 0 4 3 20 0 15 0 107190975 11246788608 14485 33554432000 4194304 4196468 140725082830128 140656219514096 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18370] ppid=18306 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18370/stat : 18370 (java) S 18306 18309 12183 0 -1 1077944384 3 12857 0 0 0 0 4 3 20 0 15 0 107190978 11246788608 14485 33554432000 4194304 4196468 140725082830128 140655912114640 140657627744155 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18371] ppid=18306 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/18309/task/18371/stat : 18371 (java) S 18306 18309 12183 0 -1 1077944384 499 12857 0 0 2 0 4 3 20 0 15 0 107190978 11246788608 14485 33554432000 4194304 4196468 140725082830128 140656745859312 140657627736706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18372] ppid=18306 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18309/task/18372/stat : 18372 (java) S 18306 18309 12183 0 -1 1077944384 129 12857 0 0 1 0 4 3 20 0 15 0 107190978 11246788608 14485 33554432000 4194304 4196468 140725082830128 140656744806768 140657627736706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18373] ppid=18306 vsize=10983192 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/18309/task/18373/stat : 18373 (java) S 18306 18309 12183 0 -1 1077944384 610 12857 0 0 5 0 4 3 20 0 15 0 107190978 11246788608 14485 33554432000 4194304 4196468 140725082830128 140656743753712 140657627736706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18374] ppid=18306 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18374/stat : 18374 (java) S 18306 18309 12183 0 -1 1077944384 3 12857 0 0 0 0 4 3 20 0 15 0 107190978 11246788608 14485 33554432000 4194304 4196468 140725082830128 140655481317728 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18375] ppid=18306 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18375/stat : 18375 (java) S 18306 18309 12183 0 -1 1077944384 1 12857 0 0 0 0 4 3 20 0 15 0 107190978 11246788608 14485 33554432000 4194304 4196468 140725082830128 140656742702128 140657627736706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 57940 KiB

[startup+0.70079 s]
/proc/loadavg: 1.57 1.63 1.79 3/216 18375
/proc/meminfo: memFree=23834320/32770624 swapFree=67108860/67108860
[pid=18309] ppid=18306 vsize=10983192 memory=90756 CPUtime=0.99 cores=0,2,4,6
/proc/18309/stat : 18309 (java) S 18306 18309 12183 0 -1 1077944320 16753 12857 0 0 88 4 4 3 20 0 15 0 107190963 11246788608 22689 33554432000 4194304 4196468 140725082830128 140725082812672 140657627725559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
/proc/18309/statm: 2745798 22689 3239 1 0 2708109 0
[pid=18309/tid=18362] ppid=18306 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/18309/task/18362/stat : 18362 (java) R 18306 18309 12183 0 -1 4202560 12207 12857 0 0 56 3 4 3 20 0 15 0 107190972 11246788608 22689 33554432000 4194304 4196468 140725082830128 140657599546384 140657612891231 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18363] ppid=18306 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18363/stat : 18363 (java) S 18306 18309 12183 0 -1 1077944384 2 12857 0 0 0 0 4 3 20 0 15 0 107190973 11246788608 22689 33554432000 4194304 4196468 140725082830128 140657631967760 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18364] ppid=18306 vsize=10983192 memory=4140 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18364/stat : 18364 (java) S 18306 18309 12183 0 -1 1077944384 1 12857 0 0 0 0 4 3 20 0 15 0 107190973 11246788608 22689 33554432000 4194304 4196468 140725082830128 140657497303696 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18365] ppid=18306 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18365/stat : 18365 (java) S 18306 18309 12183 0 -1 1077944384 1 12857 0 0 0 0 4 3 20 0 15 0 107190973 11246788608 22689 33554432000 4194304 4196468 140725082830128 140657496250640 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18366] ppid=18306 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18366/stat : 18366 (java) S 18306 18309 12183 0 -1 1077944384 1 12857 0 0 0 0 4 3 20 0 15 0 107190973 11246788608 22689 33554432000 4194304 4196468 140725082830128 140657165199760 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18367] ppid=18306 vsize=10983192 memory=4420 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18367/stat : 18367 (java) S 18306 18309 12183 0 -1 1077944384 5 12857 0 0 0 0 4 3 20 0 15 0 107190974 11246788608 22689 33554432000 4194304 4196468 140725082830128 140656746912496 140657627736706 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18368] ppid=18306 vsize=10983192 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18368/stat : 18368 (java) S 18306 18309 12183 0 -1 1077944384 13 12857 0 0 0 0 4 3 20 0 15 0 107190975 11246788608 22689 33554432000 4194304 4196468 140725082830128 140656420841120 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18369] ppid=18306 vsize=10983192 memory=8836 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18369/stat : 18369 (java) S 18306 18309 12183 0 -1 1077944384 1 12857 0 0 0 0 4 3 20 0 15 0 107190975 11246788608 22689 33554432000 4194304 4196468 140725082830128 140656219514096 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18370] ppid=18306 vsize=10983192 memory=11044 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18370/stat : 18370 (java) S 18306 18309 12183 0 -1 1077944384 3 12857 0 0 0 0 4 3 20 0 15 0 107190978 11246788608 22689 33554432000 4194304 4196468 140725082830128 140655912114640 140657627744155 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18371] ppid=18306 vsize=10983192 memory=13252 CPUtime=0.17 cores=0,2,4,6
/proc/18309/task/18371/stat : 18371 (java) S 18306 18309 12183 0 -1 1077944384 1088 12857 0 0 10 0 4 3 20 0 15 0 107190978 11246788608 22689 33554432000 4194304 4196468 140725082830128 140656745859312 140657627736706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18372] ppid=18306 vsize=10983192 memory=15460 CPUtime=0.14 cores=0,2,4,6
/proc/18309/task/18372/stat : 18372 (java) S 18306 18309 12183 0 -1 1077944384 549 12857 0 0 7 0 4 3 20 0 15 0 107190978 11246788608 22689 33554432000 4194304 4196468 140725082830128 140656744806768 140657627736706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18373] ppid=18306 vsize=10983192 memory=17668 CPUtime=0.2 cores=0,2,4,6
/proc/18309/task/18373/stat : 18373 (java) S 18306 18309 12183 0 -1 1077944384 687 12857 0 0 13 0 4 3 20 0 15 0 107190978 11246788608 22689 33554432000 4194304 4196468 140725082830128 140656743753712 140657627736706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18374] ppid=18306 vsize=10983192 memory=19876 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18374/stat : 18374 (java) S 18306 18309 12183 0 -1 1077944384 3 12857 0 0 0 0 4 3 20 0 15 0 107190978 11246788608 22689 33554432000 4194304 4196468 140725082830128 140655481317728 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18375] ppid=18306 vsize=10983192 memory=22084 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18375/stat : 18375 (java) S 18306 18309 12183 0 -1 1077944384 1 12857 0 0 0 0 4 3 20 0 15 0 107190978 11246788608 22689 33554432000 4194304 4196468 140725082830128 140656742702128 140657627736706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 90756 KiB

[startup+1.50077 s]
/proc/loadavg: 1.57 1.63 1.79 4/216 18375
/proc/meminfo: memFree=23787740/32770624 swapFree=67108860/67108860
[pid=18309] ppid=18306 vsize=10997712 memory=189344 CPUtime=3.13 cores=0,2,4,6
/proc/18309/stat : 18309 (java) S 18306 18309 12183 0 -1 1077944320 28236 12857 0 0 298 8 4 3 20 0 15 0 107190963 11261657088 47336 33554432000 4194304 4196468 140725082830128 140725082812672 140657627725559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
/proc/18309/statm: 2749428 47336 3449 1 0 2711086 0
[pid=18309/tid=18362] ppid=18306 vsize=10997712 memory=0 CPUtime=1.45 cores=0,2,4,6
/proc/18309/task/18362/stat : 18362 (java) R 18306 18309 12183 0 -1 4202560 17361 12857 0 0 133 5 4 3 20 0 15 0 107190972 11261657088 47336 33554432000 4194304 4196468 140725082830128 140657599550432 140657627747485 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18363] ppid=18306 vsize=10997712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18363/stat : 18363 (java) S 18306 18309 12183 0 -1 1077944384 2 12857 0 0 0 0 4 3 20 0 15 0 107190973 11261657088 47336 33554432000 4194304 4196468 140725082830128 140657631967760 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18364] ppid=18306 vsize=10997712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18364/stat : 18364 (java) S 18306 18309 12183 0 -1 1077944384 1 12857 0 0 0 0 4 3 20 0 15 0 107190973 11261657088 47336 33554432000 4194304 4196468 140725082830128 140657497303696 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18365] ppid=18306 vsize=10997712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18365/stat : 18365 (java) S 18306 18309 12183 0 -1 1077944384 1 12857 0 0 0 0 4 3 20 0 15 0 107190973 11261657088 47336 33554432000 4194304 4196468 140725082830128 140657496250640 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18366] ppid=18306 vsize=10997712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18366/stat : 18366 (java) S 18306 18309 12183 0 -1 1077944384 1 12857 0 0 0 0 4 3 20 0 15 0 107190973 11261657088 47336 33554432000 4194304 4196468 140725082830128 140657165199760 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18367] ppid=18306 vsize=10997712 memory=-7965959130280075168 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18367/stat : 18367 (java) S 18306 18309 12183 0 -1 1077944384 13 12857 0 0 0 0 4 3 20 0 15 0 107190974 11261657088 47336 33554432000 4194304 4196468 140725082830128 140656746912496 140657627736706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18368] ppid=18306 vsize=10997712 memory=280486194784512 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18368/stat : 18368 (java) S 18306 18309 12183 0 -1 1077944384 13 12857 0 0 0 0 4 3 20 0 15 0 107190975 11261657088 47336 33554432000 4194304 4196468 140725082830128 140656420841120 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18369] ppid=18306 vsize=10997712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18369/stat : 18369 (java) S 18306 18309 12183 0 -1 1077944384 1 12857 0 0 0 0 4 3 20 0 15 0 107190975 11261657088 47336 33554432000 4194304 4196468 140725082830128 140656219514096 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18370] ppid=18306 vsize=10997712 memory=1952 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18370/stat : 18370 (java) S 18306 18309 12183 0 -1 1077944384 3 12857 0 0 0 0 4 3 20 0 15 0 107190978 11261657088 47336 33554432000 4194304 4196468 140725082830128 140655912114640 140657627744155 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18371] ppid=18306 vsize=10997712 memory=1232 CPUtime=0.67 cores=0,2,4,6
/proc/18309/task/18371/stat : 18371 (java) R 18306 18309 12183 0 -1 4202560 3453 12857 0 0 60 0 4 3 20 0 15 0 107190978 11261657088 47336 33554432000 4194304 4196468 140725082830128 140656745845288 140657609246950 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18372] ppid=18306 vsize=10997712 memory=8560 CPUtime=0.66 cores=0,2,4,6
/proc/18309/task/18372/stat : 18372 (java) R 18306 18309 12183 0 -1 4202560 3470 12857 0 0 59 0 4 3 20 0 15 0 107190978 11261657088 47336 33554432000 4194304 4196468 140725082830128 140656744792648 140657612850839 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18373] ppid=18306 vsize=10997712 memory=1712 CPUtime=0.52 cores=0,2,4,6
/proc/18309/task/18373/stat : 18373 (java) S 18306 18309 12183 0 -1 1077944384 1722 12857 0 0 45 0 4 3 20 0 15 0 107190978 11261657088 47336 33554432000 4194304 4196468 140725082830128 140656743753712 140657627736706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18374] ppid=18306 vsize=10997712 memory=5412 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18374/stat : 18374 (java) S 18306 18309 12183 0 -1 1077944384 3 12857 0 0 0 0 4 3 20 0 15 0 107190978 11261657088 47336 33554432000 4194304 4196468 140725082830128 140655481317728 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18375] ppid=18306 vsize=10997712 memory=4612 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18375/stat : 18375 (java) S 18306 18309 12183 0 -1 1077944384 1 12857 0 0 0 0 4 3 20 0 15 0 107190978 11261657088 47336 33554432000 4194304 4196468 140725082830128 140656742702128 140657627736706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
Current children cumulated CPU time: 3.13 s
Current children cumulated vsize: 10997712 KiB

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

/proc/18309/task/18362/stat : 18362 (java) R 18306 18309 12183 0 -1 4202560 52031 12857 0 0 16170 23 4 3 20 0 15 0 107190972 11345952768 260307 33554432000 4194304 4196468 140725082830128 140657599553352 140657195577099 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18363] ppid=18306 vsize=11080032 memory=1296 CPUtime=0.21 cores=0,2,4,6
/proc/18309/task/18363/stat : 18363 (java) S 18306 18309 12183 0 -1 1077944384 528 12857 0 0 10 4 4 3 20 0 15 0 107190973 11345952768 260307 33554432000 4194304 4196468 140725082830128 140657631967760 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18364] ppid=18306 vsize=11080032 memory=2400 CPUtime=0.21 cores=0,2,4,6
/proc/18309/task/18364/stat : 18364 (java) S 18306 18309 12183 0 -1 1077944384 1470 12857 0 0 10 4 4 3 20 0 15 0 107190973 11345952768 260307 33554432000 4194304 4196468 140725082830128 140657497303696 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18365] ppid=18306 vsize=11080032 memory=2400 CPUtime=0.21 cores=0,2,4,6
/proc/18309/task/18365/stat : 18365 (java) S 18306 18309 12183 0 -1 1077944384 490 12857 0 0 10 4 4 3 20 0 15 0 107190973 11345952768 260307 33554432000 4194304 4196468 140725082830128 140657496250640 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18366] ppid=18306 vsize=11080032 memory=1836 CPUtime=0.21 cores=0,2,4,6
/proc/18309/task/18366/stat : 18366 (java) S 18306 18309 12183 0 -1 1077944384 1857 12857 0 0 10 4 4 3 20 0 15 0 107190973 11345952768 260307 33554432000 4194304 4196468 140725082830128 140657165199760 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18367] ppid=18306 vsize=11080032 memory=13044 CPUtime=0.13 cores=0,2,4,6
/proc/18309/task/18367/stat : 18367 (java) S 18306 18309 12183 0 -1 1077944384 3956 12857 0 0 6 0 4 3 20 0 15 0 107190974 11345952768 260307 33554432000 4194304 4196468 140725082830128 140656746912496 140657627736706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18368] ppid=18306 vsize=11080032 memory=792 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18368/stat : 18368 (java) S 18306 18309 12183 0 -1 1077944384 21 12857 0 0 0 0 4 3 20 0 15 0 107190975 11345952768 260307 33554432000 4194304 4196468 140725082830128 140656420841184 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18369] ppid=18306 vsize=11080032 memory=1952 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18369/stat : 18369 (java) S 18306 18309 12183 0 -1 1077944384 2 12857 0 0 0 0 4 3 20 0 15 0 107190975 11345952768 260307 33554432000 4194304 4196468 140725082830128 140656219514112 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18370] ppid=18306 vsize=11080032 memory=1232 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18370/stat : 18370 (java) S 18306 18309 12183 0 -1 1077944384 3 12857 0 0 0 0 4 3 20 0 15 0 107190978 11345952768 260307 33554432000 4194304 4196468 140725082830128 140655912114640 140657627744155 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18371] ppid=18306 vsize=11080032 memory=8560 CPUtime=4.13 cores=0,2,4,6
/proc/18309/task/18371/stat : 18371 (java) S 18306 18309 12183 0 -1 1077944384 13477 12857 0 0 404 2 4 3 20 0 15 0 107190978 11345952768 260307 33554432000 4194304 4196468 140725082830128 140656745859312 140657627736706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18372] ppid=18306 vsize=11080032 memory=1712 CPUtime=5.02 cores=0,2,4,6
/proc/18309/task/18372/stat : 18372 (java) S 18306 18309 12183 0 -1 1077944384 24179 12857 0 0 489 6 4 3 20 0 15 0 107190978 11345952768 260307 33554432000 4194304 4196468 140725082830128 140656744806768 140657627736706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18373] ppid=18306 vsize=11080032 memory=5412 CPUtime=2.27 cores=0,2,4,6
/proc/18309/task/18373/stat : 18373 (java) S 18306 18309 12183 0 -1 1077944384 20517 12857 0 0 217 3 4 3 20 0 15 0 107190978 11345952768 260307 33554432000 4194304 4196468 140725082830128 140656743753712 140657627736706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18374] ppid=18306 vsize=11080032 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18374/stat : 18374 (java) S 18306 18309 12183 0 -1 1077944384 3 12857 0 0 0 0 4 3 20 0 15 0 107190978 11345952768 260307 33554432000 4194304 4196468 140725082830128 140655481317728 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18375] ppid=18306 vsize=11080032 memory=4104 CPUtime=0.13 cores=0,2,4,6
/proc/18309/task/18375/stat : 18375 (java) S 18306 18309 12183 0 -1 1077944384 2122 12857 0 0 3 3 4 3 20 0 15 0 107190978 11345952768 260307 33554432000 4194304 4196468 140725082830128 140656742702128 140657627736706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
Current children cumulated CPU time: 174 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1041228 KiB

[startup+222.301 s]
/proc/loadavg: 1.74 1.75 1.81 3/216 18509
/proc/meminfo: memFree=22204956/32770624 swapFree=67108860/67108860
[pid=18309] ppid=18306 vsize=11080032 memory=1184856 CPUtime=234.26 cores=0,2,4,6
/proc/18309/stat : 18309 (java) S 18306 18309 12183 0 -1 1077944320 130347 12857 0 0 23356 63 4 3 20 0 15 0 107190963 11345952768 296214 33554432000 4194304 4196468 140725082830128 140725082812672 140657627725559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
/proc/18309/statm: 2770008 296214 3529 1 0 2731661 0
[pid=18309/tid=18362] ppid=18306 vsize=11080032 memory=15876 CPUtime=221.98 cores=0,2,4,6
/proc/18309/task/18362/stat : 18362 (java) R 18306 18309 12183 0 -1 4202560 54002 12857 0 0 22166 25 4 3 20 0 15 0 107190972 11345952768 296214 33554432000 4194304 4196468 140725082830128 140657599554056 140657195575625 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18363] ppid=18306 vsize=11080032 memory=17508 CPUtime=0.23 cores=0,2,4,6
/proc/18309/task/18363/stat : 18363 (java) S 18306 18309 12183 0 -1 1077944384 592 12857 0 0 11 5 4 3 20 0 15 0 107190973 11345952768 296214 33554432000 4194304 4196468 140725082830128 140657631967760 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18364] ppid=18306 vsize=11080032 memory=4004 CPUtime=0.22 cores=0,2,4,6
/proc/18309/task/18364/stat : 18364 (java) S 18306 18309 12183 0 -1 1077944384 1489 12857 0 0 10 5 4 3 20 0 15 0 107190973 11345952768 296214 33554432000 4194304 4196468 140725082830128 140657497303696 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18365] ppid=18306 vsize=11080032 memory=18448 CPUtime=0.21 cores=0,2,4,6
/proc/18309/task/18365/stat : 18365 (java) S 18306 18309 12183 0 -1 1077944384 1023 12857 0 0 10 4 4 3 20 0 15 0 107190973 11345952768 296214 33554432000 4194304 4196468 140725082830128 140657496250640 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18366] ppid=18306 vsize=11080032 memory=1796 CPUtime=0.23 cores=0,2,4,6
/proc/18309/task/18366/stat : 18366 (java) S 18306 18309 12183 0 -1 1077944384 2330 12857 0 0 11 5 4 3 20 0 15 0 107190973 11345952768 296214 33554432000 4194304 4196468 140725082830128 140657165199760 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18367] ppid=18306 vsize=11080032 memory=640 CPUtime=0.14 cores=0,2,4,6
/proc/18309/task/18367/stat : 18367 (java) S 18306 18309 12183 0 -1 1077944384 4258 12857 0 0 7 0 4 3 20 0 15 0 107190974 11345952768 296214 33554432000 4194304 4196468 140725082830128 140656746912496 140657627736706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18368] ppid=18306 vsize=11080032 memory=952 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18368/stat : 18368 (java) S 18306 18309 12183 0 -1 1077944384 21 12857 0 0 0 0 4 3 20 0 15 0 107190975 11345952768 296214 33554432000 4194304 4196468 140725082830128 140656420841184 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18369] ppid=18306 vsize=11080032 memory=1232 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18369/stat : 18369 (java) S 18306 18309 12183 0 -1 1077944384 2 12857 0 0 0 0 4 3 20 0 15 0 107190975 11345952768 296214 33554432000 4194304 4196468 140725082830128 140656219514112 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18370] ppid=18306 vsize=11080032 memory=7288 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18370/stat : 18370 (java) S 18306 18309 12183 0 -1 1077944384 3 12857 0 0 0 0 4 3 20 0 15 0 107190978 11345952768 296214 33554432000 4194304 4196468 140725082830128 140655912114640 140657627744155 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18371] ppid=18306 vsize=11080032 memory=840 CPUtime=4.2 cores=0,2,4,6
/proc/18309/task/18371/stat : 18371 (java) S 18306 18309 12183 0 -1 1077944384 14718 12857 0 0 411 2 4 3 20 0 15 0 107190978 11345952768 296214 33554432000 4194304 4196468 140725082830128 140656745859312 140657627736706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18372] ppid=18306 vsize=11080032 memory=1696 CPUtime=5.12 cores=0,2,4,6
/proc/18309/task/18372/stat : 18372 (java) S 18306 18309 12183 0 -1 1077944384 26915 12857 0 0 499 6 4 3 20 0 15 0 107190978 11345952768 296214 33554432000 4194304 4196468 140725082830128 140656744806768 140657627736706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18373] ppid=18306 vsize=11080032 memory=920 CPUtime=2.28 cores=0,2,4,6
/proc/18309/task/18373/stat : 18373 (java) S 18306 18309 12183 0 -1 1077944384 20634 12857 0 0 218 3 4 3 20 0 15 0 107190978 11345952768 296214 33554432000 4194304 4196468 140725082830128 140656743753712 140657627736706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18374] ppid=18306 vsize=11080032 memory=3852 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18374/stat : 18374 (java) S 18306 18309 12183 0 -1 1077944384 3 12857 0 0 0 0 4 3 20 0 15 0 107190978 11345952768 296214 33554432000 4194304 4196468 140725082830128 140655481317728 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18375] ppid=18306 vsize=11080032 memory=2836 CPUtime=0.15 cores=0,2,4,6
/proc/18309/task/18375/stat : 18375 (java) S 18306 18309 12183 0 -1 1077944384 2166 12857 0 0 4 4 4 3 20 0 15 0 107190978 11345952768 296214 33554432000 4194304 4196468 140725082830128 140656742702128 140657627736706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
Current children cumulated CPU time: 234.26 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1184856 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.78 1.76 1.81 3/215 18509
/proc/meminfo: memFree=22177484/32770624 swapFree=67108860/67108860
[pid=18309] ppid=18306 vsize=11080032 memory=1212480 CPUtime=252.02 cores=0,2,4,6
/proc/18309/stat : 18309 (java) S 18306 18309 12183 0 -1 1077944320 133463 12857 0 0 25129 66 4 3 20 0 15 0 107190963 11345952768 303120 33554432000 4194304 4196468 140725082830128 140725082812672 140657627725559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
/proc/18309/statm: 2770008 303120 3529 1 0 2731661 0
[pid=18309/tid=18362] ppid=18306 vsize=11080032 memory=1184856 CPUtime=239.66 cores=0,2,4,6
/proc/18309/task/18362/stat : 18362 (java) R 18306 18309 12183 0 -1 4202560 54374 12857 0 0 23934 25 4 3 20 0 15 0 107190972 11345952768 303120 33554432000 4194304 4196468 140725082830128 140657599546864 140657195575531 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18363] ppid=18306 vsize=11080032 memory=1184856 CPUtime=0.25 cores=0,2,4,6
/proc/18309/task/18363/stat : 18363 (java) S 18306 18309 12183 0 -1 1077944384 668 12857 0 0 12 6 4 3 20 0 15 0 107190973 11345952768 303120 33554432000 4194304 4196468 140725082830128 140657631967760 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18364] ppid=18306 vsize=11080032 memory=1184856 CPUtime=0.23 cores=0,2,4,6
/proc/18309/task/18364/stat : 18364 (java) S 18306 18309 12183 0 -1 1077944384 2936 12857 0 0 11 5 4 3 20 0 15 0 107190973 11345952768 303120 33554432000 4194304 4196468 140725082830128 140657497303696 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18365] ppid=18306 vsize=11080032 memory=1184856 CPUtime=0.23 cores=0,2,4,6
/proc/18309/task/18365/stat : 18365 (java) S 18306 18309 12183 0 -1 1077944384 1610 12857 0 0 11 5 4 3 20 0 15 0 107190973 11345952768 303120 33554432000 4194304 4196468 140725082830128 140657496250640 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18366] ppid=18306 vsize=11080032 memory=1212480 CPUtime=0.25 cores=0,2,4,6
/proc/18309/task/18366/stat : 18366 (java) S 18306 18309 12183 0 -1 1077944384 2517 12857 0 0 12 6 4 3 20 0 15 0 107190973 11345952768 303120 33554432000 4194304 4196468 140725082830128 140657165199760 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18367] ppid=18306 vsize=11080032 memory=1212480 CPUtime=0.14 cores=0,2,4,6
/proc/18309/task/18367/stat : 18367 (java) S 18306 18309 12183 0 -1 1077944384 4504 12857 0 0 7 0 4 3 20 0 15 0 107190974 11345952768 303120 33554432000 4194304 4196468 140725082830128 140656746912496 140657627736706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18368] ppid=18306 vsize=11080032 memory=1212480 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18368/stat : 18368 (java) S 18306 18309 12183 0 -1 1077944384 21 12857 0 0 0 0 4 3 20 0 15 0 107190975 11345952768 303120 33554432000 4194304 4196468 140725082830128 140656420841184 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18369] ppid=18306 vsize=11080032 memory=1212480 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18369/stat : 18369 (java) S 18306 18309 12183 0 -1 1077944384 2 12857 0 0 0 0 4 3 20 0 15 0 107190975 11345952768 303120 33554432000 4194304 4196468 140725082830128 140656219514112 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18370] ppid=18306 vsize=11080032 memory=1212480 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18370/stat : 18370 (java) S 18306 18309 12183 0 -1 1077944384 3 12857 0 0 0 0 4 3 20 0 15 0 107190978 11345952768 303120 33554432000 4194304 4196468 140725082830128 140655912114640 140657627744155 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18371] ppid=18306 vsize=11080032 memory=1212480 CPUtime=4.21 cores=0,2,4,6
/proc/18309/task/18371/stat : 18371 (java) S 18306 18309 12183 0 -1 1077944384 14917 12857 0 0 412 2 4 3 20 0 15 0 107190978 11345952768 303120 33554432000 4194304 4196468 140725082830128 140656745859312 140657627736706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18372] ppid=18306 vsize=11080032 memory=1212480 CPUtime=5.12 cores=0,2,4,6
/proc/18309/task/18372/stat : 18372 (java) S 18306 18309 12183 0 -1 1077944384 26915 12857 0 0 499 6 4 3 20 0 15 0 107190978 11345952768 303120 33554432000 4194304 4196468 140725082830128 140656744806768 140657627736706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18373] ppid=18306 vsize=11080032 memory=4140 CPUtime=2.28 cores=0,2,4,6
/proc/18309/task/18373/stat : 18373 (java) S 18306 18309 12183 0 -1 1077944384 20634 12857 0 0 218 3 4 3 20 0 15 0 107190978 11345952768 303120 33554432000 4194304 4196468 140725082830128 140656743753712 140657627736706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18374] ppid=18306 vsize=11080032 memory=2400 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18374/stat : 18374 (java) S 18306 18309 12183 0 -1 1077944384 3 12857 0 0 0 0 4 3 20 0 15 0 107190978 11345952768 303120 33554432000 4194304 4196468 140725082830128 140655481317728 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18375] ppid=18306 vsize=11080032 memory=1836 CPUtime=0.16 cores=0,2,4,6
/proc/18309/task/18375/stat : 18375 (java) S 18306 18309 12183 0 -1 1077944384 2168 12857 0 0 5 4 4 3 20 0 15 0 107190978 11345952768 303120 33554432000 4194304 4196468 140725082830128 140656742702128 140657627736706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
Current children cumulated CPU time: 252.02 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1212480 KiB

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

[startup+240.041 s]
# the end of solver process 18309 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.36 s, system=0.72139 s

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

[startup+240.001 s]
/proc/loadavg: 1.78 1.76 1.81 3/215 18509
/proc/meminfo: memFree=22177484/32770624 swapFree=67108860/67108860
[pid=18309] ppid=18306 vsize=11080032 memory=1212480 CPUtime=252.02 cores=0,2,4,6
/proc/18309/stat : 18309 (java) S 18306 18309 12183 0 -1 1077944320 133463 12857 0 0 25129 66 4 3 20 0 15 0 107190963 11345952768 303120 33554432000 4194304 4196468 140725082830128 140725082812672 140657627725559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
/proc/18309/statm: 2770008 303120 3529 1 0 2731661 0
[pid=18309/tid=18362] ppid=18306 vsize=11080032 memory=1184856 CPUtime=239.66 cores=0,2,4,6
/proc/18309/task/18362/stat : 18362 (java) R 18306 18309 12183 0 -1 4202560 54374 12857 0 0 23934 25 4 3 20 0 15 0 107190972 11345952768 303120 33554432000 4194304 4196468 140725082830128 140657599546864 140657195575531 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18363] ppid=18306 vsize=11080032 memory=1184856 CPUtime=0.25 cores=0,2,4,6
/proc/18309/task/18363/stat : 18363 (java) S 18306 18309 12183 0 -1 1077944384 668 12857 0 0 12 6 4 3 20 0 15 0 107190973 11345952768 303120 33554432000 4194304 4196468 140725082830128 140657631967760 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18364] ppid=18306 vsize=11080032 memory=1184856 CPUtime=0.23 cores=0,2,4,6
/proc/18309/task/18364/stat : 18364 (java) S 18306 18309 12183 0 -1 1077944384 2936 12857 0 0 11 5 4 3 20 0 15 0 107190973 11345952768 303120 33554432000 4194304 4196468 140725082830128 140657497303696 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18365] ppid=18306 vsize=11080032 memory=1184856 CPUtime=0.23 cores=0,2,4,6
/proc/18309/task/18365/stat : 18365 (java) S 18306 18309 12183 0 -1 1077944384 1610 12857 0 0 11 5 4 3 20 0 15 0 107190973 11345952768 303120 33554432000 4194304 4196468 140725082830128 140657496250640 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18366] ppid=18306 vsize=11080032 memory=1212480 CPUtime=0.25 cores=0,2,4,6
/proc/18309/task/18366/stat : 18366 (java) S 18306 18309 12183 0 -1 1077944384 2517 12857 0 0 12 6 4 3 20 0 15 0 107190973 11345952768 303120 33554432000 4194304 4196468 140725082830128 140657165199760 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18367] ppid=18306 vsize=11080032 memory=1212480 CPUtime=0.14 cores=0,2,4,6
/proc/18309/task/18367/stat : 18367 (java) S 18306 18309 12183 0 -1 1077944384 4504 12857 0 0 7 0 4 3 20 0 15 0 107190974 11345952768 303120 33554432000 4194304 4196468 140725082830128 140656746912496 140657627736706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18368] ppid=18306 vsize=11080032 memory=1212480 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18368/stat : 18368 (java) S 18306 18309 12183 0 -1 1077944384 21 12857 0 0 0 0 4 3 20 0 15 0 107190975 11345952768 303120 33554432000 4194304 4196468 140725082830128 140656420841184 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18369] ppid=18306 vsize=11080032 memory=1212480 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18369/stat : 18369 (java) S 18306 18309 12183 0 -1 1077944384 2 12857 0 0 0 0 4 3 20 0 15 0 107190975 11345952768 303120 33554432000 4194304 4196468 140725082830128 140656219514112 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18370] ppid=18306 vsize=11080032 memory=1212480 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18370/stat : 18370 (java) S 18306 18309 12183 0 -1 1077944384 3 12857 0 0 0 0 4 3 20 0 15 0 107190978 11345952768 303120 33554432000 4194304 4196468 140725082830128 140655912114640 140657627744155 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18371] ppid=18306 vsize=11080032 memory=1212480 CPUtime=4.21 cores=0,2,4,6
/proc/18309/task/18371/stat : 18371 (java) S 18306 18309 12183 0 -1 1077944384 14917 12857 0 0 412 2 4 3 20 0 15 0 107190978 11345952768 303120 33554432000 4194304 4196468 140725082830128 140656745859312 140657627736706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18372] ppid=18306 vsize=11080032 memory=1212480 CPUtime=5.12 cores=0,2,4,6
/proc/18309/task/18372/stat : 18372 (java) S 18306 18309 12183 0 -1 1077944384 26915 12857 0 0 499 6 4 3 20 0 15 0 107190978 11345952768 303120 33554432000 4194304 4196468 140725082830128 140656744806768 140657627736706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18373] ppid=18306 vsize=11080032 memory=4140 CPUtime=2.28 cores=0,2,4,6
/proc/18309/task/18373/stat : 18373 (java) S 18306 18309 12183 0 -1 1077944384 20634 12857 0 0 218 3 4 3 20 0 15 0 107190978 11345952768 303120 33554432000 4194304 4196468 140725082830128 140656743753712 140657627736706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18374] ppid=18306 vsize=11080032 memory=2400 CPUtime=0.07 cores=0,2,4,6
/proc/18309/task/18374/stat : 18374 (java) S 18306 18309 12183 0 -1 1077944384 3 12857 0 0 0 0 4 3 20 0 15 0 107190978 11345952768 303120 33554432000 4194304 4196468 140725082830128 140655481317728 140657627735765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
[pid=18309/tid=18375] ppid=18306 vsize=11080032 memory=1836 CPUtime=0.16 cores=0,2,4,6
/proc/18309/task/18375/stat : 18375 (java) S 18306 18309 12183 0 -1 1077944384 2168 12857 0 0 5 4 4 3 20 0 15 0 107190978 11345952768 303120 33554432000 4194304 4196468 140725082830128 140656742702128 140657627736706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23597056 140725082835569 140725082838369 140725082838369 140725082841039 0
Current children cumulated CPU time: 252.02 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1212480 KiB

Child status: 143
Real time (s): 240.041
CPU time (s): 252.082
CPU user time (s): 251.36
CPU system time (s): 0.72139
CPU usage (%): 105.016
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 1212480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.36
system time used= 0.72139
maximum resident set size= 1214852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147789
page faults= 0
swaps= 0
block input operations= 0
block output operations= 680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13372
involuntary context switches= 616


# summary of solver processes directly reported to runsolver:
#   pid: 18309
#   total CPU time (s): 252.082
#   total CPU user time (s): 251.36
#   total CPU system time (s): 0.72139

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.22753 second user time and 2.43824 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-29 22:31:18
IDJOB=4302415
IDBENCH=141250
IDSOLVER=2776
FILE ID=node107/4302415-1532896278
RUNJOBID= node107-1532892903-13712
PBS_JOBID= 21022519
Free space on /tmp= 60800 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-sko64_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302415-1532896278/watcher-4302415-1532896278 -o /tmp/evaluation-result-4302415-1532896278/solver-4302415-1532896278 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532892903-13712 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=2010947621 HOME/instance-4302415-1532896278.xml

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

MD5SUM BENCH= 0f1e7a7a7866c79e3b2a53c7bc7dd539
RANDOM SEED=2010947621

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:        23889040 kB
MemAvailable:   31123132 kB
Buffers:          247016 kB
Cached:          7250272 kB
SwapCached:            0 kB
Active:          4663532 kB
Inactive:        3725892 kB
Active(anon):     843776 kB
Inactive(anon):    76484 kB
Active(file):    3819756 kB
Inactive(file):  3649408 kB
Unevictable:        7164 kB
Mlocked:            7164 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26472 kB
Writeback:             0 kB
AnonPages:        856120 kB
Mapped:            58104 kB
Shmem:             25228 kB
Slab:             189932 kB
SReclaimable:     161524 kB
SUnreclaim:        28408 kB
KernelStack:        3856 kB
PageTables:         6716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2048616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    626688 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= 60776 MiB
End job on node107 at 2018-07-29 22:35:18