Trace number 4293796

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 2018-06-13? (TO) 2520.09 2440.63

General information on the benchmark

NamePseudoBoolean-dec/
Pb-chnl30-31_c18.xml
MD5SUM986923daef9243229e6ae2459781d9f0
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1860
Number of constraints122
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":1860}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":1860}]
Minimum constraint arity30
Maximum constraint arity31
Distribution of constraint arities[{"arity":30,"count":62},{"arity":31,"count":60}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":122}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293796-1532373525/watcher-4293796-1532373525 -o /tmp/evaluation-result-4293796-1532373525/solver-4293796-1532373525 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532371073-15152 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1518394608 HOME/instance-4293796-1532373525.xml 

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

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

solver pid=15602, runsolver pid=15599

[startup+0.100191 s]*
/proc/loadavg: 1.37 1.44 1.72 3/202 15655
/proc/meminfo: memFree=23017124/32770624 swapFree=67108860/67108860
[pid=15602] ppid=15599 vsize=9972712 memory=16548 CPUtime=0.08 cores=0,2,4,6
/proc/15602/stat : 15602 (java) S 15599 15602 15121 0 -1 1077944320 4287 13126 0 0 0 1 5 2 20 0 6 0 54915668 10212057088 4137 33554432000 4194304 4196468 140724398486976 140724398469520 139795033104119 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
/proc/15602/statm: 2493178 4137 1932 1 0 2481616 0
[pid=15602/tid=15655] ppid=15599 vsize=9972712 memory=4279135704047321741 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15655/stat : 15655 (java) R 15599 15602 15121 0 -1 4202560 2105 13126 0 0 0 0 5 2 20 0 6 0 54915677 10212057088 4137 33554432000 4194304 4196468 140724398486976 139795004940880 139795018786645 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15656] ppid=15599 vsize=9972712 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15656/stat : 15656 (java) S 15599 15602 15121 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 6 0 54915678 10212057088 4137 33554432000 4194304 4196468 140724398486976 139795037346704 139795033114325 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15657] ppid=15599 vsize=9972712 memory=140029614450304 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15657/stat : 15657 (java) S 15599 15602 15121 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 6 0 54915678 10212057088 4137 33554432000 4194304 4196468 140724398486976 139794952166160 139795033114325 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15658] ppid=15599 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15658/stat : 15658 (java) S 15599 15602 15121 0 -1 1077944384 2 13126 0 0 0 0 5 2 20 0 6 0 54915678 10212057088 4137 33554432000 4194304 4196468 140724398486976 139794951113872 139795033114325 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15659] ppid=15599 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15659/stat : 15659 (java) S 15599 15602 15121 0 -1 1077944384 2 13126 0 0 0 0 5 2 20 0 6 0 54915678 10212057088 4137 33554432000 4194304 4196468 140724398486976 139794950061072 139795033114325 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16548 KiB

[startup+0.210071 s]*
/proc/loadavg: 1.37 1.44 1.72 3/215 15668
/proc/meminfo: memFree=22994584/32770624 swapFree=67108860/67108860
[pid=15602] ppid=15599 vsize=10818904 memory=41384 CPUtime=0.25 cores=0,2,4,6
/proc/15602/stat : 15602 (java) S 15599 15602 15121 0 -1 1077944320 7588 13126 0 0 16 2 5 2 20 0 15 0 54915668 11078557696 10346 33554432000 4194304 4196468 140724398486976 140724398469520 139795033104119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
/proc/15602/statm: 2704726 10346 2952 1 0 2667149 0
[pid=15602/tid=15655] ppid=15599 vsize=10818904 memory=-6517102902069810590 CPUtime=0.18 cores=0,2,4,6
/proc/15602/task/15655/stat : 15655 (java) R 15599 15602 15121 0 -1 4202560 4231 13126 0 0 10 1 5 2 20 0 15 0 54915677 11078557696 10478 33554432000 4194304 4196468 140724398486976 139795004928112 139795013379933 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15656] ppid=15599 vsize=10818904 memory=-7025452035940392864 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15656/stat : 15656 (java) S 15599 15602 15121 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 15 0 54915678 11078557696 10478 33554432000 4194304 4196468 140724398486976 139795037346704 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15657] ppid=15599 vsize=10818904 memory=140029614450304 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15657/stat : 15657 (java) S 15599 15602 15121 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 15 0 54915678 11078557696 10478 33554432000 4194304 4196468 140724398486976 139794952166160 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15658] ppid=15599 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15658/stat : 15658 (java) S 15599 15602 15121 0 -1 1077944384 2 13126 0 0 0 0 5 2 20 0 15 0 54915678 11078557696 10478 33554432000 4194304 4196468 140724398486976 139794951113872 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15659] ppid=15599 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15659/stat : 15659 (java) S 15599 15602 15121 0 -1 1077944384 2 13126 0 0 0 0 5 2 20 0 15 0 54915678 11078557696 10478 33554432000 4194304 4196468 140724398486976 139794950061072 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15660] ppid=15599 vsize=10818904 memory=140029614450304 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15660/stat : 15660 (java) S 15599 15602 15121 0 -1 1077944384 2 13126 0 0 0 0 5 2 20 0 15 0 54915680 11078557696 10478 33554432000 4194304 4196468 140724398486976 139794559719536 139795033115266 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15661] ppid=15599 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15661/stat : 15661 (java) S 15599 15602 15121 0 -1 1077944384 13 13126 0 0 0 0 5 2 20 0 15 0 54915680 11078557696 10478 33554432000 4194304 4196468 140724398486976 139794474591008 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15662] ppid=15599 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15662/stat : 15662 (java) S 15599 15602 15121 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 15 0 54915680 11078557696 10478 33554432000 4194304 4196468 140724398486976 139793870611568 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15663] ppid=15599 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15663/stat : 15663 (java) S 15599 15602 15121 0 -1 1077944384 3 13126 0 0 0 0 5 2 20 0 15 0 54915683 11078557696 10478 33554432000 4194304 4196468 140724398486976 139793563211856 139795033122715 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15664] ppid=15599 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15602/task/15664/stat : 15664 (java) S 15599 15602 15121 0 -1 1077944384 428 13126 0 0 1 0 5 2 20 0 15 0 54915683 11078557696 10478 33554432000 4194304 4196468 140724398486976 139794558667376 139795033115266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15665] ppid=15599 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15602/task/15665/stat : 15665 (java) S 15599 15602 15121 0 -1 1077944384 182 13126 0 0 1 0 5 2 20 0 15 0 54915683 11078557696 10478 33554432000 4194304 4196468 140724398486976 139794557614576 139795033115266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15666] ppid=15599 vsize=10818904 memory=140029614450304 CPUtime=0.1 cores=0,2,4,6
/proc/15602/task/15666/stat : 15666 (java) S 15599 15602 15121 0 -1 1077944384 613 13126 0 0 3 0 5 2 20 0 15 0 54915683 11078557696 10478 33554432000 4194304 4196468 140724398486976 139794556562288 139795033115266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15667] ppid=15599 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15667/stat : 15667 (java) S 15599 15602 15121 0 -1 1077944384 3 13126 0 0 0 0 5 2 20 0 15 0 54915683 11078557696 10544 33554432000 4194304 4196468 140724398486976 139793529654240 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15668] ppid=15599 vsize=10818904 memory=140029614450304 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15668/stat : 15668 (java) S 15599 15602 15121 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 15 0 54915683 11078557696 10544 33554432000 4194304 4196468 140724398486976 139794555509168 139795033115266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 41384 KiB

