Trace number 4294997

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.15 2338.75

General information on the benchmark

NameCarSequencing/
CarSequencing-65-01_c18.xml
MD5SUM48ac70ebdae407305a9c210468be8830
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark46.4087
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1389
Number of domains2
Minimum domain size2
Maximum domain size26
Distribution of domain sizes[{"size":2,"count":1000},{"size":26,"count":200}]
Minimum variable degree2
Maximum variable degree61
Distribution of variable degrees[{"degree":2,"count":200},{"degree":3,"count":5},{"degree":4,"count":5},{"degree":5,"count":6},{"degree":6,"count":10},{"degree":7,"count":10},{"degree":8,"count":18},{"degree":9,"count":18},{"degree":10,"count":18},{"degree":11,"count":18},{"degree":12,"count":18},{"degree":13,"count":18},{"degree":14,"count":18},{"degree":15,"count":18},{"degree":16,"count":18},{"degree":17,"count":18},{"degree":18,"count":18},{"degree":19,"count":18},{"degree":20,"count":18},{"degree":21,"count":18},{"degree":22,"count":19},{"degree":23,"count":19},{"degree":24,"count":20},{"degree":25,"count":20},{"degree":26,"count":115},"...",{"degree":37,"count":8}, {"degree":38,"count":8}, {"degree":39,"count":8}, {"degree":40,"count":8}, {"degree":41,"count":8}, {"degree":42,"count":8}, {"degree":43,"count":8}, {"degree":44,"count":8}, {"degree":45,"count":8}, {"degree":46,"count":8}, {"degree":47,"count":8}, {"degree":48,"count":8}, {"degree":49,"count":8}, {"degree":50,"count":8}, {"degree":51,"count":9}, {"degree":52,"count":109}, {"degree":53,"count":6}, {"degree":54,"count":6}, {"degree":55,"count":7}, {"degree":56,"count":7}, {"degree":57,"count":45}, {"degree":58,"count":3}, {"degree":59,"count":4}, {"degree":60,"count":4}, {"degree":61,"count":30}]
Minimum constraint arity2
Maximum constraint arity200
Distribution of constraint arities[{"arity":2,"count":199},{"arity":3,"count":396},{"arity":5,"count":392},{"arity":6,"count":200},{"arity":32,"count":1},{"arity":35,"count":1},{"arity":38,"count":1},{"arity":41,"count":1},{"arity":44,"count":2},{"arity":47,"count":2},{"arity":50,"count":2},{"arity":53,"count":2},{"arity":56,"count":2},{"arity":59,"count":2},{"arity":62,"count":2},{"arity":65,"count":2},{"arity":68,"count":2},{"arity":71,"count":2},{"arity":74,"count":2},{"arity":77,"count":2},{"arity":80,"count":2},{"arity":83,"count":2},{"arity":86,"count":2},{"arity":89,"count":2},{"arity":92,"count":2},"...",{"arity":167,"count":2}, {"arity":168,"count":1}, {"arity":170,"count":5}, {"arity":172,"count":1}, {"arity":173,"count":2}, {"arity":174,"count":1}, {"arity":175,"count":2}, {"arity":176,"count":3}, {"arity":178,"count":1}, {"arity":179,"count":2}, {"arity":180,"count":3}, {"arity":182,"count":3}, {"arity":184,"count":1}, {"arity":185,"count":4}, {"arity":186,"count":1}, {"arity":188,"count":3}, {"arity":190,"count":3}, {"arity":191,"count":2}, {"arity":192,"count":1}, {"arity":194,"count":3}, {"arity":195,"count":2}, {"arity":196,"count":1}, {"arity":197,"count":2}, {"arity":198,"count":1}, {"arity":200,"count":6}]
Number of extensional constraints200
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":200},{"type":"sum","count":1188},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294997-1532510565/watcher-4294997-1532510565 -o /tmp/evaluation-result-4294997-1532510565/solver-4294997-1532510565 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532498695-4224 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=2053907417 -superng HOME/instance-4294997-1532510565.xml 

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

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

solver pid=6176, runsolver pid=6173

[startup+0.100061 s]*
/proc/loadavg: 1.77 1.81 1.83 3/211 6233
/proc/meminfo: memFree=17829632/32770624 swapFree=67108860/67108860
[pid=6176] ppid=6173 vsize=9972712 memory=16548 CPUtime=0.08 cores=1,3,5,7
/proc/6176/stat : 6176 (java) S 6173 6176 4192 0 -1 1077944320 4303 13432 0 0 1 0 5 2 20 0 6 0 68619658 10212057088 4137 33554432000 4194304 4196468 140729375258048 140729375240592 139977850380023 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
/proc/6176/statm: 2493178 4137 1932 1 0 2481616 0
[pid=6176/tid=6229] ppid=6173 vsize=9972712 memory=4718545630382498451 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6229/stat : 6229 (java) R 6173 6176 4192 0 -1 4202560 2153 13432 0 0 0 0 5 2 20 0 6 0 68619667 10212057088 4203 33554432000 4194304 4196468 140729375258048 139977822216784 139977834460510 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6230] ppid=6173 vsize=9972712 memory=5793855048662350265 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6230/stat : 6230 (java) S 6173 6176 4192 0 -1 1077944384 1 13432 0 0 0 0 5 2 20 0 6 0 68619668 10212057088 4203 33554432000 4194304 4196468 140729375258048 139977854622864 139977850390229 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6231] ppid=6173 vsize=9972712 memory=139797652457088 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6231/stat : 6231 (java) S 6173 6176 4192 0 -1 1077944384 1 13432 0 0 0 0 5 2 20 0 6 0 68619668 10212057088 4203 33554432000 4194304 4196468 140729375258048 139977753512976 139977850390229 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6232] ppid=6173 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6232/stat : 6232 (java) S 6173 6176 4192 0 -1 1077944384 1 13432 0 0 0 0 5 2 20 0 6 0 68619668 10212057088 4203 33554432000 4194304 4196468 140729375258048 139977752460176 139977850390229 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6233] ppid=6173 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6233/stat : 6233 (java) S 6173 6176 4192 0 -1 1077944384 2 13432 0 0 0 0 5 2 20 0 6 0 68619668 10212057088 4203 33554432000 4194304 4196468 140729375258048 139977751407376 139977850390229 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16548 KiB

