Trace number 4396079

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.2? (TO) 2520.11 2483.14

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-24-4-6-8.xml
MD5SUM2aec32ddb698ed0594b6493531e6a3ee
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark63
Best CPU time to get the best result obtained on this benchmark34.6313
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints97
Number of domains25
Minimum domain size3
Maximum domain size25
Distribution of domain sizes[{"size":3,"count":2},{"size":4,"count":8},{"size":5,"count":11},{"size":6,"count":3},{"size":25,"count":48}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":24},{"degree":25,"count":23},{"degree":26,"count":1},{"degree":27,"count":24}]
Minimum constraint arity1
Maximum constraint arity25
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":48},{"arity":24,"count":24},{"arity":25,"count":24}]
Number of extensional constraints48
Number of intensional constraints25
Distribution of constraint types[{"type":"extension","count":48},{"type":"intension","count":25},{"type":"count","count":24}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.76/0.56	c Concrete v3.12.2.1568380929293 running
2520.06/2483.12	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.06/2483.12		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.06/2483.12		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.06/2483.12		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.06/2483.12		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.06/2483.12		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.06/2483.12		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.06/2483.12		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.06/2483.12		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.06/2483.12		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.06/2483.12		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.06/2483.12		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.06/2483.12		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.06/2483.12		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.06/2483.12		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.06/2483.12		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.06/2483.12		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.06/2483.12		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.06/2483.12		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.06/2483.12		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.06/2483.12		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.06/2483.12		at scala.Option.map(Option.scala:243)
2520.06/2483.12		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.06/2483.12		at concrete.MAC.mac(MAC.scala:216)
2520.06/2483.12		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.06/2483.12		at scala.util.Try$.apply(Try.scala:212)
2520.06/2483.12		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.06/2483.12		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.06/2483.12		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.06/2483.12		at concrete.MAC.oneRun(MAC.scala:265)
2520.06/2483.12		at concrete.MAC.nextSolution(MAC.scala:284)
2520.06/2483.12		at concrete.MAC.$anonfun$nextSolution$7(MAC.scala:350)
2520.06/2483.12		at concrete.ProblemState.map(ProblemState.scala:238)
2520.06/2483.12		at concrete.ProblemState.map(ProblemState.scala:212)
2520.06/2483.12		at concrete.MAC.nextSolution(MAC.scala:348)
2520.06/2483.12		at concrete.Solver.hasNext(Solver.scala:160)
2520.06/2483.12		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.06/2483.12		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.06/2483.12		at concrete.Solver.foreach(Solver.scala:67)
2520.06/2483.12		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.06/2483.12		at scala.util.Success.map(Try.scala:264)
2520.06/2483.12		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.06/2483.12		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.06/2483.12		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.06/2483.12		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.06/2483.12		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.06/2483.12		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.06/2483.12		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.06/2483.12		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.06/2483.12		at scala.App.$anonfun$main$1(App.scala:75)
2520.06/2483.12		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.06/2483.12		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.06/2483.12		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.06/2483.12		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.06/2483.12		at scala.App.main(App.scala:75)
2520.06/2483.12		at scala.App.main$(App.scala:73)
2520.06/2483.12		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.06/2483.12		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2483.12	s UNKNOWN

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396079-1568402149/watcher-4396079-1568402149 -o /tmp/evaluation-result-4396079-1568402149/solver-4396079-1568402149 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1568394053-20870 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1750361606 HOME/instance-4396079-1568402149.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=23314, runsolver pid=23311
Current StackSize limit: 8192 KiB


[startup+0.100912 s]*
/proc/loadavg: 1.87 1.70 1.87 4/218 23371
/proc/meminfo: memFree=26001168/32770624 swapFree=66927248/67108860
[pid=23314] ppid=23311 vsize=9972712 memory=17084 CPUtime=0.09 cores=0,2,4,6
/proc/23314/stat : 23314 (java) S 23311 23314 19826 0 -1 1077944320 4514 13113 0 0 1 1 5 2 20 0 6 0 416462290 10212057088 4271 33554432000 4194304 4196468 140737425394864 140737425377408 140127240851191 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
/proc/23314/statm: 2493178 4271 1935 1 0 2481616 0
[pid=23314/tid=23367] ppid=23311 vsize=9972712 memory=4279135703980473742 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23367/stat : 23367 (java) R 23311 23314 19826 0 -1 4202560 2329 13113 0 0 0 0 5 2 20 0 6 0 416462299 10212057088 4271 33554432000 4194304 4196468 140737425394864 140127212687952 140127225974128 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23368] ppid=23311 vsize=9972712 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23368/stat : 23368 (java) S 23311 23314 19826 0 -1 1077944384 1 13113 0 0 0 0 5 2 20 0 6 0 416462300 10212057088 4271 33554432000 4194304 4196468 140737425394864 140127245085584 140127240861397 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23369] ppid=23311 vsize=9972712 memory=140104031655552 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23369/stat : 23369 (java) S 23311 23314 19826 0 -1 1077944384 1 13113 0 0 0 0 5 2 20 0 6 0 416462300 10212057088 4271 33554432000 4194304 4196468 140737425394864 140126814464784 140127240861397 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23370] ppid=23311 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23370/stat : 23370 (java) S 23311 23314 19826 0 -1 1077944384 1 13113 0 0 0 0 5 2 20 0 6 0 416462300 10212057088 4271 33554432000 4194304 4196468 140737425394864 140126813412496 140127240861397 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23371] ppid=23311 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23371/stat : 23371 (java) S 23311 23314 19826 0 -1 1077944384 2 13113 0 0 0 0 5 2 20 0 6 0 416462300 10212057088 4271 33554432000 4194304 4196468 140737425394864 140126812359696 140127240861397 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17084 KiB

