Trace number 4305121

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.9.2? (TO) 2520.25 2299.94

General information on the benchmark

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

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305121-1534116389/watcher-4305121-1534116389 -o /tmp/evaluation-result-4305121-1534116389/solver-4305121-1534116389 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534097917-15760 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1354069555 HOME/instance-4305121-1534116389.xml 

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

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


[startup+0.100633 s]*
/proc/loadavg: 1.62 1.60 1.59 2/206 19319
/proc/meminfo: memFree=10787904/32770624 swapFree=67108504/67108860
[pid=19262] ppid=19259 vsize=10005480 memory=17072 CPUtime=0.08 cores=0,2,4,6
/proc/19262/stat : 19262 (java) S 19259 19262 15729 0 -1 1077944320 4401 13153 0 0 1 0 4 3 20 0 6 0 229202054 10245611520 4268 33554432000 4194304 4196468 140735684230544 140735684213088 139896017776375 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
/proc/19262/statm: 2501370 4268 1934 1 0 2489808 0
[pid=19262/tid=19315] ppid=19259 vsize=10005480 memory=4279135703946853774 CPUtime=0.08 cores=0,2,4,6
/proc/19262/task/19315/stat : 19315 (java) R 19259 19262 15729 0 -1 4202560 2231 13153 0 0 1 0 4 3 20 0 6 0 229202063 10245611520 4268 33554432000 4194304 4196468 140735684230544 139895989613136 139896001856862 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19316] ppid=19259 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19316/stat : 19316 (java) S 19259 19262 15729 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 6 0 229202064 10245611520 4268 33554432000 4194304 4196468 140735684230544 139896022018448 139896017786581 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19317] ppid=19259 vsize=10005480 memory=140694887945856 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19317/stat : 19317 (java) S 19259 19262 15729 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 6 0 229202064 10245611520 4268 33554432000 4194304 4196468 140735684230544 139895557318928 139896017786581 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19318] ppid=19259 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19318/stat : 19318 (java) S 19259 19262 15729 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 6 0 229202064 10245611520 4268 33554432000 4194304 4196468 140735684230544 139895556266640 139896017786581 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19319] ppid=19259 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19319/stat : 19319 (java) S 19259 19262 15729 0 -1 1077944384 2 13153 0 0 0 0 4 3 20 0 6 0 229202064 10245611520 4268 33554432000 4194304 4196468 140735684230544 139895555213840 139896017786581 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17072 KiB

[startup+0.210065 s]*
/proc/loadavg: 1.62 1.60 1.59 3/215 19328
/proc/meminfo: memFree=10766640/32770624 swapFree=67108504/67108860
[pid=19262] ppid=19259 vsize=10982744 memory=43928 CPUtime=0.25 cores=0,2,4,6
/proc/19262/stat : 19262 (java) S 19259 19262 15729 0 -1 1077944320 7639 13153 0 0 16 2 4 3 20 0 15 0 229202054 11246329856 10982 33554432000 4194304 4196468 140735684230544 140735684213088 139896017776375 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
/proc/19262/statm: 2745686 10982 2973 1 0 2708109 0
[pid=19262/tid=19315] ppid=19259 vsize=10982744 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/19262/task/19315/stat : 19315 (java) R 19259 19262 15729 0 -1 4202560 4333 13153 0 0 11 1 4 3 20 0 15 0 229202063 11246329856 11114 33554432000 4194304 4196468 140735684230544 139895989598280 139895998052189 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19316] ppid=19259 vsize=10982744 memory=-9181546050914066336 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19316/stat : 19316 (java) S 19259 19262 15729 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 229202064 11246329856 11114 33554432000 4194304 4196468 140735684230544 139896022018448 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19317] ppid=19259 vsize=10982744 memory=140694887945856 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19317/stat : 19317 (java) S 19259 19262 15729 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 229202064 11246329856 11114 33554432000 4194304 4196468 140735684230544 139895557318928 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19318] ppid=19259 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19318/stat : 19318 (java) S 19259 19262 15729 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 229202064 11246329856 11114 33554432000 4194304 4196468 140735684230544 139895556266640 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19319] ppid=19259 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19319/stat : 19319 (java) S 19259 19262 15729 0 -1 1077944384 2 13153 0 0 0 0 4 3 20 0 15 0 229202064 11246329856 11180 33554432000 4194304 4196468 140735684230544 139895555213840 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19320] ppid=19259 vsize=10982744 memory=140694887945856 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19320/stat : 19320 (java) S 19259 19262 15729 0 -1 1077944384 2 13153 0 0 0 0 4 3 20 0 15 0 229202065 11246329856 11180 33554432000 4194304 4196468 140735684230544 139895443688048 139896017787522 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19321] ppid=19259 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19321/stat : 19321 (java) S 19259 19262 15729 0 -1 1077944384 13 13153 0 0 0 0 4 3 20 0 15 0 229202065 11246329856 11180 33554432000 4194304 4196468 140735684230544 139894815974688 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19322] ppid=19259 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19322/stat : 19322 (java) S 19259 19262 15729 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 229202066 11246329856 11180 33554432000 4194304 4196468 140735684230544 139894668125808 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19323] ppid=19259 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19323/stat : 19323 (java) S 19259 19262 15729 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 229202068 11246329856 11180 33554432000 4194304 4196468 140735684230544 139894360726096 139896017794971 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19324] ppid=19259 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19262/task/19324/stat : 19324 (java) S 19259 19262 15729 0 -1 1077944384 479 13153 0 0 1 0 4 3 20 0 15 0 229202068 11246329856 11180 33554432000 4194304 4196468 140735684230544 139895442634864 139896017787522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19325] ppid=19259 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19325/stat : 19325 (java) S 19259 19262 15729 0 -1 1077944384 133 13153 0 0 0 0 4 3 20 0 15 0 229202068 11246329856 11180 33554432000 4194304 4196468 140735684230544 139895441582064 139896017787522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19326] ppid=19259 vsize=10982744 memory=140694887945856 CPUtime=0.1 cores=0,2,4,6
/proc/19262/task/19326/stat : 19326 (java) S 19259 19262 15729 0 -1 1077944384 612 13153 0 0 3 0 4 3 20 0 15 0 229202068 11246329856 11180 33554432000 4194304 4196468 140735684230544 139895440529776 139896017787522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19327] ppid=19259 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19327/stat : 19327 (java) S 19259 19262 15729 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 229202069 11246329856 11180 33554432000 4194304 4196468 140735684230544 139893929929184 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19328] ppid=19259 vsize=10982744 memory=140694887945856 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19328/stat : 19328 (java) S 19259 19262 15729 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 229202069 11246329856 11180 33554432000 4194304 4196468 140735684230544 139895439477680 139896017787522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43928 KiB