[startup+0.210273 s]*
/proc/loadavg: 1.77 1.81 1.83 3/220 6242
/proc/meminfo: memFree=17807016/32770624 swapFree=67108860/67108860
[pid=6176] ppid=6173 vsize=10818904 memory=41140 CPUtime=0.25 cores=1,3,5,7
/proc/6176/stat : 6176 (java) S 6173 6176 4192 0 -1 1077944320 7553 13432 0 0 16 2 5 2 20 0 15 0 68619658 11078557696 10285 33554432000 4194304 4196468 140729375258048 140729375240592 139977850380023 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
/proc/6176/statm: 2704726 10285 2926 1 0 2667149 0
[pid=6176/tid=6229] ppid=6173 vsize=10818904 memory=-2899909650764262549 CPUtime=0.18 cores=1,3,5,7
/proc/6176/task/6229/stat : 6229 (java) R 6173 6176 4192 0 -1 4202560 4393 13432 0 0 10 1 5 2 20 0 15 0 68619667 11078557696 10483 33554432000 4194304 4196468 140729375258048 139977822197136 139977830655851 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6230] ppid=6173 vsize=10818904 memory=4211973523857247626 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6230/stat : 6230 (java) S 6173 6176 4192 0 -1 1077944384 1 13432 0 0 0 0 5 2 20 0 15 0 68619668 11078557696 10483 33554432000 4194304 4196468 140729375258048 139977854622864 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6231] ppid=6173 vsize=10818904 memory=139797652457088 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6231/stat : 6231 (java) S 6173 6176 4192 0 -1 1077944384 1 13432 0 0 0 0 5 2 20 0 15 0 68619668 11078557696 10483 33554432000 4194304 4196468 140729375258048 139977753512976 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6232] ppid=6173 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6232/stat : 6232 (java) S 6173 6176 4192 0 -1 1077944384 1 13432 0 0 0 0 5 2 20 0 15 0 68619668 11078557696 10483 33554432000 4194304 4196468 140729375258048 139977752460176 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6233] ppid=6173 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6233/stat : 6233 (java) S 6173 6176 4192 0 -1 1077944384 2 13432 0 0 0 0 5 2 20 0 15 0 68619668 11078557696 10483 33554432000 4194304 4196468 140729375258048 139977751407376 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6234] ppid=6173 vsize=10818904 memory=139797652457088 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6234/stat : 6234 (java) S 6173 6176 4192 0 -1 1077944384 2 13432 0 0 0 0 5 2 20 0 15 0 68619669 11078557696 10483 33554432000 4194304 4196468 140729375258048 139977309948272 139977850391170 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6235] ppid=6173 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6235/stat : 6235 (java) S 6173 6176 4192 0 -1 1077944384 13 13432 0 0 0 0 5 2 20 0 15 0 68619670 11078557696 10483 33554432000 4194304 4196468 140729375258048 139976742265888 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6236] ppid=6173 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6236/stat : 6236 (java) S 6173 6176 4192 0 -1 1077944384 1 13432 0 0 0 0 5 2 20 0 15 0 68619670 11078557696 10549 33554432000 4194304 4196468 140729375258048 139976608047984 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6237] ppid=6173 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6237/stat : 6237 (java) S 6173 6176 4192 0 -1 1077944384 3 13432 0 0 0 0 5 2 20 0 15 0 68619673 11078557696 10549 33554432000 4194304 4196468 140729375258048 139976367757136 139977850398619 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6238] ppid=6173 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6176/task/6238/stat : 6238 (java) S 6173 6176 4192 0 -1 1077944384 526 13432 0 0 1 0 5 2 20 0 15 0 68619673 11078557696 10549 33554432000 4194304 4196468 140729375258048 139977308896112 139977850391170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6239] ppid=6173 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6239/stat : 6239 (java) S 6173 6176 4192 0 -1 1077944384 55 13432 0 0 0 0 5 2 20 0 15 0 68619673 11078557696 10549 33554432000 4194304 4196468 140729375258048 139977307843312 139977850391170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6240] ppid=6173 vsize=10818904 memory=139797652457088 CPUtime=0.1 cores=1,3,5,7
/proc/6176/task/6240/stat : 6240 (java) S 6173 6176 4192 0 -1 1077944384 549 13432 0 0 3 0 5 2 20 0 15 0 68619673 11078557696 10549 33554432000 4194304 4196468 140729375258048 139977306790512 139977850391170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6241] ppid=6173 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6241/stat : 6241 (java) S 6173 6176 4192 0 -1 1077944384 3 13432 0 0 0 0 5 2 20 0 15 0 68619673 11078557696 10549 33554432000 4194304 4196468 140729375258048 139976334199520 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6242] ppid=6173 vsize=10818904 memory=139797652457088 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6242/stat : 6242 (java) S 6173 6176 4192 0 -1 1077944384 1 13432 0 0 0 0 5 2 20 0 15 0 68619673 11078557696 10549 33554432000 4194304 4196468 140729375258048 139977305737904 139977850391170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 41140 KiB

