Trace number 4302604

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? (TO) 255.835 149.133

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-06-0500_c18.xml
MD5SUM26cacd4a9bde3a1253c36df99f6e4e09
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables10160
Number of constraints6531
Number of domains106
Minimum domain size2
Maximum domain size145
Distribution of domain sizes[{"size":2,"count":3553},{"size":11,"count":3053},{"size":12,"count":1},{"size":21,"count":9},{"size":23,"count":9},{"size":27,"count":52},{"size":35,"count":16},{"size":38,"count":8},{"size":40,"count":2},{"size":41,"count":37},{"size":43,"count":6},{"size":44,"count":11},{"size":47,"count":21},{"size":49,"count":6},{"size":51,"count":47},{"size":52,"count":4},{"size":53,"count":30},{"size":54,"count":5},{"size":55,"count":1},{"size":60,"count":9},{"size":62,"count":1},{"size":63,"count":27},{"size":65,"count":4},{"size":66,"count":19},{"size":67,"count":33},"...",{"size":102,"count":4}, {"size":103,"count":90}, {"size":104,"count":17}, {"size":105,"count":47}, {"size":107,"count":63}, {"size":108,"count":9}, {"size":109,"count":6}, {"size":111,"count":2}, {"size":112,"count":15}, {"size":113,"count":24}, {"size":116,"count":10}, {"size":117,"count":31}, {"size":119,"count":112}, {"size":120,"count":118}, {"size":121,"count":1}, {"size":122,"count":56}, {"size":129,"count":2}, {"size":131,"count":39}, {"size":132,"count":4}, {"size":133,"count":22}, {"size":136,"count":37}, {"size":138,"count":41}, {"size":139,"count":70}, {"size":140,"count":148}, {"size":145,"count":1779}]
Minimum variable degree2
Maximum variable degree3054
Distribution of variable degrees[{"degree":2,"count":9160},{"degree":3,"count":4},{"degree":4,"count":4},{"degree":5,"count":14},{"degree":6,"count":18},{"degree":7,"count":34},{"degree":8,"count":46},{"degree":9,"count":47},{"degree":10,"count":58},{"degree":11,"count":53},{"degree":12,"count":75},{"degree":13,"count":101},{"degree":14,"count":110},{"degree":15,"count":138},{"degree":16,"count":215},{"degree":17,"count":78},{"degree":18,"count":3},{"degree":19,"count":1},{"degree":3054,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":425},{"arity":3,"count":3053},{"arity":6,"count":3053}]
Number of extensional constraints3053
Number of intensional constraints3478
Distribution of constraint types[{"type":"extension","count":3053},{"type":"intension","count":3478}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302604-1532896526/watcher-4302604-1532896526 -o /tmp/evaluation-result-4302604-1532896526/solver-4302604-1532896526 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532894154-16079 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1982820200 HOME/instance-4302604-1532896526.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
Current StackSize limit: 8192 KiB

solver pid=19462, runsolver pid=19459

[startup+0.102135 s]*
/proc/loadavg: 1.47 1.62 1.74 2/206 19519
/proc/meminfo: memFree=25624452/32770624 swapFree=67028828/67108860
[pid=19462] ppid=19459 vsize=10005480 memory=16816 CPUtime=0.08 cores=1,3,5,7
/proc/19462/stat : 19462 (java) S 19459 19462 10029 0 -1 1077944320 4320 13252 0 0 1 0 4 3 20 0 6 0 107215846 10245611520 4138 33554432000 4194304 4196468 140722272845872 140722272828416 140182236958455 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
/proc/19462/statm: 2501370 4204 1935 1 0 2489808 0
[pid=19462/tid=19515] ppid=19459 vsize=10005480 memory=4279135704013571469 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19515/stat : 19515 (java) R 19459 19462 10029 0 -1 4202560 2146 13252 0 0 0 0 4 3 20 0 6 0 107215855 10245611520 4204 33554432000 4194304 4196468 140722272845872 140182208795216 140182221038942 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19516] ppid=19459 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19516/stat : 19516 (java) S 19459 19462 10029 0 -1 1077944384 1 13252 0 0 0 0 4 3 20 0 6 0 107215855 10245611520 4204 33554432000 4194304 4196468 140722272845872 140182241200528 140182236968661 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19517] ppid=19459 vsize=10005480 memory=139804481070720 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19517/stat : 19517 (java) S 19459 19462 10029 0 -1 1077944384 1 13252 0 0 0 0 4 3 20 0 6 0 107215855 10245611520 4204 33554432000 4194304 4196468 140722272845872 140181776623888 140182236968661 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19518] ppid=19459 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19518/stat : 19518 (java) S 19459 19462 10029 0 -1 1077944384 1 13252 0 0 0 0 4 3 20 0 6 0 107215855 10245611520 4204 33554432000 4194304 4196468 140722272845872 140181775571600 140182236968661 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19519] ppid=19459 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19519/stat : 19519 (java) S 19459 19462 10029 0 -1 1077944384 2 13252 0 0 0 0 4 3 20 0 6 0 107215855 10245611520 4204 33554432000 4194304 4196468 140722272845872 140181774518800 140182236968661 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16816 KiB

