Trace number 4401203

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.12.2SAT (TO)72 2520.05 2466.93

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-11-a4.xml
MD5SUM76cd483e3b4252a6c3494775e86c7629
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark72
Best CPU time to get the best result obtained on this benchmark2520.03
Satisfiable
(Un)Satisfiability was proved
Number of variables11
Number of constraints1322
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":11}]
Minimum variable degree451
Maximum variable degree452
Distribution of variable degrees[{"degree":451,"count":9},{"degree":452,"count":2}]
Minimum constraint arity1
Maximum constraint arity11
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":330},{"arity":4,"count":990},{"arity":11,"count":1}]
Number of extensional constraints0
Number of intensional constraints1321
Distribution of constraint types[{"type":"intension","count":1321},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.74/0.56	c Concrete v3.12.2.1568631193530 running
14.17/5.35	o 100
15.13/5.64	o 99
16.09/6.13	o 90
16.09/6.16	o 86
17.88/7.49	o 80
54.46/42.89	o 79
60.43/48.78	o 77
60.84/49.15	o 76
66.66/54.93	o 75
1384.98/1352.48	o 74
1543.10/1507.71	o 72
2520.01/2466.90	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.01/2466.90		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.01/2466.90		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.01/2466.90		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:110)
2520.01/2466.90		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.01/2466.90		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.01/2466.90		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:110)
2520.01/2466.90		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.01/2466.90		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.01/2466.90		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.01/2466.90		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.01/2466.90		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.01/2466.90		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.01/2466.90		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.01/2466.90		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.01/2466.90		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.01/2466.90		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.01/2466.90		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.01/2466.90		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.01/2466.90		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.01/2466.90		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.01/2466.90		at scala.Option.map(Option.scala:243)
2520.01/2466.90		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.01/2466.91		at concrete.MAC.mac(MAC.scala:216)
2520.01/2466.91		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.01/2466.91		at scala.util.Try$.apply(Try.scala:212)
2520.01/2466.91		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.01/2466.91		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.01/2466.91		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.01/2466.91		at concrete.MAC.oneRun(MAC.scala:265)
2520.01/2466.91		at concrete.MAC.nextSolution(MAC.scala:284)
2520.01/2466.91		at concrete.MAC.nextSolution(MAC.scala:369)
2520.01/2466.91		at concrete.Solver.hasNext(Solver.scala:160)
2520.01/2466.91		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.01/2466.91		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.01/2466.91		at concrete.Solver.foreach(Solver.scala:67)
2520.01/2466.91		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.01/2466.91		at scala.util.Success.map(Try.scala:264)
2520.01/2466.91		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.01/2466.91		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.01/2466.91		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.01/2466.91		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.01/2466.91		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.01/2466.91		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.01/2466.91		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.01/2466.91		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.01/2466.91		at scala.App.$anonfun$main$1(App.scala:75)
2520.01/2466.91		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.01/2466.91		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.01/2466.91		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.01/2466.91		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.01/2466.91		at scala.App.main(App.scala:75)
2520.01/2466.91		at scala.App.main$(App.scala:73)
2520.01/2466.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.01/2466.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.01/2466.91	v <instantiation
2520.01/2466.91	v         cost = '72'>
2520.01/2466.91	v       <list>
2520.01/2466.91	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10]
2520.01/2466.91	v       </list>
2520.01/2466.91	v       <values>
2520.01/2466.91	v         0 2 8 18 25 39 44 59 68 71 72
2520.01/2466.91	v       </values>
2520.01/2466.91	v     </instantiation>
2520.01/2466.91	s SATISFIABLE

Verifier Data

OK	72

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 (15101 MiB free)
  memory of node 1: 16384 MiB (14745 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401203-1568679521/watcher-4401203-1568679521 -o /tmp/evaluation-result-4401203-1568679521/solver-4401203-1568679521 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568669636-5871 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=580007786 HOME/instance-4401203-1568679521.xml 

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

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


[startup+0.100163 s]*
/proc/loadavg: 1.17 1.39 1.41 3/217 8195
/proc/meminfo: memFree=30558976/32770624 swapFree=66939608/67108860
[pid=8137] ppid=8134 vsize=9972712 memory=18596 CPUtime=0.1 cores=0,2,4,6
/proc/8137/stat : 8137 (java) S 8134 8137 5840 0 -1 1077944320 4383 13298 0 0 1 1 5 3 20 0 6 0 444210366 10212057088 4649 33554432000 4194304 4196468 140723934926304 140723934908848 139816252473079 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
/proc/8137/statm: 2493178 4649 1933 1 0 2481616 0
[pid=8137/tid=8191] ppid=8134 vsize=9972712 memory=-8617482348318186131 CPUtime=0.09 cores=0,2,4,6
/proc/8137/task/8191/stat : 8191 (java) R 8134 8137 5840 0 -1 4202560 2175 13298 0 0 1 0 5 3 20 0 6 0 444210375 10212057088 4649 33554432000 4194304 4196468 140723934926304 139816224309840 139816252495005 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8192] ppid=8134 vsize=9972712 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8192/stat : 8192 (java) S 8134 8137 5840 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 6 0 444210376 10212057088 4649 33554432000 4194304 4196468 140723934926304 139816256715792 139816252483285 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8193] ppid=8134 vsize=9972712 memory=139989021496960 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8193/stat : 8193 (java) S 8134 8137 5840 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 6 0 444210376 10212057088 4649 33554432000 4194304 4196468 140723934926304 139816155606160 139816252483285 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8194] ppid=8134 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8194/stat : 8194 (java) S 8134 8137 5840 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 6 0 444210376 10212057088 4649 33554432000 4194304 4196468 140723934926304 139816154553104 139816252483285 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8195] ppid=8134 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8195/stat : 8195 (java) S 8134 8137 5840 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 6 0 444210376 10212057088 4649 33554432000 4194304 4196468 140723934926304 139816153500560 139816252483285 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18596 KiB

