Trace number 4305124

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-SuperNG? (TO) 2521.05 2230.27

General information on the benchmark

NameCarSequencing/
CarSequencing-85-01_c18.xml
MD5SUM1301ca50d7ea6d03cca9e07ce6e480be
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 benchmark84.3427
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1440
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 degree84
Distribution of variable degrees[{"degree":2,"count":200},{"degree":3,"count":5},{"degree":4,"count":5},{"degree":5,"count":6},{"degree":6,"count":10},{"degree":7,"count":10},{"degree":8,"count":18},{"degree":9,"count":18},{"degree":10,"count":18},{"degree":11,"count":18},{"degree":12,"count":18},{"degree":13,"count":18},{"degree":14,"count":18},{"degree":15,"count":18},{"degree":16,"count":18},{"degree":17,"count":18},{"degree":18,"count":18},{"degree":19,"count":18},{"degree":20,"count":18},{"degree":21,"count":18},{"degree":22,"count":18},{"degree":23,"count":18},{"degree":24,"count":18},{"degree":25,"count":18},{"degree":26,"count":18},"...",{"degree":60,"count":2}, {"degree":61,"count":2}, {"degree":62,"count":2}, {"degree":63,"count":2}, {"degree":64,"count":2}, {"degree":65,"count":2}, {"degree":66,"count":2}, {"degree":67,"count":2}, {"degree":68,"count":2}, {"degree":69,"count":2}, {"degree":70,"count":2}, {"degree":71,"count":2}, {"degree":72,"count":2}, {"degree":73,"count":2}, {"degree":74,"count":2}, {"degree":75,"count":2}, {"degree":76,"count":2}, {"degree":77,"count":2}, {"degree":78,"count":2}, {"degree":79,"count":2}, {"degree":80,"count":2}, {"degree":81,"count":2}, {"degree":82,"count":2}, {"degree":83,"count":3}, {"degree":84,"count":39}]
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":35,"count":1},{"arity":38,"count":2},{"arity":40,"count":2},{"arity":41,"count":2},{"arity":42,"count":1},{"arity":44,"count":3},{"arity":45,"count":1},{"arity":46,"count":1},{"arity":47,"count":2},{"arity":48,"count":1},{"arity":50,"count":4},{"arity":52,"count":1},{"arity":53,"count":2},{"arity":54,"count":1},{"arity":55,"count":1},{"arity":56,"count":3},{"arity":58,"count":1},{"arity":59,"count":2},{"arity":60,"count":2},{"arity":62,"count":3},{"arity":64,"count":1},"...",{"arity":167,"count":2}, {"arity":168,"count":1}, {"arity":170,"count":5}, {"arity":172,"count":1}, {"arity":173,"count":2}, {"arity":174,"count":1}, {"arity":175,"count":2}, {"arity":176,"count":3}, {"arity":178,"count":1}, {"arity":179,"count":2}, {"arity":180,"count":3}, {"arity":182,"count":3}, {"arity":184,"count":1}, {"arity":185,"count":4}, {"arity":186,"count":1}, {"arity":188,"count":3}, {"arity":190,"count":3}, {"arity":191,"count":2}, {"arity":192,"count":1}, {"arity":194,"count":3}, {"arity":195,"count":2}, {"arity":196,"count":1}, {"arity":197,"count":2}, {"arity":198,"count":1}, {"arity":200,"count":6}]
Number of extensional constraints200
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":200},{"type":"sum","count":1239},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305124-1534118046/watcher-4305124-1534118046 -o /tmp/evaluation-result-4305124-1534118046/solver-4305124-1534118046 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534098057-27632 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1694488624 -superng HOME/instance-4305124-1534118046.xml 

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

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

solver pid=31414, runsolver pid=31411

[startup+0.10008 s]*
/proc/loadavg: 1.75 1.79 1.74 3/206 31471
/proc/meminfo: memFree=11053540/32770624 swapFree=67108404/67108860
[pid=31414] ppid=31411 vsize=10005480 memory=18328 CPUtime=0.08 cores=1,3,5,7
/proc/31414/stat : 31414 (java) S 31411 31414 27600 0 -1 1077944320 4233 13205 0 0 1 0 5 2 20 0 6 0 229367781 10245611520 4582 33554432000 4194304 4196468 140726963210976 140726963193520 140589336903415 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
/proc/31414/statm: 2501370 4582 1930 1 0 2489808 0
[pid=31414/tid=31467] ppid=31411 vsize=10005480 memory=4279135704047190159 CPUtime=0.08 cores=1,3,5,7
/proc/31414/task/31467/stat : 31467 (java) R 31411 31414 27600 0 -1 4202560 2039 13205 0 0 1 0 5 2 20 0 6 0 229367790 10245611520 4582 33554432000 4194304 4196468 140726963210976 140589308740176 140589318297146 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31468] ppid=31411 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31468/stat : 31468 (java) S 31411 31414 27600 0 -1 1077944384 1 13205 0 0 0 0 5 2 20 0 6 0 229367791 10245611520 4582 33554432000 4194304 4196468 140726963210976 140589341145488 140589336913621 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31469] ppid=31411 vsize=10005480 memory=139995444024960 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31469/stat : 31469 (java) S 31411 31414 27600 0 -1 1077944384 1 13205 0 0 0 0 5 2 20 0 6 0 229367791 10245611520 4582 33554432000 4194304 4196468 140726963210976 140589195864336 140589336913621 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31470] ppid=31411 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31470/stat : 31470 (java) S 31411 31414 27600 0 -1 1077944384 1 13205 0 0 0 0 5 2 20 0 6 0 229367791 10245611520 4582 33554432000 4194304 4196468 140726963210976 140589194812048 140589336913621 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31471] ppid=31411 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31471/stat : 31471 (java) S 31411 31414 27600 0 -1 1077944384 2 13205 0 0 0 0 5 2 20 0 6 0 229367791 10245611520 4582 33554432000 4194304 4196468 140726963210976 140589193759248 140589336913621 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18328 KiB

