Trace number 4396630

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.12.2SAT (TO)72 2400.07 2358.04

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-11_c18.xml
MD5SUMed3f9a47d1f1ba76ff72e7160e212ad4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark72
Best CPU time to get the best result obtained on this benchmark886.709
Satisfiable
(Un)Satisfiability was proved
Number of variables132
Number of constraints56
Number of domains2
Minimum domain size121
Maximum domain size122
Distribution of domain sizes[{"size":121,"count":55},{"size":122,"count":11}]
Minimum variable degree0
Maximum variable degree11
Distribution of variable degrees[{"degree":0,"count":66},{"degree":2,"count":55},{"degree":10,"count":10},{"degree":11,"count":1}]
Minimum constraint arity3
Maximum constraint arity55
Distribution of constraint arities[{"arity":3,"count":55},{"arity":55,"count":1}]
Number of extensional constraints0
Number of intensional constraints55
Distribution of constraint types[{"type":"intension","count":55},{"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.77/0.56	c Concrete v3.12.2.1568380929293 running
8.72/3.72	o 121
8.72/3.75	o 102
8.72/3.79	o 93
9.07/3.80	o 92
9.07/3.83	o 88
9.40/3.97	o 87
9.40/3.98	o 86
9.74/4.01	o 83
12.96/6.15	o 82
16.15/9.16	o 80
17.51/10.48	o 79
25.07/17.47	o 78
25.99/18.37	o 77
36.56/28.81	o 75
66.62/58.74	o 73
546.74/532.11	o 72
2400.03/2358.01	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.03/2358.01		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.03/2358.01		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2400.03/2358.01		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2400.03/2358.01		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2400.03/2358.01		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2400.03/2358.01		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2400.03/2358.01		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2400.03/2358.01		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2400.03/2358.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.03/2358.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.03/2358.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.03/2358.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.03/2358.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.03/2358.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.03/2358.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.03/2358.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.03/2358.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.03/2358.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.03/2358.01		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.03/2358.01		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.03/2358.01		at scala.Option.map(Option.scala:243)
2400.03/2358.01		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.03/2358.01		at concrete.MAC.mac(MAC.scala:216)
2400.03/2358.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.03/2358.01		at scala.util.Try$.apply(Try.scala:212)
2400.03/2358.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.03/2358.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.03/2358.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.03/2358.01		at concrete.MAC.oneRun(MAC.scala:265)
2400.03/2358.01		at concrete.MAC.nextSolution(MAC.scala:284)
2400.03/2358.01		at concrete.MAC.nextSolution(MAC.scala:369)
2400.03/2358.01		at concrete.Solver.hasNext(Solver.scala:160)
2400.03/2358.01		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.03/2358.01		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.03/2358.01		at concrete.Solver.foreach(Solver.scala:67)
2400.03/2358.01		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.03/2358.01		at scala.util.Success.map(Try.scala:264)
2400.03/2358.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.03/2358.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.03/2358.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.03/2358.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.03/2358.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.03/2358.01		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.03/2358.01		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.03/2358.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.03/2358.01		at scala.App.$anonfun$main$1(App.scala:75)
2400.03/2358.01		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.03/2358.01		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.03/2358.01		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.03/2358.01		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.03/2358.01		at scala.App.main(App.scala:75)
2400.03/2358.01		at scala.App.main$(App.scala:73)
2400.03/2358.01		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.03/2358.01		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.03/2358.02	v <instantiation
2400.03/2358.02	v         cost = '72'>
2400.03/2358.02	v       <list>
2400.03/2358.02	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] 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[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[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[2][10] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[3][10] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[4][10] y[5][6] y[5][7] y[5][8] y[5][9] y[5][10] y[6][7] y[6][8] y[6][9] y[6][10] y[7][8] y[7][9] y[7][10] y[8][9] y[8][10] y[9][10]
2400.03/2358.02	v       </list>
2400.03/2358.02	v       <values>
2400.03/2358.02	v         0 3 14 16 20 41 48 53 63 71 72 3 14 16 20 41 48 53 63 71 72 11 13 17 38 45 50 60 68 69 2 6 27 34 39 49 57 58 4 25 32 37 47 55 56 21 28 33 43 51 52 7 12 22 30 31 5 15 23 24 10 18 19 8 9 1
2400.03/2358.02	v       </values>
2400.03/2358.02	v     </instantiation>
2400.03/2358.02	s SATISFIABLE

Verifier Data

OK	72

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396630-1568409480/watcher-4396630-1568409480 -o /tmp/evaluation-result-4396630-1568409480/solver-4396630-1568409480 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1568394259-25761 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1708560276 HOME/instance-4396630-1568409480.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=30311, runsolver pid=30308
Current StackSize limit: 8192 KiB


[startup+0.100161 s]*
/proc/loadavg: 1.74 1.66 1.60 3/218 30368
/proc/meminfo: memFree=26336380/32770624 swapFree=67004752/67108860
[pid=30311] ppid=30308 vsize=9972712 memory=16816 CPUtime=0.09 cores=0,2,4,6
/proc/30311/stat : 30311 (java) S 30308 30311 24221 0 -1 1077944320 4465 13318 0 0 1 0 5 3 20 0 6 0 417215814 10212057088 4204 33554432000 4194304 4196468 140724736780112 140724736762656 139906933530359 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
/proc/30311/statm: 2493178 4204 1935 1 0 2481616 0
[pid=30311/tid=30364] ppid=30308 vsize=9972712 memory=8514726395714820750 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30364/stat : 30364 (java) R 30308 30311 24221 0 -1 4202560 2264 13318 0 0 0 0 5 3 20 0 6 0 417215824 10212057088 4204 33554432000 4194304 4196468 140724736780112 139906905367120 139906917610846 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30365] ppid=30308 vsize=9972712 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30365/stat : 30365 (java) S 30308 30311 24221 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 6 0 417215824 10212057088 4204 33554432000 4194304 4196468 140724736780112 139906937772304 139906933540565 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30366] ppid=30308 vsize=9972712 memory=140332648482432 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30366/stat : 30366 (java) S 30308 30311 24221 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 6 0 417215824 10212057088 4204 33554432000 4194304 4196468 140724736780112 139906826045840 139906933540565 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30367] ppid=30308 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30367/stat : 30367 (java) S 30308 30311 24221 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 6 0 417215824 10212057088 4204 33554432000 4194304 4196468 140724736780112 139906824993296 139906933540565 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30368] ppid=30308 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30368/stat : 30368 (java) S 30308 30311 24221 0 -1 1077944384 2 13318 0 0 0 0 5 3 20 0 6 0 417215824 10212057088 4204 33554432000 4194304 4196468 140724736780112 139906823940752 139906933540565 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.210386 s]*
/proc/loadavg: 1.74 1.66 1.60 4/227 30377
/proc/meminfo: memFree=26318140/32770624 swapFree=67004752/67108860
[pid=30311] ppid=30308 vsize=10819664 memory=36964 CPUtime=0.26 cores=0,2,4,6
/proc/30311/stat : 30311 (java) S 30308 30311 24221 0 -1 1077944320 7126 13318 0 0 17 1 5 3 20 0 15 0 417215814 11079335936 9241 33554432000 4194304 4196468 140724736780112 140724736762656 139906933530359 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
/proc/30311/statm: 2704916 9241 3126 1 0 2667149 0
[pid=30311/tid=30364] ppid=30308 vsize=10819664 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/30311/task/30364/stat : 30364 (java) R 30308 30311 24221 0 -1 4202560 3610 13318 0 0 11 0 5 3 20 0 15 0 417215824 11079335936 9241 33554432000 4194304 4196468 140724736780112 139906905311312 139906917610846 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30365] ppid=30308 vsize=10819664 memory=339 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30365/stat : 30365 (java) S 30308 30311 24221 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 417215824 11079335936 9241 33554432000 4194304 4196468 140724736780112 139906937772304 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30366] ppid=30308 vsize=10819664 memory=140332648511020 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30366/stat : 30366 (java) S 30308 30311 24221 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 417215824 11079335936 9241 33554432000 4194304 4196468 140724736780112 139906826045840 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30367] ppid=30308 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30367/stat : 30367 (java) S 30308 30311 24221 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 417215824 11079335936 9241 33554432000 4194304 4196468 140724736780112 139906824993296 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30368] ppid=30308 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30368/stat : 30368 (java) S 30308 30311 24221 0 -1 1077944384 2 13318 0 0 0 0 5 3 20 0 15 0 417215824 11079335936 9241 33554432000 4194304 4196468 140724736780112 139906823940752 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30369] ppid=30308 vsize=10819664 memory=140332648482432 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30369/stat : 30369 (java) S 30308 30311 24221 0 -1 1077944384 2 13318 0 0 0 0 5 3 20 0 15 0 417215826 11079335936 9241 33554432000 4194304 4196468 140724736780112 139905936079344 139906933541506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30370] ppid=30308 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30370/stat : 30370 (java) S 30308 30311 24221 0 -1 1077944384 33 13318 0 0 0 0 5 3 20 0 15 0 417215826 11079335936 9241 33554432000 4194304 4196468 140724736780112 139905935025568 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30371] ppid=30308 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30371/stat : 30371 (java) S 30308 30311 24221 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 417215826 11079335936 9241 33554432000 4194304 4196468 140724736780112 139905808197104 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30372] ppid=30308 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30372/stat : 30372 (java) S 30308 30311 24221 0 -1 1077944384 3 13318 0 0 0 0 5 3 20 0 15 0 417215829 11079335936 9241 33554432000 4194304 4196468 140724736780112 139905500797648 139906933548955 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30373] ppid=30308 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30311/task/30373/stat : 30373 (java) R 30308 30311 24221 0 -1 1077944384 460 13318 0 0 1 0 5 3 20 0 15 0 417215829 11079335936 9241 33554432000 4194304 4196468 140724736780112 139905901467632 139906933541506 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30374] ppid=30308 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30374/stat : 30374 (java) S 30308 30311 24221 0 -1 1077944384 196 13318 0 0 0 0 5 3 20 0 15 0 417215829 11079335936 9241 33554432000 4194304 4196468 140724736780112 139905900415088 139906933541506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30375] ppid=30308 vsize=10819664 memory=140332648482432 CPUtime=0.11 cores=0,2,4,6
/proc/30311/task/30375/stat : 30375 (java) R 30308 30311 24221 0 -1 4202560 608 13318 0 0 3 0 5 3 20 0 15 0 417215829 11079335936 9241 33554432000 4194304 4196468 140724736780112 139905899362544 139906933542294 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30376] ppid=30308 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30376/stat : 30376 (java) S 30308 30311 24221 0 -1 1077944384 3 13318 0 0 0 0 5 3 20 0 15 0 417215829 11079335936 9241 33554432000 4194304 4196468 140724736780112 139905467239008 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30377] ppid=30308 vsize=10819664 memory=140332648482432 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30377/stat : 30377 (java) S 30308 30311 24221 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 417215830 11079335936 9241 33554432000 4194304 4196468 140724736780112 139905898310448 139906933541506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 36964 KiB