[startup+0.21056 s]*
/proc/loadavg: 1.17 1.39 1.41 4/226 8204
/proc/meminfo: memFree=30542032/32770624 swapFree=66939608/67108860
[pid=8137] ppid=8134 vsize=10820020 memory=38868 CPUtime=0.26 cores=0,2,4,6
/proc/8137/stat : 8137 (java) S 8134 8137 5840 0 -1 1077944320 7155 13298 0 0 17 1 5 3 20 0 15 0 444210366 11079700480 9717 33554432000 4194304 4196468 140723934926304 140723934908848 139816252473079 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
/proc/8137/statm: 2705005 9717 3183 1 0 2667149 0
[pid=8137/tid=8191] ppid=8134 vsize=10820184 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/8137/task/8191/stat : 8191 (java) R 8134 8137 5840 0 -1 4202560 3683 13298 0 0 11 0 5 3 20 0 15 0 444210375 11079868416 9783 33554432000 4194304 4196468 140723934926304 139816224287200 139816244710206 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8192] ppid=8134 vsize=10820184 memory=345 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8192/stat : 8192 (java) S 8134 8137 5840 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 444210376 11079868416 9783 33554432000 4194304 4196468 140723934926304 139816256715792 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8193] ppid=8134 vsize=10820184 memory=139989021505351 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8193/stat : 8193 (java) S 8134 8137 5840 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 444210376 11079868416 9783 33554432000 4194304 4196468 140723934926304 139816155606160 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8194] ppid=8134 vsize=10820188 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8194/stat : 8194 (java) S 8134 8137 5840 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 444210376 11079872512 9783 33554432000 4194304 4196468 140723934926304 139816154553104 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8195] ppid=8134 vsize=10820188 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8195/stat : 8195 (java) S 8134 8137 5840 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 444210376 11079872512 9783 33554432000 4194304 4196468 140723934926304 139816153500560 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8196] ppid=8134 vsize=10820188 memory=139989021496960 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8196/stat : 8196 (java) S 8134 8137 5840 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 444210377 11079872512 9783 33554432000 4194304 4196468 140723934926304 139815255808240 139816252484226 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8197] ppid=8134 vsize=10820188 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8197/stat : 8197 (java) S 8134 8137 5840 0 -1 1077944384 33 13298 0 0 0 0 5 3 20 0 15 0 444210378 11079872512 9783 33554432000 4194304 4196468 140723934926304 139815254754464 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8198] ppid=8134 vsize=10820188 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8198/stat : 8198 (java) S 8134 8137 5840 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 444210378 11079872512 9783 33554432000 4194304 4196468 140723934926304 139815144121072 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8199] ppid=8134 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8199/stat : 8199 (java) S 8134 8137 5840 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 444210381 11079880704 9783 33554432000 4194304 4196468 140723934926304 139814836721616 139816252491675 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8200] ppid=8134 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/8137/task/8200/stat : 8200 (java) S 8134 8137 5840 0 -1 1077944384 454 13298 0 0 1 0 5 3 20 0 15 0 444210381 11079880704 9783 33554432000 4194304 4196468 140723934926304 139815221197552 139816252484226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8201] ppid=8134 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/8137/task/8201/stat : 8201 (java) R 8134 8137 5840 0 -1 4202560 193 13298 0 0 1 0 5 3 20 0 15 0 444210381 11079880704 9783 33554432000 4194304 4196468 140723934926304 139815220145008 139816236898023 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8202] ppid=8134 vsize=10820196 memory=139989021496960 CPUtime=0.11 cores=0,2,4,6
/proc/8137/task/8202/stat : 8202 (java) S 8134 8137 5840 0 -1 1077944384 626 13298 0 0 3 0 5 3 20 0 15 0 444210381 11079880704 9783 33554432000 4194304 4196468 140723934926304 139815219091952 139816252484226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8203] ppid=8134 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8203/stat : 8203 (java) S 8134 8137 5840 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 444210381 11079880704 9783 33554432000 4194304 4196468 140723934926304 139814803164000 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8204] ppid=8134 vsize=10820196 memory=139989021496960 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8204/stat : 8204 (java) S 8134 8137 5840 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 444210381 11079880704 9783 33554432000 4194304 4196468 140723934926304 139815218039344 139816252484226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820020 KiB
Current children cumulated memory: 38868 KiB

