Trace number 4294316

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.8 2018-06-13? (TO) 2520.11 2446.23

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m1-magazine_c18.xml
MD5SUM22697061c475ce526fb64da13536656d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables5100
Number of constraints2701
Number of domains27
Minimum domain size2
Maximum domain size445
Distribution of domain sizes[{"size":2,"count":50},{"size":41,"count":2500},{"size":55,"count":50},{"size":58,"count":50},{"size":60,"count":50},{"size":66,"count":50},{"size":93,"count":50},{"size":99,"count":50},{"size":110,"count":100},{"size":115,"count":50},{"size":121,"count":50},{"size":150,"count":50},{"size":154,"count":150},{"size":165,"count":400},{"size":184,"count":50},{"size":187,"count":100},{"size":214,"count":100},{"size":220,"count":150},{"size":231,"count":100},{"size":247,"count":50},{"size":253,"count":150},{"size":275,"count":400},{"size":291,"count":50},{"size":297,"count":100},{"size":406,"count":50},{"size":412,"count":100},{"size":445,"count":50}]
Minimum variable degree2
Maximum variable degree52
Distribution of variable degrees[{"degree":2,"count":4950},{"degree":3,"count":100},{"degree":52,"count":50}]
Minimum constraint arity2
Maximum constraint arity50
Distribution of constraint arities[{"arity":2,"count":100},{"arity":3,"count":2500},{"arity":50,"count":101}]
Number of extensional constraints0
Number of intensional constraints2600
Distribution of constraint types[{"type":"intension","count":2600},{"type":"ordered","count":1},{"type":"sum","count":100}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294316-1532466433/watcher-4294316-1532466433 -o /tmp/evaluation-result-4294316-1532466433/solver-4294316-1532466433 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532466433-19937 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=463958128 HOME/instance-4294316-1532466433.xml 

running on 4 cores: 1,3,5,7

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

solver pid=19966, runsolver pid=19962

[startup+0.100133 s]*
/proc/loadavg: 0.92 0.98 1.03 3/217 20043
/proc/meminfo: memFree=20865720/32770624 swapFree=67108860/67108860
[pid=19966] ppid=19962 vsize=113256 memory=1604 CPUtime=0.01 cores=1,3,5,7
/proc/19966/stat : 19966 (bash) S 19962 19966 19905 0 -1 4202496 882 5670 1 0 0 0 0 1 20 0 1 0 64206668 115974144 401 33554432000 4194304 5098028 140726493563856 140726493557864 140280964848640 0 0 4100 65536 18446744071580971376 0 0 17 1 0 0 1 0 0 7196144 7232144 23400448 140726493570220 140726493570344 140726493570344 140726493573102 0
/proc/19966/statm: 28314 401 318 221 0 119 0
[pid=20022] ppid=19966 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/20022/stat : 20022 (bash) S 19966 19966 19905 0 -1 4202560 155 0 0 0 0 0 0 0 20 0 1 0 64206672 115974144 178 33554432000 4194304 5098028 140726493563856 140726493556536 140280964674172 0 65536 4096 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23400448 140726493570220 140726493570344 140726493570344 140726493573102 0
/proc/20022/statm: 28314 178 95 221 0 119 0
[pid=20023] ppid=20022 vsize=10659708 memory=25640 CPUtime=0.05 cores=1,3,5,7
/proc/20023/stat : 20023 (java) S 20022 19966 19905 0 -1 1077944320 4761 0 0 0 4 1 0 0 20 0 13 0 64206672 10915540992 6410 33554432000 4194304 4196468 140732841489792 140732841472336 140663879921399 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25120768 140732841493795 140732841493809 140732841493809 140732841496527 0
/proc/20023/statm: 2664927 6410 2603 1 0 2627468 0
[pid=20023/tid=20028] ppid=20022 vsize=10659708 memory=7892391828772250251 CPUtime=0.05 cores=1,3,5,7
/proc/20023/task/20028/stat : 20028 (java) S 20022 19966 19905 0 -1 1077944384 2868 0 0 0 4 1 0 0 20 0 13 0 64206673 10915540992 6410 33554432000 4194304 4196468 140732841489792 140663884164240 140663879931605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25120768 140732841493795 140732841493809 140732841493809 140732841496527 0
[pid=20023/tid=20030] ppid=20022 vsize=10659708 memory=749539573345488102 CPUtime=0 cores=1,3,5,7
/proc/20023/task/20030/stat : 20030 (java) S 20022 19966 19905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 64206674 10915540992 6415 33554432000 4194304 4196468 140732841489792 140663805995280 140663879931605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25120768 140732841493795 140732841493809 140732841493809 140732841496527 0
[pid=20023/tid=20033] ppid=20022 vsize=10659708 memory=140595351037568 CPUtime=0 cores=1,3,5,7
/proc/20023/task/20033/stat : 20033 (java) S 20022 19966 19905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 12 0 64206674 10915540992 6415 33554432000 4194304 4196468 140732841489792 140663804942736 140663879931605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25120768 140732841493795 140732841493809 140732841493809 140732841496527 0
[pid=20023/tid=20035] ppid=20022 vsize=10659708 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20023/task/20035/stat : 20035 (java) S 20022 19966 19905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 12 0 64206674 10915540992 6415 33554432000 4194304 4196468 140732841489792 140663803890192 140663879931605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25120768 140732841493795 140732841493809 140732841493809 140732841496527 0
[pid=20023/tid=20037] ppid=20022 vsize=10659708 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20023/task/20037/stat : 20037 (java) S 20022 19966 19905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 12 0 64206674 10915540992 6415 33554432000 4194304 4196468 140732841489792 140663484050064 140663879931605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25120768 140732841493795 140732841493809 140732841493809 140732841496527 0
[pid=20023/tid=20041] ppid=20022 vsize=10659708 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20023/task/20041/stat : 20041 (java) S 20022 19966 19905 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 12 0 64206676 10915540992 6396 33554432000 4194304 4196468 140732841489792 140663370929568 140663879931605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25120768 140732841493795 140732841493809 140732841493809 140732841496527 0
[pid=20023/tid=20043] ppid=20022 vsize=10659708 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20023/task/20043/stat : 20043 (java) S 20022 19966 19905 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 11 0 64206676 10915540992 6396 33554432000 4194304 4196468 140732841489792 140663369876976 140663879931605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25120768 140732841493795 140732841493809 140732841493809 140732841496527 0
[pid=20023/tid=20047] ppid=20022 vsize=10659708 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20023/task/20047/stat : 20047 (java) S 20022 19966 19905 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 11 0 64206678 10915540992 6396 33554432000 4194304 4196468 140732841489792 140663367772144 140663879932546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25120768 140732841493795 140732841493809 140732841493809 140732841496527 0
[pid=20023/tid=20049] ppid=20022 vsize=10659708 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20023/task/20049/stat : 20049 (java) S 20022 19966 19905 0 -1 1077944384 281 0 0 0 0 0 0 0 20 0 11 0 64206678 10915540992 6396 33554432000 4194304 4196468 140732841489792 140663366719600 140663879932546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25120768 140732841493795 140732841493809 140732841493809 140732841496527 0
[pid=20023/tid=20051] ppid=20022 vsize=10659708 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20023/task/20051/stat : 20051 (java) R 20022 19966 19905 0 -1 1077944384 214 0 0 0 0 0 0 0 20 0 11 0 64206678 10915540992 6409 33554432000 4194304 4196468 140732841489792 140663365667056 140663879932546 256 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25120768 140732841493795 140732841493809 140732841493809 140732841496527 0
[pid=20025] ppid=20022 vsize=113492 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/20025/stat : 20025 (awk) S 20022 19966 19905 0 -1 4202496 445 0 0 0 0 0 0 0 20 0 1 0 64206672 116215808 308 33554432000 4194304 4609284 140728930540064 140728930539240 140014899014656 0 0 4096 1216 18446744071580971376 0 0 17 5 0 0 0 0 0 6708720 6711756 11026432 140728930547027 140728930547057 140728930547057 140728930549743 0
/proc/20025/statm: 28373 308 256 102 0 89 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10999712 KiB
Current children cumulated memory: 29188 KiB

[startup+0.211868 s]*
/proc/loadavg: 0.92 0.98 1.03 6/223 20101
/proc/meminfo: memFree=20849184/32770624 swapFree=67108860/67108860
[pid=19966] ppid=19962 vsize=10818856 memory=34556 CPUtime=0.19 cores=1,3,5,7
/proc/19966/stat : 19966 (java) S 19962 19966 19905 0 -1 1077944320 6357 13115 1 1 10 1 5 3 20 0 15 0 64206668 11078508544 8639 33554432000 4194304 4196468 140734385895392 140734385877936 140713958379255 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
/proc/19966/statm: 2704714 8639 2930 1 0 2667149 0
[pid=19966/tid=20074] ppid=19962 vsize=10818856 memory=4871374705135476842 CPUtime=0.15 cores=1,3,5,7
/proc/19966/task/20074/stat : 20074 (java) R 19962 19966 19905 0 -1 4202560 2980 13115 0 1 7 0 5 3 20 0 15 0 64206681 11078508544 8639 33554432000 4194304 4196468 140734385895392 140713930202216 140713950616382 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20076] ppid=19962 vsize=10818856 memory=4211974321555828106 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20076/stat : 20076 (java) S 19962 19966 19905 0 -1 1077944384 2 13115 0 1 0 0 5 3 20 0 15 0 64206682 11078508544 8639 33554432000 4194304 4196468 140734385895392 140713962621328 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20077] ppid=19962 vsize=10818856 memory=140595351037568 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20077/stat : 20077 (java) S 19962 19966 19905 0 -1 1077944384 1 13115 0 1 0 0 5 3 20 0 15 0 64206682 11078508544 8639 33554432000 4194304 4196468 140734385895392 140713531332880 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20078] ppid=19962 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20078/stat : 20078 (java) S 19962 19966 19905 0 -1 1077944384 1 13115 0 1 0 0 5 3 20 0 15 0 64206682 11078508544 8639 33554432000 4194304 4196468 140734385895392 140713530280592 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20080] ppid=19962 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20080/stat : 20080 (java) S 19962 19966 19905 0 -1 1077944384 2 13115 0 1 0 0 5 3 20 0 15 0 64206682 11078508544 8639 33554432000 4194304 4196468 140734385895392 140713529227792 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20085] ppid=19962 vsize=10818856 memory=140595351037568 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20085/stat : 20085 (java) S 19962 19966 19905 0 -1 1077944384 2 13115 0 1 0 0 5 3 20 0 15 0 64206684 11078508544 8639 33554432000 4194304 4196468 140734385895392 140713230170736 140713958390402 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20086] ppid=19962 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20086/stat : 20086 (java) S 19962 19966 19905 0 -1 1077944384 33 13115 0 1 0 0 5 3 20 0 15 0 64206684 11078508544 8639 33554432000 4194304 4196468 140734385895392 140713229116704 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20088] ppid=19962 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20088/stat : 20088 (java) S 19962 19966 19905 0 -1 1077944384 1 13115 0 1 0 0 5 3 20 0 15 0 64206684 11078508544 8639 33554432000 4194304 4196468 140734385895392 140713127831152 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20090] ppid=19962 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20090/stat : 20090 (java) S 19962 19966 19905 0 -1 1077944384 2 13115 0 1 0 0 5 3 20 0 15 0 64206687 11078508544 8639 33554432000 4194304 4196468 140734385895392 140712993614416 140713958397851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20092] ppid=19962 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20092/stat : 20092 (java) R 19962 19966 19905 0 -1 4202560 473 13115 0 1 0 0 5 3 20 0 15 0 64206687 11078508544 8639 33554432000 4194304 4196468 140734385895392 140713094273136 140713939922978 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20094] ppid=19962 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20094/stat : 20094 (java) R 19962 19966 19905 0 -1 1077944384 106 13115 0 1 0 0 5 3 20 0 15 0 64206687 11078508544 8639 33554432000 4194304 4196468 140734385895392 140713093213360 140713958389461 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20096] ppid=19962 vsize=10818856 memory=140595351037568 CPUtime=0.09 cores=1,3,5,7
/proc/19966/task/20096/stat : 20096 (java) R 19962 19966 19905 0 -1 4202560 575 13115 0 1 1 0 5 3 20 0 15 0 64206687 11078508544 8639 33554432000 4194304 4196468 140734385895392 140713092164416 140713937349039 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20099] ppid=19962 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20099/stat : 20099 (java) S 19962 19966 19905 0 -1 1077944384 3 13115 0 1 0 0 5 3 20 0 15 0 64206687 11078508544 8639 33554432000 4194304 4196468 140734385895392 140712255416800 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20101] ppid=19962 vsize=10818856 memory=140595351037568 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20101/stat : 20101 (java) S 19962 19966 19905 0 -1 1077944384 1 13115 0 1 0 0 5 3 20 0 15 0 64206687 11078508544 8639 33554432000 4194304 4196468 140734385895392 140713091115952 140713958390402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 34556 KiB