[startup+0.31019 s]*
/proc/loadavg: 1.74 1.66 1.60 3/227 30377
/proc/meminfo: memFree=26304740/32770624 swapFree=67004752/67108860
[pid=30311] ppid=30308 vsize=10820148 memory=48336 CPUtime=0.4 cores=0,2,4,6
/proc/30311/stat : 30311 (java) S 30308 30311 24221 0 -1 1077944320 10818 13318 0 0 28 4 5 3 20 0 15 0 417215814 11079831552 12084 33554432000 4194304 4196468 140724736780112 140724736762656 139906933530359 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
/proc/30311/statm: 2705037 12084 3294 1 0 2667149 0
[pid=30311/tid=30364] ppid=30308 vsize=10820148 memory=1398722017469774279 CPUtime=0.28 cores=0,2,4,6
/proc/30311/task/30364/stat : 30364 (java) R 30308 30311 24221 0 -1 4202560 7279 13318 0 0 18 2 5 3 20 0 15 0 417215824 11079831552 12084 33554432000 4194304 4196468 140724736780112 139906905330272 139906933552285 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30365] ppid=30308 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30365/stat : 30365 (java) S 30308 30311 24221 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 417215824 11079831552 12084 33554432000 4194304 4196468 140724736780112 139906937772304 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30366] ppid=30308 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30366/stat : 30366 (java) S 30308 30311 24221 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 417215824 11079831552 12084 33554432000 4194304 4196468 140724736780112 139906826045840 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30367] ppid=30308 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30367/stat : 30367 (java) S 30308 30311 24221 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 417215824 11079831552 12084 33554432000 4194304 4196468 140724736780112 139906824993296 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30368] ppid=30308 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30368/stat : 30368 (java) S 30308 30311 24221 0 -1 1077944384 2 13318 0 0 0 0 5 3 20 0 15 0 417215824 11079831552 12084 33554432000 4194304 4196468 140724736780112 139906823940752 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30369] ppid=30308 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30369/stat : 30369 (java) S 30308 30311 24221 0 -1 1077944384 2 13318 0 0 0 0 5 3 20 0 15 0 417215826 11079831552 12084 33554432000 4194304 4196468 140724736780112 139905936079344 139906933541506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30370] ppid=30308 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30370/stat : 30370 (java) S 30308 30311 24221 0 -1 1077944384 33 13318 0 0 0 0 5 3 20 0 15 0 417215826 11079831552 12084 33554432000 4194304 4196468 140724736780112 139905935025568 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30371] ppid=30308 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30371/stat : 30371 (java) S 30308 30311 24221 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 417215826 11079831552 12084 33554432000 4194304 4196468 140724736780112 139905808197104 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30372] ppid=30308 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30372/stat : 30372 (java) S 30308 30311 24221 0 -1 1077944384 3 13318 0 0 0 0 5 3 20 0 15 0 417215829 11079831552 12084 33554432000 4194304 4196468 140724736780112 139905500797648 139906933548955 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30373] ppid=30308 vsize=10820148 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/30311/task/30373/stat : 30373 (java) S 30308 30311 24221 0 -1 1077944384 469 13318 0 0 2 0 5 3 20 0 15 0 417215829 11079831552 12084 33554432000 4194304 4196468 140724736780112 139905901467632 139906933541506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30374] ppid=30308 vsize=10820148 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/30311/task/30374/stat : 30374 (java) S 30308 30311 24221 0 -1 1077944384 197 13318 0 0 1 0 5 3 20 0 15 0 417215829 11079831552 12084 33554432000 4194304 4196468 140724736780112 139905900415088 139906933541506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30375] ppid=30308 vsize=10820148 memory=140332648482432 CPUtime=0.13 cores=0,2,4,6
/proc/30311/task/30375/stat : 30375 (java) S 30308 30311 24221 0 -1 1077944384 620 13318 0 0 5 0 5 3 20 0 15 0 417215829 11079831552 12084 33554432000 4194304 4196468 140724736780112 139905899362544 139906933541506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30376] ppid=30308 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30376/stat : 30376 (java) S 30308 30311 24221 0 -1 1077944384 3 13318 0 0 0 0 5 3 20 0 15 0 417215829 11079831552 12084 33554432000 4194304 4196468 140724736780112 139905467239008 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30377] ppid=30308 vsize=10820148 memory=140332648482432 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30377/stat : 30377 (java) S 30308 30311 24221 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 417215830 11079831552 12084 33554432000 4194304 4196468 140724736780112 139905898310448 139906933541506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 48336 KiB

