Trace number 4302852

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-SuperNGSAT (TO)771 252.045 236.147

General information on the benchmark

NameMario/
Mario-n-medium-5_c18.xml
MD5SUM36a1aa2a38358c951443c34d8d302d49
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark771
Best CPU time to get the best result obtained on this benchmark87.2321
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints61
Number of domains56
Minimum domain size1
Maximum domain size30
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":28},{"size":29,"count":5},{"size":30,"count":55}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":59},{"degree":3,"count":29}]
Minimum constraint arity1
Maximum constraint arity30
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":58},{"arity":30,"count":2}]
Number of extensional constraints30
Number of intensional constraints29
Distribution of constraint types[{"type":"extension","count":30},{"type":"intension","count":29},{"type":"sum","count":1},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.99/0.74	c Concrete v3.9.2.1532736233296 running
10.55/4.65	o 392
10.88/4.70	o 398
10.88/4.71	o 401
11.20/4.85	o 420
11.52/4.97	o 426
11.52/4.99	o 430
11.87/5.05	o 510
11.87/5.09	o 566
12.19/5.11	o 620
12.19/5.11	o 622
12.19/5.12	o 664
14.60/5.98	o 682
14.60/5.99	o 718
16.69/7.14	o 720
18.32/8.41	o 725
18.32/8.48	o 749
19.01/8.86	o 752
176.72/162.19	o 756
177.76/163.14	o 771
252.00/236.11	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.00/236.11		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.00/236.11		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.00/236.11		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
252.00/236.11		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
252.00/236.11		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
252.00/236.11		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.00/236.11		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
252.00/236.11		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.00/236.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.00/236.11		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.00/236.11		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.00/236.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.00/236.11		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.00/236.11		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.00/236.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.00/236.11		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.00/236.11		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.00/236.11		at scala.Option.map(Option.scala:146)
252.00/236.11		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.00/236.11		at concrete.MAC.mac(MAC.scala:203)
252.00/236.11		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.00/236.11		at scala.util.Try$.apply(Try.scala:209)
252.00/236.11		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.00/236.11		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.00/236.11		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.00/236.11		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.00/236.11		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.00/236.11		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.00/236.11		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.00/236.11		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.00/236.11		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.00/236.11		at concrete.MAC.oneRun(MAC.scala:253)
252.00/236.11		at concrete.MAC.nextSolution(MAC.scala:272)
252.00/236.11		at concrete.MAC.nextSolution(MAC.scala:355)
252.00/236.11		at concrete.Solver.hasNext(Solver.scala:166)
252.00/236.11		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.00/236.11		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.00/236.11		at concrete.Solver.foreach(Solver.scala:68)
252.00/236.11		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.00/236.11		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.00/236.11		at scala.util.Success.map(Try.scala:209)
252.00/236.11		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.00/236.12		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.00/236.12		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.00/236.12		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.00/236.12		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.00/236.12		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.00/236.12		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.00/236.12		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.00/236.12		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.00/236.12		at scala.collection.immutable.List.foreach(List.scala:389)
252.00/236.12		at scala.App.main(App.scala:76)
252.00/236.12		at scala.App.main$(App.scala:74)
252.00/236.12		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.00/236.12		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.00/236.12	v <instantiation cost="771">
252.00/236.12	v       <list>
252.00/236.12	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] f[0] f[1] f[2] f[3] f[4] f[5] f[6] f[7] f[8] f[9] f[10] f[11] f[12] f[13] f[14] f[15] f[16] f[17] f[18] f[19] f[20] f[21] f[22] f[23] f[24] f[25] f[26] f[27] f[28] f[29] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17] g[18] g[19] g[20] g[21] g[22] g[23] g[24] g[25] g[26] g[27] g[28] g[29]
252.00/236.12	v       </list>
252.00/236.12	v       <values>
252.00/236.12	v         2 0 23 6 4 5 18 15 8 29 11 26 12 10 14 20 1 17 7 13 27 21 22 19 24 25 9 16 28 3 46 0 180 194 0 0 273 574 0 1 58 26 0 43 0 45 178 0 41 40 73 0 0 1 0 0 70 61 0 89 0 0 74 24 0 0 54 91 0 21 31 3 0 60 0 90 78 0 17 17 8 0 0 56 0 0 80 47 0 20
252.00/236.12	v       </values>
252.00/236.12	v     </instantiation>
252.00/236.12	s SATISFIABLE

Verifier Data

OK	771

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 (12743 MiB free)
  memory of node 1: 16384 MiB (12581 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302852-1532898113/watcher-4302852-1532898113 -o /tmp/evaluation-result-4302852-1532898113/solver-4302852-1532898113 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532894180-24643 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=872067752 -superng HOME/instance-4302852-1532898113.xml 

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

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


[startup+0.100102 s]*
/proc/loadavg: 1.69 1.68 1.79 3/207 31628
/proc/meminfo: memFree=25925808/32770624 swapFree=67108792/67108860
[pid=31571] ppid=31568 vsize=10005480 memory=15176 CPUtime=0.1 cores=0,2,4,6
/proc/31571/stat : 31571 (java) S 31568 31571 22977 0 -1 1077944320 4460 13350 0 0 1 1 5 3 20 0 6 0 107374536 10245611520 3794 33554432000 4194304 4196468 140726763529504 140726763512048 140434862837495 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
/proc/31571/statm: 2501370 3794 1935 1 0 2489808 0
[pid=31571/tid=31624] ppid=31568 vsize=10005480 memory=4279135704013962892 CPUtime=0.09 cores=0,2,4,6
/proc/31571/task/31624/stat : 31624 (java) R 31568 31571 22977 0 -1 4202560 2271 13350 0 0 1 0 5 3 20 0 6 0 107374545 10245611520 3794 33554432000 4194304 4196468 140726763529504 140434834674256 140434848973280 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31625] ppid=31568 vsize=10005480 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31625/stat : 31625 (java) S 31568 31571 22977 0 -1 1077944384 1 13350 0 0 0 0 5 3 20 0 6 0 107374546 10245611520 3794 33554432000 4194304 4196468 140726763529504 140434867079952 140434862847701 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31626] ppid=31568 vsize=10005480 memory=139696905426560 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31626/stat : 31626 (java) S 31568 31571 22977 0 -1 1077944384 1 13350 0 0 0 0 5 3 20 0 6 0 107374546 10245611520 3794 33554432000 4194304 4196468 140726763529504 140434402290576 140434862847701 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31627] ppid=31568 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31627/stat : 31627 (java) S 31568 31571 22977 0 -1 1077944384 1 13350 0 0 0 0 5 3 20 0 6 0 107374546 10245611520 3794 33554432000 4194304 4196468 140726763529504 140434401238032 140434862847701 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31628] ppid=31568 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31628/stat : 31628 (java) S 31568 31571 22977 0 -1 1077944384 2 13350 0 0 0 0 5 3 20 0 6 0 107374546 10245611520 3794 33554432000 4194304 4196468 140726763529504 140434400185488 140434862847701 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 15176 KiB