[startup+0.31026 s]*
/proc/loadavg: 1.37 1.44 1.72 3/215 15668
/proc/meminfo: memFree=22982676/32770624 swapFree=67108860/67108860
[pid=15602] ppid=15599 vsize=10819352 memory=53388 CPUtime=0.37 cores=0,2,4,6
/proc/15602/stat : 15602 (java) S 15599 15602 15121 0 -1 1077944320 10416 13126 0 0 27 3 5 2 20 0 15 0 54915668 11079016448 13347 33554432000 4194304 4196468 140724398486976 140724398469520 139795033104119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
/proc/15602/statm: 2704838 13347 3071 1 0 2667149 0
[pid=15602/tid=15655] ppid=15599 vsize=10819352 memory=6791534058613427641 CPUtime=0.27 cores=0,2,4,6
/proc/15602/task/15655/stat : 15655 (java) R 15599 15602 15121 0 -1 4202560 6961 13126 0 0 18 2 5 2 20 0 15 0 54915677 11079016448 13347 33554432000 4194304 4196468 140724398486976 139795004916128 139795013379254 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15656] ppid=15599 vsize=10819352 memory=7300986251812819024 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15656/stat : 15656 (java) S 15599 15602 15121 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 15 0 54915678 11079016448 13347 33554432000 4194304 4196468 140724398486976 139795037346704 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15657] ppid=15599 vsize=10819352 memory=2076 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15657/stat : 15657 (java) S 15599 15602 15121 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 15 0 54915678 11079016448 13347 33554432000 4194304 4196468 140724398486976 139794952166160 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15658] ppid=15599 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15658/stat : 15658 (java) S 15599 15602 15121 0 -1 1077944384 2 13126 0 0 0 0 5 2 20 0 15 0 54915678 11079016448 13347 33554432000 4194304 4196468 140724398486976 139794951113872 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15659] ppid=15599 vsize=10819352 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15659/stat : 15659 (java) S 15599 15602 15121 0 -1 1077944384 2 13126 0 0 0 0 5 2 20 0 15 0 54915678 11079016448 13347 33554432000 4194304 4196468 140724398486976 139794950061072 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15660] ppid=15599 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15660/stat : 15660 (java) S 15599 15602 15121 0 -1 1077944384 2 13126 0 0 0 0 5 2 20 0 15 0 54915680 11079016448 13347 33554432000 4194304 4196468 140724398486976 139794559719536 139795033115266 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15661] ppid=15599 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15661/stat : 15661 (java) S 15599 15602 15121 0 -1 1077944384 13 13126 0 0 0 0 5 2 20 0 15 0 54915680 11079016448 13347 33554432000 4194304 4196468 140724398486976 139794474591008 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15662] ppid=15599 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15662/stat : 15662 (java) S 15599 15602 15121 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 15 0 54915680 11079016448 13347 33554432000 4194304 4196468 140724398486976 139793870611568 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15663] ppid=15599 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15663/stat : 15663 (java) S 15599 15602 15121 0 -1 1077944384 3 13126 0 0 0 0 5 2 20 0 15 0 54915683 11079016448 13347 33554432000 4194304 4196468 140724398486976 139793563211856 139795033122715 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15664] ppid=15599 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15602/task/15664/stat : 15664 (java) S 15599 15602 15121 0 -1 1077944384 428 13126 0 0 1 0 5 2 20 0 15 0 54915683 11079016448 13347 33554432000 4194304 4196468 140724398486976 139794558667376 139795033115266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15665] ppid=15599 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15602/task/15665/stat : 15665 (java) S 15599 15602 15121 0 -1 1077944384 183 13126 0 0 1 0 5 2 20 0 15 0 54915683 11079016448 13347 33554432000 4194304 4196468 140724398486976 139794557614576 139795033115266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15666] ppid=15599 vsize=10819352 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/15602/task/15666/stat : 15666 (java) S 15599 15602 15121 0 -1 1077944384 623 13126 0 0 5 0 5 2 20 0 15 0 54915683 11079016448 13347 33554432000 4194304 4196468 140724398486976 139794556562288 139795033115266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15667] ppid=15599 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15667/stat : 15667 (java) S 15599 15602 15121 0 -1 1077944384 3 13126 0 0 0 0 5 2 20 0 15 0 54915683 11079016448 13347 33554432000 4194304 4196468 140724398486976 139793529654240 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15668] ppid=15599 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15668/stat : 15668 (java) S 15599 15602 15121 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 15 0 54915683 11079016448 13347 33554432000 4194304 4196468 140724398486976 139794555509168 139795033115266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53388 KiB

