Trace number 4294365

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.8-SuperNG 2018-06-13SAT (TO)92 2520.12 2483.14

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-12_c18.xml
MD5SUMc13fad5df3b78eadb31ee9887672a536
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark85
Best CPU time to get the best result obtained on this benchmark2520.06
Satisfiable
(Un)Satisfiability was proved
Number of variables156
Number of constraints67
Number of domains2
Minimum domain size144
Maximum domain size145
Distribution of domain sizes[{"size":144,"count":66},{"size":145,"count":12}]
Minimum variable degree0
Maximum variable degree12
Distribution of variable degrees[{"degree":0,"count":78},{"degree":2,"count":66},{"degree":11,"count":11},{"degree":12,"count":1}]
Minimum constraint arity3
Maximum constraint arity66
Distribution of constraint arities[{"arity":3,"count":66},{"arity":66,"count":1}]
Number of extensional constraints0
Number of intensional constraints66
Distribution of constraint types[{"type":"intension","count":66},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.98/0.73	c Concrete v3.8.1528841891564 running
8.28/4.00	o 127
8.62/4.07	o 126
8.96/4.11	o 125
8.96/4.14	o 124
9.89/4.48	o 123
10.22/4.53	o 122
10.22/4.57	o 121
10.22/4.58	o 120
10.22/4.60	o 118
10.56/4.61	o 111
10.56/4.63	o 109
10.56/4.67	o 106
10.88/4.76	o 104
12.20/5.49	o 102
23.02/15.04	o 99
26.84/18.48	o 98
39.43/30.49	o 97
62.73/53.45	o 95
229.66/218.26	o 93
2301.79/2267.48	o 92
2520.06/2483.11	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.06/2483.11		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.06/2483.11		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.06/2483.11		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.06/2483.11		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.06/2483.11		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.06/2483.11		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.06/2483.11		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.06/2483.11		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.06/2483.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.06/2483.11		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.06/2483.11		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.06/2483.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.06/2483.11		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.06/2483.11		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.06/2483.11		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.06/2483.11		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.06/2483.11		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.06/2483.11		at scala.Option.map(Option.scala:146)
2520.06/2483.11		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.06/2483.11		at concrete.MAC.mac(MAC.scala:203)
2520.06/2483.11		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.06/2483.11		at scala.util.Try$.apply(Try.scala:209)
2520.06/2483.11		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.06/2483.11		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.06/2483.11		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.06/2483.11		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.06/2483.11		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.06/2483.11		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.06/2483.11		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.06/2483.11		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.06/2483.11		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.06/2483.11		at concrete.MAC.oneRun(MAC.scala:253)
2520.06/2483.11		at concrete.MAC.nextSolution(MAC.scala:272)
2520.06/2483.11		at concrete.MAC.nextSolution(MAC.scala:355)
2520.06/2483.11		at concrete.Solver.hasNext(Solver.scala:166)
2520.06/2483.11		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.06/2483.11		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.06/2483.11		at concrete.Solver.foreach(Solver.scala:68)
2520.06/2483.12		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.06/2483.12		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.06/2483.12		at scala.util.Success.map(Try.scala:209)
2520.06/2483.12		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.06/2483.12		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.06/2483.12		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.06/2483.12		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.06/2483.12		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.06/2483.12		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.06/2483.12		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.06/2483.12		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.06/2483.12		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.06/2483.12		at scala.collection.immutable.List.foreach(List.scala:389)
2520.06/2483.12		at scala.App.main(App.scala:76)
2520.06/2483.12		at scala.App.main$(App.scala:74)
2520.06/2483.12		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.06/2483.12		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2483.12	v <instantiation cost="92">
2520.06/2483.12	v       <list>
2520.06/2483.12	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[0][10] y[0][11] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[1][10] y[1][11] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[2][10] y[2][11] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[3][10] y[3][11] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[4][10] y[4][11] y[5][6] y[5][7] y[5][8] y[5][9] y[5][10] y[5][11] y[6][7] y[6][8] y[6][9] y[6][10] y[6][11] y[7][8] y[7][9] y[7][10] y[7][11] y[8][9] y[8][10] y[8][11] y[9][10] y[9][11] y[10][11]
2520.06/2483.12	v       </list>
2520.06/2483.12	v       <values>
2520.06/2483.12	v         0 8 12 29 31 34 40 47 67 77 91 92 8 12 29 31 34 40 47 67 77 91 92 4 21 23 26 32 39 59 69 83 84 17 19 22 28 35 55 65 79 80 2 5 11 18 38 48 62 63 3 9 16 36 46 60 61 6 13 33 43 57 58 7 27 37 51 52 20 30 44 45 10 24 25 14 15 1
2520.06/2483.12	v       </values>
2520.06/2483.12	v     </instantiation>
2520.06/2483.12	s SATISFIABLE

Verifier Data

OK	92

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294365-1532458443/watcher-4294365-1532458443 -o /tmp/evaluation-result-4294365-1532458443/solver-4294365-1532458443 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532448512-24797 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1533677735 -superng HOME/instance-4294365-1532458443.xml 

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

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

solver pid=27286, runsolver pid=27283

[startup+0.100138 s]*
/proc/loadavg: 1.31 1.31 1.31 3/208 27343
/proc/meminfo: memFree=21753892/32770624 swapFree=67108860/67108860
[pid=27286] ppid=27283 vsize=9988792 memory=17604 CPUtime=0.09 cores=1,3,5,7
/proc/27286/stat : 27286 (java) S 27283 27286 24765 0 -1 1077944320 4511 12872 0 0 1 1 5 2 20 0 6 0 63407445 10228523008 4335 33554432000 4194304 4196468 140728722998832 140728722981376 139680890707703 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
/proc/27286/statm: 2497198 4335 1956 1 0 2485636 0
[pid=27286/tid=27339] ppid=27283 vsize=10055356 memory=4279135703979950990 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27339/stat : 27339 (java) R 27283 27286 24765 0 -1 4202560 2333 12872 0 0 0 0 5 2 20 0 7 0 63407454 10296684544 4401 33554432000 4194304 4196468 140728722998832 139680862550800 139680873666096 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27340] ppid=27283 vsize=10055356 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27340/stat : 27340 (java) S 27283 27286 24765 0 -1 1077944384 1 12872 0 0 0 0 5 2 20 0 7 0 63407455 10296684544 4401 33554432000 4194304 4196468 140728722998832 139680894949776 139680890717909 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27341] ppid=27283 vsize=10055356 memory=139884009166464 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27341/stat : 27341 (java) S 27283 27286 24765 0 -1 1077944384 1 12872 0 0 0 0 5 2 20 0 7 0 63407455 10296684544 4401 33554432000 4194304 4196468 140728722998832 139680793839888 139680890717909 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27342] ppid=27283 vsize=10055356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27342/stat : 27342 (java) S 27283 27286 24765 0 -1 1077944384 1 12872 0 0 0 0 5 2 20 0 7 0 63407455 10296684544 4401 33554432000 4194304 4196468 140728722998832 139680462793360 139680890717909 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27343] ppid=27283 vsize=10055356 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27343/stat : 27343 (java) S 27283 27286 24765 0 -1 1077944384 2 12872 0 0 0 0 5 2 20 0 7 0 63407455 10296684544 4401 33554432000 4194304 4196468 140728722998832 139680461740560 139680890717909 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27344] ppid=27283 vsize=10055356 memory=139884009166464 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27344/stat : 27344 (java) S 27283 27286 24765 0 -1 1077944384 2 12872 0 0 0 0 5 2 20 0 7 0 63407456 10296684544 4401 33554432000 4194304 4196468 140728722998832 139680350067312 139680890718850 0 0 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9988792 KiB
Current children cumulated memory: 17604 KiB