[startup+0.310232 s]*
/proc/loadavg: 1.62 1.60 1.59 3/215 19328
/proc/meminfo: memFree=10755724/32770624 swapFree=67108504/67108860
[pid=19262] ppid=19259 vsize=10983192 memory=56216 CPUtime=0.38 cores=0,2,4,6
/proc/19262/stat : 19262 (java) S 19259 19262 15729 0 -1 1077944320 10547 13153 0 0 28 3 4 3 20 0 15 0 229202054 11246788608 14054 33554432000 4194304 4196468 140735684230544 140735684213088 139896017776375 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
/proc/19262/statm: 2745798 14054 3092 1 0 2708109 0
[pid=19262/tid=19315] ppid=19259 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/19262/task/19315/stat : 19315 (java) R 19259 19262 15729 0 -1 4202560 7092 13153 0 0 19 2 4 3 20 0 15 0 229202063 11246788608 14054 33554432000 4194304 4196468 140735684230544 139895989588384 139895999339931 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19316] ppid=19259 vsize=10983192 memory=7084813469699035216 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19316/stat : 19316 (java) S 19259 19262 15729 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 229202064 11246788608 14054 33554432000 4194304 4196468 140735684230544 139896022018448 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19317] ppid=19259 vsize=10983192 memory=2076 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19317/stat : 19317 (java) S 19259 19262 15729 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 229202064 11246788608 14054 33554432000 4194304 4196468 140735684230544 139895557318928 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19318] ppid=19259 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19318/stat : 19318 (java) S 19259 19262 15729 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 229202064 11246788608 14054 33554432000 4194304 4196468 140735684230544 139895556266640 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19319] ppid=19259 vsize=10983192 memory=4872558044660077418 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19319/stat : 19319 (java) S 19259 19262 15729 0 -1 1077944384 2 13153 0 0 0 0 4 3 20 0 15 0 229202064 11246788608 14054 33554432000 4194304 4196468 140735684230544 139895555213840 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19320] ppid=19259 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19320/stat : 19320 (java) S 19259 19262 15729 0 -1 1077944384 2 13153 0 0 0 0 4 3 20 0 15 0 229202065 11246788608 14054 33554432000 4194304 4196468 140735684230544 139895443688048 139896017787522 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19321] ppid=19259 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19321/stat : 19321 (java) S 19259 19262 15729 0 -1 1077944384 13 13153 0 0 0 0 4 3 20 0 15 0 229202065 11246788608 14054 33554432000 4194304 4196468 140735684230544 139894815974688 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19322] ppid=19259 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19322/stat : 19322 (java) S 19259 19262 15729 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 229202066 11246788608 14054 33554432000 4194304 4196468 140735684230544 139894668125808 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19323] ppid=19259 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19323/stat : 19323 (java) S 19259 19262 15729 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 229202068 11246788608 14054 33554432000 4194304 4196468 140735684230544 139894360726096 139896017794971 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19324] ppid=19259 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19262/task/19324/stat : 19324 (java) S 19259 19262 15729 0 -1 1077944384 480 13153 0 0 1 0 4 3 20 0 15 0 229202068 11246788608 14054 33554432000 4194304 4196468 140735684230544 139895442634864 139896017787522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19325] ppid=19259 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19262/task/19325/stat : 19325 (java) S 19259 19262 15729 0 -1 1077944384 133 13153 0 0 1 0 4 3 20 0 15 0 229202068 11246788608 14054 33554432000 4194304 4196468 140735684230544 139895441582064 139896017787522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19326] ppid=19259 vsize=10983192 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/19262/task/19326/stat : 19326 (java) S 19259 19262 15729 0 -1 1077944384 622 13153 0 0 4 0 4 3 20 0 15 0 229202068 11246788608 14054 33554432000 4194304 4196468 140735684230544 139895440529776 139896017787522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19327] ppid=19259 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19327/stat : 19327 (java) S 19259 19262 15729 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 229202069 11246788608 14054 33554432000 4194304 4196468 140735684230544 139893929929184 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19328] ppid=19259 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19328/stat : 19328 (java) S 19259 19262 15729 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 229202069 11246788608 14054 33554432000 4194304 4196468 140735684230544 139895439477680 139896017787522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56216 KiB

