Trace number 4295060

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.09 2345.26

General information on the benchmark

NameCarSequencing/
CarSequencing-90-02_c18.xml
MD5SUMa45a1bbd084788784bb8b4db38c38ff4
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 benchmark129.751
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1453
Number of domains2
Minimum domain size2
Maximum domain size27
Distribution of domain sizes[{"size":2,"count":1000},{"size":27,"count":200}]
Minimum variable degree2
Maximum variable degree93
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":18},{"degree":23,"count":18},{"degree":24,"count":18},{"degree":25,"count":18},{"degree":26,"count":18},"...",{"degree":69,"count":2}, {"degree":70,"count":2}, {"degree":71,"count":2}, {"degree":72,"count":2}, {"degree":73,"count":2}, {"degree":74,"count":2}, {"degree":75,"count":2}, {"degree":76,"count":2}, {"degree":77,"count":2}, {"degree":78,"count":2}, {"degree":79,"count":2}, {"degree":80,"count":2}, {"degree":81,"count":2}, {"degree":82,"count":2}, {"degree":83,"count":2}, {"degree":84,"count":2}, {"degree":85,"count":2}, {"degree":86,"count":2}, {"degree":87,"count":2}, {"degree":88,"count":2}, {"degree":89,"count":2}, {"degree":90,"count":2}, {"degree":91,"count":2}, {"degree":92,"count":3}, {"degree":93,"count":21}]
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":22,"count":1},{"arity":24,"count":1},{"arity":26,"count":1},{"arity":28,"count":1},{"arity":29,"count":1},{"arity":30,"count":1},{"arity":32,"count":2},{"arity":34,"count":1},{"arity":35,"count":1},{"arity":36,"count":1},{"arity":38,"count":3},{"arity":40,"count":2},{"arity":41,"count":2},{"arity":42,"count":1},{"arity":44,"count":3},{"arity":45,"count":1},{"arity":46,"count":1},{"arity":47,"count":2},{"arity":48,"count":1},{"arity":50,"count":4},{"arity":52,"count":1},"...",{"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":1252},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.99/0.73	c Concrete v3.8.1528841891564 running
2520.01/2345.21	Exception in thread "main" java.util.concurrent.TimeoutException
2520.01/2345.21		at concrete.MAC.mac(MAC.scala:188)
2520.01/2345.21		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.01/2345.21		at scala.util.Try$.apply(Try.scala:209)
2520.01/2345.21		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.01/2345.21		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.01/2345.21		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.01/2345.21		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.01/2345.21		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.01/2345.21		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.01/2345.21		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.01/2345.21		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.01/2345.21		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.01/2345.21		at concrete.MAC.oneRun(MAC.scala:253)
2520.01/2345.21		at concrete.MAC.nextSolution(MAC.scala:272)
2520.01/2345.21		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.01/2345.21		at concrete.ProblemState.map(ProblemState.scala:221)
2520.01/2345.21		at concrete.ProblemState.map(ProblemState.scala:204)
2520.01/2345.21		at concrete.MAC.nextSolution(MAC.scala:334)
2520.01/2345.21		at concrete.Solver.hasNext(Solver.scala:166)
2520.01/2345.21		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.01/2345.21		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.01/2345.21		at concrete.Solver.toStream(Solver.scala:68)
2520.01/2345.21		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.01/2345.21		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.01/2345.21		at concrete.Solver.toIterable(Solver.scala:68)
2520.01/2345.21		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.01/2345.21		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.01/2345.21		at scala.util.Success.map(Try.scala:209)
2520.01/2345.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.01/2345.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.01/2345.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.01/2345.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.01/2345.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.01/2345.21		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.01/2345.21		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.01/2345.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.01/2345.21		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.01/2345.21		at scala.collection.immutable.List.foreach(List.scala:389)
2520.01/2345.21		at scala.App.main(App.scala:76)
2520.01/2345.21		at scala.App.main$(App.scala:74)
2520.01/2345.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.01/2345.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.01/2345.22	s UNKNOWN

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295060-1532517565/watcher-4295060-1532517565 -o /tmp/evaluation-result-4295060-1532517565/solver-4295060-1532517565 -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=1265560297 -superng HOME/instance-4295060-1532517565.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=7335, runsolver pid=7332

[startup+0.100092 s]*
/proc/loadavg: 1.89 1.92 1.87 3/209 7392
/proc/meminfo: memFree=15411616/32770624 swapFree=67108860/67108860
[pid=7335] ppid=7332 vsize=9972712 memory=18856 CPUtime=0.08 cores=1,3,5,7
/proc/7335/stat : 7335 (java) S 7332 7335 4192 0 -1 1077944320 4381 13013 0 0 1 0 5 2 20 0 6 0 69319642 10212057088 4714 33554432000 4194304 4196468 140731926856352 140731926838896 140303376076535 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
/proc/7335/statm: 2493178 4714 1934 1 0 2481616 0
[pid=7335/tid=7388] ppid=7332 vsize=9972712 memory=4718545630382498451 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7388/stat : 7388 (java) R 7332 7335 4192 0 -1 4202560 2212 13013 0 0 0 0 5 2 20 0 6 0 69319651 10212057088 4779 33554432000 4194304 4196468 140731926856352 140303347913296 140303361199472 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7389] ppid=7332 vsize=9972712 memory=5793855105842698681 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7389/stat : 7389 (java) S 7332 7335 4192 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 6 0 69319652 10212057088 4779 33554432000 4194304 4196468 140731926856352 140303380318480 140303376086741 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7390] ppid=7332 vsize=9972712 memory=139854832805504 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7390/stat : 7390 (java) S 7332 7335 4192 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 6 0 69319652 10212057088 4779 33554432000 4194304 4196468 140731926856352 140303295138192 140303376086741 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7391] ppid=7332 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7391/stat : 7391 (java) S 7332 7335 4192 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 6 0 69319652 10212057088 4779 33554432000 4194304 4196468 140731926856352 140302948686352 140303376086741 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7392] ppid=7332 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7392/stat : 7392 (java) S 7332 7335 4192 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 6 0 69319652 10212057088 4779 33554432000 4194304 4196468 140731926856352 140302947633808 140303376086741 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18856 KiB