[startup+0.21005 s]*
/proc/loadavg: 1.31 1.31 1.31 3/217 27352
/proc/meminfo: memFree=21731984/32770624 swapFree=67108860/67108860
[pid=27286] ppid=27283 vsize=10819044 memory=46356 CPUtime=0.25 cores=1,3,5,7
/proc/27286/stat : 27286 (java) S 27283 27286 24765 0 -1 1077944320 9475 12872 0 0 16 2 5 2 20 0 15 0 63407445 11078701056 11589 33554432000 4194304 4196468 140728722998832 140728722981376 139680890707703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
/proc/27286/statm: 2704761 11589 2973 1 0 2667149 0
[pid=27286/tid=27339] ppid=27283 vsize=10819044 memory=-6517102902069810590 CPUtime=0.19 cores=1,3,5,7
/proc/27286/task/27339/stat : 27339 (java) R 27283 27286 24765 0 -1 4202560 6130 12872 0 0 10 2 5 2 20 0 15 0 63407454 11078701056 11589 33554432000 4194304 4196468 140728722998832 139680862532512 139680890719638 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27340] ppid=27283 vsize=10819044 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27340/stat : 27340 (java) S 27283 27286 24765 0 -1 1077944384 1 12872 0 0 0 0 5 2 20 0 15 0 63407455 11078701056 11589 33554432000 4194304 4196468 140728722998832 139680894949776 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27341] ppid=27283 vsize=10819044 memory=139884009166464 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27341/stat : 27341 (java) S 27283 27286 24765 0 -1 1077944384 1 12872 0 0 0 0 5 2 20 0 15 0 63407455 11078701056 11589 33554432000 4194304 4196468 140728722998832 139680793839888 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27342] ppid=27283 vsize=10819044 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27342/stat : 27342 (java) S 27283 27286 24765 0 -1 1077944384 1 12872 0 0 0 0 5 2 20 0 15 0 63407455 11078701056 11589 33554432000 4194304 4196468 140728722998832 139680462793360 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27343] ppid=27283 vsize=10819052 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27343/stat : 27343 (java) S 27283 27286 24765 0 -1 1077944384 2 12872 0 0 0 0 5 2 20 0 15 0 63407455 11078709248 11589 33554432000 4194304 4196468 140728722998832 139680461740560 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27344] ppid=27283 vsize=10819052 memory=139884009166464 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27344/stat : 27344 (java) S 27283 27286 24765 0 -1 1077944384 2 12872 0 0 0 0 5 2 20 0 15 0 63407456 11078709248 11589 33554432000 4194304 4196468 140728722998832 139680350067312 139680890718850 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27345] ppid=27283 vsize=10819052 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27345/stat : 27345 (java) S 27283 27286 24765 0 -1 1077944384 13 12872 0 0 0 0 5 2 20 0 15 0 63407456 11078709248 11589 33554432000 4194304 4196468 140728722998832 139679919760672 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27346] ppid=27283 vsize=10819052 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27346/stat : 27346 (java) S 27283 27286 24765 0 -1 1077944384 1 12872 0 0 0 0 5 2 20 0 15 0 63407457 11078709248 11589 33554432000 4194304 4196468 140728722998832 139679651325552 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27347] ppid=27283 vsize=10819052 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27347/stat : 27347 (java) S 27283 27286 24765 0 -1 1077944384 3 12872 0 0 0 0 5 2 20 0 15 0 63407459 11078709248 11589 33554432000 4194304 4196468 140728722998832 139679411034704 139680890726299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27348] ppid=27283 vsize=10819052 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27286/task/27348/stat : 27348 (java) S 27283 27286 24765 0 -1 1077944384 537 12872 0 0 1 0 5 2 20 0 15 0 63407459 11078709248 11589 33554432000 4194304 4196468 140728722998832 139680349014128 139680890718850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27349] ppid=27283 vsize=10819096 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27349/stat : 27349 (java) S 27283 27286 24765 0 -1 1077944384 56 12872 0 0 0 0 5 2 20 0 15 0 63407459 11078754304 11589 33554432000 4194304 4196468 140728722998832 139680347961328 139680890718850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27350] ppid=27283 vsize=10819096 memory=139884009166464 CPUtime=0.1 cores=1,3,5,7
/proc/27286/task/27350/stat : 27350 (java) R 27283 27286 24765 0 -1 4202560 537 12872 0 0 3 0 5 2 20 0 15 0 63407459 11078754304 11589 33554432000 4194304 4196468 140728722998832 139680346909040 139680890719638 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27351] ppid=27283 vsize=10819096 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27351/stat : 27351 (java) S 27283 27286 24765 0 -1 1077944384 3 12872 0 0 0 0 5 2 20 0 15 0 63407460 11078754304 11589 33554432000 4194304 4196468 140728722998832 139679377476064 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27352] ppid=27283 vsize=10819096 memory=139884009166464 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27352/stat : 27352 (java) S 27283 27286 24765 0 -1 1077944384 1 12872 0 0 0 0 5 2 20 0 15 0 63407460 11078754304 11589 33554432000 4194304 4196468 140728722998832 139680345856944 139680890718850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819044 KiB
Current children cumulated memory: 46356 KiB