[startup+0.209815 s]*
/proc/loadavg: 1.47 1.62 1.74 3/215 19528
/proc/meminfo: memFree=25603808/32770624 swapFree=67028828/67108860
[pid=19462] ppid=19459 vsize=10982744 memory=42372 CPUtime=0.24 cores=1,3,5,7
/proc/19462/stat : 19462 (java) S 19459 19462 10029 0 -1 1077944320 7241 13252 0 0 16 1 4 3 20 0 15 0 107215846 11246329856 10593 33554432000 4194304 4196468 140722272845872 140722272828416 140182236958455 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
/proc/19462/statm: 2745686 10593 2982 1 0 2708109 0
[pid=19462/tid=19515] ppid=19459 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/19462/task/19515/stat : 19515 (java) R 19459 19462 10029 0 -1 4202560 3892 13252 0 0 10 1 4 3 20 0 15 0 107215855 11246329856 10659 33554432000 4194304 4196468 140722272845872 140182208736416 140182217234269 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19516] ppid=19459 vsize=10982744 memory=342 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19516/stat : 19516 (java) S 19459 19462 10029 0 -1 1077944384 1 13252 0 0 0 0 4 3 20 0 15 0 107215855 11246329856 10725 33554432000 4194304 4196468 140722272845872 140182241200528 140182236968661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19517] ppid=19459 vsize=10982744 memory=139804481719729 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19517/stat : 19517 (java) S 19459 19462 10029 0 -1 1077944384 1 13252 0 0 0 0 4 3 20 0 15 0 107215855 11246329856 10725 33554432000 4194304 4196468 140722272845872 140181776623888 140182236968661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19518] ppid=19459 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19518/stat : 19518 (java) S 19459 19462 10029 0 -1 1077944384 1 13252 0 0 0 0 4 3 20 0 15 0 107215855 11246329856 10725 33554432000 4194304 4196468 140722272845872 140181775571600 140182236968661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19519] ppid=19459 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19519/stat : 19519 (java) S 19459 19462 10029 0 -1 1077944384 2 13252 0 0 0 0 4 3 20 0 15 0 107215855 11246329856 10725 33554432000 4194304 4196468 140722272845872 140181774518800 140182236968661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19520] ppid=19459 vsize=10982744 memory=139804481070720 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19520/stat : 19520 (java) S 19459 19462 10029 0 -1 1077944384 2 13252 0 0 0 0 4 3 20 0 15 0 107215857 11246329856 10725 33554432000 4194304 4196468 140722272845872 140181205998192 140182236969602 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19521] ppid=19459 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19521/stat : 19521 (java) S 19459 19462 10029 0 -1 1077944384 13 13252 0 0 0 0 4 3 20 0 15 0 107215858 11246329856 10725 33554432000 4194304 4196468 140722272845872 140181088757024 140182236968661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19522] ppid=19459 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19522/stat : 19522 (java) S 19459 19462 10029 0 -1 1077944384 1 13252 0 0 0 0 4 3 20 0 15 0 107215858 11246329856 10725 33554432000 4194304 4196468 140722272845872 140180887430768 140182236968661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19523] ppid=19459 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19523/stat : 19523 (java) S 19459 19462 10029 0 -1 1077944384 3 13252 0 0 0 0 4 3 20 0 15 0 107215860 11246329856 10725 33554432000 4194304 4196468 140722272845872 140180580031056 140182236977051 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19524] ppid=19459 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19462/task/19524/stat : 19524 (java) S 19459 19462 10029 0 -1 1077944384 211 13252 0 0 1 0 4 3 20 0 15 0 107215860 11246329856 10725 33554432000 4194304 4196468 140722272845872 140181204945008 140182236969602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19525] ppid=19459 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19462/task/19525/stat : 19525 (java) S 19459 19462 10029 0 -1 1077944384 399 13252 0 0 1 0 4 3 20 0 15 0 107215861 11246329856 10725 33554432000 4194304 4196468 140722272845872 140181203892208 140182236969602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19526] ppid=19459 vsize=10982744 memory=139804481070720 CPUtime=0.1 cores=1,3,5,7
/proc/19462/task/19526/stat : 19526 (java) S 19459 19462 10029 0 -1 1077944384 602 13252 0 0 3 0 4 3 20 0 15 0 107215861 11246329856 10725 33554432000 4194304 4196468 140722272845872 140181202839920 140182236969602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19527] ppid=19459 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19527/stat : 19527 (java) S 19459 19462 10029 0 -1 1077944384 3 13252 0 0 0 0 4 3 20 0 15 0 107215861 11246329856 10791 33554432000 4194304 4196468 140722272845872 140180149234144 140182236968661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19528] ppid=19459 vsize=10982744 memory=139804481070720 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19528/stat : 19528 (java) S 19459 19462 10029 0 -1 1077944384 1 13252 0 0 0 0 4 3 20 0 15 0 107215861 11246329856 10791 33554432000 4194304 4196468 140722272845872 140181201787824 140182236969602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 42372 KiB

[startup+0.310122 s]*
/proc/loadavg: 1.47 1.62 1.74 3/215 19528
/proc/meminfo: memFree=25590940/32770624 swapFree=67028828/67108860
[pid=19462] ppid=19459 vsize=10983192 memory=56084 CPUtime=0.37 cores=1,3,5,7
/proc/19462/stat : 19462 (java) S 19459 19462 10029 0 -1 1077944320 10522 13252 0 0 28 2 4 3 20 0 15 0 107215846 11246788608 14021 33554432000 4194304 4196468 140722272845872 140722272828416 140182236958455 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
/proc/19462/statm: 2745798 14021 3101 1 0 2708109 0
[pid=19462/tid=19515] ppid=19459 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/19462/task/19515/stat : 19515 (java) R 19459 19462 10029 0 -1 4202560 7082 13252 0 0 19 2 4 3 20 0 15 0 107215855 11246788608 14021 33554432000 4194304 4196468 140722272845872 140182208770464 140182217235280 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19516] ppid=19459 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19516/stat : 19516 (java) S 19459 19462 10029 0 -1 1077944384 1 13252 0 0 0 0 4 3 20 0 15 0 107215855 11246788608 14021 33554432000 4194304 4196468 140722272845872 140182241200528 140182236968661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19517] ppid=19459 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19517/stat : 19517 (java) S 19459 19462 10029 0 -1 1077944384 1 13252 0 0 0 0 4 3 20 0 15 0 107215855 11246788608 14021 33554432000 4194304 4196468 140722272845872 140181776623888 140182236968661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19518] ppid=19459 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19518/stat : 19518 (java) S 19459 19462 10029 0 -1 1077944384 1 13252 0 0 0 0 4 3 20 0 15 0 107215855 11246788608 14021 33554432000 4194304 4196468 140722272845872 140181775571600 140182236968661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19519] ppid=19459 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19519/stat : 19519 (java) S 19459 19462 10029 0 -1 1077944384 2 13252 0 0 0 0 4 3 20 0 15 0 107215855 11246788608 14021 33554432000 4194304 4196468 140722272845872 140181774518800 140182236968661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19520] ppid=19459 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19520/stat : 19520 (java) S 19459 19462 10029 0 -1 1077944384 2 13252 0 0 0 0 4 3 20 0 15 0 107215857 11246788608 14021 33554432000 4194304 4196468 140722272845872 140181205998192 140182236969602 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19521] ppid=19459 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19521/stat : 19521 (java) S 19459 19462 10029 0 -1 1077944384 13 13252 0 0 0 0 4 3 20 0 15 0 107215858 11246788608 14021 33554432000 4194304 4196468 140722272845872 140181088757024 140182236968661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19522] ppid=19459 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19522/stat : 19522 (java) S 19459 19462 10029 0 -1 1077944384 1 13252 0 0 0 0 4 3 20 0 15 0 107215858 11246788608 14021 33554432000 4194304 4196468 140722272845872 140180887430768 140182236968661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19523] ppid=19459 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19523/stat : 19523 (java) S 19459 19462 10029 0 -1 1077944384 3 13252 0 0 0 0 4 3 20 0 15 0 107215860 11246788608 14021 33554432000 4194304 4196468 140722272845872 140180580031056 140182236977051 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19524] ppid=19459 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19462/task/19524/stat : 19524 (java) S 19459 19462 10029 0 -1 1077944384 213 13252 0 0 1 0 4 3 20 0 15 0 107215860 11246788608 14021 33554432000 4194304 4196468 140722272845872 140181204945008 140182236969602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19525] ppid=19459 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19462/task/19525/stat : 19525 (java) S 19459 19462 10029 0 -1 1077944384 402 13252 0 0 1 0 4 3 20 0 15 0 107215861 11246788608 14063 33554432000 4194304 4196468 140722272845872 140181203892208 140182236969602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19526] ppid=19459 vsize=10983192 memory=139804481070720 CPUtime=0.12 cores=1,3,5,7
/proc/19462/task/19526/stat : 19526 (java) S 19459 19462 10029 0 -1 1077944384 608 13252 0 0 5 0 4 3 20 0 15 0 107215861 11246788608 14063 33554432000 4194304 4196468 140722272845872 140181202839920 140182236969602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19527] ppid=19459 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19527/stat : 19527 (java) S 19459 19462 10029 0 -1 1077944384 3 13252 0 0 0 0 4 3 20 0 15 0 107215861 11246788608 14063 33554432000 4194304 4196468 140722272845872 140180149234144 140182236968661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19528] ppid=19459 vsize=10983192 memory=139804481070720 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19528/stat : 19528 (java) S 19459 19462 10029 0 -1 1077944384 1 13252 0 0 0 0 4 3 20 0 15 0 107215861 11246788608 14063 33554432000 4194304 4196468 140722272845872 140181201787824 140182236969602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56084 KiB

