Trace number 4293506

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.8-SuperNG 2018-06-13? (TO) 2520.14 2478.26

General information on the benchmark

NameRlfap/Rlfap-dec-scens11/
Rlfap-scen-11-f04_c18.xml
MD5SUM3c3f91fe2d5d1aa7af585cdf812638b5
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 benchmark15.9885
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size40
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":14},{"size":33,"count":336},{"size":40,"count":328}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":1},{"degree":3,"count":26},{"degree":4,"count":13},{"degree":5,"count":86},{"degree":6,"count":20},{"degree":7,"count":89},{"degree":8,"count":12},{"degree":9,"count":87},{"degree":10,"count":28},{"degree":11,"count":42},{"degree":12,"count":25},{"degree":13,"count":40},{"degree":14,"count":14},{"degree":15,"count":40},{"degree":16,"count":8},{"degree":17,"count":29},{"degree":18,"count":6},{"degree":19,"count":18},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":8},{"degree":27,"count":9},{"degree":28,"count":8},{"degree":29,"count":2},{"degree":30,"count":6},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints0
Number of intensional constraints4103
Distribution of constraint types[{"type":"intension","count":4103}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293506-1532316109/watcher-4293506-1532316109 -o /tmp/evaluation-result-4293506-1532316109/solver-4293506-1532316109 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532296193-16111 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1060902595 -superng HOME/instance-4293506-1532316109.xml 

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

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


[startup+0.100093 s]*
/proc/loadavg: 1.93 1.80 1.72 3/210 20221
/proc/meminfo: memFree=18094116/32770624 swapFree=67108860/67108860
[pid=20164] ppid=20161 vsize=9972712 memory=16548 CPUtime=0.09 cores=0,2,4,6
/proc/20164/stat : 20164 (java) S 20161 20164 16080 0 -1 1077944320 4311 12889 0 0 1 0 5 3 20 0 6 0 49174086 10212057088 4137 33554432000 4194304 4196468 140723175012992 140723174995536 139886504230647 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
/proc/20164/statm: 2493178 4137 1932 1 0 2481616 0
[pid=20164/tid=20217] ppid=20161 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20217/stat : 20217 (java) R 20161 20164 16080 0 -1 4202560 2156 12889 0 0 0 0 5 3 20 0 6 0 49174095 10212057088 4203 33554432000 4194304 4196468 140723175012992 139886476067408 139886488311100 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20218] ppid=20161 vsize=9972712 memory=5793855484984093113 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20218/stat : 20218 (java) S 20161 20164 16080 0 -1 1077944384 1 12889 0 0 0 0 5 3 20 0 6 0 49174096 10212057088 4203 33554432000 4194304 4196468 140723175012992 139886508472976 139886504240853 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20219] ppid=20161 vsize=9972712 memory=140233974199936 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20219/stat : 20219 (java) S 20161 20164 16080 0 -1 1077944384 1 12889 0 0 0 0 5 3 20 0 6 0 49174096 10212057088 4203 33554432000 4194304 4196468 140723175012992 139886423292432 139886504240853 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20220] ppid=20161 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20220/stat : 20220 (java) S 20161 20164 16080 0 -1 1077944384 1 12889 0 0 0 0 5 3 20 0 6 0 49174096 10212057088 4203 33554432000 4194304 4196468 140723175012992 139886422239632 139886504240853 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20221] ppid=20161 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20221/stat : 20221 (java) S 20161 20164 16080 0 -1 1077944384 2 12889 0 0 0 0 5 3 20 0 6 0 49174096 10212057088 4203 33554432000 4194304 4196468 140723175012992 139886421186832 139886504240853 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16548 KiB