[startup+0.310774 s]*
/proc/loadavg: 1.31 1.31 1.31 3/217 27352
/proc/meminfo: memFree=21720140/32770624 swapFree=67108860/67108860
[pid=27286] ppid=27283 vsize=10819352 memory=54232 CPUtime=0.39 cores=1,3,5,7
/proc/27286/stat : 27286 (java) S 27283 27286 24765 0 -1 1077944320 10628 12872 0 0 29 3 5 2 20 0 15 0 63407445 11079016448 13558 33554432000 4194304 4196468 140728722998832 140728722981376 139680890707703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
/proc/27286/statm: 2704838 13558 3092 1 0 2667149 0
[pid=27286/tid=27339] ppid=27283 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/27286/task/27339/stat : 27339 (java) R 27283 27286 24765 0 -1 4202560 7274 12872 0 0 19 2 5 2 20 0 15 0 63407454 11079016448 13558 33554432000 4194304 4196468 140728722998832 139680862519712 139680870983584 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27340] ppid=27283 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27340/stat : 27340 (java) S 27283 27286 24765 0 -1 1077944384 1 12872 0 0 0 0 5 2 20 0 15 0 63407455 11079016448 13558 33554432000 4194304 4196468 140728722998832 139680894949776 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27341] ppid=27283 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27341/stat : 27341 (java) S 27283 27286 24765 0 -1 1077944384 1 12872 0 0 0 0 5 2 20 0 15 0 63407455 11079016448 13558 33554432000 4194304 4196468 140728722998832 139680793839888 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27342] ppid=27283 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27342/stat : 27342 (java) S 27283 27286 24765 0 -1 1077944384 1 12872 0 0 0 0 5 2 20 0 15 0 63407455 11079016448 13558 33554432000 4194304 4196468 140728722998832 139680462793360 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27343] ppid=27283 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27343/stat : 27343 (java) S 27283 27286 24765 0 -1 1077944384 2 12872 0 0 0 0 5 2 20 0 15 0 63407455 11079016448 13558 33554432000 4194304 4196468 140728722998832 139680461740560 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27344] ppid=27283 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27344/stat : 27344 (java) S 27283 27286 24765 0 -1 1077944384 2 12872 0 0 0 0 5 2 20 0 15 0 63407456 11079016448 13558 33554432000 4194304 4196468 140728722998832 139680350067312 139680890718850 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27345] ppid=27283 vsize=10819352 memory=139884009166463 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27345/stat : 27345 (java) S 27283 27286 24765 0 -1 1077944384 13 12872 0 0 0 0 5 2 20 0 15 0 63407456 11079016448 13558 33554432000 4194304 4196468 140728722998832 139679919760672 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27346] ppid=27283 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27346/stat : 27346 (java) S 27283 27286 24765 0 -1 1077944384 1 12872 0 0 0 0 5 2 20 0 15 0 63407457 11079016448 13558 33554432000 4194304 4196468 140728722998832 139679651325552 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27347] ppid=27283 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27347/stat : 27347 (java) S 27283 27286 24765 0 -1 1077944384 3 12872 0 0 0 0 5 2 20 0 15 0 63407459 11079016448 13558 33554432000 4194304 4196468 140728722998832 139679411034704 139680890726299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27348] ppid=27283 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/27286/task/27348/stat : 27348 (java) S 27283 27286 24765 0 -1 1077944384 538 12872 0 0 2 0 5 2 20 0 15 0 63407459 11079016448 13558 33554432000 4194304 4196468 140728722998832 139680349014128 139680890718850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27349] ppid=27283 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27286/task/27349/stat : 27349 (java) S 27283 27286 24765 0 -1 1077944384 56 12872 0 0 1 0 5 2 20 0 15 0 63407459 11079016448 13558 33554432000 4194304 4196468 140728722998832 139680347961328 139680890718850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27350] ppid=27283 vsize=10819352 memory=139884009166464 CPUtime=0.12 cores=1,3,5,7
/proc/27286/task/27350/stat : 27350 (java) S 27283 27286 24765 0 -1 1077944384 545 12872 0 0 5 0 5 2 20 0 15 0 63407459 11079016448 13558 33554432000 4194304 4196468 140728722998832 139680346909040 139680890718850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27351] ppid=27283 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27351/stat : 27351 (java) S 27283 27286 24765 0 -1 1077944384 3 12872 0 0 0 0 5 2 20 0 15 0 63407460 11079016448 13558 33554432000 4194304 4196468 140728722998832 139679377476064 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27352] ppid=27283 vsize=10819352 memory=139884009166464 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27352/stat : 27352 (java) S 27283 27286 24765 0 -1 1077944384 1 12872 0 0 0 0 5 2 20 0 15 0 63407460 11079016448 13558 33554432000 4194304 4196468 140728722998832 139680345856944 139680890718850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54232 KiB