[startup+0.218222 s]*
/proc/loadavg: 1.89 1.92 1.87 3/218 7401
/proc/meminfo: memFree=15389372/32770624 swapFree=67108860/67108860
[pid=7335] ppid=7332 vsize=10818904 memory=44172 CPUtime=0.26 cores=1,3,5,7
/proc/7335/stat : 7335 (java) S 7332 7335 4192 0 -1 1077944320 8947 13013 0 0 18 1 5 2 20 0 15 0 69319642 11078557696 11043 33554432000 4194304 4196468 140731926856352 140731926838896 140303376076535 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
/proc/7335/statm: 2704726 11043 2962 1 0 2667149 0
[pid=7335/tid=7388] ppid=7332 vsize=10818904 memory=-2899909650764262549 CPUtime=0.19 cores=1,3,5,7
/proc/7335/task/7388/stat : 7388 (java) R 7332 7335 4192 0 -1 4202560 5601 13013 0 0 11 1 5 2 20 0 15 0 69319651 11078557696 11043 33554432000 4194304 4196468 140731926856352 140303347857632 140303376098461 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7389] ppid=7332 vsize=10818904 memory=4211973581037596042 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7389/stat : 7389 (java) S 7332 7335 4192 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 69319652 11078557696 11043 33554432000 4194304 4196468 140731926856352 140303380318480 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7390] ppid=7332 vsize=10818904 memory=139854832805504 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7390/stat : 7390 (java) S 7332 7335 4192 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 69319652 11078557696 11043 33554432000 4194304 4196468 140731926856352 140303295138192 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7391] ppid=7332 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7391/stat : 7391 (java) S 7332 7335 4192 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 69319652 11078557696 11043 33554432000 4194304 4196468 140731926856352 140302948686352 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7392] ppid=7332 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7392/stat : 7392 (java) S 7332 7335 4192 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 15 0 69319652 11078557696 11043 33554432000 4194304 4196468 140731926856352 140302947633808 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7393] ppid=7332 vsize=10818904 memory=139854832805504 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7393/stat : 7393 (java) S 7332 7335 4192 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 15 0 69319653 11078557696 11043 33554432000 4194304 4196468 140731926856352 140302902684144 140303376087682 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7394] ppid=7332 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7394/stat : 7394 (java) S 7332 7335 4192 0 -1 1077944384 13 13013 0 0 0 0 5 2 20 0 15 0 69319654 11078557696 11043 33554432000 4194304 4196468 140731926856352 140302287365536 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7395] ppid=7332 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7395/stat : 7395 (java) S 7332 7335 4192 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 69319654 11078557696 11043 33554432000 4194304 4196468 140731926856352 140302153147888 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7396] ppid=7332 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7396/stat : 7396 (java) S 7332 7335 4192 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 69319656 11078557696 11109 33554432000 4194304 4196468 140731926856352 140301912857296 140303376095131 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7397] ppid=7332 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7335/task/7397/stat : 7397 (java) S 7332 7335 4192 0 -1 1077944384 491 13013 0 0 1 0 5 2 20 0 15 0 69319656 11078557696 11109 33554432000 4194304 4196468 140731926856352 140302901630960 140303376087682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7398] ppid=7332 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/7335/task/7398/stat : 7398 (java) S 7332 7335 4192 0 -1 1077944384 89 13013 0 0 1 0 5 2 20 0 15 0 69319656 11078557696 11109 33554432000 4194304 4196468 140731926856352 140302900578416 140303376087682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7399] ppid=7332 vsize=10818904 memory=139854832805504 CPUtime=0.1 cores=1,3,5,7
/proc/7335/task/7399/stat : 7399 (java) S 7332 7335 4192 0 -1 1077944384 550 13013 0 0 3 0 5 2 20 0 15 0 69319657 11078557696 11109 33554432000 4194304 4196468 140731926856352 140302899525872 140303376087682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7400] ppid=7332 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7400/stat : 7400 (java) S 7332 7335 4192 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 69319657 11078557696 11109 33554432000 4194304 4196468 140731926856352 140301879298656 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7401] ppid=7332 vsize=10818904 memory=139854832805504 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7401/stat : 7401 (java) S 7332 7335 4192 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 69319657 11078557696 11109 33554432000 4194304 4196468 140731926856352 140302898473776 140303376087682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 44172 KiB