[startup+0.210372 s]*
/proc/loadavg: 1.93 1.80 1.72 3/219 20230
/proc/meminfo: memFree=18072200/32770624 swapFree=67108860/67108860
[pid=20164] ppid=20161 vsize=10819896 memory=43384 CPUtime=0.27 cores=0,2,4,6
/proc/20164/stat : 20164 (java) S 20161 20164 16080 0 -1 1077944320 8019 12889 0 0 17 2 5 3 20 0 15 0 49174086 11079573504 10846 33554432000 4194304 4196468 140723175012992 140723174995536 139886504230647 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
/proc/20164/statm: 2704974 10846 2974 1 0 2667397 0
[pid=20164/tid=20217] ppid=20161 vsize=10821524 memory=-8540663193526752614 CPUtime=0.19 cores=0,2,4,6
/proc/20164/task/20217/stat : 20217 (java) R 20161 20164 16080 0 -1 4202560 5201 12889 0 0 10 1 5 3 20 0 15 0 49174095 11081240576 11374 33554432000 4194304 4196468 140723175012992 139886476055456 139886496910365 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20218] ppid=20161 vsize=10821524 memory=4211973960178990474 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20218/stat : 20218 (java) S 20161 20164 16080 0 -1 1077944384 1 12889 0 0 0 0 5 3 20 0 15 0 49174096 11081240576 11374 33554432000 4194304 4196468 140723175012992 139886508472976 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20219] ppid=20161 vsize=10821524 memory=140233974199936 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20219/stat : 20219 (java) S 20161 20164 16080 0 -1 1077944384 1 12889 0 0 0 0 5 3 20 0 15 0 49174096 11081240576 11374 33554432000 4194304 4196468 140723175012992 139886423292432 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20220] ppid=20161 vsize=10821524 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20220/stat : 20220 (java) S 20161 20164 16080 0 -1 1077944384 1 12889 0 0 0 0 5 3 20 0 15 0 49174096 11081240576 11374 33554432000 4194304 4196468 140723175012992 139886422239632 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20221] ppid=20161 vsize=10821524 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20221/stat : 20221 (java) S 20161 20164 16080 0 -1 1077944384 2 12889 0 0 0 0 5 3 20 0 15 0 49174096 11081240576 11175 33554432000 4194304 4196468 140723175012992 139886421186832 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20222] ppid=20161 vsize=10821524 memory=140233974199936 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20222/stat : 20222 (java) S 20161 20164 16080 0 -1 1077944384 2 12889 0 0 0 0 5 3 20 0 15 0 49174098 11081240576 11013 33554432000 4194304 4196468 140723175012992 139886030801776 139886504241794 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20223] ppid=20161 vsize=10821524 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20223/stat : 20223 (java) S 20161 20164 16080 0 -1 1077944384 13 12889 0 0 0 0 5 3 20 0 15 0 49174098 11081240576 11013 33554432000 4194304 4196468 140723175012992 139885943973408 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20224] ppid=20161 vsize=10819896 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20224/stat : 20224 (java) S 20161 20164 16080 0 -1 1077944384 1 12889 0 0 0 0 5 3 20 0 15 0 49174098 11079573504 10773 33554432000 4194304 4196468 140723175012992 139885339993456 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20225] ppid=20161 vsize=10819896 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20225/stat : 20225 (java) S 20161 20164 16080 0 -1 1077944384 3 12889 0 0 0 0 5 3 20 0 15 0 49174101 11079573504 10773 33554432000 4194304 4196468 140723175012992 139885032593744 139886504249243 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20226] ppid=20161 vsize=10818904 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20164/task/20226/stat : 20226 (java) S 20161 20164 16080 0 -1 1077944384 494 12889 0 0 1 0 5 3 20 0 15 0 49174101 11078557696 10765 33554432000 4194304 4196468 140723175012992 139886029748592 139886504241794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20227] ppid=20161 vsize=10818904 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/20164/task/20227/stat : 20227 (java) S 20161 20164 16080 0 -1 1077944384 89 12889 0 0 1 0 5 3 20 0 15 0 49174101 11078557696 10765 33554432000 4194304 4196468 140723175012992 139886028695792 139886504241794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20228] ppid=20161 vsize=10818904 memory=140233974199936 CPUtime=0.11 cores=0,2,4,6
/proc/20164/task/20228/stat : 20228 (java) S 20161 20164 16080 0 -1 1077944384 545 12889 0 0 3 0 5 3 20 0 15 0 49174101 11078557696 10765 33554432000 4194304 4196468 140723175012992 139886027642992 139886504241794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20229] ppid=20161 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20229/stat : 20229 (java) S 20161 20164 16080 0 -1 1077944384 3 12889 0 0 0 0 5 3 20 0 15 0 49174101 11078557696 10765 33554432000 4194304 4196468 140723175012992 139884999035104 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20230] ppid=20161 vsize=10818904 memory=140233974199936 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20230/stat : 20230 (java) S 20161 20164 16080 0 -1 1077944384 1 12889 0 0 0 0 5 3 20 0 15 0 49174101 11078557696 10765 33554432000 4194304 4196468 140723175012992 139886026591408 139886504241794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10819896 KiB
Current children cumulated memory: 43384 KiB

[startup+0.310491 s]*
/proc/loadavg: 1.93 1.80 1.72 3/219 20230
/proc/meminfo: memFree=18060664/32770624 swapFree=67108860/67108860
[pid=20164] ppid=20161 vsize=10819352 memory=53520 CPUtime=0.38 cores=0,2,4,6
/proc/20164/stat : 20164 (java) S 20161 20164 16080 0 -1 1077944320 10416 12889 0 0 28 2 5 3 20 0 15 0 49174086 11079016448 13380 33554432000 4194304 4196468 140723175012992 140723174995536 139886504230647 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
/proc/20164/statm: 2704838 13380 3093 1 0 2667149 0
[pid=20164/tid=20217] ppid=20161 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/20164/task/20217/stat : 20217 (java) R 20161 20164 16080 0 -1 4202560 7076 12889 0 0 19 2 5 3 20 0 15 0 49174095 11079016448 13380 33554432000 4194304 4196468 140723175012992 139886476042656 139886504242582 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20218] ppid=20161 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20218/stat : 20218 (java) S 20161 20164 16080 0 -1 1077944384 1 12889 0 0 0 0 5 3 20 0 15 0 49174096 11079016448 13380 33554432000 4194304 4196468 140723175012992 139886508472976 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20219] ppid=20161 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20219/stat : 20219 (java) S 20161 20164 16080 0 -1 1077944384 1 12889 0 0 0 0 5 3 20 0 15 0 49174096 11079016448 13380 33554432000 4194304 4196468 140723175012992 139886423292432 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20220] ppid=20161 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20220/stat : 20220 (java) S 20161 20164 16080 0 -1 1077944384 1 12889 0 0 0 0 5 3 20 0 15 0 49174096 11079016448 13380 33554432000 4194304 4196468 140723175012992 139886422239632 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20221] ppid=20161 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20221/stat : 20221 (java) S 20161 20164 16080 0 -1 1077944384 2 12889 0 0 0 0 5 3 20 0 15 0 49174096 11079016448 13380 33554432000 4194304 4196468 140723175012992 139886421186832 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20222] ppid=20161 vsize=10819352 memory=140233974199935 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20222/stat : 20222 (java) S 20161 20164 16080 0 -1 1077944384 2 12889 0 0 0 0 5 3 20 0 15 0 49174098 11079016448 13380 33554432000 4194304 4196468 140723175012992 139886030801776 139886504241794 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20223] ppid=20161 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20223/stat : 20223 (java) S 20161 20164 16080 0 -1 1077944384 13 12889 0 0 0 0 5 3 20 0 15 0 49174098 11079016448 13380 33554432000 4194304 4196468 140723175012992 139885943973408 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20224] ppid=20161 vsize=10819352 memory=140233974199936 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20224/stat : 20224 (java) S 20161 20164 16080 0 -1 1077944384 1 12889 0 0 0 0 5 3 20 0 15 0 49174098 11079016448 13380 33554432000 4194304 4196468 140723175012992 139885339993456 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20225] ppid=20161 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20225/stat : 20225 (java) S 20161 20164 16080 0 -1 1077944384 3 12889 0 0 0 0 5 3 20 0 15 0 49174101 11079016448 13380 33554432000 4194304 4196468 140723175012992 139885032593744 139886504249243 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20226] ppid=20161 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20164/task/20226/stat : 20226 (java) R 20161 20164 16080 0 -1 4202560 494 12889 0 0 1 0 5 3 20 0 15 0 49174101 11079016448 13380 33554432000 4194304 4196468 140723175012992 139886029748592 139886487724883 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20227] ppid=20161 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/20164/task/20227/stat : 20227 (java) S 20161 20164 16080 0 -1 1077944384 90 12889 0 0 1 0 5 3 20 0 15 0 49174101 11079016448 13380 33554432000 4194304 4196468 140723175012992 139886028695792 139886504241794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20228] ppid=20161 vsize=10819352 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/20164/task/20228/stat : 20228 (java) R 20161 20164 16080 0 -1 4202560 550 12889 0 0 5 0 5 3 20 0 15 0 49174101 11079016448 13380 33554432000 4194304 4196468 140723175012992 139886027642992 139886504251994 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20229] ppid=20161 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20229/stat : 20229 (java) S 20161 20164 16080 0 -1 1077944384 3 12889 0 0 0 0 5 3 20 0 15 0 49174101 11079016448 13380 33554432000 4194304 4196468 140723175012992 139884999035104 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20230] ppid=20161 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20230/stat : 20230 (java) S 20161 20164 16080 0 -1 1077944384 1 12889 0 0 0 0 5 3 20 0 15 0 49174101 11079016448 13380 33554432000 4194304 4196468 140723175012992 139886026591408 139886504241794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53520 KiB