[startup+0.210223 s]*
/proc/loadavg: 1.69 1.68 1.79 3/216 31637
/proc/meminfo: memFree=25901908/32770624 swapFree=67108792/67108860
[pid=31571] ppid=31568 vsize=10982744 memory=46040 CPUtime=0.26 cores=0,2,4,6
/proc/31571/stat : 31571 (java) S 31568 31571 22977 0 -1 1077944320 8215 13350 0 0 16 2 5 3 20 0 15 0 107374536 11246329856 11510 33554432000 4194304 4196468 140726763529504 140726763512048 140434862837495 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
/proc/31571/statm: 2745686 11510 2948 1 0 2708109 0
[pid=31571/tid=31624] ppid=31568 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/31571/task/31624/stat : 31624 (java) R 31568 31571 22977 0 -1 4202560 4803 13350 0 0 10 1 5 3 20 0 15 0 107374545 11246329856 11510 33554432000 4194304 4196468 140726763529504 140434834658592 140434846917982 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31625] ppid=31568 vsize=10982744 memory=343 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31625/stat : 31625 (java) S 31568 31571 22977 0 -1 1077944384 1 13350 0 0 0 0 5 3 20 0 15 0 107374546 11246329856 11510 33554432000 4194304 4196468 140726763529504 140434867079952 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31626] ppid=31568 vsize=10982744 memory=4122677405568505504 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31626/stat : 31626 (java) S 31568 31571 22977 0 -1 1077944384 1 13350 0 0 0 0 5 3 20 0 15 0 107374546 11246329856 11510 33554432000 4194304 4196468 140726763529504 140434402290576 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31627] ppid=31568 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31627/stat : 31627 (java) S 31568 31571 22977 0 -1 1077944384 1 13350 0 0 0 0 5 3 20 0 15 0 107374546 11246329856 11510 33554432000 4194304 4196468 140726763529504 140434401238032 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31628] ppid=31568 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31628/stat : 31628 (java) S 31568 31571 22977 0 -1 1077944384 2 13350 0 0 0 0 5 3 20 0 15 0 107374546 11246329856 11510 33554432000 4194304 4196468 140726763529504 140434400185488 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31629] ppid=31568 vsize=10982744 memory=139696905426560 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31629/stat : 31629 (java) S 31568 31571 22977 0 -1 1077944384 2 13350 0 0 0 0 5 3 20 0 15 0 107374547 11246329856 11510 33554432000 4194304 4196468 140726763529504 140434154178544 140434862848642 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31630] ppid=31568 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31630/stat : 31630 (java) S 31568 31571 22977 0 -1 1077944384 13 13350 0 0 0 0 5 3 20 0 15 0 107374548 11246329856 11510 33554432000 4194304 4196468 140726763529504 140433686520736 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31631] ppid=31568 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31631/stat : 31631 (java) S 31568 31571 22977 0 -1 1077944384 1 13350 0 0 0 0 5 3 20 0 15 0 107374548 11246329856 11510 33554432000 4194304 4196468 140726763529504 140433485194224 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31632] ppid=31568 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31632/stat : 31632 (java) S 31568 31571 22977 0 -1 1077944384 3 13350 0 0 0 0 5 3 20 0 15 0 107374551 11246329856 11510 33554432000 4194304 4196468 140726763529504 140433177794768 140434862856091 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31633] ppid=31568 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31571/task/31633/stat : 31633 (java) R 31568 31571 22977 0 -1 1077944384 352 13350 0 0 1 0 5 3 20 0 15 0 107374551 11246329856 11510 33554432000 4194304 4196468 140726763529504 140434153126384 140434862848642 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31634] ppid=31568 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31634/stat : 31634 (java) S 31568 31571 22977 0 -1 1077944384 252 13350 0 0 0 0 5 3 20 0 15 0 107374551 11246329856 11510 33554432000 4194304 4196468 140726763529504 140434152073840 140434862848642 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31635] ppid=31568 vsize=10982744 memory=139696905426560 CPUtime=0.11 cores=0,2,4,6
/proc/31571/task/31635/stat : 31635 (java) S 31568 31571 22977 0 -1 1077944384 610 13350 0 0 3 0 5 3 20 0 15 0 107374551 11246329856 11510 33554432000 4194304 4196468 140726763529504 140434151021296 140434862848642 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31636] ppid=31568 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31636/stat : 31636 (java) S 31568 31571 22977 0 -1 1077944384 3 13350 0 0 0 0 5 3 20 0 15 0 107374551 11246329856 11510 33554432000 4194304 4196468 140726763529504 140432746998880 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31637] ppid=31568 vsize=10982744 memory=139696905426560 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31637/stat : 31637 (java) S 31568 31571 22977 0 -1 1077944384 1 13350 0 0 0 0 5 3 20 0 15 0 107374551 11246329856 11510 33554432000 4194304 4196468 140726763529504 140434149968176 140434862848642 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 46040 KiB

