Trace number 4305083

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 NameAnswerCPU timeWall clock time
Concrete 3.9.2? (TO) 2520.09 2499.25

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-16-17_c18.xml
MD5SUM23da8342a2898ede5001de7625d13c59
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark368.785
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints33
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":272}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":272}]
Minimum constraint arity16
Maximum constraint arity17
Distribution of constraint arities[{"arity":16,"count":17},{"arity":17,"count":16}]
Number of extensional constraints33
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":33}]
Optimization problemNO
Type of objective

Solver Data

0.98/0.74	c Concrete v3.9.2.1532736233296 running
2520.03/2499.21	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.03/2499.21		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.03/2499.21		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.03/2499.21		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.03/2499.21		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.03/2499.21		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.03/2499.21		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.03/2499.21		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.03/2499.21		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.03/2499.21		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.03/2499.21		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.03/2499.21		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.03/2499.21		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.03/2499.21		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.03/2499.21		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.03/2499.21		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
2520.03/2499.21		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.03/2499.21		at scala.Option.map(Option.scala:146)
2520.03/2499.21		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.03/2499.21		at concrete.MAC.mac(MAC.scala:203)
2520.03/2499.21		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.03/2499.21		at scala.util.Try$.apply(Try.scala:209)
2520.03/2499.21		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.03/2499.21		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.03/2499.21		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.03/2499.21		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.03/2499.21		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.03/2499.21		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.03/2499.21		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.03/2499.21		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.03/2499.21		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.03/2499.21		at concrete.MAC.oneRun(MAC.scala:253)
2520.03/2499.21		at concrete.MAC.nextSolution(MAC.scala:272)
2520.03/2499.21		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.03/2499.21		at concrete.ProblemState.map(ProblemState.scala:221)
2520.03/2499.21		at concrete.ProblemState.map(ProblemState.scala:204)
2520.03/2499.21		at concrete.MAC.nextSolution(MAC.scala:334)
2520.03/2499.21		at concrete.Solver.hasNext(Solver.scala:166)
2520.03/2499.21		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.03/2499.21		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.03/2499.21		at concrete.Solver.toStream(Solver.scala:68)
2520.03/2499.21		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.03/2499.21		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.03/2499.21		at concrete.Solver.toIterable(Solver.scala:68)
2520.03/2499.21		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.03/2499.21		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.03/2499.21		at scala.util.Success.map(Try.scala:209)
2520.03/2499.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.03/2499.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.03/2499.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.03/2499.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.03/2499.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.03/2499.21		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.03/2499.21		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.03/2499.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.03/2499.21		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.03/2499.21		at scala.collection.immutable.List.foreach(List.scala:389)
2520.03/2499.21		at scala.App.main(App.scala:76)
2520.03/2499.21		at scala.App.main$(App.scala:74)
2520.03/2499.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.03/2499.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.03/2499.22	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 (7594 MiB free)
  memory of node 1: 16384 MiB (9557 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305083-1534112471/watcher-4305083-1534112471 -o /tmp/evaluation-result-4305083-1534112471/solver-4305083-1534112471 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534096964-13175 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=198338318 HOME/instance-4305083-1534112471.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
solver pid=16045, runsolver pid=16042
Current StackSize limit: 8192 KiB


[startup+0.100142 s]*
/proc/loadavg: 1.07 1.25 1.35 3/207 16102
/proc/meminfo: memFree=17557688/32770624 swapFree=67108196/67108860
[pid=16045] ppid=16042 vsize=10088124 memory=15968 CPUtime=0.09 cores=1,3,5,7
/proc/16045/stat : 16045 (java) S 16042 16045 13143 0 -1 1077944320 4650 12968 0 0 1 1 5 2 20 0 7 0 228810297 10330238976 3992 33554432000 4194304 4196468 140727554365776 140727554348320 140367550500599 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
/proc/16045/statm: 2522031 3992 2026 1 0 2510469 0
[pid=16045/tid=16098] ppid=16042 vsize=10088124 memory=5852833030029869469 CPUtime=0.08 cores=1,3,5,7
/proc/16045/task/16098/stat : 16098 (java) R 16042 16045 13143 0 -1 4202560 2475 12968 0 0 1 0 5 2 20 0 7 0 228810306 10330238976 3992 33554432000 4194304 4196468 140727554365776 140367522343696 140367534581086 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16099] ppid=16042 vsize=10088124 memory=5793855892817070521 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16099/stat : 16099 (java) S 16042 16045 13143 0 -1 1077944384 1 12968 0 0 0 0 5 2 20 0 7 0 228810306 10330238976 3992 33554432000 4194304 4196468 140727554365776 140367554742800 140367550510805 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16100] ppid=16042 vsize=10088124 memory=140641807177344 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16100/stat : 16100 (java) S 16042 16045 13143 0 -1 1077944384 2 12968 0 0 0 0 5 2 20 0 7 0 228810306 10330238976 3992 33554432000 4194304 4196468 140727554365776 140367089822352 140367550510805 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16101] ppid=16042 vsize=10088124 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16101/stat : 16101 (java) S 16042 16045 13143 0 -1 1077944384 1 12968 0 0 0 0 5 2 20 0 7 0 228810306 10330238976 3992 33554432000 4194304 4196468 140727554365776 140367088769296 140367550510805 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16102] ppid=16042 vsize=10088124 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16102/stat : 16102 (java) S 16042 16045 13143 0 -1 1077944384 3 12968 0 0 0 0 5 2 20 0 7 0 228810306 10330238976 3992 33554432000 4194304 4196468 140727554365776 140367087716752 140367550510805 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16103] ppid=16042 vsize=10088124 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16103/stat : 16103 (java) S 16042 16045 13143 0 -1 1077944384 2 12968 0 0 0 0 5 2 20 0 7 0 228810308 10330238976 3992 33554432000 4194304 4196468 140727554365776 140366976101104 140367550511746 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10088124 KiB
Current children cumulated memory: 15968 KiB

