Trace number 4302913

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNG? (TO) 252.154 228.843

General information on the benchmark

NameRlfap/Rlfap-opt/
Rlfap-scen-01-opt_c18.xml
MD5SUM2ee48e6c5f3b799813662dbb853aaebc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark252.017
Satisfiable
(Un)Satisfiability was proved
Number of variables916
Number of constraints5548
Number of domains7
Minimum domain size6
Maximum domain size44
Distribution of domain sizes[{"size":6,"count":6},{"size":22,"count":36},{"size":24,"count":8},{"size":36,"count":360},{"size":42,"count":22},{"size":44,"count":484}]
Minimum variable degree2
Maximum variable degree62
Distribution of variable degrees[{"degree":2,"count":12},{"degree":3,"count":2},{"degree":4,"count":38},{"degree":5,"count":25},{"degree":6,"count":95},{"degree":7,"count":25},{"degree":8,"count":106},{"degree":9,"count":20},{"degree":10,"count":111},{"degree":11,"count":39},{"degree":12,"count":56},{"degree":13,"count":41},{"degree":14,"count":47},{"degree":15,"count":30},{"degree":16,"count":41},{"degree":17,"count":19},{"degree":18,"count":32},{"degree":19,"count":15},{"degree":20,"count":27},{"degree":21,"count":21},{"degree":22,"count":8},{"degree":23,"count":11},{"degree":24,"count":18},{"degree":25,"count":13},{"degree":26,"count":7},{"degree":27,"count":7},{"degree":28,"count":7},{"degree":29,"count":7},{"degree":30,"count":7},{"degree":31,"count":6},{"degree":32,"count":4},{"degree":33,"count":2},{"degree":35,"count":1},{"degree":36,"count":1},{"degree":37,"count":2},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":40,"count":3},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":45,"count":2},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":5548}]
Number of extensional constraints0
Number of intensional constraints5548
Distribution of constraint types[{"type":"intension","count":5548}]
Optimization problemYES
Type of objectivemin NVALUES

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302913-1532895501/watcher-4302913-1532895501 -o /tmp/evaluation-result-4302913-1532895501/solver-4302913-1532895501 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532892979-13581 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1893033771 -superng HOME/instance-4302913-1532895501.xml 

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

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


[startup+0.100116 s]*
/proc/loadavg: 2.09 2.08 1.96 3/206 17180
/proc/meminfo: memFree=21560108/32770624 swapFree=67108404/67108860
[pid=17123] ppid=17120 vsize=10005480 memory=18592 CPUtime=0.08 cores=1,3,5,7
/proc/17123/stat : 17123 (java) S 17120 17123 12222 0 -1 1077944320 4296 12891 0 0 1 0 4 3 20 0 6 0 107113227 10245611520 4648 33554432000 4194304 4196468 140737028986192 140737028968736 139641546505975 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
/proc/17123/statm: 2501370 4648 1935 1 0 2489808 0
[pid=17123/tid=17176] ppid=17120 vsize=10021560 memory=4279135703946986127 CPUtime=0.08 cores=1,3,5,7
/proc/17123/task/17176/stat : 17176 (java) R 17120 17123 12222 0 -1 4202560 2146 12891 0 0 1 0 4 3 20 0 6 0 107113235 10262077440 4714 33554432000 4194304 4196468 140737028986192 139641518342736 139641532018685 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17177] ppid=17120 vsize=10021560 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17177/stat : 17177 (java) S 17120 17123 12222 0 -1 1077944384 2 12891 0 0 0 0 4 3 20 0 6 0 107113236 10262077440 4714 33554432000 4194304 4196468 140737028986192 139641550748432 139641546516181 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17178] ppid=17120 vsize=10021560 memory=140066229225088 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17178/stat : 17178 (java) S 17120 17123 12222 0 -1 1077944384 1 12891 0 0 0 0 4 3 20 0 6 0 107113236 10262077440 4714 33554432000 4194304 4196468 140737028986192 139641405467536 139641546516181 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17179] ppid=17120 vsize=10021560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17179/stat : 17179 (java) S 17120 17123 12222 0 -1 1077944384 2 12891 0 0 0 0 4 3 20 0 6 0 107113236 10262077440 4714 33554432000 4194304 4196468 140737028986192 139641404414992 139641546516181 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17180] ppid=17120 vsize=10021560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17180/stat : 17180 (java) S 17120 17123 12222 0 -1 1077944384 2 12891 0 0 0 0 4 3 20 0 6 0 107113236 10262077440 4714 33554432000 4194304 4196468 140737028986192 139641403362448 139641546516181 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18592 KiB