[startup+0.700855 s]
/proc/loadavg: 1.47 1.62 1.74 4/215 19528
/proc/meminfo: memFree=25580148/32770624 swapFree=67028828/67108860
[pid=19462] ppid=19459 vsize=10983192 memory=88464 CPUtime=0.98 cores=1,3,5,7
/proc/19462/stat : 19462 (java) S 19459 19462 10029 0 -1 1077944320 16758 13252 0 0 87 4 4 3 20 0 15 0 107215846 11246788608 22116 33554432000 4194304 4196468 140722272845872 140722272828416 140182236958455 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
/proc/19462/statm: 2745798 22116 3239 1 0 2708109 0
[pid=19462/tid=19515] ppid=19459 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/19462/task/19515/stat : 19515 (java) R 19459 19462 10029 0 -1 4202560 12212 13252 0 0 56 3 4 3 20 0 15 0 107215855 11246788608 22116 33554432000 4194304 4196468 140722272845872 140182208779280 140182221038942 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19516] ppid=19459 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19516/stat : 19516 (java) S 19459 19462 10029 0 -1 1077944384 1 13252 0 0 0 0 4 3 20 0 15 0 107215855 11246788608 22116 33554432000 4194304 4196468 140722272845872 140182241200528 140182236968661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19517] ppid=19459 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19517/stat : 19517 (java) S 19459 19462 10029 0 -1 1077944384 1 13252 0 0 0 0 4 3 20 0 15 0 107215855 11246788608 22116 33554432000 4194304 4196468 140722272845872 140181776623888 140182236968661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19518] ppid=19459 vsize=10983192 memory=32804 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19518/stat : 19518 (java) S 19459 19462 10029 0 -1 1077944384 1 13252 0 0 0 0 4 3 20 0 15 0 107215855 11246788608 22116 33554432000 4194304 4196468 140722272845872 140181775571600 140182236968661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19519] ppid=19459 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19519/stat : 19519 (java) S 19459 19462 10029 0 -1 1077944384 2 13252 0 0 0 0 4 3 20 0 15 0 107215855 11246788608 22116 33554432000 4194304 4196468 140722272845872 140181774518800 140182236968661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19520] ppid=19459 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19520/stat : 19520 (java) S 19459 19462 10029 0 -1 1077944384 5 13252 0 0 0 0 4 3 20 0 15 0 107215857 11246788608 22116 33554432000 4194304 4196468 140722272845872 140181205998192 140182236969602 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19521] ppid=19459 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19521/stat : 19521 (java) S 19459 19462 10029 0 -1 1077944384 13 13252 0 0 0 0 4 3 20 0 15 0 107215858 11246788608 22116 33554432000 4194304 4196468 140722272845872 140181088757024 140182236968661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19522] ppid=19459 vsize=10983192 memory=139804339745552 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19522/stat : 19522 (java) S 19459 19462 10029 0 -1 1077944384 1 13252 0 0 0 0 4 3 20 0 15 0 107215858 11246788608 22116 33554432000 4194304 4196468 140722272845872 140180887430768 140182236968661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19523] ppid=19459 vsize=10983192 memory=139805480452681 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19523/stat : 19523 (java) S 19459 19462 10029 0 -1 1077944384 3 13252 0 0 0 0 4 3 20 0 15 0 107215860 11246788608 22116 33554432000 4194304 4196468 140722272845872 140180580031056 140182236977051 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19524] ppid=19459 vsize=10983192 memory=796 CPUtime=0.14 cores=1,3,5,7
/proc/19462/task/19524/stat : 19524 (java) S 19459 19462 10029 0 -1 1077944384 588 13252 0 0 7 0 4 3 20 0 15 0 107215860 11246788608 22116 33554432000 4194304 4196468 140722272845872 140181204945008 140182236969602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19525] ppid=19459 vsize=10983192 memory=7014751519650764113 CPUtime=0.17 cores=1,3,5,7
/proc/19462/task/19525/stat : 19525 (java) S 19459 19462 10029 0 -1 1077944384 1052 13252 0 0 10 0 4 3 20 0 15 0 107215861 11246788608 22116 33554432000 4194304 4196468 140722272845872 140181203892208 140182236969602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19526] ppid=19459 vsize=10983192 memory=7597123233646858610 CPUtime=0.2 cores=1,3,5,7
/proc/19462/task/19526/stat : 19526 (java) S 19459 19462 10029 0 -1 1077944384 686 13252 0 0 13 0 4 3 20 0 15 0 107215861 11246788608 22116 33554432000 4194304 4196468 140722272845872 140181202839920 140182236969602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19527] ppid=19459 vsize=10983192 memory=3544 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19527/stat : 19527 (java) S 19459 19462 10029 0 -1 1077944384 3 13252 0 0 0 0 4 3 20 0 15 0 107215861 11246788608 22116 33554432000 4194304 4196468 140722272845872 140180149234144 140182236968661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19528] ppid=19459 vsize=10983192 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19528/stat : 19528 (java) S 19459 19462 10029 0 -1 1077944384 1 13252 0 0 0 0 4 3 20 0 15 0 107215861 11246788608 22116 33554432000 4194304 4196468 140722272845872 140181201787824 140182236969602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88464 KiB