[startup+0.210496 s]*
/proc/loadavg: 1.07 1.25 1.35 3/216 16111
/proc/meminfo: memFree=17534528/32770624 swapFree=67108196/67108860
[pid=16045] ppid=16042 vsize=10982744 memory=44764 CPUtime=0.25 cores=1,3,5,7
/proc/16045/stat : 16045 (java) S 16042 16045 13143 0 -1 1077944320 8321 12968 0 0 16 2 5 2 20 0 15 0 228810297 11246329856 11125 33554432000 4194304 4196468 140727554365776 140727554348320 140367550500599 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
/proc/16045/statm: 2745686 11191 2996 1 0 2708109 0
[pid=16045/tid=16098] ppid=16042 vsize=10982744 memory=-8540663193526752614 CPUtime=0.18 cores=1,3,5,7
/proc/16045/task/16098/stat : 16098 (java) R 16042 16045 13143 0 -1 4202560 4865 12968 0 0 10 1 5 2 20 0 15 0 228810306 11246329856 11191 33554432000 4194304 4196468 140727554365776 140367522317712 140367550522525 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16099] ppid=16042 vsize=10982744 memory=4211974368011967882 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16099/stat : 16099 (java) S 16042 16045 13143 0 -1 1077944384 1 12968 0 0 0 0 5 2 20 0 15 0 228810306 11246329856 11191 33554432000 4194304 4196468 140727554365776 140367554742800 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16100] ppid=16042 vsize=10982744 memory=140641807177344 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16100/stat : 16100 (java) S 16042 16045 13143 0 -1 1077944384 2 12968 0 0 0 0 5 2 20 0 15 0 228810306 11246329856 11191 33554432000 4194304 4196468 140727554365776 140367089822352 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16101] ppid=16042 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16101/stat : 16101 (java) S 16042 16045 13143 0 -1 1077944384 1 12968 0 0 0 0 5 2 20 0 15 0 228810306 11246329856 11191 33554432000 4194304 4196468 140727554365776 140367088769296 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16102] ppid=16042 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16102/stat : 16102 (java) S 16042 16045 13143 0 -1 1077944384 3 12968 0 0 0 0 5 2 20 0 15 0 228810306 11246329856 11191 33554432000 4194304 4196468 140727554365776 140367087716752 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16103] ppid=16042 vsize=10982744 memory=140641807177344 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16103/stat : 16103 (java) S 16042 16045 13143 0 -1 1077944384 2 12968 0 0 0 0 5 2 20 0 15 0 228810308 11246329856 11191 33554432000 4194304 4196468 140727554365776 140366976101104 140367550511746 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16104] ppid=16042 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16104/stat : 16104 (java) S 16042 16045 13143 0 -1 1077944384 13 12968 0 0 0 0 5 2 20 0 15 0 228810308 11246329856 11191 33554432000 4194304 4196468 140727554365776 140366376330912 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16105] ppid=16042 vsize=10982744 memory=140641807177344 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16105/stat : 16105 (java) S 16042 16045 13143 0 -1 1077944384 1 12968 0 0 0 0 5 2 20 0 15 0 228810308 11246329856 11191 33554432000 4194304 4196468 140727554365776 140366175003888 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16106] ppid=16042 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16106/stat : 16106 (java) S 16042 16045 13143 0 -1 1077944384 3 12968 0 0 0 0 5 2 20 0 15 0 228810311 11246329856 11191 33554432000 4194304 4196468 140727554365776 140365867604432 140367550519195 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16107] ppid=16042 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16045/task/16107/stat : 16107 (java) S 16042 16045 13143 0 -1 1077944384 554 12968 0 0 1 0 5 2 20 0 15 0 228810311 11246329856 11191 33554432000 4194304 4196468 140727554365776 140366975047920 140367550511746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16108] ppid=16042 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16045/task/16108/stat : 16108 (java) S 16042 16045 13143 0 -1 1077944384 67 12968 0 0 1 0 5 2 20 0 15 0 228810311 11246329856 11191 33554432000 4194304 4196468 140727554365776 140366973995376 140367550511746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16109] ppid=16042 vsize=10982744 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/16045/task/16109/stat : 16109 (java) S 16042 16045 13143 0 -1 1077944384 676 12968 0 0 3 0 5 2 20 0 15 0 228810311 11246329856 11191 33554432000 4194304 4196468 140727554365776 140366972942320 140367550511746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16110] ppid=16042 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16110/stat : 16110 (java) S 16042 16045 13143 0 -1 1077944384 3 12968 0 0 0 0 5 2 20 0 15 0 228810311 11246329856 11191 33554432000 4194304 4196468 140727554365776 140365436807520 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16111] ppid=16042 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16111/stat : 16111 (java) S 16042 16045 13143 0 -1 1077944384 1 12968 0 0 0 0 5 2 20 0 15 0 228810312 11246329856 11191 33554432000 4194304 4196468 140727554365776 140366971890736 140367550511746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44764 KiB