[startup+0.700781 s]
/proc/loadavg: 1.37 1.44 1.72 3/215 15668
/proc/meminfo: memFree=22970892/32770624 swapFree=67108860/67108860
[pid=15602] ppid=15599 vsize=10819352 memory=86332 CPUtime=0.98 cores=0,2,4,6
/proc/15602/stat : 15602 (java) S 15599 15602 15121 0 -1 1077944320 16785 13126 0 0 86 5 5 2 20 0 15 0 54915668 11079016448 21519 33554432000 4194304 4196468 140724398486976 140724398469520 139795033104119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
/proc/15602/statm: 2704838 21583 3237 1 0 2667149 0
[pid=15602/tid=15655] ppid=15599 vsize=10819352 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/15602/task/15655/stat : 15655 (java) R 15599 15602 15121 0 -1 4202560 12286 13126 0 0 54 4 5 2 20 0 15 0 54915677 11079016448 21583 33554432000 4194304 4196468 140724398486976 139795004924944 139795017184606 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15656] ppid=15599 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15656/stat : 15656 (java) S 15599 15602 15121 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 15 0 54915678 11079016448 21583 33554432000 4194304 4196468 140724398486976 139795037346704 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15657] ppid=15599 vsize=10819352 memory=4136 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15657/stat : 15657 (java) S 15599 15602 15121 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 15 0 54915678 11079016448 21583 33554432000 4194304 4196468 140724398486976 139794952166160 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15658] ppid=15599 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15658/stat : 15658 (java) S 15599 15602 15121 0 -1 1077944384 2 13126 0 0 0 0 5 2 20 0 15 0 54915678 11079016448 21583 33554432000 4194304 4196468 140724398486976 139794951113872 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15659] ppid=15599 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15659/stat : 15659 (java) S 15599 15602 15121 0 -1 1077944384 2 13126 0 0 0 0 5 2 20 0 15 0 54915678 11079016448 21583 33554432000 4194304 4196468 140724398486976 139794950061072 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15660] ppid=15599 vsize=10819352 memory=4420 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15660/stat : 15660 (java) S 15599 15602 15121 0 -1 1077944384 5 13126 0 0 0 0 5 2 20 0 15 0 54915680 11079016448 21583 33554432000 4194304 4196468 140724398486976 139794559719536 139795033115266 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15661] ppid=15599 vsize=10819352 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15661/stat : 15661 (java) S 15599 15602 15121 0 -1 1077944384 13 13126 0 0 0 0 5 2 20 0 15 0 54915680 11079016448 21583 33554432000 4194304 4196468 140724398486976 139794474591008 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15662] ppid=15599 vsize=10819352 memory=8836 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15662/stat : 15662 (java) S 15599 15602 15121 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 15 0 54915680 11079016448 21583 33554432000 4194304 4196468 140724398486976 139793870611568 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15663] ppid=15599 vsize=10819352 memory=11044 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15663/stat : 15663 (java) S 15599 15602 15121 0 -1 1077944384 3 13126 0 0 0 0 5 2 20 0 15 0 54915683 11079016448 21583 33554432000 4194304 4196468 140724398486976 139793563211856 139795033122715 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15664] ppid=15599 vsize=10819352 memory=13252 CPUtime=0.18 cores=0,2,4,6
/proc/15602/task/15664/stat : 15664 (java) S 15599 15602 15121 0 -1 1077944384 1052 13126 0 0 11 0 5 2 20 0 15 0 54915683 11079016448 21583 33554432000 4194304 4196468 140724398486976 139794558667376 139795033115266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15665] ppid=15599 vsize=10819352 memory=15460 CPUtime=0.13 cores=0,2,4,6
/proc/15602/task/15665/stat : 15665 (java) S 15599 15602 15121 0 -1 1077944384 515 13126 0 0 6 0 5 2 20 0 15 0 54915683 11079016448 21583 33554432000 4194304 4196468 140724398486976 139794557614576 139795033115266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15666] ppid=15599 vsize=10819352 memory=17668 CPUtime=0.2 cores=0,2,4,6
/proc/15602/task/15666/stat : 15666 (java) R 15599 15602 15121 0 -1 4202560 719 13126 0 0 13 0 5 2 20 0 15 0 54915683 11079016448 21583 33554432000 4194304 4196468 140724398486976 139794556562288 139795017184606 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15667] ppid=15599 vsize=10819352 memory=19876 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15667/stat : 15667 (java) S 15599 15602 15121 0 -1 1077944384 3 13126 0 0 0 0 5 2 20 0 15 0 54915683 11079016448 21583 33554432000 4194304 4196468 140724398486976 139793529654240 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15668] ppid=15599 vsize=10819352 memory=22084 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15668/stat : 15668 (java) S 15599 15602 15121 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 15 0 54915683 11079016448 21583 33554432000 4194304 4196468 140724398486976 139794555509168 139795033115266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86332 KiB