[startup+0.310642 s]*
/proc/loadavg: 0.92 0.98 1.03 6/223 20101
/proc/meminfo: memFree=20815760/32770624 swapFree=67108860/67108860
[pid=19966] ppid=19962 vsize=10819352 memory=50716 CPUtime=0.33 cores=1,3,5,7
/proc/19966/stat : 19966 (java) S 19962 19966 19905 0 -1 1077944320 9585 13115 1 1 23 2 5 3 20 0 15 0 64206668 11079016448 12679 33554432000 4194304 4196468 140734385895392 140734385877936 140713958379255 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
/proc/19966/statm: 2704838 12679 3087 1 0 2667149 0
[pid=19966/tid=20074] ppid=19962 vsize=10819352 memory=6791534058613427641 CPUtime=0.24 cores=1,3,5,7
/proc/19966/task/20074/stat : 20074 (java) R 19962 19966 19905 0 -1 4202560 6106 13115 0 1 15 1 5 3 20 0 15 0 64206681 11079016448 12679 33554432000 4194304 4196468 140734385895392 140713930167040 140713942459742 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20076] ppid=19962 vsize=10819352 memory=-7003737579269690708 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20076/stat : 20076 (java) S 19962 19966 19905 0 -1 1077944384 2 13115 0 1 0 0 5 3 20 0 15 0 64206682 11079016448 12679 33554432000 4194304 4196468 140734385895392 140713962621328 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20077] ppid=19962 vsize=10819352 memory=6944656592455359580 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20077/stat : 20077 (java) S 19962 19966 19905 0 -1 1077944384 1 13115 0 1 0 0 5 3 20 0 15 0 64206682 11079016448 12679 33554432000 4194304 4196468 140734385895392 140713531332880 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20078] ppid=19962 vsize=10819352 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20078/stat : 20078 (java) S 19962 19966 19905 0 -1 1077944384 1 13115 0 1 0 0 5 3 20 0 15 0 64206682 11079016448 12679 33554432000 4194304 4196468 140734385895392 140713530280592 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20080] ppid=19962 vsize=10819352 memory=6944656575208382560 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20080/stat : 20080 (java) S 19962 19966 19905 0 -1 1077944384 2 13115 0 1 0 0 5 3 20 0 15 0 64206682 11079016448 12679 33554432000 4194304 4196468 140734385895392 140713529227792 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20085] ppid=19962 vsize=10819352 memory=-3040564339105353098 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20085/stat : 20085 (java) S 19962 19966 19905 0 -1 1077944384 2 13115 0 1 0 0 5 3 20 0 15 0 64206684 11079016448 12679 33554432000 4194304 4196468 140734385895392 140713230170736 140713958390402 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20086] ppid=19962 vsize=10819352 memory=7089274314207166114 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20086/stat : 20086 (java) S 19962 19966 19905 0 -1 1077944384 33 13115 0 1 0 0 5 3 20 0 15 0 64206684 11079016448 12679 33554432000 4194304 4196468 140734385895392 140713229116704 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20088] ppid=19962 vsize=10819352 memory=6944656591801720471 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20088/stat : 20088 (java) S 19962 19966 19905 0 -1 1077944384 1 13115 0 1 0 0 5 3 20 0 15 0 64206684 11079016448 12679 33554432000 4194304 4196468 140734385895392 140713127831152 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20090] ppid=19962 vsize=10819352 memory=-8458152057954561420 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20090/stat : 20090 (java) S 19962 19966 19905 0 -1 1077944384 2 13115 0 1 0 0 5 3 20 0 15 0 64206687 11079016448 12679 33554432000 4194304 4196468 140734385895392 140712993614416 140713958397851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20092] ppid=19962 vsize=10819352 memory=-8813974798734826869 CPUtime=0.09 cores=1,3,5,7
/proc/19966/task/20092/stat : 20092 (java) S 19962 19966 19905 0 -1 1077944384 489 13115 0 1 1 0 5 3 20 0 15 0 64206687 11079016448 12679 33554432000 4194304 4196468 140734385895392 140713094273136 140713958390402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20094] ppid=19962 vsize=10819352 memory=7031125463459224206 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20094/stat : 20094 (java) S 19962 19966 19905 0 -1 1077944384 134 13115 0 1 0 0 5 3 20 0 15 0 64206687 11079016448 12679 33554432000 4194304 4196468 140734385895392 140713093220336 140713958390402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20096] ppid=19962 vsize=10819352 memory=4426078206164241782 CPUtime=0.12 cores=1,3,5,7
/proc/19966/task/20096/stat : 20096 (java) S 19962 19966 19905 0 -1 1077944384 622 13115 0 1 4 0 5 3 20 0 15 0 64206687 11079016448 12679 33554432000 4194304 4196468 140734385895392 140713092168048 140713958390402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20099] ppid=19962 vsize=10819352 memory=-7737643479190322274 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20099/stat : 20099 (java) S 19962 19966 19905 0 -1 1077944384 3 13115 0 1 0 0 5 3 20 0 15 0 64206687 11079016448 12679 33554432000 4194304 4196468 140734385895392 140712255416800 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20101] ppid=19962 vsize=10819352 memory=140595351044561 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20101/stat : 20101 (java) S 19962 19966 19905 0 -1 1077944384 1 13115 0 1 0 0 5 3 20 0 15 0 64206687 11079016448 12679 33554432000 4194304 4196468 140734385895392 140713091115952 140713958390402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 50716 KiB