[startup+0.310311 s]*
/proc/loadavg: 1.07 1.25 1.35 3/216 16111
/proc/meminfo: memFree=17522992/32770624 swapFree=67108196/67108860
[pid=16045] ppid=16042 vsize=10983192 memory=55472 CPUtime=0.37 cores=1,3,5,7
/proc/16045/stat : 16045 (java) S 16042 16045 13143 0 -1 1077944320 10911 12968 0 0 28 2 5 2 20 0 15 0 228810297 11246788608 13868 33554432000 4194304 4196468 140727554365776 140727554348320 140367550500599 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
/proc/16045/statm: 2745798 13868 3115 1 0 2708109 0
[pid=16045/tid=16098] ppid=16042 vsize=10983192 memory=6791534058613427641 CPUtime=0.27 cores=1,3,5,7
/proc/16045/task/16098/stat : 16098 (java) R 16042 16045 13143 0 -1 4202560 7350 12968 0 0 19 1 5 2 20 0 15 0 228810306 11246788608 13868 33554432000 4194304 4196468 140727554365776 140367522312608 140367530775979 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16099] ppid=16042 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16099/stat : 16099 (java) S 16042 16045 13143 0 -1 1077944384 1 12968 0 0 0 0 5 2 20 0 15 0 228810306 11246788608 13868 33554432000 4194304 4196468 140727554365776 140367554742800 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16100] ppid=16042 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16100/stat : 16100 (java) S 16042 16045 13143 0 -1 1077944384 2 12968 0 0 0 0 5 2 20 0 15 0 228810306 11246788608 13868 33554432000 4194304 4196468 140727554365776 140367089822352 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16101] ppid=16042 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16101/stat : 16101 (java) S 16042 16045 13143 0 -1 1077944384 1 12968 0 0 0 0 5 2 20 0 15 0 228810306 11246788608 13868 33554432000 4194304 4196468 140727554365776 140367088769296 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16102] ppid=16042 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16102/stat : 16102 (java) S 16042 16045 13143 0 -1 1077944384 3 12968 0 0 0 0 5 2 20 0 15 0 228810306 11246788608 13868 33554432000 4194304 4196468 140727554365776 140367087716752 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16103] ppid=16042 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16103/stat : 16103 (java) S 16042 16045 13143 0 -1 1077944384 2 12968 0 0 0 0 5 2 20 0 15 0 228810308 11246788608 13868 33554432000 4194304 4196468 140727554365776 140366976101104 140367550511746 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16104] ppid=16042 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16104/stat : 16104 (java) S 16042 16045 13143 0 -1 1077944384 13 12968 0 0 0 0 5 2 20 0 15 0 228810308 11246788608 13868 33554432000 4194304 4196468 140727554365776 140366376330912 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16105] ppid=16042 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16105/stat : 16105 (java) S 16042 16045 13143 0 -1 1077944384 1 12968 0 0 0 0 5 2 20 0 15 0 228810308 11246788608 13868 33554432000 4194304 4196468 140727554365776 140366175003888 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16106] ppid=16042 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16106/stat : 16106 (java) S 16042 16045 13143 0 -1 1077944384 3 12968 0 0 0 0 5 2 20 0 15 0 228810311 11246788608 13868 33554432000 4194304 4196468 140727554365776 140365867604432 140367550519195 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16107] ppid=16042 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16045/task/16107/stat : 16107 (java) S 16042 16045 13143 0 -1 1077944384 560 12968 0 0 1 0 5 2 20 0 15 0 228810311 11246788608 13868 33554432000 4194304 4196468 140727554365776 140366975047920 140367550511746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16108] ppid=16042 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16045/task/16108/stat : 16108 (java) S 16042 16045 13143 0 -1 1077944384 70 12968 0 0 1 0 5 2 20 0 15 0 228810311 11246788608 13868 33554432000 4194304 4196468 140727554365776 140366973995376 140367550511746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16109] ppid=16042 vsize=10983192 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/16045/task/16109/stat : 16109 (java) S 16042 16045 13143 0 -1 1077944384 708 12968 0 0 5 0 5 2 20 0 15 0 228810311 11246788608 13868 33554432000 4194304 4196468 140727554365776 140366972942320 140367550511746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16110] ppid=16042 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16110/stat : 16110 (java) S 16042 16045 13143 0 -1 1077944384 3 12968 0 0 0 0 5 2 20 0 15 0 228810311 11246788608 13868 33554432000 4194304 4196468 140727554365776 140365436807520 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16111] ppid=16042 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16111/stat : 16111 (java) S 16042 16045 13143 0 -1 1077944384 1 12968 0 0 0 0 5 2 20 0 15 0 228810312 11246788608 13868 33554432000 4194304 4196468 140727554365776 140366971890736 140367550511746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55472 KiB

[startup+0.700719 s]
/proc/loadavg: 1.07 1.25 1.35 4/216 16111
/proc/meminfo: memFree=17512008/32770624 swapFree=67108196/67108860
[pid=16045] ppid=16042 vsize=10983192 memory=87900 CPUtime=0.98 cores=1,3,5,7
/proc/16045/stat : 16045 (java) S 16042 16045 13143 0 -1 1077944320 17161 12968 0 0 87 4 5 2 20 0 15 0 228810297 11246788608 21975 33554432000 4194304 4196468 140727554365776 140727554348320 140367550500599 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
/proc/16045/statm: 2745798 21975 3237 1 0 2708109 0
[pid=16045/tid=16098] ppid=16042 vsize=10983192 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/16045/task/16098/stat : 16098 (java) R 16042 16045 13143 0 -1 4202560 12365 12968 0 0 56 2 5 2 20 0 15 0 228810306 11246788608 21975 33554432000 4194304 4196468 140727554365776 140367522323600 140367534581086 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16099] ppid=16042 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16099/stat : 16099 (java) S 16042 16045 13143 0 -1 1077944384 1 12968 0 0 0 0 5 2 20 0 15 0 228810306 11246788608 21975 33554432000 4194304 4196468 140727554365776 140367554742800 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16100] ppid=16042 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16100/stat : 16100 (java) S 16042 16045 13143 0 -1 1077944384 2 12968 0 0 0 0 5 2 20 0 15 0 228810306 11246788608 21975 33554432000 4194304 4196468 140727554365776 140367089822352 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16101] ppid=16042 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16101/stat : 16101 (java) S 16042 16045 13143 0 -1 1077944384 1 12968 0 0 0 0 5 2 20 0 15 0 228810306 11246788608 21975 33554432000 4194304 4196468 140727554365776 140367088769296 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16102] ppid=16042 vsize=10983192 memory=281283313798544 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16102/stat : 16102 (java) S 16042 16045 13143 0 -1 1077944384 3 12968 0 0 0 0 5 2 20 0 15 0 228810306 11246788608 21975 33554432000 4194304 4196468 140727554365776 140367087716752 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16103] ppid=16042 vsize=10983192 memory=6944656592455360604 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16103/stat : 16103 (java) S 16042 16045 13143 0 -1 1077944384 5 12968 0 0 0 0 5 2 20 0 15 0 228810308 11246788608 21975 33554432000 4194304 4196468 140727554365776 140366976101104 140367550511746 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16104] ppid=16042 vsize=10983192 memory=4028 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16104/stat : 16104 (java) S 16042 16045 13143 0 -1 1077944384 13 12968 0 0 0 0 5 2 20 0 15 0 228810308 11246788608 21975 33554432000 4194304 4196468 140727554365776 140366376330912 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16105] ppid=16042 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16105/stat : 16105 (java) S 16042 16045 13143 0 -1 1077944384 1 12968 0 0 0 0 5 2 20 0 15 0 228810308 11246788608 21975 33554432000 4194304 4196468 140727554365776 140366175003888 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16106] ppid=16042 vsize=10983192 memory=288371017808616464 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16106/stat : 16106 (java) S 16042 16045 13143 0 -1 1077944384 3 12968 0 0 0 0 5 2 20 0 15 0 228810311 11246788608 21975 33554432000 4194304 4196468 140727554365776 140365867604432 140367550519195 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16107] ppid=16042 vsize=10983192 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/16045/task/16107/stat : 16107 (java) S 16042 16045 13143 0 -1 1077944384 1227 12968 0 0 9 0 5 2 20 0 15 0 228810311 11246788608 21975 33554432000 4194304 4196468 140727554365776 140366975047920 140367550511746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16108] ppid=16042 vsize=10983192 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/16045/task/16108/stat : 16108 (java) S 16042 16045 13143 0 -1 1077944384 462 12968 0 0 7 0 5 2 20 0 15 0 228810311 11246788608 21975 33554432000 4194304 4196468 140727554365776 140366973995376 140367550511746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16109] ppid=16042 vsize=10983192 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/16045/task/16109/stat : 16109 (java) S 16042 16045 13143 0 -1 1077944384 881 12968 0 0 13 0 5 2 20 0 15 0 228810311 11246788608 21975 33554432000 4194304 4196468 140727554365776 140366972942320 140367550511746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16110] ppid=16042 vsize=10983192 memory=7809523229951467568 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16110/stat : 16110 (java) S 16042 16045 13143 0 -1 1077944384 3 12968 0 0 0 0 5 2 20 0 15 0 228810311 11246788608 21975 33554432000 4194304 4196468 140727554365776 140365436807520 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16111] ppid=16042 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16111/stat : 16111 (java) S 16042 16045 13143 0 -1 1077944384 1 12968 0 0 0 0 5 2 20 0 15 0 228810312 11246788608 21975 33554432000 4194304 4196468 140727554365776 140366971890736 140367550511746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 87900 KiB