[startup+1.50072 s]
/proc/loadavg: 1.51 1.62 1.75 3/215 19528
/proc/meminfo: memFree=25533932/32770624 swapFree=67028828/67108860
[pid=19462] ppid=19459 vsize=10991872 memory=443492 CPUtime=2.88 cores=1,3,5,7
/proc/19462/stat : 19462 (java) S 19459 19462 10029 0 -1 1077944320 23359 13252 0 0 244 37 4 3 20 0 15 0 107215846 11255676928 110873 33554432000 4194304 4196468 140722272845872 140722272828416 140182236958455 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
/proc/19462/statm: 2747968 110873 3446 1 0 2709645 0
[pid=19462/tid=19515] ppid=19459 vsize=10991872 memory=9169 CPUtime=1.32 cores=1,3,5,7
/proc/19462/task/19515/stat : 19515 (java) S 19459 19462 10029 0 -1 1077944384 14640 13252 0 0 115 10 4 3 20 0 15 0 107215855 11255676928 110873 33554432000 4194304 4196468 140722272845872 140182208794144 140182236968661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19516] ppid=19459 vsize=10991872 memory=6791534058613427641 CPUtime=0.17 cores=1,3,5,7
/proc/19462/task/19516/stat : 19516 (java) R 19459 19462 10029 0 -1 4202560 219 13252 0 0 5 5 4 3 20 0 15 0 107215855 11255676928 110873 33554432000 4194304 4196468 140722272845872 140182241200416 140182230061172 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19517] ppid=19459 vsize=10991872 memory=1408 CPUtime=0.17 cores=1,3,5,7
/proc/19462/task/19517/stat : 19517 (java) R 19459 19462 10029 0 -1 4202560 238 13252 0 0 5 5 4 3 20 0 15 0 107215855 11255676928 111385 33554432000 4194304 4196468 140722272845872 140181776624088 140182230061172 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19518] ppid=19459 vsize=10991872 memory=3012 CPUtime=0.18 cores=1,3,5,7
/proc/19462/task/19518/stat : 19518 (java) R 19459 19462 10029 0 -1 4202560 182 13252 0 0 5 6 4 3 20 0 15 0 107215855 11255676928 111385 33554432000 4194304 4196468 140722272845872 140181775571800 140182230061498 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19519] ppid=19459 vsize=10991872 memory=88464 CPUtime=0.16 cores=1,3,5,7
/proc/19462/task/19519/stat : 19519 (java) R 19459 19462 10029 0 -1 4202560 476 13252 0 0 3 6 4 3 20 0 15 0 107215855 11255676928 111385 33554432000 4194304 4196468 140722272845872 140181774519000 140182230061172 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19520] ppid=19459 vsize=10991872 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19520/stat : 19520 (java) S 19459 19462 10029 0 -1 1077944384 96 13252 0 0 0 0 4 3 20 0 15 0 107215857 11255676928 111385 33554432000 4194304 4196468 140722272845872 140181205996704 140182236968661 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19521] ppid=19459 vsize=10991872 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19521/stat : 19521 (java) S 19459 19462 10029 0 -1 1077944384 14 13252 0 0 0 0 4 3 20 0 15 0 107215858 11255676928 111385 33554432000 4194304 4196468 140722272845872 140181088757024 140182236968661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19522] ppid=19459 vsize=10991872 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19522/stat : 19522 (java) S 19459 19462 10029 0 -1 1077944384 3 13252 0 0 0 0 4 3 20 0 15 0 107215858 11255676928 111385 33554432000 4194304 4196468 140722272845872 140180887430784 140182236968661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19523] ppid=19459 vsize=10991872 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19523/stat : 19523 (java) S 19459 19462 10029 0 -1 1077944384 3 13252 0 0 0 0 4 3 20 0 15 0 107215860 11255676928 111385 33554432000 4194304 4196468 140722272845872 140180580031056 140182236977051 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19524] ppid=19459 vsize=10991872 memory=4638778398332698720 CPUtime=0.42 cores=1,3,5,7
/proc/19462/task/19524/stat : 19524 (java) S 19459 19462 10029 0 -1 1077944384 1872 13252 0 0 35 0 4 3 20 0 15 0 107215860 11255676928 111385 33554432000 4194304 4196468 140722272845872 140181204945008 140182236969602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19525] ppid=19459 vsize=10991872 memory=279608679766912 CPUtime=0.5 cores=1,3,5,7
/proc/19462/task/19525/stat : 19525 (java) R 19459 19462 10029 0 -1 4202560 2135 13252 0 0 43 0 4 3 20 0 15 0 107215861 11255676928 111385 33554432000 4194304 4196468 140722272845872 140181203878088 140182220345677 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19526] ppid=19459 vsize=10991872 memory=6944656592452807323 CPUtime=0.36 cores=1,3,5,7
/proc/19462/task/19526/stat : 19526 (java) S 19459 19462 10029 0 -1 1077944384 1289 13252 0 0 29 0 4 3 20 0 15 0 107215861 11255676928 111385 33554432000 4194304 4196468 140722272845872 140181202839920 140182236969602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19527] ppid=19459 vsize=10991872 memory=1399101730491701635 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19527/stat : 19527 (java) S 19459 19462 10029 0 -1 1077944384 3 13252 0 0 0 0 4 3 20 0 15 0 107215861 11255676928 111385 33554432000 4194304 4196468 140722272845872 140180149234144 140182236968661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19528] ppid=19459 vsize=10991872 memory=6944656591801719708 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19528/stat : 19528 (java) S 19459 19462 10029 0 -1 1077944384 1 13252 0 0 0 0 4 3 20 0 15 0 107215861 11255676928 111385 33554432000 4194304 4196468 140722272845872 140181201787824 140182236969602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
Current children cumulated CPU time: 2.88 s
Current children cumulated vsize: 10991872 KiB

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