[startup+0.21056 s]*
/proc/loadavg: 1.87 1.70 1.87 4/227 23380
/proc/meminfo: memFree=25983812/32770624 swapFree=66927248/67108860
[pid=23314] ppid=23311 vsize=10819664 memory=41396 CPUtime=0.25 cores=0,2,4,6
/proc/23314/stat : 23314 (java) S 23311 23314 19826 0 -1 1077944320 7163 13113 0 0 16 2 5 2 20 0 15 0 416462290 11079335936 10349 33554432000 4194304 4196468 140737425394864 140737425377408 140127240851191 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
/proc/23314/statm: 2704916 10349 3165 1 0 2667149 0
[pid=23314/tid=23367] ppid=23311 vsize=10820688 memory=-6517102902069810590 CPUtime=0.18 cores=0,2,4,6
/proc/23314/task/23367/stat : 23367 (java) R 23311 23314 19826 0 -1 4202560 3683 13113 0 0 10 1 5 2 20 0 15 0 416462299 11080384512 10377 33554432000 4194304 4196468 140737425394864 140127212636256 140127233568295 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23368] ppid=23311 vsize=10819664 memory=-9181546050914066336 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23368/stat : 23368 (java) S 23311 23314 19826 0 -1 1077944384 1 13113 0 0 0 0 5 2 20 0 15 0 416462300 11079335936 10377 33554432000 4194304 4196468 140737425394864 140127245085584 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23369] ppid=23311 vsize=10819664 memory=140104031655552 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23369/stat : 23369 (java) S 23311 23314 19826 0 -1 1077944384 1 13113 0 0 0 0 5 2 20 0 15 0 416462300 11079335936 10377 33554432000 4194304 4196468 140737425394864 140126814464784 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23370] ppid=23311 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23370/stat : 23370 (java) S 23311 23314 19826 0 -1 1077944384 1 13113 0 0 0 0 5 2 20 0 15 0 416462300 11079335936 10377 33554432000 4194304 4196468 140737425394864 140126813412496 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23371] ppid=23311 vsize=10820688 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23371/stat : 23371 (java) S 23311 23314 19826 0 -1 1077944384 2 13113 0 0 0 0 5 2 20 0 15 0 416462300 11080384512 10377 33554432000 4194304 4196468 140737425394864 140126812359696 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23372] ppid=23311 vsize=10820688 memory=140104031655552 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23372/stat : 23372 (java) S 23311 23314 19826 0 -1 1077944384 2 13113 0 0 0 0 5 2 20 0 15 0 416462301 11080384512 10377 33554432000 4194304 4196468 140737425394864 140126700427376 140127240862338 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23373] ppid=23311 vsize=10820688 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23373/stat : 23373 (java) S 23311 23314 19826 0 -1 1077944384 33 13113 0 0 0 0 5 2 20 0 15 0 416462302 11080384512 10377 33554432000 4194304 4196468 140737425394864 140126699373344 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23374] ppid=23311 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23374/stat : 23374 (java) S 23311 23314 19826 0 -1 1077944384 1 13113 0 0 0 0 5 2 20 0 15 0 416462302 11079335936 10377 33554432000 4194304 4196468 140737425394864 140126126597232 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23375] ppid=23311 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23375/stat : 23375 (java) S 23311 23314 19826 0 -1 1077944384 3 13113 0 0 0 0 5 2 20 0 15 0 416462305 11079335936 10377 33554432000 4194304 4196468 140737425394864 140125819197520 140127240869787 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23376] ppid=23311 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23376/stat : 23376 (java) S 23311 23314 19826 0 -1 1077944384 468 13113 0 0 0 0 5 2 20 0 15 0 416462305 11079335936 10377 33554432000 4194304 4196468 140737425394864 140126665816688 140127240862338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23377] ppid=23311 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23314/task/23377/stat : 23377 (java) S 23311 23314 19826 0 -1 1077944384 188 13113 0 0 1 0 5 2 20 0 15 0 416462305 11079335936 10377 33554432000 4194304 4196468 140737425394864 140126664763888 140127240862338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23378] ppid=23311 vsize=10819664 memory=140104031655552 CPUtime=0.1 cores=0,2,4,6
/proc/23314/task/23378/stat : 23378 (java) S 23311 23314 19826 0 -1 1077944384 605 13113 0 0 3 0 5 2 20 0 15 0 416462305 11079335936 10377 33554432000 4194304 4196468 140737425394864 140126207339376 140127240862338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23379] ppid=23311 vsize=10820688 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23379/stat : 23379 (java) S 23311 23314 19826 0 -1 1077944384 3 13113 0 0 0 0 5 2 20 0 15 0 416462305 11080384512 10377 33554432000 4194304 4196468 140737425394864 140125785639904 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23380] ppid=23311 vsize=10820688 memory=140104031655552 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23380/stat : 23380 (java) S 23311 23314 19826 0 -1 1077944384 1 13113 0 0 0 0 5 2 20 0 15 0 416462305 11080384512 10377 33554432000 4194304 4196468 140737425394864 140126206286256 140127240862338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 41396 KiB