[startup+0.700736 s]
/proc/loadavg: 1.62 1.60 1.59 4/215 19328
/proc/meminfo: memFree=10744676/32770624 swapFree=67108504/67108860
[pid=19262] ppid=19259 vsize=10983192 memory=88232 CPUtime=0.98 cores=0,2,4,6
/proc/19262/stat : 19262 (java) S 19259 19262 15729 0 -1 1077944320 16743 13153 0 0 87 4 4 3 20 0 15 0 229202054 11246788608 22058 33554432000 4194304 4196468 140735684230544 140735684213088 139896017776375 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
/proc/19262/statm: 2745798 22058 3238 1 0 2708109 0
[pid=19262/tid=19315] ppid=19259 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/19262/task/19315/stat : 19315 (java) S 19259 19262 15729 0 -1 1077944384 12205 13153 0 0 56 3 4 3 20 0 15 0 229202063 11246788608 22058 33554432000 4194304 4196468 140735684230544 139895989597200 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19316] ppid=19259 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19316/stat : 19316 (java) S 19259 19262 15729 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 229202064 11246788608 22058 33554432000 4194304 4196468 140735684230544 139896022018448 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19317] ppid=19259 vsize=10983192 memory=3816 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19317/stat : 19317 (java) S 19259 19262 15729 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 229202064 11246788608 22058 33554432000 4194304 4196468 140735684230544 139895557318928 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19318] ppid=19259 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19318/stat : 19318 (java) S 19259 19262 15729 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 229202064 11246788608 22058 33554432000 4194304 4196468 140735684230544 139895556266640 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19319] ppid=19259 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19319/stat : 19319 (java) S 19259 19262 15729 0 -1 1077944384 2 13153 0 0 0 0 4 3 20 0 15 0 229202064 11246788608 22058 33554432000 4194304 4196468 140735684230544 139895555213840 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19320] ppid=19259 vsize=10983192 memory=4420 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19320/stat : 19320 (java) S 19259 19262 15729 0 -1 1077944384 5 13153 0 0 0 0 4 3 20 0 15 0 229202065 11246788608 22058 33554432000 4194304 4196468 140735684230544 139895443688048 139896017787522 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19321] ppid=19259 vsize=10983192 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19321/stat : 19321 (java) S 19259 19262 15729 0 -1 1077944384 13 13153 0 0 0 0 4 3 20 0 15 0 229202065 11246788608 22058 33554432000 4194304 4196468 140735684230544 139894815974688 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19322] ppid=19259 vsize=10983192 memory=8836 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19322/stat : 19322 (java) S 19259 19262 15729 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 229202066 11246788608 22058 33554432000 4194304 4196468 140735684230544 139894668125808 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19323] ppid=19259 vsize=10983192 memory=11044 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19323/stat : 19323 (java) S 19259 19262 15729 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 229202068 11246788608 22058 33554432000 4194304 4196468 140735684230544 139894360726096 139896017794971 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19324] ppid=19259 vsize=10983192 memory=13252 CPUtime=0.17 cores=0,2,4,6
/proc/19262/task/19324/stat : 19324 (java) S 19259 19262 15729 0 -1 1077944384 1091 13153 0 0 10 0 4 3 20 0 15 0 229202068 11246788608 22058 33554432000 4194304 4196468 140735684230544 139895442634864 139896017787522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19325] ppid=19259 vsize=10983192 memory=15460 CPUtime=0.14 cores=0,2,4,6
/proc/19262/task/19325/stat : 19325 (java) S 19259 19262 15729 0 -1 1077944384 521 13153 0 0 7 0 4 3 20 0 15 0 229202068 11246788608 22058 33554432000 4194304 4196468 140735684230544 139895441582064 139896017787522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19326] ppid=19259 vsize=10983192 memory=17668 CPUtime=0.2 cores=0,2,4,6
/proc/19262/task/19326/stat : 19326 (java) S 19259 19262 15729 0 -1 1077944384 703 13153 0 0 13 0 4 3 20 0 15 0 229202068 11246788608 22058 33554432000 4194304 4196468 140735684230544 139895440529776 139896017787522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19327] ppid=19259 vsize=10983192 memory=19876 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19327/stat : 19327 (java) S 19259 19262 15729 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 229202069 11246788608 22058 33554432000 4194304 4196468 140735684230544 139893929929184 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19328] ppid=19259 vsize=10983192 memory=22084 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19328/stat : 19328 (java) S 19259 19262 15729 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 229202069 11246788608 22058 33554432000 4194304 4196468 140735684230544 139895439477680 139896017787522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88232 KiB

