Trace number 4304494

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)61 2520.05 2467.23

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-22b_c18.xml
MD5SUM7375a72c51daab431b80fe15fe0b37d4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark54
Best CPU time to get the best result obtained on this benchmark2400.26
Satisfiable
(Un)Satisfiability was proved
Number of variables86
Number of constraints296
Number of domains19
Minimum domain size1
Maximum domain size43
Distribution of domain sizes[{"size":1,"count":3},{"size":2,"count":49},{"size":3,"count":6},{"size":4,"count":4},{"size":5,"count":1},{"size":7,"count":1},{"size":43,"count":22}]
Minimum variable degree2
Maximum variable degree64
Distribution of variable degrees[{"degree":2,"count":64},{"degree":61,"count":8},{"degree":62,"count":6},{"degree":63,"count":4},{"degree":64,"count":4}]
Minimum constraint arity2
Maximum constraint arity23
Distribution of constraint arities[{"arity":2,"count":254},{"arity":23,"count":42}]
Number of extensional constraints0
Number of intensional constraints254
Distribution of constraint types[{"type":"intension","count":254},{"type":"count","count":42}]
Optimization problemYES
Type of objectivemin 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.97/0.76	c Concrete v3.9.2.1532736233296 running
92.43/80.38	o 79
92.84/80.63	o 78
156.47/142.48	o 77
177.90/163.48	o 72
193.71/178.63	o 71
202.29/187.07	o 70
316.72/299.49	o 68
316.94/299.68	o 67
436.76/417.50	o 66
616.04/594.01	o 65
1741.62/1701.33	o 62
1878.21/1835.50	o 61
2520.02/2467.20	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.02/2467.20		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.02/2467.20		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.02/2467.20		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.02/2467.20		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.02/2467.20		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.02/2467.20		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.02/2467.20		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.02/2467.20		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.02/2467.20		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.02/2467.20		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.02/2467.20		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.02/2467.20		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.02/2467.20		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.02/2467.20		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.02/2467.20		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.02/2467.20		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
2520.02/2467.20		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.02/2467.20		at scala.Option.map(Option.scala:146)
2520.02/2467.20		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.02/2467.20		at concrete.MAC.mac(MAC.scala:203)
2520.02/2467.20		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.02/2467.20		at scala.util.Try$.apply(Try.scala:209)
2520.02/2467.20		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.02/2467.20		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.02/2467.20		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.02/2467.20		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.02/2467.20		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.02/2467.20		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.02/2467.20		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.02/2467.20		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.02/2467.20		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.02/2467.20		at concrete.MAC.oneRun(MAC.scala:253)
2520.02/2467.20		at concrete.MAC.nextSolution(MAC.scala:272)
2520.02/2467.20		at concrete.MAC.nextSolution(MAC.scala:355)
2520.02/2467.20		at concrete.Solver.hasNext(Solver.scala:166)
2520.02/2467.20		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.02/2467.20		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.02/2467.20		at concrete.Solver.foreach(Solver.scala:68)
2520.02/2467.20		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.02/2467.20		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.02/2467.21		at scala.util.Success.map(Try.scala:209)
2520.02/2467.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.02/2467.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.02/2467.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.02/2467.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2467.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.02/2467.21		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.02/2467.21		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.02/2467.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.02/2467.21		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.02/2467.21		at scala.collection.immutable.List.foreach(List.scala:389)
2520.02/2467.21		at scala.App.main(App.scala:76)
2520.02/2467.21		at scala.App.main$(App.scala:74)
2520.02/2467.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.02/2467.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2467.21	v <instantiation cost="61">
2520.02/2467.21	v       <list>
2520.02/2467.21	v         v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] v[10] v[11] v[12] v[13] v[14] v[15] v[16] v[17] v[18] v[19] v[20] v[21] np[0] np[1] np[2] np[3] np[4] np[5] np[6] np[7] np[8] np[9] np[10] np[11] np[12] np[13] np[14] np[15] np[16] np[17] np[18] np[19] np[20] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] nf[9] nf[10] nf[11] nf[12] nf[13] nf[14] nf[15] nf[16] nf[17] nf[18] nf[19] nf[20] pp[0] pp[1] pp[2] pp[3] pp[4] pp[5] pp[6] pp[7] pp[8] pp[9] pp[10] pp[11] pp[12] pp[13] pp[14] pp[15] pp[16] pp[17] pp[18] pp[19] pp[20] pp[21]
2520.02/2467.21	v       </list>
2520.02/2467.21	v       <values>
2520.02/2467.21	v         -8 20 -11 -19 8 -2 19 -20 19 21 -19 19 -21 11 2 8 -21 21 21 19 1 12 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 2 1 2 1 1 0 0 0 0 0 2 0 0 1 1 0 0 0 0 0 0 4 1 3 6 0 4 8 0 5 0 9 0 0 8 0 10 0 0 0 11 0 0 0 0 0
2520.02/2467.21	v       </values>
2520.02/2467.21	v     </instantiation>
2520.02/2467.21	s SATISFIABLE

Verifier Data

OK	61

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304494-1534096288/watcher-4304494-1534096288 -o /tmp/evaluation-result-4304494-1534096288/solver-4304494-1534096288 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534096288-2751 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=382008755 -superng HOME/instance-4304494-1534096288.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
solver pid=2779, runsolver pid=2773
Current StackSize limit: 8192 KiB


[startup+0.1001 s]*
/proc/loadavg: 1.15 1.45 1.54 6/222 2865
/proc/meminfo: memFree=17365824/32770624 swapFree=67108844/67108860
[pid=2779] ppid=2773 vsize=2588 memory=184 CPUtime=0.08 cores=1,3,5,7
/proc/2779/stat : 2779 (java) D 2773 2779 31211 0 -1 1077936128 1069 13174 0 0 0 0 5 3 20 0 1 0 227191999 2650112 46 33554432000 4194304 4196468 140734759856640 140734759853864 140252074817223 0 0 4096 0 18446744072101797412 0 0 17 5 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
/proc/2779/statm: 647 46 36 1 0 43 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 2588 KiB
Current children cumulated memory: 184 KiB