[startup+0.31201 s]*
/proc/loadavg: 1.87 1.70 1.87 3/227 23380
/proc/meminfo: memFree=25970456/32770624 swapFree=66927248/67108860
[pid=23314] ppid=23311 vsize=10820148 memory=50272 CPUtime=0.4 cores=0,2,4,6
/proc/23314/stat : 23314 (java) S 23311 23314 19826 0 -1 1077944320 10818 13113 0 0 29 4 5 2 20 0 15 0 416462290 11079831552 12568 33554432000 4194304 4196468 140737425394864 140737425377408 140127240851191 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
/proc/23314/statm: 2705037 12568 3297 1 0 2667149 0
[pid=23314/tid=23367] ppid=23311 vsize=10820148 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/23314/task/23367/stat : 23367 (java) R 23311 23314 19826 0 -1 4202560 7283 13113 0 0 19 3 5 2 20 0 15 0 416462299 11079831552 12568 33554432000 4194304 4196468 140737425394864 140127212651104 140127224931678 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23368] ppid=23311 vsize=10820148 memory=7228928657774891088 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23368/stat : 23368 (java) S 23311 23314 19826 0 -1 1077944384 1 13113 0 0 0 0 5 2 20 0 15 0 416462300 11079831552 12568 33554432000 4194304 4196468 140737425394864 140127245085584 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23369] ppid=23311 vsize=10820148 memory=2076 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23369/stat : 23369 (java) S 23311 23314 19826 0 -1 1077944384 1 13113 0 0 0 0 5 2 20 0 15 0 416462300 11079831552 12568 33554432000 4194304 4196468 140737425394864 140126814464784 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23370] ppid=23311 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23370/stat : 23370 (java) S 23311 23314 19826 0 -1 1077944384 1 13113 0 0 0 0 5 2 20 0 15 0 416462300 11079831552 12568 33554432000 4194304 4196468 140737425394864 140126813412496 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23371] ppid=23311 vsize=10820148 memory=4872558044660077418 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23371/stat : 23371 (java) S 23311 23314 19826 0 -1 1077944384 2 13113 0 0 0 0 5 2 20 0 15 0 416462300 11079831552 12568 33554432000 4194304 4196468 140737425394864 140126812359696 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23372] ppid=23311 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23372/stat : 23372 (java) S 23311 23314 19826 0 -1 1077944384 2 13113 0 0 0 0 5 2 20 0 15 0 416462301 11079831552 12568 33554432000 4194304 4196468 140737425394864 140126700427376 140127240862338 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23373] ppid=23311 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23373/stat : 23373 (java) S 23311 23314 19826 0 -1 1077944384 33 13113 0 0 0 0 5 2 20 0 15 0 416462302 11079831552 12568 33554432000 4194304 4196468 140737425394864 140126699373344 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23374] ppid=23311 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23374/stat : 23374 (java) S 23311 23314 19826 0 -1 1077944384 1 13113 0 0 0 0 5 2 20 0 15 0 416462302 11079831552 12568 33554432000 4194304 4196468 140737425394864 140126126597232 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23375] ppid=23311 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23375/stat : 23375 (java) S 23311 23314 19826 0 -1 1077944384 3 13113 0 0 0 0 5 2 20 0 15 0 416462305 11079831552 12568 33554432000 4194304 4196468 140737425394864 140125819197520 140127240869787 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23376] ppid=23311 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23314/task/23376/stat : 23376 (java) S 23311 23314 19826 0 -1 1077944384 480 13113 0 0 2 0 5 2 20 0 15 0 416462305 11079831552 12568 33554432000 4194304 4196468 140737425394864 140126665816688 140127240862338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23377] ppid=23311 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23314/task/23377/stat : 23377 (java) S 23311 23314 19826 0 -1 1077944384 188 13113 0 0 1 0 5 2 20 0 15 0 416462305 11079831552 12568 33554432000 4194304 4196468 140737425394864 140126664763888 140127240862338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23378] ppid=23311 vsize=10820148 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/23314/task/23378/stat : 23378 (java) S 23311 23314 19826 0 -1 1077944384 613 13113 0 0 5 0 5 2 20 0 15 0 416462305 11079831552 12568 33554432000 4194304 4196468 140737425394864 140126207339376 140127240862338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23379] ppid=23311 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23379/stat : 23379 (java) S 23311 23314 19826 0 -1 1077944384 3 13113 0 0 0 0 5 2 20 0 15 0 416462305 11079831552 12568 33554432000 4194304 4196468 140737425394864 140125785639904 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23380] ppid=23311 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23380/stat : 23380 (java) S 23311 23314 19826 0 -1 1077944384 1 13113 0 0 0 0 5 2 20 0 15 0 416462305 11079831552 12568 33554432000 4194304 4196468 140737425394864 140126206286256 140127240862338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50272 KiB

[startup+0.700645 s]
/proc/loadavg: 1.87 1.70 1.87 3/227 23380
/proc/meminfo: memFree=25956304/32770624 swapFree=66927248/67108860
[pid=23314] ppid=23311 vsize=10824360 memory=83340 CPUtime=1.1 cores=0,2,4,6
/proc/23314/stat : 23314 (java) S 23311 23314 19826 0 -1 1077944320 15114 13113 0 0 97 6 5 2 20 0 15 0 416462290 11084144640 20835 33554432000 4194304 4196468 140737425394864 140737425377408 140127240851191 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
/proc/23314/statm: 2706090 20835 3496 1 0 2668173 0
[pid=23314/tid=23367] ppid=23311 vsize=10824360 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/23314/task/23367/stat : 23367 (java) R 23311 23314 19826 0 -1 4202560 10456 13113 0 0 55 4 5 2 20 0 15 0 416462299 11084144640 20835 33554432000 4194304 4196468 140737425394864 140127212680736 140127224931678 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23368] ppid=23311 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23368/stat : 23368 (java) S 23311 23314 19826 0 -1 1077944384 1 13113 0 0 0 0 5 2 20 0 15 0 416462300 11084144640 20835 33554432000 4194304 4196468 140737425394864 140127245085584 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23369] ppid=23311 vsize=10824360 memory=3580 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23369/stat : 23369 (java) S 23311 23314 19826 0 -1 1077944384 1 13113 0 0 0 0 5 2 20 0 15 0 416462300 11084144640 20835 33554432000 4194304 4196468 140737425394864 140126814464784 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23370] ppid=23311 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23370/stat : 23370 (java) S 23311 23314 19826 0 -1 1077944384 1 13113 0 0 0 0 5 2 20 0 15 0 416462300 11084144640 20835 33554432000 4194304 4196468 140737425394864 140126813412496 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23371] ppid=23311 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23371/stat : 23371 (java) S 23311 23314 19826 0 -1 1077944384 2 13113 0 0 0 0 5 2 20 0 15 0 416462300 11084144640 20835 33554432000 4194304 4196468 140737425394864 140126812359696 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23372] ppid=23311 vsize=10824360 memory=4420 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23372/stat : 23372 (java) S 23311 23314 19826 0 -1 1077944384 5 13113 0 0 0 0 5 2 20 0 15 0 416462301 11084144640 20835 33554432000 4194304 4196468 140737425394864 140126700427376 140127240862338 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23373] ppid=23311 vsize=10824360 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23373/stat : 23373 (java) S 23311 23314 19826 0 -1 1077944384 33 13113 0 0 0 0 5 2 20 0 15 0 416462302 11084144640 20835 33554432000 4194304 4196468 140737425394864 140126699373344 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23374] ppid=23311 vsize=10824360 memory=8836 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23374/stat : 23374 (java) S 23311 23314 19826 0 -1 1077944384 1 13113 0 0 0 0 5 2 20 0 15 0 416462302 11084144640 20835 33554432000 4194304 4196468 140737425394864 140126126597232 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23375] ppid=23311 vsize=10824360 memory=11044 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23375/stat : 23375 (java) S 23311 23314 19826 0 -1 1077944384 3 13113 0 0 0 0 5 2 20 0 15 0 416462305 11084144640 20835 33554432000 4194304 4196468 140737425394864 140125819197520 140127240869787 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23376] ppid=23311 vsize=10824360 memory=13252 CPUtime=0.16 cores=0,2,4,6
/proc/23314/task/23376/stat : 23376 (java) S 23311 23314 19826 0 -1 1077944384 902 13113 0 0 9 0 5 2 20 0 15 0 416462305 11084144640 20835 33554432000 4194304 4196468 140737425394864 140126665816688 140127240862338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23377] ppid=23311 vsize=10824360 memory=15460 CPUtime=0.21 cores=0,2,4,6
/proc/23314/task/23377/stat : 23377 (java) R 23311 23314 19826 0 -1 4202560 651 13113 0 0 14 0 5 2 20 0 15 0 416462305 11084144640 20835 33554432000 4194304 4196468 140737425394864 140126664763888 140127226907784 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23378] ppid=23311 vsize=10824360 memory=17668 CPUtime=0.24 cores=0,2,4,6
/proc/23314/task/23378/stat : 23378 (java) S 23311 23314 19826 0 -1 1077944384 849 13113 0 0 17 0 5 2 20 0 15 0 416462305 11084144640 20835 33554432000 4194304 4196468 140737425394864 140126207339376 140127240862338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23379] ppid=23311 vsize=10824360 memory=19876 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23379/stat : 23379 (java) S 23311 23314 19826 0 -1 1077944384 3 13113 0 0 0 0 5 2 20 0 15 0 416462305 11084144640 20835 33554432000 4194304 4196468 140737425394864 140125785639904 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23380] ppid=23311 vsize=10824360 memory=22084 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23380/stat : 23380 (java) S 23311 23314 19826 0 -1 1077944384 1 13113 0 0 0 0 5 2 20 0 15 0 416462305 11084144640 20835 33554432000 4194304 4196468 140737425394864 140126206286256 140127240862338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83340 KiB