[startup+1.50076 s]
/proc/loadavg: 1.62 1.60 1.59 3/215 19328
/proc/meminfo: memFree=10701012/32770624 swapFree=67108504/67108860
[pid=19262] ppid=19259 vsize=10998912 memory=199212 CPUtime=3.07 cores=0,2,4,6
/proc/19262/stat : 19262 (java) S 19259 19262 15729 0 -1 1077944320 30095 13153 0 0 290 10 4 3 20 0 15 0 229202054 11262885888 49803 33554432000 4194304 4196468 140735684230544 140735684213088 139896017776375 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
/proc/19262/statm: 2749728 49803 3442 1 0 2711386 0
[pid=19262/tid=19315] ppid=19259 vsize=10998912 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/19262/task/19315/stat : 19315 (java) S 19259 19262 15729 0 -1 1077944384 17697 13153 0 0 129 6 4 3 20 0 15 0 229202063 11262885888 49803 33554432000 4194304 4196468 140735684230544 139895989608048 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19316] ppid=19259 vsize=10998912 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19262/task/19316/stat : 19316 (java) R 19259 19262 15729 0 -1 1077944384 181 13153 0 0 1 0 4 3 20 0 15 0 229202064 11262885888 49803 33554432000 4194304 4196468 140735684230544 139896022018448 139896017786581 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19317] ppid=19259 vsize=10998912 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19317/stat : 19317 (java) S 19259 19262 15729 0 -1 1077944384 10 13153 0 0 0 0 4 3 20 0 15 0 229202064 11262885888 49803 33554432000 4194304 4196468 140735684230544 139895557318928 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19318] ppid=19259 vsize=10998912 memory=3539892194917298225 CPUtime=0.08 cores=0,2,4,6
/proc/19262/task/19318/stat : 19318 (java) S 19259 19262 15729 0 -1 1077944384 59 13153 0 0 1 0 4 3 20 0 15 0 229202064 11262885888 49803 33554432000 4194304 4196468 140735684230544 139895556266640 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19319] ppid=19259 vsize=10998912 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19319/stat : 19319 (java) S 19259 19262 15729 0 -1 1077944384 5 13153 0 0 0 0 4 3 20 0 15 0 229202064 11262885888 49803 33554432000 4194304 4196468 140735684230544 139895555213840 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19320] ppid=19259 vsize=10998912 memory=-7965959130280075168 CPUtime=0.08 cores=0,2,4,6
/proc/19262/task/19320/stat : 19320 (java) R 19259 19262 15729 0 -1 4202560 44 13153 0 0 1 0 4 3 20 0 15 0 229202065 11262885888 49803 33554432000 4194304 4196468 140735684230544 139895443686336 139896003468075 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19321] ppid=19259 vsize=10998912 memory=281389480093952 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19321/stat : 19321 (java) S 19259 19262 15729 0 -1 1077944384 13 13153 0 0 0 0 4 3 20 0 15 0 229202065 11262885888 49803 33554432000 4194304 4196468 140735684230544 139894815974688 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19322] ppid=19259 vsize=10998912 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19322/stat : 19322 (java) S 19259 19262 15729 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 229202066 11262885888 49803 33554432000 4194304 4196468 140735684230544 139894668125808 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19323] ppid=19259 vsize=10998912 memory=4552 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19323/stat : 19323 (java) S 19259 19262 15729 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 229202068 11262885888 49803 33554432000 4194304 4196468 140735684230544 139894360726096 139896017794971 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19324] ppid=19259 vsize=10998912 memory=3732 CPUtime=0.64 cores=0,2,4,6
/proc/19262/task/19324/stat : 19324 (java) R 19259 19262 15729 0 -1 4202560 3428 13153 0 0 57 0 4 3 20 0 15 0 229202068 11262885888 49803 33554432000 4194304 4196468 140735684230544 139895442621088 139895999320609 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19325] ppid=19259 vsize=10998912 memory=1228 CPUtime=0.64 cores=0,2,4,6
/proc/19262/task/19325/stat : 19325 (java) R 19259 19262 15729 0 -1 4202560 4692 13153 0 0 57 0 4 3 20 0 15 0 229202068 11262885888 49803 33554432000 4194304 4196468 140735684230544 139895441568088 139896002701424 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19326] ppid=19259 vsize=10998912 memory=10624 CPUtime=0.49 cores=0,2,4,6
/proc/19262/task/19326/stat : 19326 (java) S 19259 19262 15729 0 -1 1077944384 1766 13153 0 0 42 0 4 3 20 0 15 0 229202068 11262885888 49803 33554432000 4194304 4196468 140735684230544 139895440529776 139896017787522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19327] ppid=19259 vsize=10998912 memory=1624 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19327/stat : 19327 (java) S 19259 19262 15729 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 229202069 11262885888 49803 33554432000 4194304 4196468 140735684230544 139893929929184 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19328] ppid=19259 vsize=10998912 memory=6776 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19328/stat : 19328 (java) S 19259 19262 15729 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 229202069 11262885888 49803 33554432000 4194304 4196468 140735684230544 139895439477680 139896017787522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 10998912 KiB

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