[startup+0.700904 s]
/proc/loadavg: 0.92 0.98 1.03 3/223 20101
/proc/meminfo: memFree=20793080/32770624 swapFree=67108860/67108860
[pid=19966] ppid=19962 vsize=10819352 memory=86120 CPUtime=0.94 cores=1,3,5,7
/proc/19966/stat : 19966 (java) S 19962 19966 19905 0 -1 1077944320 16624 13115 1 1 82 4 5 3 20 0 15 0 64206668 11079016448 21530 33554432000 4194304 4196468 140734385895392 140734385877936 140713958379255 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
/proc/19966/statm: 2704838 21530 3247 1 0 2667149 0
[pid=19966/tid=20074] ppid=19962 vsize=10819352 memory=1844 CPUtime=0.63 cores=1,3,5,7
/proc/19966/task/20074/stat : 20074 (java) R 19962 19966 19905 0 -1 4202560 12057 13115 0 1 52 3 5 3 20 0 15 0 64206681 11079016448 21530 33554432000 4194304 4196468 140734385895392 140713930202256 140713942459742 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20076] ppid=19962 vsize=10819352 memory=796 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20076/stat : 20076 (java) S 19962 19966 19905 0 -1 1077944384 2 13115 0 1 0 0 5 3 20 0 15 0 64206682 11079016448 21530 33554432000 4194304 4196468 140734385895392 140713962621328 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20077] ppid=19962 vsize=10819352 memory=1700 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20077/stat : 20077 (java) S 19962 19966 19905 0 -1 1077944384 1 13115 0 1 0 0 5 3 20 0 15 0 64206682 11079016448 21530 33554432000 4194304 4196468 140734385895392 140713531332880 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20078] ppid=19962 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20078/stat : 20078 (java) S 19962 19966 19905 0 -1 1077944384 1 13115 0 1 0 0 5 3 20 0 15 0 64206682 11079016448 21530 33554432000 4194304 4196468 140734385895392 140713530280592 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20080] ppid=19962 vsize=10819352 memory=201 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20080/stat : 20080 (java) S 19962 19966 19905 0 -1 1077944384 2 13115 0 1 0 0 5 3 20 0 15 0 64206682 11079016448 21530 33554432000 4194304 4196468 140734385895392 140713529227792 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20085] ppid=19962 vsize=10819352 memory=3 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20085/stat : 20085 (java) S 19962 19966 19905 0 -1 1077944384 5 13115 0 1 0 0 5 3 20 0 15 0 64206684 11079016448 21530 33554432000 4194304 4196468 140734385895392 140713230170736 140713958390402 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20086] ppid=19962 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20086/stat : 20086 (java) S 19962 19966 19905 0 -1 1077944384 33 13115 0 1 0 0 5 3 20 0 15 0 64206684 11079016448 21530 33554432000 4194304 4196468 140734385895392 140713229116704 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20088] ppid=19962 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20088/stat : 20088 (java) S 19962 19966 19905 0 -1 1077944384 1 13115 0 1 0 0 5 3 20 0 15 0 64206684 11079016448 21530 33554432000 4194304 4196468 140734385895392 140713127831152 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20090] ppid=19962 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20090/stat : 20090 (java) S 19962 19966 19905 0 -1 1077944384 2 13115 0 1 0 0 5 3 20 0 15 0 64206687 11079016448 21530 33554432000 4194304 4196468 140734385895392 140712993614416 140713958397851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20092] ppid=19962 vsize=10819352 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/19966/task/20092/stat : 20092 (java) S 19962 19966 19905 0 -1 1077944384 856 13115 0 1 7 0 5 3 20 0 15 0 64206687 11079016448 21530 33554432000 4194304 4196468 140734385895392 140713094273136 140713958390402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20094] ppid=19962 vsize=10819352 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/19966/task/20094/stat : 20094 (java) R 19962 19966 19905 0 -1 4202560 745 13115 0 1 8 0 5 3 20 0 15 0 64206687 11079016448 21530 33554432000 4194304 4196468 140734385895392 140713093207888 140713939923343 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20096] ppid=19962 vsize=10819352 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/19966/task/20096/stat : 20096 (java) S 19962 19966 19905 0 -1 1077944384 730 13115 0 1 13 0 5 3 20 0 15 0 64206687 11079016448 21530 33554432000 4194304 4196468 140734385895392 140713092168048 140713958390402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20099] ppid=19962 vsize=10819352 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20099/stat : 20099 (java) S 19962 19966 19905 0 -1 1077944384 3 13115 0 1 0 0 5 3 20 0 15 0 64206687 11079016448 21530 33554432000 4194304 4196468 140734385895392 140712255416800 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20101] ppid=19962 vsize=10819352 memory=2 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20101/stat : 20101 (java) S 19962 19966 19905 0 -1 1077944384 1 13115 0 1 0 0 5 3 20 0 15 0 64206687 11079016448 21530 33554432000 4194304 4196468 140734385895392 140713091115952 140713958390402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
Current children cumulated CPU time: 0.94 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86120 KiB