[startup+1.50075 s]
/proc/loadavg: 1.07 1.25 1.35 3/216 16111
/proc/meminfo: memFree=17466128/32770624 swapFree=67108196/67108860
[pid=16045] ppid=16042 vsize=10993996 memory=238528 CPUtime=2.82 cores=1,3,5,7
/proc/16045/stat : 16045 (java) S 16042 16045 13143 0 -1 1077944320 24221 12968 0 0 264 11 5 2 20 0 15 0 228810297 11257851904 59632 33554432000 4194304 4196468 140727554365776 140727554348320 140367550500599 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
/proc/16045/statm: 2748499 59632 3446 1 0 2710157 0
[pid=16045/tid=16098] ppid=16042 vsize=10993996 memory=0 CPUtime=1.45 cores=1,3,5,7
/proc/16045/task/16098/stat : 16098 (java) S 16042 16045 13143 0 -1 1077944384 16025 12968 0 0 131 7 5 2 20 0 15 0 228810306 11257851904 59632 33554432000 4194304 4196468 140727554365776 140367522308128 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16099] ppid=16042 vsize=10993996 memory=4028 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16099/stat : 16099 (java) S 16042 16045 13143 0 -1 1077944384 183 12968 0 0 0 0 5 2 20 0 15 0 228810306 11257851904 59632 33554432000 4194304 4196468 140727554365776 140367554742800 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16100] ppid=16042 vsize=10993996 memory=62120 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16100/stat : 16100 (java) S 16042 16045 13143 0 -1 1077944384 17 12968 0 0 0 0 5 2 20 0 15 0 228810306 11257851904 59632 33554432000 4194304 4196468 140727554365776 140367089822352 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16101] ppid=16042 vsize=10993996 memory=103356 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16101/stat : 16101 (java) R 16042 16045 13143 0 -1 1077944384 12 12968 0 0 0 0 5 2 20 0 15 0 228810306 11257851904 59632 33554432000 4194304 4196468 140727554365776 140367088769360 140367550510805 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16102] ppid=16042 vsize=10993996 memory=8148 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16102/stat : 16102 (java) S 16042 16045 13143 0 -1 1077944384 36 12968 0 0 0 0 5 2 20 0 15 0 228810306 11257851904 59632 33554432000 4194304 4196468 140727554365776 140367087716752 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16103] ppid=16042 vsize=10993996 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16103/stat : 16103 (java) R 16042 16045 13143 0 -1 4202560 23 12968 0 0 0 0 5 2 20 0 15 0 228810308 11257851904 59632 33554432000 4194304 4196468 140727554365776 140366976099616 140367543597435 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16104] ppid=16042 vsize=10993996 memory=13 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16104/stat : 16104 (java) S 16042 16045 13143 0 -1 1077944384 13 12968 0 0 0 0 5 2 20 0 15 0 228810308 11257851904 59632 33554432000 4194304 4196468 140727554365776 140366376330912 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16105] ppid=16042 vsize=10993996 memory=9 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16105/stat : 16105 (java) S 16042 16045 13143 0 -1 1077944384 1 12968 0 0 0 0 5 2 20 0 15 0 228810308 11257851904 59632 33554432000 4194304 4196468 140727554365776 140366175003888 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16106] ppid=16042 vsize=10993996 memory=19 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16106/stat : 16106 (java) S 16042 16045 13143 0 -1 1077944384 3 12968 0 0 0 0 5 2 20 0 15 0 228810311 11257851904 59632 33554432000 4194304 4196468 140727554365776 140365867604432 140367550519195 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16107] ppid=16042 vsize=10993996 memory=0 CPUtime=0.56 cores=1,3,5,7
/proc/16045/task/16107/stat : 16107 (java) S 16042 16045 13143 0 -1 1077944384 2407 12968 0 0 49 0 5 2 20 0 15 0 228810311 11257851904 59632 33554432000 4194304 4196468 140727554365776 140366975047920 140367550511746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16108] ppid=16042 vsize=10993996 memory=0 CPUtime=0.54 cores=1,3,5,7
/proc/16045/task/16108/stat : 16108 (java) S 16042 16045 13143 0 -1 1077944384 1639 12968 0 0 47 0 5 2 20 0 15 0 228810311 11257851904 59632 33554432000 4194304 4196468 140727554365776 140366973975216 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16109] ppid=16042 vsize=10993996 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/16045/task/16109/stat : 16109 (java) S 16042 16045 13143 0 -1 1077944384 1665 12968 0 0 34 1 5 2 20 0 15 0 228810311 11257851904 59632 33554432000 4194304 4196468 140727554365776 140366972942320 140367550511746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16110] ppid=16042 vsize=10993996 memory=36 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16110/stat : 16110 (java) S 16042 16045 13143 0 -1 1077944384 3 12968 0 0 0 0 5 2 20 0 15 0 228810311 11257851904 59632 33554432000 4194304 4196468 140727554365776 140365436807520 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16111] ppid=16042 vsize=10993996 memory=34 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16111/stat : 16111 (java) S 16042 16045 13143 0 -1 1077944384 1 12968 0 0 0 0 5 2 20 0 15 0 228810312 11257851904 59632 33554432000 4194304 4196468 140727554365776 140366971890736 140367550511746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0

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