[startup+0.209927 s]*
/proc/loadavg: 2.09 2.08 1.96 3/215 17189
/proc/meminfo: memFree=21538840/32770624 swapFree=67108404/67108860
[pid=17123] ppid=17120 vsize=10983736 memory=47324 CPUtime=0.26 cores=1,3,5,7
/proc/17123/stat : 17123 (java) S 17120 17123 12222 0 -1 1077944320 8048 12891 0 0 17 2 4 3 20 0 15 0 107113227 11247345664 11831 33554432000 4194304 4196468 140737028986192 140737028968736 139641546505975 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
/proc/17123/statm: 2746341 11831 2946 1 0 2708764 0
[pid=17123/tid=17176] ppid=17120 vsize=10985364 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/17123/task/17176/stat : 17176 (java) R 17120 17123 12222 0 -1 4202560 4952 12891 0 0 11 1 4 3 20 0 15 0 107113235 11249012736 12161 33554432000 4194304 4196468 140737028986192 139641518330784 139641539185693 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17177] ppid=17120 vsize=10985364 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17177/stat : 17177 (java) S 17120 17123 12222 0 -1 1077944384 2 12891 0 0 0 0 4 3 20 0 15 0 107113236 11249012736 12227 33554432000 4194304 4196468 140737028986192 139641550748432 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17178] ppid=17120 vsize=10985364 memory=3619122335780079264 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17178/stat : 17178 (java) S 17120 17123 12222 0 -1 1077944384 1 12891 0 0 0 0 4 3 20 0 15 0 107113236 11249012736 12227 33554432000 4194304 4196468 140737028986192 139641405467536 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17179] ppid=17120 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17179/stat : 17179 (java) S 17120 17123 12222 0 -1 1077944384 2 12891 0 0 0 0 4 3 20 0 15 0 107113236 11249012736 12227 33554432000 4194304 4196468 140737028986192 139641404414992 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17180] ppid=17120 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17180/stat : 17180 (java) S 17120 17123 12222 0 -1 1077944384 2 12891 0 0 0 0 4 3 20 0 15 0 107113236 11249012736 12227 33554432000 4194304 4196468 140737028986192 139641403362448 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17181] ppid=17120 vsize=10985364 memory=140066229225088 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17181/stat : 17181 (java) S 17120 17123 12222 0 -1 1077944384 2 12891 0 0 0 0 4 3 20 0 15 0 107113238 11249012736 11860 33554432000 4194304 4196468 140737028986192 139640972306416 139641546517122 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17182] ppid=17120 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17182/stat : 17182 (java) S 17120 17123 12222 0 -1 1077944384 13 12891 0 0 0 0 4 3 20 0 15 0 107113238 11249012736 11860 33554432000 4194304 4196468 140737028986192 139640339162016 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17183] ppid=17120 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17183/stat : 17183 (java) S 17120 17123 12222 0 -1 1077944384 1 12891 0 0 0 0 4 3 20 0 15 0 107113238 11249012736 11860 33554432000 4194304 4196468 140737028986192 139640191312880 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17184] ppid=17120 vsize=10983736 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17184/stat : 17184 (java) S 17120 17123 12222 0 -1 1077944384 3 12891 0 0 0 0 4 3 20 0 15 0 107113241 11247345664 11860 33554432000 4194304 4196468 140737028986192 139639883913424 139641546524571 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17185] ppid=17120 vsize=10983736 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17123/task/17185/stat : 17185 (java) S 17120 17123 12222 0 -1 1077944384 353 12891 0 0 1 0 4 3 20 0 15 0 107113241 11247345664 11620 33554432000 4194304 4196468 140737028986192 139640971254256 139641546517122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17186] ppid=17120 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17186/stat : 17186 (java) S 17120 17123 12222 0 -1 1077944384 260 12891 0 0 0 0 4 3 20 0 15 0 107113241 11246362624 11620 33554432000 4194304 4196468 140737028986192 139640970201712 139641546517122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17187] ppid=17120 vsize=10982744 memory=140066229225088 CPUtime=0.1 cores=1,3,5,7
/proc/17123/task/17187/stat : 17187 (java) S 17120 17123 12222 0 -1 1077944384 626 12891 0 0 3 0 4 3 20 0 15 0 107113241 11246329856 11612 33554432000 4194304 4196468 140737028986192 139640969149168 139641546517122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17188] ppid=17120 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17188/stat : 17188 (java) S 17120 17123 12222 0 -1 1077944384 3 12891 0 0 0 0 4 3 20 0 15 0 107113241 11246329856 11612 33554432000 4194304 4196468 140737028986192 139639453117536 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17189] ppid=17120 vsize=10982744 memory=140066229225088 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17189/stat : 17189 (java) S 17120 17123 12222 0 -1 1077944384 1 12891 0 0 0 0 4 3 20 0 15 0 107113241 11246329856 11612 33554432000 4194304 4196468 140737028986192 139640968096048 139641546517122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10983736 KiB
Current children cumulated memory: 47324 KiB

[startup+0.310371 s]*
/proc/loadavg: 2.09 2.08 1.96 3/215 17189
/proc/meminfo: memFree=21527056/32770624 swapFree=67108404/67108860
[pid=17123] ppid=17120 vsize=10983192 memory=56908 CPUtime=0.37 cores=1,3,5,7
/proc/17123/stat : 17123 (java) S 17120 17123 12222 0 -1 1077944320 10303 12891 0 0 28 2 4 3 20 0 15 0 107113227 11246788608 14227 33554432000 4194304 4196468 140737028986192 140737028968736 139641546505975 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
/proc/17123/statm: 2745798 14227 3065 1 0 2708109 0
[pid=17123/tid=17176] ppid=17120 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/17123/task/17176/stat : 17176 (java) R 17120 17123 12222 0 -1 4202560 6839 12891 0 0 20 1 4 3 20 0 15 0 107113235 11246788608 14227 33554432000 4194304 4196468 140737028986192 139641518317984 139641546527901 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17177] ppid=17120 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17177/stat : 17177 (java) S 17120 17123 12222 0 -1 1077944384 2 12891 0 0 0 0 4 3 20 0 15 0 107113236 11246788608 14227 33554432000 4194304 4196468 140737028986192 139641550748432 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17178] ppid=17120 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17178/stat : 17178 (java) S 17120 17123 12222 0 -1 1077944384 1 12891 0 0 0 0 4 3 20 0 15 0 107113236 11246788608 14227 33554432000 4194304 4196468 140737028986192 139641405467536 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17179] ppid=17120 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17179/stat : 17179 (java) S 17120 17123 12222 0 -1 1077944384 2 12891 0 0 0 0 4 3 20 0 15 0 107113236 11246788608 14227 33554432000 4194304 4196468 140737028986192 139641404414992 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17180] ppid=17120 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17180/stat : 17180 (java) S 17120 17123 12222 0 -1 1077944384 2 12891 0 0 0 0 4 3 20 0 15 0 107113236 11246788608 14227 33554432000 4194304 4196468 140737028986192 139641403362448 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17181] ppid=17120 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17181/stat : 17181 (java) S 17120 17123 12222 0 -1 1077944384 2 12891 0 0 0 0 4 3 20 0 15 0 107113238 11246788608 14227 33554432000 4194304 4196468 140737028986192 139640972306416 139641546517122 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17182] ppid=17120 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17182/stat : 17182 (java) S 17120 17123 12222 0 -1 1077944384 13 12891 0 0 0 0 4 3 20 0 15 0 107113238 11246788608 14227 33554432000 4194304 4196468 140737028986192 139640339162016 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17183] ppid=17120 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17183/stat : 17183 (java) S 17120 17123 12222 0 -1 1077944384 1 12891 0 0 0 0 4 3 20 0 15 0 107113238 11246788608 14227 33554432000 4194304 4196468 140737028986192 139640191312880 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17184] ppid=17120 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17184/stat : 17184 (java) S 17120 17123 12222 0 -1 1077944384 3 12891 0 0 0 0 4 3 20 0 15 0 107113241 11246788608 14227 33554432000 4194304 4196468 140737028986192 139639883913424 139641546524571 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17185] ppid=17120 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17123/task/17185/stat : 17185 (java) S 17120 17123 12222 0 -1 1077944384 353 12891 0 0 1 0 4 3 20 0 15 0 107113241 11246788608 14227 33554432000 4194304 4196468 140737028986192 139640971254256 139641546517122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17186] ppid=17120 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17123/task/17186/stat : 17186 (java) S 17120 17123 12222 0 -1 1077944384 263 12891 0 0 1 0 4 3 20 0 15 0 107113241 11246788608 14227 33554432000 4194304 4196468 140737028986192 139640970201712 139641546517122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17187] ppid=17120 vsize=10983192 memory=140066229225088 CPUtime=0.12 cores=1,3,5,7
/proc/17123/task/17187/stat : 17187 (java) R 17120 17123 12222 0 -1 4202560 632 12891 0 0 5 0 4 3 20 0 15 0 107113241 11246788608 14227 33554432000 4194304 4196468 140737028986192 139640969149168 139641525375176 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17188] ppid=17120 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17188/stat : 17188 (java) S 17120 17123 12222 0 -1 1077944384 3 12891 0 0 0 0 4 3 20 0 15 0 107113241 11246788608 14227 33554432000 4194304 4196468 140737028986192 139639453117536 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17189] ppid=17120 vsize=10983192 memory=140066229225088 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17189/stat : 17189 (java) S 17120 17123 12222 0 -1 1077944384 1 12891 0 0 0 0 4 3 20 0 15 0 107113241 11246788608 14227 33554432000 4194304 4196468 140737028986192 139640968096048 139641546517122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56908 KiB