[startup+0.209929 s]*
/proc/loadavg: 1.75 1.79 1.74 3/215 31480
/proc/meminfo: memFree=11028176/32770624 swapFree=67108404/67108860
[pid=31414] ppid=31411 vsize=10982744 memory=45996 CPUtime=0.25 cores=1,3,5,7
/proc/31414/stat : 31414 (java) S 31411 31414 27600 0 -1 1077944320 7737 13205 0 0 16 2 5 2 20 0 15 0 229367781 11246329856 11499 33554432000 4194304 4196468 140726963210976 140726963193520 140589336903415 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
/proc/31414/statm: 2745686 11499 2944 1 0 2708109 0
[pid=31414/tid=31467] ppid=31411 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/31414/task/31467/stat : 31467 (java) R 31411 31414 27600 0 -1 1077944384 4286 13205 0 0 10 1 5 2 20 0 15 0 229367790 11246329856 11499 33554432000 4194304 4196468 140726963210976 140589308728224 140589329582637 0 4 0 16800975 18446744072101740068 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31468] ppid=31411 vsize=10982744 memory=364 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31468/stat : 31468 (java) S 31411 31414 27600 0 -1 1077944384 1 13205 0 0 0 0 5 2 20 0 15 0 229367791 11246329856 11499 33554432000 4194304 4196468 140726963210976 140589341145488 140589336913621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31469] ppid=31411 vsize=10982776 memory=139995444052848 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31469/stat : 31469 (java) S 31411 31414 27600 0 -1 1077944384 1 13205 0 0 0 0 5 2 20 0 15 0 229367791 11246362624 11565 33554432000 4194304 4196468 140726963210976 140589195864336 140589336913621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31470] ppid=31411 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31470/stat : 31470 (java) S 31411 31414 27600 0 -1 1077944384 1 13205 0 0 0 0 5 2 20 0 15 0 229367791 11246362624 11565 33554432000 4194304 4196468 140726963210976 140589194812048 140589336913621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31471] ppid=31411 vsize=10983736 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31471/stat : 31471 (java) S 31411 31414 27600 0 -1 1077944384 2 13205 0 0 0 0 5 2 20 0 15 0 229367791 11247345664 11565 33554432000 4194304 4196468 140726963210976 140589193759248 140589336913621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31472] ppid=31411 vsize=10983736 memory=139995444024960 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31472/stat : 31472 (java) S 31411 31414 27600 0 -1 1077944384 2 13205 0 0 0 0 5 2 20 0 15 0 229367792 11247345664 11565 33554432000 4194304 4196468 140726963210976 140588762475120 140589336914562 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31473] ppid=31411 vsize=10983736 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31473/stat : 31473 (java) S 31411 31414 27600 0 -1 1077944384 13 13205 0 0 0 0 5 2 20 0 15 0 229367793 11247345664 11565 33554432000 4194304 4196468 140726963210976 140588117648672 140589336913621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31474] ppid=31411 vsize=10983736 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31474/stat : 31474 (java) S 31411 31414 27600 0 -1 1077944384 1 13205 0 0 0 0 5 2 20 0 15 0 229367793 11247345664 11565 33554432000 4194304 4196468 140726963210976 140587969799792 140589336913621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31475] ppid=31411 vsize=10983736 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31475/stat : 31475 (java) S 31411 31414 27600 0 -1 1077944384 3 13205 0 0 0 0 5 2 20 0 15 0 229367796 11247345664 11631 33554432000 4194304 4196468 140726963210976 140587662400080 140589336922011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31476] ppid=31411 vsize=10983736 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31414/task/31476/stat : 31476 (java) S 31411 31414 27600 0 -1 1077944384 490 13205 0 0 1 0 5 2 20 0 15 0 229367796 11247345664 11631 33554432000 4194304 4196468 140726963210976 140588761421936 140589336914562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31477] ppid=31411 vsize=10983736 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31477/stat : 31477 (java) S 31411 31414 27600 0 -1 1077944384 125 13205 0 0 0 0 5 2 20 0 15 0 229367796 11247345664 11631 33554432000 4194304 4196468 140726963210976 140588760369136 140589336914562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31478] ppid=31411 vsize=10983736 memory=139995444024960 CPUtime=0.1 cores=1,3,5,7
/proc/31414/task/31478/stat : 31478 (java) S 31411 31414 27600 0 -1 1077944384 616 13205 0 0 3 0 5 2 20 0 15 0 229367796 11247345664 11631 33554432000 4194304 4196468 140726963210976 140588759316848 140589336914562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31479] ppid=31411 vsize=10983736 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31479/stat : 31479 (java) S 31411 31414 27600 0 -1 1077944384 3 13205 0 0 0 0 5 2 20 0 15 0 229367796 11247345664 11631 33554432000 4194304 4196468 140726963210976 140587231603168 140589336913621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31480] ppid=31411 vsize=10983736 memory=139995444024960 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31480/stat : 31480 (java) S 31411 31414 27600 0 -1 1077944384 1 13205 0 0 0 0 5 2 20 0 15 0 229367796 11247345664 11697 33554432000 4194304 4196468 140726963210976 140588758264752 140589336914562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 45996 KiB