[startup+0.31045 s]*
/proc/loadavg: 1.77 1.81 1.83 3/220 6242
/proc/meminfo: memFree=17795852/32770624 swapFree=67108860/67108860
[pid=6176] ppid=6173 vsize=10819352 memory=53916 CPUtime=0.38 cores=1,3,5,7
/proc/6176/stat : 6176 (java) S 6173 6176 4192 0 -1 1077944320 10574 13432 0 0 28 3 5 2 20 0 15 0 68619658 11079016448 13479 33554432000 4194304 4196468 140729375258048 140729375240592 139977850380023 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
/proc/6176/statm: 2704838 13479 3045 1 0 2667149 0
[pid=6176/tid=6229] ppid=6173 vsize=10819352 memory=8112282956445269571 CPUtime=0.28 cores=1,3,5,7
/proc/6176/task/6229/stat : 6229 (java) R 6173 6176 4192 0 -1 4202560 7224 13432 0 0 19 2 5 2 20 0 15 0 68619667 11079016448 13479 33554432000 4194304 4196468 140729375258048 139977822192032 139977834460510 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6230] ppid=6173 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6230/stat : 6230 (java) S 6173 6176 4192 0 -1 1077944384 1 13432 0 0 0 0 5 2 20 0 15 0 68619668 11079016448 13479 33554432000 4194304 4196468 140729375258048 139977854622864 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6231] ppid=6173 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6231/stat : 6231 (java) S 6173 6176 4192 0 -1 1077944384 1 13432 0 0 0 0 5 2 20 0 15 0 68619668 11079016448 13479 33554432000 4194304 4196468 140729375258048 139977753512976 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6232] ppid=6173 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6232/stat : 6232 (java) S 6173 6176 4192 0 -1 1077944384 1 13432 0 0 0 0 5 2 20 0 15 0 68619668 11079016448 13479 33554432000 4194304 4196468 140729375258048 139977752460176 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6233] ppid=6173 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6233/stat : 6233 (java) S 6173 6176 4192 0 -1 1077944384 2 13432 0 0 0 0 5 2 20 0 15 0 68619668 11079016448 13479 33554432000 4194304 4196468 140729375258048 139977751407376 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6234] ppid=6173 vsize=10819352 memory=139797652457087 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6234/stat : 6234 (java) S 6173 6176 4192 0 -1 1077944384 2 13432 0 0 0 0 5 2 20 0 15 0 68619669 11079016448 13479 33554432000 4194304 4196468 140729375258048 139977309948272 139977850391170 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6235] ppid=6173 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6235/stat : 6235 (java) S 6173 6176 4192 0 -1 1077944384 13 13432 0 0 0 0 5 2 20 0 15 0 68619670 11079016448 13479 33554432000 4194304 4196468 140729375258048 139976742265888 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6236] ppid=6173 vsize=10819352 memory=139797652457088 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6236/stat : 6236 (java) S 6173 6176 4192 0 -1 1077944384 1 13432 0 0 0 0 5 2 20 0 15 0 68619670 11079016448 13479 33554432000 4194304 4196468 140729375258048 139976608047984 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6237] ppid=6173 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6237/stat : 6237 (java) S 6173 6176 4192 0 -1 1077944384 3 13432 0 0 0 0 5 2 20 0 15 0 68619673 11079016448 13479 33554432000 4194304 4196468 140729375258048 139976367757136 139977850398619 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6238] ppid=6173 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6176/task/6238/stat : 6238 (java) S 6173 6176 4192 0 -1 1077944384 526 13432 0 0 1 0 5 2 20 0 15 0 68619673 11079016448 13479 33554432000 4194304 4196468 140729375258048 139977308896112 139977850391170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6239] ppid=6173 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6176/task/6239/stat : 6239 (java) S 6173 6176 4192 0 -1 1077944384 56 13432 0 0 1 0 5 2 20 0 15 0 68619673 11079016448 13479 33554432000 4194304 4196468 140729375258048 139977307843312 139977850391170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6240] ppid=6173 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/6176/task/6240/stat : 6240 (java) S 6173 6176 4192 0 -1 1077944384 558 13432 0 0 5 0 5 2 20 0 15 0 68619673 11079016448 13479 33554432000 4194304 4196468 140729375258048 139977306790512 139977850391170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6241] ppid=6173 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6241/stat : 6241 (java) S 6173 6176 4192 0 -1 1077944384 3 13432 0 0 0 0 5 2 20 0 15 0 68619673 11079016448 13479 33554432000 4194304 4196468 140729375258048 139976334199520 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6242] ppid=6173 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6242/stat : 6242 (java) S 6173 6176 4192 0 -1 1077944384 1 13432 0 0 0 0 5 2 20 0 15 0 68619673 11079016448 13479 33554432000 4194304 4196468 140729375258048 139977305737904 139977850391170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53916 KiB

[startup+0.700791 s]
/proc/loadavg: 1.77 1.81 1.83 4/220 6242
/proc/meminfo: memFree=17784820/32770624 swapFree=67108860/67108860
[pid=6176] ppid=6173 vsize=10819352 memory=86604 CPUtime=0.98 cores=1,3,5,7
/proc/6176/stat : 6176 (java) S 6173 6176 4192 0 -1 1077944320 16750 13432 0 0 87 4 5 2 20 0 15 0 68619658 11079016448 21651 33554432000 4194304 4196468 140729375258048 140729375240592 139977850380023 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
/proc/6176/statm: 2704838 21651 3245 1 0 2667149 0
[pid=6176/tid=6229] ppid=6173 vsize=10819352 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/6176/task/6229/stat : 6229 (java) R 6173 6176 4192 0 -1 4202560 12320 13432 0 0 55 3 5 2 20 0 15 0 68619667 11079016448 21651 33554432000 4194304 4196468 140729375258048 139977822200848 139977834460510 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6230] ppid=6173 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6230/stat : 6230 (java) S 6173 6176 4192 0 -1 1077944384 1 13432 0 0 0 0 5 2 20 0 15 0 68619668 11079016448 21651 33554432000 4194304 4196468 140729375258048 139977854622864 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6231] ppid=6173 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6231/stat : 6231 (java) S 6173 6176 4192 0 -1 1077944384 1 13432 0 0 0 0 5 2 20 0 15 0 68619668 11079016448 21651 33554432000 4194304 4196468 140729375258048 139977753512976 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6232] ppid=6173 vsize=10819352 memory=4132 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6232/stat : 6232 (java) S 6173 6176 4192 0 -1 1077944384 1 13432 0 0 0 0 5 2 20 0 15 0 68619668 11079016448 21651 33554432000 4194304 4196468 140729375258048 139977752460176 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6233] ppid=6173 vsize=10819352 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6233/stat : 6233 (java) S 6173 6176 4192 0 -1 1077944384 2 13432 0 0 0 0 5 2 20 0 15 0 68619668 11079016448 21651 33554432000 4194304 4196468 140729375258048 139977751407376 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6234] ppid=6173 vsize=10819352 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6234/stat : 6234 (java) S 6173 6176 4192 0 -1 1077944384 5 13432 0 0 0 0 5 2 20 0 15 0 68619669 11079016448 21651 33554432000 4194304 4196468 140729375258048 139977309948272 139977850391170 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6235] ppid=6173 vsize=10819352 memory=139797494506736 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6235/stat : 6235 (java) S 6173 6176 4192 0 -1 1077944384 13 13432 0 0 0 0 5 2 20 0 15 0 68619670 11079016448 21651 33554432000 4194304 4196468 140729375258048 139976742265888 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6236] ppid=6173 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6236/stat : 6236 (java) S 6173 6176 4192 0 -1 1077944384 1 13432 0 0 0 0 5 2 20 0 15 0 68619670 11079016448 21651 33554432000 4194304 4196468 140729375258048 139976608047984 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6237] ppid=6173 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6237/stat : 6237 (java) S 6173 6176 4192 0 -1 1077944384 3 13432 0 0 0 0 5 2 20 0 15 0 68619673 11079016448 21651 33554432000 4194304 4196468 140729375258048 139976367757136 139977850398619 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6238] ppid=6173 vsize=10819352 memory=6944656575208382560 CPUtime=0.15 cores=1,3,5,7
/proc/6176/task/6238/stat : 6238 (java) S 6173 6176 4192 0 -1 1077944384 937 13432 0 0 8 0 5 2 20 0 15 0 68619673 11079016448 21651 33554432000 4194304 4196468 140729375258048 139977308896112 139977850391170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6239] ppid=6173 vsize=10819352 memory=6656426216303648864 CPUtime=0.16 cores=1,3,5,7
/proc/6176/task/6239/stat : 6239 (java) R 6173 6176 4192 0 -1 1077944384 639 13432 0 0 9 0 5 2 20 0 15 0 68619673 11079016448 21651 33554432000 4194304 4196468 140729375258048 139977307843312 139977850391170 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6240] ppid=6173 vsize=10819352 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/6176/task/6240/stat : 6240 (java) R 6173 6176 4192 0 -1 4202560 635 13432 0 0 13 0 5 2 20 0 15 0 68619673 11079016448 21651 33554432000 4194304 4196468 140729375258048 139977306790512 139977828917628 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6241] ppid=6173 vsize=10819352 memory=6944656592455359580 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6241/stat : 6241 (java) S 6173 6176 4192 0 -1 1077944384 3 13432 0 0 0 0 5 2 20 0 15 0 68619673 11079016448 21651 33554432000 4194304 4196468 140729375258048 139976334199520 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6242] ppid=6173 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6242/stat : 6242 (java) S 6173 6176 4192 0 -1 1077944384 1 13432 0 0 0 0 5 2 20 0 15 0 68619673 11079016448 21651 33554432000 4194304 4196468 140729375258048 139977305737904 139977850391170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86604 KiB