[startup+0.709391 s]
/proc/loadavg: 1.74 1.66 1.60 3/227 30377
/proc/meminfo: memFree=26293532/32770624 swapFree=67004752/67108860
[pid=30311] ppid=30308 vsize=10824360 memory=81508 CPUtime=1.15 cores=0,2,4,6
/proc/30311/stat : 30311 (java) S 30308 30311 24221 0 -1 1077944320 15138 13318 0 0 101 6 5 3 20 0 15 0 417215814 11084144640 20377 33554432000 4194304 4196468 140724736780112 140724736762656 139906933530359 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
/proc/30311/statm: 2706090 20377 3498 1 0 2668173 0
[pid=30311/tid=30364] ppid=30308 vsize=10824360 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/30311/task/30364/stat : 30364 (java) R 30308 30311 24221 0 -1 4202560 10421 13318 0 0 56 4 5 3 20 0 15 0 417215824 11084144640 20377 33554432000 4194304 4196468 140724736780112 139906905354952 139906933551706 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30365] ppid=30308 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30365/stat : 30365 (java) S 30308 30311 24221 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 417215824 11084144640 20377 33554432000 4194304 4196468 140724736780112 139906937772304 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30366] ppid=30308 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30366/stat : 30366 (java) S 30308 30311 24221 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 417215824 11084144640 20377 33554432000 4194304 4196468 140724736780112 139906826045840 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30367] ppid=30308 vsize=10824360 memory=280664972993472 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30367/stat : 30367 (java) S 30308 30311 24221 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 417215824 11084144640 20377 33554432000 4194304 4196468 140724736780112 139906824993296 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30368] ppid=30308 vsize=10824360 memory=132361027062249 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30368/stat : 30368 (java) S 30308 30311 24221 0 -1 1077944384 2 13318 0 0 0 0 5 3 20 0 15 0 417215824 11084144640 20377 33554432000 4194304 4196468 140724736780112 139906823940752 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30369] ppid=30308 vsize=10824360 memory=11497166160 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30369/stat : 30369 (java) S 30308 30311 24221 0 -1 1077944384 5 13318 0 0 0 0 5 3 20 0 15 0 417215826 11084144640 20377 33554432000 4194304 4196468 140724736780112 139905936079344 139906933541506 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30370] ppid=30308 vsize=10824360 memory=68 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30370/stat : 30370 (java) S 30308 30311 24221 0 -1 1077944384 33 13318 0 0 0 0 5 3 20 0 15 0 417215826 11084144640 20377 33554432000 4194304 4196468 140724736780112 139905935025568 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30371] ppid=30308 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30371/stat : 30371 (java) S 30308 30311 24221 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 417215826 11084144640 20377 33554432000 4194304 4196468 140724736780112 139905808197104 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30372] ppid=30308 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30372/stat : 30372 (java) S 30308 30311 24221 0 -1 1077944384 3 13318 0 0 0 0 5 3 20 0 15 0 417215829 11084144640 20377 33554432000 4194304 4196468 140724736780112 139905500797648 139906933548955 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30373] ppid=30308 vsize=10824360 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/30311/task/30373/stat : 30373 (java) R 30308 30311 24221 0 -1 4202560 973 13318 0 0 14 0 5 3 20 0 15 0 417215829 11084144640 20377 33554432000 4194304 4196468 140724736780112 139905901467632 139906912763024 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30374] ppid=30308 vsize=10824360 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/30311/task/30374/stat : 30374 (java) R 30308 30311 24221 0 -1 4202560 610 13318 0 0 12 0 5 3 20 0 15 0 417215829 11084144640 20377 33554432000 4194304 4196468 140724736780112 139905900415088 139906913185584 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30375] ppid=30308 vsize=10824360 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/30311/task/30375/stat : 30375 (java) S 30308 30311 24221 0 -1 1077944384 878 13318 0 0 17 0 5 3 20 0 15 0 417215829 11084144640 20377 33554432000 4194304 4196468 140724736780112 139905899362544 139906933541506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30376] ppid=30308 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30376/stat : 30376 (java) S 30308 30311 24221 0 -1 1077944384 3 13318 0 0 0 0 5 3 20 0 15 0 417215829 11084144640 20377 33554432000 4194304 4196468 140724736780112 139905467239008 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30377] ppid=30308 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30377/stat : 30377 (java) S 30308 30311 24221 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 417215830 11084144640 20377 33554432000 4194304 4196468 140724736780112 139905898310448 139906933541506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 81508 KiB