[startup+1.50065 s]
/proc/loadavg: 1.87 1.70 1.87 6/227 23380
/proc/meminfo: memFree=25890168/32770624 swapFree=66927248/67108860
[pid=23314] ppid=23311 vsize=10832628 memory=220064 CPUtime=2.94 cores=0,2,4,6
/proc/23314/stat : 23314 (java) S 23311 23314 19826 0 -1 1077944320 24925 13113 0 0 276 11 5 2 20 0 15 0 416462290 11092611072 55016 33554432000 4194304 4196468 140737425394864 140737425377408 140127240851191 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
/proc/23314/statm: 2708157 55016 3578 1 0 2670221 0
[pid=23314/tid=23367] ppid=23311 vsize=10832628 memory=0 CPUtime=1.41 cores=0,2,4,6
/proc/23314/task/23367/stat : 23367 (java) R 23311 23314 19826 0 -1 4202560 15295 13113 0 0 128 6 5 2 20 0 15 0 416462299 11092611072 55016 33554432000 4194304 4196468 140737425394864 140127212673392 140127222714865 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23368] ppid=23311 vsize=10832628 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23314/task/23368/stat : 23368 (java) S 23311 23314 19826 0 -1 1077944384 298 13113 0 0 1 0 5 2 20 0 15 0 416462300 11092611072 55016 33554432000 4194304 4196468 140737425394864 140127245085584 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23369] ppid=23311 vsize=10832628 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23314/task/23369/stat : 23369 (java) S 23311 23314 19826 0 -1 1077944384 98 13113 0 0 1 0 5 2 20 0 15 0 416462300 11092611072 55016 33554432000 4194304 4196468 140737425394864 140126814464784 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23370] ppid=23311 vsize=10832628 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23314/task/23370/stat : 23370 (java) S 23311 23314 19826 0 -1 1077944384 23 13113 0 0 1 0 5 2 20 0 15 0 416462300 11092611072 55016 33554432000 4194304 4196468 140737425394864 140126813412496 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23371] ppid=23311 vsize=10832628 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23314/task/23371/stat : 23371 (java) S 23311 23314 19826 0 -1 1077944384 65 13113 0 0 1 0 5 2 20 0 15 0 416462300 11092611072 55016 33554432000 4194304 4196468 140737425394864 140126812359696 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23372] ppid=23311 vsize=10832628 memory=1399103955520229747 CPUtime=0.08 cores=0,2,4,6
/proc/23314/task/23372/stat : 23372 (java) S 23311 23314 19826 0 -1 1077944384 792 13113 0 0 1 0 5 2 20 0 15 0 416462301 11092611072 55016 33554432000 4194304 4196468 140737425394864 140126700427376 140127240862338 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23373] ppid=23311 vsize=10832628 memory=280207827216640 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23373/stat : 23373 (java) S 23311 23314 19826 0 -1 1077944384 34 13113 0 0 0 0 5 2 20 0 15 0 416462302 11092611072 55016 33554432000 4194304 4196468 140737425394864 140126699373408 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23374] ppid=23311 vsize=10832628 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23374/stat : 23374 (java) S 23311 23314 19826 0 -1 1077944384 2 13113 0 0 0 0 5 2 20 0 15 0 416462302 11092611072 55016 33554432000 4194304 4196468 140737425394864 140126126597248 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23375] ppid=23311 vsize=10832628 memory=1540 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23375/stat : 23375 (java) S 23311 23314 19826 0 -1 1077944384 3 13113 0 0 0 0 5 2 20 0 15 0 416462305 11092611072 55016 33554432000 4194304 4196468 140737425394864 140125819197520 140127240869787 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23376] ppid=23311 vsize=10832628 memory=692 CPUtime=0.56 cores=0,2,4,6
/proc/23314/task/23376/stat : 23376 (java) R 23311 23314 19826 0 -1 1077944384 2406 13113 0 0 49 0 5 2 20 0 15 0 416462305 11092611072 55016 33554432000 4194304 4196468 140737425394864 140126665816688 140127240862338 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23377] ppid=23311 vsize=10832628 memory=4164 CPUtime=0.61 cores=0,2,4,6
/proc/23314/task/23377/stat : 23377 (java) S 23311 23314 19826 0 -1 1077944384 2225 13113 0 0 54 0 5 2 20 0 15 0 416462305 11092611072 55016 33554432000 4194304 4196468 140737425394864 140126664763888 140127240862338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23378] ppid=23311 vsize=10832628 memory=1060 CPUtime=0.43 cores=0,2,4,6
/proc/23314/task/23378/stat : 23378 (java) R 23311 23314 19826 0 -1 4202560 1474 13113 0 0 36 0 5 2 20 0 15 0 416462305 11092611072 55016 33554432000 4194304 4196468 140737425394864 140126207339376 140127224931678 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23379] ppid=23311 vsize=10832628 memory=2832 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23379/stat : 23379 (java) S 23311 23314 19826 0 -1 1077944384 3 13113 0 0 0 0 5 2 20 0 15 0 416462305 11092611072 55016 33554432000 4194304 4196468 140737425394864 140125785639904 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23380] ppid=23311 vsize=10832628 memory=1716 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23380/stat : 23380 (java) S 23311 23314 19826 0 -1 1077944384 1 13113 0 0 0 0 5 2 20 0 15 0 416462305 11092611072 55016 33554432000 4194304 4196468 140737425394864 140126206286256 140127240862338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
Current children cumulated CPU time: 2.94 s
Current children cumulated vsize: 10832628 KiB

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