[startup+0.210007 s]*
/proc/loadavg: 1.15 1.45 1.54 4/216 2911
/proc/meminfo: memFree=17340684/32770624 swapFree=67108844/67108860
[pid=2779] ppid=2773 vsize=10982696 memory=42584 CPUtime=0.24 cores=1,3,5,7
/proc/2779/stat : 2779 (java) S 2773 2779 31211 0 -1 1077944320 6861 13174 0 0 15 1 5 3 20 0 15 0 227191999 11246280704 10646 33554432000 4194304 4196468 140734759856640 140734759839184 140252072541943 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
/proc/2779/statm: 2745674 10646 2943 1 0 2708109 0
[pid=2779/tid=2884] ppid=2773 vsize=10982696 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/2779/task/2884/stat : 2884 (java) R 2773 2779 31211 0 -1 4202560 3409 13174 0 0 9 1 5 3 20 0 15 0 227192010 11246280704 10646 33554432000 4194304 4196468 140734759856640 140252044374976 140252056622430 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2888] ppid=2773 vsize=10982696 memory=342 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2888/stat : 2888 (java) S 2773 2779 31211 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 227192011 11246280704 10646 33554432000 4194304 4196468 140734759856640 140252076784400 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2891] ppid=2773 vsize=10982696 memory=3834170067259135648 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2891/stat : 2891 (java) S 2773 2779 31211 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 227192011 11246280704 10646 33554432000 4194304 4196468 140734759856640 140251958049680 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2892] ppid=2773 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2892/stat : 2892 (java) S 2773 2779 31211 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 227192011 11246280704 10646 33554432000 4194304 4196468 140734759856640 140251956997136 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2893] ppid=2773 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2893/stat : 2893 (java) S 2773 2779 31211 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 15 0 227192011 11246280704 10646 33554432000 4194304 4196468 140734759856640 140251610406032 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2894] ppid=2773 vsize=10982696 memory=139790219908736 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2894/stat : 2894 (java) S 2773 2779 31211 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 15 0 227192012 11246280704 10646 33554432000 4194304 4196468 140734759856640 140251565590512 140252072553090 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2896] ppid=2773 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2896/stat : 2896 (java) S 2773 2779 31211 0 -1 1077944384 13 13174 0 0 0 0 5 3 20 0 15 0 227192013 11246280704 10646 33554432000 4194304 4196468 140734759856640 140250828497824 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2898] ppid=2773 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2898/stat : 2898 (java) S 2773 2779 31211 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 15 0 227192013 11246280704 10646 33554432000 4194304 4196468 140734759856640 140250680648688 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2900] ppid=2773 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2900/stat : 2900 (java) S 2773 2779 31211 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 15 0 227192016 11246280704 10646 33554432000 4194304 4196468 140734759856640 140250412214480 140252072560539 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2902] ppid=2773 vsize=10982696 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/2779/task/2902/stat : 2902 (java) S 2773 2779 31211 0 -1 1077944384 560 13174 0 0 1 0 5 3 20 0 15 0 227192016 11246280704 10646 33554432000 4194304 4196468 140734759856640 140251564538352 140252072553090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2904] ppid=2773 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2904/stat : 2904 (java) S 2773 2779 31211 0 -1 1077944384 61 13174 0 0 0 0 5 3 20 0 15 0 227192016 11246280704 10646 33554432000 4194304 4196468 140734759856640 140251563485808 140252072553090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2905] ppid=2773 vsize=10982696 memory=139790219908736 CPUtime=0.11 cores=1,3,5,7
/proc/2779/task/2905/stat : 2905 (java) S 2773 2779 31211 0 -1 1077944384 619 13174 0 0 3 0 5 3 20 0 15 0 227192016 11246280704 10646 33554432000 4194304 4196468 140734759856640 140251562433264 140252072553090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2908] ppid=2773 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2908/stat : 2908 (java) S 2773 2779 31211 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 227192016 11246280704 10646 33554432000 4194304 4196468 140734759856640 140249942453344 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2910] ppid=2773 vsize=10982696 memory=139790219908736 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2910/stat : 2910 (java) S 2773 2779 31211 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 227192016 11246280704 10646 33554432000 4194304 4196468 140734759856640 140251561380144 140252072553090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 42584 KiB

[startup+0.310653 s]*
/proc/loadavg: 1.15 1.45 1.54 6/216 2911
/proc/meminfo: memFree=17311588/32770624 swapFree=67108844/67108860
[pid=2779] ppid=2773 vsize=10983192 memory=55504 CPUtime=0.37 cores=1,3,5,7
/proc/2779/stat : 2779 (java) S 2773 2779 31211 0 -1 1077944320 9957 13174 0 0 27 2 5 3 20 0 15 0 227191999 11246788608 13876 33554432000 4194304 4196468 140734759856640 140734759839184 140252072541943 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
/proc/2779/statm: 2745798 13876 3074 1 0 2708109 0
[pid=2779/tid=2884] ppid=2773 vsize=10983192 memory=6935054825532540783 CPUtime=0.27 cores=1,3,5,7
/proc/2779/task/2884/stat : 2884 (java) R 2773 2779 31211 0 -1 4202560 6489 13174 0 0 18 1 5 3 20 0 15 0 227192010 11246788608 13876 33554432000 4194304 4196468 140734759856640 140252044353952 140252056622430 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2888] ppid=2773 vsize=10983192 memory=4126316290023845779 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2888/stat : 2888 (java) S 2773 2779 31211 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 227192011 11246788608 13876 33554432000 4194304 4196468 140734759856640 140252076784400 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2891] ppid=2773 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2891/stat : 2891 (java) S 2773 2779 31211 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 227192011 11246788608 13876 33554432000 4194304 4196468 140734759856640 140251958049680 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2892] ppid=2773 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2892/stat : 2892 (java) S 2773 2779 31211 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 227192011 11246788608 13876 33554432000 4194304 4196468 140734759856640 140251956997136 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2893] ppid=2773 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2893/stat : 2893 (java) S 2773 2779 31211 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 15 0 227192011 11246788608 13876 33554432000 4194304 4196468 140734759856640 140251610406032 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2894] ppid=2773 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2894/stat : 2894 (java) S 2773 2779 31211 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 15 0 227192012 11246788608 13876 33554432000 4194304 4196468 140734759856640 140251565590512 140252072553090 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2896] ppid=2773 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2896/stat : 2896 (java) S 2773 2779 31211 0 -1 1077944384 13 13174 0 0 0 0 5 3 20 0 15 0 227192013 11246788608 13876 33554432000 4194304 4196468 140734759856640 140250828497824 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2898] ppid=2773 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2898/stat : 2898 (java) S 2773 2779 31211 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 15 0 227192013 11246788608 13876 33554432000 4194304 4196468 140734759856640 140250680648688 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2900] ppid=2773 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2900/stat : 2900 (java) S 2773 2779 31211 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 15 0 227192016 11246788608 13876 33554432000 4194304 4196468 140734759856640 140250412214480 140252072560539 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2902] ppid=2773 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/2779/task/2902/stat : 2902 (java) S 2773 2779 31211 0 -1 1077944384 560 13174 0 0 1 0 5 3 20 0 15 0 227192016 11246788608 13876 33554432000 4194304 4196468 140734759856640 140251564538352 140252072553090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2904] ppid=2773 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/2779/task/2904/stat : 2904 (java) S 2773 2779 31211 0 -1 1077944384 62 13174 0 0 1 0 5 3 20 0 15 0 227192016 11246788608 13876 33554432000 4194304 4196468 140734759856640 140251563485808 140252072553090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2905] ppid=2773 vsize=10983192 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/2779/task/2905/stat : 2905 (java) S 2773 2779 31211 0 -1 1077944384 629 13174 0 0 5 0 5 3 20 0 15 0 227192016 11246788608 13876 33554432000 4194304 4196468 140734759856640 140251562433264 140252072553090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2908] ppid=2773 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2908/stat : 2908 (java) S 2773 2779 31211 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 227192016 11246788608 13876 33554432000 4194304 4196468 140734759856640 140249942453344 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2910] ppid=2773 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2910/stat : 2910 (java) S 2773 2779 31211 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 227192016 11246788608 13876 33554432000 4194304 4196468 140734759856640 140251561380144 140252072553090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55504 KiB