[startup+1.50636 s]
/proc/loadavg: 1.74 1.66 1.60 3/227 30377
/proc/meminfo: memFree=26246552/32770624 swapFree=67004752/67108860
[pid=30311] ppid=30308 vsize=10834676 memory=169392 CPUtime=2.46 cores=0,2,4,6
/proc/30311/stat : 30311 (java) S 30308 30311 24221 0 -1 1077944320 21980 13318 0 0 226 12 5 3 20 0 15 0 417215814 11094708224 42348 33554432000 4194304 4196468 140724736780112 140724736762656 139906933530359 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
/proc/30311/statm: 2708669 42348 3580 1 0 2670733 0
[pid=30311/tid=30364] ppid=30308 vsize=10834676 memory=-5153075247926373247 CPUtime=1.44 cores=0,2,4,6
/proc/30311/task/30364/stat : 30364 (java) R 30308 30311 24221 0 -1 4202560 15434 13318 0 0 129 7 5 3 20 0 15 0 417215824 11094708224 42348 33554432000 4194304 4196468 140724736780112 139906905343768 139906915398951 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30365] ppid=30308 vsize=10834676 memory=-7882643786993342356 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30365/stat : 30365 (java) S 30308 30311 24221 0 -1 1077944384 56 13318 0 0 0 0 5 3 20 0 15 0 417215824 11094708224 42348 33554432000 4194304 4196468 140724736780112 139906937772304 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30366] ppid=30308 vsize=10834676 memory=6720696446780543624 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30366/stat : 30366 (java) S 30308 30311 24221 0 -1 1077944384 380 13318 0 0 0 0 5 3 20 0 15 0 417215824 11094708224 42348 33554432000 4194304 4196468 140724736780112 139906826045840 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30367] ppid=30308 vsize=10834676 memory=-5153075247754915967 CPUtime=0.09 cores=0,2,4,6
/proc/30311/task/30367/stat : 30367 (java) S 30308 30311 24221 0 -1 1077944384 16 13318 0 0 1 0 5 3 20 0 15 0 417215824 11094708224 42348 33554432000 4194304 4196468 140724736780112 139906824993296 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30368] ppid=30308 vsize=10834676 memory=121740 CPUtime=0.09 cores=0,2,4,6
/proc/30311/task/30368/stat : 30368 (java) S 30308 30311 24221 0 -1 1077944384 74 13318 0 0 1 0 5 3 20 0 15 0 417215824 11094708224 42348 33554432000 4194304 4196468 140724736780112 139906823940752 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30369] ppid=30308 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30311/task/30369/stat : 30369 (java) S 30308 30311 24221 0 -1 1077944384 135 13318 0 0 1 0 5 3 20 0 15 0 417215826 11094708224 42348 33554432000 4194304 4196468 140724736780112 139905936079344 139906933541506 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30370] ppid=30308 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30370/stat : 30370 (java) S 30308 30311 24221 0 -1 1077944384 34 13318 0 0 0 0 5 3 20 0 15 0 417215826 11094708224 42348 33554432000 4194304 4196468 140724736780112 139905935025632 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30371] ppid=30308 vsize=10834676 memory=280664972787808 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30371/stat : 30371 (java) S 30308 30311 24221 0 -1 1077944384 2 13318 0 0 0 0 5 3 20 0 15 0 417215826 11094708224 42348 33554432000 4194304 4196468 140724736780112 139905808197120 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30372] ppid=30308 vsize=10834676 memory=280664973202848 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30372/stat : 30372 (java) S 30308 30311 24221 0 -1 1077944384 3 13318 0 0 0 0 5 3 20 0 15 0 417215829 11094708224 42348 33554432000 4194304 4196468 140724736780112 139905500797648 139906933548955 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30373] ppid=30308 vsize=10834676 memory=140332486403616 CPUtime=0.34 cores=0,2,4,6
/proc/30311/task/30373/stat : 30373 (java) S 30308 30311 24221 0 -1 1077944384 1241 13318 0 0 25 1 5 3 20 0 15 0 417215829 11094708224 42348 33554432000 4194304 4196468 140724736780112 139905901467632 139906933541506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30374] ppid=30308 vsize=10834676 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/30311/task/30374/stat : 30374 (java) S 30308 30311 24221 0 -1 1077944384 787 13318 0 0 24 0 5 3 20 0 15 0 417215829 11094708224 42348 33554432000 4194304 4196468 140724736780112 139905900415088 139906933541506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30375] ppid=30308 vsize=10834676 memory=952 CPUtime=0.48 cores=0,2,4,6
/proc/30311/task/30375/stat : 30375 (java) S 30308 30311 24221 0 -1 1077944384 1610 13318 0 0 40 0 5 3 20 0 15 0 417215829 11094708224 42348 33554432000 4194304 4196468 140724736780112 139905899362544 139906933541506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30376] ppid=30308 vsize=10834676 memory=14008 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30376/stat : 30376 (java) S 30308 30311 24221 0 -1 1077944384 3 13318 0 0 0 0 5 3 20 0 15 0 417215829 11094708224 42348 33554432000 4194304 4196468 140724736780112 139905467239008 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30377] ppid=30308 vsize=10834676 memory=22168 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30377/stat : 30377 (java) S 30308 30311 24221 0 -1 1077944384 1 13318 0 0 0 0 5 3 20 0 15 0 417215830 11094708224 42348 33554432000 4194304 4196468 140724736780112 139905898310448 139906933541506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
Current children cumulated CPU time: 2.46 s
Current children cumulated vsize: 10834676 KiB

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