[startup+0.311408 s]*
/proc/loadavg: 1.17 1.39 1.41 3/226 8204
/proc/meminfo: memFree=30528332/32770624 swapFree=66939608/67108860
[pid=8137] ppid=8134 vsize=10820196 memory=47880 CPUtime=0.4 cores=0,2,4,6
/proc/8137/stat : 8137 (java) S 8134 8137 5840 0 -1 1077944320 10754 13298 0 0 29 3 5 3 20 0 15 0 444210366 11079880704 11970 33554432000 4194304 4196468 140723934926304 140723934908848 139816252473079 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
/proc/8137/statm: 2705049 11970 3309 1 0 2667149 0
[pid=8137/tid=8191] ppid=8134 vsize=10820196 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/8137/task/8191/stat : 8191 (java) R 8134 8137 5840 0 -1 4202560 7196 13298 0 0 19 2 5 3 20 0 15 0 444210375 11079880704 11970 33554432000 4194304 4196468 140723934926304 139816224278448 139816234037879 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8192] ppid=8134 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8192/stat : 8192 (java) S 8134 8137 5840 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 444210376 11079880704 11970 33554432000 4194304 4196468 140723934926304 139816256715792 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8193] ppid=8134 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8193/stat : 8193 (java) S 8134 8137 5840 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 444210376 11079880704 11970 33554432000 4194304 4196468 140723934926304 139816155606160 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8194] ppid=8134 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8194/stat : 8194 (java) S 8134 8137 5840 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 444210376 11079880704 11970 33554432000 4194304 4196468 140723934926304 139816154553104 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8195] ppid=8134 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8195/stat : 8195 (java) S 8134 8137 5840 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 444210376 11079880704 11970 33554432000 4194304 4196468 140723934926304 139816153500560 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8196] ppid=8134 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8196/stat : 8196 (java) S 8134 8137 5840 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 444210377 11079880704 11970 33554432000 4194304 4196468 140723934926304 139815255808240 139816252484226 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8197] ppid=8134 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8197/stat : 8197 (java) S 8134 8137 5840 0 -1 1077944384 33 13298 0 0 0 0 5 3 20 0 15 0 444210378 11079880704 11970 33554432000 4194304 4196468 140723934926304 139815254754464 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8198] ppid=8134 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8198/stat : 8198 (java) S 8134 8137 5840 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 444210378 11079880704 11970 33554432000 4194304 4196468 140723934926304 139815144121072 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8199] ppid=8134 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8199/stat : 8199 (java) S 8134 8137 5840 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 444210381 11079880704 11970 33554432000 4194304 4196468 140723934926304 139814836721616 139816252491675 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8200] ppid=8134 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/8137/task/8200/stat : 8200 (java) S 8134 8137 5840 0 -1 1077944384 456 13298 0 0 1 0 5 3 20 0 15 0 444210381 11079880704 11970 33554432000 4194304 4196468 140723934926304 139815221197552 139816252484226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8201] ppid=8134 vsize=10820196 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/8137/task/8201/stat : 8201 (java) S 8134 8137 5840 0 -1 1077944384 202 13298 0 0 2 0 5 3 20 0 15 0 444210381 11079880704 11970 33554432000 4194304 4196468 140723934926304 139815220145008 139816252484226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8202] ppid=8134 vsize=10820196 memory=139989021496960 CPUtime=0.13 cores=0,2,4,6
/proc/8137/task/8202/stat : 8202 (java) S 8134 8137 5840 0 -1 1077944384 644 13298 0 0 5 0 5 3 20 0 15 0 444210381 11079880704 11970 33554432000 4194304 4196468 140723934926304 139815219091952 139816252484226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8203] ppid=8134 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8203/stat : 8203 (java) S 8134 8137 5840 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 444210381 11079880704 11970 33554432000 4194304 4196468 140723934926304 139814803164000 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8204] ppid=8134 vsize=10820196 memory=139989021496960 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8204/stat : 8204 (java) S 8134 8137 5840 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 444210381 11079880704 11970 33554432000 4194304 4196468 140723934926304 139815218039344 139816252484226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 47880 KiB

[startup+0.700699 s]
/proc/loadavg: 1.17 1.39 1.41 3/226 8204
/proc/meminfo: memFree=30507820/32770624 swapFree=66939608/67108860
[pid=8137] ppid=8134 vsize=10824364 memory=81220 CPUtime=1.1 cores=0,2,4,6
/proc/8137/stat : 8137 (java) S 8134 8137 5840 0 -1 1077944320 15093 13298 0 0 97 5 5 3 20 0 15 0 444210366 11084148736 20305 33554432000 4194304 4196468 140723934926304 140723934908848 139816252473079 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
/proc/8137/statm: 2706091 20305 3496 1 0 2668173 0
[pid=8137/tid=8191] ppid=8134 vsize=10824364 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/8137/task/8191/stat : 8191 (java) R 8134 8137 5840 0 -1 4202560 10325 13298 0 0 56 3 5 3 20 0 15 0 444210375 11084148736 20305 33554432000 4194304 4196468 140723934926304 139816224302624 139816252495005 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8192] ppid=8134 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8192/stat : 8192 (java) S 8134 8137 5840 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 444210376 11084148736 20305 33554432000 4194304 4196468 140723934926304 139816256715792 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8193] ppid=8134 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8193/stat : 8193 (java) S 8134 8137 5840 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 444210376 11084148736 20305 33554432000 4194304 4196468 140723934926304 139816155606160 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8194] ppid=8134 vsize=10824364 memory=139988889120976 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8194/stat : 8194 (java) S 8134 8137 5840 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 444210376 11084148736 20305 33554432000 4194304 4196468 140723934926304 139816154553104 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8195] ppid=8134 vsize=10824364 memory=139990164046441 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8195/stat : 8195 (java) S 8134 8137 5840 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 444210376 11084148736 20305 33554432000 4194304 4196468 140723934926304 139816153500560 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8196] ppid=8134 vsize=10824364 memory=1060 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8196/stat : 8196 (java) S 8134 8137 5840 0 -1 1077944384 5 13298 0 0 0 0 5 3 20 0 15 0 444210377 11084148736 20305 33554432000 4194304 4196468 140723934926304 139815255808240 139816252484226 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8197] ppid=8134 vsize=10824364 memory=7014751519667017297 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8197/stat : 8197 (java) S 8134 8137 5840 0 -1 1077944384 33 13298 0 0 0 0 5 3 20 0 15 0 444210378 11084148736 20305 33554432000 4194304 4196468 140723934926304 139815254754464 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8198] ppid=8134 vsize=10824364 memory=7452163620674753639 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8198/stat : 8198 (java) S 8134 8137 5840 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 444210378 11084148736 20305 33554432000 4194304 4196468 140723934926304 139815144121072 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8199] ppid=8134 vsize=10824364 memory=14056 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8199/stat : 8199 (java) S 8134 8137 5840 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 444210381 11084148736 20305 33554432000 4194304 4196468 140723934926304 139814836721616 139816252491675 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8200] ppid=8134 vsize=10824364 memory=2116 CPUtime=0.2 cores=0,2,4,6
/proc/8137/task/8200/stat : 8200 (java) R 8134 8137 5840 0 -1 4202560 1009 13298 0 0 12 0 5 3 20 0 15 0 444210381 11084148736 20305 33554432000 4194304 4196468 140723934926304 139815221197552 139816238153201 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8201] ppid=8134 vsize=10824364 memory=516 CPUtime=0.19 cores=0,2,4,6
/proc/8137/task/8201/stat : 8201 (java) S 8134 8137 5840 0 -1 1077944384 584 13298 0 0 11 0 5 3 20 0 15 0 444210381 11084148736 20305 33554432000 4194304 4196468 140723934926304 139815220145008 139816252484226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8202] ppid=8134 vsize=10824364 memory=1556 CPUtime=0.25 cores=0,2,4,6
/proc/8137/task/8202/stat : 8202 (java) S 8134 8137 5840 0 -1 1077944384 915 13298 0 0 17 0 5 3 20 0 15 0 444210381 11084148736 20305 33554432000 4194304 4196468 140723934926304 139815219091952 139816252484226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8203] ppid=8134 vsize=10824364 memory=928 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8203/stat : 8203 (java) S 8134 8137 5840 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 444210381 11084148736 20305 33554432000 4194304 4196468 140723934926304 139814803164000 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8204] ppid=8134 vsize=10824364 memory=1772 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8204/stat : 8204 (java) S 8134 8137 5840 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 444210381 11084148736 20305 33554432000 4194304 4196468 140723934926304 139815218039344 139816252484226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 81220 KiB