[startup+0.31016 s]*
/proc/loadavg: 1.69 1.68 1.79 3/216 31637
/proc/meminfo: memFree=25890380/32770624 swapFree=67108792/67108860
[pid=31571] ppid=31568 vsize=10983192 memory=56740 CPUtime=0.39 cores=0,2,4,6
/proc/31571/stat : 31571 (java) S 31568 31571 22977 0 -1 1077944320 10735 13350 0 0 28 3 5 3 20 0 15 0 107374536 11246788608 14185 33554432000 4194304 4196468 140726763529504 140726763512048 140434862837495 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
/proc/31571/statm: 2745798 14185 3067 1 0 2708109 0
[pid=31571/tid=31624] ppid=31568 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/31571/task/31624/stat : 31624 (java) R 31568 31571 22977 0 -1 4202560 7288 13350 0 0 19 2 5 3 20 0 15 0 107374545 11246788608 14185 33554432000 4194304 4196468 140726763529504 140434834649504 140434862859421 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31625] ppid=31568 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31625/stat : 31625 (java) S 31568 31571 22977 0 -1 1077944384 1 13350 0 0 0 0 5 3 20 0 15 0 107374546 11246788608 14185 33554432000 4194304 4196468 140726763529504 140434867079952 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31626] ppid=31568 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31626/stat : 31626 (java) S 31568 31571 22977 0 -1 1077944384 1 13350 0 0 0 0 5 3 20 0 15 0 107374546 11246788608 14185 33554432000 4194304 4196468 140726763529504 140434402290576 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31627] ppid=31568 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31627/stat : 31627 (java) S 31568 31571 22977 0 -1 1077944384 1 13350 0 0 0 0 5 3 20 0 15 0 107374546 11246788608 14185 33554432000 4194304 4196468 140726763529504 140434401238032 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31628] ppid=31568 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31628/stat : 31628 (java) S 31568 31571 22977 0 -1 1077944384 2 13350 0 0 0 0 5 3 20 0 15 0 107374546 11246788608 14185 33554432000 4194304 4196468 140726763529504 140434400185488 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31629] ppid=31568 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31629/stat : 31629 (java) S 31568 31571 22977 0 -1 1077944384 2 13350 0 0 0 0 5 3 20 0 15 0 107374547 11246788608 14185 33554432000 4194304 4196468 140726763529504 140434154178544 140434862848642 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31630] ppid=31568 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31630/stat : 31630 (java) S 31568 31571 22977 0 -1 1077944384 13 13350 0 0 0 0 5 3 20 0 15 0 107374548 11246788608 14185 33554432000 4194304 4196468 140726763529504 140433686520736 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31631] ppid=31568 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31631/stat : 31631 (java) S 31568 31571 22977 0 -1 1077944384 1 13350 0 0 0 0 5 3 20 0 15 0 107374548 11246788608 14185 33554432000 4194304 4196468 140726763529504 140433485194224 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31632] ppid=31568 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31632/stat : 31632 (java) S 31568 31571 22977 0 -1 1077944384 3 13350 0 0 0 0 5 3 20 0 15 0 107374551 11246788608 14185 33554432000 4194304 4196468 140726763529504 140433177794768 140434862856091 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31633] ppid=31568 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31571/task/31633/stat : 31633 (java) S 31568 31571 22977 0 -1 1077944384 352 13350 0 0 1 0 5 3 20 0 15 0 107374551 11246788608 14185 33554432000 4194304 4196468 140726763529504 140434153126384 140434862848642 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31634] ppid=31568 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/31571/task/31634/stat : 31634 (java) S 31568 31571 22977 0 -1 1077944384 255 13350 0 0 1 0 5 3 20 0 15 0 107374551 11246788608 14185 33554432000 4194304 4196468 140726763529504 140434152073840 140434862848642 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31635] ppid=31568 vsize=10983192 memory=139696905426560 CPUtime=0.13 cores=0,2,4,6
/proc/31571/task/31635/stat : 31635 (java) S 31568 31571 22977 0 -1 1077944384 621 13350 0 0 5 0 5 3 20 0 15 0 107374551 11246788608 14185 33554432000 4194304 4196468 140726763529504 140434151021296 140434862848642 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31636] ppid=31568 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31636/stat : 31636 (java) S 31568 31571 22977 0 -1 1077944384 3 13350 0 0 0 0 5 3 20 0 15 0 107374551 11246788608 14185 33554432000 4194304 4196468 140726763529504 140432746998880 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31637] ppid=31568 vsize=10983192 memory=139696905426560 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31637/stat : 31637 (java) S 31568 31571 22977 0 -1 1077944384 1 13350 0 0 0 0 5 3 20 0 15 0 107374551 11246788608 14185 33554432000 4194304 4196468 140726763529504 140434149968176 140434862848642 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56740 KiB

[startup+0.700827 s]
/proc/loadavg: 1.69 1.68 1.79 3/216 31637
/proc/meminfo: memFree=25879848/32770624 swapFree=67108792/67108860
[pid=31571] ppid=31568 vsize=10983192 memory=88804 CPUtime=0.99 cores=0,2,4,6
/proc/31571/stat : 31571 (java) S 31568 31571 22977 0 -1 1077944320 16800 13350 0 0 87 4 5 3 20 0 15 0 107374536 11246788608 22201 33554432000 4194304 4196468 140726763529504 140726763512048 140434862837495 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
/proc/31571/statm: 2745798 22201 3238 1 0 2708109 0
[pid=31571/tid=31624] ppid=31568 vsize=10983192 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/31571/task/31624/stat : 31624 (java) R 31568 31571 22977 0 -1 4202560 12346 13350 0 0 56 3 5 3 20 0 15 0 107374545 11246788608 22201 33554432000 4194304 4196468 140726763529504 140434834658320 140434862859421 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31625] ppid=31568 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31625/stat : 31625 (java) S 31568 31571 22977 0 -1 1077944384 1 13350 0 0 0 0 5 3 20 0 15 0 107374546 11246788608 22201 33554432000 4194304 4196468 140726763529504 140434867079952 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31626] ppid=31568 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31626/stat : 31626 (java) S 31568 31571 22977 0 -1 1077944384 1 13350 0 0 0 0 5 3 20 0 15 0 107374546 11246788608 22201 33554432000 4194304 4196468 140726763529504 140434402290576 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31627] ppid=31568 vsize=10983192 memory=32804 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31627/stat : 31627 (java) S 31568 31571 22977 0 -1 1077944384 1 13350 0 0 0 0 5 3 20 0 15 0 107374546 11246788608 22201 33554432000 4194304 4196468 140726763529504 140434401238032 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31628] ppid=31568 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31628/stat : 31628 (java) S 31568 31571 22977 0 -1 1077944384 2 13350 0 0 0 0 5 3 20 0 15 0 107374546 11246788608 22201 33554432000 4194304 4196468 140726763529504 140434400185488 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31629] ppid=31568 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31629/stat : 31629 (java) S 31568 31571 22977 0 -1 1077944384 6 13350 0 0 0 0 5 3 20 0 15 0 107374547 11246788608 22201 33554432000 4194304 4196468 140726763529504 140434154178544 140434862848642 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31630] ppid=31568 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31630/stat : 31630 (java) S 31568 31571 22977 0 -1 1077944384 13 13350 0 0 0 0 5 3 20 0 15 0 107374548 11246788608 22201 33554432000 4194304 4196468 140726763529504 140433686520736 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31631] ppid=31568 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31631/stat : 31631 (java) S 31568 31571 22977 0 -1 1077944384 1 13350 0 0 0 0 5 3 20 0 15 0 107374548 11246788608 22201 33554432000 4194304 4196468 140726763529504 140433485194224 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31632] ppid=31568 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31632/stat : 31632 (java) S 31568 31571 22977 0 -1 1077944384 3 13350 0 0 0 0 5 3 20 0 15 0 107374551 11246788608 22201 33554432000 4194304 4196468 140726763529504 140433177794768 140434862856091 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31633] ppid=31568 vsize=10983192 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/31571/task/31633/stat : 31633 (java) S 31568 31571 22977 0 -1 1077944384 705 13350 0 0 7 0 5 3 20 0 15 0 107374551 11246788608 22201 33554432000 4194304 4196468 140726763529504 140434153126384 140434862848642 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31634] ppid=31568 vsize=10983192 memory=139696764134480 CPUtime=0.18 cores=0,2,4,6
/proc/31571/task/31634/stat : 31634 (java) S 31568 31571 22977 0 -1 1077944384 862 13350 0 0 10 0 5 3 20 0 15 0 107374551 11246788608 22201 33554432000 4194304 4196468 140726763529504 140434152073840 140434862848642 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31635] ppid=31568 vsize=10983192 memory=142283676582542 CPUtime=0.21 cores=0,2,4,6
/proc/31571/task/31635/stat : 31635 (java) S 31568 31571 22977 0 -1 1077944384 664 13350 0 0 13 0 5 3 20 0 15 0 107374551 11246788608 22201 33554432000 4194304 4196468 140726763529504 140434151021296 140434862848642 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31636] ppid=31568 vsize=10983192 memory=4136 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31636/stat : 31636 (java) S 31568 31571 22977 0 -1 1077944384 3 13350 0 0 0 0 5 3 20 0 15 0 107374551 11246788608 22201 33554432000 4194304 4196468 140726763529504 140432746998880 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31637] ppid=31568 vsize=10983192 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31637/stat : 31637 (java) S 31568 31571 22977 0 -1 1077944384 1 13350 0 0 0 0 5 3 20 0 15 0 107374551 11246788608 22201 33554432000 4194304 4196468 140726763529504 140434149968176 140434862848642 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88804 KiB