/proc/16045/task/16098/stat : 16098 (java) R 16042 16045 13143 0 -1 4202560 113222 12968 0 0 231436 46 5 2 20 0 15 0 228810306 11343855616 440391 33554432000 4194304 4196468 140727554365776 140367522329104 140367123609167 0 4 0 16800975 0 0 0 -1 3 0 0 43 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16099] ppid=16042 vsize=11077984 memory=1761520 CPUtime=3.29 cores=1,3,5,7
/proc/16045/task/16099/stat : 16099 (java) S 16042 16045 13143 0 -1 1077944384 16896 12968 0 0 300 22 5 2 20 0 15 0 228810306 11343855616 440391 33554432000 4194304 4196468 140727554365776 140367554742800 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16100] ppid=16042 vsize=11077984 memory=1761520 CPUtime=3.32 cores=1,3,5,7
/proc/16045/task/16100/stat : 16100 (java) S 16042 16045 13143 0 -1 1077944384 23330 12968 0 0 303 22 5 2 20 0 15 0 228810306 11343855616 440391 33554432000 4194304 4196468 140727554365776 140367089822352 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16101] ppid=16042 vsize=11077984 memory=1761520 CPUtime=3.33 cores=1,3,5,7
/proc/16045/task/16101/stat : 16101 (java) S 16042 16045 13143 0 -1 1077944384 14871 12968 0 0 305 21 5 2 20 0 15 0 228810306 11343855616 440391 33554432000 4194304 4196468 140727554365776 140367088769296 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16102] ppid=16042 vsize=11077984 memory=1761520 CPUtime=3.28 cores=1,3,5,7
/proc/16045/task/16102/stat : 16102 (java) S 16042 16045 13143 0 -1 1077944384 16861 12968 0 0 297 24 5 2 20 0 15 0 228810306 11343855616 440391 33554432000 4194304 4196468 140727554365776 140367087716752 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16103] ppid=16042 vsize=11077984 memory=1761520 CPUtime=2.96 cores=1,3,5,7
/proc/16045/task/16103/stat : 16103 (java) S 16042 16045 13143 0 -1 1077944384 21415 12968 0 0 270 19 5 2 20 0 15 0 228810308 11343855616 440391 33554432000 4194304 4196468 140727554365776 140366976101104 140367550511746 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16104] ppid=16042 vsize=11077984 memory=1761520 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16104/stat : 16104 (java) S 16042 16045 13143 0 -1 1077944384 36 12968 0 0 0 0 5 2 20 0 15 0 228810308 11343855616 440391 33554432000 4194304 4196468 140727554365776 140366376331040 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16105] ppid=16042 vsize=11077984 memory=1761564 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16105/stat : 16105 (java) S 16042 16045 13143 0 -1 1077944384 20 12968 0 0 0 0 5 2 20 0 15 0 228810308 11343855616 440391 33554432000 4194304 4196468 140727554365776 140366175003904 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16106] ppid=16042 vsize=11077984 memory=1761564 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16106/stat : 16106 (java) S 16042 16045 13143 0 -1 1077944384 3 12968 0 0 0 0 5 2 20 0 15 0 228810311 11343855616 440391 33554432000 4194304 4196468 140727554365776 140365867604432 140367550519195 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16107] ppid=16042 vsize=11077984 memory=1761564 CPUtime=4.65 cores=1,3,5,7
/proc/16045/task/16107/stat : 16107 (java) S 16042 16045 13143 0 -1 1077944384 51346 12968 0 0 451 7 5 2 20 0 15 0 228810311 11343855616 440391 33554432000 4194304 4196468 140727554365776 140366975047920 140367550511746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16108] ppid=16042 vsize=11077984 memory=960 CPUtime=3.81 cores=1,3,5,7
/proc/16045/task/16108/stat : 16108 (java) S 16042 16045 13143 0 -1 1077944384 36344 12968 0 0 370 4 5 2 20 0 15 0 228810311 11343855616 440391 33554432000 4194304 4196468 140727554365776 140366973995376 140367550511746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16109] ppid=16042 vsize=11077984 memory=0 CPUtime=1.79 cores=1,3,5,7
/proc/16045/task/16109/stat : 16109 (java) S 16042 16045 13143 0 -1 1077944384 39749 12968 0 0 166 6 5 2 20 0 15 0 228810311 11343855616 440391 33554432000 4194304 4196468 140727554365776 140366972942320 140367550511746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16110] ppid=16042 vsize=11077984 memory=1761520 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16110/stat : 16110 (java) S 16042 16045 13143 0 -1 1077944384 3 12968 0 0 0 0 5 2 20 0 15 0 228810311 11343855616 440391 33554432000 4194304 4196468 140727554365776 140365436807520 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16111] ppid=16042 vsize=11077984 memory=1761564 CPUtime=1.39 cores=1,3,5,7
/proc/16045/task/16111/stat : 16111 (java) S 16042 16045 13143 0 -1 1077944384 2658 12968 0 0 58 74 5 2 20 0 15 0 228810312 11343855616 440391 33554432000 4194304 4196468 140727554365776 140366971890736 140367550511746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 44 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
Current children cumulated CPU time: 2342.19 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1761564 KiB