[pid=19462/tid=19521] ppid=19459 vsize=11010400 memory=4636504 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19521/stat : 19521 (java) S 19459 19462 10029 0 -1 1077944384 16 13252 0 0 0 0 4 3 20 0 15 0 107215858 11274649600 1159126 33554432000 4194304 4196468 140722272845872 140181088757088 140182236968661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19522] ppid=19459 vsize=11010400 memory=3544 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19522/stat : 19522 (java) S 19459 19462 10029 0 -1 1077944384 5 13252 0 0 0 0 4 3 20 0 15 0 107215858 11274649600 1159126 33554432000 4194304 4196468 140722272845872 140180887430784 140182236968661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19523] ppid=19459 vsize=11010400 memory=27204 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19523/stat : 19523 (java) S 19459 19462 10029 0 -1 1077944384 3 13252 0 0 0 0 4 3 20 0 15 0 107215860 11274649600 1159126 33554432000 4194304 4196468 140722272845872 140180580031056 140182236977051 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19524] ppid=19459 vsize=11010400 memory=776 CPUtime=5.6 cores=1,3,5,7
/proc/19462/task/19524/stat : 19524 (java) S 19459 19462 10029 0 -1 1077944384 10104 13252 0 0 551 2 4 3 20 0 15 0 107215860 11274649600 1159126 33554432000 4194304 4196468 140722272845872 140181204945008 140182236969602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19525] ppid=19459 vsize=11010400 memory=4636504 CPUtime=5.66 cores=1,3,5,7
/proc/19462/task/19525/stat : 19525 (java) S 19459 19462 10029 0 -1 1077944384 11857 13252 0 0 557 2 4 3 20 0 15 0 107215861 11274649600 1159126 33554432000 4194304 4196468 140722272845872 140181203892208 140182236969602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19526] ppid=19459 vsize=11010400 memory=4636504 CPUtime=2.3 cores=1,3,5,7
/proc/19462/task/19526/stat : 19526 (java) S 19459 19462 10029 0 -1 1077944384 14346 13252 0 0 219 4 4 3 20 0 15 0 107215861 11274649600 1159126 33554432000 4194304 4196468 140722272845872 140181202839920 140182236969602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19527] ppid=19459 vsize=11010400 memory=1008 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19527/stat : 19527 (java) S 19459 19462 10029 0 -1 1077944384 3 13252 0 0 0 0 4 3 20 0 15 0 107215861 11274649600 1159126 33554432000 4194304 4196468 140722272845872 140180149234144 140182236968661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19528] ppid=19459 vsize=11010400 memory=776 CPUtime=0.13 cores=1,3,5,7
/proc/19462/task/19528/stat : 19528 (java) S 19459 19462 10029 0 -1 1077944384 722 13252 0 0 3 3 4 3 20 0 15 0 107215861 11274649600 1159126 33554432000 4194304 4196468 140722272845872 140181201787824 140182236969602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
Current children cumulated CPU time: 140.12 s
Current children cumulated vsize: 11010400 KiB
Current children cumulated memory: 4636504 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+148.111 s]
/proc/loadavg: 3.00 1.94 1.83 6/215 19661
/proc/meminfo: memFree=17131204/32770624 swapFree=67028828/67108860
[pid=19462] ppid=19459 vsize=11016544 memory=5167248 CPUtime=252.19 cores=1,3,5,7
/proc/19462/stat : 19462 (java) S 19459 19462 10029 0 -1 1077944320 425701 13252 0 0 24710 502 4 3 20 0 15 0 107215846 11280941056 1291812 33554432000 4194304 4196468 140722272845872 140722272828416 140182236958455 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
/proc/19462/statm: 2754136 1291812 3538 1 0 2715789 0
[pid=19462/tid=19515] ppid=19459 vsize=11016544 memory=5167248 CPUtime=118.06 cores=1,3,5,7
/proc/19462/task/19515/stat : 19515 (java) S 19459 19462 10029 0 -1 1077944384 63161 13252 0 0 11768 31 4 3 20 0 15 0 107215855 11280941056 1291812 33554432000 4194304 4196468 140722272845872 140182208776064 140182236968661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19516] ppid=19459 vsize=11016544 memory=5242544 CPUtime=27.68 cores=1,3,5,7
/proc/19462/task/19516/stat : 19516 (java) R 19459 19462 10029 0 -1 4202560 65474 13252 0 0 2644 117 4 3 20 0 15 0 107215855 11280941056 1291812 33554432000 4194304 4196468 140722272845872 140182241200728 140182221985874 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19517] ppid=19459 vsize=11016544 memory=5242544 CPUtime=27.77 cores=1,3,5,7
/proc/19462/task/19517/stat : 19517 (java) R 19459 19462 10029 0 -1 4202560 66124 13252 0 0 2660 110 4 3 20 0 15 0 107215855 11280941056 1291812 33554432000 4194304 4196468 140722272845872 140181776624088 140182221986796 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19518] ppid=19459 vsize=11016544 memory=5242468 CPUtime=27.46 cores=1,3,5,7
/proc/19462/task/19518/stat : 19518 (java) R 19459 19462 10029 0 -1 4202560 73174 13252 0 0 2627 112 4 3 20 0 15 0 107215855 11280941056 1291812 33554432000 4194304 4196468 140722272845872 140181775571600 140182221980508 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19519] ppid=19459 vsize=11016544 memory=5167248 CPUtime=27.68 cores=1,3,5,7
/proc/19462/task/19519/stat : 19519 (java) R 19459 19462 10029 0 -1 4202560 67511 13252 0 0 2655 106 4 3 20 0 15 0 107215855 11280941056 1291812 33554432000 4194304 4196468 140722272845872 140181774519000 140182218584281 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19520] ppid=19459 vsize=11016544 memory=28868 CPUtime=2.18 cores=1,3,5,7
/proc/19462/task/19520/stat : 19520 (java) S 19459 19462 10029 0 -1 1077944384 27571 13252 0 0 205 6 4 3 20 0 15 0 107215857 11280941056 1291812 33554432000 4194304 4196468 140722272845872 140181205996704 140182236968661 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19521] ppid=19459 vsize=11016544 memory=5853204 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19521/stat : 19521 (java) S 19459 19462 10029 0 -1 1077944384 33 13252 0 0 0 0 4 3 20 0 15 0 107215858 11280941056 1291812 33554432000 4194304 4196468 140722272845872 140181088757152 140182236968661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19522] ppid=19459 vsize=11016544 memory=5242544 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19522/stat : 19522 (java) S 19459 19462 10029 0 -1 1077944384 19 13252 0 0 0 0 4 3 20 0 15 0 107215858 11280941056 1291812 33554432000 4194304 4196468 140722272845872 140180887430784 140182236968661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19523] ppid=19459 vsize=11016544 memory=5201516 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19523/stat : 19523 (java) S 19459 19462 10029 0 -1 1077944384 3 13252 0 0 0 0 4 3 20 0 15 0 107215860 11280941056 1291812 33554432000 4194304 4196468 140722272845872 140180580031056 140182236977051 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19524] ppid=19459 vsize=11016544 memory=5201516 CPUtime=9.3 cores=1,3,5,7
/proc/19462/task/19524/stat : 19524 (java) S 19459 19462 10029 0 -1 1077944384 20113 13252 0 0 920 3 4 3 20 0 15 0 107215860 11280941056 1291812 33554432000 4194304 4196468 140722272845872 140181204945008 140182236969602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19525] ppid=19459 vsize=11016544 memory=5201516 CPUtime=9.27 cores=1,3,5,7
/proc/19462/task/19525/stat : 19525 (java) S 19459 19462 10029 0 -1 1077944384 20591 13252 0 0 917 3 4 3 20 0 15 0 107215861 11280941056 1291812 33554432000 4194304 4196468 140722272845872 140181203892208 140182236969602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19526] ppid=19459 vsize=11016544 memory=800 CPUtime=3.15 cores=1,3,5,7
/proc/19462/task/19526/stat : 19526 (java) S 19459 19462 10029 0 -1 1077944384 18926 13252 0 0 302 6 4 3 20 0 15 0 107215861 11280941056 1291812 33554432000 4194304 4196468 140722272845872 140181202839920 140182236969602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19527] ppid=19459 vsize=11016544 memory=5167248 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19527/stat : 19527 (java) S 19459 19462 10029 0 -1 1077944384 3 13252 0 0 0 0 4 3 20 0 15 0 107215861 11280941056 1291812 33554432000 4194304 4196468 140722272845872 140180149234144 140182236968661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19528] ppid=19459 vsize=11016544 memory=3544 CPUtime=0.16 cores=1,3,5,7
/proc/19462/task/19528/stat : 19528 (java) S 19459 19462 10029 0 -1 1077944384 810 13252 0 0 4 5 4 3 20 0 15 0 107215861 11280941056 1291812 33554432000 4194304 4196468 140722272845872 140181201787824 140182236969602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
Current children cumulated CPU time: 252.19 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 5167248 KiB

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