[startup+0.310344 s]*
/proc/loadavg: 1.75 1.79 1.74 3/215 31480
/proc/meminfo: memFree=11016888/32770624 swapFree=67108404/67108860
[pid=31414] ppid=31411 vsize=10983192 memory=56704 CPUtime=0.38 cores=1,3,5,7
/proc/31414/stat : 31414 (java) S 31411 31414 27600 0 -1 1077944320 10235 13205 0 0 28 3 5 2 20 0 15 0 229367781 11246788608 14176 33554432000 4194304 4196468 140726963210976 140726963193520 140589336903415 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
/proc/31414/statm: 2745798 14176 3063 1 0 2708109 0
[pid=31414/tid=31467] ppid=31411 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/31414/task/31467/stat : 31467 (java) R 31411 31414 27600 0 -1 4202560 6777 13205 0 0 19 2 5 2 20 0 15 0 229367790 11246788608 14176 33554432000 4194304 4196468 140726963210976 140589308715424 140589320983902 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31468] ppid=31411 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31468/stat : 31468 (java) S 31411 31414 27600 0 -1 1077944384 1 13205 0 0 0 0 5 2 20 0 15 0 229367791 11246788608 14176 33554432000 4194304 4196468 140726963210976 140589341145488 140589336913621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31469] ppid=31411 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31469/stat : 31469 (java) S 31411 31414 27600 0 -1 1077944384 1 13205 0 0 0 0 5 2 20 0 15 0 229367791 11246788608 14176 33554432000 4194304 4196468 140726963210976 140589195864336 140589336913621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31470] ppid=31411 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31470/stat : 31470 (java) S 31411 31414 27600 0 -1 1077944384 1 13205 0 0 0 0 5 2 20 0 15 0 229367791 11246788608 14176 33554432000 4194304 4196468 140726963210976 140589194812048 140589336913621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31471] ppid=31411 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31471/stat : 31471 (java) S 31411 31414 27600 0 -1 1077944384 2 13205 0 0 0 0 5 2 20 0 15 0 229367791 11246788608 14176 33554432000 4194304 4196468 140726963210976 140589193759248 140589336913621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31472] ppid=31411 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31472/stat : 31472 (java) S 31411 31414 27600 0 -1 1077944384 2 13205 0 0 0 0 5 2 20 0 15 0 229367792 11246788608 14176 33554432000 4194304 4196468 140726963210976 140588762475120 140589336914562 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31473] ppid=31411 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31473/stat : 31473 (java) S 31411 31414 27600 0 -1 1077944384 13 13205 0 0 0 0 5 2 20 0 15 0 229367793 11246788608 14176 33554432000 4194304 4196468 140726963210976 140588117648672 140589336913621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31474] ppid=31411 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31474/stat : 31474 (java) S 31411 31414 27600 0 -1 1077944384 1 13205 0 0 0 0 5 2 20 0 15 0 229367793 11246788608 14176 33554432000 4194304 4196468 140726963210976 140587969799792 140589336913621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31475] ppid=31411 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31475/stat : 31475 (java) S 31411 31414 27600 0 -1 1077944384 3 13205 0 0 0 0 5 2 20 0 15 0 229367796 11246788608 14176 33554432000 4194304 4196468 140726963210976 140587662400080 140589336922011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31476] ppid=31411 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31414/task/31476/stat : 31476 (java) S 31411 31414 27600 0 -1 1077944384 491 13205 0 0 1 0 5 2 20 0 15 0 229367796 11246788608 14176 33554432000 4194304 4196468 140726963210976 140588761421936 140589336914562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31477] ppid=31411 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/31414/task/31477/stat : 31477 (java) S 31411 31414 27600 0 -1 1077944384 125 13205 0 0 1 0 5 2 20 0 15 0 229367796 11246788608 14176 33554432000 4194304 4196468 140726963210976 140588760369136 140589336914562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31478] ppid=31411 vsize=10983192 memory=139995444024960 CPUtime=0.11 cores=1,3,5,7
/proc/31414/task/31478/stat : 31478 (java) S 31411 31414 27600 0 -1 1077944384 622 13205 0 0 4 0 5 2 20 0 15 0 229367796 11246788608 14176 33554432000 4194304 4196468 140726963210976 140588759316848 140589336914562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31479] ppid=31411 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31479/stat : 31479 (java) S 31411 31414 27600 0 -1 1077944384 3 13205 0 0 0 0 5 2 20 0 15 0 229367796 11246788608 14176 33554432000 4194304 4196468 140726963210976 140587231603168 140589336913621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31480] ppid=31411 vsize=10983192 memory=139995444024960 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31480/stat : 31480 (java) S 31411 31414 27600 0 -1 1077944384 1 13205 0 0 0 0 5 2 20 0 15 0 229367796 11246788608 14176 33554432000 4194304 4196468 140726963210976 140588758264752 140589336914562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56704 KiB

[startup+0.700736 s]
/proc/loadavg: 1.75 1.79 1.74 3/215 31480
/proc/meminfo: memFree=11006096/32770624 swapFree=67108404/67108860
[pid=31414] ppid=31411 vsize=10983192 memory=88940 CPUtime=0.98 cores=1,3,5,7
/proc/31414/stat : 31414 (java) S 31411 31414 27600 0 -1 1077944320 16340 13205 0 0 87 4 5 2 20 0 15 0 229367781 11246788608 22235 33554432000 4194304 4196468 140726963210976 140726963193520 140589336903415 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
/proc/31414/statm: 2745798 22235 3238 1 0 2708109 0
[pid=31414/tid=31467] ppid=31411 vsize=10983192 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/31414/task/31467/stat : 31467 (java) R 31411 31414 27600 0 -1 4202560 11821 13205 0 0 55 3 5 2 20 0 15 0 229367790 11246788608 22235 33554432000 4194304 4196468 140726963210976 140589308724240 140589318466962 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31468] ppid=31411 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31468/stat : 31468 (java) S 31411 31414 27600 0 -1 1077944384 1 13205 0 0 0 0 5 2 20 0 15 0 229367791 11246788608 22235 33554432000 4194304 4196468 140726963210976 140589341145488 140589336913621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31469] ppid=31411 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31469/stat : 31469 (java) S 31411 31414 27600 0 -1 1077944384 1 13205 0 0 0 0 5 2 20 0 15 0 229367791 11246788608 22235 33554432000 4194304 4196468 140726963210976 140589195864336 140589336913621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31470] ppid=31411 vsize=10983192 memory=139995331572528 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31470/stat : 31470 (java) S 31411 31414 27600 0 -1 1077944384 1 13205 0 0 0 0 5 2 20 0 15 0 229367791 11246788608 22235 33554432000 4194304 4196468 140726963210976 140589194812048 140589336913621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31471] ppid=31411 vsize=10983192 memory=139998753981004 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31471/stat : 31471 (java) S 31411 31414 27600 0 -1 1077944384 2 13205 0 0 0 0 5 2 20 0 15 0 229367791 11246788608 22235 33554432000 4194304 4196468 140726963210976 140589193759248 140589336913621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31472] ppid=31411 vsize=10983192 memory=4000 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31472/stat : 31472 (java) S 31411 31414 27600 0 -1 1077944384 5 13205 0 0 0 0 5 2 20 0 15 0 229367792 11246788608 22235 33554432000 4194304 4196468 140726963210976 140588762475120 140589336914562 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31473] ppid=31411 vsize=10983192 memory=4639098309541128813 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31473/stat : 31473 (java) S 31411 31414 27600 0 -1 1077944384 13 13205 0 0 0 0 5 2 20 0 15 0 229367793 11246788608 22235 33554432000 4194304 4196468 140726963210976 140588117648672 140589336913621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31474] ppid=31411 vsize=10983192 memory=6082220498126138728 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31474/stat : 31474 (java) S 31411 31414 27600 0 -1 1077944384 1 13205 0 0 0 0 5 2 20 0 15 0 229367793 11246788608 22235 33554432000 4194304 4196468 140726963210976 140587969799792 140589336913621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31475] ppid=31411 vsize=10983192 memory=4044 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31475/stat : 31475 (java) S 31411 31414 27600 0 -1 1077944384 3 13205 0 0 0 0 5 2 20 0 15 0 229367796 11246788608 22235 33554432000 4194304 4196468 140726963210976 140587662400080 140589336922011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31476] ppid=31411 vsize=10983192 memory=34452 CPUtime=0.17 cores=1,3,5,7
/proc/31414/task/31476/stat : 31476 (java) S 31411 31414 27600 0 -1 1077944384 1113 13205 0 0 10 0 5 2 20 0 15 0 229367796 11246788608 22235 33554432000 4194304 4196468 140726963210976 140588761421936 140589336914562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31477] ppid=31411 vsize=10983192 memory=14644 CPUtime=0.13 cores=1,3,5,7
/proc/31414/task/31477/stat : 31477 (java) S 31411 31414 27600 0 -1 1077944384 510 13205 0 0 6 0 5 2 20 0 15 0 229367796 11246788608 22235 33554432000 4194304 4196468 140726963210976 140588760369136 140589336914562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31478] ppid=31411 vsize=10983192 memory=1720 CPUtime=0.2 cores=1,3,5,7
/proc/31414/task/31478/stat : 31478 (java) S 31411 31414 27600 0 -1 1077944384 673 13205 0 0 13 0 5 2 20 0 15 0 229367796 11246788608 22235 33554432000 4194304 4196468 140726963210976 140588759316848 140589336914562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31479] ppid=31411 vsize=10983192 memory=508 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31479/stat : 31479 (java) S 31411 31414 27600 0 -1 1077944384 3 13205 0 0 0 0 5 2 20 0 15 0 229367796 11246788608 22235 33554432000 4194304 4196468 140726963210976 140587231603168 140589336913621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31480] ppid=31411 vsize=10983192 memory=928 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31480/stat : 31480 (java) S 31411 31414 27600 0 -1 1077944384 1 13205 0 0 0 0 5 2 20 0 15 0 229367796 11246788608 22235 33554432000 4194304 4196468 140726963210976 140588758264752 140589336914562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88940 KiB