[startup+2382.3 s]
/proc/loadavg: 1.51 1.44 1.45 3/215 16443
/proc/meminfo: memFree=14960576/32770624 swapFree=67108196/67108860
[pid=16045] ppid=16042 vsize=11077984 memory=1761604 CPUtime=2402.52 cores=1,3,5,7
/proc/16045/stat : 16045 (java) S 16042 16045 13143 0 -1 1077944320 340808 12968 0 0 240020 225 5 2 20 0 15 0 228810297 11343855616 440401 33554432000 4194304 4196468 140727554365776 140727554348320 140367550500599 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
/proc/16045/statm: 2769496 440401 3520 1 0 2731149 0
[pid=16045/tid=16098] ppid=16042 vsize=11077984 memory=1761604 CPUtime=2374.68 cores=1,3,5,7
/proc/16045/task/16098/stat : 16098 (java) R 16042 16045 13143 0 -1 4202560 114089 12968 0 0 237415 46 5 2 20 0 15 0 228810306 11343855616 440401 33554432000 4194304 4196468 140727554365776 140367522331952 140367123608413 0 4 0 16800975 0 0 0 -1 1 0 0 43 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16099] ppid=16042 vsize=11077984 memory=135 CPUtime=3.39 cores=1,3,5,7
/proc/16045/task/16099/stat : 16099 (java) S 16042 16045 13143 0 -1 1077944384 17189 12968 0 0 310 22 5 2 20 0 15 0 228810306 11343855616 440401 33554432000 4194304 4196468 140727554365776 140367554742800 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16100] ppid=16042 vsize=11077984 memory=1761588 CPUtime=3.42 cores=1,3,5,7
/proc/16045/task/16100/stat : 16100 (java) S 16042 16045 13143 0 -1 1077944384 23432 12968 0 0 312 23 5 2 20 0 15 0 228810306 11343855616 440401 33554432000 4194304 4196468 140727554365776 140367089822352 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16101] ppid=16042 vsize=11077984 memory=1761588 CPUtime=3.43 cores=1,3,5,7
/proc/16045/task/16101/stat : 16101 (java) S 16042 16045 13143 0 -1 1077944384 15146 12968 0 0 314 22 5 2 20 0 15 0 228810306 11343855616 440401 33554432000 4194304 4196468 140727554365776 140367088769296 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16102] ppid=16042 vsize=11077984 memory=1761588 CPUtime=3.38 cores=1,3,5,7
/proc/16045/task/16102/stat : 16102 (java) S 16042 16045 13143 0 -1 1077944384 16946 12968 0 0 307 24 5 2 20 0 15 0 228810306 11343855616 440401 33554432000 4194304 4196468 140727554365776 140367087716752 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16103] ppid=16042 vsize=11077984 memory=1761588 CPUtime=3.05 cores=1,3,5,7
/proc/16045/task/16103/stat : 16103 (java) S 16042 16045 13143 0 -1 1077944384 21630 12968 0 0 278 20 5 2 20 0 15 0 228810308 11343855616 440401 33554432000 4194304 4196468 140727554365776 140366976101104 140367550511746 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16104] ppid=16042 vsize=11077984 memory=1761588 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16104/stat : 16104 (java) S 16042 16045 13143 0 -1 1077944384 36 12968 0 0 0 0 5 2 20 0 15 0 228810308 11343855616 440401 33554432000 4194304 4196468 140727554365776 140366376331040 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16105] ppid=16042 vsize=11077984 memory=1761604 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16105/stat : 16105 (java) S 16042 16045 13143 0 -1 1077944384 20 12968 0 0 0 0 5 2 20 0 15 0 228810308 11343855616 440401 33554432000 4194304 4196468 140727554365776 140366175003904 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16106] ppid=16042 vsize=11077984 memory=1761604 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16106/stat : 16106 (java) S 16042 16045 13143 0 -1 1077944384 3 12968 0 0 0 0 5 2 20 0 15 0 228810311 11343855616 440401 33554432000 4194304 4196468 140727554365776 140365867604432 140367550519195 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16107] ppid=16042 vsize=11077984 memory=1761604 CPUtime=4.66 cores=1,3,5,7
/proc/16045/task/16107/stat : 16107 (java) S 16042 16045 13143 0 -1 1077944384 51348 12968 0 0 452 7 5 2 20 0 15 0 228810311 11343855616 440401 33554432000 4194304 4196468 140727554365776 140366975047920 140367550511746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16108] ppid=16042 vsize=11077984 memory=1761604 CPUtime=3.81 cores=1,3,5,7
/proc/16045/task/16108/stat : 16108 (java) S 16042 16045 13143 0 -1 1077944384 36346 12968 0 0 370 4 5 2 20 0 15 0 228810311 11343855616 440401 33554432000 4194304 4196468 140727554365776 140366973995376 140367550511746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16109] ppid=16042 vsize=11077984 memory=1761588 CPUtime=1.79 cores=1,3,5,7
/proc/16045/task/16109/stat : 16109 (java) S 16042 16045 13143 0 -1 1077944384 39751 12968 0 0 166 6 5 2 20 0 15 0 228810311 11343855616 440401 33554432000 4194304 4196468 140727554365776 140366972942320 140367550511746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16110] ppid=16042 vsize=11077984 memory=4028 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16110/stat : 16110 (java) S 16042 16045 13143 0 -1 1077944384 3 12968 0 0 0 0 5 2 20 0 15 0 228810311 11343855616 440401 33554432000 4194304 4196468 140727554365776 140365436807520 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16111] ppid=16042 vsize=11077984 memory=1572 CPUtime=1.42 cores=1,3,5,7
/proc/16045/task/16111/stat : 16111 (java) S 16042 16045 13143 0 -1 1077944384 2676 12968 0 0 59 76 5 2 20 0 15 0 228810312 11343855616 440401 33554432000 4194304 4196468 140727554365776 140366971890736 140367550511746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 44 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
Current children cumulated CPU time: 2402.52 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1761604 KiB