[startup+1.50068 s]
/proc/loadavg: 1.17 1.39 1.41 4/226 8204
/proc/meminfo: memFree=30457336/32770624 swapFree=66939608/67108860
[pid=8137] ppid=8134 vsize=10834680 memory=185932 CPUtime=2.75 cores=0,2,4,6
/proc/8137/stat : 8137 (java) S 8134 8137 5840 0 -1 1077944320 24057 13298 0 0 256 11 5 3 20 0 15 0 444210366 11094712320 46483 33554432000 4194304 4196468 140723934926304 140723934908848 139816252473079 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
/proc/8137/statm: 2708670 46483 3587 1 0 2670733 0
[pid=8137/tid=8191] ppid=8134 vsize=10834680 memory=181932 CPUtime=1.43 cores=0,2,4,6
/proc/8137/task/8191/stat : 8191 (java) R 8134 8137 5840 0 -1 4202560 15491 13298 0 0 130 5 5 3 20 0 15 0 444210375 11094712320 46483 33554432000 4194304 4196468 140723934926304 139816224300112 139816244710206 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8192] ppid=8134 vsize=10834680 memory=2436 CPUtime=0.09 cores=0,2,4,6
/proc/8137/task/8192/stat : 8192 (java) S 8134 8137 5840 0 -1 1077944384 34 13298 0 0 1 0 5 3 20 0 15 0 444210376 11094712320 46483 33554432000 4194304 4196468 140723934926304 139816256715792 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8193] ppid=8134 vsize=10834680 memory=1760 CPUtime=0.09 cores=0,2,4,6
/proc/8137/task/8193/stat : 8193 (java) S 8134 8137 5840 0 -1 1077944384 81 13298 0 0 1 0 5 3 20 0 15 0 444210376 11094712320 46483 33554432000 4194304 4196468 140723934926304 139816155606160 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8194] ppid=8134 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/8137/task/8194/stat : 8194 (java) S 8134 8137 5840 0 -1 1077944384 62 13298 0 0 1 0 5 3 20 0 15 0 444210376 11094712320 46483 33554432000 4194304 4196468 140723934926304 139816154553104 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8195] ppid=8134 vsize=10834680 memory=-7303279828959712342 CPUtime=0.09 cores=0,2,4,6
/proc/8137/task/8195/stat : 8195 (java) S 8134 8137 5840 0 -1 1077944384 313 13298 0 0 1 0 5 3 20 0 15 0 444210376 11094712320 46483 33554432000 4194304 4196468 140723934926304 139816153500560 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8196] ppid=8134 vsize=10834680 memory=3833724587141655611 CPUtime=0.09 cores=0,2,4,6
/proc/8137/task/8196/stat : 8196 (java) S 8134 8137 5840 0 -1 1077944384 936 13298 0 0 1 0 5 3 20 0 15 0 444210377 11094712320 46483 33554432000 4194304 4196468 140723934926304 139815255808240 139816252484226 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8197] ppid=8134 vsize=10834680 memory=-6870368076204431200 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8197/stat : 8197 (java) S 8134 8137 5840 0 -1 1077944384 34 13298 0 0 0 0 5 3 20 0 15 0 444210378 11094712320 46483 33554432000 4194304 4196468 140723934926304 139815254754528 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8198] ppid=8134 vsize=10834680 memory=-6078294146213043397 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8198/stat : 8198 (java) S 8134 8137 5840 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 444210378 11094712320 46483 33554432000 4194304 4196468 140723934926304 139815144121088 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8199] ppid=8134 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8199/stat : 8199 (java) S 8134 8137 5840 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 444210381 11094712320 46483 33554432000 4194304 4196468 140723934926304 139814836721616 139816252491675 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8200] ppid=8134 vsize=10834680 memory=0 CPUtime=0.46 cores=0,2,4,6
/proc/8137/task/8200/stat : 8200 (java) S 8134 8137 5840 0 -1 1077944384 1673 13298 0 0 38 0 5 3 20 0 15 0 444210381 11094712320 46483 33554432000 4194304 4196468 140723934926304 139815221197552 139816252484226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8201] ppid=8134 vsize=10834680 memory=4580 CPUtime=0.45 cores=0,2,4,6
/proc/8137/task/8201/stat : 8201 (java) S 8134 8137 5840 0 -1 1077944384 1452 13298 0 0 37 0 5 3 20 0 15 0 444210381 11094712320 46483 33554432000 4194304 4196468 140723934926304 139815220145008 139816252484226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8202] ppid=8134 vsize=10834680 memory=5793406362501534288 CPUtime=0.52 cores=0,2,4,6
/proc/8137/task/8202/stat : 8202 (java) S 8134 8137 5840 0 -1 1077944384 1766 13298 0 0 43 1 5 3 20 0 15 0 444210381 11094712320 46483 33554432000 4194304 4196468 140723934926304 139815219091952 139816252484226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8203] ppid=8134 vsize=10834680 memory=6075463926073611600 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8203/stat : 8203 (java) S 8134 8137 5840 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 444210381 11094712320 46483 33554432000 4194304 4196468 140723934926304 139814803164000 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8204] ppid=8134 vsize=10834680 memory=7516902878270613096 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8204/stat : 8204 (java) S 8134 8137 5840 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 444210381 11094712320 46483 33554432000 4194304 4196468 140723934926304 139815218039344 139816252484226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
Current children cumulated CPU time: 2.75 s
Current children cumulated vsize: 10834680 KiB

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