[startup+1.50193 s]
/proc/loadavg: 1.69 1.68 1.79 3/216 31637
/proc/meminfo: memFree=25832500/32770624 swapFree=67108792/67108860
[pid=31571] ppid=31568 vsize=10998092 memory=181192 CPUtime=2.62 cores=0,2,4,6
/proc/31571/stat : 31571 (java) S 31568 31571 22977 0 -1 1077944320 25935 13350 0 0 243 11 5 3 20 0 15 0 107374536 11262046208 45298 33554432000 4194304 4196468 140726763529504 140726763512048 140434862837495 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
/proc/31571/statm: 2749523 45298 3470 1 0 2711181 0
[pid=31571/tid=31624] ppid=31568 vsize=10998092 memory=10799 CPUtime=1.43 cores=0,2,4,6
/proc/31571/task/31624/stat : 31624 (java) R 31568 31571 22977 0 -1 4202560 17798 13350 0 0 130 5 5 3 20 0 15 0 107374545 11262046208 45298 33554432000 4194304 4196468 140726763529504 140434834668880 140434862849430 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31625] ppid=31568 vsize=10998092 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/31571/task/31625/stat : 31625 (java) S 31568 31571 22977 0 -1 1077944384 16 13350 0 0 1 0 5 3 20 0 15 0 107374546 11262046208 45298 33554432000 4194304 4196468 140726763529504 140434867079952 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31626] ppid=31568 vsize=10998092 memory=1408 CPUtime=0.09 cores=0,2,4,6
/proc/31571/task/31626/stat : 31626 (java) S 31568 31571 22977 0 -1 1077944384 176 13350 0 0 1 0 5 3 20 0 15 0 107374546 11262046208 45298 33554432000 4194304 4196468 140726763529504 140434402290576 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31627] ppid=31568 vsize=10998092 memory=3084 CPUtime=0.09 cores=0,2,4,6
/proc/31571/task/31627/stat : 31627 (java) S 31568 31571 22977 0 -1 1077944384 43 13350 0 0 1 0 5 3 20 0 15 0 107374546 11262046208 45298 33554432000 4194304 4196468 140726763529504 140434401238032 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31628] ppid=31568 vsize=10998092 memory=88804 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31628/stat : 31628 (java) S 31568 31571 22977 0 -1 1077944384 30 13350 0 0 0 0 5 3 20 0 15 0 107374546 11262046208 45298 33554432000 4194304 4196468 140726763529504 140434400185488 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31629] ppid=31568 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31571/task/31629/stat : 31629 (java) S 31568 31571 22977 0 -1 1077944384 50 13350 0 0 1 0 5 3 20 0 15 0 107374547 11262046208 45298 33554432000 4194304 4196468 140726763529504 140434154178544 140434862848642 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31630] ppid=31568 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31630/stat : 31630 (java) S 31568 31571 22977 0 -1 1077944384 13 13350 0 0 0 0 5 3 20 0 15 0 107374548 11262046208 45298 33554432000 4194304 4196468 140726763529504 140433686520800 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31631] ppid=31568 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31631/stat : 31631 (java) S 31568 31571 22977 0 -1 1077944384 2 13350 0 0 0 0 5 3 20 0 15 0 107374548 11262046208 45298 33554432000 4194304 4196468 140726763529504 140433485194240 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31632] ppid=31568 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31632/stat : 31632 (java) S 31568 31571 22977 0 -1 1077944384 3 13350 0 0 0 0 5 3 20 0 15 0 107374551 11262046208 45298 33554432000 4194304 4196468 140726763529504 140433177794768 140434862856091 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31633] ppid=31568 vsize=10998092 memory=4638778398332698720 CPUtime=0.46 cores=0,2,4,6
/proc/31571/task/31633/stat : 31633 (java) S 31568 31571 22977 0 -1 1077944384 2504 13350 0 0 37 1 5 3 20 0 15 0 107374551 11262046208 45298 33554432000 4194304 4196468 140726763529504 140434153126384 140434862848642 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31634] ppid=31568 vsize=10998092 memory=279393528748928 CPUtime=0.41 cores=0,2,4,6
/proc/31571/task/31634/stat : 31634 (java) S 31568 31571 22977 0 -1 1077944384 1812 13350 0 0 33 0 5 3 20 0 15 0 107374551 11262046208 45298 33554432000 4194304 4196468 140726763529504 140434152073840 140434862848642 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31635] ppid=31568 vsize=10998092 memory=6944656592452807323 CPUtime=0.43 cores=0,2,4,6
/proc/31571/task/31635/stat : 31635 (java) R 31568 31571 22977 0 -1 4202560 1294 13350 0 0 35 0 5 3 20 0 15 0 107374551 11262046208 45298 33554432000 4194304 4196468 140726763529504 140434151021296 140434846917982 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31636] ppid=31568 vsize=10998092 memory=1399101730491701635 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31636/stat : 31636 (java) S 31568 31571 22977 0 -1 1077944384 3 13350 0 0 0 0 5 3 20 0 15 0 107374551 11262046208 45298 33554432000 4194304 4196468 140726763529504 140432746998880 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31637] ppid=31568 vsize=10998092 memory=4137290303932963203 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31637/stat : 31637 (java) S 31568 31571 22977 0 -1 1077944384 1 13350 0 0 0 0 5 3 20 0 15 0 107374551 11262046208 45298 33554432000 4194304 4196468 140726763529504 140434149968176 140434862848642 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
Current children cumulated CPU time: 2.62 s
Current children cumulated vsize: 10998092 KiB

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