[startup+0.700737 s]
/proc/loadavg: 1.31 1.31 1.31 3/217 27352
/proc/meminfo: memFree=21711704/32770624 swapFree=67108860/67108860
[pid=27286] ppid=27283 vsize=10819352 memory=86580 CPUtime=0.98 cores=1,3,5,7
/proc/27286/stat : 27286 (java) S 27283 27286 24765 0 -1 1077944320 16740 12872 0 0 87 4 5 2 20 0 15 0 63407445 11079016448 21645 33554432000 4194304 4196468 140728722998832 140728722981376 139680890707703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
/proc/27286/statm: 2704838 21645 3237 1 0 2667149 0
[pid=27286/tid=27339] ppid=27283 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/27286/task/27339/stat : 27339 (java) R 27283 27286 24765 0 -1 4202560 12315 12872 0 0 56 3 5 2 20 0 15 0 63407454 11079016448 21645 33554432000 4194304 4196468 140728722998832 139680862528528 139680875873248 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27340] ppid=27283 vsize=10819352 memory=3473312639395044400 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27340/stat : 27340 (java) S 27283 27286 24765 0 -1 1077944384 1 12872 0 0 0 0 5 2 20 0 15 0 63407455 11079016448 21645 33554432000 4194304 4196468 140728722998832 139680894949776 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27341] ppid=27283 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27341/stat : 27341 (java) S 27283 27286 24765 0 -1 1077944384 1 12872 0 0 0 0 5 2 20 0 15 0 63407455 11079016448 21645 33554432000 4194304 4196468 140728722998832 139680793839888 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27342] ppid=27283 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27342/stat : 27342 (java) S 27283 27286 24765 0 -1 1077944384 1 12872 0 0 0 0 5 2 20 0 15 0 63407455 11079016448 21645 33554432000 4194304 4196468 140728722998832 139680462793360 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27343] ppid=27283 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27343/stat : 27343 (java) S 27283 27286 24765 0 -1 1077944384 2 12872 0 0 0 0 5 2 20 0 15 0 63407455 11079016448 21645 33554432000 4194304 4196468 140728722998832 139680461740560 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27344] ppid=27283 vsize=10819352 memory=6944656592455360604 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27344/stat : 27344 (java) S 27283 27286 24765 0 -1 1077944384 5 12872 0 0 0 0 5 2 20 0 15 0 63407456 11079016448 21645 33554432000 4194304 4196468 140728722998832 139680350067312 139680890718850 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27345] ppid=27283 vsize=10819352 memory=6944652177228980320 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27345/stat : 27345 (java) S 27283 27286 24765 0 -1 1077944384 13 12872 0 0 0 0 5 2 20 0 15 0 63407456 11079016448 21645 33554432000 4194304 4196468 140728722998832 139679919760672 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27346] ppid=27283 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27346/stat : 27346 (java) S 27283 27286 24765 0 -1 1077944384 1 12872 0 0 0 0 5 2 20 0 15 0 63407457 11079016448 21645 33554432000 4194304 4196468 140728722998832 139679651325552 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27347] ppid=27283 vsize=10819352 memory=6943526294502006880 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27347/stat : 27347 (java) S 27283 27286 24765 0 -1 1077944384 3 12872 0 0 0 0 5 2 20 0 15 0 63407459 11079016448 21645 33554432000 4194304 4196468 140728722998832 139679411034704 139680890726299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27348] ppid=27283 vsize=10819352 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/27286/task/27348/stat : 27348 (java) S 27283 27286 24765 0 -1 1077944384 1154 12872 0 0 10 0 5 2 20 0 15 0 63407459 11079016448 21645 33554432000 4194304 4196468 140728722998832 139680349014128 139680890718850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27349] ppid=27283 vsize=10819352 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/27286/task/27349/stat : 27349 (java) S 27283 27286 24765 0 -1 1077944384 443 12872 0 0 7 0 5 2 20 0 15 0 63407459 11079016448 21645 33554432000 4194304 4196468 140728722998832 139680347961328 139680890718850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27350] ppid=27283 vsize=10819352 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/27286/task/27350/stat : 27350 (java) S 27283 27286 24765 0 -1 1077944384 610 12872 0 0 12 0 5 2 20 0 15 0 63407459 11079016448 21645 33554432000 4194304 4196468 140728722998832 139680346909040 139680890718850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27351] ppid=27283 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27351/stat : 27351 (java) S 27283 27286 24765 0 -1 1077944384 3 12872 0 0 0 0 5 2 20 0 15 0 63407460 11079016448 21645 33554432000 4194304 4196468 140728722998832 139679377476064 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27352] ppid=27283 vsize=10819352 memory=139883863640080 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27352/stat : 27352 (java) S 27283 27286 24765 0 -1 1077944384 1 12872 0 0 0 0 5 2 20 0 15 0 63407460 11079016448 21645 33554432000 4194304 4196468 140728722998832 139680345856944 139680890718850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86580 KiB

[startup+1.50076 s]
/proc/loadavg: 1.31 1.31 1.31 4/217 27352
/proc/meminfo: memFree=21664868/32770624 swapFree=67108860/67108860
[pid=27286] ppid=27283 vsize=10836300 memory=177896 CPUtime=2.27 cores=1,3,5,7
/proc/27286/stat : 27286 (java) S 27283 27286 24765 0 -1 1077944320 24039 12872 0 0 211 9 5 2 20 0 15 0 63407445 11096371200 44474 33554432000 4194304 4196468 140728722998832 140728722981376 139680890707703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
/proc/27286/statm: 2709075 44474 3466 1 0 2670733 0
[pid=27286/tid=27339] ppid=27283 vsize=10836300 memory=12 CPUtime=1.42 cores=1,3,5,7
/proc/27286/task/27339/stat : 27339 (java) R 27283 27286 24765 0 -1 4202560 18010 12872 0 0 130 5 5 2 20 0 15 0 63407454 11096371200 44474 33554432000 4194304 4196468 140728722998832 139680862539104 139680874788190 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27340] ppid=27283 vsize=10836300 memory=11 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27340/stat : 27340 (java) S 27283 27286 24765 0 -1 1077944384 294 12872 0 0 0 0 5 2 20 0 15 0 63407455 11096371200 44474 33554432000 4194304 4196468 140728722998832 139680894949776 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27341] ppid=27283 vsize=10836300 memory=19 CPUtime=0.08 cores=1,3,5,7
/proc/27286/task/27341/stat : 27341 (java) S 27283 27286 24765 0 -1 1077944384 24 12872 0 0 1 0 5 2 20 0 15 0 63407455 11096371200 44474 33554432000 4194304 4196468 140728722998832 139680793839888 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27342] ppid=27283 vsize=10836300 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27286/task/27342/stat : 27342 (java) S 27283 27286 24765 0 -1 1077944384 59 12872 0 0 1 0 5 2 20 0 15 0 63407455 11096371200 44474 33554432000 4194304 4196468 140728722998832 139680462793360 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27343] ppid=27283 vsize=10836300 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27343/stat : 27343 (java) S 27283 27286 24765 0 -1 1077944384 39 12872 0 0 0 0 5 2 20 0 15 0 63407455 11096371200 44474 33554432000 4194304 4196468 140728722998832 139680461740560 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27344] ppid=27283 vsize=10836300 memory=7451864626339276376 CPUtime=0.08 cores=1,3,5,7
/proc/27286/task/27344/stat : 27344 (java) S 27283 27286 24765 0 -1 1077944384 60 12872 0 0 1 0 5 2 20 0 15 0 63407456 11096371200 44474 33554432000 4194304 4196468 140728722998832 139680350067312 139680890718850 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27345] ppid=27283 vsize=10836300 memory=7738422593885727062 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27345/stat : 27345 (java) S 27283 27286 24765 0 -1 1077944384 13 12872 0 0 0 0 5 2 20 0 15 0 63407456 11096371200 44474 33554432000 4194304 4196468 140728722998832 139679919760736 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27346] ppid=27283 vsize=10836300 memory=7377553046603852651 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27346/stat : 27346 (java) S 27283 27286 24765 0 -1 1077944384 2 12872 0 0 0 0 5 2 20 0 15 0 63407457 11096371200 44474 33554432000 4194304 4196468 140728722998832 139679651325552 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27347] ppid=27283 vsize=10836300 memory=7011348500760777560 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27347/stat : 27347 (java) S 27283 27286 24765 0 -1 1077944384 3 12872 0 0 0 0 5 2 20 0 15 0 63407459 11096371200 44474 33554432000 4194304 4196468 140728722998832 139679411034704 139680890726299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27348] ppid=27283 vsize=10836300 memory=7524221270446330480 CPUtime=0.31 cores=1,3,5,7
/proc/27286/task/27348/stat : 27348 (java) S 27283 27286 24765 0 -1 1077944384 1619 12872 0 0 24 0 5 2 20 0 15 0 63407459 11096371200 44474 33554432000 4194304 4196468 140728722998832 139680349014128 139680890718850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27349] ppid=27283 vsize=10836300 memory=7665784504953169517 CPUtime=0.24 cores=1,3,5,7
/proc/27286/task/27349/stat : 27349 (java) S 27283 27286 24765 0 -1 1077944384 611 12872 0 0 17 0 5 2 20 0 15 0 63407459 11096371200 44474 33554432000 4194304 4196468 140728722998832 139680347961328 139680890718850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27350] ppid=27283 vsize=10836300 memory=7161098776410287471 CPUtime=0.38 cores=1,3,5,7
/proc/27286/task/27350/stat : 27350 (java) S 27283 27286 24765 0 -1 1077944384 1114 12872 0 0 31 0 5 2 20 0 15 0 63407459 11096371200 44474 33554432000 4194304 4196468 140728722998832 139680346909040 139680890718850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27351] ppid=27283 vsize=10836300 memory=7661022571749863274 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27351/stat : 27351 (java) S 27283 27286 24765 0 -1 1077944384 3 12872 0 0 0 0 5 2 20 0 15 0 63407460 11096371200 44474 33554432000 4194304 4196468 140728722998832 139679377476064 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27352] ppid=27283 vsize=10836300 memory=56 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27352/stat : 27352 (java) S 27283 27286 24765 0 -1 1077944384 1 12872 0 0 0 0 5 2 20 0 15 0 63407460 11096371200 44474 33554432000 4194304 4196468 140728722998832 139680345856944 139680890718850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0

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