[startup+0.310384 s]*
/proc/loadavg: 1.89 1.92 1.87 3/218 7401
/proc/meminfo: memFree=15378160/32770624 swapFree=67108860/67108860
[pid=7335] ppid=7332 vsize=10819352 memory=53392 CPUtime=0.38 cores=1,3,5,7
/proc/7335/stat : 7335 (java) S 7332 7335 4192 0 -1 1077944320 10413 13013 0 0 29 2 5 2 20 0 15 0 69319642 11079016448 13348 33554432000 4194304 4196468 140731926856352 140731926838896 140303376076535 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
/proc/7335/statm: 2704838 13348 3093 1 0 2667149 0
[pid=7335/tid=7388] ppid=7332 vsize=10819352 memory=8112282956445269571 CPUtime=0.28 cores=1,3,5,7
/proc/7335/task/7388/stat : 7388 (java) R 7332 7335 4192 0 -1 4202560 7061 13013 0 0 20 1 5 2 20 0 15 0 69319651 11079016448 13348 33554432000 4194304 4196468 140731926856352 140303347888544 140303368313662 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7389] ppid=7332 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7389/stat : 7389 (java) S 7332 7335 4192 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 69319652 11079016448 13348 33554432000 4194304 4196468 140731926856352 140303380318480 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7390] ppid=7332 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7390/stat : 7390 (java) S 7332 7335 4192 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 69319652 11079016448 13348 33554432000 4194304 4196468 140731926856352 140303295138192 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7391] ppid=7332 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7391/stat : 7391 (java) S 7332 7335 4192 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 69319652 11079016448 13348 33554432000 4194304 4196468 140731926856352 140302948686352 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7392] ppid=7332 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7392/stat : 7392 (java) S 7332 7335 4192 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 15 0 69319652 11079016448 13348 33554432000 4194304 4196468 140731926856352 140302947633808 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7393] ppid=7332 vsize=10819352 memory=139854832805503 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7393/stat : 7393 (java) S 7332 7335 4192 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 15 0 69319653 11079016448 13348 33554432000 4194304 4196468 140731926856352 140302902684144 140303376087682 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7394] ppid=7332 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7394/stat : 7394 (java) S 7332 7335 4192 0 -1 1077944384 13 13013 0 0 0 0 5 2 20 0 15 0 69319654 11079016448 13348 33554432000 4194304 4196468 140731926856352 140302287365536 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7395] ppid=7332 vsize=10819352 memory=139854832805504 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7395/stat : 7395 (java) S 7332 7335 4192 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 69319654 11079016448 13348 33554432000 4194304 4196468 140731926856352 140302153147888 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7396] ppid=7332 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7396/stat : 7396 (java) S 7332 7335 4192 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 69319656 11079016448 13348 33554432000 4194304 4196468 140731926856352 140301912857296 140303376095131 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7397] ppid=7332 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/7335/task/7397/stat : 7397 (java) S 7332 7335 4192 0 -1 1077944384 492 13013 0 0 2 0 5 2 20 0 15 0 69319656 11079016448 13348 33554432000 4194304 4196468 140731926856352 140302901630960 140303376087682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7398] ppid=7332 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/7335/task/7398/stat : 7398 (java) S 7332 7335 4192 0 -1 1077944384 89 13013 0 0 1 0 5 2 20 0 15 0 69319656 11079016448 13348 33554432000 4194304 4196468 140731926856352 140302900578416 140303376087682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7399] ppid=7332 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/7335/task/7399/stat : 7399 (java) S 7332 7335 4192 0 -1 1077944384 556 13013 0 0 5 0 5 2 20 0 15 0 69319657 11079016448 13348 33554432000 4194304 4196468 140731926856352 140302899525872 140303376087682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7400] ppid=7332 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7400/stat : 7400 (java) S 7332 7335 4192 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 69319657 11079016448 13348 33554432000 4194304 4196468 140731926856352 140301879298656 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7401] ppid=7332 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7401/stat : 7401 (java) S 7332 7335 4192 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 69319657 11079016448 13348 33554432000 4194304 4196468 140731926856352 140302898473776 140303376087682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53392 KiB

[startup+0.700707 s]
/proc/loadavg: 1.89 1.92 1.87 3/218 7401
/proc/meminfo: memFree=15368856/32770624 swapFree=67108860/67108860
[pid=7335] ppid=7332 vsize=10819352 memory=86588 CPUtime=0.99 cores=1,3,5,7
/proc/7335/stat : 7335 (java) S 7332 7335 4192 0 -1 1077944320 16788 13013 0 0 88 4 5 2 20 0 15 0 69319642 11079016448 21647 33554432000 4194304 4196468 140731926856352 140731926838896 140303376076535 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
/proc/7335/statm: 2704838 21647 3237 1 0 2667149 0
[pid=7335/tid=7388] ppid=7332 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/7335/task/7388/stat : 7388 (java) R 7332 7335 4192 0 -1 4202560 12449 13013 0 0 56 3 5 2 20 0 15 0 69319651 11079016448 21647 33554432000 4194304 4196468 140731926856352 140303347897360 140303357640127 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7389] ppid=7332 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7389/stat : 7389 (java) S 7332 7335 4192 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 69319652 11079016448 21647 33554432000 4194304 4196468 140731926856352 140303380318480 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7390] ppid=7332 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7390/stat : 7390 (java) S 7332 7335 4192 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 69319652 11079016448 21647 33554432000 4194304 4196468 140731926856352 140303295138192 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7391] ppid=7332 vsize=10819352 memory=4132 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7391/stat : 7391 (java) S 7332 7335 4192 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 69319652 11079016448 21647 33554432000 4194304 4196468 140731926856352 140302948686352 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7392] ppid=7332 vsize=10819352 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7392/stat : 7392 (java) S 7332 7335 4192 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 15 0 69319652 11079016448 21647 33554432000 4194304 4196468 140731926856352 140302947633808 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7393] ppid=7332 vsize=10819352 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7393/stat : 7393 (java) S 7332 7335 4192 0 -1 1077944384 5 13013 0 0 0 0 5 2 20 0 15 0 69319653 11079016448 21647 33554432000 4194304 4196468 140731926856352 140302902684144 140303376087682 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7394] ppid=7332 vsize=10819352 memory=139854671258864 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7394/stat : 7394 (java) S 7332 7335 4192 0 -1 1077944384 13 13013 0 0 0 0 5 2 20 0 15 0 69319654 11079016448 21647 33554432000 4194304 4196468 140731926856352 140302287365536 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7395] ppid=7332 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7395/stat : 7395 (java) S 7332 7335 4192 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 69319654 11079016448 21647 33554432000 4194304 4196468 140731926856352 140302153147888 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7396] ppid=7332 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7396/stat : 7396 (java) S 7332 7335 4192 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 69319656 11079016448 21647 33554432000 4194304 4196468 140731926856352 140301912857296 140303376095131 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7397] ppid=7332 vsize=10819352 memory=6944656575208382560 CPUtime=0.13 cores=1,3,5,7
/proc/7335/task/7397/stat : 7397 (java) S 7332 7335 4192 0 -1 1077944384 722 13013 0 0 6 0 5 2 20 0 15 0 69319656 11079016448 21647 33554432000 4194304 4196468 140731926856352 140302901630960 140303376087682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7398] ppid=7332 vsize=10819352 memory=6656426216303648864 CPUtime=0.17 cores=1,3,5,7
/proc/7335/task/7398/stat : 7398 (java) S 7332 7335 4192 0 -1 1077944384 760 13013 0 0 10 0 5 2 20 0 15 0 69319656 11079016448 21647 33554432000 4194304 4196468 140731926856352 140302900578416 140303376087682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7399] ppid=7332 vsize=10819352 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/7335/task/7399/stat : 7399 (java) S 7332 7335 4192 0 -1 1077944384 637 13013 0 0 13 0 5 2 20 0 15 0 69319657 11079016448 21647 33554432000 4194304 4196468 140731926856352 140302899525872 140303376087682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7400] ppid=7332 vsize=10819352 memory=6944656592455359580 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7400/stat : 7400 (java) S 7332 7335 4192 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 69319657 11079016448 21647 33554432000 4194304 4196468 140731926856352 140301879298656 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7401] ppid=7332 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7401/stat : 7401 (java) S 7332 7335 4192 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 69319657 11079016448 21647 33554432000 4194304 4196468 140731926856352 140302898473776 140303376087682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86588 KiB