[startup+0.700782 s]
/proc/loadavg: 2.09 2.08 1.96 3/215 17189
/proc/meminfo: memFree=21516388/32770624 swapFree=67108404/67108860
[pid=17123] ppid=17120 vsize=10983192 memory=89284 CPUtime=0.98 cores=1,3,5,7
/proc/17123/stat : 17123 (java) S 17120 17123 12222 0 -1 1077944320 16419 12891 0 0 88 3 4 3 20 0 15 0 107113227 11246788608 22321 33554432000 4194304 4196468 140737028986192 140737028968736 139641546505975 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
/proc/17123/statm: 2745798 22321 3238 1 0 2708109 0
[pid=17123/tid=17176] ppid=17120 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/17123/task/17176/stat : 17176 (java) R 17120 17123 12222 0 -1 4202560 11846 12891 0 0 57 2 4 3 20 0 15 0 107113235 11246788608 22321 33554432000 4194304 4196468 140737028986192 139641518326800 139641527879424 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17177] ppid=17120 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17177/stat : 17177 (java) S 17120 17123 12222 0 -1 1077944384 2 12891 0 0 0 0 4 3 20 0 15 0 107113236 11246788608 22321 33554432000 4194304 4196468 140737028986192 139641550748432 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17178] ppid=17120 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17178/stat : 17178 (java) S 17120 17123 12222 0 -1 1077944384 1 12891 0 0 0 0 4 3 20 0 15 0 107113236 11246788608 22321 33554432000 4194304 4196468 140737028986192 139641405467536 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17179] ppid=17120 vsize=10983192 memory=487 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17179/stat : 17179 (java) S 17120 17123 12222 0 -1 1077944384 2 12891 0 0 0 0 4 3 20 0 15 0 107113236 11246788608 22321 33554432000 4194304 4196468 140737028986192 139641404414992 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17180] ppid=17120 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17180/stat : 17180 (java) S 17120 17123 12222 0 -1 1077944384 2 12891 0 0 0 0 4 3 20 0 15 0 107113236 11246788608 22321 33554432000 4194304 4196468 140737028986192 139641403362448 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17181] ppid=17120 vsize=10983192 memory=7301570131460772950 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17181/stat : 17181 (java) S 17120 17123 12222 0 -1 1077944384 6 12891 0 0 0 0 4 3 20 0 15 0 107113238 11246788608 22321 33554432000 4194304 4196468 140737028986192 139640972306416 139641546517122 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17182] ppid=17120 vsize=10983192 memory=32804 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17182/stat : 17182 (java) S 17120 17123 12222 0 -1 1077944384 13 12891 0 0 0 0 4 3 20 0 15 0 107113238 11246788608 22321 33554432000 4194304 4196468 140737028986192 139640339162016 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17183] ppid=17120 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17183/stat : 17183 (java) S 17120 17123 12222 0 -1 1077944384 1 12891 0 0 0 0 4 3 20 0 15 0 107113238 11246788608 22321 33554432000 4194304 4196468 140737028986192 139640191312880 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17184] ppid=17120 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17184/stat : 17184 (java) S 17120 17123 12222 0 -1 1077944384 3 12891 0 0 0 0 4 3 20 0 15 0 107113241 11246788608 22321 33554432000 4194304 4196468 140737028986192 139639883913424 139641546524571 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17185] ppid=17120 vsize=10983192 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/17123/task/17185/stat : 17185 (java) S 17120 17123 12222 0 -1 1077944384 1029 12891 0 0 10 0 4 3 20 0 15 0 107113241 11246788608 22321 33554432000 4194304 4196468 140737028986192 139640971254256 139641546517122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17186] ppid=17120 vsize=10983192 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/17123/task/17186/stat : 17186 (java) S 17120 17123 12222 0 -1 1077944384 632 12891 0 0 6 0 4 3 20 0 15 0 107113241 11246788608 22321 33554432000 4194304 4196468 140737028986192 139640970201712 139641546517122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17187] ppid=17120 vsize=10983192 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/17123/task/17187/stat : 17187 (java) S 17120 17123 12222 0 -1 1077944384 686 12891 0 0 13 0 4 3 20 0 15 0 107113241 11246788608 22321 33554432000 4194304 4196468 140737028986192 139640969149168 139641546517122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17188] ppid=17120 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17188/stat : 17188 (java) S 17120 17123 12222 0 -1 1077944384 3 12891 0 0 0 0 4 3 20 0 15 0 107113241 11246788608 22321 33554432000 4194304 4196468 140737028986192 139639453117536 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17189] ppid=17120 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17189/stat : 17189 (java) S 17120 17123 12222 0 -1 1077944384 1 12891 0 0 0 0 4 3 20 0 15 0 107113241 11246788608 22321 33554432000 4194304 4196468 140737028986192 139640968096048 139641546517122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89284 KiB