[startup+1.50077 s]
/proc/loadavg: 1.37 1.44 1.72 4/215 15668
/proc/meminfo: memFree=22925464/32770624 swapFree=67108860/67108860
[pid=15602] ppid=15599 vsize=10834252 memory=181076 CPUtime=2.39 cores=0,2,4,6
/proc/15602/stat : 15602 (java) S 15599 15602 15121 0 -1 1077944320 23877 13126 0 0 222 10 5 2 20 0 15 0 54915668 11094274048 45269 33554432000 4194304 4196468 140724398486976 140724398469520 139795033104119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
/proc/15602/statm: 2708563 45269 3467 1 0 2670221 0
[pid=15602/tid=15655] ppid=15599 vsize=10834252 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/15602/task/15655/stat : 15655 (java) R 15599 15602 15121 0 -1 4202560 17592 13126 0 0 128 7 5 2 20 0 15 0 54915677 11094274048 45269 33554432000 4194304 4196468 140724398486976 139795004934288 139795017184606 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15656] ppid=15599 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15602/task/15656/stat : 15656 (java) S 15599 15602 15121 0 -1 1077944384 50 13126 0 0 1 0 5 2 20 0 15 0 54915678 11094274048 45269 33554432000 4194304 4196468 140724398486976 139795037346704 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15657] ppid=15599 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15602/task/15657/stat : 15657 (java) S 15599 15602 15121 0 -1 1077944384 186 13126 0 0 1 0 5 2 20 0 15 0 54915678 11094274048 45269 33554432000 4194304 4196468 140724398486976 139794952166160 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15658] ppid=15599 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15602/task/15658/stat : 15658 (java) S 15599 15602 15121 0 -1 1077944384 28 13126 0 0 1 0 5 2 20 0 15 0 54915678 11094274048 45269 33554432000 4194304 4196468 140724398486976 139794951113872 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15659] ppid=15599 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15602/task/15659/stat : 15659 (java) S 15599 15602 15121 0 -1 1077944384 28 13126 0 0 1 0 5 2 20 0 15 0 54915678 11094274048 45269 33554432000 4194304 4196468 140724398486976 139794950061072 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15660] ppid=15599 vsize=10834252 memory=1399103955520229747 CPUtime=0.08 cores=0,2,4,6
/proc/15602/task/15660/stat : 15660 (java) S 15599 15602 15121 0 -1 1077944384 58 13126 0 0 1 0 5 2 20 0 15 0 54915680 11094274048 45269 33554432000 4194304 4196468 140724398486976 139794559719536 139795033115266 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15661] ppid=15599 vsize=10834252 memory=280058979756288 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15661/stat : 15661 (java) S 15599 15602 15121 0 -1 1077944384 14 13126 0 0 0 0 5 2 20 0 15 0 54915680 11094274048 45269 33554432000 4194304 4196468 140724398486976 139794474591072 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15662] ppid=15599 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15662/stat : 15662 (java) S 15599 15602 15121 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 15 0 54915680 11094274048 45269 33554432000 4194304 4196468 140724398486976 139793870611584 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15663] ppid=15599 vsize=10834252 memory=1228 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15663/stat : 15663 (java) S 15599 15602 15121 0 -1 1077944384 3 13126 0 0 0 0 5 2 20 0 15 0 54915683 11094274048 45269 33554432000 4194304 4196468 140724398486976 139793563211856 139795033122715 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15664] ppid=15599 vsize=10834252 memory=1704 CPUtime=0.34 cores=0,2,4,6
/proc/15602/task/15664/stat : 15664 (java) S 15599 15602 15121 0 -1 1077944384 1248 13126 0 0 27 0 5 2 20 0 15 0 54915683 11094274048 45269 33554432000 4194304 4196468 140724398486976 139794558667376 139795033115266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15665] ppid=15599 vsize=10834252 memory=9924 CPUtime=0.29 cores=0,2,4,6
/proc/15602/task/15665/stat : 15665 (java) S 15599 15602 15121 0 -1 1077944384 1075 13126 0 0 22 0 5 2 20 0 15 0 54915683 11094274048 45269 33554432000 4194304 4196468 140724398486976 139794557614576 139795033115266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15666] ppid=15599 vsize=10834252 memory=5788 CPUtime=0.42 cores=0,2,4,6
/proc/15602/task/15666/stat : 15666 (java) S 15599 15602 15121 0 -1 1077944384 1399 13126 0 0 35 0 5 2 20 0 15 0 54915683 11094274048 45269 33554432000 4194304 4196468 140724398486976 139794556562288 139795033115266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15667] ppid=15599 vsize=10834252 memory=1936 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15667/stat : 15667 (java) S 15599 15602 15121 0 -1 1077944384 3 13126 0 0 0 0 5 2 20 0 15 0 54915683 11094274048 45269 33554432000 4194304 4196468 140724398486976 139793529654240 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15668] ppid=15599 vsize=10834252 memory=1196 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15668/stat : 15668 (java) S 15599 15602 15121 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 15 0 54915683 11094274048 45334 33554432000 4194304 4196468 140724398486976 139794555509168 139795033115266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
Current children cumulated CPU time: 2.39 s
Current children cumulated vsize: 10834252 KiB

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