[startup+1.5007 s]
/proc/loadavg: 1.89 1.92 1.87 3/218 7401
/proc/meminfo: memFree=15322028/32770624 swapFree=67108860/67108860
[pid=7335] ppid=7332 vsize=10834252 memory=193184 CPUtime=2.89 cores=1,3,5,7
/proc/7335/stat : 7335 (java) S 7332 7335 4192 0 -1 1077944320 25038 13013 0 0 273 9 5 2 20 0 15 0 69319642 11094274048 48296 33554432000 4194304 4196468 140731926856352 140731926838896 140303376076535 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
/proc/7335/statm: 2708563 48296 3481 1 0 2670221 0
[pid=7335/tid=7388] ppid=7332 vsize=10834252 memory=0 CPUtime=1.41 cores=1,3,5,7
/proc/7335/task/7388/stat : 7388 (java) R 7332 7335 4192 0 -1 4202560 17336 13013 0 0 129 5 5 2 20 0 15 0 69319651 11094274048 48296 33554432000 4194304 4196468 140731926856352 140303347893952 140303360120165 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7389] ppid=7332 vsize=10834252 memory=4132 CPUtime=0.09 cores=1,3,5,7
/proc/7335/task/7389/stat : 7389 (java) S 7332 7335 4192 0 -1 1077944384 43 13013 0 0 2 0 5 2 20 0 15 0 69319652 11094274048 48296 33554432000 4194304 4196468 140731926856352 140303380318480 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7390] ppid=7332 vsize=10834252 memory=21044 CPUtime=0.09 cores=1,3,5,7
/proc/7335/task/7390/stat : 7390 (java) S 7332 7335 4192 0 -1 1077944384 20 13013 0 0 2 0 5 2 20 0 15 0 69319652 11094274048 48296 33554432000 4194304 4196468 140731926856352 140303295138192 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7391] ppid=7332 vsize=10834252 memory=1292 CPUtime=0.08 cores=1,3,5,7
/proc/7335/task/7391/stat : 7391 (java) S 7332 7335 4192 0 -1 1077944384 195 13013 0 0 1 0 5 2 20 0 15 0 69319652 11094274048 48296 33554432000 4194304 4196468 140731926856352 140302948686352 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7392] ppid=7332 vsize=10834252 memory=101408 CPUtime=0.08 cores=1,3,5,7
/proc/7335/task/7392/stat : 7392 (java) S 7332 7335 4192 0 -1 1077944384 33 13013 0 0 1 0 5 2 20 0 15 0 69319652 11094274048 48296 33554432000 4194304 4196468 140731926856352 140302947633808 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7393] ppid=7332 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7335/task/7393/stat : 7393 (java) S 7332 7335 4192 0 -1 1077944384 48 13013 0 0 1 0 5 2 20 0 15 0 69319653 11094274048 48296 33554432000 4194304 4196468 140731926856352 140302902684144 140303376087682 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7394] ppid=7332 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7394/stat : 7394 (java) S 7332 7335 4192 0 -1 1077944384 13 13013 0 0 0 0 5 2 20 0 15 0 69319654 11094274048 48296 33554432000 4194304 4196468 140731926856352 140302287365600 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7395] ppid=7332 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7395/stat : 7395 (java) S 7332 7335 4192 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 15 0 69319654 11094274048 48296 33554432000 4194304 4196468 140731926856352 140302153147904 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7396] ppid=7332 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7396/stat : 7396 (java) S 7332 7335 4192 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 69319656 11094274048 48296 33554432000 4194304 4196468 140731926856352 140301912857296 140303376095131 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7397] ppid=7332 vsize=10834252 memory=0 CPUtime=0.5 cores=1,3,5,7
/proc/7335/task/7397/stat : 7397 (java) S 7332 7335 4192 0 -1 1077944384 1981 13013 0 0 43 0 5 2 20 0 15 0 69319656 11094274048 48296 33554432000 4194304 4196468 140731926856352 140302901630960 140303376087682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7398] ppid=7332 vsize=10834252 memory=0 CPUtime=0.53 cores=1,3,5,7
/proc/7335/task/7398/stat : 7398 (java) S 7332 7335 4192 0 -1 1077944384 1661 13013 0 0 46 0 5 2 20 0 15 0 69319656 11094274048 48296 33554432000 4194304 4196468 140731926856352 140302900578416 140303376087682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7399] ppid=7332 vsize=10834252 memory=0 CPUtime=0.49 cores=1,3,5,7
/proc/7335/task/7399/stat : 7399 (java) S 7332 7335 4192 0 -1 1077944384 1511 13013 0 0 42 0 5 2 20 0 15 0 69319657 11094274048 48296 33554432000 4194304 4196468 140731926856352 140302899525872 140303376087682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7400] ppid=7332 vsize=10834252 memory=288230596050944315 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7400/stat : 7400 (java) S 7332 7335 4192 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 69319657 11094274048 48296 33554432000 4194304 4196468 140731926856352 140301879298656 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7401] ppid=7332 vsize=10834252 memory=16100360058046859 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7401/stat : 7401 (java) S 7332 7335 4192 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 69319657 11094274048 48296 33554432000 4194304 4196468 140731926856352 140302898473776 140303376087682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
Current children cumulated CPU time: 2.89 s
Current children cumulated vsize: 10834252 KiB

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