[startup+0.700708 s]
/proc/loadavg: 1.93 1.80 1.72 4/219 20230
/proc/meminfo: memFree=18048992/32770624 swapFree=67108860/67108860
[pid=20164] ppid=20161 vsize=10819352 memory=86276 CPUtime=1 cores=0,2,4,6
/proc/20164/stat : 20164 (java) S 20161 20164 16080 0 -1 1077944320 16754 12889 0 0 88 4 5 3 20 0 15 0 49174086 11079016448 21569 33554432000 4194304 4196468 140723175012992 140723174995536 139886504230647 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
/proc/20164/statm: 2704838 21569 3237 1 0 2667149 0
[pid=20164/tid=20217] ppid=20161 vsize=10819352 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/20164/task/20217/stat : 20217 (java) R 20161 20164 16080 0 -1 4202560 12306 12889 0 0 56 3 5 3 20 0 15 0 49174095 11079016448 21569 33554432000 4194304 4196468 140723175012992 139886476051472 139886484506672 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20218] ppid=20161 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20218/stat : 20218 (java) S 20161 20164 16080 0 -1 1077944384 1 12889 0 0 0 0 5 3 20 0 15 0 49174096 11079016448 21569 33554432000 4194304 4196468 140723175012992 139886508472976 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20219] ppid=20161 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20219/stat : 20219 (java) S 20161 20164 16080 0 -1 1077944384 1 12889 0 0 0 0 5 3 20 0 15 0 49174096 11079016448 21569 33554432000 4194304 4196468 140723175012992 139886423292432 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20220] ppid=20161 vsize=10819352 memory=4132 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20220/stat : 20220 (java) S 20161 20164 16080 0 -1 1077944384 1 12889 0 0 0 0 5 3 20 0 15 0 49174096 11079016448 21569 33554432000 4194304 4196468 140723175012992 139886422239632 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20221] ppid=20161 vsize=10819352 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20221/stat : 20221 (java) S 20161 20164 16080 0 -1 1077944384 2 12889 0 0 0 0 5 3 20 0 15 0 49174096 11079016448 21569 33554432000 4194304 4196468 140723175012992 139886421186832 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20222] ppid=20161 vsize=10819352 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20222/stat : 20222 (java) S 20161 20164 16080 0 -1 1077944384 5 12889 0 0 0 0 5 3 20 0 15 0 49174098 11079016448 21569 33554432000 4194304 4196468 140723175012992 139886030801776 139886504241794 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20223] ppid=20161 vsize=10819352 memory=140233836340464 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20223/stat : 20223 (java) S 20161 20164 16080 0 -1 1077944384 13 12889 0 0 0 0 5 3 20 0 15 0 49174098 11079016448 21569 33554432000 4194304 4196468 140723175012992 139885943973408 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20224] ppid=20161 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20224/stat : 20224 (java) S 20161 20164 16080 0 -1 1077944384 1 12889 0 0 0 0 5 3 20 0 15 0 49174098 11079016448 21569 33554432000 4194304 4196468 140723175012992 139885339993456 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20225] ppid=20161 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20225/stat : 20225 (java) S 20161 20164 16080 0 -1 1077944384 3 12889 0 0 0 0 5 3 20 0 15 0 49174101 11079016448 21569 33554432000 4194304 4196468 140723175012992 139885032593744 139886504249243 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20226] ppid=20161 vsize=10819352 memory=6944656575208382560 CPUtime=0.18 cores=0,2,4,6
/proc/20164/task/20226/stat : 20226 (java) S 20161 20164 16080 0 -1 1077944384 1122 12889 0 0 10 0 5 3 20 0 15 0 49174101 11079016448 21569 33554432000 4194304 4196468 140723175012992 139886029748592 139886504241794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20227] ppid=20161 vsize=10819352 memory=6656426216303648864 CPUtime=0.14 cores=0,2,4,6
/proc/20164/task/20227/stat : 20227 (java) S 20161 20164 16080 0 -1 1077944384 459 12889 0 0 6 0 5 3 20 0 15 0 49174101 11079016448 21569 33554432000 4194304 4196468 140723175012992 139886028695792 139886504241794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20228] ppid=20161 vsize=10819352 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/20164/task/20228/stat : 20228 (java) S 20161 20164 16080 0 -1 1077944384 648 12889 0 0 13 0 5 3 20 0 15 0 49174101 11079016448 21569 33554432000 4194304 4196468 140723175012992 139886027642992 139886504241794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20229] ppid=20161 vsize=10819352 memory=6944656592455359580 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20229/stat : 20229 (java) S 20161 20164 16080 0 -1 1077944384 3 12889 0 0 0 0 5 3 20 0 15 0 49174101 11079016448 21569 33554432000 4194304 4196468 140723175012992 139884999035104 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20230] ppid=20161 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20230/stat : 20230 (java) S 20161 20164 16080 0 -1 1077944384 1 12889 0 0 0 0 5 3 20 0 15 0 49174101 11079016448 21569 33554432000 4194304 4196468 140723175012992 139886026591408 139886504241794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86276 KiB