[startup+1.50128 s]
/proc/loadavg: 1.71 1.80 1.82 3/220 6242
/proc/meminfo: memFree=17737968/32770624 swapFree=67108860/67108860
[pid=6176] ppid=6173 vsize=10834252 memory=199320 CPUtime=2.95 cores=1,3,5,7
/proc/6176/stat : 6176 (java) S 6173 6176 4192 0 -1 1077944320 26025 13432 0 0 278 10 5 2 20 0 15 0 68619658 11094274048 49830 33554432000 4194304 4196468 140729375258048 140729375240592 139977850380023 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
/proc/6176/statm: 2708563 49830 3490 1 0 2670221 0
[pid=6176/tid=6229] ppid=6173 vsize=10834252 memory=0 CPUtime=1.4 cores=1,3,5,7
/proc/6176/task/6229/stat : 6229 (java) R 6173 6176 4192 0 -1 4202560 17309 13432 0 0 127 6 5 2 20 0 15 0 68619667 11094274048 49830 33554432000 4194304 4196468 140729375258048 139977822197264 139977850401949 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6230] ppid=6173 vsize=10834252 memory=4132 CPUtime=0.09 cores=1,3,5,7
/proc/6176/task/6230/stat : 6230 (java) S 6173 6176 4192 0 -1 1077944384 92 13432 0 0 2 0 5 2 20 0 15 0 68619668 11094274048 49830 33554432000 4194304 4196468 140729375258048 139977854622864 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6231] ppid=6173 vsize=10834252 memory=20844 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6231/stat : 6231 (java) S 6173 6176 4192 0 -1 1077944384 41 13432 0 0 0 0 5 2 20 0 15 0 68619668 11094274048 49830 33554432000 4194304 4196468 140729375258048 139977753512976 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6232] ppid=6173 vsize=10834252 memory=1292 CPUtime=0.08 cores=1,3,5,7
/proc/6176/task/6232/stat : 6232 (java) S 6173 6176 4192 0 -1 1077944384 1 13432 0 0 1 0 5 2 20 0 15 0 68619668 11094274048 49830 33554432000 4194304 4196468 140729375258048 139977752460176 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6233] ppid=6173 vsize=10834252 memory=100072 CPUtime=0.08 cores=1,3,5,7
/proc/6176/task/6233/stat : 6233 (java) S 6173 6176 4192 0 -1 1077944384 141 13432 0 0 1 0 5 2 20 0 15 0 68619668 11094274048 49830 33554432000 4194304 4196468 140729375258048 139977751407376 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6234] ppid=6173 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6176/task/6234/stat : 6234 (java) S 6173 6176 4192 0 -1 1077944384 51 13432 0 0 1 0 5 2 20 0 15 0 68619669 11094274048 49830 33554432000 4194304 4196468 140729375258048 139977309948272 139977850391170 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6235] ppid=6173 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6235/stat : 6235 (java) S 6173 6176 4192 0 -1 1077944384 14 13432 0 0 0 0 5 2 20 0 15 0 68619670 11094274048 49830 33554432000 4194304 4196468 140729375258048 139976742265888 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6236] ppid=6173 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6236/stat : 6236 (java) S 6173 6176 4192 0 -1 1077944384 2 13432 0 0 0 0 5 2 20 0 15 0 68619670 11094274048 49830 33554432000 4194304 4196468 140729375258048 139976608047984 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6237] ppid=6173 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6237/stat : 6237 (java) S 6173 6176 4192 0 -1 1077944384 3 13432 0 0 0 0 5 2 20 0 15 0 68619673 11094274048 49830 33554432000 4194304 4196468 140729375258048 139976367757136 139977850398619 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6238] ppid=6173 vsize=10834252 memory=0 CPUtime=0.62 cores=1,3,5,7
/proc/6176/task/6238/stat : 6238 (java) R 6173 6176 4192 0 -1 4202560 3027 13432 0 0 55 0 5 2 20 0 15 0 68619673 11094274048 49830 33554432000 4194304 4196468 140729375258048 139977308882576 139977829626257 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6239] ppid=6173 vsize=10834252 memory=0 CPUtime=0.51 cores=1,3,5,7
/proc/6176/task/6239/stat : 6239 (java) S 6173 6176 4192 0 -1 1077944384 1714 13432 0 0 44 0 5 2 20 0 15 0 68619673 11094274048 49830 33554432000 4194304 4196468 140729375258048 139977307843312 139977850391170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6240] ppid=6173 vsize=10834252 memory=0 CPUtime=0.49 cores=1,3,5,7
/proc/6176/task/6240/stat : 6240 (java) R 6173 6176 4192 0 -1 4202560 1438 13432 0 0 42 0 5 2 20 0 15 0 68619673 11094274048 49830 33554432000 4194304 4196468 140729375258048 139977306790512 139977828900112 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6241] ppid=6173 vsize=10834252 memory=288230596050944315 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6241/stat : 6241 (java) S 6173 6176 4192 0 -1 1077944384 3 13432 0 0 0 0 5 2 20 0 15 0 68619673 11094274048 49830 33554432000 4194304 4196468 140729375258048 139976334199520 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6242] ppid=6173 vsize=10834252 memory=16100360058046859 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6242/stat : 6242 (java) S 6173 6176 4192 0 -1 1077944384 1 13432 0 0 0 0 5 2 20 0 15 0 68619673 11094274048 49830 33554432000 4194304 4196468 140729375258048 139977305737904 139977850391170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
Current children cumulated CPU time: 2.95 s
Current children cumulated vsize: 10834252 KiB

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