/proc/7335/task/7388/stat : 7388 (java) R 7332 7335 4192 0 -1 4202560 284598 13013 0 0 215342 56 5 2 20 0 15 0 69319651 11113168896 1161480 33554432000 4194304 4196468 140731926856352 140303347910176 140302992883866 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7389] ppid=7332 vsize=10852704 memory=4645920 CPUtime=46.88 cores=1,3,5,7
/proc/7335/task/7389/stat : 7389 (java) S 7332 7335 4192 0 -1 1077944384 55574 13013 0 0 4503 178 5 2 20 0 15 0 69319652 11113168896 1161480 33554432000 4194304 4196468 140731926856352 140303380318480 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7390] ppid=7332 vsize=10852704 memory=4645940 CPUtime=46.85 cores=1,3,5,7
/proc/7335/task/7390/stat : 7390 (java) S 7332 7335 4192 0 -1 1077944384 48103 13013 0 0 4502 176 5 2 20 0 15 0 69319652 11113168896 1161480 33554432000 4194304 4196468 140731926856352 140303295138192 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7391] ppid=7332 vsize=10852704 memory=279709343107936 CPUtime=46.91 cores=1,3,5,7
/proc/7335/task/7391/stat : 7391 (java) S 7332 7335 4192 0 -1 1077944384 49599 13013 0 0 4506 178 5 2 20 0 15 0 69319652 11113168896 1161480 33554432000 4194304 4196468 140731926856352 140302948686352 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7392] ppid=7332 vsize=10852704 memory=4645940 CPUtime=46.88 cores=1,3,5,7
/proc/7335/task/7392/stat : 7392 (java) S 7332 7335 4192 0 -1 1077944384 46066 13013 0 0 4507 174 5 2 20 0 15 0 69319652 11113168896 1161480 33554432000 4194304 4196468 140731926856352 140302947633808 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7393] ppid=7332 vsize=10852704 memory=4645928 CPUtime=0.82 cores=1,3,5,7
/proc/7335/task/7393/stat : 7393 (java) S 7332 7335 4192 0 -1 1077944384 56186 13013 0 0 64 11 5 2 20 0 15 0 69319653 11113168896 1161480 33554432000 4194304 4196468 140731926856352 140302902684144 140303376087682 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7394] ppid=7332 vsize=10852704 memory=4645920 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7394/stat : 7394 (java) S 7332 7335 4192 0 -1 1077944384 17 13013 0 0 0 0 5 2 20 0 15 0 69319654 11113168896 1161480 33554432000 4194304 4196468 140731926856352 140302287365600 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7395] ppid=7332 vsize=10852704 memory=4645920 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7395/stat : 7395 (java) S 7332 7335 4192 0 -1 1077944384 6 13013 0 0 0 0 5 2 20 0 15 0 69319654 11113168896 1161480 33554432000 4194304 4196468 140731926856352 140302153147904 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7396] ppid=7332 vsize=10852704 memory=4645928 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7396/stat : 7396 (java) S 7332 7335 4192 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 69319656 11113168896 1161480 33554432000 4194304 4196468 140731926856352 140301912857296 140303376095131 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7397] ppid=7332 vsize=10852704 memory=4645920 CPUtime=14.06 cores=1,3,5,7
/proc/7335/task/7397/stat : 7397 (java) S 7332 7335 4192 0 -1 1077944384 74144 13013 0 0 1390 9 5 2 20 0 15 0 69319656 11113168896 1161480 33554432000 4194304 4196468 140731926856352 140302901630960 140303376087682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7398] ppid=7332 vsize=10852704 memory=1948 CPUtime=14.14 cores=1,3,5,7
/proc/7335/task/7398/stat : 7398 (java) S 7332 7335 4192 0 -1 1077944384 69325 13013 0 0 1399 8 5 2 20 0 15 0 69319656 11113168896 1161480 33554432000 4194304 4196468 140731926856352 140302900578416 140303376087682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7399] ppid=7332 vsize=10852704 memory=1224 CPUtime=4.47 cores=1,3,5,7
/proc/7335/task/7399/stat : 7399 (java) S 7332 7335 4192 0 -1 1077944384 66867 13013 0 0 429 11 5 2 20 0 15 0 69319657 11113168896 1161480 33554432000 4194304 4196468 140731926856352 140302899525872 140303376087682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7400] ppid=7332 vsize=10852704 memory=4645952 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7400/stat : 7400 (java) S 7332 7335 4192 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 69319657 11113168896 1161480 33554432000 4194304 4196468 140731926856352 140301879298656 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7401] ppid=7332 vsize=10852704 memory=4645952 CPUtime=1.31 cores=1,3,5,7
/proc/7335/task/7401/stat : 7401 (java) S 7332 7335 4192 0 -1 1077944384 2828 13013 0 0 57 67 5 2 20 0 15 0 69319657 11113168896 1161480 33554432000 4194304 4196468 140731926856352 140302898473776 140303376087682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
Current children cumulated CPU time: 2375.83 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 4645920 KiB