[pid=19262/tid=19319] ppid=19259 vsize=11080032 memory=5671888 CPUtime=62.57 cores=0,2,4,6
/proc/19262/task/19319/stat : 19319 (java) R 19259 19262 15729 0 -1 4202560 67432 13153 0 0 6125 125 4 3 20 0 15 0 229202064 11345952768 1417971 33554432000 4194304 4196468 140735684230544 139895555213840 139896002224590 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19320] ppid=19259 vsize=11080032 memory=5671888 CPUtime=2.75 cores=0,2,4,6
/proc/19262/task/19320/stat : 19320 (java) S 19259 19262 15729 0 -1 1077944384 74070 13153 0 0 258 10 4 3 20 0 15 0 229202065 11345952768 1417971 33554432000 4194304 4196468 140735684230544 139895443686560 139896017786581 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 33 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19321] ppid=19259 vsize=11080032 memory=5671884 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19321/stat : 19321 (java) S 19259 19262 15729 0 -1 1077944384 22 13153 0 0 0 0 4 3 20 0 15 0 229202065 11345952768 1417971 33554432000 4194304 4196468 140735684230544 139894815974816 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19322] ppid=19259 vsize=11080032 memory=5671884 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19322/stat : 19322 (java) S 19259 19262 15729 0 -1 1077944384 25 13153 0 0 0 0 4 3 20 0 15 0 229202066 11345952768 1417971 33554432000 4194304 4196468 140735684230544 139894668125824 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19323] ppid=19259 vsize=11080032 memory=5671884 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19323/stat : 19323 (java) S 19259 19262 15729 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 229202068 11345952768 1417971 33554432000 4194304 4196468 140735684230544 139894360726096 139896017794971 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19324] ppid=19259 vsize=11080032 memory=5671884 CPUtime=12.73 cores=0,2,4,6
/proc/19262/task/19324/stat : 19324 (java) S 19259 19262 15729 0 -1 1077944384 98867 13153 0 0 1256 10 4 3 20 0 15 0 229202068 11345952768 1417971 33554432000 4194304 4196468 140735684230544 139895442634864 139896017787522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19325] ppid=19259 vsize=11080032 memory=5671884 CPUtime=12 cores=0,2,4,6
/proc/19262/task/19325/stat : 19325 (java) S 19259 19262 15729 0 -1 1077944384 93227 13153 0 0 1183 10 4 3 20 0 15 0 229202068 11345952768 1417971 33554432000 4194304 4196468 140735684230544 139895441582064 139896017787522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19326] ppid=19259 vsize=11080032 memory=35320 CPUtime=3.81 cores=0,2,4,6
/proc/19262/task/19326/stat : 19326 (java) S 19259 19262 15729 0 -1 1077944384 89837 13153 0 0 362 12 4 3 20 0 15 0 229202068 11345952768 1417971 33554432000 4194304 4196468 140735684230544 139895440529776 139896017787522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19327] ppid=19259 vsize=11080032 memory=5671884 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19327/stat : 19327 (java) S 19259 19262 15729 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 229202069 11345952768 1417971 33554432000 4194304 4196468 140735684230544 139893929929184 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19328] ppid=19259 vsize=11080032 memory=5671884 CPUtime=1.39 cores=0,2,4,6
/proc/19262/task/19328/stat : 19328 (java) S 19259 19262 15729 0 -1 1077944384 2967 13153 0 0 66 66 4 3 20 0 15 0 229202069 11345952768 1417971 33554432000 4194304 4196468 140735684230544 139895439477680 139896017787522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
Current children cumulated CPU time: 2358.73 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 5671884 KiB

[startup+2202.3 s]
/proc/loadavg: 1.72 1.75 1.76 3/216 19553
/proc/meminfo: memFree=5367204/32770624 swapFree=67108504/67108860
[pid=19262] ppid=19259 vsize=11080032 memory=5671880 CPUtime=2420.29 cores=0,2,4,6
/proc/19262/stat : 19262 (java) S 19259 19262 15729 0 -1 1077944320 876543 13153 0 0 241368 654 4 3 20 0 15 0 229202054 11345952768 1417970 33554432000 4194304 4196468 140735684230544 140735684213088 139896017776375 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
/proc/19262/statm: 2770008 1417970 3539 1 0 2731661 0
[pid=19262/tid=19315] ppid=19259 vsize=11080032 memory=5671884 CPUtime=2135.74 cores=0,2,4,6
/proc/19262/task/19315/stat : 19315 (java) R 19259 19262 15729 0 -1 4202560 222521 13153 0 0 213505 62 4 3 20 0 15 0 229202063 11345952768 1417970 33554432000 4194304 4196468 140735684230544 139895989609872 139895581700802 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19316] ppid=19259 vsize=11080032 memory=5671884 CPUtime=63.09 cores=0,2,4,6
/proc/19262/task/19316/stat : 19316 (java) S 19259 19262 15729 0 -1 1077944384 70364 13153 0 0 6178 124 4 3 20 0 15 0 229202064 11345952768 1417970 33554432000 4194304 4196468 140735684230544 139896022018448 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19317] ppid=19259 vsize=11080032 memory=5671880 CPUtime=63.02 cores=0,2,4,6
/proc/19262/task/19317/stat : 19317 (java) S 19259 19262 15729 0 -1 1077944384 67343 13153 0 0 6169 126 4 3 20 0 15 0 229202064 11345952768 1417970 33554432000 4194304 4196468 140735684230544 139895557318928 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19318] ppid=19259 vsize=11080032 memory=5671880 CPUtime=63.07 cores=0,2,4,6
/proc/19262/task/19318/stat : 19318 (java) S 19259 19262 15729 0 -1 1077944384 76227 13153 0 0 6177 123 4 3 20 0 15 0 229202064 11345952768 1417970 33554432000 4194304 4196468 140735684230544 139895556266640 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19319] ppid=19259 vsize=11080032 memory=5671880 CPUtime=63.05 cores=0,2,4,6
/proc/19262/task/19319/stat : 19319 (java) S 19259 19262 15729 0 -1 1077944384 69990 13153 0 0 6172 126 4 3 20 0 15 0 229202064 11345952768 1417970 33554432000 4194304 4196468 140735684230544 139895555213840 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19320] ppid=19259 vsize=11080032 memory=5671880 CPUtime=2.77 cores=0,2,4,6
/proc/19262/task/19320/stat : 19320 (java) S 19259 19262 15729 0 -1 1077944384 74409 13153 0 0 260 10 4 3 20 0 15 0 229202065 11345952768 1417970 33554432000 4194304 4196468 140735684230544 139895443688048 139896017787522 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 33 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19321] ppid=19259 vsize=11080032 memory=5671880 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19321/stat : 19321 (java) S 19259 19262 15729 0 -1 1077944384 22 13153 0 0 0 0 4 3 20 0 15 0 229202065 11345952768 1417970 33554432000 4194304 4196468 140735684230544 139894815974816 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19322] ppid=19259 vsize=11080032 memory=5671880 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19322/stat : 19322 (java) S 19259 19262 15729 0 -1 1077944384 25 13153 0 0 0 0 4 3 20 0 15 0 229202066 11345952768 1417970 33554432000 4194304 4196468 140735684230544 139894668125824 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19323] ppid=19259 vsize=11080032 memory=5671880 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19323/stat : 19323 (java) S 19259 19262 15729 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 229202068 11345952768 1417970 33554432000 4194304 4196468 140735684230544 139894360726096 139896017794971 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19324] ppid=19259 vsize=11080032 memory=1116 CPUtime=12.77 cores=0,2,4,6
/proc/19262/task/19324/stat : 19324 (java) S 19259 19262 15729 0 -1 1077944384 102580 13153 0 0 1260 10 4 3 20 0 15 0 229202068 11345952768 1417970 33554432000 4194304 4196468 140735684230544 139895442634864 139896017787522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19325] ppid=19259 vsize=11080032 memory=1752 CPUtime=12.04 cores=0,2,4,6
/proc/19262/task/19325/stat : 19325 (java) S 19259 19262 15729 0 -1 1077944384 95343 13153 0 0 1187 10 4 3 20 0 15 0 229202068 11345952768 1417970 33554432000 4194304 4196468 140735684230544 139895441582064 139896017787522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19326] ppid=19259 vsize=11080032 memory=748 CPUtime=3.85 cores=0,2,4,6
/proc/19262/task/19326/stat : 19326 (java) S 19259 19262 15729 0 -1 1077944384 92470 13153 0 0 365 13 4 3 20 0 15 0 229202068 11345952768 1417970 33554432000 4194304 4196468 140735684230544 139895440529776 139896017787522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19327] ppid=19259 vsize=11080032 memory=13776 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19327/stat : 19327 (java) S 19259 19262 15729 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 229202069 11345952768 1417970 33554432000 4194304 4196468 140735684230544 139893929929184 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19328] ppid=19259 vsize=11080032 memory=3356 CPUtime=1.42 cores=0,2,4,6
/proc/19262/task/19328/stat : 19328 (java) S 19259 19262 15729 0 -1 1077944384 3051 13153 0 0 67 68 4 3 20 0 15 0 229202069 11345952768 1417970 33554432000 4194304 4196468 140735684230544 139895439477680 139896017787522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
Current children cumulated CPU time: 2420.29 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 5671880 KiB