[startup+0.700813 s]
/proc/loadavg: 1.15 1.45 1.54 6/216 2911
/proc/meminfo: memFree=17289220/32770624 swapFree=67108844/67108860
[pid=2779] ppid=2773 vsize=10983192 memory=90752 CPUtime=0.97 cores=1,3,5,7
/proc/2779/stat : 2779 (java) S 2773 2779 31211 0 -1 1077944320 16783 13174 0 0 85 4 5 3 20 0 15 0 227191999 11246788608 22688 33554432000 4194304 4196468 140734759856640 140734759839184 140252072541943 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
/proc/2779/statm: 2745798 22688 3237 1 0 2708109 0
[pid=2779/tid=2884] ppid=2773 vsize=10983192 memory=1792813303297 CPUtime=0.65 cores=1,3,5,7
/proc/2779/task/2884/stat : 2884 (java) R 2773 2779 31211 0 -1 4202560 12353 13174 0 0 54 3 5 3 20 0 15 0 227192010 11246788608 22688 33554432000 4194304 4196468 140734759856640 140252044363664 140252072563869 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2888] ppid=2773 vsize=10983192 memory=1904482452737 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2888/stat : 2888 (java) S 2773 2779 31211 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 227192011 11246788608 22688 33554432000 4194304 4196468 140734759856640 140252076784400 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2891] ppid=2773 vsize=10983192 memory=279580225318000 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2891/stat : 2891 (java) S 2773 2779 31211 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 227192011 11246788608 22688 33554432000 4194304 4196468 140734759856640 140251958049680 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2892] ppid=2773 vsize=10983192 memory=576460758266962493 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2892/stat : 2892 (java) S 2773 2779 31211 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 227192011 11246788608 22688 33554432000 4194304 4196468 140734759856640 140251956997136 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2893] ppid=2773 vsize=10983192 memory=288293263952315181 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2893/stat : 2893 (java) S 2773 2779 31211 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 15 0 227192011 11246788608 22688 33554432000 4194304 4196468 140734759856640 140251610406032 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2894] ppid=2773 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2894/stat : 2894 (java) S 2773 2779 31211 0 -1 1077944384 6 13174 0 0 0 0 5 3 20 0 15 0 227192012 11246788608 22688 33554432000 4194304 4196468 140734759856640 140251565590512 140252072553090 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2896] ppid=2773 vsize=10983192 memory=825241649 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2896/stat : 2896 (java) S 2773 2779 31211 0 -1 1077944384 13 13174 0 0 0 0 5 3 20 0 15 0 227192013 11246788608 22688 33554432000 4194304 4196468 140734759856640 140250828497824 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2898] ppid=2773 vsize=10983192 memory=10468 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2898/stat : 2898 (java) S 2773 2779 31211 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 15 0 227192013 11246788608 22688 33554432000 4194304 4196468 140734759856640 140250680648688 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2900] ppid=2773 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2900/stat : 2900 (java) S 2773 2779 31211 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 15 0 227192016 11246788608 22688 33554432000 4194304 4196468 140734759856640 140250412214480 140252072560539 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2902] ppid=2773 vsize=10983192 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/2779/task/2902/stat : 2902 (java) S 2773 2779 31211 0 -1 1077944384 1231 13174 0 0 9 0 5 3 20 0 15 0 227192016 11246788608 22688 33554432000 4194304 4196468 140734759856640 140251564538352 140252072553090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2904] ppid=2773 vsize=10983192 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/2779/task/2904/stat : 2904 (java) S 2773 2779 31211 0 -1 1077944384 299 13174 0 0 7 0 5 3 20 0 15 0 227192016 11246788608 22688 33554432000 4194304 4196468 140734759856640 140251563485808 140252072553090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2905] ppid=2773 vsize=10983192 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/2779/task/2905/stat : 2905 (java) S 2773 2779 31211 0 -1 1077944384 672 13174 0 0 13 0 5 3 20 0 15 0 227192016 11246788608 22688 33554432000 4194304 4196468 140734759856640 140251562433264 140252072553090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2908] ppid=2773 vsize=10983192 memory=7812150406249344614 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2908/stat : 2908 (java) S 2773 2779 31211 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 227192016 11246788608 22688 33554432000 4194304 4196468 140734759856640 140249942453344 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2910] ppid=2773 vsize=10983192 memory=7380390804393060974 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2910/stat : 2910 (java) S 2773 2779 31211 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 227192016 11246788608 22688 33554432000 4194304 4196468 140734759856640 140251561380144 140252072553090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 90752 KiB