/proc/31571/task/31624/stat : 31624 (java) R 31568 31571 22977 0 -1 4202560 60572 13350 0 0 16143 19 5 3 20 0 15 0 107374545 11345952768 180132 33554432000 4194304 4196468 140726763529504 140434834673200 140434437598244 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31625] ppid=31568 vsize=11080032 memory=720528 CPUtime=0.35 cores=0,2,4,6
/proc/31571/task/31625/stat : 31625 (java) S 31568 31571 22977 0 -1 1077944384 1147 13350 0 0 23 4 5 3 20 0 15 0 107374546 11345952768 180132 33554432000 4194304 4196468 140726763529504 140434867079952 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31626] ppid=31568 vsize=11080032 memory=720528 CPUtime=0.36 cores=0,2,4,6
/proc/31571/task/31626/stat : 31626 (java) S 31568 31571 22977 0 -1 1077944384 2767 13350 0 0 24 4 5 3 20 0 15 0 107374546 11345952768 180132 33554432000 4194304 4196468 140726763529504 140434402290576 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31627] ppid=31568 vsize=11080032 memory=720528 CPUtime=0.35 cores=0,2,4,6
/proc/31571/task/31627/stat : 31627 (java) S 31568 31571 22977 0 -1 1077944384 3208 13350 0 0 23 4 5 3 20 0 15 0 107374546 11345952768 180132 33554432000 4194304 4196468 140726763529504 140434401238032 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31628] ppid=31568 vsize=11080032 memory=725640 CPUtime=0.34 cores=0,2,4,6
/proc/31571/task/31628/stat : 31628 (java) S 31568 31571 22977 0 -1 1077944384 3109 13350 0 0 22 4 5 3 20 0 15 0 107374546 11345952768 180132 33554432000 4194304 4196468 140726763529504 140434400185488 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31629] ppid=31568 vsize=11080032 memory=720516 CPUtime=0.26 cores=0,2,4,6
/proc/31571/task/31629/stat : 31629 (java) S 31568 31571 22977 0 -1 1077944384 2302 13350 0 0 17 1 5 3 20 0 15 0 107374547 11345952768 180132 33554432000 4194304 4196468 140726763529504 140434154178544 140434862848642 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31630] ppid=31568 vsize=11080032 memory=6944656592455359580 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31630/stat : 31630 (java) S 31568 31571 22977 0 -1 1077944384 16 13350 0 0 0 0 5 3 20 0 15 0 107374548 11345952768 180132 33554432000 4194304 4196468 140726763529504 140433686520800 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31631] ppid=31568 vsize=11080032 memory=720528 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31631/stat : 31631 (java) S 31568 31571 22977 0 -1 1077944384 4 13350 0 0 0 0 5 3 20 0 15 0 107374548 11345952768 180132 33554432000 4194304 4196468 140726763529504 140433485194240 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31632] ppid=31568 vsize=11080032 memory=720528 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31632/stat : 31632 (java) S 31568 31571 22977 0 -1 1077944384 3 13350 0 0 0 0 5 3 20 0 15 0 107374551 11345952768 180132 33554432000 4194304 4196468 140726763529504 140433177794768 140434862856091 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31633] ppid=31568 vsize=11080032 memory=720528 CPUtime=5.85 cores=0,2,4,6
/proc/31571/task/31633/stat : 31633 (java) S 31568 31571 22977 0 -1 1077944384 25947 13350 0 0 572 5 5 3 20 0 15 0 107374551 11345952768 180132 33554432000 4194304 4196468 140726763529504 140434153126384 140434862848642 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31634] ppid=31568 vsize=11080032 memory=30864 CPUtime=5.7 cores=0,2,4,6
/proc/31571/task/31634/stat : 31634 (java) S 31568 31571 22977 0 -1 1077944384 26458 13350 0 0 558 4 5 3 20 0 15 0 107374551 11345952768 180132 33554432000 4194304 4196468 140726763529504 140434152073840 140434862848642 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31635] ppid=31568 vsize=11080032 memory=4136 CPUtime=2.48 cores=0,2,4,6
/proc/31571/task/31635/stat : 31635 (java) S 31568 31571 22977 0 -1 1077944384 18703 13350 0 0 236 4 5 3 20 0 15 0 107374551 11345952768 180132 33554432000 4194304 4196468 140726763529504 140434151021296 140434862848642 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31636] ppid=31568 vsize=11080032 memory=30864 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31636/stat : 31636 (java) S 31568 31571 22977 0 -1 1077944384 3 13350 0 0 0 0 5 3 20 0 15 0 107374551 11345952768 180132 33554432000 4194304 4196468 140726763529504 140432746998880 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31637] ppid=31568 vsize=11080032 memory=720528 CPUtime=0.15 cores=0,2,4,6
/proc/31571/task/31637/stat : 31637 (java) S 31568 31571 22977 0 -1 1077944384 1179 13350 0 0 3 4 5 3 20 0 15 0 107374551 11345952768 180132 33554432000 4194304 4196468 140726763529504 140434149968176 140434862848642 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
Current children cumulated CPU time: 176.93 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 720528 KiB