[startup+1.50078 s]
/proc/loadavg: 2.09 2.08 1.96 3/215 17189
/proc/meminfo: memFree=21470664/32770624 swapFree=67108404/67108860
[pid=17123] ppid=17120 vsize=10996044 memory=178424 CPUtime=3.12 cores=1,3,5,7
/proc/17123/stat : 17123 (java) S 17120 17123 12222 0 -1 1077944320 25213 12891 0 0 297 8 4 3 20 0 15 0 107113227 11259949056 44606 33554432000 4194304 4196468 140737028986192 140737028968736 139641546505975 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
/proc/17123/statm: 2749011 44606 3447 1 0 2710669 0
[pid=17123/tid=17176] ppid=17120 vsize=10996044 memory=4951091520830867572 CPUtime=1.45 cores=1,3,5,7
/proc/17123/task/17176/stat : 17176 (java) R 17120 17123 12222 0 -1 4202560 15780 12891 0 0 133 5 4 3 20 0 15 0 107113235 11259949056 44606 33554432000 4194304 4196468 140737028986192 139641518313720 139641546527901 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17177] ppid=17120 vsize=10996044 memory=4134606225630022328 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17177/stat : 17177 (java) S 17120 17123 12222 0 -1 1077944384 2 12891 0 0 0 0 4 3 20 0 15 0 107113236 11259949056 44606 33554432000 4194304 4196468 140737028986192 139641550748432 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17178] ppid=17120 vsize=10996044 memory=-5153075247759266159 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17178/stat : 17178 (java) S 17120 17123 12222 0 -1 1077944384 1 12891 0 0 0 0 4 3 20 0 15 0 107113236 11259949056 44606 33554432000 4194304 4196468 140737028986192 139641405467536 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17179] ppid=17120 vsize=10996044 memory=-7378526475997909657 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17179/stat : 17179 (java) S 17120 17123 12222 0 -1 1077944384 2 12891 0 0 0 0 4 3 20 0 15 0 107113236 11259949056 44606 33554432000 4194304 4196468 140737028986192 139641404414992 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17180] ppid=17120 vsize=10996044 memory=122992 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17180/stat : 17180 (java) S 17120 17123 12222 0 -1 1077944384 2 12891 0 0 0 0 4 3 20 0 15 0 107113236 11259949056 44606 33554432000 4194304 4196468 140737028986192 139641403362448 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17181] ppid=17120 vsize=10996044 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17181/stat : 17181 (java) S 17120 17123 12222 0 -1 1077944384 14 12891 0 0 0 0 4 3 20 0 15 0 107113238 11259949056 44606 33554432000 4194304 4196468 140737028986192 139640972306416 139641546517122 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17182] ppid=17120 vsize=10996044 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17182/stat : 17182 (java) S 17120 17123 12222 0 -1 1077944384 13 12891 0 0 0 0 4 3 20 0 15 0 107113238 11259949056 44606 33554432000 4194304 4196468 140737028986192 139640339162016 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17183] ppid=17120 vsize=10996044 memory=280132262625568 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17183/stat : 17183 (java) S 17120 17123 12222 0 -1 1077944384 1 12891 0 0 0 0 4 3 20 0 15 0 107113238 11259949056 44606 33554432000 4194304 4196468 140737028986192 139640191312880 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17184] ppid=17120 vsize=10996044 memory=280132263040512 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17184/stat : 17184 (java) S 17120 17123 12222 0 -1 1077944384 3 12891 0 0 0 0 4 3 20 0 15 0 107113241 11259949056 44606 33554432000 4194304 4196468 140737028986192 139639883913424 139641546524571 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17185] ppid=17120 vsize=10996044 memory=140066131322496 CPUtime=0.69 cores=1,3,5,7
/proc/17123/task/17185/stat : 17185 (java) R 17120 17123 12222 0 -1 4202560 2585 12891 0 0 62 0 4 3 20 0 15 0 107113241 11259949056 44606 33554432000 4194304 4196468 140737028986192 139640971240280 139641528027409 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17186] ppid=17120 vsize=10996044 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/17123/task/17186/stat : 17186 (java) R 17120 17123 12222 0 -1 4202560 3057 12891 0 0 57 1 4 3 20 0 15 0 107113241 11259949056 44606 33554432000 4194304 4196468 140737028986192 139640970201712 139641525752761 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17187] ppid=17120 vsize=10996044 memory=1200 CPUtime=0.5 cores=1,3,5,7
/proc/17123/task/17187/stat : 17187 (java) S 17120 17123 12222 0 -1 1077944384 1557 12891 0 0 43 0 4 3 20 0 15 0 107113241 11259949056 44606 33554432000 4194304 4196468 140737028986192 139640969149168 139641546517122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17188] ppid=17120 vsize=10996044 memory=15876 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17188/stat : 17188 (java) S 17120 17123 12222 0 -1 1077944384 3 12891 0 0 0 0 4 3 20 0 15 0 107113241 11259949056 44606 33554432000 4194304 4196468 140737028986192 139639453117536 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17189] ppid=17120 vsize=10996044 memory=4044 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17189/stat : 17189 (java) S 17120 17123 12222 0 -1 1077944384 1 12891 0 0 0 0 4 3 20 0 15 0 107113241 11259949056 44606 33554432000 4194304 4196468 140737028986192 139640968096048 139641546517122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
Current children cumulated CPU time: 3.12 s
Current children cumulated vsize: 10996044 KiB

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