[startup+1.50333 s]
/proc/loadavg: 1.15 1.45 1.54 5/216 2911
/proc/meminfo: memFree=17209772/32770624 swapFree=67108844/67108860
[pid=2779] ppid=2773 vsize=10998092 memory=181360 CPUtime=2.31 cores=1,3,5,7
/proc/2779/stat : 2779 (java) S 2773 2779 31211 0 -1 1077944320 23843 13174 0 0 214 9 5 3 20 0 15 0 227191999 11262046208 45340 33554432000 4194304 4196468 140734759856640 140734759839184 140252072541943 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
/proc/2779/statm: 2749523 45340 3468 1 0 2711181 0
[pid=2779/tid=2884] ppid=2773 vsize=10998092 memory=104428 CPUtime=1.41 cores=1,3,5,7
/proc/2779/task/2884/stat : 2884 (java) R 2773 2779 31211 0 -1 4202560 17797 13174 0 0 128 5 5 3 20 0 15 0 227192010 11262046208 45340 33554432000 4194304 4196468 140734759856640 140252044373032 140252054491138 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2888] ppid=2773 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/2779/task/2888/stat : 2888 (java) S 2773 2779 31211 0 -1 1077944384 49 13174 0 0 1 0 5 3 20 0 15 0 227192011 11262046208 45340 33554432000 4194304 4196468 140734759856640 140252076784400 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2891] ppid=2773 vsize=10998092 memory=-7737621075815361632 CPUtime=0.09 cores=1,3,5,7
/proc/2779/task/2891/stat : 2891 (java) S 2773 2779 31211 0 -1 1077944384 20 13174 0 0 1 0 5 3 20 0 15 0 227192011 11262046208 45340 33554432000 4194304 4196468 140734759856640 140251958049680 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2892] ppid=2773 vsize=10998092 memory=279580225120640 CPUtime=0.09 cores=1,3,5,7
/proc/2779/task/2892/stat : 2892 (java) S 2773 2779 31211 0 -1 1077944384 194 13174 0 0 1 0 5 3 20 0 15 0 227192011 11262046208 45340 33554432000 4194304 4196468 140734759856640 140251956997136 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2893] ppid=2773 vsize=10998092 memory=279580225089728 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2893/stat : 2893 (java) S 2773 2779 31211 0 -1 1077944384 38 13174 0 0 0 0 5 3 20 0 15 0 227192011 11262046208 45340 33554432000 4194304 4196468 140734759856640 140251610406032 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2894] ppid=2773 vsize=10998092 memory=4140 CPUtime=0.09 cores=1,3,5,7
/proc/2779/task/2894/stat : 2894 (java) S 2773 2779 31211 0 -1 1077944384 49 13174 0 0 1 0 5 3 20 0 15 0 227192012 11262046208 45340 33554432000 4194304 4196468 140734759856640 140251565590512 140252072553090 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2896] ppid=2773 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2896/stat : 2896 (java) S 2773 2779 31211 0 -1 1077944384 14 13174 0 0 0 0 5 3 20 0 15 0 227192013 11262046208 45340 33554432000 4194304 4196468 140734759856640 140250828497888 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2898] ppid=2773 vsize=10998092 memory=2276 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2898/stat : 2898 (java) S 2773 2779 31211 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 15 0 227192013 11262046208 45340 33554432000 4194304 4196468 140734759856640 140250680648704 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2900] ppid=2773 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2900/stat : 2900 (java) S 2773 2779 31211 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 15 0 227192016 11262046208 45340 33554432000 4194304 4196468 140734759856640 140250412214480 140252072560539 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2902] ppid=2773 vsize=10998092 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/2779/task/2902/stat : 2902 (java) S 2773 2779 31211 0 -1 1077944384 1379 13174 0 0 19 0 5 3 20 0 15 0 227192016 11262046208 45340 33554432000 4194304 4196468 140734759856640 140251564538352 140252072553090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2904] ppid=2773 vsize=10998092 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/2779/task/2904/stat : 2904 (java) S 2773 2779 31211 0 -1 1077944384 748 13174 0 0 24 0 5 3 20 0 15 0 227192016 11262046208 45340 33554432000 4194304 4196468 140734759856640 140251563485808 140252072553090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2905] ppid=2773 vsize=10998092 memory=-1189914978686163229 CPUtime=0.43 cores=1,3,5,7
/proc/2779/task/2905/stat : 2905 (java) S 2773 2779 31211 0 -1 1077944384 1351 13174 0 0 35 0 5 3 20 0 15 0 227192016 11262046208 45340 33554432000 4194304 4196468 140734759856640 140251562433264 140252072553090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2908] ppid=2773 vsize=10998092 memory=6655300316396806240 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2908/stat : 2908 (java) S 2773 2779 31211 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 227192016 11262046208 45340 33554432000 4194304 4196468 140734759856640 140249942453344 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2910] ppid=2773 vsize=10998092 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2910/stat : 2910 (java) S 2773 2779 31211 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 227192016 11262046208 45340 33554432000 4194304 4196468 140734759856640 140251561380144 140252072553090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
Current children cumulated CPU time: 2.31 s
Current children cumulated vsize: 10998092 KiB
Current children cumulated memory: 181360 KiB

[startup+3.11024 s]
/proc/loadavg: 1.15 1.45 1.54 7/216 2911
/proc/meminfo: memFree=16950520/32770624 swapFree=67108844/67108860
[pid=2779] ppid=2773 vsize=11008352 memory=259388 CPUtime=5.83 cores=1,3,5,7
/proc/2779/stat : 2779 (java) S 2773 2779 31211 0 -1 1077944320 33623 13174 0 0 561 14 5 3 20 0 15 0 227191999 11272552448 64847 33554432000 4194304 4196468 140734759856640 140734759839184 140252072541943 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
/proc/2779/statm: 2752088 64847 3490 1 0 2713741 0
[pid=2779/tid=2884] ppid=2773 vsize=11008352 memory=8257237230052613020 CPUtime=3.01 cores=1,3,5,7
/proc/2779/task/2884/stat : 2884 (java) R 2773 2779 31211 0 -1 4202560 24709 13174 0 0 286 7 5 3 20 0 15 0 227192010 11272552448 64847 33554432000 4194304 4196468 140734759856640 140252044373952 140252064779070 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0

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