[startup+222.301 s]
/proc/loadavg: 1.36 1.63 1.75 3/215 31895
/proc/meminfo: memFree=26776260/32770624 swapFree=67108792/67108860
[pid=31571] ppid=31568 vsize=11080032 memory=717484 CPUtime=237.97 cores=0,2,4,6
/proc/31571/stat : 31571 (java) S 31568 31571 22977 0 -1 1077944320 150053 13350 0 0 23727 62 5 3 20 0 15 0 107374536 11345952768 179371 33554432000 4194304 4196468 140726763529504 140726763512048 140434862837495 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
/proc/31571/statm: 2770008 179371 3532 1 0 2731661 0
[pid=31571/tid=31624] ppid=31568 vsize=11080032 memory=717484 CPUtime=221.34 cores=0,2,4,6
/proc/31571/task/31624/stat : 31624 (java) R 31568 31571 22977 0 -1 4202560 61010 13350 0 0 22106 20 5 3 20 0 15 0 107374545 11345952768 179371 33554432000 4194304 4196468 140726763529504 140434834672768 140434451169960 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31625] ppid=31568 vsize=11080032 memory=717484 CPUtime=0.5 cores=0,2,4,6
/proc/31571/task/31625/stat : 31625 (java) S 31568 31571 22977 0 -1 1077944384 1166 13350 0 0 37 5 5 3 20 0 15 0 107374546 11345952768 179371 33554432000 4194304 4196468 140726763529504 140434867079952 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31626] ppid=31568 vsize=11080032 memory=717484 CPUtime=0.51 cores=0,2,4,6
/proc/31571/task/31626/stat : 31626 (java) S 31568 31571 22977 0 -1 1077944384 3325 13350 0 0 38 5 5 3 20 0 15 0 107374546 11345952768 179371 33554432000 4194304 4196468 140726763529504 140434402290576 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31627] ppid=31568 vsize=11080032 memory=1200 CPUtime=0.5 cores=0,2,4,6
/proc/31571/task/31627/stat : 31627 (java) S 31568 31571 22977 0 -1 1077944384 3227 13350 0 0 37 5 5 3 20 0 15 0 107374546 11345952768 179371 33554432000 4194304 4196468 140726763529504 140434401238032 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31628] ppid=31568 vsize=11080032 memory=717484 CPUtime=0.5 cores=0,2,4,6
/proc/31571/task/31628/stat : 31628 (java) S 31568 31571 22977 0 -1 1077944384 3133 13350 0 0 37 5 5 3 20 0 15 0 107374546 11345952768 179371 33554432000 4194304 4196468 140726763529504 140434400185488 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31629] ppid=31568 vsize=11080032 memory=717484 CPUtime=0.41 cores=0,2,4,6
/proc/31571/task/31629/stat : 31629 (java) S 31568 31571 22977 0 -1 1077944384 2408 13350 0 0 30 3 5 3 20 0 15 0 107374547 11345952768 179371 33554432000 4194304 4196468 140726763529504 140434154178544 140434862848642 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31630] ppid=31568 vsize=11080032 memory=717484 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31630/stat : 31630 (java) S 31568 31571 22977 0 -1 1077944384 16 13350 0 0 0 0 5 3 20 0 15 0 107374548 11345952768 179371 33554432000 4194304 4196468 140726763529504 140433686520800 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31631] ppid=31568 vsize=11080032 memory=1428 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31631/stat : 31631 (java) S 31568 31571 22977 0 -1 1077944384 4 13350 0 0 0 0 5 3 20 0 15 0 107374548 11345952768 179371 33554432000 4194304 4196468 140726763529504 140433485194240 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31632] ppid=31568 vsize=11080032 memory=717484 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31632/stat : 31632 (java) S 31568 31571 22977 0 -1 1077944384 3 13350 0 0 0 0 5 3 20 0 15 0 107374551 11345952768 179371 33554432000 4194304 4196468 140726763529504 140433177794768 140434862856091 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31633] ppid=31568 vsize=11080032 memory=1292 CPUtime=6.07 cores=0,2,4,6
/proc/31571/task/31633/stat : 31633 (java) S 31568 31571 22977 0 -1 1077944384 26412 13350 0 0 594 5 5 3 20 0 15 0 107374551 11345952768 179371 33554432000 4194304 4196468 140726763529504 140434153126384 140434862848642 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31634] ppid=31568 vsize=11080032 memory=2436 CPUtime=5.98 cores=0,2,4,6
/proc/31571/task/31634/stat : 31634 (java) S 31568 31571 22977 0 -1 1077944384 27068 13350 0 0 586 4 5 3 20 0 15 0 107374551 11345952768 179371 33554432000 4194304 4196468 140726763529504 140434152073840 140434862848642 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31635] ppid=31568 vsize=11080032 memory=717484 CPUtime=2.59 cores=0,2,4,6
/proc/31571/task/31635/stat : 31635 (java) S 31568 31571 22977 0 -1 1077944384 18893 13350 0 0 247 4 5 3 20 0 15 0 107374551 11345952768 179371 33554432000 4194304 4196468 140726763529504 140434151021296 140434862848642 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31636] ppid=31568 vsize=11080032 memory=4136 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31636/stat : 31636 (java) S 31568 31571 22977 0 -1 1077944384 3 13350 0 0 0 0 5 3 20 0 15 0 107374551 11345952768 179371 33554432000 4194304 4196468 140726763529504 140432746998880 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31637] ppid=31568 vsize=11080032 memory=717484 CPUtime=0.17 cores=0,2,4,6
/proc/31571/task/31637/stat : 31637 (java) S 31568 31571 22977 0 -1 1077944384 1194 13350 0 0 4 5 5 3 20 0 15 0 107374551 11345952768 179371 33554432000 4194304 4196468 140726763529504 140434149968176 140434862848642 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
Current children cumulated CPU time: 237.97 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 717484 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+236.11 s]
/proc/loadavg: 1.29 1.60 1.74 3/215 31896
/proc/meminfo: memFree=26775764/32770624 swapFree=67108792/67108860
[pid=31571] ppid=31568 vsize=11080032 memory=717596 CPUtime=252 cores=0,2,4,6
/proc/31571/stat : 31571 (java) S 31568 31571 22977 0 -1 1077944320 152512 13350 0 0 25130 62 5 3 20 0 15 0 107374536 11345952768 179399 33554432000 4194304 4196468 140726763529504 140726763512048 140434862837495 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
/proc/31571/statm: 2770008 179399 3532 1 0 2731661 0
[pid=31571/tid=31624] ppid=31568 vsize=11080032 memory=717596 CPUtime=235.07 cores=0,2,4,6
/proc/31571/task/31624/stat : 31624 (java) R 31568 31571 22977 0 -1 4202560 61235 13350 0 0 23479 20 5 3 20 0 15 0 107374545 11345952768 179399 33554432000 4194304 4196468 140726763529504 140434834672704 140434450058931 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31625] ppid=31568 vsize=11080032 memory=717596 CPUtime=0.54 cores=0,2,4,6
/proc/31571/task/31625/stat : 31625 (java) S 31568 31571 22977 0 -1 1077944384 1181 13350 0 0 41 5 5 3 20 0 15 0 107374546 11345952768 179399 33554432000 4194304 4196468 140726763529504 140434867079952 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31626] ppid=31568 vsize=11080032 memory=717596 CPUtime=0.54 cores=0,2,4,6
/proc/31571/task/31626/stat : 31626 (java) S 31568 31571 22977 0 -1 1077944384 3343 13350 0 0 41 5 5 3 20 0 15 0 107374546 11345952768 179399 33554432000 4194304 4196468 140726763529504 140434402290576 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31627] ppid=31568 vsize=11080032 memory=717596 CPUtime=0.54 cores=0,2,4,6
/proc/31571/task/31627/stat : 31627 (java) S 31568 31571 22977 0 -1 1077944384 3272 13350 0 0 41 5 5 3 20 0 15 0 107374546 11345952768 179399 33554432000 4194304 4196468 140726763529504 140434401238032 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31628] ppid=31568 vsize=11080032 memory=717596 CPUtime=0.53 cores=0,2,4,6
/proc/31571/task/31628/stat : 31628 (java) S 31568 31571 22977 0 -1 1077944384 4311 13350 0 0 40 5 5 3 20 0 15 0 107374546 11345952768 179399 33554432000 4194304 4196468 140726763529504 140434400185488 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31629] ppid=31568 vsize=11080032 memory=717596 CPUtime=0.44 cores=0,2,4,6
/proc/31571/task/31629/stat : 31629 (java) S 31568 31571 22977 0 -1 1077944384 2456 13350 0 0 33 3 5 3 20 0 15 0 107374547 11345952768 179399 33554432000 4194304 4196468 140726763529504 140434154178544 140434862848642 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31630] ppid=31568 vsize=11080032 memory=1200 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31630/stat : 31630 (java) S 31568 31571 22977 0 -1 1077944384 16 13350 0 0 0 0 5 3 20 0 15 0 107374548 11345952768 179399 33554432000 4194304 4196468 140726763529504 140433686520800 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31631] ppid=31568 vsize=11080032 memory=717596 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31631/stat : 31631 (java) S 31568 31571 22977 0 -1 1077944384 4 13350 0 0 0 0 5 3 20 0 15 0 107374548 11345952768 179399 33554432000 4194304 4196468 140726763529504 140433485194240 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31632] ppid=31568 vsize=11080032 memory=717596 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31632/stat : 31632 (java) S 31568 31571 22977 0 -1 1077944384 3 13350 0 0 0 0 5 3 20 0 15 0 107374551 11345952768 179399 33554432000 4194304 4196468 140726763529504 140433177794768 140434862856091 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31633] ppid=31568 vsize=11080032 memory=0 CPUtime=6.12 cores=0,2,4,6
/proc/31571/task/31633/stat : 31633 (java) S 31568 31571 22977 0 -1 1077944384 26701 13350 0 0 599 5 5 3 20 0 15 0 107374551 11345952768 179399 33554432000 4194304 4196468 140726763529504 140434153126384 140434862848642 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31634] ppid=31568 vsize=11080032 memory=717484 CPUtime=6.03 cores=0,2,4,6
/proc/31571/task/31634/stat : 31634 (java) S 31568 31571 22977 0 -1 1077944384 27643 13350 0 0 591 4 5 3 20 0 15 0 107374551 11345952768 179399 33554432000 4194304 4196468 140726763529504 140434152073840 140434862848642 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31635] ppid=31568 vsize=11080032 memory=628148 CPUtime=2.62 cores=0,2,4,6
/proc/31571/task/31635/stat : 31635 (java) S 31568 31571 22977 0 -1 1077944384 18951 13350 0 0 250 4 5 3 20 0 15 0 107374551 11345952768 179399 33554432000 4194304 4196468 140726763529504 140434151021296 140434862848642 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31636] ppid=31568 vsize=11080032 memory=717596 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31636/stat : 31636 (java) S 31568 31571 22977 0 -1 1077944384 3 13350 0 0 0 0 5 3 20 0 15 0 107374551 11345952768 179399 33554432000 4194304 4196468 140726763529504 140432746998880 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31637] ppid=31568 vsize=11080032 memory=717596 CPUtime=0.19 cores=0,2,4,6
/proc/31571/task/31637/stat : 31637 (java) S 31568 31571 22977 0 -1 1077944384 1202 13350 0 0 5 6 5 3 20 0 15 0 107374551 11345952768 179399 33554432000 4194304 4196468 140726763529504 140434149968176 140434862848642 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
Current children cumulated CPU time: 252 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 717596 KiB

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