/proc/15602/task/15655/stat : 15655 (java) R 15599 15602 15121 0 -1 4202560 80898 13126 0 0 223534 56 5 2 20 0 15 0 54915677 11176083456 209445 33554432000 4194304 4196468 140724398486976 139795004937712 139794642105439 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15656] ppid=15599 vsize=10914144 memory=837780 CPUtime=11.59 cores=0,2,4,6
/proc/15602/task/15656/stat : 15656 (java) S 15599 15602 15121 0 -1 1077944384 10818 13126 0 0 1098 54 5 2 20 0 15 0 54915678 11176083456 209445 33554432000 4194304 4196468 140724398486976 139795037346704 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15657] ppid=15599 vsize=10914144 memory=837780 CPUtime=11.56 cores=0,2,4,6
/proc/15602/task/15657/stat : 15657 (java) S 15599 15602 15121 0 -1 1077944384 9926 13126 0 0 1090 59 5 2 20 0 15 0 54915678 11176083456 209445 33554432000 4194304 4196468 140724398486976 139794952166160 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15658] ppid=15599 vsize=10914144 memory=837780 CPUtime=11.61 cores=0,2,4,6
/proc/15602/task/15658/stat : 15658 (java) S 15599 15602 15121 0 -1 1077944384 12536 13126 0 0 1096 58 5 2 20 0 15 0 54915678 11176083456 209445 33554432000 4194304 4196468 140724398486976 139794951113872 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15659] ppid=15599 vsize=10914144 memory=837780 CPUtime=11.61 cores=0,2,4,6
/proc/15602/task/15659/stat : 15659 (java) S 15599 15602 15121 0 -1 1077944384 13371 13126 0 0 1094 60 5 2 20 0 15 0 54915678 11176083456 209445 33554432000 4194304 4196468 140724398486976 139794950061072 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15660] ppid=15599 vsize=10914144 memory=837780 CPUtime=10.93 cores=0,2,4,6
/proc/15602/task/15660/stat : 15660 (java) S 15599 15602 15121 0 -1 1077944384 15133 13126 0 0 1024 62 5 2 20 0 15 0 54915680 11176083456 209445 33554432000 4194304 4196468 140724398486976 139794559719536 139795033115266 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15661] ppid=15599 vsize=10914144 memory=837780 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15661/stat : 15661 (java) S 15599 15602 15121 0 -1 1077944384 14 13126 0 0 0 0 5 2 20 0 15 0 54915680 11176083456 209445 33554432000 4194304 4196468 140724398486976 139794474591136 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15662] ppid=15599 vsize=10914144 memory=837780 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15662/stat : 15662 (java) S 15599 15602 15121 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 15 0 54915680 11176083456 209445 33554432000 4194304 4196468 140724398486976 139793870611584 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15663] ppid=15599 vsize=10914144 memory=837780 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15663/stat : 15663 (java) S 15599 15602 15121 0 -1 1077944384 3 13126 0 0 0 0 5 2 20 0 15 0 54915683 11176083456 209445 33554432000 4194304 4196468 140724398486976 139793563211856 139795033122715 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15664] ppid=15599 vsize=10914144 memory=0 CPUtime=19.91 cores=0,2,4,6
/proc/15602/task/15664/stat : 15664 (java) S 15599 15602 15121 0 -1 1077944384 20909 13126 0 0 1980 4 5 2 20 0 15 0 54915683 11176083456 209445 33554432000 4194304 4196468 140724398486976 139794558667376 139795033115266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15665] ppid=15599 vsize=10914144 memory=837780 CPUtime=19.46 cores=0,2,4,6
/proc/15602/task/15665/stat : 15665 (java) S 15599 15602 15121 0 -1 1077944384 24405 13126 0 0 1934 5 5 2 20 0 15 0 54915683 11176083456 209445 33554432000 4194304 4196468 140724398486976 139794557614576 139795033115266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15666] ppid=15599 vsize=10914144 memory=837780 CPUtime=5.39 cores=0,2,4,6
/proc/15602/task/15666/stat : 15666 (java) S 15599 15602 15121 0 -1 1077944384 18082 13126 0 0 524 8 5 2 20 0 15 0 54915683 11176083456 209445 33554432000 4194304 4196468 140724398486976 139794556562288 139795033115266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15667] ppid=15599 vsize=10914144 memory=837780 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15667/stat : 15667 (java) S 15599 15602 15121 0 -1 1077944384 3 13126 0 0 0 0 5 2 20 0 15 0 54915683 11176083456 209445 33554432000 4194304 4196468 140724398486976 139793529654240 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15668] ppid=15599 vsize=10914144 memory=837780 CPUtime=1.53 cores=0,2,4,6
/proc/15602/task/15668/stat : 15668 (java) S 15599 15602 15121 0 -1 1077944384 859 13126 0 0 68 78 5 2 20 0 15 0 54915683 11176083456 209445 33554432000 4194304 4196468 140724398486976 139794555509168 139795033115266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
Current children cumulated CPU time: 2339.03 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 837780 KiB