[startup+1.50147 s]
/proc/loadavg: 1.77 1.80 1.74 3/215 31480
/proc/meminfo: memFree=10960260/32770624 swapFree=67108404/67108860
[pid=31414] ppid=31411 vsize=10998912 memory=210628 CPUtime=3.09 cores=1,3,5,7
/proc/31414/stat : 31414 (java) S 31411 31414 27600 0 -1 1077944320 28929 13205 0 0 293 9 5 2 20 0 15 0 229367781 11262885888 52657 33554432000 4194304 4196468 140726963210976 140726963193520 140589336903415 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
/proc/31414/statm: 2749728 52657 3445 1 0 2711386 0
[pid=31414/tid=31467] ppid=31411 vsize=10998912 memory=65756 CPUtime=1.41 cores=1,3,5,7
/proc/31414/task/31467/stat : 31467 (java) S 31411 31414 27600 0 -1 1077944384 17077 13205 0 0 128 6 5 2 20 0 15 0 229367790 11262885888 53169 33554432000 4194304 4196468 140726963210976 140589308735088 140589336913621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31468] ppid=31411 vsize=10998912 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/31414/task/31468/stat : 31468 (java) R 31411 31414 27600 0 -1 4202560 8 13205 0 0 1 0 5 2 20 0 15 0 229367791 11262885888 53169 33554432000 4194304 4196468 140726963210976 140589341145488 140589321604416 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31469] ppid=31411 vsize=10998912 memory=279990663176352 CPUtime=0.08 cores=1,3,5,7
/proc/31414/task/31469/stat : 31469 (java) R 31411 31414 27600 0 -1 4202560 199 13205 0 0 1 0 5 2 20 0 15 0 229367791 11262885888 53169 33554432000 4194304 4196468 140726963210976 140589195864336 140589330000116 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31470] ppid=31411 vsize=10998912 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31470/stat : 31470 (java) R 31411 31414 27600 0 -1 1077944384 33 13205 0 0 0 0 5 2 20 0 15 0 229367791 11262885888 53169 33554432000 4194304 4196468 140726963210976 140589194812048 140589336913621 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31471] ppid=31411 vsize=10998912 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/31414/task/31471/stat : 31471 (java) R 31411 31414 27600 0 -1 4202560 29 13205 0 0 2 0 5 2 20 0 15 0 229367791 11262885888 53169 33554432000 4194304 4196468 140726963210976 140589193759248 140589321901560 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31472] ppid=31411 vsize=10998912 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31414/task/31472/stat : 31472 (java) S 31411 31414 27600 0 -1 1077944384 47 13205 0 0 1 0 5 2 20 0 15 0 229367792 11262885888 53169 33554432000 4194304 4196468 140726963210976 140588762473632 140589336913621 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31473] ppid=31411 vsize=10998912 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31473/stat : 31473 (java) S 31411 31414 27600 0 -1 1077944384 13 13205 0 0 0 0 5 2 20 0 15 0 229367793 11262885888 53169 33554432000 4194304 4196468 140726963210976 140588117648672 140589336913621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31474] ppid=31411 vsize=10998912 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31474/stat : 31474 (java) S 31411 31414 27600 0 -1 1077944384 1 13205 0 0 0 0 5 2 20 0 15 0 229367793 11262885888 53169 33554432000 4194304 4196468 140726963210976 140587969799792 140589336913621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31475] ppid=31411 vsize=10998912 memory=-5921431000321636112 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31475/stat : 31475 (java) S 31411 31414 27600 0 -1 1077944384 3 13205 0 0 0 0 5 2 20 0 15 0 229367796 11262885888 53169 33554432000 4194304 4196468 140726963210976 140587662400080 140589336922011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31476] ppid=31411 vsize=10998912 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/31414/task/31476/stat : 31476 (java) R 31411 31414 27600 0 -1 4202560 4083 13205 0 0 60 0 5 2 20 0 15 0 229367796 11262885888 53169 33554432000 4194304 4196468 140726963210976 140588761407952 140589321825197 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31477] ppid=31411 vsize=10998912 memory=10 CPUtime=0.62 cores=1,3,5,7
/proc/31414/task/31477/stat : 31477 (java) S 31411 31414 27600 0 -1 1077944384 3479 13205 0 0 55 0 5 2 20 0 15 0 229367796 11262885888 53169 33554432000 4194304 4196468 140726963210976 140588760354128 140589336913621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31478] ppid=31411 vsize=10998912 memory=6791534058613427641 CPUtime=0.48 cores=1,3,5,7
/proc/31414/task/31478/stat : 31478 (java) S 31411 31414 27600 0 -1 1077944384 1762 13205 0 0 41 0 5 2 20 0 15 0 229367796 11262885888 53169 33554432000 4194304 4196468 140726963210976 140588759316848 140589336914562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31479] ppid=31411 vsize=10998912 memory=4638778398332698720 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31479/stat : 31479 (java) S 31411 31414 27600 0 -1 1077944384 3 13205 0 0 0 0 5 2 20 0 15 0 229367796 11262885888 53169 33554432000 4194304 4196468 140726963210976 140587231603168 140589336913621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31480] ppid=31411 vsize=10998912 memory=279990663420800 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31480/stat : 31480 (java) S 31411 31414 27600 0 -1 1077944384 1 13205 0 0 0 0 5 2 20 0 15 0 229367796 11262885888 53169 33554432000 4194304 4196468 140726963210976 140588758264752 140589336914562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 10998912 KiB

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