[startup+1.50302 s]
/proc/loadavg: 1.93 1.80 1.72 4/219 20230
/proc/meminfo: memFree=18003196/32770624 swapFree=67108860/67108860
[pid=20164] ppid=20161 vsize=10830156 memory=229100 CPUtime=3.13 cores=0,2,4,6
/proc/20164/stat : 20164 (java) S 20161 20164 16080 0 -1 1077944320 24267 12889 0 0 296 9 5 3 20 0 15 0 49174086 11090079744 57275 33554432000 4194304 4196468 140723175012992 140723174995536 139886504230647 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
/proc/20164/statm: 2707539 57275 3476 1 0 2669197 0
[pid=20164/tid=20217] ppid=20161 vsize=10830156 memory=0 CPUtime=1.44 cores=0,2,4,6
/proc/20164/task/20217/stat : 20217 (java) R 20161 20164 16080 0 -1 4202560 15427 12889 0 0 130 6 5 3 20 0 15 0 49174095 11090079744 57275 33554432000 4194304 4196468 140723175012992 139886476032000 139886095311602 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20218] ppid=20161 vsize=10830156 memory=4132 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20218/stat : 20218 (java) S 20161 20164 16080 0 -1 1077944384 2 12889 0 0 0 0 5 3 20 0 15 0 49174096 11090079744 57275 33554432000 4194304 4196468 140723175012992 139886508472976 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20219] ppid=20161 vsize=10830156 memory=16380 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20219/stat : 20219 (java) S 20161 20164 16080 0 -1 1077944384 313 12889 0 0 0 0 5 3 20 0 15 0 49174096 11090079744 57275 33554432000 4194304 4196468 140723175012992 139886423292432 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20220] ppid=20161 vsize=10830156 memory=1292 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20220/stat : 20220 (java) S 20161 20164 16080 0 -1 1077944384 2 12889 0 0 0 0 5 3 20 0 15 0 49174096 11090079744 57275 33554432000 4194304 4196468 140723175012992 139886422239632 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20221] ppid=20161 vsize=10830156 memory=100616 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20221/stat : 20221 (java) S 20161 20164 16080 0 -1 1077944384 93 12889 0 0 0 0 5 3 20 0 15 0 49174096 11090079744 57275 33554432000 4194304 4196468 140723175012992 139886421186832 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20222] ppid=20161 vsize=10830156 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20222/stat : 20222 (java) S 20161 20164 16080 0 -1 1077944384 92 12889 0 0 0 0 5 3 20 0 15 0 49174098 11090079744 57275 33554432000 4194304 4196468 140723175012992 139886030801776 139886504241794 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20223] ppid=20161 vsize=10830156 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20223/stat : 20223 (java) S 20161 20164 16080 0 -1 1077944384 14 12889 0 0 0 0 5 3 20 0 15 0 49174098 11090079744 57275 33554432000 4194304 4196468 140723175012992 139885943973472 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20224] ppid=20161 vsize=10830156 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20224/stat : 20224 (java) S 20161 20164 16080 0 -1 1077944384 2 12889 0 0 0 0 5 3 20 0 15 0 49174098 11090079744 57275 33554432000 4194304 4196468 140723175012992 139885339993456 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20225] ppid=20161 vsize=10830156 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20225/stat : 20225 (java) S 20161 20164 16080 0 -1 1077944384 3 12889 0 0 0 0 5 3 20 0 15 0 49174101 11090079744 57275 33554432000 4194304 4196468 140723175012992 139885032593744 139886504249243 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20226] ppid=20161 vsize=10830156 memory=0 CPUtime=0.62 cores=0,2,4,6
/proc/20164/task/20226/stat : 20226 (java) R 20161 20164 16080 0 -1 4202560 2100 12889 0 0 54 0 5 3 20 0 15 0 49174101 11090079744 57275 33554432000 4194304 4196468 140723175012992 139886029739568 139886487727431 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20227] ppid=20161 vsize=10830156 memory=0 CPUtime=0.59 cores=0,2,4,6
/proc/20164/task/20227/stat : 20227 (java) R 20161 20164 16080 0 -1 4202560 2104 12889 0 0 51 0 5 3 20 0 15 0 49174101 11090079744 57275 33554432000 4194304 4196468 140723175012992 139886028676304 139886484066988 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20228] ppid=20161 vsize=10830156 memory=0 CPUtime=0.64 cores=0,2,4,6
/proc/20164/task/20228/stat : 20228 (java) S 20161 20164 16080 0 -1 1077944384 1923 12889 0 0 56 0 5 3 20 0 15 0 49174101 11090079744 57275 33554432000 4194304 4196468 140723175012992 139886027642992 139886504241794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20229] ppid=20161 vsize=10830156 memory=288230596050944315 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20229/stat : 20229 (java) S 20161 20164 16080 0 -1 1077944384 3 12889 0 0 0 0 5 3 20 0 15 0 49174101 11090079744 57275 33554432000 4194304 4196468 140723175012992 139884999035104 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20230] ppid=20161 vsize=10830156 memory=16100360058046859 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20230/stat : 20230 (java) S 20161 20164 16080 0 -1 1077944384 1 12889 0 0 0 0 5 3 20 0 15 0 49174101 11090079744 57275 33554432000 4194304 4196468 140723175012992 139886026591408 139886504241794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
Current children cumulated CPU time: 3.13 s
Current children cumulated vsize: 10830156 KiB

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