[startup+2322.3 s]
/proc/loadavg: 1.37 1.28 1.33 4/215 15869
/proc/meminfo: memFree=22267440/32770624 swapFree=67108860/67108860
[pid=15602] ppid=15599 vsize=10914144 memory=837780 CPUtime=2399.94 cores=0,2,4,6
/proc/15602/stat : 15602 (java) S 15599 15602 15121 0 -1 1077944320 210477 13126 0 0 239612 375 5 2 20 0 15 0 54915668 11176083456 209445 33554432000 4194304 4196468 140724398486976 140724398469520 139795033104119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
/proc/15602/statm: 2728536 209445 3525 1 0 2690189 0
[pid=15602/tid=15655] ppid=15599 vsize=10914144 memory=837780 CPUtime=2295.24 cores=0,2,4,6
/proc/15602/task/15655/stat : 15655 (java) R 15599 15602 15121 0 -1 4202560 81536 13126 0 0 229460 57 5 2 20 0 15 0 54915677 11176083456 209445 33554432000 4194304 4196468 140724398486976 139795004939056 139794632619616 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15656] ppid=15599 vsize=10914144 memory=837780 CPUtime=11.91 cores=0,2,4,6
/proc/15602/task/15656/stat : 15656 (java) S 15599 15602 15121 0 -1 1077944384 10901 13126 0 0 1129 55 5 2 20 0 15 0 54915678 11176083456 209445 33554432000 4194304 4196468 140724398486976 139795037346704 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15657] ppid=15599 vsize=10914144 memory=837780 CPUtime=11.88 cores=0,2,4,6
/proc/15602/task/15657/stat : 15657 (java) S 15599 15602 15121 0 -1 1077944384 9949 13126 0 0 1120 61 5 2 20 0 15 0 54915678 11176083456 209445 33554432000 4194304 4196468 140724398486976 139794952166160 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15658] ppid=15599 vsize=10914144 memory=837780 CPUtime=11.94 cores=0,2,4,6
/proc/15602/task/15658/stat : 15658 (java) S 15599 15602 15121 0 -1 1077944384 12822 13126 0 0 1127 60 5 2 20 0 15 0 54915678 11176083456 209445 33554432000 4194304 4196468 140724398486976 139794951113872 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15659] ppid=15599 vsize=10914144 memory=837780 CPUtime=11.94 cores=0,2,4,6
/proc/15602/task/15659/stat : 15659 (java) S 15599 15602 15121 0 -1 1077944384 13445 13126 0 0 1126 61 5 2 20 0 15 0 54915678 11176083456 209445 33554432000 4194304 4196468 140724398486976 139794950061072 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15660] ppid=15599 vsize=10914144 memory=837780 CPUtime=11.23 cores=0,2,4,6
/proc/15602/task/15660/stat : 15660 (java) S 15599 15602 15121 0 -1 1077944384 15342 13126 0 0 1052 64 5 2 20 0 15 0 54915680 11176083456 209445 33554432000 4194304 4196468 140724398486976 139794559719536 139795033115266 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15661] ppid=15599 vsize=10914144 memory=837780 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15661/stat : 15661 (java) S 15599 15602 15121 0 -1 1077944384 14 13126 0 0 0 0 5 2 20 0 15 0 54915680 11176083456 209445 33554432000 4194304 4196468 140724398486976 139794474591136 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15662] ppid=15599 vsize=10914144 memory=837780 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15662/stat : 15662 (java) S 15599 15602 15121 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 15 0 54915680 11176083456 209445 33554432000 4194304 4196468 140724398486976 139793870611584 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15663] ppid=15599 vsize=10914144 memory=837780 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15663/stat : 15663 (java) S 15599 15602 15121 0 -1 1077944384 3 13126 0 0 0 0 5 2 20 0 15 0 54915683 11176083456 209445 33554432000 4194304 4196468 140724398486976 139793563211856 139795033122715 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15664] ppid=15599 vsize=10914144 memory=3140 CPUtime=19.91 cores=0,2,4,6
/proc/15602/task/15664/stat : 15664 (java) S 15599 15602 15121 0 -1 1077944384 20911 13126 0 0 1980 4 5 2 20 0 15 0 54915683 11176083456 209445 33554432000 4194304 4196468 140724398486976 139794558667376 139795033115266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15665] ppid=15599 vsize=10914144 memory=837780 CPUtime=19.47 cores=0,2,4,6
/proc/15602/task/15665/stat : 15665 (java) S 15599 15602 15121 0 -1 1077944384 24407 13126 0 0 1935 5 5 2 20 0 15 0 54915683 11176083456 209445 33554432000 4194304 4196468 140724398486976 139794557614576 139795033115266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15666] ppid=15599 vsize=10914144 memory=837780 CPUtime=5.39 cores=0,2,4,6
/proc/15602/task/15666/stat : 15666 (java) S 15599 15602 15121 0 -1 1077944384 18084 13126 0 0 524 8 5 2 20 0 15 0 54915683 11176083456 209445 33554432000 4194304 4196468 140724398486976 139794556562288 139795033115266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15667] ppid=15599 vsize=10914144 memory=837780 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15667/stat : 15667 (java) S 15599 15602 15121 0 -1 1077944384 3 13126 0 0 0 0 5 2 20 0 15 0 54915683 11176083456 209445 33554432000 4194304 4196468 140724398486976 139793529654240 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15668] ppid=15599 vsize=10914144 memory=837780 CPUtime=1.57 cores=0,2,4,6
/proc/15602/task/15668/stat : 15668 (java) S 15599 15602 15121 0 -1 1077944384 867 13126 0 0 70 80 5 2 20 0 15 0 54915683 11176083456 209445 33554432000 4194304 4196468 140724398486976 139794555509168 139795033115266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
Current children cumulated CPU time: 2399.94 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 837780 KiB