/proc/17123/task/17176/stat : 17176 (java) R 17120 17123 12222 0 -1 4202560 48385 12891 0 0 10072 42 4 3 20 0 15 0 107113235 11345952768 754027 33554432000 4194304 4196468 140737028986192 139641518337088 139641100486343 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17177] ppid=17120 vsize=11080032 memory=12329 CPUtime=0.89 cores=1,3,5,7
/proc/17123/task/17177/stat : 17177 (java) S 17120 17123 12222 0 -1 1077944384 1698 12891 0 0 68 14 4 3 20 0 15 0 107113236 11345952768 754027 33554432000 4194304 4196468 140737028986192 139641550748432 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17178] ppid=17120 vsize=11080032 memory=3014060 CPUtime=0.89 cores=1,3,5,7
/proc/17123/task/17178/stat : 17178 (java) S 17120 17123 12222 0 -1 1077944384 3037 12891 0 0 68 14 4 3 20 0 15 0 107113236 11345952768 754027 33554432000 4194304 4196468 140737028986192 139641405467536 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17179] ppid=17120 vsize=11080032 memory=4012 CPUtime=0.87 cores=1,3,5,7
/proc/17123/task/17179/stat : 17179 (java) S 17120 17123 12222 0 -1 1077944384 655 12891 0 0 67 13 4 3 20 0 15 0 107113236 11345952768 754027 33554432000 4194304 4196468 140737028986192 139641404414992 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17180] ppid=17120 vsize=11080032 memory=1300 CPUtime=0.89 cores=1,3,5,7
/proc/17123/task/17180/stat : 17180 (java) S 17120 17123 12222 0 -1 1077944384 1157 12891 0 0 68 14 4 3 20 0 15 0 107113236 11345952768 754027 33554432000 4194304 4196468 140737028986192 139641403362448 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17181] ppid=17120 vsize=11080032 memory=1840 CPUtime=0.19 cores=1,3,5,7
/proc/17123/task/17181/stat : 17181 (java) S 17120 17123 12222 0 -1 1077944384 4332 12891 0 0 11 1 4 3 20 0 15 0 107113238 11345952768 754027 33554432000 4194304 4196468 140737028986192 139640972306416 139641546517122 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17182] ppid=17120 vsize=11080032 memory=1716 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17182/stat : 17182 (java) S 17120 17123 12222 0 -1 1077944384 22 12891 0 0 0 0 4 3 20 0 15 0 107113238 11345952768 754027 33554432000 4194304 4196468 140737028986192 139640339162080 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17183] ppid=17120 vsize=11080032 memory=3014060 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17183/stat : 17183 (java) S 17120 17123 12222 0 -1 1077944384 11 12891 0 0 0 0 4 3 20 0 15 0 107113238 11345952768 754027 33554432000 4194304 4196468 140737028986192 139640191312896 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17184] ppid=17120 vsize=11080032 memory=30560 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17184/stat : 17184 (java) S 17120 17123 12222 0 -1 1077944384 3 12891 0 0 0 0 4 3 20 0 15 0 107113241 11345952768 754027 33554432000 4194304 4196468 140737028986192 139639883913424 139641546524571 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17185] ppid=17120 vsize=11080032 memory=2396 CPUtime=8.23 cores=1,3,5,7
/proc/17123/task/17185/stat : 17185 (java) S 17120 17123 12222 0 -1 1077944384 22674 12891 0 0 812 4 4 3 20 0 15 0 107113241 11345952768 754027 33554432000 4194304 4196468 140737028986192 139640971254256 139641546517122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17186] ppid=17120 vsize=11080032 memory=6791534058613427641 CPUtime=7.99 cores=1,3,5,7
/proc/17123/task/17186/stat : 17186 (java) S 17120 17123 12222 0 -1 1077944384 21391 12891 0 0 788 4 4 3 20 0 15 0 107113241 11345952768 754027 33554432000 4194304 4196468 140737028986192 139640970201712 139641546517122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17187] ppid=17120 vsize=11080032 memory=497 CPUtime=2.79 cores=1,3,5,7
/proc/17123/task/17187/stat : 17187 (java) S 17120 17123 12222 0 -1 1077944384 15074 12891 0 0 269 3 4 3 20 0 15 0 107113241 11345952768 754027 33554432000 4194304 4196468 140737028986192 139640969149168 139641546517122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17188] ppid=17120 vsize=11080032 memory=114 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17188/stat : 17188 (java) S 17120 17123 12222 0 -1 1077944384 3 12891 0 0 0 0 4 3 20 0 15 0 107113241 11345952768 754027 33554432000 4194304 4196468 140737028986192 139639453117536 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17189] ppid=17120 vsize=11080032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/17123/task/17189/stat : 17189 (java) S 17120 17123 12222 0 -1 1077944384 92 12891 0 0 2 3 4 3 20 0 15 0 107113241 11345952768 754027 33554432000 4194304 4196468 140737028986192 139640968096048 139641546517122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
Current children cumulated CPU time: 123.55 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3016108 KiB