/proc/23314/task/23367/stat : 23367 (java) R 23311 23314 19826 0 -1 4202560 85638 13113 0 0 236601 52 5 2 20 0 15 0 416462299 11109408768 451132 33554432000 4194304 4196468 140737425394864 140127212683680 140126815592160 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23368] ppid=23311 vsize=10849032 memory=1804528 CPUtime=7.83 cores=0,2,4,6
/proc/23314/task/23368/stat : 23368 (java) S 23311 23314 19826 0 -1 1077944384 22857 13113 0 0 741 35 5 2 20 0 15 0 416462300 11109408768 451132 33554432000 4194304 4196468 140737425394864 140127245085584 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23369] ppid=23311 vsize=10849032 memory=0 CPUtime=7.8 cores=0,2,4,6
/proc/23314/task/23369/stat : 23369 (java) S 23311 23314 19826 0 -1 1077944384 16446 13113 0 0 737 36 5 2 20 0 15 0 416462300 11109408768 451132 33554432000 4194304 4196468 140737425394864 140126814464784 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23370] ppid=23311 vsize=10849032 memory=1804528 CPUtime=7.83 cores=0,2,4,6
/proc/23314/task/23370/stat : 23370 (java) S 23311 23314 19826 0 -1 1077944384 23014 13113 0 0 744 32 5 2 20 0 15 0 416462300 11109408768 451132 33554432000 4194304 4196468 140737425394864 140126813412496 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23371] ppid=23311 vsize=10849032 memory=776 CPUtime=7.83 cores=0,2,4,6
/proc/23314/task/23371/stat : 23371 (java) S 23311 23314 19826 0 -1 1077944384 26716 13113 0 0 743 33 5 2 20 0 15 0 416462300 11109408768 451132 33554432000 4194304 4196468 140737425394864 140126812359696 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23372] ppid=23311 vsize=10849032 memory=1804528 CPUtime=5.82 cores=0,2,4,6
/proc/23314/task/23372/stat : 23372 (java) S 23311 23314 19826 0 -1 1077944384 20773 13113 0 0 543 32 5 2 20 0 15 0 416462301 11109408768 451132 33554432000 4194304 4196468 140737425394864 140126700427376 140127240862338 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23373] ppid=23311 vsize=10849032 memory=1804528 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23373/stat : 23373 (java) S 23311 23314 19826 0 -1 1077944384 46 13113 0 0 0 0 5 2 20 0 15 0 416462302 11109408768 451132 33554432000 4194304 4196468 140737425394864 140126699373472 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23374] ppid=23311 vsize=10849032 memory=1804528 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23374/stat : 23374 (java) S 23311 23314 19826 0 -1 1077944384 20 13113 0 0 0 0 5 2 20 0 15 0 416462302 11109408768 451132 33554432000 4194304 4196468 140737425394864 140126126597408 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23375] ppid=23311 vsize=10849032 memory=3472468382153114378 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23375/stat : 23375 (java) S 23311 23314 19826 0 -1 1077944384 3 13113 0 0 0 0 5 2 20 0 15 0 416462305 11109408768 451132 33554432000 4194304 4196468 140737425394864 140125819197520 140127240869787 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23376] ppid=23311 vsize=10849032 memory=1804528 CPUtime=5.26 cores=0,2,4,6
/proc/23314/task/23376/stat : 23376 (java) S 23311 23314 19826 0 -1 1077944384 32571 13113 0 0 515 4 5 2 20 0 15 0 416462305 11109408768 451132 33554432000 4194304 4196468 140737425394864 140126665816688 140127240862338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23377] ppid=23311 vsize=10849032 memory=4104 CPUtime=6.27 cores=0,2,4,6
/proc/23314/task/23377/stat : 23377 (java) S 23311 23314 19826 0 -1 1077944384 37597 13113 0 0 616 4 5 2 20 0 15 0 416462305 11109408768 451132 33554432000 4194304 4196468 140737425394864 140126664763888 140127240862338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 18 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23378] ppid=23311 vsize=10849032 memory=1124 CPUtime=2.01 cores=0,2,4,6
/proc/23314/task/23378/stat : 23378 (java) S 23311 23314 19826 0 -1 1077944384 17570 13113 0 0 188 6 5 2 20 0 15 0 416462305 11109408768 451132 33554432000 4194304 4196468 140737425394864 140126207339376 140127240862338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 18 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23379] ppid=23311 vsize=10849032 memory=5924 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23379/stat : 23379 (java) S 23311 23314 19826 0 -1 1077944384 3 13113 0 0 0 0 5 2 20 0 15 0 416462305 11109408768 451132 33554432000 4194304 4196468 140737425394864 140125785639904 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23380] ppid=23311 vsize=10849032 memory=2876 CPUtime=1.44 cores=0,2,4,6
/proc/23314/task/23380/stat : 23380 (java) S 23311 23314 19826 0 -1 1077944384 1940 13113 0 0 69 68 5 2 20 0 15 0 416462305 11109408768 451132 33554432000 4194304 4196468 140737425394864 140126206286256 140127240862338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 17 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
Current children cumulated CPU time: 2418.16 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 1804528 KiB