/proc/27286/task/27339/stat : 27339 (java) R 27283 27286 24765 0 -1 4202560 93856 12872 0 0 236310 38 5 2 20 0 15 0 63407454 11176083456 221846 33554432000 4194304 4196468 140728722998832 139680862542176 139680488107280 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27340] ppid=27283 vsize=10914144 memory=887384 CPUtime=8.9 cores=1,3,5,7
/proc/27286/task/27340/stat : 27340 (java) S 27283 27286 24765 0 -1 1077944384 13090 12872 0 0 842 41 5 2 20 0 15 0 63407455 11176083456 221846 33554432000 4194304 4196468 140728722998832 139680894949776 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27341] ppid=27283 vsize=10914144 memory=887384 CPUtime=8.89 cores=1,3,5,7
/proc/27286/task/27341/stat : 27341 (java) S 27283 27286 24765 0 -1 1077944384 13009 12872 0 0 839 43 5 2 20 0 15 0 63407455 11176083456 221846 33554432000 4194304 4196468 140728722998832 139680793839888 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27342] ppid=27283 vsize=10914144 memory=887384 CPUtime=8.9 cores=1,3,5,7
/proc/27286/task/27342/stat : 27342 (java) S 27283 27286 24765 0 -1 1077944384 20246 12872 0 0 841 42 5 2 20 0 15 0 63407455 11176083456 221846 33554432000 4194304 4196468 140728722998832 139680462793360 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27343] ppid=27283 vsize=10914144 memory=887384 CPUtime=8.93 cores=1,3,5,7
/proc/27286/task/27343/stat : 27343 (java) S 27283 27286 24765 0 -1 1077944384 18486 12872 0 0 842 44 5 2 20 0 15 0 63407455 11176083456 221846 33554432000 4194304 4196468 140728722998832 139680461740560 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27344] ppid=27283 vsize=10914144 memory=887384 CPUtime=7.87 cores=1,3,5,7
/proc/27286/task/27344/stat : 27344 (java) S 27283 27286 24765 0 -1 1077944384 14840 12872 0 0 745 35 5 2 20 0 15 0 63407456 11176083456 221846 33554432000 4194304 4196468 140728722998832 139680350067312 139680890718850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27345] ppid=27283 vsize=10914144 memory=887384 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27345/stat : 27345 (java) S 27283 27286 24765 0 -1 1077944384 13 12872 0 0 0 0 5 2 20 0 15 0 63407456 11176083456 221846 33554432000 4194304 4196468 140728722998832 139679919760800 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27346] ppid=27283 vsize=10914144 memory=1936 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27346/stat : 27346 (java) S 27283 27286 24765 0 -1 1077944384 5 12872 0 0 0 0 5 2 20 0 15 0 63407457 11176083456 221846 33554432000 4194304 4196468 140728722998832 139679651325568 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27347] ppid=27283 vsize=10914144 memory=887384 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27347/stat : 27347 (java) S 27283 27286 24765 0 -1 1077944384 3 12872 0 0 0 0 5 2 20 0 15 0 63407459 11176083456 221846 33554432000 4194304 4196468 140728722998832 139679411034704 139680890726299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27348] ppid=27283 vsize=10914144 memory=4136 CPUtime=4.35 cores=1,3,5,7
/proc/27286/task/27348/stat : 27348 (java) S 27283 27286 24765 0 -1 1077944384 31398 12872 0 0 425 3 5 2 20 0 15 0 63407459 11176083456 221846 33554432000 4194304 4196468 140728722998832 139680349014128 139680890718850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27349] ppid=27283 vsize=10914144 memory=887384 CPUtime=3.88 cores=1,3,5,7
/proc/27286/task/27349/stat : 27349 (java) S 27283 27286 24765 0 -1 1077944384 29564 12872 0 0 377 4 5 2 20 0 15 0 63407459 11176083456 221846 33554432000 4194304 4196468 140728722998832 139680347961328 139680890718850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27350] ppid=27283 vsize=10914144 memory=887384 CPUtime=1.92 cores=1,3,5,7
/proc/27286/task/27350/stat : 27350 (java) S 27283 27286 24765 0 -1 1077944384 24795 12872 0 0 182 3 5 2 20 0 15 0 63407459 11176083456 221846 33554432000 4194304 4196468 140728722998832 139680346909040 139680890718850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27351] ppid=27283 vsize=10914144 memory=887384 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27351/stat : 27351 (java) S 27283 27286 24765 0 -1 1077944384 3 12872 0 0 0 0 5 2 20 0 15 0 63407460 11176083456 221846 33554432000 4194304 4196468 140728722998832 139679377476064 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27352] ppid=27283 vsize=10914144 memory=887384 CPUtime=1.41 cores=1,3,5,7
/proc/27286/task/27352/stat : 27352 (java) S 27283 27286 24765 0 -1 1077944384 1475 12872 0 0 61 73 5 2 20 0 15 0 63407460 11176083456 221846 33554432000 4194304 4196468 140728722998832 139680345856944 139680890718850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
Current children cumulated CPU time: 2418.06 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 887384 KiB