[startup+1.50072 s]
/proc/loadavg: 0.92 0.98 1.03 1/223 20101
/proc/meminfo: memFree=20720388/32770624 swapFree=67108860/67108860
[pid=19966] ppid=19962 vsize=10823936 memory=102756 CPUtime=1.32 cores=1,3,5,7
/proc/19966/stat : 19966 (java) S 19962 19966 19905 0 -1 1077944320 18313 13115 1 1 118 6 5 3 20 0 15 0 64206668 11083710464 25689 33554432000 4194304 4196468 140734385895392 140734385877936 140713958379255 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
/proc/19966/statm: 2705984 25689 3401 1 0 2667661 0
[pid=19966/tid=20074] ppid=19962 vsize=10823936 memory=0 CPUtime=0.87 cores=1,3,5,7
/proc/19966/task/20074/stat : 20074 (java) D 19962 19966 19905 0 -1 4202560 13487 13115 0 1 75 4 5 3 20 0 15 0 64206681 11083710464 25689 33554432000 4194304 4196468 140734385895392 140713930208304 140713958401181 0 4 0 16800975 18446744071580419588 0 0 -1 3 0 0 43 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20076] ppid=19962 vsize=10823936 memory=4036 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20076/stat : 20076 (java) S 19962 19966 19905 0 -1 1077944384 2 13115 0 1 0 0 5 3 20 0 15 0 64206682 11083710464 25689 33554432000 4194304 4196468 140734385895392 140713962621328 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20077] ppid=19962 vsize=10823936 memory=19780 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20077/stat : 20077 (java) S 19962 19966 19905 0 -1 1077944384 1 13115 0 1 0 0 5 3 20 0 15 0 64206682 11083710464 25689 33554432000 4194304 4196468 140734385895392 140713531332880 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20078] ppid=19962 vsize=10823936 memory=1296 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20078/stat : 20078 (java) S 19962 19966 19905 0 -1 1077944384 1 13115 0 1 0 0 5 3 20 0 15 0 64206682 11083710464 25689 33554432000 4194304 4196468 140734385895392 140713530280592 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20080] ppid=19962 vsize=10823936 memory=6365935309697221249 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20080/stat : 20080 (java) S 19962 19966 19905 0 -1 1077944384 2 13115 0 1 0 0 5 3 20 0 15 0 64206682 11083710464 25689 33554432000 4194304 4196468 140734385895392 140713529227792 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20085] ppid=19962 vsize=10823936 memory=281190435130768 CPUtime=0.08 cores=1,3,5,7

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