[startup+236.147 s]
# the end of solver process 31571 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.37 s, system=0.675294 s

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

[startup+236.11 s]
/proc/loadavg: 1.29 1.60 1.74 3/215 31896
/proc/meminfo: memFree=26775764/32770624 swapFree=67108792/67108860
[pid=31571] ppid=31568 vsize=11080032 memory=717596 CPUtime=252 cores=0,2,4,6
/proc/31571/stat : 31571 (java) S 31568 31571 22977 0 -1 1077944320 152512 13350 0 0 25130 62 5 3 20 0 15 0 107374536 11345952768 179399 33554432000 4194304 4196468 140726763529504 140726763512048 140434862837495 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
/proc/31571/statm: 2770008 179399 3532 1 0 2731661 0
[pid=31571/tid=31624] ppid=31568 vsize=11080032 memory=717596 CPUtime=235.07 cores=0,2,4,6
/proc/31571/task/31624/stat : 31624 (java) R 31568 31571 22977 0 -1 4202560 61235 13350 0 0 23479 20 5 3 20 0 15 0 107374545 11345952768 179399 33554432000 4194304 4196468 140726763529504 140434834672704 140434450058931 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31625] ppid=31568 vsize=11080032 memory=717596 CPUtime=0.54 cores=0,2,4,6
/proc/31571/task/31625/stat : 31625 (java) S 31568 31571 22977 0 -1 1077944384 1181 13350 0 0 41 5 5 3 20 0 15 0 107374546 11345952768 179399 33554432000 4194304 4196468 140726763529504 140434867079952 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31626] ppid=31568 vsize=11080032 memory=717596 CPUtime=0.54 cores=0,2,4,6
/proc/31571/task/31626/stat : 31626 (java) S 31568 31571 22977 0 -1 1077944384 3343 13350 0 0 41 5 5 3 20 0 15 0 107374546 11345952768 179399 33554432000 4194304 4196468 140726763529504 140434402290576 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31627] ppid=31568 vsize=11080032 memory=717596 CPUtime=0.54 cores=0,2,4,6
/proc/31571/task/31627/stat : 31627 (java) S 31568 31571 22977 0 -1 1077944384 3272 13350 0 0 41 5 5 3 20 0 15 0 107374546 11345952768 179399 33554432000 4194304 4196468 140726763529504 140434401238032 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31628] ppid=31568 vsize=11080032 memory=717596 CPUtime=0.53 cores=0,2,4,6
/proc/31571/task/31628/stat : 31628 (java) S 31568 31571 22977 0 -1 1077944384 4311 13350 0 0 40 5 5 3 20 0 15 0 107374546 11345952768 179399 33554432000 4194304 4196468 140726763529504 140434400185488 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31629] ppid=31568 vsize=11080032 memory=717596 CPUtime=0.44 cores=0,2,4,6
/proc/31571/task/31629/stat : 31629 (java) S 31568 31571 22977 0 -1 1077944384 2456 13350 0 0 33 3 5 3 20 0 15 0 107374547 11345952768 179399 33554432000 4194304 4196468 140726763529504 140434154178544 140434862848642 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31630] ppid=31568 vsize=11080032 memory=1200 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31630/stat : 31630 (java) S 31568 31571 22977 0 -1 1077944384 16 13350 0 0 0 0 5 3 20 0 15 0 107374548 11345952768 179399 33554432000 4194304 4196468 140726763529504 140433686520800 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31631] ppid=31568 vsize=11080032 memory=717596 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31631/stat : 31631 (java) S 31568 31571 22977 0 -1 1077944384 4 13350 0 0 0 0 5 3 20 0 15 0 107374548 11345952768 179399 33554432000 4194304 4196468 140726763529504 140433485194240 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31632] ppid=31568 vsize=11080032 memory=717596 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31632/stat : 31632 (java) S 31568 31571 22977 0 -1 1077944384 3 13350 0 0 0 0 5 3 20 0 15 0 107374551 11345952768 179399 33554432000 4194304 4196468 140726763529504 140433177794768 140434862856091 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31633] ppid=31568 vsize=11080032 memory=0 CPUtime=6.12 cores=0,2,4,6
/proc/31571/task/31633/stat : 31633 (java) S 31568 31571 22977 0 -1 1077944384 26701 13350 0 0 599 5 5 3 20 0 15 0 107374551 11345952768 179399 33554432000 4194304 4196468 140726763529504 140434153126384 140434862848642 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31634] ppid=31568 vsize=11080032 memory=717484 CPUtime=6.03 cores=0,2,4,6
/proc/31571/task/31634/stat : 31634 (java) S 31568 31571 22977 0 -1 1077944384 27643 13350 0 0 591 4 5 3 20 0 15 0 107374551 11345952768 179399 33554432000 4194304 4196468 140726763529504 140434152073840 140434862848642 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31635] ppid=31568 vsize=11080032 memory=628148 CPUtime=2.62 cores=0,2,4,6
/proc/31571/task/31635/stat : 31635 (java) S 31568 31571 22977 0 -1 1077944384 18951 13350 0 0 250 4 5 3 20 0 15 0 107374551 11345952768 179399 33554432000 4194304 4196468 140726763529504 140434151021296 140434862848642 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31636] ppid=31568 vsize=11080032 memory=717596 CPUtime=0.08 cores=0,2,4,6
/proc/31571/task/31636/stat : 31636 (java) S 31568 31571 22977 0 -1 1077944384 3 13350 0 0 0 0 5 3 20 0 15 0 107374551 11345952768 179399 33554432000 4194304 4196468 140726763529504 140432746998880 140434862847701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
[pid=31571/tid=31637] ppid=31568 vsize=11080032 memory=717596 CPUtime=0.19 cores=0,2,4,6
/proc/31571/task/31637/stat : 31637 (java) S 31568 31571 22977 0 -1 1077944384 1202 13350 0 0 5 6 5 3 20 0 15 0 107374551 11345952768 179399 33554432000 4194304 4196468 140726763529504 140434149968176 140434862848642 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18001920 140726763530857 140726763533665 140726763533665 140726763536335 0
Current children cumulated CPU time: 252 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 717596 KiB