[startup+2442.3 s]
/proc/loadavg: 1.17 1.31 1.33 3/216 27578
/proc/meminfo: memFree=21020720/32770624 swapFree=67108860/67108860
[pid=27286] ppid=27283 vsize=10914144 memory=891480 CPUtime=2478.78 cores=1,3,5,7
/proc/27286/stat : 27286 (java) S 27283 27286 24765 0 -1 1077944320 264345 12872 0 0 247587 284 5 2 20 0 15 0 63407445 11176083456 222870 33554432000 4194304 4196468 140728722998832 140728722981376 139680890707703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
/proc/27286/statm: 2728536 222870 3530 1 0 2690189 0
[pid=27286/tid=27339] ppid=27283 vsize=10914144 memory=891480 CPUtime=2423.08 cores=1,3,5,7
/proc/27286/task/27339/stat : 27339 (java) R 27283 27286 24765 0 -1 4202560 94397 12872 0 0 242262 39 5 2 20 0 15 0 63407454 11176083456 222870 33554432000 4194304 4196468 140728722998832 139680862543392 139680487364560 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27340] ppid=27283 vsize=10914144 memory=891480 CPUtime=9.14 cores=1,3,5,7
/proc/27286/task/27340/stat : 27340 (java) S 27283 27286 24765 0 -1 1077944384 13207 12872 0 0 865 42 5 2 20 0 15 0 63407455 11176083456 222870 33554432000 4194304 4196468 140728722998832 139680894949776 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27341] ppid=27283 vsize=10914144 memory=891480 CPUtime=9.13 cores=1,3,5,7
/proc/27286/task/27341/stat : 27341 (java) S 27283 27286 24765 0 -1 1077944384 13396 12872 0 0 862 44 5 2 20 0 15 0 63407455 11176083456 222870 33554432000 4194304 4196468 140728722998832 139680793839888 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27342] ppid=27283 vsize=10914144 memory=891480 CPUtime=9.14 cores=1,3,5,7
/proc/27286/task/27342/stat : 27342 (java) S 27283 27286 24765 0 -1 1077944384 20297 12872 0 0 864 43 5 2 20 0 15 0 63407455 11176083456 222870 33554432000 4194304 4196468 140728722998832 139680462793360 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27343] ppid=27283 vsize=10914144 memory=891480 CPUtime=9.17 cores=1,3,5,7
/proc/27286/task/27343/stat : 27343 (java) S 27283 27286 24765 0 -1 1077944384 18539 12872 0 0 866 44 5 2 20 0 15 0 63407455 11176083456 222870 33554432000 4194304 4196468 140728722998832 139680461740560 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27344] ppid=27283 vsize=10914144 memory=891480 CPUtime=8.05 cores=1,3,5,7
/proc/27286/task/27344/stat : 27344 (java) S 27283 27286 24765 0 -1 1077944384 15042 12872 0 0 763 35 5 2 20 0 15 0 63407456 11176083456 222870 33554432000 4194304 4196468 140728722998832 139680350067312 139680890718850 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27345] ppid=27283 vsize=10914144 memory=891480 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27345/stat : 27345 (java) S 27283 27286 24765 0 -1 1077944384 13 12872 0 0 0 0 5 2 20 0 15 0 63407456 11176083456 222870 33554432000 4194304 4196468 140728722998832 139679919760800 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27346] ppid=27283 vsize=10914144 memory=891480 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27346/stat : 27346 (java) S 27283 27286 24765 0 -1 1077944384 5 12872 0 0 0 0 5 2 20 0 15 0 63407457 11176083456 222870 33554432000 4194304 4196468 140728722998832 139679651325568 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27347] ppid=27283 vsize=10914144 memory=4136 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27347/stat : 27347 (java) S 27283 27286 24765 0 -1 1077944384 3 12872 0 0 0 0 5 2 20 0 15 0 63407459 11176083456 222870 33554432000 4194304 4196468 140728722998832 139679411034704 139680890726299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27348] ppid=27283 vsize=10914144 memory=6791534058613427641 CPUtime=4.35 cores=1,3,5,7
/proc/27286/task/27348/stat : 27348 (java) S 27283 27286 24765 0 -1 1077944384 31400 12872 0 0 425 3 5 2 20 0 15 0 63407459 11176083456 222870 33554432000 4194304 4196468 140728722998832 139680349014128 139680890718850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27349] ppid=27283 vsize=10914144 memory=891480 CPUtime=3.88 cores=1,3,5,7
/proc/27286/task/27349/stat : 27349 (java) S 27283 27286 24765 0 -1 1077944384 29566 12872 0 0 377 4 5 2 20 0 15 0 63407459 11176083456 222870 33554432000 4194304 4196468 140728722998832 139680347961328 139680890718850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27350] ppid=27283 vsize=10914144 memory=891480 CPUtime=1.92 cores=1,3,5,7
/proc/27286/task/27350/stat : 27350 (java) S 27283 27286 24765 0 -1 1077944384 24797 12872 0 0 182 3 5 2 20 0 15 0 63407459 11176083456 222870 33554432000 4194304 4196468 140728722998832 139680346909040 139680890718850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27351] ppid=27283 vsize=10914144 memory=1292 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27351/stat : 27351 (java) S 27283 27286 24765 0 -1 1077944384 3 12872 0 0 0 0 5 2 20 0 15 0 63407460 11176083456 222870 33554432000 4194304 4196468 140728722998832 139679377476064 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27352] ppid=27283 vsize=10914144 memory=1728 CPUtime=1.43 cores=1,3,5,7
/proc/27286/task/27352/stat : 27352 (java) S 27283 27286 24765 0 -1 1077944384 1493 12872 0 0 62 74 5 2 20 0 15 0 63407460 11176083456 222870 33554432000 4194304 4196468 140728722998832 139680345856944 139680890718850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
Current children cumulated CPU time: 2478.78 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 891480 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2483.11 s]
/proc/loadavg: 1.46 1.36 1.34 3/215 27578
/proc/meminfo: memFree=21016428/32770624 swapFree=67108860/67108860
[pid=27286] ppid=27283 vsize=10914144 memory=893528 CPUtime=2520.06 cores=1,3,5,7
/proc/27286/stat : 27286 (java) S 27283 27286 24765 0 -1 1077944320 265356 12872 0 0 251711 288 5 2 20 0 15 0 63407445 11176083456 223382 33554432000 4194304 4196468 140728722998832 140728722981376 139680890707703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
/proc/27286/statm: 2728536 223382 3530 1 0 2690189 0
[pid=27286/tid=27339] ppid=27283 vsize=10914144 memory=891480 CPUtime=2463.55 cores=1,3,5,7
/proc/27286/task/27339/stat : 27339 (java) R 27283 27286 24765 0 -1 4202560 94757 12872 0 0 246309 39 5 2 20 0 15 0 63407454 11176083456 223382 33554432000 4194304 4196468 140728722998832 139680862542512 139680485627335 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27340] ppid=27283 vsize=10914144 memory=893528 CPUtime=9.31 cores=1,3,5,7
/proc/27286/task/27340/stat : 27340 (java) S 27283 27286 24765 0 -1 1077944384 13257 12872 0 0 881 43 5 2 20 0 15 0 63407455 11176083456 223382 33554432000 4194304 4196468 140728722998832 139680894949776 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27341] ppid=27283 vsize=10914144 memory=891480 CPUtime=9.29 cores=1,3,5,7
/proc/27286/task/27341/stat : 27341 (java) S 27283 27286 24765 0 -1 1077944384 13416 12872 0 0 877 45 5 2 20 0 15 0 63407455 11176083456 223382 33554432000 4194304 4196468 140728722998832 139680793839888 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27342] ppid=27283 vsize=10914144 memory=891480 CPUtime=9.3 cores=1,3,5,7
/proc/27286/task/27342/stat : 27342 (java) S 27283 27286 24765 0 -1 1077944384 20672 12872 0 0 879 44 5 2 20 0 15 0 63407455 11176083456 223382 33554432000 4194304 4196468 140728722998832 139680462793360 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27343] ppid=27283 vsize=10914144 memory=1728 CPUtime=9.33 cores=1,3,5,7
/proc/27286/task/27343/stat : 27343 (java) S 27283 27286 24765 0 -1 1077944384 18585 12872 0 0 881 45 5 2 20 0 15 0 63407455 11176083456 223382 33554432000 4194304 4196468 140728722998832 139680461740560 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27344] ppid=27283 vsize=10914144 memory=796 CPUtime=8.18 cores=1,3,5,7
/proc/27286/task/27344/stat : 27344 (java) S 27283 27286 24765 0 -1 1077944384 15190 12872 0 0 775 36 5 2 20 0 15 0 63407456 11176083456 223382 33554432000 4194304 4196468 140728722998832 139680350067312 139680890718850 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27345] ppid=27283 vsize=10914144 memory=893528 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27345/stat : 27345 (java) S 27283 27286 24765 0 -1 1077944384 13 12872 0 0 0 0 5 2 20 0 15 0 63407456 11176083456 223382 33554432000 4194304 4196468 140728722998832 139679919760800 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27346] ppid=27283 vsize=10914144 memory=6872598998417432672 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27346/stat : 27346 (java) S 27283 27286 24765 0 -1 1077944384 5 12872 0 0 0 0 5 2 20 0 15 0 63407457 11176083456 223382 33554432000 4194304 4196468 140728722998832 139679651325568 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27347] ppid=27283 vsize=10914144 memory=1424 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27347/stat : 27347 (java) S 27283 27286 24765 0 -1 1077944384 3 12872 0 0 0 0 5 2 20 0 15 0 63407459 11176083456 223382 33554432000 4194304 4196468 140728722998832 139679411034704 139680890726299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27348] ppid=27283 vsize=10914144 memory=15868 CPUtime=4.35 cores=1,3,5,7
/proc/27286/task/27348/stat : 27348 (java) S 27283 27286 24765 0 -1 1077944384 31402 12872 0 0 425 3 5 2 20 0 15 0 63407459 11176083456 223382 33554432000 4194304 4196468 140728722998832 139680349014128 139680890718850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27349] ppid=27283 vsize=10914144 memory=4052 CPUtime=3.88 cores=1,3,5,7
/proc/27286/task/27349/stat : 27349 (java) S 27283 27286 24765 0 -1 1077944384 29568 12872 0 0 377 4 5 2 20 0 15 0 63407459 11176083456 223382 33554432000 4194304 4196468 140728722998832 139680347961328 139680890718850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27350] ppid=27283 vsize=10914144 memory=891480 CPUtime=1.92 cores=1,3,5,7
/proc/27286/task/27350/stat : 27350 (java) S 27283 27286 24765 0 -1 1077944384 24799 12872 0 0 182 3 5 2 20 0 15 0 63407459 11176083456 223382 33554432000 4194304 4196468 140728722998832 139680346909040 139680890718850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27351] ppid=27283 vsize=10914144 memory=891480 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27351/stat : 27351 (java) S 27283 27286 24765 0 -1 1077944384 3 12872 0 0 0 0 5 2 20 0 15 0 63407460 11176083456 223382 33554432000 4194304 4196468 140728722998832 139679377476064 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27352] ppid=27283 vsize=10914144 memory=891480 CPUtime=1.46 cores=1,3,5,7
/proc/27286/task/27352/stat : 27352 (java) S 27283 27286 24765 0 -1 1077944384 1499 12872 0 0 63 76 5 2 20 0 15 0 63407460 11176083456 223382 33554432000 4194304 4196468 140728722998832 139680345856944 139680890718850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 893528 KiB

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