/proc/31414/task/31467/stat : 31467 (java) R 31411 31414 27600 0 -1 4202560 255222 13205 0 0 211132 69 5 2 20 0 15 0 229367790 11348049920 1582363 33554432000 4194304 4196468 140726963210976 140589308736312 140588860113728 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31468] ppid=31411 vsize=11082080 memory=6323308 CPUtime=85.61 cores=1,3,5,7
/proc/31414/task/31468/stat : 31468 (java) S 31411 31414 27600 0 -1 1077944384 84563 13205 0 0 8414 140 5 2 20 0 15 0 229367791 11348049920 1582363 33554432000 4194304 4196468 140726963210976 140589341145488 140589336913621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31469] ppid=31411 vsize=11082080 memory=6304356 CPUtime=85.8 cores=1,3,5,7
/proc/31414/task/31469/stat : 31469 (java) S 31411 31414 27600 0 -1 1077944384 94887 13205 0 0 8432 141 5 2 20 0 15 0 229367791 11348049920 1582363 33554432000 4194304 4196468 140726963210976 140589195864336 140589336913621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31470] ppid=31411 vsize=11082080 memory=6304356 CPUtime=85.71 cores=1,3,5,7
/proc/31414/task/31470/stat : 31470 (java) S 31411 31414 27600 0 -1 1077944384 93697 13205 0 0 8419 145 5 2 20 0 15 0 229367791 11348049920 1582363 33554432000 4194304 4196468 140726963210976 140589194812048 140589336913621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31471] ppid=31411 vsize=11082080 memory=6304356 CPUtime=85.86 cores=1,3,5,7
/proc/31414/task/31471/stat : 31471 (java) S 31411 31414 27600 0 -1 1077944384 85834 13205 0 0 8438 141 5 2 20 0 15 0 229367791 11348049920 1582363 33554432000 4194304 4196468 140726963210976 140589193759248 140589336913621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31472] ppid=31411 vsize=11082080 memory=6323308 CPUtime=3.9 cores=1,3,5,7
/proc/31414/task/31472/stat : 31472 (java) S 31411 31414 27600 0 -1 1077944384 93003 13205 0 0 369 14 5 2 20 0 15 0 229367792 11348049920 1582363 33554432000 4194304 4196468 140726963210976 140588762475120 140589336914562 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31473] ppid=31411 vsize=11082080 memory=6329452 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31473/stat : 31473 (java) S 31411 31414 27600 0 -1 1077944384 26 13205 0 0 0 0 5 2 20 0 15 0 229367793 11348049920 1582363 33554432000 4194304 4196468 140726963210976 140588117648736 140589336913621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31474] ppid=31411 vsize=11082080 memory=6304356 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31474/stat : 31474 (java) S 31411 31414 27600 0 -1 1077944384 15 13205 0 0 0 0 5 2 20 0 15 0 229367793 11348049920 1582363 33554432000 4194304 4196468 140726963210976 140587969799808 140589336913621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31475] ppid=31411 vsize=11082080 memory=6329452 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31475/stat : 31475 (java) S 31411 31414 27600 0 -1 1077944384 3 13205 0 0 0 0 5 2 20 0 15 0 229367796 11348049920 1582363 33554432000 4194304 4196468 140726963210976 140587662400080 140589336922011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31476] ppid=31411 vsize=11082080 memory=6304360 CPUtime=13 cores=1,3,5,7
/proc/31414/task/31476/stat : 31476 (java) S 31411 31414 27600 0 -1 1077944384 102796 13205 0 0 1283 10 5 2 20 0 15 0 229367796 11348049920 1582363 33554432000 4194304 4196468 140726963210976 140588761421936 140589336914562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31477] ppid=31411 vsize=11082080 memory=1616 CPUtime=13.02 cores=1,3,5,7
/proc/31414/task/31477/stat : 31477 (java) S 31411 31414 27600 0 -1 1077944384 99346 13205 0 0 1283 12 5 2 20 0 15 0 229367796 11348049920 1582363 33554432000 4194304 4196468 140726963210976 140588760369136 140589336914562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31478] ppid=31411 vsize=11082080 memory=6329452 CPUtime=3.99 cores=1,3,5,7
/proc/31414/task/31478/stat : 31478 (java) S 31411 31414 27600 0 -1 1077944384 92722 13205 0 0 379 13 5 2 20 0 15 0 229367796 11348049920 1582363 33554432000 4194304 4196468 140726963210976 140588759316848 140589336914562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31479] ppid=31411 vsize=11082080 memory=6329452 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31479/stat : 31479 (java) S 31411 31414 27600 0 -1 1077944384 3 13205 0 0 0 0 5 2 20 0 15 0 229367796 11348049920 1582363 33554432000 4194304 4196468 140726963210976 140587231603168 140589336913621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31480] ppid=31411 vsize=11082080 memory=2148 CPUtime=1.34 cores=1,3,5,7
/proc/31414/task/31480/stat : 31480 (java) S 31411 31414 27600 0 -1 1077944384 3470 13205 0 0 54 73 5 2 20 0 15 0 229367796 11348049920 1582363 33554432000 4194304 4196468 140726963210976 140588758264752 140589336914562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
Current children cumulated CPU time: 2489.77 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 6329452 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2229.9 s]
/proc/loadavg: 1.47 1.58 1.68 3/216 31727
/proc/meminfo: memFree=4591988/32770624 swapFree=67108404/67108860
[pid=31414] ppid=31411 vsize=11082080 memory=6329464 CPUtime=2520.1 cores=1,3,5,7
/proc/31414/stat : 31414 (java) S 31411 31414 27600 0 -1 1077944320 1016561 13205 0 0 251260 743 5 2 20 0 15 0 229367781 11348049920 1582366 33554432000 4194304 4196468 140726963210976 140726963193520 140589336903415 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
/proc/31414/statm: 2770520 1582366 3538 1 0 2732173 0
[pid=31414/tid=31467] ppid=31411 vsize=11082080 memory=6329464 CPUtime=2138.77 cores=1,3,5,7
/proc/31414/task/31467/stat : 31467 (java) R 31411 31414 27600 0 -1 4202560 256370 13205 0 0 213801 69 5 2 20 0 15 0 229367790 11348049920 1582366 33554432000 4194304 4196468 140726963210976 140589308736296 140588882964285 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31468] ppid=31411 vsize=11082080 memory=6323308 CPUtime=86.49 cores=1,3,5,7
/proc/31414/task/31468/stat : 31468 (java) S 31411 31414 27600 0 -1 1077944384 85695 13205 0 0 8502 140 5 2 20 0 15 0 229367791 11348049920 1582366 33554432000 4194304 4196468 140726963210976 140589341145488 140589336913621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31469] ppid=31411 vsize=11082080 memory=6304356 CPUtime=86.69 cores=1,3,5,7
/proc/31414/task/31469/stat : 31469 (java) S 31411 31414 27600 0 -1 1077944384 96476 13205 0 0 8521 141 5 2 20 0 15 0 229367791 11348049920 1582366 33554432000 4194304 4196468 140726963210976 140589195864336 140589336913621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31470] ppid=31411 vsize=11082080 memory=6304356 CPUtime=86.61 cores=1,3,5,7
/proc/31414/task/31470/stat : 31470 (java) S 31411 31414 27600 0 -1 1077944384 96152 13205 0 0 8508 146 5 2 20 0 15 0 229367791 11348049920 1582366 33554432000 4194304 4196468 140726963210976 140589194812048 140589336913621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31471] ppid=31411 vsize=11082080 memory=6304356 CPUtime=86.75 cores=1,3,5,7
/proc/31414/task/31471/stat : 31471 (java) S 31411 31414 27600 0 -1 1077944384 86789 13205 0 0 8527 141 5 2 20 0 15 0 229367791 11348049920 1582366 33554432000 4194304 4196468 140726963210976 140589193759248 140589336913621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31472] ppid=31411 vsize=11082080 memory=6323308 CPUtime=3.91 cores=1,3,5,7
/proc/31414/task/31472/stat : 31472 (java) S 31411 31414 27600 0 -1 1077944384 93281 13205 0 0 370 14 5 2 20 0 15 0 229367792 11348049920 1582366 33554432000 4194304 4196468 140726963210976 140588762475120 140589336914562 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31473] ppid=31411 vsize=11082080 memory=6329464 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31473/stat : 31473 (java) S 31411 31414 27600 0 -1 1077944384 26 13205 0 0 0 0 5 2 20 0 15 0 229367793 11348049920 1582366 33554432000 4194304 4196468 140726963210976 140588117648736 140589336913621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31474] ppid=31411 vsize=11082080 memory=6329464 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31474/stat : 31474 (java) S 31411 31414 27600 0 -1 1077944384 15 13205 0 0 0 0 5 2 20 0 15 0 229367793 11348049920 1582366 33554432000 4194304 4196468 140726963210976 140587969799808 140589336913621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31475] ppid=31411 vsize=11082080 memory=6329464 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31475/stat : 31475 (java) S 31411 31414 27600 0 -1 1077944384 3 13205 0 0 0 0 5 2 20 0 15 0 229367796 11348049920 1582366 33554432000 4194304 4196468 140726963210976 140587662400080 140589336922011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31476] ppid=31411 vsize=11082080 memory=279990664217152 CPUtime=13.01 cores=1,3,5,7
/proc/31414/task/31476/stat : 31476 (java) S 31411 31414 27600 0 -1 1077944384 103869 13205 0 0 1284 10 5 2 20 0 15 0 229367796 11348049920 1582366 33554432000 4194304 4196468 140726963210976 140588761421936 140589336914562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31477] ppid=31411 vsize=11082080 memory=6329464 CPUtime=13.04 cores=1,3,5,7
/proc/31414/task/31477/stat : 31477 (java) S 31411 31414 27600 0 -1 1077944384 99373 13205 0 0 1285 12 5 2 20 0 15 0 229367796 11348049920 1582366 33554432000 4194304 4196468 140726963210976 140588760369136 140589336914562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31478] ppid=31411 vsize=11082080 memory=6329464 CPUtime=4 cores=1,3,5,7
/proc/31414/task/31478/stat : 31478 (java) S 31411 31414 27600 0 -1 1077944384 92843 13205 0 0 380 13 5 2 20 0 15 0 229367796 11348049920 1582366 33554432000 4194304 4196468 140726963210976 140588759316848 140589336914562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31479] ppid=31411 vsize=11082080 memory=3684 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31479/stat : 31479 (java) S 31411 31414 27600 0 -1 1077944384 3 13205 0 0 0 0 5 2 20 0 15 0 229367796 11348049920 1582366 33554432000 4194304 4196468 140726963210976 140587231603168 140589336913621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31480] ppid=31411 vsize=11082080 memory=6329464 CPUtime=1.35 cores=1,3,5,7
/proc/31414/task/31480/stat : 31480 (java) S 31411 31414 27600 0 -1 1077944384 3474 13205 0 0 54 74 5 2 20 0 15 0 229367796 11348049920 1582366 33554432000 4194304 4196468 140726963210976 140588758264752 140589336914562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 6329464 KiB

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