[startup+2382.3 s]
/proc/loadavg: 1.58 1.36 1.35 4/215 15871
/proc/meminfo: memFree=22267480/32770624 swapFree=67108860/67108860
[pid=15602] ppid=15599 vsize=10914144 memory=837780 CPUtime=2460.86 cores=0,2,4,6
/proc/15602/stat : 15602 (java) S 15599 15602 15121 0 -1 1077944320 211855 13126 0 0 245696 383 5 2 20 0 15 0 54915668 11176083456 209445 33554432000 4194304 4196468 140724398486976 140724398469520 139795033104119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
/proc/15602/statm: 2728536 209445 3525 1 0 2690189 0
[pid=15602/tid=15655] ppid=15599 vsize=10914144 memory=4136 CPUtime=2354.57 cores=0,2,4,6
/proc/15602/task/15655/stat : 15655 (java) R 15599 15602 15121 0 -1 4202560 82205 13126 0 0 235392 58 5 2 20 0 15 0 54915677 11176083456 209445 33554432000 4194304 4196468 140724398486976 139795004937712 139794640900260 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15656] ppid=15599 vsize=10914144 memory=837780 CPUtime=12.23 cores=0,2,4,6
/proc/15602/task/15656/stat : 15656 (java) S 15599 15602 15121 0 -1 1077944384 11013 13126 0 0 1160 56 5 2 20 0 15 0 54915678 11176083456 209445 33554432000 4194304 4196468 140724398486976 139795037346704 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15657] ppid=15599 vsize=10914144 memory=207305857705372 CPUtime=12.19 cores=0,2,4,6
/proc/15602/task/15657/stat : 15657 (java) S 15599 15602 15121 0 -1 1077944384 9999 13126 0 0 1150 62 5 2 20 0 15 0 54915678 11176083456 209445 33554432000 4194304 4196468 140724398486976 139794952166160 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15658] ppid=15599 vsize=10914144 memory=837780 CPUtime=12.25 cores=0,2,4,6
/proc/15602/task/15658/stat : 15658 (java) S 15599 15602 15121 0 -1 1077944384 12852 13126 0 0 1157 61 5 2 20 0 15 0 54915678 11176083456 209445 33554432000 4194304 4196468 140724398486976 139794951113872 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15659] ppid=15599 vsize=10914144 memory=837780 CPUtime=12.26 cores=0,2,4,6
/proc/15602/task/15659/stat : 15659 (java) S 15599 15602 15121 0 -1 1077944384 13728 13126 0 0 1155 64 5 2 20 0 15 0 54915678 11176083456 209445 33554432000 4194304 4196468 140724398486976 139794950061072 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15660] ppid=15599 vsize=10914144 memory=837780 CPUtime=11.52 cores=0,2,4,6
/proc/15602/task/15660/stat : 15660 (java) S 15599 15602 15121 0 -1 1077944384 15553 13126 0 0 1080 65 5 2 20 0 15 0 54915680 11176083456 209445 33554432000 4194304 4196468 140724398486976 139794559719536 139795033115266 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15661] ppid=15599 vsize=10914144 memory=837780 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15661/stat : 15661 (java) S 15599 15602 15121 0 -1 1077944384 14 13126 0 0 0 0 5 2 20 0 15 0 54915680 11176083456 209445 33554432000 4194304 4196468 140724398486976 139794474591136 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15662] ppid=15599 vsize=10914144 memory=837780 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15662/stat : 15662 (java) S 15599 15602 15121 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 15 0 54915680 11176083456 209445 33554432000 4194304 4196468 140724398486976 139793870611584 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15663] ppid=15599 vsize=10914144 memory=837780 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15663/stat : 15663 (java) S 15599 15602 15121 0 -1 1077944384 3 13126 0 0 0 0 5 2 20 0 15 0 54915683 11176083456 209445 33554432000 4194304 4196468 140724398486976 139793563211856 139795033122715 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15664] ppid=15599 vsize=10914144 memory=164 CPUtime=19.91 cores=0,2,4,6
/proc/15602/task/15664/stat : 15664 (java) S 15599 15602 15121 0 -1 1077944384 20913 13126 0 0 1980 4 5 2 20 0 15 0 54915683 11176083456 209445 33554432000 4194304 4196468 140724398486976 139794558667376 139795033115266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15665] ppid=15599 vsize=10914144 memory=837780 CPUtime=19.47 cores=0,2,4,6
/proc/15602/task/15665/stat : 15665 (java) S 15599 15602 15121 0 -1 1077944384 24409 13126 0 0 1935 5 5 2 20 0 15 0 54915683 11176083456 209445 33554432000 4194304 4196468 140724398486976 139794557614576 139795033115266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15666] ppid=15599 vsize=10914144 memory=17640 CPUtime=5.39 cores=0,2,4,6
/proc/15602/task/15666/stat : 15666 (java) S 15599 15602 15121 0 -1 1077944384 18086 13126 0 0 524 8 5 2 20 0 15 0 54915683 11176083456 209445 33554432000 4194304 4196468 140724398486976 139794556562288 139795033115266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15667] ppid=15599 vsize=10914144 memory=837780 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15667/stat : 15667 (java) S 15599 15602 15121 0 -1 1077944384 3 13126 0 0 0 0 5 2 20 0 15 0 54915683 11176083456 209445 33554432000 4194304 4196468 140724398486976 139793529654240 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15668] ppid=15599 vsize=10914144 memory=4616 CPUtime=1.6 cores=0,2,4,6
/proc/15602/task/15668/stat : 15668 (java) S 15599 15602 15121 0 -1 1077944384 884 13126 0 0 72 81 5 2 20 0 15 0 54915683 11176083456 209445 33554432000 4194304 4196468 140724398486976 139794555509168 139795033115266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
Current children cumulated CPU time: 2460.86 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 837780 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2440.6 s]
/proc/loadavg: 1.38 1.35 1.35 6/215 15872
/proc/meminfo: memFree=22267476/32770624 swapFree=67108860/67108860
[pid=15602] ppid=15599 vsize=10914144 memory=837780 CPUtime=2520.05 cores=0,2,4,6
/proc/15602/stat : 15602 (java) S 15599 15602 15121 0 -1 1077944320 213200 13126 0 0 251607 391 5 2 20 0 15 0 54915668 11176083456 209445 33554432000 4194304 4196468 140724398486976 140724398469520 139795033104119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
/proc/15602/statm: 2728536 209445 3525 1 0 2690189 0
[pid=15602/tid=15655] ppid=15599 vsize=10914144 memory=4616 CPUtime=2412.14 cores=0,2,4,6
/proc/15602/task/15655/stat : 15655 (java) R 15599 15602 15121 0 -1 4202560 82842 13126 0 0 241149 58 5 2 20 0 15 0 54915677 11176083456 209445 33554432000 4194304 4196468 140724398486976 139795004939056 139794630263396 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15656] ppid=15599 vsize=10914144 memory=1424 CPUtime=12.55 cores=0,2,4,6
/proc/15602/task/15656/stat : 15656 (java) S 15599 15602 15121 0 -1 1077944384 11049 13126 0 0 1190 58 5 2 20 0 15 0 54915678 11176083456 209445 33554432000 4194304 4196468 140724398486976 139795037346704 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15657] ppid=15599 vsize=10914144 memory=15868 CPUtime=12.51 cores=0,2,4,6
/proc/15602/task/15657/stat : 15657 (java) S 15599 15602 15121 0 -1 1077944384 10078 13126 0 0 1180 64 5 2 20 0 15 0 54915678 11176083456 209445 33554432000 4194304 4196468 140724398486976 139794952166160 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15658] ppid=15599 vsize=10914144 memory=4052 CPUtime=12.57 cores=0,2,4,6
/proc/15602/task/15658/stat : 15658 (java) S 15599 15602 15121 0 -1 1077944384 13140 13126 0 0 1188 62 5 2 20 0 15 0 54915678 11176083456 209445 33554432000 4194304 4196468 140724398486976 139794951113872 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15659] ppid=15599 vsize=10914144 memory=18252 CPUtime=12.57 cores=0,2,4,6
/proc/15602/task/15659/stat : 15659 (java) S 15599 15602 15121 0 -1 1077944384 13800 13126 0 0 1186 64 5 2 20 0 15 0 54915678 11176083456 209445 33554432000 4194304 4196468 140724398486976 139794950061072 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15660] ppid=15599 vsize=10914144 memory=6791534058613427641 CPUtime=11.81 cores=0,2,4,6
/proc/15602/task/15660/stat : 15660 (java) S 15599 15602 15121 0 -1 1077944384 15763 13126 0 0 1108 66 5 2 20 0 15 0 54915680 11176083456 209445 33554432000 4194304 4196468 140724398486976 139794559719536 139795033115266 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15661] ppid=15599 vsize=10914144 memory=837780 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15661/stat : 15661 (java) S 15599 15602 15121 0 -1 1077944384 14 13126 0 0 0 0 5 2 20 0 15 0 54915680 11176083456 209445 33554432000 4194304 4196468 140724398486976 139794474591136 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15662] ppid=15599 vsize=10914144 memory=13847456437766436 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15662/stat : 15662 (java) S 15599 15602 15121 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 15 0 54915680 11176083456 209445 33554432000 4194304 4196468 140724398486976 139793870611584 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15663] ppid=15599 vsize=10914144 memory=1228 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15663/stat : 15663 (java) S 15599 15602 15121 0 -1 1077944384 3 13126 0 0 0 0 5 2 20 0 15 0 54915683 11176083456 209445 33554432000 4194304 4196468 140724398486976 139793563211856 139795033122715 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15664] ppid=15599 vsize=10914144 memory=1704 CPUtime=19.91 cores=0,2,4,6
/proc/15602/task/15664/stat : 15664 (java) S 15599 15602 15121 0 -1 1077944384 20915 13126 0 0 1980 4 5 2 20 0 15 0 54915683 11176083456 209445 33554432000 4194304 4196468 140724398486976 139794558667376 139795033115266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15665] ppid=15599 vsize=10914144 memory=9924 CPUtime=19.47 cores=0,2,4,6
/proc/15602/task/15665/stat : 15665 (java) S 15599 15602 15121 0 -1 1077944384 24411 13126 0 0 1935 5 5 2 20 0 15 0 54915683 11176083456 209445 33554432000 4194304 4196468 140724398486976 139794557614576 139795033115266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15666] ppid=15599 vsize=10914144 memory=5788 CPUtime=5.39 cores=0,2,4,6
/proc/15602/task/15666/stat : 15666 (java) S 15599 15602 15121 0 -1 1077944384 18088 13126 0 0 524 8 5 2 20 0 15 0 54915683 11176083456 209445 33554432000 4194304 4196468 140724398486976 139794556562288 139795033115266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15667] ppid=15599 vsize=10914144 memory=1936 CPUtime=0.07 cores=0,2,4,6
/proc/15602/task/15667/stat : 15667 (java) S 15599 15602 15121 0 -1 1077944384 3 13126 0 0 0 0 5 2 20 0 15 0 54915683 11176083456 209445 33554432000 4194304 4196468 140724398486976 139793529654240 139795033114325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
[pid=15602/tid=15668] ppid=15599 vsize=10914144 memory=1196 CPUtime=1.64 cores=0,2,4,6
/proc/15602/task/15668/stat : 15668 (java) S 15599 15602 15121 0 -1 1077944384 901 13126 0 0 74 83 5 2 20 0 15 0 54915683 11176083456 209445 33554432000 4194304 4196468 140724398486976 139794555509168 139795033115266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24346624 140724398492270 140724398495068 140724398495068 140724398497743 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 837780 KiB

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