[startup+2483.14 s]
# the end of solver process 27286 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.2 s, system=2.92169 s

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

[startup+2483.11 s]
/proc/loadavg: 1.46 1.36 1.34 3/215 27578
/proc/meminfo: memFree=21016428/32770624 swapFree=67108860/67108860
[pid=27286] ppid=27283 vsize=10914144 memory=893528 CPUtime=2520.06 cores=1,3,5,7
/proc/27286/stat : 27286 (java) S 27283 27286 24765 0 -1 1077944320 265356 12872 0 0 251711 288 5 2 20 0 15 0 63407445 11176083456 223382 33554432000 4194304 4196468 140728722998832 140728722981376 139680890707703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
/proc/27286/statm: 2728536 223382 3530 1 0 2690189 0
[pid=27286/tid=27339] ppid=27283 vsize=10914144 memory=891480 CPUtime=2463.55 cores=1,3,5,7
/proc/27286/task/27339/stat : 27339 (java) R 27283 27286 24765 0 -1 4202560 94757 12872 0 0 246309 39 5 2 20 0 15 0 63407454 11176083456 223382 33554432000 4194304 4196468 140728722998832 139680862542512 139680485627335 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27340] ppid=27283 vsize=10914144 memory=893528 CPUtime=9.31 cores=1,3,5,7
/proc/27286/task/27340/stat : 27340 (java) S 27283 27286 24765 0 -1 1077944384 13257 12872 0 0 881 43 5 2 20 0 15 0 63407455 11176083456 223382 33554432000 4194304 4196468 140728722998832 139680894949776 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27341] ppid=27283 vsize=10914144 memory=891480 CPUtime=9.29 cores=1,3,5,7
/proc/27286/task/27341/stat : 27341 (java) S 27283 27286 24765 0 -1 1077944384 13416 12872 0 0 877 45 5 2 20 0 15 0 63407455 11176083456 223382 33554432000 4194304 4196468 140728722998832 139680793839888 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27342] ppid=27283 vsize=10914144 memory=891480 CPUtime=9.3 cores=1,3,5,7
/proc/27286/task/27342/stat : 27342 (java) S 27283 27286 24765 0 -1 1077944384 20672 12872 0 0 879 44 5 2 20 0 15 0 63407455 11176083456 223382 33554432000 4194304 4196468 140728722998832 139680462793360 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27343] ppid=27283 vsize=10914144 memory=1728 CPUtime=9.33 cores=1,3,5,7
/proc/27286/task/27343/stat : 27343 (java) S 27283 27286 24765 0 -1 1077944384 18585 12872 0 0 881 45 5 2 20 0 15 0 63407455 11176083456 223382 33554432000 4194304 4196468 140728722998832 139680461740560 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27344] ppid=27283 vsize=10914144 memory=796 CPUtime=8.18 cores=1,3,5,7
/proc/27286/task/27344/stat : 27344 (java) S 27283 27286 24765 0 -1 1077944384 15190 12872 0 0 775 36 5 2 20 0 15 0 63407456 11176083456 223382 33554432000 4194304 4196468 140728722998832 139680350067312 139680890718850 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27345] ppid=27283 vsize=10914144 memory=893528 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27345/stat : 27345 (java) S 27283 27286 24765 0 -1 1077944384 13 12872 0 0 0 0 5 2 20 0 15 0 63407456 11176083456 223382 33554432000 4194304 4196468 140728722998832 139679919760800 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27346] ppid=27283 vsize=10914144 memory=6872598998417432672 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27346/stat : 27346 (java) S 27283 27286 24765 0 -1 1077944384 5 12872 0 0 0 0 5 2 20 0 15 0 63407457 11176083456 223382 33554432000 4194304 4196468 140728722998832 139679651325568 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27347] ppid=27283 vsize=10914144 memory=1424 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27347/stat : 27347 (java) S 27283 27286 24765 0 -1 1077944384 3 12872 0 0 0 0 5 2 20 0 15 0 63407459 11176083456 223382 33554432000 4194304 4196468 140728722998832 139679411034704 139680890726299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27348] ppid=27283 vsize=10914144 memory=15868 CPUtime=4.35 cores=1,3,5,7
/proc/27286/task/27348/stat : 27348 (java) S 27283 27286 24765 0 -1 1077944384 31402 12872 0 0 425 3 5 2 20 0 15 0 63407459 11176083456 223382 33554432000 4194304 4196468 140728722998832 139680349014128 139680890718850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27349] ppid=27283 vsize=10914144 memory=4052 CPUtime=3.88 cores=1,3,5,7
/proc/27286/task/27349/stat : 27349 (java) S 27283 27286 24765 0 -1 1077944384 29568 12872 0 0 377 4 5 2 20 0 15 0 63407459 11176083456 223382 33554432000 4194304 4196468 140728722998832 139680347961328 139680890718850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27350] ppid=27283 vsize=10914144 memory=891480 CPUtime=1.92 cores=1,3,5,7
/proc/27286/task/27350/stat : 27350 (java) S 27283 27286 24765 0 -1 1077944384 24799 12872 0 0 182 3 5 2 20 0 15 0 63407459 11176083456 223382 33554432000 4194304 4196468 140728722998832 139680346909040 139680890718850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27351] ppid=27283 vsize=10914144 memory=891480 CPUtime=0.07 cores=1,3,5,7
/proc/27286/task/27351/stat : 27351 (java) S 27283 27286 24765 0 -1 1077944384 3 12872 0 0 0 0 5 2 20 0 15 0 63407460 11176083456 223382 33554432000 4194304 4196468 140728722998832 139679377476064 139680890717909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
[pid=27286/tid=27352] ppid=27283 vsize=10914144 memory=891480 CPUtime=1.46 cores=1,3,5,7
/proc/27286/task/27352/stat : 27352 (java) S 27283 27286 24765 0 -1 1077944384 1499 12872 0 0 63 76 5 2 20 0 15 0 63407460 11176083456 223382 33554432000 4194304 4196468 140728722998832 139680345856944 139680890718850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23347200 140728723007659 140728723010908 140728723010908 140728723013583 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 893528 KiB