[startup+162.301 s]
/proc/loadavg: 2.08 2.04 1.96 3/216 17454
/proc/meminfo: memFree=18113588/32770624 swapFree=67108404/67108860
[pid=17123] ppid=17120 vsize=11080032 memory=2885300 CPUtime=184.42 cores=1,3,5,7
/proc/17123/stat : 17123 (java) S 17120 17123 12222 0 -1 1077944320 135576 12891 0 0 18313 122 4 3 20 0 15 0 107113227 11345952768 721325 33554432000 4194304 4196468 140737028986192 140737028968736 139641546505975 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
/proc/17123/statm: 2770008 721325 3535 1 0 2731661 0
[pid=17123/tid=17176] ppid=17120 vsize=11080032 memory=2923264 CPUtime=160.91 cores=1,3,5,7
/proc/17123/task/17176/stat : 17176 (java) R 17120 17123 12222 0 -1 4202560 52053 12891 0 0 16041 43 4 3 20 0 15 0 107113235 11345952768 721325 33554432000 4194304 4196468 140737028986192 139641518336640 139641095147552 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17177] ppid=17120 vsize=11080032 memory=2899664 CPUtime=1.11 cores=1,3,5,7
/proc/17123/task/17177/stat : 17177 (java) S 17120 17123 12222 0 -1 1077944384 1901 12891 0 0 90 14 4 3 20 0 15 0 107113236 11345952768 721325 33554432000 4194304 4196468 140737028986192 139641550748432 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17178] ppid=17120 vsize=11080032 memory=2891456 CPUtime=1.12 cores=1,3,5,7
/proc/17123/task/17178/stat : 17178 (java) S 17120 17123 12222 0 -1 1077944384 3678 12891 0 0 91 14 4 3 20 0 15 0 107113236 11345952768 721325 33554432000 4194304 4196468 140737028986192 139641405467536 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17179] ppid=17120 vsize=11080032 memory=2891456 CPUtime=1.11 cores=1,3,5,7
/proc/17123/task/17179/stat : 17179 (java) S 17120 17123 12222 0 -1 1077944384 813 12891 0 0 90 14 4 3 20 0 15 0 107113236 11345952768 721325 33554432000 4194304 4196468 140737028986192 139641404414992 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17180] ppid=17120 vsize=11080032 memory=2887352 CPUtime=1.13 cores=1,3,5,7
/proc/17123/task/17180/stat : 17180 (java) S 17120 17123 12222 0 -1 1077944384 2193 12891 0 0 91 15 4 3 20 0 15 0 107113236 11345952768 721325 33554432000 4194304 4196468 140737028986192 139641403362448 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17181] ppid=17120 vsize=11080032 memory=2885300 CPUtime=0.24 cores=1,3,5,7
/proc/17123/task/17181/stat : 17181 (java) S 17120 17123 12222 0 -1 1077944384 4652 12891 0 0 15 2 4 3 20 0 15 0 107113238 11345952768 721325 33554432000 4194304 4196468 140737028986192 139640972306416 139641546517122 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17182] ppid=17120 vsize=11080032 memory=273 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17182/stat : 17182 (java) S 17120 17123 12222 0 -1 1077944384 22 12891 0 0 0 0 4 3 20 0 15 0 107113238 11345952768 721325 33554432000 4194304 4196468 140737028986192 139640339162080 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17183] ppid=17120 vsize=11080032 memory=2889404 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17183/stat : 17183 (java) S 17120 17123 12222 0 -1 1077944384 11 12891 0 0 0 0 4 3 20 0 15 0 107113238 11345952768 721325 33554432000 4194304 4196468 140737028986192 139640191312896 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17184] ppid=17120 vsize=11080032 memory=2420 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17184/stat : 17184 (java) S 17120 17123 12222 0 -1 1077944384 3 12891 0 0 0 0 4 3 20 0 15 0 107113241 11345952768 721325 33554432000 4194304 4196468 140737028986192 139639883913424 139641546524571 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17185] ppid=17120 vsize=11080032 memory=1716 CPUtime=8.27 cores=1,3,5,7
/proc/17123/task/17185/stat : 17185 (java) S 17120 17123 12222 0 -1 1077944384 23919 12891 0 0 816 4 4 3 20 0 15 0 107113241 11345952768 721325 33554432000 4194304 4196468 140737028986192 139640971254256 139641546517122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17186] ppid=17120 vsize=11080032 memory=796 CPUtime=8.05 cores=1,3,5,7
/proc/17123/task/17186/stat : 17186 (java) S 17120 17123 12222 0 -1 1077944384 23177 12891 0 0 794 4 4 3 20 0 15 0 107113241 11345952768 721325 33554432000 4194304 4196468 140737028986192 139640970201712 139641546517122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17187] ppid=17120 vsize=11080032 memory=2896584 CPUtime=2.83 cores=1,3,5,7
/proc/17123/task/17187/stat : 17187 (java) S 17120 17123 12222 0 -1 1077944384 20834 12891 0 0 273 3 4 3 20 0 15 0 107113241 11345952768 721325 33554432000 4194304 4196468 140737028986192 139640969149168 139641546517122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17188] ppid=17120 vsize=11080032 memory=2896584 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17188/stat : 17188 (java) S 17120 17123 12222 0 -1 1077944384 3 12891 0 0 0 0 4 3 20 0 15 0 107113241 11345952768 721325 33554432000 4194304 4196468 140737028986192 139639453117536 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17189] ppid=17120 vsize=11080032 memory=2420 CPUtime=0.16 cores=1,3,5,7
/proc/17123/task/17189/stat : 17189 (java) S 17120 17123 12222 0 -1 1077944384 125 12891 0 0 4 5 4 3 20 0 15 0 107113241 11345952768 721325 33554432000 4194304 4196468 140737028986192 139640968096048 139641546517122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
Current children cumulated CPU time: 184.42 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2885300 KiB