/proc/19966/task/20074/stat : 20074 (java) R 19962 19966 19905 0 -1 4202560 111485 13115 0 1 229558 68 5 3 20 0 15 0 64206681 11113168896 289487 33554432000 4194304 4196468 140734385895392 140713930213440 140713571355563 0 4 0 16800975 0 0 0 -1 3 0 0 52 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20076] ppid=19962 vsize=10852704 memory=1158460 CPUtime=14.67 cores=1,3,5,7
/proc/19966/task/20076/stat : 20076 (java) S 19962 19966 19905 0 -1 1077944384 20567 13115 0 1 1415 44 5 3 20 0 15 0 64206682 11113168896 289487 33554432000 4194304 4196468 140734385895392 140713962621328 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20077] ppid=19962 vsize=10852704 memory=1424 CPUtime=14.7 cores=1,3,5,7
/proc/19966/task/20077/stat : 20077 (java) S 19962 19966 19905 0 -1 1077944384 25387 13115 0 1 1417 45 5 3 20 0 15 0 64206682 11113168896 289487 33554432000 4194304 4196468 140734385895392 140713531332880 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20078] ppid=19962 vsize=10852704 memory=1161024 CPUtime=14.67 cores=1,3,5,7
/proc/19966/task/20078/stat : 20078 (java) S 19962 19966 19905 0 -1 1077944384 21580 13115 0 1 1415 44 5 3 20 0 15 0 64206682 11113168896 289487 33554432000 4194304 4196468 140734385895392 140713530280592 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20080] ppid=19962 vsize=10852704 memory=1158972 CPUtime=14.65 cores=1,3,5,7
/proc/19966/task/20080/stat : 20080 (java) S 19962 19966 19905 0 -1 1077944384 24884 13115 0 1 1408 49 5 3 20 0 15 0 64206682 11113168896 289487 33554432000 4194304 4196468 140734385895392 140713529227792 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20085] ppid=19962 vsize=10852704 memory=1168720 CPUtime=8.4 cores=1,3,5,7
/proc/19966/task/20085/stat : 20085 (java) S 19962 19966 19905 0 -1 1077944384 18864 13115 0 1 773 59 5 3 20 0 15 0 64206684 11113168896 289487 33554432000 4194304 4196468 140734385895392 140713230170736 140713958390402 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20086] ppid=19962 vsize=10852704 memory=4036 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20086/stat : 20086 (java) S 19962 19966 19905 0 -1 1077944384 59 13115 0 1 0 0 5 3 20 0 15 0 64206684 11113168896 289487 33554432000 4194304 4196468 140734385895392 140713229116832 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20088] ppid=19962 vsize=10852704 memory=1161024 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20088/stat : 20088 (java) S 19962 19966 19905 0 -1 1077944384 9 13115 0 1 0 0 5 3 20 0 15 0 64206684 11113168896 289487 33554432000 4194304 4196468 140734385895392 140713127831168 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20090] ppid=19962 vsize=10852704 memory=1236 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20090/stat : 20090 (java) S 19962 19966 19905 0 -1 1077944384 2 13115 0 1 0 0 5 3 20 0 15 0 64206687 11113168896 289487 33554432000 4194304 4196468 140734385895392 140712993614416 140713958397851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20092] ppid=19962 vsize=10852704 memory=1169748 CPUtime=12.87 cores=1,3,5,7
/proc/19966/task/20092/stat : 20092 (java) S 19962 19966 19905 0 -1 1077944384 104824 13115 1 1 1268 11 5 3 20 0 15 0 64206687 11113168896 289487 33554432000 4194304 4196468 140734385895392 140713094273136 140713958390402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20094] ppid=19962 vsize=10852704 memory=1169748 CPUtime=11.84 cores=1,3,5,7
/proc/19966/task/20094/stat : 20094 (java) S 19962 19966 19905 0 -1 1077944384 93240 13115 0 1 1167 9 5 3 20 0 15 0 64206687 11113168896 289487 33554432000 4194304 4196468 140734385895392 140713093220336 140713958390402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20096] ppid=19962 vsize=10852704 memory=1159488 CPUtime=4.79 cores=1,3,5,7
/proc/19966/task/20096/stat : 20096 (java) S 19962 19966 19905 0 -1 1077944384 93471 13115 0 1 461 10 5 3 20 0 15 0 64206687 11113168896 289487 33554432000 4194304 4196468 140734385895392 140713092168048 140713958390402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20099] ppid=19962 vsize=10852704 memory=4036 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20099/stat : 20099 (java) S 19962 19966 19905 0 -1 1077944384 3 13115 0 1 0 0 5 3 20 0 15 0 64206687 11113168896 289487 33554432000 4194304 4196468 140734385895392 140712255416800 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20101] ppid=19962 vsize=10852704 memory=1161540 CPUtime=1.43 cores=1,3,5,7
/proc/19966/task/20101/stat : 20101 (java) S 19962 19966 19905 0 -1 1077944384 2384 13115 0 1 60 75 5 3 20 0 15 0 64206687 11113168896 289487 33554432000 4194304 4196468 140734385895392 140713091115952 140713958390402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
Current children cumulated CPU time: 2393.74 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 1157948 KiB