/proc/8137/task/8191/stat : 8191 (java) R 8134 8137 5840 0 -1 4202560 63730 13298 0 0 235614 39 5 3 20 0 15 0 444210375 11107315712 291262 33554432000 4194304 4196468 140723934926304 139816224308272 139815842329868 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8192] ppid=8134 vsize=10846988 memory=1160952 CPUtime=13.75 cores=0,2,4,6
/proc/8137/task/8192/stat : 8192 (java) S 8134 8137 5840 0 -1 1077944384 15959 13298 0 0 1322 45 5 3 20 0 15 0 444210376 11107315712 291262 33554432000 4194304 4196468 140723934926304 139816256715792 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8193] ppid=8134 vsize=10846988 memory=1160952 CPUtime=13.76 cores=0,2,4,6
/proc/8137/task/8193/stat : 8193 (java) S 8134 8137 5840 0 -1 1077944384 14947 13298 0 0 1319 49 5 3 20 0 15 0 444210376 11107315712 291262 33554432000 4194304 4196468 140723934926304 139816155606160 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8194] ppid=8134 vsize=10846988 memory=1163000 CPUtime=13.76 cores=0,2,4,6
/proc/8137/task/8194/stat : 8194 (java) S 8134 8137 5840 0 -1 1077944384 17046 13298 0 0 1319 49 5 3 20 0 15 0 444210376 11107315712 291262 33554432000 4194304 4196468 140723934926304 139816154553104 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8195] ppid=8134 vsize=10846988 memory=1163000 CPUtime=13.73 cores=0,2,4,6
/proc/8137/task/8195/stat : 8195 (java) S 8134 8137 5840 0 -1 1077944384 14191 13298 0 0 1317 48 5 3 20 0 15 0 444210376 11107315712 291262 33554432000 4194304 4196468 140723934926304 139816153500560 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8196] ppid=8134 vsize=10846988 memory=1163000 CPUtime=9.1 cores=0,2,4,6
/proc/8137/task/8196/stat : 8196 (java) S 8134 8137 5840 0 -1 1077944384 14659 13298 0 0 857 45 5 3 20 0 15 0 444210377 11107315712 291262 33554432000 4194304 4196468 140723934926304 139815255808240 139816252484226 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8197] ppid=8134 vsize=10846988 memory=1165048 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8197/stat : 8197 (java) S 8134 8137 5840 0 -1 1077944384 44 13298 0 0 0 0 5 3 20 0 15 0 444210378 11107315712 291262 33554432000 4194304 4196468 140723934926304 139815254754592 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8198] ppid=8134 vsize=10846988 memory=1165048 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8198/stat : 8198 (java) S 8134 8137 5840 0 -1 1077944384 13 13298 0 0 0 0 5 3 20 0 15 0 444210378 11107315712 291262 33554432000 4194304 4196468 140723934926304 139815144121088 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8199] ppid=8134 vsize=10846988 memory=1165048 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8199/stat : 8199 (java) S 8134 8137 5840 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 444210381 11107315712 291262 33554432000 4194304 4196468 140723934926304 139814836721616 139816252491675 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8200] ppid=8134 vsize=10846988 memory=1165048 CPUtime=5.02 cores=0,2,4,6
/proc/8137/task/8200/stat : 8200 (java) S 8134 8137 5840 0 -1 1077944384 30011 13298 0 0 489 5 5 3 20 0 15 0 444210381 11107315712 291262 33554432000 4194304 4196468 140723934926304 139815221197552 139816252484226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8201] ppid=8134 vsize=10846988 memory=1165048 CPUtime=4.9 cores=0,2,4,6
/proc/8137/task/8201/stat : 8201 (java) S 8134 8137 5840 0 -1 1077944384 25454 13298 0 0 477 5 5 3 20 0 15 0 444210381 11107315712 291262 33554432000 4194304 4196468 140723934926304 139815220145008 139816252484226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8202] ppid=8134 vsize=10846988 memory=1165048 CPUtime=2.18 cores=0,2,4,6
/proc/8137/task/8202/stat : 8202 (java) S 8134 8137 5840 0 -1 1077944384 19909 13298 0 0 203 7 5 3 20 0 15 0 444210381 11107315712 291262 33554432000 4194304 4196468 140723934926304 139815219091952 139816252484226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8203] ppid=8134 vsize=10846988 memory=3624 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8203/stat : 8203 (java) S 8134 8137 5840 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 444210381 11107315712 291262 33554432000 4194304 4196468 140723934926304 139814803164000 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8204] ppid=8134 vsize=10846988 memory=3624 CPUtime=1.53 cores=0,2,4,6
/proc/8137/task/8204/stat : 8204 (java) S 8134 8137 5840 0 -1 1077944384 1322 13298 0 0 73 72 5 3 20 0 15 0 444210381 11107315712 291262 33554432000 4194304 4196468 140723934926304 139815218039344 139816252484226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
Current children cumulated CPU time: 2433.75 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1165048 KiB