/proc/2779/task/2884/stat : 2884 (java) R 2773 2779 31211 0 -1 4202560 86716 13174 0 0 229830 50 5 3 20 0 15 0 227192010 11345952768 253447 33554432000 4194304 4196468 140734759856640 140252044376688 140251637294537 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2888] ppid=2773 vsize=11080032 memory=1011596 CPUtime=10.75 cores=1,3,5,7
/proc/2779/task/2888/stat : 2888 (java) S 2773 2779 31211 0 -1 1077944384 4498 13174 0 0 1016 51 5 3 20 0 15 0 227192011 11345952768 253447 33554432000 4194304 4196468 140734759856640 140252076784400 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2891] ppid=2773 vsize=11080032 memory=1013716 CPUtime=10.76 cores=1,3,5,7
/proc/2779/task/2891/stat : 2891 (java) S 2773 2779 31211 0 -1 1077944384 10964 13174 0 0 1016 52 5 3 20 0 15 0 227192011 11345952768 253447 33554432000 4194304 4196468 140734759856640 140251958049680 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2892] ppid=2773 vsize=11080032 memory=1013788 CPUtime=10.75 cores=1,3,5,7
/proc/2779/task/2892/stat : 2892 (java) S 2773 2779 31211 0 -1 1077944384 10107 13174 0 0 1010 57 5 3 20 0 15 0 227192011 11345952768 253447 33554432000 4194304 4196468 140734759856640 140251956997136 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2893] ppid=2773 vsize=11080032 memory=1013788 CPUtime=10.77 cores=1,3,5,7
/proc/2779/task/2893/stat : 2893 (java) S 2773 2779 31211 0 -1 1077944384 7213 13174 0 0 1017 52 5 3 20 0 15 0 227192011 11345952768 253447 33554432000 4194304 4196468 140734759856640 140251610406032 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2894] ppid=2773 vsize=11080032 memory=1013788 CPUtime=9.51 cores=1,3,5,7
/proc/2779/task/2894/stat : 2894 (java) S 2773 2779 31211 0 -1 1077944384 15048 13174 0 0 893 50 5 3 20 0 15 0 227192012 11345952768 253447 33554432000 4194304 4196468 140734759856640 140251565590512 140252072553090 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2896] ppid=2773 vsize=11080032 memory=1013788 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2896/stat : 2896 (java) S 2773 2779 31211 0 -1 1077944384 18 13174 0 0 0 0 5 3 20 0 15 0 227192013 11345952768 253447 33554432000 4194304 4196468 140734759856640 140250828497888 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2898] ppid=2773 vsize=11080032 memory=1013788 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2898/stat : 2898 (java) S 2773 2779 31211 0 -1 1077944384 7 13174 0 0 0 0 5 3 20 0 15 0 227192013 11345952768 253447 33554432000 4194304 4196468 140734759856640 140250680648704 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2900] ppid=2773 vsize=11080032 memory=1013788 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2900/stat : 2900 (java) S 2773 2779 31211 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 15 0 227192016 11345952768 253447 33554432000 4194304 4196468 140734759856640 140250412214480 140252072560539 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2902] ppid=2773 vsize=11080032 memory=1013788 CPUtime=8.11 cores=1,3,5,7
/proc/2779/task/2902/stat : 2902 (java) S 2773 2779 31211 0 -1 1077944384 52431 13174 0 0 796 7 5 3 20 0 15 0 227192016 11345952768 253447 33554432000 4194304 4196468 140734759856640 140251564538352 140252072553090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2904] ppid=2773 vsize=11080032 memory=1013788 CPUtime=8.83 cores=1,3,5,7
/proc/2779/task/2904/stat : 2904 (java) S 2773 2779 31211 0 -1 1077944384 53905 13174 0 0 868 7 5 3 20 0 15 0 227192016 11345952768 253447 33554432000 4194304 4196468 140734759856640 140251563485808 140252072553090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2905] ppid=2773 vsize=11080032 memory=2324 CPUtime=3.9 cores=1,3,5,7
/proc/2779/task/2905/stat : 2905 (java) S 2773 2779 31211 0 -1 1077944384 47825 13174 0 0 375 7 5 3 20 0 15 0 227192016 11345952768 253447 33554432000 4194304 4196468 140734759856640 140251562433264 140252072553090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2908] ppid=2773 vsize=11080032 memory=756 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2908/stat : 2908 (java) S 2773 2779 31211 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 227192016 11345952768 253447 33554432000 4194304 4196468 140734759856640 140249942453344 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2910] ppid=2773 vsize=11080032 memory=14568 CPUtime=1.46 cores=1,3,5,7
/proc/2779/task/2910/stat : 2910 (java) S 2773 2779 31211 0 -1 1077944384 1139 13174 0 0 62 76 5 3 20 0 15 0 227192016 11345952768 253447 33554432000 4194304 4196468 140734759856640 140251561380144 140252072553090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
Current children cumulated CPU time: 2373.12 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1013788 KiB