/proc/6176/task/6229/stat : 6229 (java) R 6173 6176 4192 0 -1 4202560 252501 13432 0 0 221001 59 5 2 20 0 15 0 68619667 11113168896 1134545 33554432000 4194304 4196468 140729375258048 139977822211304 139977453129258 0 4 0 16800975 0 0 0 -1 3 0 0 54 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6230] ppid=6173 vsize=10852704 memory=279594989872688 CPUtime=49.59 cores=1,3,5,7
/proc/6176/task/6230/stat : 6230 (java) S 6173 6176 4192 0 -1 1077944384 54541 13432 0 0 4788 164 5 2 20 0 15 0 68619668 11113168896 1134545 33554432000 4194304 4196468 140729375258048 139977854622864 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6231] ppid=6173 vsize=10852704 memory=4538180 CPUtime=49.69 cores=1,3,5,7
/proc/6176/task/6231/stat : 6231 (java) S 6173 6176 4192 0 -1 1077944384 52916 13432 0 0 4799 163 5 2 20 0 15 0 68619668 11113168896 1134545 33554432000 4194304 4196468 140729375258048 139977753512976 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6232] ppid=6173 vsize=10852704 memory=4538180 CPUtime=49.65 cores=1,3,5,7
/proc/6176/task/6232/stat : 6232 (java) S 6173 6176 4192 0 -1 1077944384 57292 13432 0 0 4799 159 5 2 20 0 15 0 68619668 11113168896 1134545 33554432000 4194304 4196468 140729375258048 139977752460176 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6233] ppid=6173 vsize=10852704 memory=4538180 CPUtime=49.48 cores=1,3,5,7
/proc/6176/task/6233/stat : 6233 (java) S 6173 6176 4192 0 -1 1077944384 62102 13432 0 0 4777 164 5 2 20 0 15 0 68619668 11113168896 1134545 33554432000 4194304 4196468 140729375258048 139977751407376 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6234] ppid=6173 vsize=10852704 memory=4538180 CPUtime=0.87 cores=1,3,5,7
/proc/6176/task/6234/stat : 6234 (java) S 6173 6176 4192 0 -1 1077944384 70028 13432 0 0 70 10 5 2 20 0 15 0 68619669 11113168896 1134545 33554432000 4194304 4196468 140729375258048 139977309948272 139977850391170 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6235] ppid=6173 vsize=10852704 memory=4620 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6235/stat : 6235 (java) S 6173 6176 4192 0 -1 1077944384 30 13432 0 0 0 0 5 2 20 0 15 0 68619670 11113168896 1134545 33554432000 4194304 4196468 140729375258048 139976742265952 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6236] ppid=6173 vsize=10852704 memory=4538180 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6236/stat : 6236 (java) S 6173 6176 4192 0 -1 1077944384 6 13432 0 0 0 0 5 2 20 0 15 0 68619670 11113168896 1134545 33554432000 4194304 4196468 140729375258048 139976608048000 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6237] ppid=6173 vsize=10852704 memory=4538180 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6237/stat : 6237 (java) S 6173 6176 4192 0 -1 1077944384 3 13432 0 0 0 0 5 2 20 0 15 0 68619673 11113168896 1134545 33554432000 4194304 4196468 140729375258048 139976367757136 139977850398619 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6238] ppid=6173 vsize=10852704 memory=4538180 CPUtime=15.14 cores=1,3,5,7
/proc/6176/task/6238/stat : 6238 (java) S 6173 6176 4192 0 -1 1077944384 71760 13432 0 0 1498 9 5 2 20 0 15 0 68619673 11113168896 1134545 33554432000 4194304 4196468 140729375258048 139977308896112 139977850391170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6239] ppid=6173 vsize=10852704 memory=4538180 CPUtime=12.75 cores=1,3,5,7
/proc/6176/task/6239/stat : 6239 (java) S 6173 6176 4192 0 -1 1077944384 52776 13432 0 0 1260 8 5 2 20 0 15 0 68619673 11113168896 1134545 33554432000 4194304 4196468 140729375258048 139977307843312 139977850391170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6240] ppid=6173 vsize=10852704 memory=4538180 CPUtime=4.5 cores=1,3,5,7
/proc/6176/task/6240/stat : 6240 (java) S 6173 6176 4192 0 -1 1077944384 61001 13432 0 0 434 9 5 2 20 0 15 0 68619673 11113168896 1134545 33554432000 4194304 4196468 140729375258048 139977306790512 139977850391170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6241] ppid=6173 vsize=10852704 memory=2444 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6241/stat : 6241 (java) S 6173 6176 4192 0 -1 1077944384 3 13432 0 0 0 0 5 2 20 0 15 0 68619673 11113168896 1134545 33554432000 4194304 4196468 140729375258048 139976334199520 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6242] ppid=6173 vsize=10852704 memory=1832 CPUtime=1.34 cores=1,3,5,7
/proc/6176/task/6242/stat : 6242 (java) S 6173 6176 4192 0 -1 1077944384 2045 13432 0 0 58 69 5 2 20 0 15 0 68619673 11113168896 1134545 33554432000 4194304 4196468 140729375258048 139977305737904 139977850391170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 60 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
Current children cumulated CPU time: 2443.16 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 4538180 KiB