[startup+2442.3 s]
/proc/loadavg: 1.30 1.39 1.37 3/226 8691
/proc/meminfo: memFree=28781428/32770624 swapFree=66939632/67108860
[pid=8137] ppid=8134 vsize=10846988 memory=1171192 CPUtime=2494.93 cores=0,2,4,6
/proc/8137/stat : 8137 (java) S 8134 8137 5840 0 -1 1077944320 221970 13298 0 0 249161 324 5 3 20 0 15 0 444210366 11107315712 292798 33554432000 4194304 4196468 140723934926304 140723934908848 139816252473079 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
/proc/8137/statm: 2711747 292798 3634 1 0 2673805 0
[pid=8137/tid=8191] ppid=8134 vsize=10846988 memory=1160952 CPUtime=2415.93 cores=0,2,4,6
/proc/8137/task/8191/stat : 8191 (java) R 8134 8137 5840 0 -1 4202560 64436 13298 0 0 241545 40 5 3 20 0 15 0 444210375 11107315712 292798 33554432000 4194304 4196468 140723934926304 139816224308080 139815846818807 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8192] ppid=8134 vsize=10846988 memory=1163000 CPUtime=14.16 cores=0,2,4,6
/proc/8137/task/8192/stat : 8192 (java) S 8134 8137 5840 0 -1 1077944384 16165 13298 0 0 1362 46 5 3 20 0 15 0 444210376 11107315712 292798 33554432000 4194304 4196468 140723934926304 139816256715792 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8193] ppid=8134 vsize=10846988 memory=1165048 CPUtime=14.17 cores=0,2,4,6
/proc/8137/task/8193/stat : 8193 (java) S 8134 8137 5840 0 -1 1077944384 15383 13298 0 0 1358 51 5 3 20 0 15 0 444210376 11107315712 292798 33554432000 4194304 4196468 140723934926304 139816155606160 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8194] ppid=8134 vsize=10846988 memory=1167096 CPUtime=14.16 cores=0,2,4,6
/proc/8137/task/8194/stat : 8194 (java) S 8134 8137 5840 0 -1 1077944384 17363 13298 0 0 1358 50 5 3 20 0 15 0 444210376 11107315712 292798 33554432000 4194304 4196468 140723934926304 139816154553104 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8195] ppid=8134 vsize=10846988 memory=1169144 CPUtime=14.13 cores=0,2,4,6
/proc/8137/task/8195/stat : 8195 (java) S 8134 8137 5840 0 -1 1077944384 14478 13298 0 0 1356 49 5 3 20 0 15 0 444210376 11107315712 292798 33554432000 4194304 4196468 140723934926304 139816153500560 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8196] ppid=8134 vsize=10846988 memory=1169144 CPUtime=9.32 cores=0,2,4,6
/proc/8137/task/8196/stat : 8196 (java) S 8134 8137 5840 0 -1 1077944384 14855 13298 0 0 877 47 5 3 20 0 15 0 444210377 11107315712 292798 33554432000 4194304 4196468 140723934926304 139815255808240 139816252484226 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8197] ppid=8134 vsize=10846988 memory=1169144 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8197/stat : 8197 (java) S 8134 8137 5840 0 -1 1077944384 44 13298 0 0 0 0 5 3 20 0 15 0 444210378 11107315712 292798 33554432000 4194304 4196468 140723934926304 139815254754592 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8198] ppid=8134 vsize=10846988 memory=1169144 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8198/stat : 8198 (java) S 8134 8137 5840 0 -1 1077944384 13 13298 0 0 0 0 5 3 20 0 15 0 444210378 11107315712 292798 33554432000 4194304 4196468 140723934926304 139815144121088 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8199] ppid=8134 vsize=10846988 memory=1169144 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8199/stat : 8199 (java) S 8134 8137 5840 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 444210381 11107315712 292798 33554432000 4194304 4196468 140723934926304 139814836721616 139816252491675 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8200] ppid=8134 vsize=10846988 memory=1169144 CPUtime=5.03 cores=0,2,4,6
/proc/8137/task/8200/stat : 8200 (java) S 8134 8137 5840 0 -1 1077944384 30301 13298 0 0 490 5 5 3 20 0 15 0 444210381 11107315712 292798 33554432000 4194304 4196468 140723934926304 139815221197552 139816252484226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8201] ppid=8134 vsize=10846988 memory=1169144 CPUtime=4.9 cores=0,2,4,6
/proc/8137/task/8201/stat : 8201 (java) S 8134 8137 5840 0 -1 1077944384 25456 13298 0 0 477 5 5 3 20 0 15 0 444210381 11107315712 292798 33554432000 4194304 4196468 140723934926304 139815220145008 139816252484226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8202] ppid=8134 vsize=10846988 memory=2016 CPUtime=2.18 cores=0,2,4,6
/proc/8137/task/8202/stat : 8202 (java) S 8134 8137 5840 0 -1 1077944384 19911 13298 0 0 203 7 5 3 20 0 15 0 444210381 11107315712 292798 33554432000 4194304 4196468 140723934926304 139815219091952 139816252484226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8203] ppid=8134 vsize=10846988 memory=1412 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8203/stat : 8203 (java) S 8134 8137 5840 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 444210381 11107315712 292798 33554432000 4194304 4196468 140723934926304 139814803164000 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8204] ppid=8134 vsize=10846988 memory=1171192 CPUtime=1.57 cores=0,2,4,6
/proc/8137/task/8204/stat : 8204 (java) S 8134 8137 5840 0 -1 1077944384 1350 13298 0 0 75 74 5 3 20 0 15 0 444210381 11107315712 292798 33554432000 4194304 4196468 140723934926304 139815218039344 139816252484226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
Current children cumulated CPU time: 2494.93 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1171192 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2466.9 s]
/proc/loadavg: 1.20 1.36 1.36 3/227 8694
/proc/meminfo: memFree=28776244/32770624 swapFree=66939632/67108860
[pid=8137] ppid=8134 vsize=10846988 memory=1173240 CPUtime=2520.01 cores=0,2,4,6
/proc/8137/stat : 8137 (java) S 8134 8137 5840 0 -1 1077944320 222531 13298 0 0 251666 327 5 3 20 0 15 0 444210366 11107315712 293310 33554432000 4194304 4196468 140723934926304 140723934908848 139816252473079 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
/proc/8137/statm: 2711747 293310 3634 1 0 2673805 0
[pid=8137/tid=8191] ppid=8134 vsize=10846988 memory=1173240 CPUtime=2440.24 cores=0,2,4,6
/proc/8137/task/8191/stat : 8191 (java) R 8134 8137 5840 0 -1 4202560 64691 13298 0 0 243976 40 5 3 20 0 15 0 444210375 11107315712 293310 33554432000 4194304 4196468 140723934926304 139816224308160 139815850108758 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8192] ppid=8134 vsize=10846988 memory=2116 CPUtime=14.32 cores=0,2,4,6
/proc/8137/task/8192/stat : 8192 (java) S 8134 8137 5840 0 -1 1077944384 16201 13298 0 0 1378 46 5 3 20 0 15 0 444210376 11107315712 293310 33554432000 4194304 4196468 140723934926304 139816256715792 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8193] ppid=8134 vsize=10846988 memory=1173240 CPUtime=14.33 cores=0,2,4,6
/proc/8137/task/8193/stat : 8193 (java) S 8134 8137 5840 0 -1 1077944384 15576 13298 0 0 1374 51 5 3 20 0 15 0 444210376 11107315712 293310 33554432000 4194304 4196468 140723934926304 139816155606160 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8194] ppid=8134 vsize=10846988 memory=1624 CPUtime=14.33 cores=0,2,4,6
/proc/8137/task/8194/stat : 8194 (java) S 8134 8137 5840 0 -1 1077944384 17393 13298 0 0 1374 51 5 3 20 0 15 0 444210376 11107315712 293310 33554432000 4194304 4196468 140723934926304 139816154553104 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8195] ppid=8134 vsize=10846988 memory=8112282956445269571 CPUtime=14.3 cores=0,2,4,6
/proc/8137/task/8195/stat : 8195 (java) S 8134 8137 5840 0 -1 1077944384 14517 13298 0 0 1372 50 5 3 20 0 15 0 444210376 11107315712 293310 33554432000 4194304 4196468 140723934926304 139816153500560 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8196] ppid=8134 vsize=10846988 memory=1772 CPUtime=9.41 cores=0,2,4,6
/proc/8137/task/8196/stat : 8196 (java) S 8134 8137 5840 0 -1 1077944384 14863 13298 0 0 886 47 5 3 20 0 15 0 444210377 11107315712 293310 33554432000 4194304 4196468 140723934926304 139815255808240 139816252484226 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8197] ppid=8134 vsize=10846988 memory=1173240 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8197/stat : 8197 (java) S 8134 8137 5840 0 -1 1077944384 44 13298 0 0 0 0 5 3 20 0 15 0 444210378 11107315712 293310 33554432000 4194304 4196468 140723934926304 139815254754592 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8198] ppid=8134 vsize=10846988 memory=3624 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8198/stat : 8198 (java) S 8134 8137 5840 0 -1 1077944384 13 13298 0 0 0 0 5 3 20 0 15 0 444210378 11107315712 293310 33554432000 4194304 4196468 140723934926304 139815144121088 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8199] ppid=8134 vsize=10846988 memory=151 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8199/stat : 8199 (java) S 8134 8137 5840 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 444210381 11107315712 293310 33554432000 4194304 4196468 140723934926304 139814836721616 139816252491675 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8200] ppid=8134 vsize=10846988 memory=589 CPUtime=5.03 cores=0,2,4,6
/proc/8137/task/8200/stat : 8200 (java) S 8134 8137 5840 0 -1 1077944384 30301 13298 0 0 490 5 5 3 20 0 15 0 444210381 11107315712 293310 33554432000 4194304 4196468 140723934926304 139815221197552 139816252484226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8201] ppid=8134 vsize=10846988 memory=0 CPUtime=4.9 cores=0,2,4,6
/proc/8137/task/8201/stat : 8201 (java) S 8134 8137 5840 0 -1 1077944384 25456 13298 0 0 477 5 5 3 20 0 15 0 444210381 11107315712 293310 33554432000 4194304 4196468 140723934926304 139815220145008 139816252484226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8202] ppid=8134 vsize=10846988 memory=149 CPUtime=2.18 cores=0,2,4,6
/proc/8137/task/8202/stat : 8202 (java) S 8134 8137 5840 0 -1 1077944384 19911 13298 0 0 203 7 5 3 20 0 15 0 444210381 11107315712 293310 33554432000 4194304 4196468 140723934926304 139815219091952 139816252484226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8203] ppid=8134 vsize=10846988 memory=279977778287648 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8203/stat : 8203 (java) S 8134 8137 5840 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 444210381 11107315712 293310 33554432000 4194304 4196468 140723934926304 139814803164000 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8204] ppid=8134 vsize=10846988 memory=7810487918915055718 CPUtime=1.59 cores=0,2,4,6
/proc/8137/task/8204/stat : 8204 (java) S 8134 8137 5840 0 -1 1077944384 1350 13298 0 0 76 75 5 3 20 0 15 0 444210381 11107315712 293310 33554432000 4194304 4196468 140723934926304 139815218039344 139816252484226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1173240 KiB

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