[startup+2382.3 s]
/proc/loadavg: 1.69 1.65 1.60 3/216 3136
/proc/meminfo: memFree=11212868/32770624 swapFree=67108844/67108860
[pid=2779] ppid=2773 vsize=11080032 memory=1013836 CPUtime=2433.94 cores=1,3,5,7
/proc/2779/stat : 2779 (java) S 2773 2779 31211 0 -1 1077944320 292961 13174 0 0 243027 359 5 3 20 0 15 0 227191999 11345952768 253459 33554432000 4194304 4196468 140734759856640 140734759839184 140252072541943 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
/proc/2779/statm: 2770008 253459 3524 1 0 2731661 0
[pid=2779/tid=2884] ppid=2773 vsize=11080032 memory=1020 CPUtime=2358.32 cores=1,3,5,7
/proc/2779/task/2884/stat : 2884 (java) R 2773 2779 31211 0 -1 4202560 87233 13174 0 0 235773 51 5 3 20 0 15 0 227192010 11345952768 253459 33554432000 4194304 4196468 140734759856640 140252044376752 140251655164092 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2888] ppid=2773 vsize=11080032 memory=1013836 CPUtime=11.03 cores=1,3,5,7
/proc/2779/task/2888/stat : 2888 (java) S 2773 2779 31211 0 -1 1077944384 4557 13174 0 0 1043 52 5 3 20 0 15 0 227192011 11345952768 253459 33554432000 4194304 4196468 140734759856640 140252076784400 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2891] ppid=2773 vsize=11080032 memory=1013788 CPUtime=11.04 cores=1,3,5,7
/proc/2779/task/2891/stat : 2891 (java) S 2773 2779 31211 0 -1 1077944384 10973 13174 0 0 1042 54 5 3 20 0 15 0 227192011 11345952768 253459 33554432000 4194304 4196468 140734759856640 140251958049680 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2892] ppid=2773 vsize=11080032 memory=1013788 CPUtime=11.03 cores=1,3,5,7
/proc/2779/task/2892/stat : 2892 (java) S 2773 2779 31211 0 -1 1077944384 10215 13174 0 0 1037 58 5 3 20 0 15 0 227192011 11345952768 253459 33554432000 4194304 4196468 140734759856640 140251956997136 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2893] ppid=2773 vsize=11080032 memory=1013788 CPUtime=11.04 cores=1,3,5,7
/proc/2779/task/2893/stat : 2893 (java) S 2773 2779 31211 0 -1 1077944384 7221 13174 0 0 1043 53 5 3 20 0 15 0 227192011 11345952768 253459 33554432000 4194304 4196468 140734759856640 140251610406032 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2894] ppid=2773 vsize=11080032 memory=1013788 CPUtime=9.75 cores=1,3,5,7
/proc/2779/task/2894/stat : 2894 (java) S 2773 2779 31211 0 -1 1077944384 15214 13174 0 0 916 51 5 3 20 0 15 0 227192012 11345952768 253459 33554432000 4194304 4196468 140734759856640 140251565590512 140252072553090 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2896] ppid=2773 vsize=11080032 memory=1013836 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2896/stat : 2896 (java) S 2773 2779 31211 0 -1 1077944384 18 13174 0 0 0 0 5 3 20 0 15 0 227192013 11345952768 253459 33554432000 4194304 4196468 140734759856640 140250828497888 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2898] ppid=2773 vsize=11080032 memory=1013836 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2898/stat : 2898 (java) S 2773 2779 31211 0 -1 1077944384 7 13174 0 0 0 0 5 3 20 0 15 0 227192013 11345952768 253459 33554432000 4194304 4196468 140734759856640 140250680648704 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2900] ppid=2773 vsize=11080032 memory=12708 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2900/stat : 2900 (java) S 2773 2779 31211 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 15 0 227192016 11345952768 253459 33554432000 4194304 4196468 140734759856640 140250412214480 140252072560539 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2902] ppid=2773 vsize=11080032 memory=1013788 CPUtime=8.11 cores=1,3,5,7
/proc/2779/task/2902/stat : 2902 (java) S 2773 2779 31211 0 -1 1077944384 52433 13174 0 0 796 7 5 3 20 0 15 0 227192016 11345952768 253459 33554432000 4194304 4196468 140734759856640 140251564538352 140252072553090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2904] ppid=2773 vsize=11080032 memory=8112282956445269571 CPUtime=8.83 cores=1,3,5,7
/proc/2779/task/2904/stat : 2904 (java) S 2773 2779 31211 0 -1 1077944384 53907 13174 0 0 868 7 5 3 20 0 15 0 227192016 11345952768 253459 33554432000 4194304 4196468 140734759856640 140251563485808 140252072553090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2905] ppid=2773 vsize=11080032 memory=7669179831285016935 CPUtime=3.9 cores=1,3,5,7
/proc/2779/task/2905/stat : 2905 (java) S 2773 2779 31211 0 -1 1077944384 47827 13174 0 0 375 7 5 3 20 0 15 0 227192016 11345952768 253459 33554432000 4194304 4196468 140734759856640 140251562433264 140252072553090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2908] ppid=2773 vsize=11080032 memory=7955164995751864172 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2908/stat : 2908 (java) S 2773 2779 31211 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 227192016 11345952768 253459 33554432000 4194304 4196468 140734759856640 140249942453344 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2910] ppid=2773 vsize=11080032 memory=1013788 CPUtime=1.49 cores=1,3,5,7
/proc/2779/task/2910/stat : 2910 (java) S 2773 2779 31211 0 -1 1077944384 1155 13174 0 0 64 77 5 3 20 0 15 0 227192016 11345952768 253459 33554432000 4194304 4196468 140734759856640 140251561380144 140252072553090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
Current children cumulated CPU time: 2433.94 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1013836 KiB