[startup+222.301 s]
/proc/loadavg: 1.82 1.98 1.95 3/216 17455
/proc/meminfo: memFree=18303276/32770624 swapFree=67108404/67108860
[pid=17123] ppid=17120 vsize=11080032 memory=2828940 CPUtime=245.48 cores=1,3,5,7
/proc/17123/stat : 17123 (java) S 17120 17123 12222 0 -1 1077944320 154609 12891 0 0 24413 128 4 3 20 0 15 0 107113227 11345952768 707235 33554432000 4194304 4196468 140737028986192 140737028968736 139641546505975 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
/proc/17123/statm: 2770008 707235 3535 1 0 2731661 0
[pid=17123/tid=17176] ppid=17120 vsize=11080032 memory=2830972 CPUtime=220.49 cores=1,3,5,7
/proc/17123/task/17176/stat : 17176 (java) R 17120 17123 12222 0 -1 4202560 56176 12891 0 0 21998 44 4 3 20 0 15 0 107113235 11345952768 707235 33554432000 4194304 4196468 140737028986192 139641518337088 139641081627992 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17177] ppid=17120 vsize=11080032 memory=2828920 CPUtime=1.43 cores=1,3,5,7
/proc/17123/task/17177/stat : 17177 (java) S 17120 17123 12222 0 -1 1077944384 2560 12891 0 0 121 15 4 3 20 0 15 0 107113236 11345952768 707235 33554432000 4194304 4196468 140737028986192 139641550748432 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17178] ppid=17120 vsize=11080032 memory=2849956 CPUtime=1.44 cores=1,3,5,7
/proc/17123/task/17178/stat : 17178 (java) S 17120 17123 12222 0 -1 1077944384 5016 12891 0 0 122 15 4 3 20 0 15 0 107113236 11345952768 707235 33554432000 4194304 4196468 140737028986192 139641405467536 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17179] ppid=17120 vsize=11080032 memory=2830972 CPUtime=1.41 cores=1,3,5,7
/proc/17123/task/17179/stat : 17179 (java) S 17120 17123 12222 0 -1 1077944384 1989 12891 0 0 120 14 4 3 20 0 15 0 107113236 11345952768 707235 33554432000 4194304 4196468 140737028986192 139641404414992 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17180] ppid=17120 vsize=11080032 memory=2844316 CPUtime=1.44 cores=1,3,5,7
/proc/17123/task/17180/stat : 17180 (java) S 17120 17123 12222 0 -1 1077944384 3071 12891 0 0 121 16 4 3 20 0 15 0 107113236 11345952768 707235 33554432000 4194304 4196468 140737028986192 139641403362448 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17181] ppid=17120 vsize=11080032 memory=2845340 CPUtime=0.32 cores=1,3,5,7
/proc/17123/task/17181/stat : 17181 (java) S 17120 17123 12222 0 -1 1077944384 5295 12891 0 0 22 3 4 3 20 0 15 0 107113238 11345952768 707235 33554432000 4194304 4196468 140737028986192 139640972306416 139641546517122 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17182] ppid=17120 vsize=11080032 memory=2834056 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17182/stat : 17182 (java) S 17120 17123 12222 0 -1 1077944384 22 12891 0 0 0 0 4 3 20 0 15 0 107113238 11345952768 707235 33554432000 4194304 4196468 140737028986192 139640339162080 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17183] ppid=17120 vsize=11080032 memory=2835080 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17183/stat : 17183 (java) S 17120 17123 12222 0 -1 1077944384 11 12891 0 0 0 0 4 3 20 0 15 0 107113238 11345952768 707235 33554432000 4194304 4196468 140737028986192 139640191312896 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17184] ppid=17120 vsize=11080032 memory=2837132 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17184/stat : 17184 (java) S 17120 17123 12222 0 -1 1077944384 3 12891 0 0 0 0 4 3 20 0 15 0 107113241 11345952768 707235 33554432000 4194304 4196468 140737028986192 139639883913424 139641546524571 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17185] ppid=17120 vsize=11080032 memory=644 CPUtime=8.32 cores=1,3,5,7
/proc/17123/task/17185/stat : 17185 (java) S 17120 17123 12222 0 -1 1077944384 27472 12891 0 0 820 5 4 3 20 0 15 0 107113241 11345952768 707235 33554432000 4194304 4196468 140737028986192 139640971254256 139641546517122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17186] ppid=17120 vsize=11080032 memory=2830972 CPUtime=8.09 cores=1,3,5,7
/proc/17123/task/17186/stat : 17186 (java) S 17120 17123 12222 0 -1 1077944384 24702 12891 0 0 798 4 4 3 20 0 15 0 107113241 11345952768 707235 33554432000 4194304 4196468 140737028986192 139640970201712 139641546517122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17187] ppid=17120 vsize=11080032 memory=2832000 CPUtime=2.85 cores=1,3,5,7
/proc/17123/task/17187/stat : 17187 (java) S 17120 17123 12222 0 -1 1077944384 25922 12891 0 0 275 3 4 3 20 0 15 0 107113241 11345952768 707235 33554432000 4194304 4196468 140737028986192 139640969149168 139641546517122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17188] ppid=17120 vsize=11080032 memory=4124 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17188/stat : 17188 (java) S 17120 17123 12222 0 -1 1077944384 3 12891 0 0 0 0 4 3 20 0 15 0 107113241 11345952768 707235 33554432000 4194304 4196468 140737028986192 139639453117536 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17189] ppid=17120 vsize=11080032 memory=6791534058613427641 CPUtime=0.2 cores=1,3,5,7
/proc/17123/task/17189/stat : 17189 (java) S 17120 17123 12222 0 -1 1077944384 175 12891 0 0 6 7 4 3 20 0 15 0 107113241 11345952768 707235 33554432000 4194304 4196468 140737028986192 139640968096048 139641546517122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
Current children cumulated CPU time: 245.48 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2828940 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+228.801 s]
/proc/loadavg: 1.75 1.97 1.94 3/216 17455
/proc/meminfo: memFree=18323808/32770624 swapFree=67108404/67108860
[pid=17123] ppid=17120 vsize=11080032 memory=2819712 CPUtime=252.09 cores=1,3,5,7
/proc/17123/stat : 17123 (java) S 17120 17123 12222 0 -1 1077944320 155633 12891 0 0 25073 129 4 3 20 0 15 0 107113227 11345952768 704928 33554432000 4194304 4196468 140737028986192 140737028968736 139641546505975 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
/proc/17123/statm: 2770008 704928 3535 1 0 2731661 0
[pid=17123/tid=17176] ppid=17120 vsize=11080032 memory=644 CPUtime=226.94 cores=1,3,5,7
/proc/17123/task/17176/stat : 17176 (java) R 17120 17123 12222 0 -1 4202560 56298 12891 0 0 22643 44 4 3 20 0 15 0 107113235 11345952768 704928 33554432000 4194304 4196468 140737028986192 139641518337408 139641093004100 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17177] ppid=17120 vsize=11080032 memory=2824836 CPUtime=1.46 cores=1,3,5,7
/proc/17123/task/17177/stat : 17177 (java) S 17120 17123 12222 0 -1 1077944384 2577 12891 0 0 124 15 4 3 20 0 15 0 107113236 11345952768 704928 33554432000 4194304 4196468 140737028986192 139641550748432 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17178] ppid=17120 vsize=11080032 memory=2824836 CPUtime=1.47 cores=1,3,5,7
/proc/17123/task/17178/stat : 17178 (java) S 17120 17123 12222 0 -1 1077944384 5029 12891 0 0 125 15 4 3 20 0 15 0 107113236 11345952768 704928 33554432000 4194304 4196468 140737028986192 139641405467536 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17179] ppid=17120 vsize=11080032 memory=6791534058613427641 CPUtime=1.44 cores=1,3,5,7
/proc/17123/task/17179/stat : 17179 (java) S 17120 17123 12222 0 -1 1077944384 1999 12891 0 0 123 14 4 3 20 0 15 0 107113236 11345952768 704928 33554432000 4194304 4196468 140737028986192 139641404414992 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17180] ppid=17120 vsize=11080032 memory=30564 CPUtime=1.48 cores=1,3,5,7
/proc/17123/task/17180/stat : 17180 (java) S 17120 17123 12222 0 -1 1077944384 3077 12891 0 0 125 16 4 3 20 0 15 0 107113236 11345952768 704928 33554432000 4194304 4196468 140737028986192 139641403362448 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17181] ppid=17120 vsize=11080032 memory=2396 CPUtime=0.33 cores=1,3,5,7
/proc/17123/task/17181/stat : 17181 (java) S 17120 17123 12222 0 -1 1077944384 5306 12891 0 0 23 3 4 3 20 0 15 0 107113238 11345952768 704928 33554432000 4194304 4196468 140737028986192 139640972306416 139641546517122 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17182] ppid=17120 vsize=11080032 memory=1300 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17182/stat : 17182 (java) S 17120 17123 12222 0 -1 1077944384 22 12891 0 0 0 0 4 3 20 0 15 0 107113238 11345952768 704928 33554432000 4194304 4196468 140737028986192 139640339162080 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17183] ppid=17120 vsize=11080032 memory=1840 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17183/stat : 17183 (java) S 17120 17123 12222 0 -1 1077944384 11 12891 0 0 0 0 4 3 20 0 15 0 107113238 11345952768 704928 33554432000 4194304 4196468 140737028986192 139640191312896 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17184] ppid=17120 vsize=11080032 memory=2823296 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17184/stat : 17184 (java) S 17120 17123 12222 0 -1 1077944384 3 12891 0 0 0 0 4 3 20 0 15 0 107113241 11345952768 704928 33554432000 4194304 4196468 140737028986192 139639883913424 139641546524571 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17185] ppid=17120 vsize=11080032 memory=796 CPUtime=8.33 cores=1,3,5,7
/proc/17123/task/17185/stat : 17185 (java) S 17120 17123 12222 0 -1 1077944384 27834 12891 0 0 821 5 4 3 20 0 15 0 107113241 11345952768 704928 33554432000 4194304 4196468 140737028986192 139640971254256 139641546517122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17186] ppid=17120 vsize=11080032 memory=6791534058613427641 CPUtime=8.1 cores=1,3,5,7
/proc/17123/task/17186/stat : 17186 (java) S 17120 17123 12222 0 -1 1077944384 25181 12891 0 0 799 4 4 3 20 0 15 0 107113241 11345952768 704928 33554432000 4194304 4196468 140737028986192 139640970201712 139641546517122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17187] ppid=17120 vsize=11080032 memory=2826888 CPUtime=2.85 cores=1,3,5,7
/proc/17123/task/17187/stat : 17187 (java) S 17120 17123 12222 0 -1 1077944384 25922 12891 0 0 275 3 4 3 20 0 15 0 107113241 11345952768 704928 33554432000 4194304 4196468 140737028986192 139640969149168 139641546517122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17188] ppid=17120 vsize=11080032 memory=2396 CPUtime=0.07 cores=1,3,5,7
/proc/17123/task/17188/stat : 17188 (java) S 17120 17123 12222 0 -1 1077944384 3 12891 0 0 0 0 4 3 20 0 15 0 107113241 11345952768 704928 33554432000 4194304 4196468 140737028986192 139639453117536 139641546516181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
[pid=17123/tid=17189] ppid=17120 vsize=11080032 memory=1300 CPUtime=0.2 cores=1,3,5,7
/proc/17123/task/17189/stat : 17189 (java) S 17120 17123 12222 0 -1 1077944384 179 12891 0 0 6 7 4 3 20 0 15 0 107113241 11345952768 704928 33554432000 4194304 4196468 140737028986192 139640968096048 139641546517122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23470080 140737028987496 140737028990305 140737028990305 140737028992975 0
Current children cumulated CPU time: 252.09 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2819712 KiB

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