[startup+2466.93 s]
# the end of solver process 8137 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.73 s, system=3.31574 s

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

[startup+2466.9 s]
/proc/loadavg: 1.20 1.36 1.36 3/227 8694
/proc/meminfo: memFree=28776244/32770624 swapFree=66939632/67108860
[pid=8137] ppid=8134 vsize=10846988 memory=1173240 CPUtime=2520.01 cores=0,2,4,6
/proc/8137/stat : 8137 (java) S 8134 8137 5840 0 -1 1077944320 222531 13298 0 0 251666 327 5 3 20 0 15 0 444210366 11107315712 293310 33554432000 4194304 4196468 140723934926304 140723934908848 139816252473079 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
/proc/8137/statm: 2711747 293310 3634 1 0 2673805 0
[pid=8137/tid=8191] ppid=8134 vsize=10846988 memory=1173240 CPUtime=2440.24 cores=0,2,4,6
/proc/8137/task/8191/stat : 8191 (java) R 8134 8137 5840 0 -1 4202560 64691 13298 0 0 243976 40 5 3 20 0 15 0 444210375 11107315712 293310 33554432000 4194304 4196468 140723934926304 139816224308160 139815850108758 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8192] ppid=8134 vsize=10846988 memory=2116 CPUtime=14.32 cores=0,2,4,6
/proc/8137/task/8192/stat : 8192 (java) S 8134 8137 5840 0 -1 1077944384 16201 13298 0 0 1378 46 5 3 20 0 15 0 444210376 11107315712 293310 33554432000 4194304 4196468 140723934926304 139816256715792 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8193] ppid=8134 vsize=10846988 memory=1173240 CPUtime=14.33 cores=0,2,4,6
/proc/8137/task/8193/stat : 8193 (java) S 8134 8137 5840 0 -1 1077944384 15576 13298 0 0 1374 51 5 3 20 0 15 0 444210376 11107315712 293310 33554432000 4194304 4196468 140723934926304 139816155606160 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8194] ppid=8134 vsize=10846988 memory=1624 CPUtime=14.33 cores=0,2,4,6
/proc/8137/task/8194/stat : 8194 (java) S 8134 8137 5840 0 -1 1077944384 17393 13298 0 0 1374 51 5 3 20 0 15 0 444210376 11107315712 293310 33554432000 4194304 4196468 140723934926304 139816154553104 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8195] ppid=8134 vsize=10846988 memory=8112282956445269571 CPUtime=14.3 cores=0,2,4,6
/proc/8137/task/8195/stat : 8195 (java) S 8134 8137 5840 0 -1 1077944384 14517 13298 0 0 1372 50 5 3 20 0 15 0 444210376 11107315712 293310 33554432000 4194304 4196468 140723934926304 139816153500560 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8196] ppid=8134 vsize=10846988 memory=1772 CPUtime=9.41 cores=0,2,4,6
/proc/8137/task/8196/stat : 8196 (java) S 8134 8137 5840 0 -1 1077944384 14863 13298 0 0 886 47 5 3 20 0 15 0 444210377 11107315712 293310 33554432000 4194304 4196468 140723934926304 139815255808240 139816252484226 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8197] ppid=8134 vsize=10846988 memory=1173240 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8197/stat : 8197 (java) S 8134 8137 5840 0 -1 1077944384 44 13298 0 0 0 0 5 3 20 0 15 0 444210378 11107315712 293310 33554432000 4194304 4196468 140723934926304 139815254754592 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8198] ppid=8134 vsize=10846988 memory=3624 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8198/stat : 8198 (java) S 8134 8137 5840 0 -1 1077944384 13 13298 0 0 0 0 5 3 20 0 15 0 444210378 11107315712 293310 33554432000 4194304 4196468 140723934926304 139815144121088 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8199] ppid=8134 vsize=10846988 memory=151 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8199/stat : 8199 (java) S 8134 8137 5840 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 444210381 11107315712 293310 33554432000 4194304 4196468 140723934926304 139814836721616 139816252491675 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8200] ppid=8134 vsize=10846988 memory=589 CPUtime=5.03 cores=0,2,4,6
/proc/8137/task/8200/stat : 8200 (java) S 8134 8137 5840 0 -1 1077944384 30301 13298 0 0 490 5 5 3 20 0 15 0 444210381 11107315712 293310 33554432000 4194304 4196468 140723934926304 139815221197552 139816252484226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8201] ppid=8134 vsize=10846988 memory=0 CPUtime=4.9 cores=0,2,4,6
/proc/8137/task/8201/stat : 8201 (java) S 8134 8137 5840 0 -1 1077944384 25456 13298 0 0 477 5 5 3 20 0 15 0 444210381 11107315712 293310 33554432000 4194304 4196468 140723934926304 139815220145008 139816252484226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8202] ppid=8134 vsize=10846988 memory=149 CPUtime=2.18 cores=0,2,4,6
/proc/8137/task/8202/stat : 8202 (java) S 8134 8137 5840 0 -1 1077944384 19911 13298 0 0 203 7 5 3 20 0 15 0 444210381 11107315712 293310 33554432000 4194304 4196468 140723934926304 139815219091952 139816252484226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8203] ppid=8134 vsize=10846988 memory=279977778287648 CPUtime=0.08 cores=0,2,4,6
/proc/8137/task/8203/stat : 8203 (java) S 8134 8137 5840 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 444210381 11107315712 293310 33554432000 4194304 4196468 140723934926304 139814803164000 139816252483285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
[pid=8137/tid=8204] ppid=8134 vsize=10846988 memory=7810487918915055718 CPUtime=1.59 cores=0,2,4,6
/proc/8137/task/8204/stat : 8204 (java) S 8134 8137 5840 0 -1 1077944384 1350 13298 0 0 76 75 5 3 20 0 15 0 444210381 11107315712 293310 33554432000 4194304 4196468 140723934926304 139815218039344 139816252484226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29581312 140723934931696 140723934934213 140723934934213 140723934937039 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1173240 KiB