[startup+2442.3 s]
/proc/loadavg: 1.63 1.63 1.59 3/216 3137
/proc/meminfo: memFree=11210848/32770624 swapFree=67108844/67108860
[pid=2779] ppid=2773 vsize=11080032 memory=1015884 CPUtime=2494.75 cores=1,3,5,7
/proc/2779/stat : 2779 (java) S 2773 2779 31211 0 -1 1077944320 293466 13174 0 0 249101 366 5 3 20 0 15 0 227191999 11345952768 253971 33554432000 4194304 4196468 140734759856640 140734759839184 140252072541943 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
/proc/2779/statm: 2770008 253971 3524 1 0 2731661 0
[pid=2779/tid=2884] ppid=2773 vsize=11080032 memory=1013836 CPUtime=2417.72 cores=1,3,5,7
/proc/2779/task/2884/stat : 2884 (java) R 2773 2779 31211 0 -1 4202560 87626 13174 0 0 241713 51 5 3 20 0 15 0 227192010 11345952768 253971 33554432000 4194304 4196468 140734759856640 140252044376688 140251644847544 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2888] ppid=2773 vsize=11080032 memory=1013836 CPUtime=11.32 cores=1,3,5,7
/proc/2779/task/2888/stat : 2888 (java) S 2773 2779 31211 0 -1 1077944384 4612 13174 0 0 1070 54 5 3 20 0 15 0 227192011 11345952768 253971 33554432000 4194304 4196468 140734759856640 140252076784400 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2891] ppid=2773 vsize=11080032 memory=1015884 CPUtime=11.33 cores=1,3,5,7
/proc/2779/task/2891/stat : 2891 (java) S 2773 2779 31211 0 -1 1077944384 10982 13174 0 0 1070 55 5 3 20 0 15 0 227192011 11345952768 253971 33554432000 4194304 4196468 140734759856640 140251958049680 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2892] ppid=2773 vsize=11080032 memory=1015884 CPUtime=11.31 cores=1,3,5,7
/proc/2779/task/2892/stat : 2892 (java) S 2773 2779 31211 0 -1 1077944384 10222 13174 0 0 1063 60 5 3 20 0 15 0 227192011 11345952768 253971 33554432000 4194304 4196468 140734759856640 140251956997136 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2893] ppid=2773 vsize=11080032 memory=1015884 CPUtime=11.33 cores=1,3,5,7
/proc/2779/task/2893/stat : 2893 (java) S 2773 2779 31211 0 -1 1077944384 7232 13174 0 0 1070 55 5 3 20 0 15 0 227192011 11345952768 253971 33554432000 4194304 4196468 140734759856640 140251610406032 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2894] ppid=2773 vsize=11080032 memory=1015884 CPUtime=10 cores=1,3,5,7
/proc/2779/task/2894/stat : 2894 (java) S 2773 2779 31211 0 -1 1077944384 15240 13174 0 0 940 52 5 3 20 0 15 0 227192012 11345952768 253971 33554432000 4194304 4196468 140734759856640 140251565590512 140252072553090 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2896] ppid=2773 vsize=11080032 memory=1015884 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2896/stat : 2896 (java) S 2773 2779 31211 0 -1 1077944384 18 13174 0 0 0 0 5 3 20 0 15 0 227192013 11345952768 253971 33554432000 4194304 4196468 140734759856640 140250828497888 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2898] ppid=2773 vsize=11080032 memory=1013836 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2898/stat : 2898 (java) S 2773 2779 31211 0 -1 1077944384 7 13174 0 0 0 0 5 3 20 0 15 0 227192013 11345952768 253971 33554432000 4194304 4196468 140734759856640 140250680648704 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2900] ppid=2773 vsize=11080032 memory=1013836 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2900/stat : 2900 (java) S 2773 2779 31211 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 15 0 227192016 11345952768 253971 33554432000 4194304 4196468 140734759856640 140250412214480 140252072560539 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2902] ppid=2773 vsize=11080032 memory=1015884 CPUtime=8.11 cores=1,3,5,7
/proc/2779/task/2902/stat : 2902 (java) S 2773 2779 31211 0 -1 1077944384 52433 13174 0 0 796 7 5 3 20 0 15 0 227192016 11345952768 253971 33554432000 4194304 4196468 140734759856640 140251564538352 140252072553090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2904] ppid=2773 vsize=11080032 memory=4140 CPUtime=8.83 cores=1,3,5,7
/proc/2779/task/2904/stat : 2904 (java) S 2773 2779 31211 0 -1 1077944384 53907 13174 0 0 868 7 5 3 20 0 15 0 227192016 11345952768 253971 33554432000 4194304 4196468 140734759856640 140251563485808 140252072553090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2905] ppid=2773 vsize=11080032 memory=1015884 CPUtime=3.9 cores=1,3,5,7
/proc/2779/task/2905/stat : 2905 (java) S 2773 2779 31211 0 -1 1077944384 47827 13174 0 0 375 7 5 3 20 0 15 0 227192016 11345952768 253971 33554432000 4194304 4196468 140734759856640 140251562433264 140252072553090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2908] ppid=2773 vsize=11080032 memory=1015884 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2908/stat : 2908 (java) S 2773 2779 31211 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 227192016 11345952768 253971 33554432000 4194304 4196468 140734759856640 140249942453344 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2910] ppid=2773 vsize=11080032 memory=1013836 CPUtime=1.53 cores=1,3,5,7
/proc/2779/task/2910/stat : 2910 (java) S 2773 2779 31211 0 -1 1077944384 1159 13174 0 0 66 79 5 3 20 0 15 0 227192016 11345952768 253971 33554432000 4194304 4196468 140734759856640 140251561380144 140252072553090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
Current children cumulated CPU time: 2494.75 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1015884 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2467.2 s]
/proc/loadavg: 1.42 1.58 1.58 3/216 3138
/proc/meminfo: memFree=11210228/32770624 swapFree=67108844/67108860
[pid=2779] ppid=2773 vsize=11080032 memory=1015944 CPUtime=2520.02 cores=1,3,5,7
/proc/2779/stat : 2779 (java) S 2773 2779 31211 0 -1 1077944320 294089 13174 0 0 251625 369 5 3 20 0 15 0 227191999 11345952768 253986 33554432000 4194304 4196468 140734759856640 140734759839184 140252072541943 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
/proc/2779/statm: 2770008 253986 3524 1 0 2731661 0
[pid=2779/tid=2884] ppid=2773 vsize=11080032 memory=6299224755405427885 CPUtime=2442.36 cores=1,3,5,7
/proc/2779/task/2884/stat : 2884 (java) R 2773 2779 31211 0 -1 4202560 87926 13174 0 0 244177 51 5 3 20 0 15 0 227192010 11345952768 253986 33554432000 4194304 4196468 140734759856640 140252044376688 140251655485951 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2888] ppid=2773 vsize=11080032 memory=8112282956445269571 CPUtime=11.43 cores=1,3,5,7
/proc/2779/task/2888/stat : 2888 (java) S 2773 2779 31211 0 -1 1077944384 4619 13174 0 0 1081 54 5 3 20 0 15 0 227192011 11345952768 253986 33554432000 4194304 4196468 140734759856640 140252076784400 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2891] ppid=2773 vsize=11080032 memory=1808 CPUtime=11.45 cores=1,3,5,7
/proc/2779/task/2891/stat : 2891 (java) S 2773 2779 31211 0 -1 1077944384 11050 13174 0 0 1082 55 5 3 20 0 15 0 227192011 11345952768 253986 33554432000 4194304 4196468 140734759856640 140251958049680 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2892] ppid=2773 vsize=11080032 memory=1020 CPUtime=11.44 cores=1,3,5,7
/proc/2779/task/2892/stat : 2892 (java) S 2773 2779 31211 0 -1 1077944384 10283 13174 0 0 1075 61 5 3 20 0 15 0 227192011 11345952768 253986 33554432000 4194304 4196468 140734759856640 140251956997136 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2893] ppid=2773 vsize=11080032 memory=5780 CPUtime=11.45 cores=1,3,5,7
/proc/2779/task/2893/stat : 2893 (java) S 2773 2779 31211 0 -1 1077944384 7247 13174 0 0 1082 55 5 3 20 0 15 0 227192011 11345952768 253986 33554432000 4194304 4196468 140734759856640 140251610406032 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2894] ppid=2773 vsize=11080032 memory=1015944 CPUtime=10.11 cores=1,3,5,7
/proc/2779/task/2894/stat : 2894 (java) S 2773 2779 31211 0 -1 1077944384 15390 13174 0 0 950 53 5 3 20 0 15 0 227192012 11345952768 253986 33554432000 4194304 4196468 140734759856640 140251565590512 140252072553090 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2896] ppid=2773 vsize=11080032 memory=1015944 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2896/stat : 2896 (java) S 2773 2779 31211 0 -1 1077944384 18 13174 0 0 0 0 5 3 20 0 15 0 227192013 11345952768 253986 33554432000 4194304 4196468 140734759856640 140250828497888 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2898] ppid=2773 vsize=11080032 memory=1015944 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2898/stat : 2898 (java) S 2773 2779 31211 0 -1 1077944384 7 13174 0 0 0 0 5 3 20 0 15 0 227192013 11345952768 253986 33554432000 4194304 4196468 140734759856640 140250680648704 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2900] ppid=2773 vsize=11080032 memory=1015944 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2900/stat : 2900 (java) S 2773 2779 31211 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 15 0 227192016 11345952768 253986 33554432000 4194304 4196468 140734759856640 140250412214480 140252072560539 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2902] ppid=2773 vsize=11080032 memory=1015944 CPUtime=8.11 cores=1,3,5,7
/proc/2779/task/2902/stat : 2902 (java) S 2773 2779 31211 0 -1 1077944384 52435 13174 0 0 796 7 5 3 20 0 15 0 227192016 11345952768 253986 33554432000 4194304 4196468 140734759856640 140251564538352 140252072553090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2904] ppid=2773 vsize=11080032 memory=4140 CPUtime=8.83 cores=1,3,5,7
/proc/2779/task/2904/stat : 2904 (java) S 2773 2779 31211 0 -1 1077944384 53909 13174 0 0 868 7 5 3 20 0 15 0 227192016 11345952768 253986 33554432000 4194304 4196468 140734759856640 140251563485808 140252072553090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2905] ppid=2773 vsize=11080032 memory=1015944 CPUtime=3.9 cores=1,3,5,7
/proc/2779/task/2905/stat : 2905 (java) S 2773 2779 31211 0 -1 1077944384 47829 13174 0 0 375 7 5 3 20 0 15 0 227192016 11345952768 253986 33554432000 4194304 4196468 140734759856640 140251562433264 140252072553090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2908] ppid=2773 vsize=11080032 memory=3216 CPUtime=0.08 cores=1,3,5,7
/proc/2779/task/2908/stat : 2908 (java) S 2773 2779 31211 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 227192016 11345952768 253986 33554432000 4194304 4196468 140734759856640 140249942453344 140252072552149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
[pid=2779/tid=2910] ppid=2773 vsize=11080032 memory=1015944 CPUtime=1.54 cores=1,3,5,7
/proc/2779/task/2910/stat : 2910 (java) S 2773 2779 31211 0 -1 1077944384 1175 13174 0 0 66 80 5 3 20 0 15 0 227192016 11345952768 253986 33554432000 4194304 4196468 140734759856640 140251561380144 140252072553090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28344320 140734759864932 140734759867740 140734759867740 140734759870415 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1015944 KiB

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