[startup+2322.3 s]
/proc/loadavg: 1.77 1.79 1.85 3/219 6466
/proc/meminfo: memFree=10494776/32770624 swapFree=67108860/67108860
[pid=6176] ppid=6173 vsize=10852704 memory=4538200 CPUtime=2503.65 cores=1,3,5,7
/proc/6176/stat : 6176 (java) S 6173 6176 4192 0 -1 1077944320 753867 13432 0 0 249553 805 5 2 20 0 15 0 68619658 11113168896 1134550 33554432000 4194304 4196468 140729375258048 140729375240592 139977850380023 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
/proc/6176/statm: 2713176 1134550 3535 1 0 2674829 0
[pid=6176/tid=6229] ppid=6173 vsize=10852704 memory=4538200 CPUtime=2270.6 cores=1,3,5,7
/proc/6176/task/6229/stat : 6229 (java) R 6173 6176 4192 0 -1 4202560 258175 13432 0 0 226992 61 5 2 20 0 15 0 68619667 11113168896 1134550 33554432000 4194304 4196468 140729375258048 139977822214416 139977454514316 0 4 0 16800975 0 0 0 -1 5 0 0 54 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6230] ppid=6173 vsize=10852704 memory=4538200 CPUtime=49.66 cores=1,3,5,7
/proc/6176/task/6230/stat : 6230 (java) S 6173 6176 4192 0 -1 1077944384 54695 13432 0 0 4795 164 5 2 20 0 15 0 68619668 11113168896 1134550 33554432000 4194304 4196468 140729375258048 139977854622864 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6231] ppid=6173 vsize=10852704 memory=4538200 CPUtime=49.76 cores=1,3,5,7
/proc/6176/task/6231/stat : 6231 (java) S 6173 6176 4192 0 -1 1077944384 53784 13432 0 0 4806 163 5 2 20 0 15 0 68619668 11113168896 1134550 33554432000 4194304 4196468 140729375258048 139977753512976 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6232] ppid=6173 vsize=10852704 memory=4538200 CPUtime=49.72 cores=1,3,5,7
/proc/6176/task/6232/stat : 6232 (java) S 6173 6176 4192 0 -1 1077944384 59059 13432 0 0 4806 159 5 2 20 0 15 0 68619668 11113168896 1134550 33554432000 4194304 4196468 140729375258048 139977752460176 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6233] ppid=6173 vsize=10852704 memory=4538200 CPUtime=49.55 cores=1,3,5,7
/proc/6176/task/6233/stat : 6233 (java) S 6173 6176 4192 0 -1 1077944384 62243 13432 0 0 4783 165 5 2 20 0 15 0 68619668 11113168896 1134550 33554432000 4194304 4196468 140729375258048 139977751407376 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6234] ppid=6173 vsize=10852704 memory=4538200 CPUtime=0.87 cores=1,3,5,7
/proc/6176/task/6234/stat : 6234 (java) S 6173 6176 4192 0 -1 1077944384 70349 13432 0 0 70 10 5 2 20 0 15 0 68619669 11113168896 1134550 33554432000 4194304 4196468 140729375258048 139977309948272 139977850391170 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6235] ppid=6173 vsize=10852704 memory=55 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6235/stat : 6235 (java) S 6173 6176 4192 0 -1 1077944384 30 13432 0 0 0 0 5 2 20 0 15 0 68619670 11113168896 1134550 33554432000 4194304 4196468 140729375258048 139976742265952 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6236] ppid=6173 vsize=10852704 memory=4538200 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6236/stat : 6236 (java) S 6173 6176 4192 0 -1 1077944384 6 13432 0 0 0 0 5 2 20 0 15 0 68619670 11113168896 1134550 33554432000 4194304 4196468 140729375258048 139976608048000 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6237] ppid=6173 vsize=10852704 memory=4538200 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6237/stat : 6237 (java) S 6173 6176 4192 0 -1 1077944384 3 13432 0 0 0 0 5 2 20 0 15 0 68619673 11113168896 1134550 33554432000 4194304 4196468 140729375258048 139976367757136 139977850398619 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6238] ppid=6173 vsize=10852704 memory=1832 CPUtime=15.26 cores=1,3,5,7
/proc/6176/task/6238/stat : 6238 (java) S 6173 6176 4192 0 -1 1077944384 74577 13432 0 0 1510 9 5 2 20 0 15 0 68619673 11113168896 1134550 33554432000 4194304 4196468 140729375258048 139977308896112 139977850391170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6239] ppid=6173 vsize=10852704 memory=1948 CPUtime=12.88 cores=1,3,5,7
/proc/6176/task/6239/stat : 6239 (java) S 6173 6176 4192 0 -1 1077944384 54245 13432 0 0 1273 8 5 2 20 0 15 0 68619673 11113168896 1134550 33554432000 4194304 4196468 140729375258048 139977307843312 139977850391170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6240] ppid=6173 vsize=10852704 memory=1008 CPUtime=4.5 cores=1,3,5,7
/proc/6176/task/6240/stat : 6240 (java) S 6173 6176 4192 0 -1 1077944384 62432 13432 0 0 434 9 5 2 20 0 15 0 68619673 11113168896 1134550 33554432000 4194304 4196468 140729375258048 139977306790512 139977850391170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6241] ppid=6173 vsize=10852704 memory=4620 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6241/stat : 6241 (java) S 6173 6176 4192 0 -1 1077944384 3 13432 0 0 0 0 5 2 20 0 15 0 68619673 11113168896 1134550 33554432000 4194304 4196468 140729375258048 139976334199520 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6242] ppid=6173 vsize=10852704 memory=4538200 CPUtime=1.37 cores=1,3,5,7
/proc/6176/task/6242/stat : 6242 (java) S 6173 6176 4192 0 -1 1077944384 2078 13432 0 0 59 71 5 2 20 0 15 0 68619673 11113168896 1134550 33554432000 4194304 4196468 140729375258048 139977305737904 139977850391170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 60 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
Current children cumulated CPU time: 2503.65 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 4538200 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2338.7 s]
/proc/loadavg: 1.82 1.80 1.85 3/220 6468
/proc/meminfo: memFree=10494516/32770624 swapFree=67108860/67108860
[pid=6176] ppid=6173 vsize=10852704 memory=4538204 CPUtime=2520.08 cores=1,3,5,7
/proc/6176/stat : 6176 (java) S 6173 6176 4192 0 -1 1077944320 754621 13432 0 0 251195 806 5 2 20 0 15 0 68619658 11113168896 1134551 33554432000 4194304 4196468 140729375258048 140729375240592 139977850380023 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
/proc/6176/statm: 2713176 1134551 3535 1 0 2674829 0
[pid=6176/tid=6229] ppid=6173 vsize=10852704 memory=4538200 CPUtime=2286.99 cores=1,3,5,7
/proc/6176/task/6229/stat : 6229 (java) R 6173 6176 4192 0 -1 4202560 258911 13432 0 0 228631 61 5 2 20 0 15 0 68619667 11113168896 1134551 33554432000 4194304 4196468 140729375258048 139977822214720 139977454515774 0 4 0 16800975 0 0 0 -1 5 0 0 54 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6230] ppid=6173 vsize=10852704 memory=4538200 CPUtime=49.66 cores=1,3,5,7
/proc/6176/task/6230/stat : 6230 (java) S 6173 6176 4192 0 -1 1077944384 54699 13432 0 0 4795 164 5 2 20 0 15 0 68619668 11113168896 1134551 33554432000 4194304 4196468 140729375258048 139977854622864 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6231] ppid=6173 vsize=10852704 memory=4538204 CPUtime=49.76 cores=1,3,5,7
/proc/6176/task/6231/stat : 6231 (java) S 6173 6176 4192 0 -1 1077944384 53787 13432 0 0 4806 163 5 2 20 0 15 0 68619668 11113168896 1134551 33554432000 4194304 4196468 140729375258048 139977753512976 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6232] ppid=6173 vsize=10852704 memory=4538204 CPUtime=49.73 cores=1,3,5,7
/proc/6176/task/6232/stat : 6232 (java) S 6173 6176 4192 0 -1 1077944384 59061 13432 0 0 4807 159 5 2 20 0 15 0 68619668 11113168896 1134551 33554432000 4194304 4196468 140729375258048 139977752460176 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6233] ppid=6173 vsize=10852704 memory=4538204 CPUtime=49.55 cores=1,3,5,7
/proc/6176/task/6233/stat : 6233 (java) S 6173 6176 4192 0 -1 1077944384 62243 13432 0 0 4783 165 5 2 20 0 15 0 68619668 11113168896 1134551 33554432000 4194304 4196468 140729375258048 139977751407376 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6234] ppid=6173 vsize=10852704 memory=4538204 CPUtime=0.88 cores=1,3,5,7
/proc/6176/task/6234/stat : 6234 (java) S 6173 6176 4192 0 -1 1077944384 70356 13432 0 0 71 10 5 2 20 0 15 0 68619669 11113168896 1134551 33554432000 4194304 4196468 140729375258048 139977309948272 139977850391170 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6235] ppid=6173 vsize=10852704 memory=4538204 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6235/stat : 6235 (java) S 6173 6176 4192 0 -1 1077944384 30 13432 0 0 0 0 5 2 20 0 15 0 68619670 11113168896 1134551 33554432000 4194304 4196468 140729375258048 139976742265952 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6236] ppid=6173 vsize=10852704 memory=4538204 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6236/stat : 6236 (java) S 6173 6176 4192 0 -1 1077944384 6 13432 0 0 0 0 5 2 20 0 15 0 68619670 11113168896 1134551 33554432000 4194304 4196468 140729375258048 139976608048000 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6237] ppid=6173 vsize=10852704 memory=4538204 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6237/stat : 6237 (java) S 6173 6176 4192 0 -1 1077944384 3 13432 0 0 0 0 5 2 20 0 15 0 68619673 11113168896 1134551 33554432000 4194304 4196468 140729375258048 139976367757136 139977850398619 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6238] ppid=6173 vsize=10852704 memory=18472 CPUtime=15.26 cores=1,3,5,7
/proc/6176/task/6238/stat : 6238 (java) S 6173 6176 4192 0 -1 1077944384 74577 13432 0 0 1510 9 5 2 20 0 15 0 68619673 11113168896 1134551 33554432000 4194304 4196468 140729375258048 139977308896112 139977850391170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6239] ppid=6173 vsize=10852704 memory=1224 CPUtime=12.89 cores=1,3,5,7
/proc/6176/task/6239/stat : 6239 (java) S 6173 6176 4192 0 -1 1077944384 54245 13432 0 0 1273 9 5 2 20 0 15 0 68619673 11113168896 1134551 33554432000 4194304 4196468 140729375258048 139977307843312 139977850391170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6240] ppid=6173 vsize=10852704 memory=1704 CPUtime=4.5 cores=1,3,5,7
/proc/6176/task/6240/stat : 6240 (java) S 6173 6176 4192 0 -1 1077944384 62432 13432 0 0 434 9 5 2 20 0 15 0 68619673 11113168896 1134551 33554432000 4194304 4196468 140729375258048 139977306790512 139977850391170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6241] ppid=6173 vsize=10852704 memory=4132 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6241/stat : 6241 (java) S 6173 6176 4192 0 -1 1077944384 3 13432 0 0 0 0 5 2 20 0 15 0 68619673 11113168896 1134551 33554432000 4194304 4196468 140729375258048 139976334199520 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6242] ppid=6173 vsize=10852704 memory=20888 CPUtime=1.37 cores=1,3,5,7
/proc/6176/task/6242/stat : 6242 (java) S 6173 6176 4192 0 -1 1077944384 2080 13432 0 0 59 71 5 2 20 0 15 0 68619673 11113168896 1134551 33554432000 4194304 4196468 140729375258048 139977305737904 139977850391170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 60 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 4538204 KiB

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