[startup+2262.3 s]
/proc/loadavg: 1.77 1.95 1.99 5/219 7993
/proc/meminfo: memFree=15622944/32770624 swapFree=67108860/67108860
[pid=7335] ppid=7332 vsize=10852704 memory=4645848 CPUtime=2436.84 cores=1,3,5,7
/proc/7335/stat : 7335 (java) S 7332 7335 4192 0 -1 1077944320 764130 13013 0 0 242820 857 5 2 20 0 15 0 69319642 11113168896 1161462 33554432000 4194304 4196468 140731926856352 140731926838896 140303376076535 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
/proc/7335/statm: 2713176 1161462 3533 1 0 2674829 0
[pid=7335/tid=7388] ppid=7332 vsize=10852704 memory=4645880 CPUtime=2213.71 cores=1,3,5,7
/proc/7335/task/7388/stat : 7388 (java) R 7332 7335 4192 0 -1 4202560 288169 13013 0 0 221306 58 5 2 20 0 15 0 69319651 11113168896 1161462 33554432000 4194304 4196468 140731926856352 140303347910400 140302991095346 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7389] ppid=7332 vsize=10852704 memory=4645880 CPUtime=47.21 cores=1,3,5,7
/proc/7335/task/7389/stat : 7389 (java) S 7332 7335 4192 0 -1 1077944384 56530 13013 0 0 4536 178 5 2 20 0 15 0 69319652 11113168896 1161462 33554432000 4194304 4196468 140731926856352 140303380318480 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7390] ppid=7332 vsize=10852704 memory=4645880 CPUtime=47.18 cores=1,3,5,7
/proc/7335/task/7390/stat : 7390 (java) S 7332 7335 4192 0 -1 1077944384 50805 13013 0 0 4535 176 5 2 20 0 15 0 69319652 11113168896 1161462 33554432000 4194304 4196468 140731926856352 140303295138192 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7391] ppid=7332 vsize=10852704 memory=4645848 CPUtime=47.24 cores=1,3,5,7
/proc/7335/task/7391/stat : 7391 (java) S 7332 7335 4192 0 -1 1077944384 49767 13013 0 0 4539 178 5 2 20 0 15 0 69319652 11113168896 1161462 33554432000 4194304 4196468 140731926856352 140302948686352 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7392] ppid=7332 vsize=10852704 memory=4645880 CPUtime=47.2 cores=1,3,5,7
/proc/7335/task/7392/stat : 7392 (java) S 7332 7335 4192 0 -1 1077944384 46803 13013 0 0 4539 174 5 2 20 0 15 0 69319652 11113168896 1161462 33554432000 4194304 4196468 140731926856352 140302947633808 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7393] ppid=7332 vsize=10852704 memory=15872 CPUtime=0.83 cores=1,3,5,7
/proc/7335/task/7393/stat : 7393 (java) S 7332 7335 4192 0 -1 1077944384 56630 13013 0 0 65 11 5 2 20 0 15 0 69319653 11113168896 1161462 33554432000 4194304 4196468 140731926856352 140302902684144 140303376087682 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7394] ppid=7332 vsize=10852704 memory=12612 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7394/stat : 7394 (java) S 7332 7335 4192 0 -1 1077944384 17 13013 0 0 0 0 5 2 20 0 15 0 69319654 11113168896 1161462 33554432000 4194304 4196468 140731926856352 140302287365600 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7395] ppid=7332 vsize=10852704 memory=-7003737579269690708 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7395/stat : 7395 (java) S 7332 7335 4192 0 -1 1077944384 6 13013 0 0 0 0 5 2 20 0 15 0 69319654 11113168896 1161462 33554432000 4194304 4196468 140731926856352 140302153147904 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7396] ppid=7332 vsize=10852704 memory=1704 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7396/stat : 7396 (java) S 7332 7335 4192 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 69319656 11113168896 1161462 33554432000 4194304 4196468 140731926856352 140301912857296 140303376095131 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7397] ppid=7332 vsize=10852704 memory=4132 CPUtime=14.06 cores=1,3,5,7
/proc/7335/task/7397/stat : 7397 (java) S 7332 7335 4192 0 -1 1077944384 74148 13013 0 0 1390 9 5 2 20 0 15 0 69319656 11113168896 1161462 33554432000 4194304 4196468 140731926856352 140302901630960 140303376087682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7398] ppid=7332 vsize=10852704 memory=21072 CPUtime=14.14 cores=1,3,5,7
/proc/7335/task/7398/stat : 7398 (java) S 7332 7335 4192 0 -1 1077944384 69332 13013 0 0 1399 8 5 2 20 0 15 0 69319656 11113168896 1161462 33554432000 4194304 4196468 140731926856352 140302900578416 140303376087682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7399] ppid=7332 vsize=10852704 memory=4645880 CPUtime=4.47 cores=1,3,5,7
/proc/7335/task/7399/stat : 7399 (java) S 7332 7335 4192 0 -1 1077944384 66871 13013 0 0 429 11 5 2 20 0 15 0 69319657 11113168896 1161462 33554432000 4194304 4196468 140731926856352 140302899525872 140303376087682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7400] ppid=7332 vsize=10852704 memory=4645880 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7400/stat : 7400 (java) S 7332 7335 4192 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 69319657 11113168896 1161462 33554432000 4194304 4196468 140731926856352 140301879298656 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7401] ppid=7332 vsize=10852704 memory=4645876 CPUtime=1.34 cores=1,3,5,7
/proc/7335/task/7401/stat : 7401 (java) S 7332 7335 4192 0 -1 1077944384 2857 13013 0 0 58 69 5 2 20 0 15 0 69319657 11113168896 1161462 33554432000 4194304 4196468 140731926856352 140302898473776 140303376087682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
Current children cumulated CPU time: 2436.84 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 4645848 KiB