/proc/20164/task/20217/stat : 20217 (java) R 20161 20164 16080 0 -1 4202560 265535 12889 0 0 231181 86 5 3 20 0 15 0 49174095 11178180608 787655 33554432000 4194304 4196468 140723175012992 139886476064176 139886117711687 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20218] ppid=20161 vsize=10916192 memory=3150620 CPUtime=6.8 cores=0,2,4,6
/proc/20164/task/20218/stat : 20218 (java) S 20161 20164 16080 0 -1 1077944384 23350 12889 0 0 646 26 5 3 20 0 15 0 49174096 11178180608 787655 33554432000 4194304 4196468 140723175012992 139886508472976 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20219] ppid=20161 vsize=10916192 memory=3150620 CPUtime=6.76 cores=0,2,4,6
/proc/20164/task/20219/stat : 20219 (java) S 20161 20164 16080 0 -1 1077944384 24159 12889 0 0 642 26 5 3 20 0 15 0 49174096 11178180608 787655 33554432000 4194304 4196468 140723175012992 139886423292432 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20220] ppid=20161 vsize=10916192 memory=3150620 CPUtime=6.78 cores=0,2,4,6
/proc/20164/task/20220/stat : 20220 (java) S 20161 20164 16080 0 -1 1077944384 25210 12889 0 0 644 26 5 3 20 0 15 0 49174096 11178180608 787655 33554432000 4194304 4196468 140723175012992 139886422239632 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20221] ppid=20161 vsize=10916192 memory=3150620 CPUtime=6.76 cores=0,2,4,6
/proc/20164/task/20221/stat : 20221 (java) S 20161 20164 16080 0 -1 1077944384 24486 12889 0 0 644 24 5 3 20 0 15 0 49174096 11178180608 787655 33554432000 4194304 4196468 140723175012992 139886421186832 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20222] ppid=20161 vsize=10916192 memory=1292 CPUtime=1.85 cores=0,2,4,6
/proc/20164/task/20222/stat : 20222 (java) S 20161 20164 16080 0 -1 1077944384 33307 12889 0 0 155 22 5 3 20 0 15 0 49174098 11178180608 787655 33554432000 4194304 4196468 140723175012992 139886030801776 139886504241794 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20223] ppid=20161 vsize=10916192 memory=3150620 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20223/stat : 20223 (java) S 20161 20164 16080 0 -1 1077944384 17 12889 0 0 0 0 5 3 20 0 15 0 49174098 11178180608 787655 33554432000 4194304 4196468 140723175012992 139885943973472 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20224] ppid=20161 vsize=10916192 memory=3150620 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20224/stat : 20224 (java) S 20161 20164 16080 0 -1 1077944384 10 12889 0 0 0 0 5 3 20 0 15 0 49174098 11178180608 787655 33554432000 4194304 4196468 140723175012992 139885339993472 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20225] ppid=20161 vsize=10916192 memory=16416 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20225/stat : 20225 (java) S 20161 20164 16080 0 -1 1077944384 3 12889 0 0 0 0 5 3 20 0 15 0 49174101 11178180608 787655 33554432000 4194304 4196468 140723175012992 139885032593744 139886504249243 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20226] ppid=20161 vsize=10916192 memory=1292 CPUtime=9.07 cores=0,2,4,6
/proc/20164/task/20226/stat : 20226 (java) S 20161 20164 16080 0 -1 1077944384 56925 12889 0 0 893 6 5 3 20 0 15 0 49174101 11178180608 787655 33554432000 4194304 4196468 140723175012992 139886029748592 139886504241794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20227] ppid=20161 vsize=10916192 memory=3150620 CPUtime=9.07 cores=0,2,4,6
/proc/20164/task/20227/stat : 20227 (java) S 20161 20164 16080 0 -1 1077944384 56612 12889 0 0 893 6 5 3 20 0 15 0 49174101 11178180608 787655 33554432000 4194304 4196468 140723175012992 139886028695792 139886504241794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20228] ppid=20161 vsize=10916192 memory=3150620 CPUtime=3.14 cores=0,2,4,6
/proc/20164/task/20228/stat : 20228 (java) S 20161 20164 16080 0 -1 1077944384 42686 12889 0 0 300 6 5 3 20 0 15 0 49174101 11178180608 787655 33554432000 4194304 4196468 140723175012992 139886027642992 139886504241794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20229] ppid=20161 vsize=10916192 memory=3150620 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20229/stat : 20229 (java) S 20161 20164 16080 0 -1 1077944384 3 12889 0 0 0 0 5 3 20 0 15 0 49174101 11178180608 787655 33554432000 4194304 4196468 140723175012992 139884999035104 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20230] ppid=20161 vsize=10916192 memory=4132 CPUtime=1.44 cores=0,2,4,6
/proc/20164/task/20230/stat : 20230 (java) S 20161 20164 16080 0 -1 1077944384 1873 12889 0 0 65 71 5 3 20 0 15 0 49174101 11178180608 787655 33554432000 4194304 4196468 140723175012992 139886026591408 139886504241794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
Current children cumulated CPU time: 2363.81 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 3150620 KiB