[startup+2382.3 s]
/proc/loadavg: 1.18 1.29 1.35 3/219 20436
/proc/meminfo: memFree=18362768/32770624 swapFree=67108860/67108860
[pid=19966] ppid=19962 vsize=10852704 memory=1105096 CPUtime=2454.92 cores=1,3,5,7
/proc/19966/stat : 19966 (java) S 19962 19966 19905 0 -1 1077944320 520914 13115 2 1 245100 384 5 3 20 0 15 0 64206668 11113168896 276274 33554432000 4194304 4196468 140734385895392 140734385877936 140713958379255 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
/proc/19966/statm: 2713176 276274 3535 1 0 2674829 0
[pid=19966/tid=20074] ppid=19962 vsize=10852704 memory=5788 CPUtime=2355.64 cores=1,3,5,7
/proc/19966/task/20074/stat : 20074 (java) R 19962 19966 19905 0 -1 4202560 112389 13115 0 1 235487 69 5 3 20 0 15 0 64206681 11113168896 276274 33554432000 4194304 4196468 140734385895392 140713930213456 140713570527605 0 4 0 16800975 0 0 0 -1 1 0 0 52 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20076] ppid=19962 vsize=10852704 memory=1105096 CPUtime=15.07 cores=1,3,5,7
/proc/19966/task/20076/stat : 20076 (java) S 19962 19966 19905 0 -1 1077944384 20763 13115 0 1 1455 44 5 3 20 0 15 0 64206682 11113168896 276274 33554432000 4194304 4196468 140734385895392 140713962621328 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20077] ppid=19962 vsize=10852704 memory=1116392 CPUtime=15.11 cores=1,3,5,7
/proc/19966/task/20077/stat : 20077 (java) S 19962 19966 19905 0 -1 1077944384 25488 13115 0 1 1457 46 5 3 20 0 15 0 64206682 11113168896 276274 33554432000 4194304 4196468 140734385895392 140713531332880 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20078] ppid=19962 vsize=10852704 memory=1110744 CPUtime=15.07 cores=1,3,5,7
/proc/19966/task/20078/stat : 20078 (java) S 19962 19966 19905 0 -1 1077944384 21758 13115 0 1 1454 45 5 3 20 0 15 0 64206682 11113168896 276274 33554432000 4194304 4196468 140734385895392 140713530280592 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20080] ppid=19962 vsize=10852704 memory=1105096 CPUtime=15.06 cores=1,3,5,7
/proc/19966/task/20080/stat : 20080 (java) S 19962 19966 19905 0 -1 1077944384 25002 13115 0 1 1448 50 5 3 20 0 15 0 64206682 11113168896 276274 33554432000 4194304 4196468 140734385895392 140713529227792 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20085] ppid=19962 vsize=10852704 memory=1105096 CPUtime=8.61 cores=1,3,5,7
/proc/19966/task/20085/stat : 20085 (java) S 19962 19966 19905 0 -1 1077944384 19068 13115 0 1 793 60 5 3 20 0 15 0 64206684 11113168896 276274 33554432000 4194304 4196468 140734385895392 140713230170736 140713958390402 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20086] ppid=19962 vsize=10852704 memory=4048 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20086/stat : 20086 (java) S 19962 19966 19905 0 -1 1077944384 59 13115 0 1 0 0 5 3 20 0 15 0 64206684 11113168896 276274 33554432000 4194304 4196468 140734385895392 140713229116832 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20088] ppid=19962 vsize=10852704 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20088/stat : 20088 (java) S 19962 19966 19905 0 -1 1077944384 9 13115 0 1 0 0 5 3 20 0 15 0 64206684 11113168896 276274 33554432000 4194304 4196468 140734385895392 140713127831168 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20090] ppid=19962 vsize=10852704 memory=1844 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20090/stat : 20090 (java) S 19962 19966 19905 0 -1 1077944384 2 13115 0 1 0 0 5 3 20 0 15 0 64206687 11113168896 276274 33554432000 4194304 4196468 140734385895392 140712993614416 140713958397851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20092] ppid=19962 vsize=10852704 memory=1105096 CPUtime=12.87 cores=1,3,5,7
/proc/19966/task/20092/stat : 20092 (java) S 19962 19966 19905 0 -1 1077944384 104826 13115 1 1 1268 11 5 3 20 0 15 0 64206687 11113168896 276274 33554432000 4194304 4196468 140734385895392 140713094273136 140713958390402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20094] ppid=19962 vsize=10852704 memory=1105096 CPUtime=11.84 cores=1,3,5,7
/proc/19966/task/20094/stat : 20094 (java) S 19962 19966 19905 0 -1 1077944384 93242 13115 0 1 1167 9 5 3 20 0 15 0 64206687 11113168896 276274 33554432000 4194304 4196468 140734385895392 140713093220336 140713958390402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20096] ppid=19962 vsize=10852704 memory=1105096 CPUtime=4.79 cores=1,3,5,7
/proc/19966/task/20096/stat : 20096 (java) S 19962 19966 19905 0 -1 1077944384 93718 13115 0 1 461 10 5 3 20 0 15 0 64206687 11113168896 276274 33554432000 4194304 4196468 140734385895392 140713092168048 140713958390402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20099] ppid=19962 vsize=10852704 memory=1115364 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20099/stat : 20099 (java) S 19962 19966 19905 0 -1 1077944384 3 13115 0 1 0 0 5 3 20 0 15 0 64206687 11113168896 276274 33554432000 4194304 4196468 140734385895392 140712255416800 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20101] ppid=19962 vsize=10852704 memory=1788 CPUtime=1.47 cores=1,3,5,7
/proc/19966/task/20101/stat : 20101 (java) S 19962 19966 19905 0 -1 1077944384 2400 13115 0 1 62 77 5 3 20 0 15 0 64206687 11113168896 276274 33554432000 4194304 4196468 140734385895392 140713091115952 140713958390402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
Current children cumulated CPU time: 2454.92 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 1105096 KiB