[startup+2442.3 s]
/proc/loadavg: 1.31 1.36 1.43 3/227 23733
/proc/meminfo: memFree=22708796/32770624 swapFree=66927248/67108860
[pid=23314] ppid=23311 vsize=10849032 memory=1804528 CPUtime=2478.81 cores=0,2,4,6
/proc/23314/stat : 23314 (java) S 23311 23314 19826 0 -1 1077944320 289325 13113 0 0 247602 272 5 2 20 0 15 0 416462290 11109408768 451132 33554432000 4194304 4196468 140737425394864 140737425377408 140127240851191 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
/proc/23314/statm: 2712258 451132 3625 1 0 2674317 0
[pid=23314/tid=23367] ppid=23311 vsize=10849032 memory=0 CPUtime=2426.17 cores=0,2,4,6
/proc/23314/task/23367/stat : 23367 (java) R 23311 23314 19826 0 -1 4202560 86428 13113 0 0 242557 53 5 2 20 0 15 0 416462299 11109408768 451132 33554432000 4194304 4196468 140737425394864 140127212685856 140126830876331 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23368] ppid=23311 vsize=10849032 memory=1804528 CPUtime=8.06 cores=0,2,4,6
/proc/23314/task/23368/stat : 23368 (java) S 23311 23314 19826 0 -1 1077944384 22903 13113 0 0 763 36 5 2 20 0 15 0 416462300 11109408768 451132 33554432000 4194304 4196468 140737425394864 140127245085584 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23369] ppid=23311 vsize=10849032 memory=1804528 CPUtime=8.03 cores=0,2,4,6
/proc/23314/task/23369/stat : 23369 (java) S 23311 23314 19826 0 -1 1077944384 16982 13113 0 0 759 37 5 2 20 0 15 0 416462300 11109408768 451132 33554432000 4194304 4196468 140737425394864 140126814464784 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23370] ppid=23311 vsize=10849032 memory=1804528 CPUtime=8.05 cores=0,2,4,6
/proc/23314/task/23370/stat : 23370 (java) S 23311 23314 19826 0 -1 1077944384 23178 13113 0 0 765 33 5 2 20 0 15 0 416462300 11109408768 451132 33554432000 4194304 4196468 140737425394864 140126813412496 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23371] ppid=23311 vsize=10849032 memory=1804528 CPUtime=8.06 cores=0,2,4,6
/proc/23314/task/23371/stat : 23371 (java) S 23311 23314 19826 0 -1 1077944384 26855 13113 0 0 765 34 5 2 20 0 15 0 416462300 11109408768 451132 33554432000 4194304 4196468 140737425394864 140126812359696 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23372] ppid=23311 vsize=10849032 memory=1980 CPUtime=5.98 cores=0,2,4,6
/proc/23314/task/23372/stat : 23372 (java) S 23311 23314 19826 0 -1 1077944384 20998 13113 0 0 559 32 5 2 20 0 15 0 416462301 11109408768 451132 33554432000 4194304 4196468 140737425394864 140126700427376 140127240862338 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23373] ppid=23311 vsize=10849032 memory=1804528 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23373/stat : 23373 (java) S 23311 23314 19826 0 -1 1077944384 46 13113 0 0 0 0 5 2 20 0 15 0 416462302 11109408768 451132 33554432000 4194304 4196468 140737425394864 140126699373472 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23374] ppid=23311 vsize=10849032 memory=3580 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23374/stat : 23374 (java) S 23311 23314 19826 0 -1 1077944384 20 13113 0 0 0 0 5 2 20 0 15 0 416462302 11109408768 451132 33554432000 4194304 4196468 140737425394864 140126126597408 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23375] ppid=23311 vsize=10849032 memory=1804528 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23375/stat : 23375 (java) S 23311 23314 19826 0 -1 1077944384 3 13113 0 0 0 0 5 2 20 0 15 0 416462305 11109408768 451132 33554432000 4194304 4196468 140737425394864 140125819197520 140127240869787 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23376] ppid=23311 vsize=10849032 memory=9592 CPUtime=5.26 cores=0,2,4,6
/proc/23314/task/23376/stat : 23376 (java) S 23311 23314 19826 0 -1 1077944384 32573 13113 0 0 515 4 5 2 20 0 15 0 416462305 11109408768 451132 33554432000 4194304 4196468 140737425394864 140126665816688 140127240862338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23377] ppid=23311 vsize=10849032 memory=1804528 CPUtime=6.27 cores=0,2,4,6
/proc/23314/task/23377/stat : 23377 (java) S 23311 23314 19826 0 -1 1077944384 37599 13113 0 0 616 4 5 2 20 0 15 0 416462305 11109408768 451132 33554432000 4194304 4196468 140737425394864 140126664763888 140127240862338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 18 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23378] ppid=23311 vsize=10849032 memory=1804528 CPUtime=2.01 cores=0,2,4,6
/proc/23314/task/23378/stat : 23378 (java) S 23311 23314 19826 0 -1 1077944384 17572 13113 0 0 188 6 5 2 20 0 15 0 416462305 11109408768 451132 33554432000 4194304 4196468 140737425394864 140126207339376 140127240862338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 18 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23379] ppid=23311 vsize=10849032 memory=2612 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23379/stat : 23379 (java) S 23311 23314 19826 0 -1 1077944384 3 13113 0 0 0 0 5 2 20 0 15 0 416462305 11109408768 451132 33554432000 4194304 4196468 140737425394864 140125785639904 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23380] ppid=23311 vsize=10849032 memory=4104 CPUtime=1.47 cores=0,2,4,6
/proc/23314/task/23380/stat : 23380 (java) S 23311 23314 19826 0 -1 1077944384 1958 13113 0 0 70 70 5 2 20 0 15 0 416462305 11109408768 451132 33554432000 4194304 4196468 140737425394864 140126206286256 140127240862338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 17 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
Current children cumulated CPU time: 2478.81 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 1804528 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2483.11 s]
/proc/loadavg: 1.30 1.36 1.43 3/227 23737
/proc/meminfo: memFree=22709416/32770624 swapFree=66927248/67108860
[pid=23314] ppid=23311 vsize=10849032 memory=1804528 CPUtime=2520.06 cores=0,2,4,6
/proc/23314/stat : 23314 (java) S 23311 23314 19826 0 -1 1077944320 290703 13113 0 0 251724 275 5 2 20 0 15 0 416462290 11109408768 451132 33554432000 4194304 4196468 140737425394864 140737425377408 140127240851191 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
/proc/23314/statm: 2712258 451132 3625 1 0 2674317 0
[pid=23314/tid=23367] ppid=23311 vsize=10849032 memory=1804528 CPUtime=2466.66 cores=0,2,4,6
/proc/23314/task/23367/stat : 23367 (java) R 23311 23314 19826 0 -1 4202560 87015 13113 0 0 246606 53 5 2 20 0 15 0 416462299 11109408768 451132 33554432000 4194304 4196468 140737425394864 140127212685856 140126830278411 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23368] ppid=23311 vsize=10849032 memory=1804528 CPUtime=8.21 cores=0,2,4,6
/proc/23314/task/23368/stat : 23368 (java) S 23311 23314 19826 0 -1 1077944384 23075 13113 0 0 778 36 5 2 20 0 15 0 416462300 11109408768 451132 33554432000 4194304 4196468 140737425394864 140127245085584 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23369] ppid=23311 vsize=10849032 memory=1804528 CPUtime=8.17 cores=0,2,4,6
/proc/23314/task/23369/stat : 23369 (java) S 23311 23314 19826 0 -1 1077944384 17229 13113 0 0 773 37 5 2 20 0 15 0 416462300 11109408768 451132 33554432000 4194304 4196468 140737425394864 140126814464784 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23370] ppid=23311 vsize=10849032 memory=0 CPUtime=8.21 cores=0,2,4,6
/proc/23314/task/23370/stat : 23370 (java) S 23311 23314 19826 0 -1 1077944384 23274 13113 0 0 780 34 5 2 20 0 15 0 416462300 11109408768 451132 33554432000 4194304 4196468 140737425394864 140126813412496 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23371] ppid=23311 vsize=10849032 memory=1804528 CPUtime=8.21 cores=0,2,4,6
/proc/23314/task/23371/stat : 23371 (java) S 23311 23314 19826 0 -1 1077944384 26904 13113 0 0 780 34 5 2 20 0 15 0 416462300 11109408768 451132 33554432000 4194304 4196468 140737425394864 140126812359696 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23372] ppid=23311 vsize=10849032 memory=1804528 CPUtime=6.1 cores=0,2,4,6
/proc/23314/task/23372/stat : 23372 (java) S 23311 23314 19826 0 -1 1077944384 21213 13113 0 0 570 33 5 2 20 0 15 0 416462301 11109408768 451132 33554432000 4194304 4196468 140737425394864 140126700427376 140127240862338 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23373] ppid=23311 vsize=10849032 memory=1804528 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23373/stat : 23373 (java) S 23311 23314 19826 0 -1 1077944384 46 13113 0 0 0 0 5 2 20 0 15 0 416462302 11109408768 451132 33554432000 4194304 4196468 140737425394864 140126699373472 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23374] ppid=23311 vsize=10849032 memory=1716 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23374/stat : 23374 (java) S 23311 23314 19826 0 -1 1077944384 20 13113 0 0 0 0 5 2 20 0 15 0 416462302 11109408768 451132 33554432000 4194304 4196468 140737425394864 140126126597408 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23375] ppid=23311 vsize=10849032 memory=1804528 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23375/stat : 23375 (java) S 23311 23314 19826 0 -1 1077944384 3 13113 0 0 0 0 5 2 20 0 15 0 416462305 11109408768 451132 33554432000 4194304 4196468 140737425394864 140125819197520 140127240869787 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23376] ppid=23311 vsize=10849032 memory=916 CPUtime=5.26 cores=0,2,4,6
/proc/23314/task/23376/stat : 23376 (java) S 23311 23314 19826 0 -1 1077944384 32575 13113 0 0 515 4 5 2 20 0 15 0 416462305 11109408768 451132 33554432000 4194304 4196468 140737425394864 140126665816688 140127240862338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23377] ppid=23311 vsize=10849032 memory=1804528 CPUtime=6.27 cores=0,2,4,6
/proc/23314/task/23377/stat : 23377 (java) S 23311 23314 19826 0 -1 1077944384 37601 13113 0 0 616 4 5 2 20 0 15 0 416462305 11109408768 451132 33554432000 4194304 4196468 140737425394864 140126664763888 140127240862338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 18 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23378] ppid=23311 vsize=10849032 memory=3580 CPUtime=2.01 cores=0,2,4,6
/proc/23314/task/23378/stat : 23378 (java) S 23311 23314 19826 0 -1 1077944384 17574 13113 0 0 188 6 5 2 20 0 15 0 416462305 11109408768 451132 33554432000 4194304 4196468 140737425394864 140126207339376 140127240862338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 18 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23379] ppid=23311 vsize=10849032 memory=1804528 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23379/stat : 23379 (java) S 23311 23314 19826 0 -1 1077944384 3 13113 0 0 0 0 5 2 20 0 15 0 416462305 11109408768 451132 33554432000 4194304 4196468 140737425394864 140125785639904 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23380] ppid=23311 vsize=10849032 memory=3580 CPUtime=1.5 cores=0,2,4,6
/proc/23314/task/23380/stat : 23380 (java) S 23311 23314 19826 0 -1 1077944384 1964 13113 0 0 72 71 5 2 20 0 15 0 416462305 11109408768 451132 33554432000 4194304 4196468 140737425394864 140126206286256 140127240862338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 17 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 1804528 KiB

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

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

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