[startup+2262.3 s]
/proc/loadavg: 1.66 1.75 1.76 3/216 19554
/proc/meminfo: memFree=5368220/32770624 swapFree=67108504/67108860
[pid=19262] ppid=19259 vsize=11080032 memory=5671884 CPUtime=2481.72 cores=0,2,4,6
/proc/19262/stat : 19262 (java) S 19259 19262 15729 0 -1 1077944320 894342 13153 0 0 247507 658 4 3 20 0 15 0 229202054 11345952768 1417971 33554432000 4194304 4196468 140735684230544 140735684213088 139896017776375 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
/proc/19262/statm: 2770008 1417971 3539 1 0 2731661 0
[pid=19262/tid=19315] ppid=19259 vsize=11080032 memory=5671884 CPUtime=2195.27 cores=0,2,4,6
/proc/19262/task/19315/stat : 19315 (java) R 19259 19262 15729 0 -1 4202560 226987 13153 0 0 219457 63 4 3 20 0 15 0 229202063 11345952768 1417971 33554432000 4194304 4196468 140735684230544 139895989609904 139895578291064 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19316] ppid=19259 vsize=11080032 memory=5671884 CPUtime=63.53 cores=0,2,4,6
/proc/19262/task/19316/stat : 19316 (java) S 19259 19262 15729 0 -1 1077944384 72040 13153 0 0 6222 124 4 3 20 0 15 0 229202064 11345952768 1417971 33554432000 4194304 4196468 140735684230544 139896022018448 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19317] ppid=19259 vsize=11080032 memory=5671884 CPUtime=63.46 cores=0,2,4,6
/proc/19262/task/19317/stat : 19317 (java) S 19259 19262 15729 0 -1 1077944384 70345 13153 0 0 6213 126 4 3 20 0 15 0 229202064 11345952768 1417971 33554432000 4194304 4196468 140735684230544 139895557318928 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19318] ppid=19259 vsize=11080032 memory=5671884 CPUtime=63.52 cores=0,2,4,6
/proc/19262/task/19318/stat : 19318 (java) S 19259 19262 15729 0 -1 1077944384 78408 13153 0 0 6221 124 4 3 20 0 15 0 229202064 11345952768 1417971 33554432000 4194304 4196468 140735684230544 139895556266640 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19319] ppid=19259 vsize=11080032 memory=5671884 CPUtime=63.49 cores=0,2,4,6
/proc/19262/task/19319/stat : 19319 (java) S 19259 19262 15729 0 -1 1077944384 71692 13153 0 0 6216 126 4 3 20 0 15 0 229202064 11345952768 1417971 33554432000 4194304 4196468 140735684230544 139895555213840 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19320] ppid=19259 vsize=11080032 memory=5671884 CPUtime=2.78 cores=0,2,4,6
/proc/19262/task/19320/stat : 19320 (java) S 19259 19262 15729 0 -1 1077944384 74718 13153 0 0 261 10 4 3 20 0 15 0 229202065 11345952768 1417971 33554432000 4194304 4196468 140735684230544 139895443688048 139896017787522 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 33 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19321] ppid=19259 vsize=11080032 memory=281389481247888 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19321/stat : 19321 (java) S 19259 19262 15729 0 -1 1077944384 22 13153 0 0 0 0 4 3 20 0 15 0 229202065 11345952768 1417971 33554432000 4194304 4196468 140735684230544 139894815974816 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19322] ppid=19259 vsize=11080032 memory=5671884 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19322/stat : 19322 (java) S 19259 19262 15729 0 -1 1077944384 25 13153 0 0 0 0 4 3 20 0 15 0 229202066 11345952768 1417971 33554432000 4194304 4196468 140735684230544 139894668125824 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19323] ppid=19259 vsize=11080032 memory=3816 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19323/stat : 19323 (java) S 19259 19262 15729 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 229202068 11345952768 1417971 33554432000 4194304 4196468 140735684230544 139894360726096 139896017794971 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19324] ppid=19259 vsize=11080032 memory=1404 CPUtime=12.8 cores=0,2,4,6
/proc/19262/task/19324/stat : 19324 (java) S 19259 19262 15729 0 -1 1077944384 103551 13153 0 0 1263 10 4 3 20 0 15 0 229202068 11345952768 1417971 33554432000 4194304 4196468 140735684230544 139895442634864 139896017787522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19325] ppid=19259 vsize=11080032 memory=3204 CPUtime=12.07 cores=0,2,4,6
/proc/19262/task/19325/stat : 19325 (java) S 19259 19262 15729 0 -1 1077944384 97373 13153 0 0 1190 10 4 3 20 0 15 0 229202068 11345952768 1417971 33554432000 4194304 4196468 140735684230544 139895441582064 139896017787522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19326] ppid=19259 vsize=11080032 memory=5383268 CPUtime=3.87 cores=0,2,4,6
/proc/19262/task/19326/stat : 19326 (java) S 19259 19262 15729 0 -1 1077944384 93899 13153 0 0 367 13 4 3 20 0 15 0 229202068 11345952768 1417971 33554432000 4194304 4196468 140735684230544 139895440529776 139896017787522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19327] ppid=19259 vsize=11080032 memory=62224 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19327/stat : 19327 (java) S 19259 19262 15729 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 229202069 11345952768 1417971 33554432000 4194304 4196468 140735684230544 139893929929184 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19328] ppid=19259 vsize=11080032 memory=1116 CPUtime=1.45 cores=0,2,4,6
/proc/19262/task/19328/stat : 19328 (java) S 19259 19262 15729 0 -1 1077944384 3084 13153 0 0 68 70 4 3 20 0 15 0 229202069 11345952768 1417971 33554432000 4194304 4196468 140735684230544 139895439477680 139896017787522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
Current children cumulated CPU time: 2481.72 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 5671884 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2299.8 s]
/proc/loadavg: 1.77 1.76 1.77 3/216 19555
/proc/meminfo: memFree=5348528/32770624 swapFree=67108504/67108860
[pid=19262] ppid=19259 vsize=11080032 memory=5673936 CPUtime=2520.09 cores=0,2,4,6
/proc/19262/stat : 19262 (java) S 19259 19262 15729 0 -1 1077944320 911224 13153 0 0 251342 660 4 3 20 0 15 0 229202054 11345952768 1418484 33554432000 4194304 4196468 140735684230544 140735684213088 139896017776375 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
/proc/19262/statm: 2770008 1418484 3539 1 0 2731661 0
[pid=19262/tid=19315] ppid=19259 vsize=11080032 memory=35320 CPUtime=2232.51 cores=0,2,4,6
/proc/19262/task/19315/stat : 19315 (java) R 19259 19262 15729 0 -1 4202560 231765 13153 0 0 223180 64 4 3 20 0 15 0 229202063 11345952768 1418484 33554432000 4194304 4196468 140735684230544 139895989609464 139895581317172 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19316] ppid=19259 vsize=11080032 memory=13776 CPUtime=63.79 cores=0,2,4,6
/proc/19262/task/19316/stat : 19316 (java) S 19259 19262 15729 0 -1 1077944384 75006 13153 0 0 6248 124 4 3 20 0 15 0 229202064 11345952768 1418484 33554432000 4194304 4196468 140735684230544 139896022018448 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19317] ppid=19259 vsize=11080032 memory=3356 CPUtime=63.71 cores=0,2,4,6
/proc/19262/task/19317/stat : 19317 (java) S 19259 19262 15729 0 -1 1077944384 71508 13153 0 0 6238 126 4 3 20 0 15 0 229202064 11345952768 1418484 33554432000 4194304 4196468 140735684230544 139895557318928 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19318] ppid=19259 vsize=11080032 memory=492 CPUtime=63.77 cores=0,2,4,6
/proc/19262/task/19318/stat : 19318 (java) S 19259 19262 15729 0 -1 1077944384 79712 13153 0 0 6246 124 4 3 20 0 15 0 229202064 11345952768 1418484 33554432000 4194304 4196468 140735684230544 139895556266640 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19319] ppid=19259 vsize=11080032 memory=0 CPUtime=63.73 cores=0,2,4,6
/proc/19262/task/19319/stat : 19319 (java) S 19259 19262 15729 0 -1 1077944384 72538 13153 0 0 6240 126 4 3 20 0 15 0 229202064 11345952768 1418484 33554432000 4194304 4196468 140735684230544 139895555213840 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19320] ppid=19259 vsize=11080032 memory=3992 CPUtime=2.79 cores=0,2,4,6
/proc/19262/task/19320/stat : 19320 (java) S 19259 19262 15729 0 -1 1077944384 75035 13153 0 0 262 10 4 3 20 0 15 0 229202065 11345952768 1418484 33554432000 4194304 4196468 140735684230544 139895443688048 139896017787522 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 33 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19321] ppid=19259 vsize=11080032 memory=1928 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19321/stat : 19321 (java) S 19259 19262 15729 0 -1 1077944384 22 13153 0 0 0 0 4 3 20 0 15 0 229202065 11345952768 1418484 33554432000 4194304 4196468 140735684230544 139894815974816 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19322] ppid=19259 vsize=11080032 memory=7532 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19322/stat : 19322 (java) S 19259 19262 15729 0 -1 1077944384 25 13153 0 0 0 0 4 3 20 0 15 0 229202066 11345952768 1418484 33554432000 4194304 4196468 140735684230544 139894668125824 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19323] ppid=19259 vsize=11080032 memory=808 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19323/stat : 19323 (java) S 19259 19262 15729 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 229202068 11345952768 1418484 33554432000 4194304 4196468 140735684230544 139894360726096 139896017794971 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19324] ppid=19259 vsize=11080032 memory=1796 CPUtime=12.84 cores=0,2,4,6
/proc/19262/task/19324/stat : 19324 (java) S 19259 19262 15729 0 -1 1077944384 105741 13153 0 0 1267 10 4 3 20 0 15 0 229202068 11345952768 1418484 33554432000 4194304 4196468 140735684230544 139895442634864 139896017787522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19325] ppid=19259 vsize=11080032 memory=916 CPUtime=12.11 cores=0,2,4,6
/proc/19262/task/19325/stat : 19325 (java) S 19259 19262 15729 0 -1 1077944384 99286 13153 0 0 1193 11 4 3 20 0 15 0 229202068 11345952768 1418484 33554432000 4194304 4196468 140735684230544 139895441582064 139896017787522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19326] ppid=19259 vsize=11080032 memory=3844 CPUtime=3.89 cores=0,2,4,6
/proc/19262/task/19326/stat : 19326 (java) S 19259 19262 15729 0 -1 1077944384 95225 13153 0 0 369 13 4 3 20 0 15 0 229202068 11345952768 1418484 33554432000 4194304 4196468 140735684230544 139895440529776 139896017787522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19327] ppid=19259 vsize=11080032 memory=2600 CPUtime=0.07 cores=0,2,4,6
/proc/19262/task/19327/stat : 19327 (java) S 19259 19262 15729 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 229202069 11345952768 1418484 33554432000 4194304 4196468 140735684230544 139893929929184 139896017786581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
[pid=19262/tid=19328] ppid=19259 vsize=11080032 memory=2600 CPUtime=1.48 cores=0,2,4,6
/proc/19262/task/19328/stat : 19328 (java) S 19259 19262 15729 0 -1 1077944384 3163 13153 0 0 70 71 4 3 20 0 15 0 229202069 11345952768 1418484 33554432000 4194304 4196468 140735684230544 139895439477680 139896017787522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37425152 140735684233836 140735684236636 140735684236636 140735684239311 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 5673936 KiB

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