[startup+149.133 s]
# the end of solver process 19462 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.733 s, system=5.10253 s

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

[startup+148.801 s]
/proc/loadavg: 3.00 1.94 1.83 6/215 19661
/proc/meminfo: memFree=17131204/32770624 swapFree=67028828/67108860
[pid=19462] ppid=19459 vsize=11016544 memory=5167248 CPUtime=254.94 cores=1,3,5,7
/proc/19462/stat : 19462 (java) S 19459 19462 10029 0 -1 1077944320 425766 13252 0 0 24985 502 4 3 20 0 15 0 107215846 11280941056 1291812 33554432000 4194304 4196468 140722272845872 140722272828416 140182236958455 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
/proc/19462/statm: 2754136 1291812 3538 1 0 2715789 0
[pid=19462/tid=19515] ppid=19459 vsize=11016544 memory=1408 CPUtime=118.06 cores=1,3,5,7
/proc/19462/task/19515/stat : 19515 (java) S 19459 19462 10029 0 -1 1077944384 63161 13252 0 0 11768 31 4 3 20 0 15 0 107215855 11280941056 1291812 33554432000 4194304 4196468 140722272845872 140182208776064 140182236968661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19516] ppid=19459 vsize=11016544 memory=2988 CPUtime=28.37 cores=1,3,5,7
/proc/19462/task/19516/stat : 19516 (java) R 19459 19462 10029 0 -1 4202560 65489 13252 0 0 2713 117 4 3 20 0 15 0 107215855 11280941056 1291812 33554432000 4194304 4196468 140722272845872 140182241200648 140182221982158 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19517] ppid=19459 vsize=11016544 memory=6791534058613427641 CPUtime=28.46 cores=1,3,5,7
/proc/19462/task/19517/stat : 19517 (java) R 19459 19462 10029 0 -1 4202560 66131 13252 0 0 2729 110 4 3 20 0 15 0 107215855 11280941056 1291812 33554432000 4194304 4196468 140722272845872 140181776624088 140182221982270 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19518] ppid=19459 vsize=11016544 memory=2164 CPUtime=28.15 cores=1,3,5,7
/proc/19462/task/19518/stat : 19518 (java) R 19459 19462 10029 0 -1 4202560 73196 13252 0 0 2696 112 4 3 20 0 15 0 107215855 11280941056 1291812 33554432000 4194304 4196468 140722272845872 140181775571600 140182222002812 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19519] ppid=19459 vsize=11016544 memory=3700 CPUtime=28.37 cores=1,3,5,7
/proc/19462/task/19519/stat : 19519 (java) R 19459 19462 10029 0 -1 4202560 67527 13252 0 0 2724 106 4 3 20 0 15 0 107215855 11280941056 1291812 33554432000 4194304 4196468 140722272845872 140181774518920 140182222002591 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19520] ppid=19459 vsize=11016544 memory=844 CPUtime=2.18 cores=1,3,5,7
/proc/19462/task/19520/stat : 19520 (java) S 19459 19462 10029 0 -1 1077944384 27571 13252 0 0 205 6 4 3 20 0 15 0 107215857 11280941056 1291812 33554432000 4194304 4196468 140722272845872 140181205996704 140182236968661 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19521] ppid=19459 vsize=11016544 memory=1460 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19521/stat : 19521 (java) S 19459 19462 10029 0 -1 1077944384 33 13252 0 0 0 0 4 3 20 0 15 0 107215858 11280941056 1291812 33554432000 4194304 4196468 140722272845872 140181088757152 140182236968661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19522] ppid=19459 vsize=11016544 memory=2160 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19522/stat : 19522 (java) S 19459 19462 10029 0 -1 1077944384 19 13252 0 0 0 0 4 3 20 0 15 0 107215858 11280941056 1291812 33554432000 4194304 4196468 140722272845872 140180887430784 140182236968661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19523] ppid=19459 vsize=11016544 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19523/stat : 19523 (java) S 19459 19462 10029 0 -1 1077944384 6 13252 0 0 0 0 4 3 20 0 15 0 107215860 11280941056 1291812 33554432000 4194304 4196468 140722272845872 140180580030704 140182236968661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19524] ppid=19459 vsize=11016544 memory=1460 CPUtime=9.3 cores=1,3,5,7
/proc/19462/task/19524/stat : 19524 (java) S 19459 19462 10029 0 -1 1077944384 20113 13252 0 0 920 3 4 3 20 0 15 0 107215860 11280941056 1291812 33554432000 4194304 4196468 140722272845872 140181204945008 140182236969602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19525] ppid=19459 vsize=11016544 memory=2160 CPUtime=9.27 cores=1,3,5,7
/proc/19462/task/19525/stat : 19525 (java) S 19459 19462 10029 0 -1 1077944384 20591 13252 0 0 917 3 4 3 20 0 15 0 107215861 11280941056 1291812 33554432000 4194304 4196468 140722272845872 140181203892208 140182236969602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19526] ppid=19459 vsize=11016544 memory=6768 CPUtime=3.15 cores=1,3,5,7
/proc/19462/task/19526/stat : 19526 (java) S 19459 19462 10029 0 -1 1077944384 18926 13252 0 0 302 6 4 3 20 0 15 0 107215861 11280941056 1291812 33554432000 4194304 4196468 140722272845872 140181202839920 140182236969602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19527] ppid=19459 vsize=11016544 memory=824 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19527/stat : 19527 (java) S 19459 19462 10029 0 -1 1077944384 3 13252 0 0 0 0 4 3 20 0 15 0 107215861 11280941056 1291812 33554432000 4194304 4196468 140722272845872 140180149234144 140182236968661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19528] ppid=19459 vsize=11016544 memory=1692 CPUtime=0.16 cores=1,3,5,7
/proc/19462/task/19528/stat : 19528 (java) S 19459 19462 10029 0 -1 1077944384 810 13252 0 0 4 5 4 3 20 0 15 0 107215861 11280941056 1291812 33554432000 4194304 4196468 140722272845872 140181201787824 140182236969602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
Current children cumulated CPU time: 254.94 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 5167248 KiB