[startup+2230.27 s]
# the end of solver process 31414 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2513.54 s, system=7.51005 s

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

[startup+2230.01 s]*
/proc/loadavg: 1.47 1.58 1.68 6/216 31727
/proc/meminfo: memFree=4591988/32770624 swapFree=67108404/67108860
[pid=31414] ppid=31411 vsize=11082080 memory=6329552 CPUtime=2520.52 cores=1,3,5,7
/proc/31414/stat : 31414 (java) S 31411 31414 27600 0 -1 1077944320 1016846 13205 0 0 251302 743 5 2 20 0 15 0 229367781 11348049920 1582388 33554432000 4194304 4196468 140726963210976 140726963193520 140589336903415 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
/proc/31414/statm: 2770520 1582388 3539 1 0 2732173 0
[pid=31414/tid=31467] ppid=31411 vsize=11082080 memory=6791534058613427641 CPUtime=2138.78 cores=1,3,5,7
/proc/31414/task/31467/stat : 31467 (java) S 31411 31414 27600 0 -1 1077944384 256370 13205 0 0 213802 69 5 2 20 0 15 0 229367790 11348049920 1582388 33554432000 4194304 4196468 140726963210976 140589308734096 140589336913621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31468] ppid=31411 vsize=11082080 memory=4872558044660077418 CPUtime=86.6 cores=1,3,5,7
/proc/31414/task/31468/stat : 31468 (java) R 31411 31414 27600 0 -1 4202560 85736 13205 0 0 8513 140 5 2 20 0 15 0 229367791 11348049920 1582388 33554432000 4194304 4196468 140726963210976 140589341145688 140589321351630 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31469] ppid=31411 vsize=11082080 memory=1692 CPUtime=86.78 cores=1,3,5,7
/proc/31414/task/31469/stat : 31469 (java) R 31411 31414 27600 0 -1 4202560 96489 13205 0 0 8530 141 5 2 20 0 15 0 229367791 11348049920 1582388 33554432000 4194304 4196468 140726963210976 140589195864536 140589321931741 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31470] ppid=31411 vsize=11082080 memory=912 CPUtime=86.71 cores=1,3,5,7
/proc/31414/task/31470/stat : 31470 (java) R 31411 31414 27600 0 -1 4202560 96168 13205 0 0 8518 146 5 2 20 0 15 0 229367791 11348049920 1582388 33554432000 4194304 4196468 140726963210976 140589194812048 140589321351630 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31471] ppid=31411 vsize=11082080 memory=3852 CPUtime=86.86 cores=1,3,5,7
/proc/31414/task/31471/stat : 31471 (java) R 31411 31414 27600 0 -1 4202560 86867 13205 0 0 8538 141 5 2 20 0 15 0 229367791 11348049920 1582388 33554432000 4194304 4196468 140726963210976 140589193759448 140589321351552 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31472] ppid=31411 vsize=11082080 memory=2600 CPUtime=3.91 cores=1,3,5,7
/proc/31414/task/31472/stat : 31472 (java) S 31411 31414 27600 0 -1 1077944384 93281 13205 0 0 370 14 5 2 20 0 15 0 229367792 11348049920 1582388 33554432000 4194304 4196468 140726963210976 140588762473632 140589336913621 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31473] ppid=31411 vsize=11082080 memory=2976 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31473/stat : 31473 (java) S 31411 31414 27600 0 -1 1077944384 26 13205 0 0 0 0 5 2 20 0 15 0 229367793 11348049920 1582388 33554432000 4194304 4196468 140726963210976 140588117648736 140589336913621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31474] ppid=31411 vsize=11082080 memory=1408 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31474/stat : 31474 (java) S 31411 31414 27600 0 -1 1077944384 15 13205 0 0 0 0 5 2 20 0 15 0 229367793 11348049920 1582388 33554432000 4194304 4196468 140726963210976 140587969799808 140589336913621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31475] ppid=31411 vsize=11082080 memory=3232 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31475/stat : 31475 (java) S 31411 31414 27600 0 -1 1077944384 139 13205 0 0 0 0 5 2 20 0 15 0 229367796 11348049920 1582388 33554432000 4194304 4196468 140726963210976 140587662393680 140589336913621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31476] ppid=31411 vsize=11082080 memory=6329464 CPUtime=13.01 cores=1,3,5,7
/proc/31414/task/31476/stat : 31476 (java) S 31411 31414 27600 0 -1 1077944384 103869 13205 0 0 1284 10 5 2 20 0 15 0 229367796 11348049920 1582388 33554432000 4194304 4196468 140726963210976 140588761421936 140589336914562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31477] ppid=31411 vsize=11082080 memory=4100 CPUtime=13.04 cores=1,3,5,7
/proc/31414/task/31477/stat : 31477 (java) S 31411 31414 27600 0 -1 1077944384 99373 13205 0 0 1285 12 5 2 20 0 15 0 229367796 11348049920 1582388 33554432000 4194304 4196468 140726963210976 140588760369136 140589336914562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31478] ppid=31411 vsize=11082080 memory=1408 CPUtime=4 cores=1,3,5,7
/proc/31414/task/31478/stat : 31478 (java) S 31411 31414 27600 0 -1 1077944384 92843 13205 0 0 380 13 5 2 20 0 15 0 229367796 11348049920 1582388 33554432000 4194304 4196468 140726963210976 140588759316848 140589336914562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31479] ppid=31411 vsize=11082080 memory=3180 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31479/stat : 31479 (java) S 31411 31414 27600 0 -1 1077944384 3 13205 0 0 0 0 5 2 20 0 15 0 229367796 11348049920 1582388 33554432000 4194304 4196468 140726963210976 140587231603168 140589336913621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31480] ppid=31411 vsize=11082080 memory=6224956 CPUtime=1.35 cores=1,3,5,7
/proc/31414/task/31480/stat : 31480 (java) S 31411 31414 27600 0 -1 1077944384 3474 13205 0 0 54 74 5 2 20 0 15 0 229367796 11348049920 1582388 33554432000 4194304 4196468 140726963210976 140588758264752 140589336914562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
Current children cumulated CPU time: 2520.52 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 6329552 KiB