[startup+2382.3 s]
/proc/loadavg: 2.91 2.31 2.10 3/220 21091
/proc/meminfo: memFree=9285472/32770624 swapFree=67108860/67108860
[pid=20164] ppid=20161 vsize=10916192 memory=3149784 CPUtime=2423.96 cores=0,2,4,6
/proc/20164/stat : 20164 (java) S 20161 20164 16080 0 -1 1077944320 559836 12889 0 0 242107 281 5 3 20 0 15 0 49174086 11178180608 787446 33554432000 4194304 4196468 140723175012992 140723174995536 139886504230647 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
/proc/20164/statm: 2729048 787446 3539 1 0 2690701 0
[pid=20164/tid=20217] ppid=20161 vsize=10916192 memory=3149784 CPUtime=2372.71 cores=0,2,4,6
/proc/20164/task/20217/stat : 20217 (java) R 20161 20164 16080 0 -1 4202560 268128 12889 0 0 237176 87 5 3 20 0 15 0 49174095 11178180608 787446 33554432000 4194304 4196468 140723175012992 139886476063504 139886117711962 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20218] ppid=20161 vsize=10916192 memory=3149784 CPUtime=6.84 cores=0,2,4,6
/proc/20164/task/20218/stat : 20218 (java) S 20161 20164 16080 0 -1 1077944384 23529 12889 0 0 650 26 5 3 20 0 15 0 49174096 11178180608 787446 33554432000 4194304 4196468 140723175012992 139886508472976 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20219] ppid=20161 vsize=10916192 memory=3149784 CPUtime=6.8 cores=0,2,4,6
/proc/20164/task/20219/stat : 20219 (java) S 20161 20164 16080 0 -1 1077944384 24230 12889 0 0 646 26 5 3 20 0 15 0 49174096 11178180608 787446 33554432000 4194304 4196468 140723175012992 139886423292432 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20220] ppid=20161 vsize=10916192 memory=3149784 CPUtime=6.82 cores=0,2,4,6
/proc/20164/task/20220/stat : 20220 (java) S 20161 20164 16080 0 -1 1077944384 25513 12889 0 0 648 26 5 3 20 0 15 0 49174096 11178180608 787446 33554432000 4194304 4196468 140723175012992 139886422239632 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20221] ppid=20161 vsize=10916192 memory=15872 CPUtime=6.79 cores=0,2,4,6
/proc/20164/task/20221/stat : 20221 (java) S 20161 20164 16080 0 -1 1077944384 24576 12889 0 0 647 24 5 3 20 0 15 0 49174096 11178180608 787446 33554432000 4194304 4196468 140723175012992 139886421186832 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20222] ppid=20161 vsize=10916192 memory=3149784 CPUtime=1.86 cores=0,2,4,6
/proc/20164/task/20222/stat : 20222 (java) S 20161 20164 16080 0 -1 1077944384 33506 12889 0 0 156 22 5 3 20 0 15 0 49174098 11178180608 787446 33554432000 4194304 4196468 140723175012992 139886030801776 139886504241794 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20223] ppid=20161 vsize=10916192 memory=1796 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20223/stat : 20223 (java) S 20161 20164 16080 0 -1 1077944384 17 12889 0 0 0 0 5 3 20 0 15 0 49174098 11178180608 787446 33554432000 4194304 4196468 140723175012992 139885943973472 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20224] ppid=20161 vsize=10916192 memory=3149784 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20224/stat : 20224 (java) S 20161 20164 16080 0 -1 1077944384 10 12889 0 0 0 0 5 3 20 0 15 0 49174098 11178180608 787446 33554432000 4194304 4196468 140723175012992 139885339993472 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20225] ppid=20161 vsize=10916192 memory=3149784 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20225/stat : 20225 (java) S 20161 20164 16080 0 -1 1077944384 3 12889 0 0 0 0 5 3 20 0 15 0 49174101 11178180608 787446 33554432000 4194304 4196468 140723175012992 139885032593744 139886504249243 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20226] ppid=20161 vsize=10916192 memory=3149784 CPUtime=9.07 cores=0,2,4,6
/proc/20164/task/20226/stat : 20226 (java) S 20161 20164 16080 0 -1 1077944384 56927 12889 0 0 893 6 5 3 20 0 15 0 49174101 11178180608 787446 33554432000 4194304 4196468 140723175012992 139886029748592 139886504241794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20227] ppid=20161 vsize=10916192 memory=3149784 CPUtime=9.07 cores=0,2,4,6
/proc/20164/task/20227/stat : 20227 (java) S 20161 20164 16080 0 -1 1077944384 56614 12889 0 0 893 6 5 3 20 0 15 0 49174101 11178180608 787446 33554432000 4194304 4196468 140723175012992 139886028695792 139886504241794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20228] ppid=20161 vsize=10916192 memory=3149784 CPUtime=3.14 cores=0,2,4,6
/proc/20164/task/20228/stat : 20228 (java) S 20161 20164 16080 0 -1 1077944384 42689 12889 0 0 300 6 5 3 20 0 15 0 49174101 11178180608 787446 33554432000 4194304 4196468 140723175012992 139886027642992 139886504241794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20229] ppid=20161 vsize=10916192 memory=1292 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20229/stat : 20229 (java) S 20161 20164 16080 0 -1 1077944384 3 12889 0 0 0 0 5 3 20 0 15 0 49174101 11178180608 787446 33554432000 4194304 4196468 140723175012992 139884999035104 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20230] ppid=20161 vsize=10916192 memory=3149784 CPUtime=1.47 cores=0,2,4,6
/proc/20164/task/20230/stat : 20230 (java) S 20161 20164 16080 0 -1 1077944384 1903 12889 0 0 66 73 5 3 20 0 15 0 49174101 11178180608 787446 33554432000 4194304 4196468 140723175012992 139886026591408 139886504241794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
Current children cumulated CPU time: 2423.96 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 3149784 KiB