Child status: 143
Real time (s): 2483.14
CPU time (s): 2520.12
CPU user time (s): 2517.2
CPU system time (s): 2.92169
CPU usage (%): 101.489
Max. virtual memory (cumulated for all children) (KiB): 10917012
Max. memory (cumulated for all children) (KiB): 893528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.2
system time used= 2.92169
maximum resident set size= 897768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 279402
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 214940
involuntary context switches= 5050


# summary of solver processes directly reported to runsolver:
#   pid: 27286
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2517.2
#   total CPU system time (s): 2.92169

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.1262 second user time and 19.8253 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-24 20:54:03
IDJOB=4294365
IDBENCH=141373
IDSOLVER=2751
FILE ID=node105/4294365-1532458443
RUNJOBID= node105-1532448512-24797
PBS_JOBID= 21021581
Free space on /tmp= 44736 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-12_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294365-1532458443/watcher-4294365-1532458443 -o /tmp/evaluation-result-4294365-1532458443/solver-4294365-1532458443 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532448512-24797 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1533677735 -superng HOME/instance-4294365-1532458443.xml

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

MD5SUM BENCH= c13fad5df3b78eadb31ee9887672a536
RANDOM SEED=1533677735

node105.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.32
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.32
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.32
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.32
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:        21763012 kB
MemAvailable:   31033384 kB
Buffers:          221368 kB
Cached:          9188784 kB
SwapCached:            0 kB
Active:          2550844 kB
Inactive:        7818124 kB
Active(anon):     913132 kB
Inactive(anon):    65412 kB
Active(file):    1637712 kB
Inactive(file):  7752712 kB
Unevictable:        7288 kB
Mlocked:            7288 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26516 kB
Writeback:             0 kB
AnonPages:        966420 kB
Mapped:            51652 kB
Shmem:             17036 kB
Slab:             336468 kB
SReclaimable:     308408 kB
SUnreclaim:        28060 kB
KernelStack:        3600 kB
PageTables:         7228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1945100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    739328 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44712 MiB
End job on node105 at 2018-07-24 21:35:26