[startup+2440.63 s]
# the end of solver process 15602 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.14 s, system=3.95047 s

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

Child status: 143
Real time (s): 2440.63
CPU time (s): 2520.09
CPU user time (s): 2516.14
CPU system time (s): 3.95047
CPU usage (%): 103.256
Max. virtual memory (cumulated for all children) (KiB): 10916780
Max. memory (cumulated for all children) (KiB): 969700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.14
system time used= 3.95047
maximum resident set size= 970212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 227076
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 314026
involuntary context switches= 9795


# summary of solver processes directly reported to runsolver:
#   pid: 15602
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2516.14
#   total CPU system time (s): 3.95047

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8613 second user time and 23.0225 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-23 21:18:45
IDJOB=4293796
IDBENCH=141237
IDSOLVER=2750
FILE ID=node105/4293796-1532373525
RUNJOBID= node105-1532371073-15152
PBS_JOBID= 21021573
Free space on /tmp= 44828 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/PseudoBoolean-dec/Pb-chnl30-31_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293796-1532373525/watcher-4293796-1532373525 -o /tmp/evaluation-result-4293796-1532373525/solver-4293796-1532373525 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532371073-15152 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1518394608 HOME/instance-4293796-1532373525.xml

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

MD5SUM BENCH= 986923daef9243229e6ae2459781d9f0
RANDOM SEED=1518394608

node105.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.32
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.32
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.32
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.32
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:        23020720 kB
MemAvailable:   30954264 kB
Buffers:          198392 kB
Cached:          7880640 kB
SwapCached:            0 kB
Active:          2446140 kB
Inactive:        6670348 kB
Active(anon):     991988 kB
Inactive(anon):    65656 kB
Active(file):    1454152 kB
Inactive(file):  6604692 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26652 kB
Writeback:             0 kB
AnonPages:       1088092 kB
Mapped:            50660 kB
Shmem:             17036 kB
Slab:             330348 kB
SReclaimable:     303160 kB
SUnreclaim:        27188 kB
KernelStack:        3808 kB
PageTables:         7244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2022052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    907264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44800 MiB
End job on node105 at 2018-07-23 21:59:26