[startup+2483.11 s]
/proc/loadavg: 1.30 1.36 1.43 3/227 23737
/proc/meminfo: memFree=22709416/32770624 swapFree=66927248/67108860
[pid=23314] ppid=23311 vsize=10849032 memory=1804528 CPUtime=2520.06 cores=0,2,4,6
/proc/23314/stat : 23314 (java) S 23311 23314 19826 0 -1 1077944320 290703 13113 0 0 251724 275 5 2 20 0 15 0 416462290 11109408768 451132 33554432000 4194304 4196468 140737425394864 140737425377408 140127240851191 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
/proc/23314/statm: 2712258 451132 3625 1 0 2674317 0
[pid=23314/tid=23367] ppid=23311 vsize=10849032 memory=1804528 CPUtime=2466.66 cores=0,2,4,6
/proc/23314/task/23367/stat : 23367 (java) R 23311 23314 19826 0 -1 4202560 87015 13113 0 0 246606 53 5 2 20 0 15 0 416462299 11109408768 451132 33554432000 4194304 4196468 140737425394864 140127212685856 140126830278411 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23368] ppid=23311 vsize=10849032 memory=1804528 CPUtime=8.21 cores=0,2,4,6
/proc/23314/task/23368/stat : 23368 (java) S 23311 23314 19826 0 -1 1077944384 23075 13113 0 0 778 36 5 2 20 0 15 0 416462300 11109408768 451132 33554432000 4194304 4196468 140737425394864 140127245085584 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23369] ppid=23311 vsize=10849032 memory=1804528 CPUtime=8.17 cores=0,2,4,6
/proc/23314/task/23369/stat : 23369 (java) S 23311 23314 19826 0 -1 1077944384 17229 13113 0 0 773 37 5 2 20 0 15 0 416462300 11109408768 451132 33554432000 4194304 4196468 140737425394864 140126814464784 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23370] ppid=23311 vsize=10849032 memory=0 CPUtime=8.21 cores=0,2,4,6
/proc/23314/task/23370/stat : 23370 (java) S 23311 23314 19826 0 -1 1077944384 23274 13113 0 0 780 34 5 2 20 0 15 0 416462300 11109408768 451132 33554432000 4194304 4196468 140737425394864 140126813412496 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23371] ppid=23311 vsize=10849032 memory=1804528 CPUtime=8.21 cores=0,2,4,6
/proc/23314/task/23371/stat : 23371 (java) S 23311 23314 19826 0 -1 1077944384 26904 13113 0 0 780 34 5 2 20 0 15 0 416462300 11109408768 451132 33554432000 4194304 4196468 140737425394864 140126812359696 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23372] ppid=23311 vsize=10849032 memory=1804528 CPUtime=6.1 cores=0,2,4,6
/proc/23314/task/23372/stat : 23372 (java) S 23311 23314 19826 0 -1 1077944384 21213 13113 0 0 570 33 5 2 20 0 15 0 416462301 11109408768 451132 33554432000 4194304 4196468 140737425394864 140126700427376 140127240862338 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23373] ppid=23311 vsize=10849032 memory=1804528 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23373/stat : 23373 (java) S 23311 23314 19826 0 -1 1077944384 46 13113 0 0 0 0 5 2 20 0 15 0 416462302 11109408768 451132 33554432000 4194304 4196468 140737425394864 140126699373472 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23374] ppid=23311 vsize=10849032 memory=1716 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23374/stat : 23374 (java) S 23311 23314 19826 0 -1 1077944384 20 13113 0 0 0 0 5 2 20 0 15 0 416462302 11109408768 451132 33554432000 4194304 4196468 140737425394864 140126126597408 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23375] ppid=23311 vsize=10849032 memory=1804528 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23375/stat : 23375 (java) S 23311 23314 19826 0 -1 1077944384 3 13113 0 0 0 0 5 2 20 0 15 0 416462305 11109408768 451132 33554432000 4194304 4196468 140737425394864 140125819197520 140127240869787 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23376] ppid=23311 vsize=10849032 memory=916 CPUtime=5.26 cores=0,2,4,6
/proc/23314/task/23376/stat : 23376 (java) S 23311 23314 19826 0 -1 1077944384 32575 13113 0 0 515 4 5 2 20 0 15 0 416462305 11109408768 451132 33554432000 4194304 4196468 140737425394864 140126665816688 140127240862338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23377] ppid=23311 vsize=10849032 memory=1804528 CPUtime=6.27 cores=0,2,4,6
/proc/23314/task/23377/stat : 23377 (java) S 23311 23314 19826 0 -1 1077944384 37601 13113 0 0 616 4 5 2 20 0 15 0 416462305 11109408768 451132 33554432000 4194304 4196468 140737425394864 140126664763888 140127240862338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 18 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23378] ppid=23311 vsize=10849032 memory=3580 CPUtime=2.01 cores=0,2,4,6
/proc/23314/task/23378/stat : 23378 (java) S 23311 23314 19826 0 -1 1077944384 17574 13113 0 0 188 6 5 2 20 0 15 0 416462305 11109408768 451132 33554432000 4194304 4196468 140737425394864 140126207339376 140127240862338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 18 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23379] ppid=23311 vsize=10849032 memory=1804528 CPUtime=0.07 cores=0,2,4,6
/proc/23314/task/23379/stat : 23379 (java) S 23311 23314 19826 0 -1 1077944384 3 13113 0 0 0 0 5 2 20 0 15 0 416462305 11109408768 451132 33554432000 4194304 4196468 140737425394864 140125785639904 140127240861397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
[pid=23314/tid=23380] ppid=23311 vsize=10849032 memory=3580 CPUtime=1.5 cores=0,2,4,6
/proc/23314/task/23380/stat : 23380 (java) S 23311 23314 19826 0 -1 1077944384 1964 13113 0 0 72 71 5 2 20 0 15 0 416462305 11109408768 451132 33554432000 4194304 4196468 140737425394864 140126206286256 140127240862338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 17 0 0 6293624 6294260 15798272 140737425402607 140737425405125 140737425405125 140737425407951 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 1804528 KiB