/proc/30311/task/30364/stat : 30364 (java) R 30308 30311 24221 0 -1 4202560 59087 13318 0 0 217695 43 5 3 20 0 15 0 417215824 11107311616 191718 33554432000 4194304 4196468 140724736780112 139906905365504 139906510143222 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30365] ppid=30308 vsize=10846984 memory=766872 CPUtime=11.12 cores=0,2,4,6
/proc/30311/task/30365/stat : 30365 (java) S 30308 30311 24221 0 -1 1077944384 10489 13318 0 0 1046 58 5 3 20 0 15 0 417215824 11107311616 191718 33554432000 4194304 4196468 140724736780112 139906937772304 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30366] ppid=30308 vsize=10846984 memory=766872 CPUtime=11.15 cores=0,2,4,6
/proc/30311/task/30366/stat : 30366 (java) S 30308 30311 24221 0 -1 1077944384 10190 13318 0 0 1051 56 5 3 20 0 15 0 417215824 11107311616 191718 33554432000 4194304 4196468 140724736780112 139906826045840 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30367] ppid=30308 vsize=10846984 memory=764824 CPUtime=11.12 cores=0,2,4,6
/proc/30311/task/30367/stat : 30367 (java) S 30308 30311 24221 0 -1 1077944384 10563 13318 0 0 1051 53 5 3 20 0 15 0 417215824 11107311616 191718 33554432000 4194304 4196468 140724736780112 139906824993296 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30368] ppid=30308 vsize=10846984 memory=764824 CPUtime=11.14 cores=0,2,4,6
/proc/30311/task/30368/stat : 30368 (java) S 30308 30311 24221 0 -1 1077944384 14337 13318 0 0 1048 58 5 3 20 0 15 0 417215824 11107311616 191718 33554432000 4194304 4196468 140724736780112 139906823940752 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30369] ppid=30308 vsize=10846984 memory=764824 CPUtime=10.56 cores=0,2,4,6
/proc/30311/task/30369/stat : 30369 (java) S 30308 30311 24221 0 -1 1077944384 13233 13318 0 0 994 54 5 3 20 0 15 0 417215826 11107311616 191718 33554432000 4194304 4196468 140724736780112 139905936079344 139906933541506 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30370] ppid=30308 vsize=10846984 memory=280664974221392 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30370/stat : 30370 (java) S 30308 30311 24221 0 -1 1077944384 42 13318 0 0 0 0 5 3 20 0 15 0 417215826 11107311616 191718 33554432000 4194304 4196468 140724736780112 139905935025632 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30371] ppid=30308 vsize=10846984 memory=766872 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30371/stat : 30371 (java) S 30308 30311 24221 0 -1 1077944384 4 13318 0 0 0 0 5 3 20 0 15 0 417215826 11107311616 191718 33554432000 4194304 4196468 140724736780112 139905808197120 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30372] ppid=30308 vsize=10846984 memory=766872 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30372/stat : 30372 (java) S 30308 30311 24221 0 -1 1077944384 3 13318 0 0 0 0 5 3 20 0 15 0 417215829 11107311616 191718 33554432000 4194304 4196468 140724736780112 139905500797648 139906933548955 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30373] ppid=30308 vsize=10846984 memory=764824 CPUtime=3.13 cores=0,2,4,6
/proc/30311/task/30373/stat : 30373 (java) S 30308 30311 24221 0 -1 1077944384 15951 13318 0 0 302 3 5 3 20 0 15 0 417215829 11107311616 191718 33554432000 4194304 4196468 140724736780112 139905901467632 139906933541506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30374] ppid=30308 vsize=10846984 memory=766872 CPUtime=3.59 cores=0,2,4,6
/proc/30311/task/30374/stat : 30374 (java) S 30308 30311 24221 0 -1 1077944384 23389 13318 0 0 346 5 5 3 20 0 15 0 417215829 11107311616 191718 33554432000 4194304 4196468 140724736780112 139905900415088 139906933541506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30375] ppid=30308 vsize=10846984 memory=40528 CPUtime=1.71 cores=0,2,4,6
/proc/30311/task/30375/stat : 30375 (java) S 30308 30311 24221 0 -1 1077944384 13458 13318 0 0 160 3 5 3 20 0 15 0 417215829 11107311616 191718 33554432000 4194304 4196468 140724736780112 139905899362544 139906933541506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30376] ppid=30308 vsize=10846984 memory=766872 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30376/stat : 30376 (java) S 30308 30311 24221 0 -1 1077944384 3 13318 0 0 0 0 5 3 20 0 15 0 417215829 11107311616 191718 33554432000 4194304 4196468 140724736780112 139905467239008 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30377] ppid=30308 vsize=10846984 memory=40528 CPUtime=1.44 cores=0,2,4,6
/proc/30311/task/30377/stat : 30377 (java) S 30308 30311 24221 0 -1 1077944384 1196 13318 0 0 70 66 5 3 20 0 15 0 417215830 11107311616 191718 33554432000 4194304 4196468 140724736780112 139905898310448 139906933541506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
Current children cumulated CPU time: 2241.81 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 766872 KiB