[startup+149.001 s]*
/proc/loadavg: 3.00 1.94 1.83 3/217 19663
/proc/meminfo: memFree=17127108/32770624 swapFree=67028828/67108860
[pid=19462] ppid=19459 vsize=11278696 memory=5171344 CPUtime=255.69 cores=1,3,5,7
/proc/19462/stat : 19462 (java) S 19459 19462 10029 0 -1 1077944320 425911 13252 0 0 25060 502 4 3 20 0 17 0 107215846 11549384704 1292836 33554432000 4194304 4196468 140722272845872 140722272828416 140182236958455 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
/proc/19462/statm: 2819674 1292836 3538 1 0 2781327 0
[pid=19462/tid=19515] ppid=19459 vsize=11278696 memory=-6517102902069810590 CPUtime=118.09 cores=1,3,5,7
/proc/19462/task/19515/stat : 19515 (java) R 19459 19462 10029 0 -1 4202560 63172 13252 0 0 11771 31 4 3 20 0 17 0 107215855 11549384704 1292836 33554432000 4194304 4196468 140722272845872 140182208776064 140181783333141 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19516] ppid=19459 vsize=11278696 memory=-9181546050914066336 CPUtime=28.55 cores=1,3,5,7
/proc/19462/task/19516/stat : 19516 (java) S 19459 19462 10029 0 -1 1077944384 65493 13252 0 0 2731 117 4 3 20 0 17 0 107215855 11549384704 1292836 33554432000 4194304 4196468 140722272845872 140182241200528 140182236968661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19517] ppid=19459 vsize=11278696 memory=3472468100055108334 CPUtime=28.64 cores=1,3,5,7
/proc/19462/task/19517/stat : 19517 (java) S 19459 19462 10029 0 -1 1077944384 66135 13252 0 0 2747 110 4 3 20 0 17 0 107215855 11549384704 1292836 33554432000 4194304 4196468 140722272845872 140181776623888 140182236968661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19518] ppid=19459 vsize=11278696 memory=-6737208495982354336 CPUtime=28.33 cores=1,3,5,7
/proc/19462/task/19518/stat : 19518 (java) S 19459 19462 10029 0 -1 1077944384 73196 13252 0 0 2714 112 4 3 20 0 17 0 107215855 11549384704 1292836 33554432000 4194304 4196468 140722272845872 140181775571600 140182236968661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19519] ppid=19459 vsize=11278696 memory=3616445683326791727 CPUtime=28.55 cores=1,3,5,7
/proc/19462/task/19519/stat : 19519 (java) S 19459 19462 10029 0 -1 1077944384 67527 13252 0 0 2742 106 4 3 20 0 17 0 107215855 11549384704 1292836 33554432000 4194304 4196468 140722272845872 140181774518800 140182236968661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19520] ppid=19459 vsize=11278696 memory=3472468100708751020 CPUtime=2.18 cores=1,3,5,7
/proc/19462/task/19520/stat : 19520 (java) S 19459 19462 10029 0 -1 1077944384 27594 13252 0 0 205 6 4 3 20 0 17 0 107215857 11549384704 1292836 33554432000 4194304 4196468 140722272845872 140181205998192 140182236969602 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19521] ppid=19459 vsize=11278696 memory=3472328279047811119 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19521/stat : 19521 (java) S 19459 19462 10029 0 -1 1077944384 33 13252 0 0 0 0 4 3 20 0 17 0 107215858 11549384704 1292836 33554432000 4194304 4196468 140722272845872 140181088757152 140182236968661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19522] ppid=19459 vsize=11278696 memory=6944656575208382560 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19522/stat : 19522 (java) S 19459 19462 10029 0 -1 1077944384 19 13252 0 0 0 0 4 3 20 0 17 0 107215858 11549384704 1292836 33554432000 4194304 4196468 140722272845872 140180887430784 140182236968661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19523] ppid=19459 vsize=11278696 memory=6944656592387989600 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19523/stat : 19523 (java) S 19459 19462 10029 0 -1 1077944384 64 13252 0 0 0 0 4 3 20 0 17 0 107215860 11549384704 1292836 33554432000 4194304 4196468 140722272845872 140180580031056 140182236977051 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19524] ppid=19459 vsize=11278696 memory=0 CPUtime=9.3 cores=1,3,5,7
/proc/19462/task/19524/stat : 19524 (java) S 19459 19462 10029 0 -1 1077944384 20113 13252 0 0 920 3 4 3 20 0 17 0 107215860 11549384704 1292836 33554432000 4194304 4196468 140722272845872 140181204945008 140182236969602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19525] ppid=19459 vsize=11278696 memory=3904960854615930674 CPUtime=9.27 cores=1,3,5,7
/proc/19462/task/19525/stat : 19525 (java) S 19459 19462 10029 0 -1 1077944384 20591 13252 0 0 917 3 4 3 20 0 17 0 107215861 11549384704 1292836 33554432000 4194304 4196468 140722272845872 140181203892208 140182236969602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19526] ppid=19459 vsize=11278696 memory=3977437516084991670 CPUtime=3.15 cores=1,3,5,7
/proc/19462/task/19526/stat : 19526 (java) S 19459 19462 10029 0 -1 1077944384 18926 13252 0 0 302 6 4 3 20 0 17 0 107215861 11549384704 1292836 33554432000 4194304 4196468 140722272845872 140181202839920 140182236969602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19527] ppid=19459 vsize=11278696 memory=3539882221917712690 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19527/stat : 19527 (java) S 19459 19462 10029 0 -1 1077944384 3 13252 0 0 0 0 4 3 20 0 17 0 107215861 11549384704 1292836 33554432000 4194304 4196468 140722272845872 140180149234144 140182236968661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19528] ppid=19459 vsize=11278696 memory=3761830905116546720 CPUtime=0.16 cores=1,3,5,7
/proc/19462/task/19528/stat : 19528 (java) S 19459 19462 10029 0 -1 1077944384 810 13252 0 0 4 5 4 3 20 0 17 0 107215861 11549384704 1292836 33554432000 4194304 4196468 140722272845872 140181201787824 140182236969602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19662] ppid=19459 vsize=11278696 memory=2319389199166349359 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19662/stat : 19662 (java) S 19459 19462 10029 0 -1 1077944384 25 13252 0 0 0 0 4 3 20 0 17 0 107230744 11549384704 1292836 33554432000 4194304 4196468 140722272845872 140179947905520 140182236968661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
[pid=19462/tid=19663] ppid=19459 vsize=11278696 memory=3472468100708751024 CPUtime=0.07 cores=1,3,5,7
/proc/19462/task/19663/stat : 19663 (java) S 19459 19462 10029 0 -1 1077944384 21 13252 0 0 0 0 4 3 20 0 17 0 107230744 11549384704 1292836 33554432000 4194304 4196468 140722272845872 140179746580320 140182236969602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22327296 140722272852593 140722272855393 140722272855393 140722272858063 0
Current children cumulated CPU time: 255.69 s
Current children cumulated vsize: 11278696 KiB
Current children cumulated memory: 5171344 KiB