[startup+2442.3 s]
/proc/loadavg: 1.39 1.33 1.36 3/219 20437
/proc/meminfo: memFree=18362380/32770624 swapFree=67108860/67108860
[pid=19966] ppid=19962 vsize=10852704 memory=1105096 CPUtime=2516.1 cores=1,3,5,7
/proc/19966/stat : 19966 (java) S 19962 19966 19905 0 -1 1077944320 522877 13115 2 1 251212 390 5 3 20 0 15 0 64206668 11113168896 276274 33554432000 4194304 4196468 140734385895392 140734385877936 140713958379255 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
/proc/19966/statm: 2713176 276274 3535 1 0 2674829 0
[pid=19966/tid=20074] ppid=19962 vsize=10852704 memory=1105096 CPUtime=2414.97 cores=1,3,5,7
/proc/19966/task/20074/stat : 20074 (java) R 19962 19966 19905 0 -1 4202560 113185 13115 0 1 241420 69 5 3 20 0 15 0 64206681 11113168896 276274 33554432000 4194304 4196468 140734385895392 140713930213456 140713548383740 0 4 0 16800975 0 0 0 -1 5 0 0 52 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20076] ppid=19962 vsize=10852704 memory=1105096 CPUtime=15.47 cores=1,3,5,7
/proc/19966/task/20076/stat : 20076 (java) S 19962 19966 19905 0 -1 1077944384 20854 13115 0 1 1494 45 5 3 20 0 15 0 64206682 11113168896 276274 33554432000 4194304 4196468 140734385895392 140713962621328 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20077] ppid=19962 vsize=10852704 memory=1105096 CPUtime=15.51 cores=1,3,5,7
/proc/19966/task/20077/stat : 20077 (java) S 19962 19966 19905 0 -1 1077944384 25945 13115 0 1 1496 47 5 3 20 0 15 0 64206682 11113168896 276274 33554432000 4194304 4196468 140734385895392 140713531332880 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20078] ppid=19962 vsize=10852704 memory=1105096 CPUtime=15.47 cores=1,3,5,7
/proc/19966/task/20078/stat : 20078 (java) S 19962 19966 19905 0 -1 1077944384 21930 13115 0 1 1493 46 5 3 20 0 15 0 64206682 11113168896 276274 33554432000 4194304 4196468 140734385895392 140713530280592 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20080] ppid=19962 vsize=10852704 memory=1105096 CPUtime=15.45 cores=1,3,5,7
/proc/19966/task/20080/stat : 20080 (java) S 19962 19966 19905 0 -1 1077944384 25216 13115 0 1 1486 51 5 3 20 0 15 0 64206682 11113168896 276274 33554432000 4194304 4196468 140734385895392 140713529227792 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20085] ppid=19962 vsize=10852704 memory=1105096 CPUtime=8.83 cores=1,3,5,7
/proc/19966/task/20085/stat : 20085 (java) S 19962 19966 19905 0 -1 1077944384 19287 13115 0 1 814 61 5 3 20 0 15 0 64206684 11113168896 276274 33554432000 4194304 4196468 140734385895392 140713230170736 140713958390402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20086] ppid=19962 vsize=10852704 memory=1105096 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20086/stat : 20086 (java) S 19962 19966 19905 0 -1 1077944384 59 13115 0 1 0 0 5 3 20 0 15 0 64206684 11113168896 276274 33554432000 4194304 4196468 140734385895392 140713229116832 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20088] ppid=19962 vsize=10852704 memory=1105096 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20088/stat : 20088 (java) S 19962 19966 19905 0 -1 1077944384 9 13115 0 1 0 0 5 3 20 0 15 0 64206684 11113168896 276274 33554432000 4194304 4196468 140734385895392 140713127831168 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20090] ppid=19962 vsize=10852704 memory=1296 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20090/stat : 20090 (java) S 19962 19966 19905 0 -1 1077944384 2 13115 0 1 0 0 5 3 20 0 15 0 64206687 11113168896 276274 33554432000 4194304 4196468 140734385895392 140712993614416 140713958397851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20092] ppid=19962 vsize=10852704 memory=2244 CPUtime=12.87 cores=1,3,5,7
/proc/19966/task/20092/stat : 20092 (java) S 19962 19966 19905 0 -1 1077944384 104828 13115 1 1 1268 11 5 3 20 0 15 0 64206687 11113168896 276274 33554432000 4194304 4196468 140734385895392 140713094273136 140713958390402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20094] ppid=19962 vsize=10852704 memory=1105096 CPUtime=11.84 cores=1,3,5,7
/proc/19966/task/20094/stat : 20094 (java) S 19962 19966 19905 0 -1 1077944384 93244 13115 0 1 1167 9 5 3 20 0 15 0 64206687 11113168896 276274 33554432000 4194304 4196468 140734385895392 140713093220336 140713958390402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20096] ppid=19962 vsize=10852704 memory=4036 CPUtime=4.79 cores=1,3,5,7
/proc/19966/task/20096/stat : 20096 (java) S 19962 19966 19905 0 -1 1077944384 93720 13115 0 1 461 10 5 3 20 0 15 0 64206687 11113168896 276274 33554432000 4194304 4196468 140734385895392 140713092168048 140713958390402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20099] ppid=19962 vsize=10852704 memory=1105096 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20099/stat : 20099 (java) S 19962 19966 19905 0 -1 1077944384 3 13115 0 1 0 0 5 3 20 0 15 0 64206687 11113168896 276274 33554432000 4194304 4196468 140734385895392 140712255416800 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20101] ppid=19962 vsize=10852704 memory=1105096 CPUtime=1.5 cores=1,3,5,7
/proc/19966/task/20101/stat : 20101 (java) S 19962 19966 19905 0 -1 1077944384 2408 13115 0 1 63 79 5 3 20 0 15 0 64206687 11113168896 276274 33554432000 4194304 4196468 140734385895392 140713091115952 140713958390402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
Current children cumulated CPU time: 2516.1 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 1105096 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2446.2 s]
/proc/loadavg: 1.36 1.33 1.35 3/219 20437
/proc/meminfo: memFree=18362376/32770624 swapFree=67108860/67108860
[pid=19966] ppid=19962 vsize=10852704 memory=1105096 CPUtime=2520.06 cores=1,3,5,7
/proc/19966/stat : 19966 (java) S 19962 19966 19905 0 -1 1077944320 522906 13115 2 1 251608 390 5 3 20 0 15 0 64206668 11113168896 276274 33554432000 4194304 4196468 140734385895392 140734385877936 140713958379255 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
/proc/19966/statm: 2713176 276274 3535 1 0 2674829 0
[pid=19966/tid=20074] ppid=19962 vsize=10852704 memory=3848 CPUtime=2418.83 cores=1,3,5,7
/proc/19966/task/20074/stat : 20074 (java) R 19962 19966 19905 0 -1 4202560 113209 13115 0 1 241806 69 5 3 20 0 15 0 64206681 11113168896 276274 33554432000 4194304 4196468 140734385895392 140713930213584 140713571604382 0 4 0 16800975 0 0 0 -1 1 0 0 52 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20076] ppid=19962 vsize=10852704 memory=2600 CPUtime=15.49 cores=1,3,5,7
/proc/19966/task/20076/stat : 20076 (java) S 19962 19966 19905 0 -1 1077944384 20854 13115 0 1 1496 45 5 3 20 0 15 0 64206682 11113168896 276274 33554432000 4194304 4196468 140734385895392 140713962621328 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20077] ppid=19962 vsize=10852704 memory=2308 CPUtime=15.54 cores=1,3,5,7
/proc/19966/task/20077/stat : 20077 (java) S 19962 19966 19905 0 -1 1077944384 25945 13115 0 1 1499 47 5 3 20 0 15 0 64206682 11113168896 276274 33554432000 4194304 4196468 140734385895392 140713531332880 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20078] ppid=19962 vsize=10852704 memory=1408 CPUtime=15.49 cores=1,3,5,7
/proc/19966/task/20078/stat : 20078 (java) S 19962 19966 19905 0 -1 1077944384 21930 13115 0 1 1495 46 5 3 20 0 15 0 64206682 11113168896 276274 33554432000 4194304 4196468 140734385895392 140713530280592 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20080] ppid=19962 vsize=10852704 memory=3216 CPUtime=15.47 cores=1,3,5,7
/proc/19966/task/20080/stat : 20080 (java) S 19962 19966 19905 0 -1 1077944384 25216 13115 0 1 1488 51 5 3 20 0 15 0 64206682 11113168896 276274 33554432000 4194304 4196468 140734385895392 140713529227792 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20085] ppid=19962 vsize=10852704 memory=4048 CPUtime=8.85 cores=1,3,5,7
/proc/19966/task/20085/stat : 20085 (java) S 19962 19966 19905 0 -1 1077944384 19290 13115 0 1 816 61 5 3 20 0 15 0 64206684 11113168896 276274 33554432000 4194304 4196468 140734385895392 140713230170736 140713958390402 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20086] ppid=19962 vsize=10852704 memory=1236 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20086/stat : 20086 (java) S 19962 19966 19905 0 -1 1077944384 59 13115 0 1 0 0 5 3 20 0 15 0 64206684 11113168896 276274 33554432000 4194304 4196468 140734385895392 140713229116832 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20088] ppid=19962 vsize=10852704 memory=11972 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20088/stat : 20088 (java) S 19962 19966 19905 0 -1 1077944384 9 13115 0 1 0 0 5 3 20 0 15 0 64206684 11113168896 276274 33554432000 4194304 4196468 140734385895392 140713127831168 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20090] ppid=19962 vsize=10852704 memory=1788 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20090/stat : 20090 (java) S 19962 19966 19905 0 -1 1077944384 2 13115 0 1 0 0 5 3 20 0 15 0 64206687 11113168896 276274 33554432000 4194304 4196468 140734385895392 140712993614416 140713958397851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20092] ppid=19962 vsize=10852704 memory=644 CPUtime=12.87 cores=1,3,5,7
/proc/19966/task/20092/stat : 20092 (java) S 19962 19966 19905 0 -1 1077944384 104828 13115 1 1 1268 11 5 3 20 0 15 0 64206687 11113168896 276274 33554432000 4194304 4196468 140734385895392 140713094273136 140713958390402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20094] ppid=19962 vsize=10852704 memory=956 CPUtime=11.84 cores=1,3,5,7
/proc/19966/task/20094/stat : 20094 (java) S 19962 19966 19905 0 -1 1077944384 93244 13115 0 1 1167 9 5 3 20 0 15 0 64206687 11113168896 276274 33554432000 4194304 4196468 140734385895392 140713093220336 140713958390402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20096] ppid=19962 vsize=10852704 memory=2336 CPUtime=4.79 cores=1,3,5,7
/proc/19966/task/20096/stat : 20096 (java) S 19962 19966 19905 0 -1 1077944384 93720 13115 0 1 461 10 5 3 20 0 15 0 64206687 11113168896 276274 33554432000 4194304 4196468 140734385895392 140713092168048 140713958390402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20099] ppid=19962 vsize=10852704 memory=1572 CPUtime=0.08 cores=1,3,5,7
/proc/19966/task/20099/stat : 20099 (java) S 19962 19966 19905 0 -1 1077944384 3 13115 0 1 0 0 5 3 20 0 15 0 64206687 11113168896 276274 33554432000 4194304 4196468 140734385895392 140712255416800 140713958389461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
[pid=19966/tid=20101] ppid=19962 vsize=10852704 memory=288230574492221466 CPUtime=1.51 cores=1,3,5,7
/proc/19966/task/20101/stat : 20101 (java) S 19962 19966 19905 0 -1 1077944384 2410 13115 0 1 64 79 5 3 20 0 15 0 64206687 11113168896 276274 33554432000 4194304 4196468 140734385895392 140713091115952 140713958390402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27635712 140734385900143 140734385902940 140734385902940 140734385905615 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 1105096 KiB

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