[startup+2322.3 s]
/proc/loadavg: 2.01 1.99 2.00 6/219 7995
/proc/meminfo: memFree=11709192/32770624 swapFree=67108860/67108860
[pid=7335] ppid=7332 vsize=10852704 memory=4440648 CPUtime=2497.02 cores=1,3,5,7
/proc/7335/stat : 7335 (java) S 7332 7335 4192 0 -1 1077944320 772281 13013 0 0 248835 860 5 2 20 0 15 0 69319642 11113168896 1110162 33554432000 4194304 4196468 140731926856352 140731926838896 140303376076535 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
/proc/7335/statm: 2713176 1110162 3533 1 0 2674829 0
[pid=7335/tid=7388] ppid=7332 vsize=10852704 memory=4440648 CPUtime=2273.64 cores=1,3,5,7
/proc/7335/task/7388/stat : 7388 (java) R 7332 7335 4192 0 -1 4202560 292241 13013 0 0 227299 58 5 2 20 0 15 0 69319651 11113168896 1110162 33554432000 4194304 4196468 140731926856352 140303347910448 140302991094797 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7389] ppid=7332 vsize=10852704 memory=4501180 CPUtime=47.25 cores=1,3,5,7
/proc/7335/task/7389/stat : 7389 (java) S 7332 7335 4192 0 -1 1077944384 57139 13013 0 0 4540 178 5 2 20 0 15 0 69319652 11113168896 1110162 33554432000 4194304 4196468 140731926856352 140303380318480 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7390] ppid=7332 vsize=10852704 memory=247829 CPUtime=47.23 cores=1,3,5,7
/proc/7335/task/7390/stat : 7390 (java) S 7332 7335 4192 0 -1 1077944384 51539 13013 0 0 4540 176 5 2 20 0 15 0 69319652 11113168896 1110162 33554432000 4194304 4196468 140731926856352 140303295138192 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7391] ppid=7332 vsize=10852704 memory=4472452 CPUtime=47.28 cores=1,3,5,7
/proc/7335/task/7391/stat : 7391 (java) S 7332 7335 4192 0 -1 1077944384 52061 13013 0 0 4543 178 5 2 20 0 15 0 69319652 11113168896 1110162 33554432000 4194304 4196468 140731926856352 140302948686352 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7392] ppid=7332 vsize=10852704 memory=4472452 CPUtime=47.25 cores=1,3,5,7
/proc/7335/task/7392/stat : 7392 (java) S 7332 7335 4192 0 -1 1077944384 46876 13013 0 0 4544 174 5 2 20 0 15 0 69319652 11113168896 1110162 33554432000 4194304 4196468 140731926856352 140302947633808 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7393] ppid=7332 vsize=10852704 memory=4440648 CPUtime=0.83 cores=1,3,5,7
/proc/7335/task/7393/stat : 7393 (java) S 7332 7335 4192 0 -1 1077944384 56959 13013 0 0 65 11 5 2 20 0 15 0 69319653 11113168896 1110162 33554432000 4194304 4196468 140731926856352 140302902684144 140303376087682 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7394] ppid=7332 vsize=10852704 memory=4440648 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7394/stat : 7394 (java) S 7332 7335 4192 0 -1 1077944384 17 13013 0 0 0 0 5 2 20 0 15 0 69319654 11113168896 1110162 33554432000 4194304 4196468 140731926856352 140302287365600 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7395] ppid=7332 vsize=10852704 memory=4440648 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7395/stat : 7395 (java) S 7332 7335 4192 0 -1 1077944384 6 13013 0 0 0 0 5 2 20 0 15 0 69319654 11113168896 1110162 33554432000 4194304 4196468 140731926856352 140302153147904 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7396] ppid=7332 vsize=10852704 memory=4440648 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7396/stat : 7396 (java) S 7332 7335 4192 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 69319656 11113168896 1110162 33554432000 4194304 4196468 140731926856352 140301912857296 140303376095131 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7397] ppid=7332 vsize=10852704 memory=0 CPUtime=14.06 cores=1,3,5,7
/proc/7335/task/7397/stat : 7397 (java) S 7332 7335 4192 0 -1 1077944384 74155 13013 0 0 1390 9 5 2 20 0 15 0 69319656 11113168896 1110162 33554432000 4194304 4196468 140731926856352 140302901630960 140303376087682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7398] ppid=7332 vsize=10852704 memory=4440648 CPUtime=14.15 cores=1,3,5,7
/proc/7335/task/7398/stat : 7398 (java) S 7332 7335 4192 0 -1 1077944384 69335 13013 0 0 1399 9 5 2 20 0 15 0 69319656 11113168896 1110162 33554432000 4194304 4196468 140731926856352 140302900578416 140303376087682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7399] ppid=7332 vsize=10852704 memory=4132 CPUtime=4.47 cores=1,3,5,7
/proc/7335/task/7399/stat : 7399 (java) S 7332 7335 4192 0 -1 1077944384 66876 13013 0 0 429 11 5 2 20 0 15 0 69319657 11113168896 1110162 33554432000 4194304 4196468 140731926856352 140302899525872 140303376087682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7400] ppid=7332 vsize=10852704 memory=796 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7400/stat : 7400 (java) S 7332 7335 4192 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 69319657 11113168896 1110162 33554432000 4194304 4196468 140731926856352 140301879298656 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7401] ppid=7332 vsize=10852704 memory=8544 CPUtime=1.37 cores=1,3,5,7
/proc/7335/task/7401/stat : 7401 (java) S 7332 7335 4192 0 -1 1077944384 2882 13013 0 0 60 70 5 2 20 0 15 0 69319657 11113168896 1110162 33554432000 4194304 4196468 140731926856352 140302898473776 140303376087682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
Current children cumulated CPU time: 2497.02 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 4440648 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2345.2 s]
/proc/loadavg: 2.29 2.07 2.03 3/218 7995
/proc/meminfo: memFree=11372888/32770624 swapFree=67108860/67108860
[pid=7335] ppid=7332 vsize=10852704 memory=4356516 CPUtime=2520.01 cores=1,3,5,7
/proc/7335/stat : 7335 (java) S 7332 7335 4192 0 -1 1077944320 775838 13013 0 0 251133 861 5 2 20 0 15 0 69319642 11113168896 1089129 33554432000 4194304 4196468 140731926856352 140731926838896 140303376076535 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
/proc/7335/statm: 2713176 1089129 3533 1 0 2674829 0
[pid=7335/tid=7388] ppid=7332 vsize=10852704 memory=1704 CPUtime=2296.53 cores=1,3,5,7
/proc/7335/task/7388/stat : 7388 (java) R 7332 7335 4192 0 -1 4202560 292908 13013 0 0 229587 59 5 2 20 0 15 0 69319651 11113168896 1089129 33554432000 4194304 4196468 140731926856352 140303347910400 140302991096372 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7389] ppid=7332 vsize=10852704 memory=1424 CPUtime=47.27 cores=1,3,5,7
/proc/7335/task/7389/stat : 7389 (java) S 7332 7335 4192 0 -1 1077944384 57145 13013 0 0 4542 178 5 2 20 0 15 0 69319652 11113168896 1089129 33554432000 4194304 4196468 140731926856352 140303380318480 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7390] ppid=7332 vsize=10852704 memory=796 CPUtime=47.25 cores=1,3,5,7
/proc/7335/task/7390/stat : 7390 (java) S 7332 7335 4192 0 -1 1077944384 51656 13013 0 0 4542 176 5 2 20 0 15 0 69319652 11113168896 1089129 33554432000 4194304 4196468 140731926856352 140303295138192 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7391] ppid=7332 vsize=10852704 memory=8544 CPUtime=47.3 cores=1,3,5,7
/proc/7335/task/7391/stat : 7391 (java) S 7332 7335 4192 0 -1 1077944384 52074 13013 0 0 4545 178 5 2 20 0 15 0 69319652 11113168896 1089129 33554432000 4194304 4196468 140731926856352 140302948686352 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7392] ppid=7332 vsize=10852704 memory=5784 CPUtime=47.27 cores=1,3,5,7
/proc/7335/task/7392/stat : 7392 (java) S 7332 7335 4192 0 -1 1077944384 46885 13013 0 0 4546 174 5 2 20 0 15 0 69319652 11113168896 1089129 33554432000 4194304 4196468 140731926856352 140302947633808 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7393] ppid=7332 vsize=10852704 memory=1200 CPUtime=0.84 cores=1,3,5,7
/proc/7335/task/7393/stat : 7393 (java) S 7332 7335 4192 0 -1 1077944384 56961 13013 0 0 66 11 5 2 20 0 15 0 69319653 11113168896 1089129 33554432000 4194304 4196468 140731926856352 140302902684144 140303376087682 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7394] ppid=7332 vsize=10852704 memory=12032 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7394/stat : 7394 (java) S 7332 7335 4192 0 -1 1077944384 17 13013 0 0 0 0 5 2 20 0 15 0 69319654 11113168896 1089129 33554432000 4194304 4196468 140731926856352 140302287365600 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7395] ppid=7332 vsize=10852704 memory=1008 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7395/stat : 7395 (java) S 7332 7335 4192 0 -1 1077944384 6 13013 0 0 0 0 5 2 20 0 15 0 69319654 11113168896 1089129 33554432000 4194304 4196468 140731926856352 140302153147904 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7396] ppid=7332 vsize=10852704 memory=4620 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7396/stat : 7396 (java) S 7332 7335 4192 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 69319656 11113168896 1089129 33554432000 4194304 4196468 140731926856352 140301912857296 140303376095131 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7397] ppid=7332 vsize=10852704 memory=15872 CPUtime=14.07 cores=1,3,5,7
/proc/7335/task/7397/stat : 7397 (java) S 7332 7335 4192 0 -1 1077944384 76893 13013 0 0 1391 9 5 2 20 0 15 0 69319656 11113168896 1089129 33554432000 4194304 4196468 140731926856352 140302901630960 140303376087682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7398] ppid=7332 vsize=10852704 memory=12612 CPUtime=14.15 cores=1,3,5,7
/proc/7335/task/7398/stat : 7398 (java) S 7332 7335 4192 0 -1 1077944384 69335 13013 0 0 1399 9 5 2 20 0 15 0 69319656 11113168896 1089129 33554432000 4194304 4196468 140731926856352 140302900578416 140303376087682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7399] ppid=7332 vsize=10852704 memory=18472 CPUtime=4.47 cores=1,3,5,7
/proc/7335/task/7399/stat : 7399 (java) S 7332 7335 4192 0 -1 1077944384 66876 13013 0 0 429 11 5 2 20 0 15 0 69319657 11113168896 1089129 33554432000 4194304 4196468 140731926856352 140302899525872 140303376087682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7400] ppid=7332 vsize=10852704 memory=4356516 CPUtime=0.07 cores=1,3,5,7
/proc/7335/task/7400/stat : 7400 (java) S 7332 7335 4192 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 69319657 11113168896 1089129 33554432000 4194304 4196468 140731926856352 140301879298656 140303376086741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
[pid=7335/tid=7401] ppid=7332 vsize=10852704 memory=5784 CPUtime=1.39 cores=1,3,5,7
/proc/7335/task/7401/stat : 7401 (java) S 7332 7335 4192 0 -1 1077944384 2887 13013 0 0 61 71 5 2 20 0 15 0 69319657 11113168896 1089129 33554432000 4194304 4196468 140731926856352 140302898473776 140303376087682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17518592 140731926857899 140731926861148 140731926861148 140731926863823 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 4356516 KiB

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