Child status: 143
Real time (s): 236.147
CPU time (s): 252.045
CPU user time (s): 251.37
CPU system time (s): 0.675294
CPU usage (%): 106.732
Max. virtual memory (cumulated for all children) (KiB): 11082668
Max. memory (cumulated for all children) (KiB): 820856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.37
system time used= 0.675294
maximum resident set size= 822644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 166505
page faults= 0
swaps= 0
block input operations= 0
block output operations= 664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21688
involuntary context switches= 627


# summary of solver processes directly reported to runsolver:
#   pid: 31571
#   total CPU time (s): 252.045
#   total CPU user time (s): 251.37
#   total CPU system time (s): 0.675294

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.41172 second user time and 2.17151 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-29 23:01:53
IDJOB=4302852
IDBENCH=141526
IDSOLVER=2777
FILE ID=node150/4302852-1532898113
RUNJOBID= node150-1532894180-24643
PBS_JOBID= 21022512
Free space on /tmp= 55320 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Mario/Mario-n-medium-5_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302852-1532898113/watcher-4302852-1532898113 -o /tmp/evaluation-result-4302852-1532898113/solver-4302852-1532898113 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532894180-24643 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=872067752 -superng HOME/instance-4302852-1532898113.xml

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

MD5SUM BENCH= 36a1aa2a38358c951443c34d8d302d49
RANDOM SEED=872067752

node150.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.76
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.76
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.76
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.76
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:        25933280 kB
MemAvailable:   29774544 kB
Buffers:          228056 kB
Cached:          3855728 kB
SwapCached:           32 kB
Active:          3699496 kB
Inactive:        2601004 kB
Active(anon):    2168180 kB
Inactive(anon):    76188 kB
Active(file):    1531316 kB
Inactive(file):  2524816 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:             27104 kB
Writeback:             0 kB
AnonPages:       2228008 kB
Mapped:            57940 kB
Shmem:             25156 kB
Slab:             230508 kB
SReclaimable:     201936 kB
SUnreclaim:        28572 kB
KernelStack:        3616 kB
PageTables:         9812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3233388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1998848 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 55296 MiB
End job on node150 at 2018-07-29 23:05:49