[startup+228.843 s]
# the end of solver process 17123 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.806 s, system=1.3478 s

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

Child status: 143
Real time (s): 228.843
CPU time (s): 252.154
CPU user time (s): 250.806
CPU system time (s): 1.3478
CPU usage (%): 110.186
Max. virtual memory (cumulated for all children) (KiB): 11080724
Max. memory (cumulated for all children) (KiB): 3016120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.806
system time used= 1.3478
maximum resident set size= 3016120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 170563
page faults= 0
swaps= 0
block input operations= 0
block output operations= 504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18057
involuntary context switches= 422


# summary of solver processes directly reported to runsolver:
#   pid: 17123
#   total CPU time (s): 252.154
#   total CPU user time (s): 250.806
#   total CPU system time (s): 1.3478

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.44639 second user time and 2.17344 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-29 22:18:21
IDJOB=4302913
IDBENCH=141190
IDSOLVER=2777
FILE ID=node148/4302913-1532895501
RUNJOBID= node148-1532892979-13581
PBS_JOBID= 21022520
Free space on /tmp= 47780 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Rlfap/Rlfap-opt/Rlfap-scen-01-opt_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302913-1532895501/watcher-4302913-1532895501 -o /tmp/evaluation-result-4302913-1532895501/solver-4302913-1532895501 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532892979-13581 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1893033771 -superng HOME/instance-4302913-1532895501.xml

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

MD5SUM BENCH= 2ee48e6c5f3b799813662dbb853aaebc
RANDOM SEED=1893033771

node148.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.50
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.50
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.50
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.50
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:        21570668 kB
MemAvailable:   29616476 kB
Buffers:          246832 kB
Cached:          7949944 kB
SwapCached:          352 kB
Active:          4188172 kB
Inactive:        6374440 kB
Active(anon):    2319576 kB
Inactive(anon):    74228 kB
Active(file):    1868596 kB
Inactive(file):  6300212 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             26420 kB
Writeback:             0 kB
AnonPages:       2372560 kB
Mapped:            57896 kB
Shmem:             25016 kB
Slab:             334132 kB
SReclaimable:     305460 kB
SUnreclaim:        28672 kB
KernelStack:        3488 kB
PageTables:         9856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3362640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2138112 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 47752 MiB
End job on node148 at 2018-07-29 22:22:10