[startup+2442.3 s]
/proc/loadavg: 1.50 1.45 1.45 3/216 16470
/proc/meminfo: memFree=14958724/32770624 swapFree=67108196/67108860
[pid=16045] ppid=16042 vsize=11077984 memory=1761648 CPUtime=2462.81 cores=1,3,5,7
/proc/16045/stat : 16045 (java) S 16042 16045 13143 0 -1 1077944320 342465 12968 0 0 246045 229 5 2 20 0 15 0 228810297 11343855616 440412 33554432000 4194304 4196468 140727554365776 140727554348320 140367550500599 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
/proc/16045/statm: 2769496 440412 3520 1 0 2731149 0
[pid=16045/tid=16098] ppid=16042 vsize=11077984 memory=1761648 CPUtime=2434.49 cores=1,3,5,7
/proc/16045/task/16098/stat : 16098 (java) R 16042 16045 13143 0 -1 4202560 114789 12968 0 0 243395 47 5 2 20 0 15 0 228810306 11343855616 440412 33554432000 4194304 4196468 140727554365776 140367522330304 140367123609136 0 4 0 16800975 0 0 0 -1 5 0 0 43 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16099] ppid=16042 vsize=11077984 memory=1944 CPUtime=3.49 cores=1,3,5,7
/proc/16045/task/16099/stat : 16099 (java) S 16042 16045 13143 0 -1 1077944384 17271 12968 0 0 319 23 5 2 20 0 15 0 228810306 11343855616 440412 33554432000 4194304 4196468 140727554365776 140367554742800 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16100] ppid=16042 vsize=11077984 memory=1761648 CPUtime=3.5 cores=1,3,5,7
/proc/16045/task/16100/stat : 16100 (java) S 16042 16045 13143 0 -1 1077944384 23497 12968 0 0 320 23 5 2 20 0 15 0 228810306 11343855616 440412 33554432000 4194304 4196468 140727554365776 140367089822352 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16101] ppid=16042 vsize=11077984 memory=1761636 CPUtime=3.52 cores=1,3,5,7
/proc/16045/task/16101/stat : 16101 (java) S 16042 16045 13143 0 -1 1077944384 15425 12968 0 0 323 22 5 2 20 0 15 0 228810306 11343855616 440412 33554432000 4194304 4196468 140727554365776 140367088769296 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16102] ppid=16042 vsize=11077984 memory=1761648 CPUtime=3.46 cores=1,3,5,7
/proc/16045/task/16102/stat : 16102 (java) S 16042 16045 13143 0 -1 1077944384 17063 12968 0 0 315 24 5 2 20 0 15 0 228810306 11343855616 440412 33554432000 4194304 4196468 140727554365776 140367087716752 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16103] ppid=16042 vsize=11077984 memory=1761636 CPUtime=3.13 cores=1,3,5,7
/proc/16045/task/16103/stat : 16103 (java) S 16042 16045 13143 0 -1 1077944384 21990 12968 0 0 286 20 5 2 20 0 15 0 228810308 11343855616 440412 33554432000 4194304 4196468 140727554365776 140366976101104 140367550511746 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16104] ppid=16042 vsize=11077984 memory=1761620 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16104/stat : 16104 (java) S 16042 16045 13143 0 -1 1077944384 36 12968 0 0 0 0 5 2 20 0 15 0 228810308 11343855616 440412 33554432000 4194304 4196468 140727554365776 140366376331040 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16105] ppid=16042 vsize=11077984 memory=1761648 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16105/stat : 16105 (java) S 16042 16045 13143 0 -1 1077944384 20 12968 0 0 0 0 5 2 20 0 15 0 228810308 11343855616 440412 33554432000 4194304 4196468 140727554365776 140366175003904 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16106] ppid=16042 vsize=11077984 memory=1761648 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16106/stat : 16106 (java) S 16042 16045 13143 0 -1 1077944384 3 12968 0 0 0 0 5 2 20 0 15 0 228810311 11343855616 440412 33554432000 4194304 4196468 140727554365776 140365867604432 140367550519195 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16107] ppid=16042 vsize=11077984 memory=1761648 CPUtime=4.66 cores=1,3,5,7
/proc/16045/task/16107/stat : 16107 (java) S 16042 16045 13143 0 -1 1077944384 51352 12968 0 0 452 7 5 2 20 0 15 0 228810311 11343855616 440412 33554432000 4194304 4196468 140727554365776 140366975047920 140367550511746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16108] ppid=16042 vsize=11077984 memory=1761648 CPUtime=3.81 cores=1,3,5,7
/proc/16045/task/16108/stat : 16108 (java) S 16042 16045 13143 0 -1 1077944384 36350 12968 0 0 370 4 5 2 20 0 15 0 228810311 11343855616 440412 33554432000 4194304 4196468 140727554365776 140366973995376 140367550511746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16109] ppid=16042 vsize=11077984 memory=4028 CPUtime=1.79 cores=1,3,5,7
/proc/16045/task/16109/stat : 16109 (java) S 16042 16045 13143 0 -1 1077944384 39755 12968 0 0 166 6 5 2 20 0 15 0 228810311 11343855616 440412 33554432000 4194304 4196468 140727554365776 140366972942320 140367550511746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16110] ppid=16042 vsize=11077984 memory=288230574492221466 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16110/stat : 16110 (java) S 16042 16045 13143 0 -1 1077944384 3 12968 0 0 0 0 5 2 20 0 15 0 228810311 11343855616 440412 33554432000 4194304 4196468 140727554365776 140365436807520 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16111] ppid=16042 vsize=11077984 memory=288230596050944315 CPUtime=1.46 cores=1,3,5,7
/proc/16045/task/16111/stat : 16111 (java) S 16042 16045 13143 0 -1 1077944384 2718 12968 0 0 60 79 5 2 20 0 15 0 228810312 11343855616 440412 33554432000 4194304 4196468 140727554365776 140366971890736 140367550511746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 44 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
Current children cumulated CPU time: 2462.81 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1761648 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2499.2 s]
/proc/loadavg: 1.48 1.44 1.45 3/216 16471
/proc/meminfo: memFree=14957396/32770624 swapFree=67108196/67108860
[pid=16045] ppid=16042 vsize=11077984 memory=1763732 CPUtime=2520.03 cores=1,3,5,7
/proc/16045/stat : 16045 (java) S 16042 16045 13143 0 -1 1077944320 344529 12968 0 0 251763 233 5 2 20 0 15 0 228810297 11343855616 440933 33554432000 4194304 4196468 140727554365776 140727554348320 140367550500599 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
/proc/16045/statm: 2769496 440933 3520 1 0 2731149 0
[pid=16045/tid=16098] ppid=16042 vsize=11077984 memory=5060 CPUtime=2491.19 cores=1,3,5,7
/proc/16045/task/16098/stat : 16098 (java) R 16042 16045 13143 0 -1 4202560 115558 12968 0 0 249065 47 5 2 20 0 15 0 228810306 11343855616 440933 33554432000 4194304 4196468 140727554365776 140367522331552 140367133412751 0 4 0 16800975 0 0 0 -1 5 0 0 43 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16099] ppid=16042 vsize=11077984 memory=792 CPUtime=3.59 cores=1,3,5,7
/proc/16045/task/16099/stat : 16099 (java) S 16042 16045 13143 0 -1 1077944384 17291 12968 0 0 329 23 5 2 20 0 15 0 228810306 11343855616 440933 33554432000 4194304 4196468 140727554365776 140367554742800 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16100] ppid=16042 vsize=11077984 memory=1384 CPUtime=3.61 cores=1,3,5,7
/proc/16045/task/16100/stat : 16100 (java) S 16042 16045 13143 0 -1 1077944384 23861 12968 0 0 330 24 5 2 20 0 15 0 228810306 11343855616 440933 33554432000 4194304 4196468 140727554365776 140367089822352 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16101] ppid=16042 vsize=11077984 memory=4168 CPUtime=3.62 cores=1,3,5,7
/proc/16045/task/16101/stat : 16101 (java) S 16042 16045 13143 0 -1 1077944384 15555 12968 0 0 333 22 5 2 20 0 15 0 228810306 11343855616 440933 33554432000 4194304 4196468 140727554365776 140367088769296 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16102] ppid=16042 vsize=11077984 memory=1763732 CPUtime=3.56 cores=1,3,5,7
/proc/16045/task/16102/stat : 16102 (java) S 16042 16045 13143 0 -1 1077944384 17403 12968 0 0 324 25 5 2 20 0 15 0 228810306 11343855616 440933 33554432000 4194304 4196468 140727554365776 140367087716752 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16103] ppid=16042 vsize=11077984 memory=1763732 CPUtime=3.21 cores=1,3,5,7
/proc/16045/task/16103/stat : 16103 (java) S 16042 16045 13143 0 -1 1077944384 22386 12968 0 0 294 20 5 2 20 0 15 0 228810308 11343855616 440933 33554432000 4194304 4196468 140727554365776 140366976101104 140367550511746 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16104] ppid=16042 vsize=11077984 memory=4032 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16104/stat : 16104 (java) S 16042 16045 13143 0 -1 1077944384 36 12968 0 0 0 0 5 2 20 0 15 0 228810308 11343855616 440933 33554432000 4194304 4196468 140727554365776 140366376331040 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16105] ppid=16042 vsize=11077984 memory=17816 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16105/stat : 16105 (java) S 16042 16045 13143 0 -1 1077944384 20 12968 0 0 0 0 5 2 20 0 15 0 228810308 11343855616 440933 33554432000 4194304 4196468 140727554365776 140366175003904 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16106] ppid=16042 vsize=11077984 memory=1763732 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16106/stat : 16106 (java) S 16042 16045 13143 0 -1 1077944384 3 12968 0 0 0 0 5 2 20 0 15 0 228810311 11343855616 440933 33554432000 4194304 4196468 140727554365776 140365867604432 140367550519195 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16107] ppid=16042 vsize=11077984 memory=1763732 CPUtime=4.66 cores=1,3,5,7
/proc/16045/task/16107/stat : 16107 (java) S 16042 16045 13143 0 -1 1077944384 51356 12968 0 0 452 7 5 2 20 0 15 0 228810311 11343855616 440933 33554432000 4194304 4196468 140727554365776 140366975047920 140367550511746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16108] ppid=16042 vsize=11077984 memory=1763728 CPUtime=3.81 cores=1,3,5,7
/proc/16045/task/16108/stat : 16108 (java) S 16042 16045 13143 0 -1 1077944384 36354 12968 0 0 370 4 5 2 20 0 15 0 228810311 11343855616 440933 33554432000 4194304 4196468 140727554365776 140366973995376 140367550511746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16109] ppid=16042 vsize=11077984 memory=6791534058613427641 CPUtime=1.79 cores=1,3,5,7
/proc/16045/task/16109/stat : 16109 (java) S 16042 16045 13143 0 -1 1077944384 39759 12968 0 0 166 6 5 2 20 0 15 0 228810311 11343855616 440933 33554432000 4194304 4196468 140727554365776 140366972942320 140367550511746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16110] ppid=16042 vsize=11077984 memory=1763732 CPUtime=0.07 cores=1,3,5,7
/proc/16045/task/16110/stat : 16110 (java) S 16042 16045 13143 0 -1 1077944384 3 12968 0 0 0 0 5 2 20 0 15 0 228810311 11343855616 440933 33554432000 4194304 4196468 140727554365776 140365436807520 140367550510805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
[pid=16045/tid=16111] ppid=16042 vsize=11077984 memory=1763732 CPUtime=1.49 cores=1,3,5,7
/proc/16045/task/16111/stat : 16111 (java) S 16042 16045 13143 0 -1 1077944384 2751 12968 0 0 61 81 5 2 20 0 15 0 228810312 11343855616 440933 33554432000 4194304 4196468 140727554365776 140366971890736 140367550511746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 44 0 0 6293624 6294260 8450048 140727554370157 140727554372956 140727554372956 140727554375631 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1763732 KiB

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