[startup+2442.3 s]
/proc/loadavg: 3.75 2.65 2.23 6/220 21092
/proc/meminfo: memFree=9286012/32770624 swapFree=67108860/67108860
[pid=20164] ppid=20161 vsize=10916192 memory=3149784 CPUtime=2484.08 cores=0,2,4,6
/proc/20164/stat : 20164 (java) S 20161 20164 16080 0 -1 1077944320 563254 12889 0 0 248117 283 5 3 20 0 15 0 49174086 11178180608 787446 33554432000 4194304 4196468 140723175012992 140723174995536 139886504230647 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
/proc/20164/statm: 2729048 787446 3539 1 0 2690701 0
[pid=20164/tid=20217] ppid=20161 vsize=10916192 memory=3149784 CPUtime=2432.66 cores=0,2,4,6
/proc/20164/task/20217/stat : 20217 (java) R 20161 20164 16080 0 -1 4202560 270629 12889 0 0 243171 87 5 3 20 0 15 0 49174095 11178180608 787446 33554432000 4194304 4196468 140723175012992 139886476063200 139886116622860 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20218] ppid=20161 vsize=10916192 memory=3149784 CPUtime=6.87 cores=0,2,4,6
/proc/20164/task/20218/stat : 20218 (java) S 20161 20164 16080 0 -1 1077944384 23623 12889 0 0 653 26 5 3 20 0 15 0 49174096 11178180608 787446 33554432000 4194304 4196468 140723175012992 139886508472976 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20219] ppid=20161 vsize=10916192 memory=3149784 CPUtime=6.83 cores=0,2,4,6
/proc/20164/task/20219/stat : 20219 (java) S 20161 20164 16080 0 -1 1077944384 24305 12889 0 0 649 26 5 3 20 0 15 0 49174096 11178180608 787446 33554432000 4194304 4196468 140723175012992 139886423292432 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20220] ppid=20161 vsize=10916192 memory=3149784 CPUtime=6.85 cores=0,2,4,6
/proc/20164/task/20220/stat : 20220 (java) S 20161 20164 16080 0 -1 1077944384 25802 12889 0 0 651 26 5 3 20 0 15 0 49174096 11178180608 787446 33554432000 4194304 4196468 140723175012992 139886422239632 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20221] ppid=20161 vsize=10916192 memory=3149784 CPUtime=6.82 cores=0,2,4,6
/proc/20164/task/20221/stat : 20221 (java) S 20161 20164 16080 0 -1 1077944384 24582 12889 0 0 650 24 5 3 20 0 15 0 49174096 11178180608 787446 33554432000 4194304 4196468 140723175012992 139886421186832 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20222] ppid=20161 vsize=10916192 memory=4132 CPUtime=1.87 cores=0,2,4,6
/proc/20164/task/20222/stat : 20222 (java) S 20161 20164 16080 0 -1 1077944384 33706 12889 0 0 157 22 5 3 20 0 15 0 49174098 11178180608 787446 33554432000 4194304 4196468 140723175012992 139886030801776 139886504241794 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20223] ppid=20161 vsize=10916192 memory=16432 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20223/stat : 20223 (java) S 20161 20164 16080 0 -1 1077944384 17 12889 0 0 0 0 5 3 20 0 15 0 49174098 11178180608 787446 33554432000 4194304 4196468 140723175012992 139885943973472 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20224] ppid=20161 vsize=10916192 memory=3149784 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20224/stat : 20224 (java) S 20161 20164 16080 0 -1 1077944384 10 12889 0 0 0 0 5 3 20 0 15 0 49174098 11178180608 787446 33554432000 4194304 4196468 140723175012992 139885339993472 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20225] ppid=20161 vsize=10916192 memory=3149784 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20225/stat : 20225 (java) S 20161 20164 16080 0 -1 1077944384 3 12889 0 0 0 0 5 3 20 0 15 0 49174101 11178180608 787446 33554432000 4194304 4196468 140723175012992 139885032593744 139886504249243 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20226] ppid=20161 vsize=10916192 memory=3149784 CPUtime=9.07 cores=0,2,4,6
/proc/20164/task/20226/stat : 20226 (java) S 20161 20164 16080 0 -1 1077944384 56929 12889 0 0 893 6 5 3 20 0 15 0 49174101 11178180608 787446 33554432000 4194304 4196468 140723175012992 139886029748592 139886504241794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20227] ppid=20161 vsize=10916192 memory=3149784 CPUtime=9.08 cores=0,2,4,6
/proc/20164/task/20227/stat : 20227 (java) S 20161 20164 16080 0 -1 1077944384 56836 12889 0 0 894 6 5 3 20 0 15 0 49174101 11178180608 787446 33554432000 4194304 4196468 140723175012992 139886028695792 139886504241794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20228] ppid=20161 vsize=10916192 memory=3149784 CPUtime=3.14 cores=0,2,4,6
/proc/20164/task/20228/stat : 20228 (java) S 20161 20164 16080 0 -1 1077944384 42691 12889 0 0 300 6 5 3 20 0 15 0 49174101 11178180608 787446 33554432000 4194304 4196468 140723175012992 139886027642992 139886504241794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20229] ppid=20161 vsize=10916192 memory=4132 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20229/stat : 20229 (java) S 20161 20164 16080 0 -1 1077944384 3 12889 0 0 0 0 5 3 20 0 15 0 49174101 11178180608 787446 33554432000 4194304 4196468 140723175012992 139884999035104 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20230] ppid=20161 vsize=10916192 memory=3149784 CPUtime=1.51 cores=0,2,4,6
/proc/20164/task/20230/stat : 20230 (java) S 20161 20164 16080 0 -1 1077944384 1930 12889 0 0 67 76 5 3 20 0 15 0 49174101 11178180608 787446 33554432000 4194304 4196468 140723175012992 139886026591408 139886504241794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
Current children cumulated CPU time: 2484.08 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 3149784 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2478.2 s]
/proc/loadavg: 4.26 2.91 2.34 6/220 21093
/proc/meminfo: memFree=9286112/32770624 swapFree=67108860/67108860
[pid=20164] ppid=20161 vsize=10916192 memory=3149784 CPUtime=2520.07 cores=0,2,4,6
/proc/20164/stat : 20164 (java) S 20161 20164 16080 0 -1 1077944320 566229 12889 0 0 251714 285 5 3 20 0 15 0 49174086 11178180608 787446 33554432000 4194304 4196468 140723175012992 140723174995536 139886504230647 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
/proc/20164/statm: 2729048 787446 3539 1 0 2690701 0
[pid=20164/tid=20217] ppid=20161 vsize=10916192 memory=1200 CPUtime=2468.52 cores=0,2,4,6
/proc/20164/task/20217/stat : 20217 (java) R 20161 20164 16080 0 -1 4202560 272497 12889 0 0 246757 87 5 3 20 0 15 0 49174095 11178180608 787446 33554432000 4194304 4196468 140723175012992 139886476063184 139886117022440 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20218] ppid=20161 vsize=10916192 memory=11956 CPUtime=6.89 cores=0,2,4,6
/proc/20164/task/20218/stat : 20218 (java) S 20161 20164 16080 0 -1 1077944384 23750 12889 0 0 655 26 5 3 20 0 15 0 49174096 11178180608 787446 33554432000 4194304 4196468 140723175012992 139886508472976 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20219] ppid=20161 vsize=10916192 memory=1008 CPUtime=6.85 cores=0,2,4,6
/proc/20164/task/20219/stat : 20219 (java) S 20161 20164 16080 0 -1 1077944384 24367 12889 0 0 651 26 5 3 20 0 15 0 49174096 11178180608 787446 33554432000 4194304 4196468 140723175012992 139886423292432 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20220] ppid=20161 vsize=10916192 memory=4620 CPUtime=6.87 cores=0,2,4,6
/proc/20164/task/20220/stat : 20220 (java) S 20161 20164 16080 0 -1 1077944384 26123 12889 0 0 653 26 5 3 20 0 15 0 49174096 11178180608 787446 33554432000 4194304 4196468 140723175012992 139886422239632 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20221] ppid=20161 vsize=10916192 memory=15872 CPUtime=6.85 cores=0,2,4,6
/proc/20164/task/20221/stat : 20221 (java) S 20161 20164 16080 0 -1 1077944384 24684 12889 0 0 653 24 5 3 20 0 15 0 49174096 11178180608 787446 33554432000 4194304 4196468 140723175012992 139886421186832 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20222] ppid=20161 vsize=10916192 memory=3149784 CPUtime=1.87 cores=0,2,4,6
/proc/20164/task/20222/stat : 20222 (java) S 20161 20164 16080 0 -1 1077944384 33899 12889 0 0 157 22 5 3 20 0 15 0 49174098 11178180608 787446 33554432000 4194304 4196468 140723175012992 139886030801776 139886504241794 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20223] ppid=20161 vsize=10916192 memory=9996 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20223/stat : 20223 (java) S 20161 20164 16080 0 -1 1077944384 17 12889 0 0 0 0 5 3 20 0 15 0 49174098 11178180608 787446 33554432000 4194304 4196468 140723175012992 139885943973472 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20224] ppid=20161 vsize=10916192 memory=840 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20224/stat : 20224 (java) S 20161 20164 16080 0 -1 1077944384 10 12889 0 0 0 0 5 3 20 0 15 0 49174098 11178180608 787446 33554432000 4194304 4196468 140723175012992 139885339993472 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20225] ppid=20161 vsize=10916192 memory=1796 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20225/stat : 20225 (java) S 20161 20164 16080 0 -1 1077944384 3 12889 0 0 0 0 5 3 20 0 15 0 49174101 11178180608 787446 33554432000 4194304 4196468 140723175012992 139885032593744 139886504249243 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20226] ppid=20161 vsize=10916192 memory=912 CPUtime=9.07 cores=0,2,4,6
/proc/20164/task/20226/stat : 20226 (java) S 20161 20164 16080 0 -1 1077944384 56931 12889 0 0 893 6 5 3 20 0 15 0 49174101 11178180608 787446 33554432000 4194304 4196468 140723175012992 139886029748592 139886504241794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20227] ppid=20161 vsize=10916192 memory=3852 CPUtime=9.08 cores=0,2,4,6
/proc/20164/task/20227/stat : 20227 (java) S 20161 20164 16080 0 -1 1077944384 56838 12889 0 0 894 6 5 3 20 0 15 0 49174101 11178180608 787446 33554432000 4194304 4196468 140723175012992 139886028695792 139886504241794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20228] ppid=20161 vsize=10916192 memory=2700 CPUtime=3.14 cores=0,2,4,6
/proc/20164/task/20228/stat : 20228 (java) S 20161 20164 16080 0 -1 1077944384 42960 12889 0 0 300 6 5 3 20 0 15 0 49174101 11178180608 787446 33554432000 4194304 4196468 140723175012992 139886027642992 139886504241794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20229] ppid=20161 vsize=10916192 memory=2920 CPUtime=0.08 cores=0,2,4,6
/proc/20164/task/20229/stat : 20229 (java) S 20161 20164 16080 0 -1 1077944384 3 12889 0 0 0 0 5 3 20 0 15 0 49174101 11178180608 787446 33554432000 4194304 4196468 140723175012992 139884999035104 139886504240853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
[pid=20164/tid=20230] ppid=20161 vsize=10916192 memory=1408 CPUtime=1.53 cores=0,2,4,6
/proc/20164/task/20230/stat : 20230 (java) S 20161 20164 16080 0 -1 1077944384 1959 12889 0 0 68 77 5 3 20 0 15 0 49174101 11178180608 787446 33554432000 4194304 4196468 140723175012992 139886026591408 139886504241794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10158080 140723175020715 140723175023964 140723175023964 140723175026639 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 3149784 KiB

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