Child status: 143
Real time (s): 2466.93
CPU time (s): 2520.05
CPU user time (s): 2516.73
CPU system time (s): 3.31574
CPU usage (%): 102.153
Max. virtual memory (cumulated for all children) (KiB): 10849816
Max. memory (cumulated for all children) (KiB): 1173240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.73
system time used= 3.31574
maximum resident set size= 1177464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 236737
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 252289
involuntary context switches= 11531


# summary of solver processes directly reported to runsolver:
#   pid: 8137
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2516.73
#   total CPU system time (s): 3.31574

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.3334 second user time and 21.5997 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-17 01:17:05
IDJOB=4401203
IDBENCH=126231
IDSOLVER=2857
FILE ID=node105/4401203-1568679521
RUNJOBID= node105-1568669636-5871
PBS_JOBID= 21703795
Free space on /tmp= 60968 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-11-a4.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401203-1568679521/watcher-4401203-1568679521 -o /tmp/evaluation-result-4401203-1568679521/solver-4401203-1568679521 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568669636-5871 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=580007786 HOME/instance-4401203-1568679521.xml

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

MD5SUM BENCH= 76cd483e3b4252a6c3494775e86c7629
RANDOM SEED=580007786

node105.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.00
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.00
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.00
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.00
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:        30564500 kB
MemAvailable:   31235604 kB
Buffers:          167080 kB
Cached:           804308 kB
SwapCached:        65812 kB
Active:          1161464 kB
Inactive:         488700 kB
Active(anon):     619736 kB
Inactive(anon):   103452 kB
Active(file):     541728 kB
Inactive(file):   385248 kB
Unevictable:      109036 kB
Mlocked:          109036 kB
SwapTotal:      67108860 kB
SwapFree:       66939608 kB
Dirty:             35272 kB
Writeback:             0 kB
AnonPages:        799656 kB
Mapped:            57020 kB
Shmem:             35400 kB
Slab:             148344 kB
SReclaimable:     119924 kB
SUnreclaim:        28420 kB
KernelStack:        3984 kB
PageTables:        10328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1571296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    681984 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60936 MiB
End job on node105 at 2019-09-17 01:58:12