[startup+2230.2 s]
/proc/loadavg: 1.47 1.58 1.68 6/216 31727
/proc/meminfo: memFree=4591988/32770624 swapFree=67108404/67108860
[pid=31414] ppid=31411 vsize=11344232 memory=6305524 CPUtime=2520.95 cores=1,3,5,7
/proc/31414/stat : 31414 (java) S 31411 31414 27600 0 -1 1077944320 1017025 13205 0 0 251345 743 5 2 20 0 17 0 229367781 11616493568 1576381 33554432000 4194304 4196468 140726963210976 140726963193520 140589336903415 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
/proc/31414/statm: 2836058 1576381 3539 1 0 2797711 0
[pid=31414/tid=31467] ppid=31411 vsize=11344232 memory=4872558044660077418 CPUtime=2138.89 cores=1,3,5,7
/proc/31414/task/31467/stat : 31467 (java) R 31411 31414 27600 0 -1 4202560 256391 13205 0 0 213813 69 5 2 20 0 17 0 229367790 11616493568 1576381 33554432000 4194304 4196468 140726963210976 140589308733984 140588880774232 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31468] ppid=31411 vsize=11344232 memory=3232 CPUtime=86.68 cores=1,3,5,7
/proc/31414/task/31468/stat : 31468 (java) S 31411 31414 27600 0 -1 1077944384 85736 13205 0 0 8521 140 5 2 20 0 17 0 229367791 11616493568 1576381 33554432000 4194304 4196468 140726963210976 140589341145488 140589336913621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31469] ppid=31411 vsize=11344232 memory=6329464 CPUtime=86.86 cores=1,3,5,7
/proc/31414/task/31469/stat : 31469 (java) S 31411 31414 27600 0 -1 1077944384 96489 13205 0 0 8538 141 5 2 20 0 17 0 229367791 11616493568 1576381 33554432000 4194304 4196468 140726963210976 140589195864336 140589336913621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31470] ppid=31411 vsize=11344232 memory=4100 CPUtime=86.79 cores=1,3,5,7
/proc/31414/task/31470/stat : 31470 (java) S 31411 31414 27600 0 -1 1077944384 96168 13205 0 0 8526 146 5 2 20 0 17 0 229367791 11616493568 1576381 33554432000 4194304 4196468 140726963210976 140589194812048 140589336913621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31471] ppid=31411 vsize=11344232 memory=1408 CPUtime=86.94 cores=1,3,5,7
/proc/31414/task/31471/stat : 31471 (java) S 31411 31414 27600 0 -1 1077944384 86867 13205 0 0 8546 141 5 2 20 0 17 0 229367791 11616493568 1576381 33554432000 4194304 4196468 140726963210976 140589193759248 140589336913621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31472] ppid=31411 vsize=11344232 memory=3180 CPUtime=3.91 cores=1,3,5,7
/proc/31414/task/31472/stat : 31472 (java) S 31411 31414 27600 0 -1 1077944384 93281 13205 0 0 370 14 5 2 20 0 17 0 229367792 11616493568 1576381 33554432000 4194304 4196468 140726963210976 140588762475120 140589336914562 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31473] ppid=31411 vsize=11344232 memory=6224968 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31473/stat : 31473 (java) S 31411 31414 27600 0 -1 1077944384 26 13205 0 0 0 0 5 2 20 0 17 0 229367793 11616493568 1576381 33554432000 4194304 4196468 140726963210976 140588117648736 140589336913621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31474] ppid=31411 vsize=11344232 memory=928 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31474/stat : 31474 (java) S 31411 31414 27600 0 -1 1077944384 15 13205 0 0 0 0 5 2 20 0 17 0 229367793 11616493568 1576381 33554432000 4194304 4196468 140726963210976 140587969799808 140589336913621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31475] ppid=31411 vsize=11344232 memory=1172 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31475/stat : 31475 (java) S 31411 31414 27600 0 -1 1077944384 158 13205 0 0 0 0 5 2 20 0 17 0 229367796 11616493568 1576381 33554432000 4194304 4196468 140726963210976 140587662400080 140589336922011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31476] ppid=31411 vsize=11344232 memory=2404 CPUtime=13.01 cores=1,3,5,7
/proc/31414/task/31476/stat : 31476 (java) S 31411 31414 27600 0 -1 1077944384 103869 13205 0 0 1284 10 5 2 20 0 17 0 229367796 11616493568 1576381 33554432000 4194304 4196468 140726963210976 140588761421936 140589336914562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31477] ppid=31411 vsize=11344232 memory=6791534058613427641 CPUtime=13.04 cores=1,3,5,7
/proc/31414/task/31477/stat : 31477 (java) S 31411 31414 27600 0 -1 1077944384 99373 13205 0 0 1285 12 5 2 20 0 17 0 229367796 11616493568 1576381 33554432000 4194304 4196468 140726963210976 140588760369136 140589336914562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31478] ppid=31411 vsize=11344232 memory=928 CPUtime=4 cores=1,3,5,7
/proc/31414/task/31478/stat : 31478 (java) S 31411 31414 27600 0 -1 1077944384 92843 13205 0 0 380 13 5 2 20 0 17 0 229367796 11616493568 1576381 33554432000 4194304 4196468 140726963210976 140588759316848 140589336914562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31479] ppid=31411 vsize=11344232 memory=3684 CPUtime=0.07 cores=1,3,5,7
/proc/31414/task/31479/stat : 31479 (java) S 31411 31414 27600 0 -1 1077944384 3 13205 0 0 0 0 5 2 20 0 17 0 229367796 11616493568 1576381 33554432000 4194304 4196468 140726963210976 140587231603168 140589336913621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
[pid=31414/tid=31480] ppid=31411 vsize=11344232 memory=288230574492221466 CPUtime=1.35 cores=1,3,5,7
/proc/31414/task/31480/stat : 31480 (java) S 31411 31414 27600 0 -1 1077944384 3474 13205 0 0 54 74 5 2 20 0 17 0 229367796 11616493568 1576381 33554432000 4194304 4196468 140726963210976 140588758264752 140589336914562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140726963219043 140726963221852 140726963221852 140726963224527 0
Current children cumulated CPU time: 2520.95 s
Current children cumulated vsize: 11344232 KiB
Current children cumulated memory: 6305524 KiB