[startup+2467.23 s]
# the end of solver process 2779 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.32 s, system=3.73549 s

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

Child status: 143
Real time (s): 2467.23
CPU time (s): 2520.05
CPU user time (s): 2516.32
CPU system time (s): 3.73549
CPU usage (%): 102.141
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 1028912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.32
system time used= 3.73549
maximum resident set size= 1029916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 307810
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 272307
involuntary context switches= 6228


# summary of solver processes directly reported to runsolver:
#   pid: 2779
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2516.32
#   total CPU system time (s): 3.73549

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.2355 second user time and 20.7698 second system time

The end

Launcher Data

Begin job on node136 at 2018-08-12 19:51:28
IDJOB=4304494
IDBENCH=141321
IDSOLVER=2781
FILE ID=node136/4304494-1534096288
RUNJOBID= node136-1534096288-2751
PBS_JOBID= 21036988
Free space on /tmp= 35540 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-22b_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304494-1534096288/watcher-4304494-1534096288 -o /tmp/evaluation-result-4304494-1534096288/solver-4304494-1534096288 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534096288-2751 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=382008755 -superng HOME/instance-4304494-1534096288.xml

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

MD5SUM BENCH= 7375a72c51daab431b80fe15fe0b37d4
RANDOM SEED=382008755

node136.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:        17414616 kB
MemAvailable:   31907048 kB
Buffers:          229316 kB
Cached:         14372456 kB
SwapCached:            8 kB
Active:          7149488 kB
Inactive:        7504916 kB
Active(anon):        960 kB
Inactive(anon):   104168 kB
Active(file):    7148528 kB
Inactive(file):  7400748 kB
Unevictable:        7296 kB
Mlocked:            7296 kB
SwapTotal:      67108860 kB
SwapFree:       67108844 kB
Dirty:             53076 kB
Writeback:             0 kB
AnonPages:         59952 kB
Mapped:            53012 kB
Shmem:             49788 kB
Slab:             399580 kB
SReclaimable:     371616 kB
SUnreclaim:        27964 kB
KernelStack:        3216 kB
PageTables:         5204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     351072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 35484 MiB
End job on node136 at 2018-08-12 20:32:36