[startup+2478.26 s]
# the end of solver process 20164 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.24 s, system=2.90251 s

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

Child status: 143
Real time (s): 2478.26
CPU time (s): 2520.14
CPU user time (s): 2517.24
CPU system time (s): 2.90251
CPU usage (%): 101.69
Max. virtual memory (cumulated for all children) (KiB): 10918960
Max. memory (cumulated for all children) (KiB): 3150776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.24
system time used= 2.90251
maximum resident set size= 3153892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 579806
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 93364
involuntary context switches= 6250


# summary of solver processes directly reported to runsolver:
#   pid: 20164
#   total CPU time (s): 2520.14
#   total CPU user time (s): 2517.24
#   total CPU system time (s): 2.90251

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6572 second user time and 23.8099 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-23 05:21:49
IDJOB=4293506
IDBENCH=141183
IDSOLVER=2751
FILE ID=node132/4293506-1532316109
RUNJOBID= node132-1532296193-16111
PBS_JOBID= 21018987
Free space on /tmp= 55032 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Rlfap/Rlfap-dec-scens11/Rlfap-scen-11-f04_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293506-1532316109/watcher-4293506-1532316109 -o /tmp/evaluation-result-4293506-1532316109/solver-4293506-1532316109 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532296193-16111 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1060902595 -superng HOME/instance-4293506-1532316109.xml

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

MD5SUM BENCH= 3c3f91fe2d5d1aa7af585cdf812638b5
RANDOM SEED=1060902595

node132.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.65
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.65
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.65
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.65
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:        18097324 kB
MemAvailable:   29252556 kB
Buffers:          260320 kB
Cached:         11040904 kB
SwapCached:            0 kB
Active:          4853988 kB
Inactive:        9181492 kB
Active(anon):    2737328 kB
Inactive(anon):    17028 kB
Active(file):    2116660 kB
Inactive(file):  9164464 kB
Unevictable:        6988 kB
Mlocked:            6988 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26936 kB
Writeback:             8 kB
AnonPages:       2741496 kB
Mapped:            49764 kB
Shmem:             17056 kB
Slab:             330176 kB
SReclaimable:     302568 kB
SUnreclaim:        27608 kB
KernelStack:        3632 kB
PageTables:        10232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3506860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2502656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55004 MiB
End job on node132 at 2018-07-23 06:03:08