Child status: 143
Real time (s): 2483.14
CPU time (s): 2520.11
CPU user time (s): 2517.32
CPU system time (s): 2.79282
CPU usage (%): 101.489
Max. virtual memory (cumulated for all children) (KiB): 10849032
Max. memory (cumulated for all children) (KiB): 1875148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.32
system time used= 2.79282
maximum resident set size= 1877196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 304917
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 184822
involuntary context switches= 8376


# summary of solver processes directly reported to runsolver:
#   pid: 23314
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2517.32
#   total CPU system time (s): 2.79282

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6562 second user time and 23.5582 second system time

The end

Launcher Data

Begin job on node137 at 2019-09-13 21:15:07
IDJOB=4396079
IDBENCH=128024
IDSOLVER=2846
FILE ID=node137/4396079-1568402149
RUNJOBID= node137-1568394053-20870
PBS_JOBID= 21701855
Free space on /tmp= 61392 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-24-4-6-8.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396079-1568402149/watcher-4396079-1568402149 -o /tmp/evaluation-result-4396079-1568402149/solver-4396079-1568402149 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1568394053-20870 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1750361606 HOME/instance-4396079-1568402149.xml

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

MD5SUM BENCH= 2aec32ddb698ed0594b6493531e6a3ee
RANDOM SEED=1750361606

node137.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.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	: 5334.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	: 5334.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	: 5334.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:        26009596 kB
MemAvailable:   31125608 kB
Buffers:          172572 kB
Cached:          5208980 kB
SwapCached:        77560 kB
Active:          2094328 kB
Inactive:        4048956 kB
Active(anon):     684544 kB
Inactive(anon):   118568 kB
Active(file):    1409784 kB
Inactive(file):  3930388 kB
Unevictable:      107744 kB
Mlocked:          107744 kB
SwapTotal:      67108860 kB
SwapFree:       66927248 kB
Dirty:             36028 kB
Writeback:             0 kB
AnonPages:        793488 kB
Mapped:            57976 kB
Shmem:             32760 kB
Slab:             213188 kB
SReclaimable:     183352 kB
SUnreclaim:        29836 kB
KernelStack:        3728 kB
PageTables:         7172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1943356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    616448 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61356 MiB
End job on node137 at 2019-09-13 21:56:30