[startup+2499.25 s]
# the end of solver process 16045 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.72 s, system=2.37017 s

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

Child status: 143
Real time (s): 2499.25
CPU time (s): 2520.09
CPU user time (s): 2517.72
CPU system time (s): 2.37017
CPU usage (%): 100.834
Max. virtual memory (cumulated for all children) (KiB): 11081480
Max. memory (cumulated for all children) (KiB): 1763732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.72
system time used= 2.37017
maximum resident set size= 1766324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 359103
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 124754
involuntary context switches= 2517


# summary of solver processes directly reported to runsolver:
#   pid: 16045
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2517.72
#   total CPU system time (s): 2.37017

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.9417 second user time and 24.4962 second system time

The end

Launcher Data

Begin job on node151 at 2018-08-13 00:21:11
IDJOB=4305083
IDBENCH=141435
IDSOLVER=2780
FILE ID=node151/4305083-1534112471
RUNJOBID= node151-1534096964-13175
PBS_JOBID= 21036999
Free space on /tmp= 41228 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-16-17_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305083-1534112471/watcher-4305083-1534112471 -o /tmp/evaluation-result-4305083-1534112471/solver-4305083-1534112471 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534096964-13175 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=198338318 HOME/instance-4305083-1534112471.xml

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

MD5SUM BENCH= 23da8342a2898ede5001de7625d13c59
RANDOM SEED=198338318

node151.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.87
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.87
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.87
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.87
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:        17564192 kB
MemAvailable:   30787968 kB
Buffers:          197136 kB
Cached:         13140108 kB
SwapCached:           16 kB
Active:          6916692 kB
Inactive:        7589524 kB
Active(anon):    1118172 kB
Inactive(anon):   102576 kB
Active(file):    5798520 kB
Inactive(file):  7486948 kB
Unevictable:        7836 kB
Mlocked:            7836 kB
SwapTotal:      67108860 kB
SwapFree:       67108196 kB
Dirty:             27964 kB
Writeback:             0 kB
AnonPages:       1176376 kB
Mapped:            72864 kB
Shmem:             49524 kB
Slab:             394936 kB
SReclaimable:     366768 kB
SUnreclaim:        28168 kB
KernelStack:        3504 kB
PageTables:         8176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2297864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1077248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 41196 MiB
End job on node151 at 2018-08-13 01:02:50