[startup+2262.3 s]
/proc/loadavg: 0.65 0.75 1.05 2/206 30651
/proc/meminfo: memFree=27859148/32770624 swapFree=67004752/67108860
[pid=30311] ppid=30308 vsize=10846984 memory=766872 CPUtime=2302.75 cores=0,2,4,6
/proc/30311/stat : 30311 (java) S 30308 30311 24221 0 -1 1077944320 175575 13318 0 0 229924 343 5 3 20 0 15 0 417215814 11107311616 191718 33554432000 4194304 4196468 140724736780112 140724736762656 139906933530359 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
/proc/30311/statm: 2711746 191718 3624 1 0 2673805 0
[pid=30311/tid=30364] ppid=30308 vsize=10846984 memory=766872 CPUtime=2236.82 cores=0,2,4,6
/proc/30311/task/30364/stat : 30364 (java) R 30308 30311 24221 0 -1 4202560 59783 13318 0 0 223630 44 5 3 20 0 15 0 417215824 11107311616 191718 33554432000 4194304 4196468 140724736780112 139906905365600 139906508525066 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30365] ppid=30308 vsize=10846984 memory=766872 CPUtime=11.44 cores=0,2,4,6
/proc/30311/task/30365/stat : 30365 (java) S 30308 30311 24221 0 -1 1077944384 10503 13318 0 0 1077 59 5 3 20 0 15 0 417215824 11107311616 191718 33554432000 4194304 4196468 140724736780112 139906937772304 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30366] ppid=30308 vsize=10846984 memory=766872 CPUtime=11.47 cores=0,2,4,6
/proc/30311/task/30366/stat : 30366 (java) S 30308 30311 24221 0 -1 1077944384 10395 13318 0 0 1080 59 5 3 20 0 15 0 417215824 11107311616 191718 33554432000 4194304 4196468 140724736780112 139906826045840 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30367] ppid=30308 vsize=10846984 memory=11524527445 CPUtime=11.43 cores=0,2,4,6
/proc/30311/task/30367/stat : 30367 (java) S 30308 30311 24221 0 -1 1077944384 10727 13318 0 0 1081 54 5 3 20 0 15 0 417215824 11107311616 191718 33554432000 4194304 4196468 140724736780112 139906824993296 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30368] ppid=30308 vsize=10846984 memory=280664973674288 CPUtime=11.45 cores=0,2,4,6
/proc/30311/task/30368/stat : 30368 (java) S 30308 30311 24221 0 -1 1077944384 14447 13318 0 0 1077 60 5 3 20 0 15 0 417215824 11107311616 191718 33554432000 4194304 4196468 140724736780112 139906823940752 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30369] ppid=30308 vsize=10846984 memory=766872 CPUtime=10.86 cores=0,2,4,6
/proc/30311/task/30369/stat : 30369 (java) S 30308 30311 24221 0 -1 1077944384 13445 13318 0 0 1022 56 5 3 20 0 15 0 417215826 11107311616 191718 33554432000 4194304 4196468 140724736780112 139905936079344 139906933541506 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30370] ppid=30308 vsize=10846984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30370/stat : 30370 (java) S 30308 30311 24221 0 -1 1077944384 42 13318 0 0 0 0 5 3 20 0 15 0 417215826 11107311616 191718 33554432000 4194304 4196468 140724736780112 139905935025632 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30371] ppid=30308 vsize=10846984 memory=766872 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30371/stat : 30371 (java) S 30308 30311 24221 0 -1 1077944384 4 13318 0 0 0 0 5 3 20 0 15 0 417215826 11107311616 191718 33554432000 4194304 4196468 140724736780112 139905808197120 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30372] ppid=30308 vsize=10846984 memory=766872 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30372/stat : 30372 (java) S 30308 30311 24221 0 -1 1077944384 3 13318 0 0 0 0 5 3 20 0 15 0 417215829 11107311616 191718 33554432000 4194304 4196468 140724736780112 139905500797648 139906933548955 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30373] ppid=30308 vsize=10846984 memory=6791534058613427641 CPUtime=3.13 cores=0,2,4,6
/proc/30311/task/30373/stat : 30373 (java) S 30308 30311 24221 0 -1 1077944384 15953 13318 0 0 302 3 5 3 20 0 15 0 417215829 11107311616 191718 33554432000 4194304 4196468 140724736780112 139905901467632 139906933541506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30374] ppid=30308 vsize=10846984 memory=14008 CPUtime=3.59 cores=0,2,4,6
/proc/30311/task/30374/stat : 30374 (java) S 30308 30311 24221 0 -1 1077944384 23392 13318 0 0 346 5 5 3 20 0 15 0 417215829 11107311616 191718 33554432000 4194304 4196468 140724736780112 139905900415088 139906933541506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30375] ppid=30308 vsize=10846984 memory=766872 CPUtime=1.71 cores=0,2,4,6
/proc/30311/task/30375/stat : 30375 (java) S 30308 30311 24221 0 -1 1077944384 13460 13318 0 0 160 3 5 3 20 0 15 0 417215829 11107311616 191718 33554432000 4194304 4196468 140724736780112 139905899362544 139906933541506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30376] ppid=30308 vsize=10846984 memory=2688 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30376/stat : 30376 (java) S 30308 30311 24221 0 -1 1077944384 3 13318 0 0 0 0 5 3 20 0 15 0 417215829 11107311616 191718 33554432000 4194304 4196468 140724736780112 139905467239008 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30377] ppid=30308 vsize=10846984 memory=766872 CPUtime=1.48 cores=0,2,4,6
/proc/30311/task/30377/stat : 30377 (java) S 30308 30311 24221 0 -1 1077944384 1213 13318 0 0 71 69 5 3 20 0 15 0 417215830 11107311616 191718 33554432000 4194304 4196468 140724736780112 139905898310448 139906933541506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
Current children cumulated CPU time: 2302.75 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 766872 KiB