Child status: 143
Real time (s): 2230.27
CPU time (s): 2521.05
CPU user time (s): 2513.54
CPU system time (s): 7.51005
CPU usage (%): 113.038
Max. virtual memory (cumulated for all children) (KiB): 11344232
Max. memory (cumulated for all children) (KiB): 6329552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2513.54
system time used= 7.51005
maximum resident set size= 6329552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1031506
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 72717
involuntary context switches= 4932


# summary of solver processes directly reported to runsolver:
#   pid: 31414
#   total CPU time (s): 2521.05
#   total CPU user time (s): 2513.54
#   total CPU system time (s): 7.51005

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.0706 second user time and 22.3288 second system time

The end

Launcher Data

Begin job on node148 at 2018-08-13 01:54:06
IDJOB=4305124
IDBENCH=141455
IDSOLVER=2781
FILE ID=node148/4305124-1534118046
RUNJOBID= node148-1534098057-27632
PBS_JOBID= 21037003
Free space on /tmp= 33932 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/CarSequencing/CarSequencing-85-01_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305124-1534118046/watcher-4305124-1534118046 -o /tmp/evaluation-result-4305124-1534118046/solver-4305124-1534118046 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534098057-27632 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1694488624 -superng HOME/instance-4305124-1534118046.xml

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

MD5SUM BENCH= 1301ca50d7ea6d03cca9e07ce6e480be
RANDOM SEED=1694488624

node148.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        11059648 kB
MemAvailable:   25820788 kB
Buffers:          196944 kB
Cached:         14613648 kB
SwapCached:          352 kB
Active:         13362696 kB
Inactive:        7575492 kB
Active(anon):    6080492 kB
Inactive(anon):    99412 kB
Active(file):    7282204 kB
Inactive(file):  7476080 kB
Unevictable:        7340 kB
Mlocked:            7340 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             26652 kB
Writeback:             0 kB
AnonPages:       6134624 kB
Mapped:            67896 kB
Shmem:             49592 kB
Slab:             459276 kB
SReclaimable:     431316 kB
SUnreclaim:        27960 kB
KernelStack:        3504 kB
PageTables:        17408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6784804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5855232 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= 33908 MiB
End job on node148 at 2018-08-13 02:31:17