[startup+2299.94 s]
# the end of solver process 19262 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2513.56 s, system=6.68406 s

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

[startup+2299.91 s]*
/proc/loadavg: 1.77 1.76 1.77 3/203 19557
/proc/meminfo: memFree=6011636/32770624 swapFree=67108504/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2299.94
CPU time (s): 2520.25
CPU user time (s): 2513.56
CPU system time (s): 6.68406
CPU usage (%): 109.579
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 5707044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2513.56
system time used= 6.68406
maximum resident set size= 5707044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 925953
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 76556
involuntary context switches= 5614


# summary of solver processes directly reported to runsolver:
#   pid: 19262
#   total CPU time (s): 2520.25
#   total CPU user time (s): 2513.56
#   total CPU system time (s): 6.68406

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.7988 second user time and 21.5708 second system time

The end

Launcher Data

Begin job on node104 at 2018-08-13 01:26:29
IDJOB=4305121
IDBENCH=141454
IDSOLVER=2780
FILE ID=node104/4305121-1534116389
RUNJOBID= node104-1534097917-15760
PBS_JOBID= 21037002
Free space on /tmp= 37528 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/CarSequencing/CarSequencing-70-01_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305121-1534116389/watcher-4305121-1534116389 -o /tmp/evaluation-result-4305121-1534116389/solver-4305121-1534116389 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534097917-15760 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1354069555 HOME/instance-4305121-1534116389.xml

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

MD5SUM BENCH= 5ebb66a2f72e45e9d6642a776a6cc19c
RANDOM SEED=1354069555

node104.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.11
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.11
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.11
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.11
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:        10798064 kB
MemAvailable:   26283480 kB
Buffers:          201440 kB
Cached:         15321772 kB
SwapCached:            8 kB
Active:         13278056 kB
Inactive:        7912692 kB
Active(anon):    5618728 kB
Inactive(anon):   100964 kB
Active(file):    7659328 kB
Inactive(file):  7811728 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67108504 kB
Dirty:             26460 kB
Writeback:             0 kB
AnonPages:       5723556 kB
Mapped:            65728 kB
Shmem:             49636 kB
Slab:             471552 kB
SReclaimable:     442820 kB
SUnreclaim:        28732 kB
KernelStack:        3808 kB
PageTables:        16784 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6461984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5445632 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= 37500 MiB
End job on node104 at 2018-08-13 02:04:49