[startup+2322.3 s]
/proc/loadavg: 0.60 0.73 1.03 2/206 30655
/proc/meminfo: memFree=27857136/32770624 swapFree=67004752/67108860
[pid=30311] ppid=30308 vsize=10846984 memory=768920 CPUtime=2363.73 cores=0,2,4,6
/proc/30311/stat : 30311 (java) S 30308 30311 24221 0 -1 1077944320 176452 13318 0 0 236013 352 5 3 20 0 15 0 417215814 11107311616 192230 33554432000 4194304 4196468 140724736780112 140724736762656 139906933530359 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
/proc/30311/statm: 2711746 192230 3624 1 0 2673805 0
[pid=30311/tid=30364] ppid=30308 vsize=10846984 memory=768920 CPUtime=2296.12 cores=0,2,4,6
/proc/30311/task/30364/stat : 30364 (java) R 30308 30311 24221 0 -1 4202560 60358 13318 0 0 229559 45 5 3 20 0 15 0 417215824 11107311616 192230 33554432000 4194304 4196468 140724736780112 139906905365600 139906507412761 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30365] ppid=30308 vsize=10846984 memory=768920 CPUtime=11.77 cores=0,2,4,6
/proc/30311/task/30365/stat : 30365 (java) S 30308 30311 24221 0 -1 1077944384 10667 13318 0 0 1109 60 5 3 20 0 15 0 417215824 11107311616 192230 33554432000 4194304 4196468 140724736780112 139906937772304 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30366] ppid=30308 vsize=10846984 memory=768920 CPUtime=11.81 cores=0,2,4,6
/proc/30311/task/30366/stat : 30366 (java) S 30308 30311 24221 0 -1 1077944384 10439 13318 0 0 1112 61 5 3 20 0 15 0 417215824 11107311616 192230 33554432000 4194304 4196468 140724736780112 139906826045840 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30367] ppid=30308 vsize=10846984 memory=768920 CPUtime=11.76 cores=0,2,4,6
/proc/30311/task/30367/stat : 30367 (java) S 30308 30311 24221 0 -1 1077944384 10745 13318 0 0 1112 56 5 3 20 0 15 0 417215824 11107311616 192230 33554432000 4194304 4196468 140724736780112 139906824993296 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30368] ppid=30308 vsize=10846984 memory=768920 CPUtime=11.78 cores=0,2,4,6
/proc/30311/task/30368/stat : 30368 (java) S 30308 30311 24221 0 -1 1077944384 14480 13318 0 0 1109 61 5 3 20 0 15 0 417215824 11107311616 192230 33554432000 4194304 4196468 140724736780112 139906823940752 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30369] ppid=30308 vsize=10846984 memory=3236 CPUtime=11.16 cores=0,2,4,6
/proc/30311/task/30369/stat : 30369 (java) S 30308 30311 24221 0 -1 1077944384 13476 13318 0 0 1051 57 5 3 20 0 15 0 417215826 11107311616 192230 33554432000 4194304 4196468 140724736780112 139905936079344 139906933541506 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30370] ppid=30308 vsize=10846984 memory=768920 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30370/stat : 30370 (java) S 30308 30311 24221 0 -1 1077944384 42 13318 0 0 0 0 5 3 20 0 15 0 417215826 11107311616 192230 33554432000 4194304 4196468 140724736780112 139905935025632 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30371] ppid=30308 vsize=10846984 memory=768920 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30371/stat : 30371 (java) S 30308 30311 24221 0 -1 1077944384 4 13318 0 0 0 0 5 3 20 0 15 0 417215826 11107311616 192230 33554432000 4194304 4196468 140724736780112 139905808197120 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30372] ppid=30308 vsize=10846984 memory=3620 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30372/stat : 30372 (java) S 30308 30311 24221 0 -1 1077944384 3 13318 0 0 0 0 5 3 20 0 15 0 417215829 11107311616 192230 33554432000 4194304 4196468 140724736780112 139905500797648 139906933548955 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30373] ppid=30308 vsize=10846984 memory=768920 CPUtime=3.13 cores=0,2,4,6
/proc/30311/task/30373/stat : 30373 (java) S 30308 30311 24221 0 -1 1077944384 15955 13318 0 0 302 3 5 3 20 0 15 0 417215829 11107311616 192230 33554432000 4194304 4196468 140724736780112 139905901467632 139906933541506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30374] ppid=30308 vsize=10846984 memory=768920 CPUtime=3.59 cores=0,2,4,6
/proc/30311/task/30374/stat : 30374 (java) S 30308 30311 24221 0 -1 1077944384 23394 13318 0 0 346 5 5 3 20 0 15 0 417215829 11107311616 192230 33554432000 4194304 4196468 140724736780112 139905900415088 139906933541506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30375] ppid=30308 vsize=10846984 memory=768920 CPUtime=1.71 cores=0,2,4,6
/proc/30311/task/30375/stat : 30375 (java) S 30308 30311 24221 0 -1 1077944384 13462 13318 0 0 160 3 5 3 20 0 15 0 417215829 11107311616 192230 33554432000 4194304 4196468 140724736780112 139905899362544 139906933541506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30376] ppid=30308 vsize=10846984 memory=2832 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30376/stat : 30376 (java) S 30308 30311 24221 0 -1 1077944384 3 13318 0 0 0 0 5 3 20 0 15 0 417215829 11107311616 192230 33554432000 4194304 4196468 140724736780112 139905467239008 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30377] ppid=30308 vsize=10846984 memory=768920 CPUtime=1.51 cores=0,2,4,6
/proc/30311/task/30377/stat : 30377 (java) S 30308 30311 24221 0 -1 1077944384 1219 13318 0 0 72 71 5 3 20 0 15 0 417215830 11107311616 192230 33554432000 4194304 4196468 140724736780112 139905898310448 139906933541506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
Current children cumulated CPU time: 2363.73 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 768920 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2358 s]*
/proc/loadavg: 0.60 0.71 1.01 2/206 30657
/proc/meminfo: memFree=27856824/32770624 swapFree=67004752/67108860
[pid=30311] ppid=30308 vsize=10846984 memory=768920 CPUtime=2400.03 cores=0,2,4,6
/proc/30311/stat : 30311 (java) S 30308 30311 24221 0 -1 1077944320 177366 13318 0 0 239638 357 5 3 20 0 15 0 417215814 11107311616 192230 33554432000 4194304 4196468 140724736780112 140724736762656 139906933530359 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
/proc/30311/statm: 2711746 192230 3624 1 0 2673805 0
[pid=30311/tid=30364] ppid=30308 vsize=10846984 memory=1398722017469774279 CPUtime=2331.42 cores=0,2,4,6
/proc/30311/task/30364/stat : 30364 (java) R 30308 30311 24221 0 -1 4202560 60764 13318 0 0 233089 45 5 3 20 0 15 0 417215824 11107311616 192230 33554432000 4194304 4196468 140724736780112 139906905366464 139906507290312 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30365] ppid=30308 vsize=10846984 memory=4126316290023845779 CPUtime=11.96 cores=0,2,4,6
/proc/30311/task/30365/stat : 30365 (java) S 30308 30311 24221 0 -1 1077944384 10696 13318 0 0 1127 61 5 3 20 0 15 0 417215824 11107311616 192230 33554432000 4194304 4196468 140724736780112 139906937772304 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30366] ppid=30308 vsize=10846984 memory=1398722017469774279 CPUtime=12.01 cores=0,2,4,6
/proc/30311/task/30366/stat : 30366 (java) S 30308 30311 24221 0 -1 1077944384 10672 13318 0 0 1131 62 5 3 20 0 15 0 417215824 11107311616 192230 33554432000 4194304 4196468 140724736780112 139906826045840 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30367] ppid=30308 vsize=10846984 memory=4126316290023845779 CPUtime=11.96 cores=0,2,4,6
/proc/30311/task/30367/stat : 30367 (java) S 30308 30311 24221 0 -1 1077944384 10784 13318 0 0 1131 57 5 3 20 0 15 0 417215824 11107311616 192230 33554432000 4194304 4196468 140724736780112 139906824993296 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30368] ppid=30308 vsize=10846984 memory=0 CPUtime=11.98 cores=0,2,4,6
/proc/30311/task/30368/stat : 30368 (java) S 30308 30311 24221 0 -1 1077944384 14491 13318 0 0 1128 62 5 3 20 0 15 0 417215824 11107311616 192230 33554432000 4194304 4196468 140724736780112 139906823940752 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30369] ppid=30308 vsize=10846984 memory=6656426216303648864 CPUtime=11.34 cores=0,2,4,6
/proc/30311/task/30369/stat : 30369 (java) S 30308 30311 24221 0 -1 1077944384 13658 13318 0 0 1068 58 5 3 20 0 15 0 417215826 11107311616 192230 33554432000 4194304 4196468 140724736780112 139905936079344 139906933541506 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30370] ppid=30308 vsize=10846984 memory=6656426216303648864 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30370/stat : 30370 (java) S 30308 30311 24221 0 -1 1077944384 42 13318 0 0 0 0 5 3 20 0 15 0 417215826 11107311616 192230 33554432000 4194304 4196468 140724736780112 139905935025632 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30371] ppid=30308 vsize=10846984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30371/stat : 30371 (java) S 30308 30311 24221 0 -1 1077944384 4 13318 0 0 0 0 5 3 20 0 15 0 417215826 11107311616 192230 33554432000 4194304 4196468 140724736780112 139905808197120 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30372] ppid=30308 vsize=10846984 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30372/stat : 30372 (java) S 30308 30311 24221 0 -1 1077944384 3 13318 0 0 0 0 5 3 20 0 15 0 417215829 11107311616 192230 33554432000 4194304 4196468 140724736780112 139905500797648 139906933548955 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30373] ppid=30308 vsize=10846984 memory=6628 CPUtime=3.13 cores=0,2,4,6
/proc/30311/task/30373/stat : 30373 (java) S 30308 30311 24221 0 -1 1077944384 15955 13318 0 0 302 3 5 3 20 0 15 0 417215829 11107311616 192230 33554432000 4194304 4196468 140724736780112 139905901467632 139906933541506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30374] ppid=30308 vsize=10846984 memory=6944656592455359580 CPUtime=3.59 cores=0,2,4,6
/proc/30311/task/30374/stat : 30374 (java) S 30308 30311 24221 0 -1 1077944384 23394 13318 0 0 346 5 5 3 20 0 15 0 417215829 11107311616 192230 33554432000 4194304 4196468 140724736780112 139905900415088 139906933541506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30375] ppid=30308 vsize=10846984 memory=768920 CPUtime=1.71 cores=0,2,4,6
/proc/30311/task/30375/stat : 30375 (java) S 30308 30311 24221 0 -1 1077944384 13462 13318 0 0 160 3 5 3 20 0 15 0 417215829 11107311616 192230 33554432000 4194304 4196468 140724736780112 139905899362544 139906933541506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30376] ppid=30308 vsize=10846984 memory=768920 CPUtime=0.08 cores=0,2,4,6
/proc/30311/task/30376/stat : 30376 (java) S 30308 30311 24221 0 -1 1077944384 3 13318 0 0 0 0 5 3 20 0 15 0 417215829 11107311616 192230 33554432000 4194304 4196468 140724736780112 139905467239008 139906933540565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
[pid=30311/tid=30377] ppid=30308 vsize=10846984 memory=16104775267649398 CPUtime=1.54 cores=0,2,4,6
/proc/30311/task/30377/stat : 30377 (java) S 30308 30311 24221 0 -1 1077944384 1233 13318 0 0 74 72 5 3 20 0 15 0 417215830 11107311616 192230 33554432000 4194304 4196468 140724736780112 139905898310448 139906933541506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12201984 140724736785135 140724736787653 140724736787653 140724736790479 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 768920 KiB

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