[startup+2345.26 s]
# the end of solver process 7335 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2511.41 s, system=8.67876 s

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

Child status: 143
Real time (s): 2345.26
CPU time (s): 2520.09
CPU user time (s): 2511.41
CPU system time (s): 8.67876
CPU usage (%): 107.455
Max. virtual memory (cumulated for all children) (KiB): 10852704
Max. memory (cumulated for all children) (KiB): 5790872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2511.41
system time used= 8.67876
maximum resident set size= 5790884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 792626
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 72636
involuntary context switches= 4989


# summary of solver processes directly reported to runsolver:
#   pid: 7335
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2511.41
#   total CPU system time (s): 8.67876

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6097 second user time and 22.1397 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-25 13:19:25
IDJOB=4295060
IDBENCH=141460
IDSOLVER=2751
FILE ID=node132/4295060-1532517565
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-90-02_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-4295060-1532517565/watcher-4295060-1532517565 -o /tmp/evaluation-result-4295060-1532517565/solver-4295060-1532517565 -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=1265560297 -superng HOME/instance-4295060-1532517565.xml

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

MD5SUM BENCH= a45a1bbd084788784bb8b4db38c38ff4
RANDOM SEED=1265560297

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:        15419308 kB
MemAvailable:   26757632 kB
Buffers:          198384 kB
Cached:         11306928 kB
SwapCached:            0 kB
Active:          8301684 kB
Inactive:        8423184 kB
Active(anon):    5169756 kB
Inactive(anon):    77616 kB
Active(file):    3131928 kB
Inactive(file):  8345568 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26436 kB
Writeback:             0 kB
AnonPages:       5314260 kB
Mapped:            52904 kB
Shmem:             25248 kB
Slab:             316888 kB
SReclaimable:     289288 kB
SUnreclaim:        27600 kB
KernelStack:        3856 kB
PageTables:        15184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5755268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5021696 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 13:58:30