[startup+149.11 s]*
/proc/loadavg: 3.00 1.94 1.83 3/202 19663
/proc/meminfo: memFree=19346172/32770624 swapFree=67028828/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): 149.133
CPU time (s): 255.835
CPU user time (s): 250.733
CPU system time (s): 5.10253
CPU usage (%): 171.548
Max. virtual memory (cumulated for all children) (KiB): 11278696
Max. memory (cumulated for all children) (KiB): 5855324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.733
system time used= 5.10252
maximum resident set size= 5855340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 439354
page faults= 0
swaps= 0
block input operations= 0
block output operations= 344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17897
involuntary context switches= 1245


# summary of solver processes directly reported to runsolver:
#   pid: 19462
#   total CPU time (s): 255.835
#   total CPU user time (s): 250.733
#   total CPU system time (s): 5.10253

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.03999 second user time and 1.31078 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-29 22:35:27
IDJOB=4302604
IDBENCH=141266
IDSOLVER=2776
FILE ID=node102/4302604-1532896526
RUNJOBID= node102-1532894154-16079
PBS_JOBID= 21022526
Free space on /tmp= 52740 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-06-0500_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302604-1532896526/watcher-4302604-1532896526 -o /tmp/evaluation-result-4302604-1532896526/solver-4302604-1532896526 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532894154-16079 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1982820200 HOME/instance-4302604-1532896526.xml

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

MD5SUM BENCH= 26cacd4a9bde3a1253c36df99f6e4e09
RANDOM SEED=1982820200

node102.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.51
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.51
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.51
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.51
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:        25633092 kB
MemAvailable:   31129608 kB
Buffers:          234628 kB
Cached:          5506048 kB
SwapCached:        53024 kB
Active:          2285700 kB
Inactive:        4325688 kB
Active(anon):     797088 kB
Inactive(anon):    99168 kB
Active(file):    1488612 kB
Inactive(file):  4226520 kB
Unevictable:        6644 kB
Mlocked:            6644 kB
SwapTotal:      67108860 kB
SwapFree:       67028828 kB
Dirty:            243572 kB
Writeback:             0 kB
AnonPages:        825280 kB
Mapped:            51184 kB
Shmem:             22592 kB
Slab:             223868 kB
SReclaimable:     194436 kB
SUnreclaim:        29432 kB
KernelStack:        3520 kB
PageTables:         6884 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2012780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    608256 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52568 MiB
End job on node102 at 2018-07-29 22:37:56