[startup+2446.23 s]
# the end of solver process 19966 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.16 s, system=3.9548 s

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

Child status: 143
Real time (s): 2446.23
CPU time (s): 2520.11
CPU user time (s): 2516.16
CPU system time (s): 3.9548
CPU usage (%): 103.02
Max. virtual memory (cumulated for all children) (KiB): 10999712
Max. memory (cumulated for all children) (KiB): 2395272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.16
system time used= 3.9548
maximum resident set size= 2399352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 537349
page faults= 3
swaps= 0
block input operations= 3184
block output operations= 3496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 221041
involuntary context switches= 6309


# summary of solver processes directly reported to runsolver:
#   pid: 19966
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2516.16
#   total CPU system time (s): 3.9548

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.5253 second user time and 23.2795 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-24 23:07:13
IDJOB=4294316
IDBENCH=141361
IDSOLVER=2750
FILE ID=node133/4294316-1532466433
RUNJOBID= node133-1532466433-19937
PBS_JOBID= 21021582
Free space on /tmp= 48264 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m1-magazine_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294316-1532466433/watcher-4294316-1532466433 -o /tmp/evaluation-result-4294316-1532466433/solver-4294316-1532466433 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532466433-19937 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=463958128 HOME/instance-4294316-1532466433.xml

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

MD5SUM BENCH= 22697061c475ce526fb64da13536656d
RANDOM SEED=463958128

node133.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.24
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.24
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.24
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.24
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:        20893632 kB
MemAvailable:   31938880 kB
Buffers:          148848 kB
Cached:         11059524 kB
SwapCached:            0 kB
Active:          2678556 kB
Inactive:        8581620 kB
Active(anon):       3504 kB
Inactive(anon):    68376 kB
Active(file):    2675052 kB
Inactive(file):  8513244 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             52240 kB
Writeback:             0 kB
AnonPages:         59296 kB
Mapped:            38688 kB
Shmem:             17056 kB
Slab:             312172 kB
SReclaimable:     285412 kB
SUnreclaim:        26760 kB
KernelStack:        3312 kB
PageTables:         4996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     318864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 48208 MiB
End job on node133 at 2018-07-24 23:48:01