[startup+2338.75 s]
# the end of solver process 6176 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2512.03 s, system=8.12245 s

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

[startup+2338.7 s]
/proc/loadavg: 1.82 1.80 1.85 3/220 6468
/proc/meminfo: memFree=10494516/32770624 swapFree=67108860/67108860
[pid=6176] ppid=6173 vsize=10852704 memory=4538204 CPUtime=2520.08 cores=1,3,5,7
/proc/6176/stat : 6176 (java) S 6173 6176 4192 0 -1 1077944320 754621 13432 0 0 251195 806 5 2 20 0 15 0 68619658 11113168896 1134551 33554432000 4194304 4196468 140729375258048 140729375240592 139977850380023 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
/proc/6176/statm: 2713176 1134551 3535 1 0 2674829 0
[pid=6176/tid=6229] ppid=6173 vsize=10852704 memory=4538200 CPUtime=2286.99 cores=1,3,5,7
/proc/6176/task/6229/stat : 6229 (java) R 6173 6176 4192 0 -1 4202560 258911 13432 0 0 228631 61 5 2 20 0 15 0 68619667 11113168896 1134551 33554432000 4194304 4196468 140729375258048 139977822214720 139977454515774 0 4 0 16800975 0 0 0 -1 5 0 0 54 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6230] ppid=6173 vsize=10852704 memory=4538200 CPUtime=49.66 cores=1,3,5,7
/proc/6176/task/6230/stat : 6230 (java) S 6173 6176 4192 0 -1 1077944384 54699 13432 0 0 4795 164 5 2 20 0 15 0 68619668 11113168896 1134551 33554432000 4194304 4196468 140729375258048 139977854622864 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6231] ppid=6173 vsize=10852704 memory=4538204 CPUtime=49.76 cores=1,3,5,7
/proc/6176/task/6231/stat : 6231 (java) S 6173 6176 4192 0 -1 1077944384 53787 13432 0 0 4806 163 5 2 20 0 15 0 68619668 11113168896 1134551 33554432000 4194304 4196468 140729375258048 139977753512976 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6232] ppid=6173 vsize=10852704 memory=4538204 CPUtime=49.73 cores=1,3,5,7
/proc/6176/task/6232/stat : 6232 (java) S 6173 6176 4192 0 -1 1077944384 59061 13432 0 0 4807 159 5 2 20 0 15 0 68619668 11113168896 1134551 33554432000 4194304 4196468 140729375258048 139977752460176 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6233] ppid=6173 vsize=10852704 memory=4538204 CPUtime=49.55 cores=1,3,5,7
/proc/6176/task/6233/stat : 6233 (java) S 6173 6176 4192 0 -1 1077944384 62243 13432 0 0 4783 165 5 2 20 0 15 0 68619668 11113168896 1134551 33554432000 4194304 4196468 140729375258048 139977751407376 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6234] ppid=6173 vsize=10852704 memory=4538204 CPUtime=0.88 cores=1,3,5,7
/proc/6176/task/6234/stat : 6234 (java) S 6173 6176 4192 0 -1 1077944384 70356 13432 0 0 71 10 5 2 20 0 15 0 68619669 11113168896 1134551 33554432000 4194304 4196468 140729375258048 139977309948272 139977850391170 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6235] ppid=6173 vsize=10852704 memory=4538204 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6235/stat : 6235 (java) S 6173 6176 4192 0 -1 1077944384 30 13432 0 0 0 0 5 2 20 0 15 0 68619670 11113168896 1134551 33554432000 4194304 4196468 140729375258048 139976742265952 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6236] ppid=6173 vsize=10852704 memory=4538204 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6236/stat : 6236 (java) S 6173 6176 4192 0 -1 1077944384 6 13432 0 0 0 0 5 2 20 0 15 0 68619670 11113168896 1134551 33554432000 4194304 4196468 140729375258048 139976608048000 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6237] ppid=6173 vsize=10852704 memory=4538204 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6237/stat : 6237 (java) S 6173 6176 4192 0 -1 1077944384 3 13432 0 0 0 0 5 2 20 0 15 0 68619673 11113168896 1134551 33554432000 4194304 4196468 140729375258048 139976367757136 139977850398619 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6238] ppid=6173 vsize=10852704 memory=18472 CPUtime=15.26 cores=1,3,5,7
/proc/6176/task/6238/stat : 6238 (java) S 6173 6176 4192 0 -1 1077944384 74577 13432 0 0 1510 9 5 2 20 0 15 0 68619673 11113168896 1134551 33554432000 4194304 4196468 140729375258048 139977308896112 139977850391170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6239] ppid=6173 vsize=10852704 memory=1224 CPUtime=12.89 cores=1,3,5,7
/proc/6176/task/6239/stat : 6239 (java) S 6173 6176 4192 0 -1 1077944384 54245 13432 0 0 1273 9 5 2 20 0 15 0 68619673 11113168896 1134551 33554432000 4194304 4196468 140729375258048 139977307843312 139977850391170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6240] ppid=6173 vsize=10852704 memory=1704 CPUtime=4.5 cores=1,3,5,7
/proc/6176/task/6240/stat : 6240 (java) S 6173 6176 4192 0 -1 1077944384 62432 13432 0 0 434 9 5 2 20 0 15 0 68619673 11113168896 1134551 33554432000 4194304 4196468 140729375258048 139977306790512 139977850391170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6241] ppid=6173 vsize=10852704 memory=4132 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6241/stat : 6241 (java) S 6173 6176 4192 0 -1 1077944384 3 13432 0 0 0 0 5 2 20 0 15 0 68619673 11113168896 1134551 33554432000 4194304 4196468 140729375258048 139976334199520 139977850390229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
[pid=6176/tid=6242] ppid=6173 vsize=10852704 memory=20888 CPUtime=1.37 cores=1,3,5,7
/proc/6176/task/6242/stat : 6242 (java) S 6173 6176 4192 0 -1 1077944384 2080 13432 0 0 59 71 5 2 20 0 15 0 68619673 11113168896 1134551 33554432000 4194304 4196468 140729375258048 139977305737904 139977850391170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 60 0 0 6293624 6294260 11038720 140729375266987 140729375270236 140729375270236 140729375272911 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 4538204 KiB