[startup+2358.04 s]
# the end of solver process 30311 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.46 s, system=3.61133 s

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

Child status: 143
Real time (s): 2358.04
CPU time (s): 2400.07
CPU user time (s): 2396.46
CPU system time (s): 3.61133
CPU usage (%): 101.782
Max. virtual memory (cumulated for all children) (KiB): 10849680
Max. memory (cumulated for all children) (KiB): 768920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.46
system time used= 3.61133
maximum resident set size= 773128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 191636
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 290529
involuntary context switches= 7274


# summary of solver processes directly reported to runsolver:
#   pid: 30311
#   total CPU time (s): 2400.07
#   total CPU user time (s): 2396.46
#   total CPU system time (s): 3.61133

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0262 second user time and 21.8278 second system time

The end

Launcher Data

Begin job on node126 at 2019-09-13 23:17:22
IDJOB=4396630
IDBENCH=141364
IDSOLVER=2847
FILE ID=node126/4396630-1568409480
RUNJOBID= node126-1568394259-25761
PBS_JOBID= 21701858
Free space on /tmp= 55740 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-11_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396630-1568409480/watcher-4396630-1568409480 -o /tmp/evaluation-result-4396630-1568409480/solver-4396630-1568409480 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1568394259-25761 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1708560276 HOME/instance-4396630-1568409480.xml

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

MD5SUM BENCH= ed3f9a47d1f1ba76ff72e7160e212ad4
RANDOM SEED=1708560276

node126.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.45
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.56
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.45
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.56
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.45
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.56
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.45
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26344208 kB
MemAvailable:   29623100 kB
Buffers:          170560 kB
Cached:          3353580 kB
SwapCached:         2860 kB
Active:          3985100 kB
Inactive:        1779192 kB
Active(anon):    2238152 kB
Inactive(anon):    43540 kB
Active(file):    1746948 kB
Inactive(file):  1735652 kB
Unevictable:      108840 kB
Mlocked:          108840 kB
SwapTotal:      67108860 kB
SwapFree:       67004752 kB
Dirty:             35880 kB
Writeback:             0 kB
AnonPages:       2347620 kB
Mapped:            58228 kB
Shmem:             32816 kB
Slab:             255104 kB
SReclaimable:     224256 kB
SUnreclaim:        30848 kB
KernelStack:        3680 kB
PageTables:        10152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3342540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2134016 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= 55740 MiB
End job on node126 at 2019-09-13 23:56:41