Child status: 143
Real time (s): 2338.75
CPU time (s): 2520.15
CPU user time (s): 2512.03
CPU system time (s): 8.12245
CPU usage (%): 107.756
Max. virtual memory (cumulated for all children) (KiB): 10852704
Max. memory (cumulated for all children) (KiB): 5639396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2512.03
system time used= 8.12245
maximum resident set size= 5639412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 772189
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 72600
involuntary context switches= 5357


# summary of solver processes directly reported to runsolver:
#   pid: 6176
#   total CPU time (s): 2520.15
#   total CPU user time (s): 2512.03
#   total CPU system time (s): 8.12245

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.1544 second user time and 21.6088 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-25 11:22:45
IDJOB=4294997
IDBENCH=141453
IDSOLVER=2751
FILE ID=node132/4294997-1532510565
RUNJOBID= node132-1532498695-4224
PBS_JOBID= 21021589
Free space on /tmp= 52120 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/CarSequencing/CarSequencing-65-01_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-4294997-1532510565/watcher-4294997-1532510565 -o /tmp/evaluation-result-4294997-1532510565/solver-4294997-1532510565 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532498695-4224 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=2053907417 -superng HOME/instance-4294997-1532510565.xml

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

MD5SUM BENCH= 48ac70ebdae407305a9c210468be8830
RANDOM SEED=2053907417

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:        17835312 kB
MemAvailable:   29167148 kB
Buffers:          195244 kB
Cached:         11303796 kB
SwapCached:            0 kB
Active:          5895848 kB
Inactive:        8418744 kB
Active(anon):    2765724 kB
Inactive(anon):    77644 kB
Active(file):    3130124 kB
Inactive(file):  8341100 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26480 kB
Writeback:             0 kB
AnonPages:       2822188 kB
Mapped:            52584 kB
Shmem:             25248 kB
Slab:             316224 kB
SReclaimable:     289072 kB
SUnreclaim:        27152 kB
KernelStack:        3648 kB
PageTables:        11096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3691252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2519040 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= 52092 MiB
End job on node132 at 2018-07-25 12:01:44