Trace number 4396560

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)3 2400.11 2362.24

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-08-10.xml
MD5SUM23e84b7c24701222a8a18862c478c748
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark18.5291
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints1261
Number of domains1
Minimum domain size80
Maximum domain size80
Distribution of domain sizes[{"size":80,"count":80}]
Minimum variable degree65
Maximum variable degree65
Distribution of variable degrees[{"degree":65,"count":80}]
Minimum constraint arity4
Maximum constraint arity80
Distribution of constraint arities[{"arity":4,"count":1260},{"arity":80,"count":1}]
Number of extensional constraints0
Number of intensional constraints1260
Distribution of constraint types[{"type":"intension","count":1260},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

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
48.98/33.08	o 79
60.36/43.47	o 78
68.56/51.20	o 77
77.78/59.95	o 76
86.84/69.00	o 75
93.59/75.62	o 74
98.16/80.15	o 73
99.76/81.71	o 4
103.89/84.95	o 3
2400.04/2362.21	Exception in thread "main" java.util.concurrent.TimeoutException
2400.04/2362.22		at concrete.MAC.mac(MAC.scala:192)
2400.04/2362.22		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.04/2362.22		at scala.util.Try$.apply(Try.scala:212)
2400.04/2362.22		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.04/2362.22		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.04/2362.22		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.04/2362.22		at concrete.MAC.oneRun(MAC.scala:265)
2400.04/2362.22		at concrete.MAC.nextSolution(MAC.scala:284)
2400.04/2362.22		at concrete.MAC.nextSolution(MAC.scala:369)
2400.04/2362.22		at concrete.Solver.hasNext(Solver.scala:160)
2400.04/2362.22		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.04/2362.22		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.04/2362.22		at concrete.Solver.foreach(Solver.scala:67)
2400.04/2362.22		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.04/2362.22		at scala.util.Success.map(Try.scala:264)
2400.04/2362.22		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.04/2362.22		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.04/2362.22		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.04/2362.22		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.04/2362.22		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.04/2362.22		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.04/2362.22		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.04/2362.22		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.04/2362.22		at scala.App.$anonfun$main$1(App.scala:75)
2400.04/2362.22		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.04/2362.22		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.04/2362.22		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.04/2362.22		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.04/2362.22		at scala.App.main(App.scala:75)
2400.04/2362.22		at scala.App.main$(App.scala:73)
2400.04/2362.22		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.04/2362.22		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.04/2362.22	v <instantiation
2400.04/2362.22	v         cost = '3'>
2400.04/2362.22	v       <list>
2400.04/2362.22	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9]
2400.04/2362.22	v       </list>
2400.04/2362.22	v       <values>
2400.04/2362.22	v         0 0 0 0 0 1 2 3 3 3 0 1 3 3 3 0 2 1 2 3 1 1 0 1 2 3 0 2 1 0 2 1 0 3 2 2 3 3 0 2 2 1 2 0 1 0 3 0 2 3 3 1 1 2 0 2 2 0 3 0 3 1 2 2 2 1 1 0 0 1 3 1 2 3 0 3 0 2 0 2
2400.04/2362.22	v       </values>
2400.04/2362.22	v     </instantiation>
2400.04/2362.22	s SATISFIABLE

Verifier Data

OK	3

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396560-1568407893/watcher-4396560-1568407893 -o /tmp/evaluation-result-4396560-1568407893/solver-4396560-1568407893 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1568399014-14829 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1518987835 HOME/instance-4396560-1568407893.xml 

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

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
Current StackSize limit: 8192 KiB

solver pid=16845, runsolver pid=16842

[startup+0.100062 s]*
/proc/loadavg: 1.52 1.46 1.47 3/222 16902
/proc/meminfo: memFree=30319684/32770624 swapFree=66967484/67108860
[pid=16845] ppid=16842 vsize=9972712 memory=16432 CPUtime=0.08 cores=1,3,5,7
/proc/16845/stat : 16845 (java) S 16842 16845 14797 0 -1 1077944320 4375 13012 0 0 1 0 5 2 20 0 6 0 417038871 10212057088 4108 33554432000 4194304 4196468 140736250447568 140736250430112 140190013177591 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
/proc/16845/statm: 2493178 4108 1931 1 0 2481616 0
[pid=16845/tid=16898] ppid=16842 vsize=9972712 memory=4628411388058700198 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16898/stat : 16898 (java) R 16842 16845 14797 0 -1 4202560 2179 13012 0 0 0 0 5 2 20 0 6 0 417038880 10212057088 4174 33554432000 4194304 4196468 140736250447568 140189985014352 140189998300528 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16899] ppid=16842 vsize=9972712 memory=5793855403668318649 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16899/stat : 16899 (java) S 16842 16845 14797 0 -1 1077944384 1 13012 0 0 0 0 5 2 20 0 6 0 417038880 10212057088 4174 33554432000 4194304 4196468 140736250447568 140190017419792 140190013187797 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16900] ppid=16842 vsize=9972712 memory=140152658425472 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16900/stat : 16900 (java) S 16842 16845 14797 0 -1 1077944384 1 13012 0 0 0 0 5 2 20 0 6 0 417038881 10212057088 4174 33554432000 4194304 4196468 140736250447568 140189586877072 140190013187797 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16901] ppid=16842 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16901/stat : 16901 (java) S 16842 16845 14797 0 -1 1077944384 1 13012 0 0 0 0 5 2 20 0 6 0 417038881 10212057088 4174 33554432000 4194304 4196468 140736250447568 140189585824016 140190013187797 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16902] ppid=16842 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16902/stat : 16902 (java) S 16842 16845 14797 0 -1 1077944384 2 13012 0 0 0 0 5 2 20 0 6 0 417038881 10212057088 4174 33554432000 4194304 4196468 140736250447568 140189584771472 140190013187797 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16432 KiB

[startup+0.21041 s]*
/proc/loadavg: 1.56 1.47 1.48 4/231 16911
/proc/meminfo: memFree=30298172/32770624 swapFree=66967484/67108860
[pid=16845] ppid=16842 vsize=10819664 memory=44708 CPUtime=0.26 cores=1,3,5,7
/proc/16845/stat : 16845 (java) S 16842 16845 14797 0 -1 1077944320 7008 13012 0 0 18 1 5 2 20 0 15 0 417038871 11079335936 11177 33554432000 4194304 4196468 140736250447568 140736250430112 140190013177591 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
/proc/16845/statm: 2704916 11177 3162 1 0 2667149 0
[pid=16845/tid=16898] ppid=16842 vsize=10819664 memory=-8540663193526752614 CPUtime=0.19 cores=1,3,5,7
/proc/16845/task/16898/stat : 16898 (java) R 16842 16845 14797 0 -1 4202560 3393 13012 0 0 11 1 5 2 20 0 15 0 417038880 11079335936 11177 33554432000 4194304 4196468 140736250447568 140189985008432 140189994741143 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16899] ppid=16842 vsize=10819664 memory=4211973878863216010 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16899/stat : 16899 (java) S 16842 16845 14797 0 -1 1077944384 1 13012 0 0 0 0 5 2 20 0 15 0 417038880 11079335936 11177 33554432000 4194304 4196468 140736250447568 140190017419792 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16900] ppid=16842 vsize=10819664 memory=140152658425472 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16900/stat : 16900 (java) S 16842 16845 14797 0 -1 1077944384 1 13012 0 0 0 0 5 2 20 0 15 0 417038881 11079335936 11177 33554432000 4194304 4196468 140736250447568 140189586877072 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16901] ppid=16842 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16901/stat : 16901 (java) S 16842 16845 14797 0 -1 1077944384 1 13012 0 0 0 0 5 2 20 0 15 0 417038881 11079335936 11177 33554432000 4194304 4196468 140736250447568 140189585824016 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16902] ppid=16842 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16902/stat : 16902 (java) S 16842 16845 14797 0 -1 1077944384 2 13012 0 0 0 0 5 2 20 0 15 0 417038881 11079335936 11177 33554432000 4194304 4196468 140736250447568 140189584771472 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16903] ppid=16842 vsize=10819664 memory=140152658425472 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16903/stat : 16903 (java) S 16842 16845 14797 0 -1 1077944384 2 13012 0 0 0 0 5 2 20 0 15 0 417038882 11079335936 11177 33554432000 4194304 4196468 140736250447568 140189472103152 140190013188738 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16904] ppid=16842 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16904/stat : 16904 (java) S 16842 16845 14797 0 -1 1077944384 33 13012 0 0 0 0 5 2 20 0 15 0 417038882 11079335936 11177 33554432000 4194304 4196468 140736250447568 140189471049376 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16905] ppid=16842 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16905/stat : 16905 (java) S 16842 16845 14797 0 -1 1077944384 1 13012 0 0 0 0 5 2 20 0 15 0 417038883 11079335936 11177 33554432000 4194304 4196468 140736250447568 140189343147248 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16906] ppid=16842 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16906/stat : 16906 (java) S 16842 16845 14797 0 -1 1077944384 2 13012 0 0 0 0 5 2 20 0 15 0 417038885 11079335936 11177 33554432000 4194304 4196468 140736250447568 140188739168720 140190013196187 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16907] ppid=16842 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16845/task/16907/stat : 16907 (java) S 16842 16845 14797 0 -1 1077944384 611 13012 0 0 1 0 5 2 20 0 15 0 417038885 11079335936 11177 33554432000 4194304 4196468 140736250447568 140189437491440 140190013188738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16908] ppid=16842 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16908/stat : 16908 (java) S 16842 16845 14797 0 -1 1077944384 65 13012 0 0 0 0 5 2 20 0 15 0 417038885 11079335936 11177 33554432000 4194304 4196468 140736250447568 140189436438896 140190013188738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16909] ppid=16842 vsize=10819664 memory=140152658425472 CPUtime=0.1 cores=1,3,5,7
/proc/16845/task/16909/stat : 16909 (java) S 16842 16845 14797 0 -1 1077944384 685 13012 0 0 3 0 5 2 20 0 15 0 417038885 11079335936 11177 33554432000 4194304 4196468 140736250447568 140189435385840 140190013188738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16910] ppid=16842 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16910/stat : 16910 (java) S 16842 16845 14797 0 -1 1077944384 3 13012 0 0 0 0 5 2 20 0 15 0 417038886 11079335936 11177 33554432000 4194304 4196468 140736250447568 140188269406560 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16911] ppid=16842 vsize=10819664 memory=140152658425472 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16911/stat : 16911 (java) S 16842 16845 14797 0 -1 1077944384 1 13012 0 0 0 0 5 2 20 0 15 0 417038886 11079335936 11177 33554432000 4194304 4196468 140736250447568 140189434334256 140190013188738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 44708 KiB

[startup+0.311436 s]*
/proc/loadavg: 1.56 1.47 1.48 3/231 16911
/proc/meminfo: memFree=30283824/32770624 swapFree=66967484/67108860
[pid=16845] ppid=16842 vsize=10820148 memory=53848 CPUtime=0.4 cores=1,3,5,7
/proc/16845/stat : 16845 (java) S 16842 16845 14797 0 -1 1077944320 10691 13012 0 0 30 3 5 2 20 0 15 0 417038871 11079831552 13462 33554432000 4194304 4196468 140736250447568 140736250430112 140190013177591 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
/proc/16845/statm: 2705037 13462 3314 1 0 2667149 0
[pid=16845/tid=16898] ppid=16842 vsize=10820148 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/16845/task/16898/stat : 16898 (java) R 16842 16845 14797 0 -1 4202560 7019 13012 0 0 19 2 5 2 20 0 15 0 417038880 11079831552 13462 33554432000 4194304 4196468 140736250447568 140189984981056 140189997258078 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16899] ppid=16842 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16899/stat : 16899 (java) S 16842 16845 14797 0 -1 1077944384 1 13012 0 0 0 0 5 2 20 0 15 0 417038880 11079831552 13462 33554432000 4194304 4196468 140736250447568 140190017419792 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16900] ppid=16842 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16900/stat : 16900 (java) S 16842 16845 14797 0 -1 1077944384 1 13012 0 0 0 0 5 2 20 0 15 0 417038881 11079831552 13462 33554432000 4194304 4196468 140736250447568 140189586877072 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16901] ppid=16842 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16901/stat : 16901 (java) S 16842 16845 14797 0 -1 1077944384 1 13012 0 0 0 0 5 2 20 0 15 0 417038881 11079831552 13462 33554432000 4194304 4196468 140736250447568 140189585824016 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16902] ppid=16842 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16902/stat : 16902 (java) S 16842 16845 14797 0 -1 1077944384 2 13012 0 0 0 0 5 2 20 0 15 0 417038881 11079831552 13462 33554432000 4194304 4196468 140736250447568 140189584771472 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16903] ppid=16842 vsize=10820148 memory=140152658425471 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16903/stat : 16903 (java) S 16842 16845 14797 0 -1 1077944384 2 13012 0 0 0 0 5 2 20 0 15 0 417038882 11079831552 13462 33554432000 4194304 4196468 140736250447568 140189472103152 140190013188738 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16904] ppid=16842 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16904/stat : 16904 (java) S 16842 16845 14797 0 -1 1077944384 33 13012 0 0 0 0 5 2 20 0 15 0 417038882 11079831552 13462 33554432000 4194304 4196468 140736250447568 140189471049376 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16905] ppid=16842 vsize=10820148 memory=140152658425472 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16905/stat : 16905 (java) S 16842 16845 14797 0 -1 1077944384 1 13012 0 0 0 0 5 2 20 0 15 0 417038883 11079831552 13462 33554432000 4194304 4196468 140736250447568 140189343147248 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16906] ppid=16842 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16906/stat : 16906 (java) S 16842 16845 14797 0 -1 1077944384 2 13012 0 0 0 0 5 2 20 0 15 0 417038885 11079831552 13462 33554432000 4194304 4196468 140736250447568 140188739168720 140190013196187 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16907] ppid=16842 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/16845/task/16907/stat : 16907 (java) S 16842 16845 14797 0 -1 1077944384 628 13012 0 0 2 0 5 2 20 0 15 0 417038885 11079831552 13462 33554432000 4194304 4196468 140736250447568 140189437491440 140190013188738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16908] ppid=16842 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16845/task/16908/stat : 16908 (java) S 16842 16845 14797 0 -1 1077944384 71 13012 0 0 1 0 5 2 20 0 15 0 417038885 11079831552 13462 33554432000 4194304 4196468 140736250447568 140189436438896 140190013188738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16909] ppid=16842 vsize=10820148 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/16845/task/16909/stat : 16909 (java) S 16842 16845 14797 0 -1 1077944384 720 13012 0 0 5 0 5 2 20 0 15 0 417038885 11079831552 13462 33554432000 4194304 4196468 140736250447568 140189435385840 140190013188738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16910] ppid=16842 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16910/stat : 16910 (java) S 16842 16845 14797 0 -1 1077944384 3 13012 0 0 0 0 5 2 20 0 15 0 417038886 11079831552 13462 33554432000 4194304 4196468 140736250447568 140188269406560 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16911] ppid=16842 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16911/stat : 16911 (java) S 16842 16845 14797 0 -1 1077944384 1 13012 0 0 0 0 5 2 20 0 15 0 417038886 11079831552 13462 33554432000 4194304 4196468 140736250447568 140189434334256 140190013188738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 53848 KiB

[startup+0.700743 s]
/proc/loadavg: 1.56 1.47 1.48 3/231 16911
/proc/meminfo: memFree=30268396/32770624 swapFree=66967484/67108860
[pid=16845] ppid=16842 vsize=10824360 memory=88812 CPUtime=1.11 cores=1,3,5,7
/proc/16845/stat : 16845 (java) S 16842 16845 14797 0 -1 1077944320 14875 13012 0 0 99 5 5 2 20 0 15 0 417038871 11084144640 22203 33554432000 4194304 4196468 140736250447568 140736250430112 140190013177591 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
/proc/16845/statm: 2706090 22203 3512 1 0 2668173 0
[pid=16845/tid=16898] ppid=16842 vsize=10824360 memory=23036 CPUtime=0.66 cores=1,3,5,7
/proc/16845/task/16898/stat : 16898 (java) R 16842 16845 14797 0 -1 4202560 9899 13012 0 0 55 4 5 2 20 0 15 0 417038880 11084144640 22203 33554432000 4194304 4196468 140736250447568 140189985005216 140190013199517 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16899] ppid=16842 vsize=10824360 memory=4580 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16899/stat : 16899 (java) S 16842 16845 14797 0 -1 1077944384 1 13012 0 0 0 0 5 2 20 0 15 0 417038880 11084144640 22203 33554432000 4194304 4196468 140736250447568 140190017419792 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16900] ppid=16842 vsize=10824360 memory=140152500691459 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16900/stat : 16900 (java) S 16842 16845 14797 0 -1 1077944384 1 13012 0 0 0 0 5 2 20 0 15 0 417038881 11084144640 22203 33554432000 4194304 4196468 140736250447568 140189586877072 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16901] ppid=16842 vsize=10824360 memory=140153372803973 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16901/stat : 16901 (java) S 16842 16845 14797 0 -1 1077944384 1 13012 0 0 0 0 5 2 20 0 15 0 417038881 11084144640 22203 33554432000 4194304 4196468 140736250447568 140189585824016 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16902] ppid=16842 vsize=10824360 memory=1564 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16902/stat : 16902 (java) S 16842 16845 14797 0 -1 1077944384 2 13012 0 0 0 0 5 2 20 0 15 0 417038881 11084144640 22203 33554432000 4194304 4196468 140736250447568 140189584771472 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16903] ppid=16842 vsize=10824360 memory=5794564071169546345 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16903/stat : 16903 (java) S 16842 16845 14797 0 -1 1077944384 5 13012 0 0 0 0 5 2 20 0 15 0 417038882 11084144640 22203 33554432000 4194304 4196468 140736250447568 140189472103152 140190013188738 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16904] ppid=16842 vsize=10824360 memory=7380106142448641899 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16904/stat : 16904 (java) S 16842 16845 14797 0 -1 1077944384 33 13012 0 0 0 0 5 2 20 0 15 0 417038882 11084144640 22203 33554432000 4194304 4196468 140736250447568 140189471049376 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16905] ppid=16842 vsize=10824360 memory=7301858164987948385 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16905/stat : 16905 (java) S 16842 16845 14797 0 -1 1077944384 1 13012 0 0 0 0 5 2 20 0 15 0 417038883 11084144640 22203 33554432000 4194304 4196468 140736250447568 140189343147248 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16906] ppid=16842 vsize=10824360 memory=-5874771483550389462 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16906/stat : 16906 (java) S 16842 16845 14797 0 -1 1077944384 2 13012 0 0 0 0 5 2 20 0 15 0 417038885 11084144640 22203 33554432000 4194304 4196468 140736250447568 140188739168720 140190013196187 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16907] ppid=16842 vsize=10824360 memory=-7533522213388100735 CPUtime=0.2 cores=1,3,5,7
/proc/16845/task/16907/stat : 16907 (java) S 16842 16845 14797 0 -1 1077944384 1229 13012 0 0 13 0 5 2 20 0 15 0 417038885 11084144640 22203 33554432000 4194304 4196468 140736250447568 140189437491440 140190013188738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16908] ppid=16842 vsize=10824360 memory=7679937539659563834 CPUtime=0.18 cores=1,3,5,7
/proc/16845/task/16908/stat : 16908 (java) S 16842 16845 14797 0 -1 1077944384 497 13012 0 0 11 0 5 2 20 0 15 0 417038885 11084144640 22203 33554432000 4194304 4196468 140736250447568 140189436438896 140190013188738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16909] ppid=16842 vsize=10824360 memory=7682744562830902035 CPUtime=0.24 cores=1,3,5,7
/proc/16845/task/16909/stat : 16909 (java) S 16842 16845 14797 0 -1 1077944384 991 13012 0 0 17 0 5 2 20 0 15 0 417038885 11084144640 22203 33554432000 4194304 4196468 140736250447568 140189435385840 140190013188738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16910] ppid=16842 vsize=10824360 memory=4137287014106042739 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16910/stat : 16910 (java) S 16842 16845 14797 0 -1 1077944384 3 13012 0 0 0 0 5 2 20 0 15 0 417038886 11084144640 22203 33554432000 4194304 4196468 140736250447568 140188269406560 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16911] ppid=16842 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16911/stat : 16911 (java) S 16842 16845 14797 0 -1 1077944384 1 13012 0 0 0 0 5 2 20 0 15 0 417038886 11084144640 22203 33554432000 4194304 4196468 140736250447568 140189434334256 140190013188738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 88812 KiB

[startup+1.50071 s]
/proc/loadavg: 1.56 1.47 1.48 5/231 16911
/proc/meminfo: memFree=30219168/32770624 swapFree=66967484/67108860
[pid=16845] ppid=16842 vsize=10834676 memory=196592 CPUtime=2.87 cores=1,3,5,7
/proc/16845/stat : 16845 (java) S 16842 16845 14797 0 -1 1077944320 23661 13012 0 0 270 10 5 2 20 0 15 0 417038871 11094708224 49148 33554432000 4194304 4196468 140736250447568 140736250430112 140190013177591 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
/proc/16845/statm: 2708669 49148 3590 1 0 2670733 0
[pid=16845/tid=16898] ppid=16842 vsize=10834676 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/16845/task/16898/stat : 16898 (java) R 16842 16845 14797 0 -1 4202560 15080 13012 0 0 129 6 5 2 20 0 15 0 417038880 11094708224 49148 33554432000 4194304 4196468 140736250447568 140189985001328 140190013199517 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16899] ppid=16842 vsize=10834676 memory=106332 CPUtime=0.08 cores=1,3,5,7
/proc/16845/task/16899/stat : 16899 (java) S 16842 16845 14797 0 -1 1077944384 77 13012 0 0 1 0 5 2 20 0 15 0 417038880 11094708224 49148 33554432000 4194304 4196468 140736250447568 140190017419792 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16900] ppid=16842 vsize=10834676 memory=5790086053191909267 CPUtime=0.08 cores=1,3,5,7
/proc/16845/task/16900/stat : 16900 (java) S 16842 16845 14797 0 -1 1077944384 67 13012 0 0 1 0 5 2 20 0 15 0 417038881 11094708224 49148 33554432000 4194304 4196468 140736250447568 140189586877072 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16901] ppid=16842 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16845/task/16901/stat : 16901 (java) S 16842 16845 14797 0 -1 1077944384 42 13012 0 0 1 0 5 2 20 0 15 0 417038881 11094708224 49148 33554432000 4194304 4196468 140736250447568 140189585824016 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16902] ppid=16842 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16845/task/16902/stat : 16902 (java) S 16842 16845 14797 0 -1 1077944384 323 13012 0 0 1 0 5 2 20 0 15 0 417038881 11094708224 49148 33554432000 4194304 4196468 140736250447568 140189584771472 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16903] ppid=16842 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16845/task/16903/stat : 16903 (java) S 16842 16845 14797 0 -1 1077944384 707 13012 0 0 1 0 5 2 20 0 15 0 417038882 11094708224 49148 33554432000 4194304 4196468 140736250447568 140189472103152 140190013188738 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16904] ppid=16842 vsize=10834676 memory=-6221781267475802396 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16904/stat : 16904 (java) S 16842 16845 14797 0 -1 1077944384 34 13012 0 0 0 0 5 2 20 0 15 0 417038882 11094708224 49148 33554432000 4194304 4196468 140736250447568 140189471049440 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16905] ppid=16842 vsize=10834676 memory=1764 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16905/stat : 16905 (java) S 16842 16845 14797 0 -1 1077944384 1 13012 0 0 0 0 5 2 20 0 15 0 417038883 11094708224 49148 33554432000 4194304 4196468 140736250447568 140189343147264 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16906] ppid=16842 vsize=10834676 memory=111632 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16906/stat : 16906 (java) S 16842 16845 14797 0 -1 1077944384 2 13012 0 0 0 0 5 2 20 0 15 0 417038885 11094708224 49148 33554432000 4194304 4196468 140736250447568 140188739168720 140190013196187 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16907] ppid=16842 vsize=10834676 memory=0 CPUtime=0.49 cores=1,3,5,7
/proc/16845/task/16907/stat : 16907 (java) S 16842 16845 14797 0 -1 1077944384 1778 13012 0 0 42 0 5 2 20 0 15 0 417038885 11094708224 49148 33554432000 4194304 4196468 140736250447568 140189437491440 140190013188738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16908] ppid=16842 vsize=10834676 memory=212750332655654 CPUtime=0.52 cores=1,3,5,7
/proc/16845/task/16908/stat : 16908 (java) S 16842 16845 14797 0 -1 1077944384 1375 13012 0 0 45 0 5 2 20 0 15 0 417038885 11094708224 49148 33554432000 4194304 4196468 140736250447568 140189436438896 140190013188738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16909] ppid=16842 vsize=10834676 memory=1226649 CPUtime=0.51 cores=1,3,5,7
/proc/16845/task/16909/stat : 16909 (java) S 16842 16845 14797 0 -1 1077944384 1962 13012 0 0 44 0 5 2 20 0 15 0 417038885 11094708224 49148 33554432000 4194304 4196468 140736250447568 140189435385840 140190013188738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16910] ppid=16842 vsize=10834676 memory=6935649255759569234 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16910/stat : 16910 (java) S 16842 16845 14797 0 -1 1077944384 3 13012 0 0 0 0 5 2 20 0 15 0 417038886 11094708224 49148 33554432000 4194304 4196468 140736250447568 140188269406560 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16911] ppid=16842 vsize=10834676 memory=4638778398332698720 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16911/stat : 16911 (java) S 16842 16845 14797 0 -1 1077944384 1 13012 0 0 0 0 5 2 20 0 15 0 417038886 11094708224 49148 33554432000 4194304 4196468 140736250447568 140189434334256 140190013188738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
Current children cumulated CPU time: 2.87 s
Current children cumulated vsize: 10834676 KiB

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

/proc/16845/task/16898/stat : 16898 (java) R 16842 16845 14797 0 -1 4202560 63180 13012 0 0 219116 34 5 2 20 0 15 0 417038880 11107311616 207812 33554432000 4194304 4196468 140736250447568 140189985013568 140189627860560 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16899] ppid=16842 vsize=10846984 memory=831248 CPUtime=5.36 cores=1,3,5,7
/proc/16845/task/16899/stat : 16899 (java) S 16842 16845 14797 0 -1 1077944384 10096 13012 0 0 506 23 5 2 20 0 15 0 417038880 11107311616 207812 33554432000 4194304 4196468 140736250447568 140190017419792 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16900] ppid=16842 vsize=10846984 memory=831248 CPUtime=5.38 cores=1,3,5,7
/proc/16845/task/16900/stat : 16900 (java) S 16842 16845 14797 0 -1 1077944384 9007 13012 0 0 505 26 5 2 20 0 15 0 417038881 11107311616 207812 33554432000 4194304 4196468 140736250447568 140189586877072 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16901] ppid=16842 vsize=10846984 memory=831248 CPUtime=5.4 cores=1,3,5,7
/proc/16845/task/16901/stat : 16901 (java) S 16842 16845 14797 0 -1 1077944384 13995 13012 0 0 506 27 5 2 20 0 15 0 417038881 11107311616 207812 33554432000 4194304 4196468 140736250447568 140189585824016 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16902] ppid=16842 vsize=10846984 memory=831248 CPUtime=5.38 cores=1,3,5,7
/proc/16845/task/16902/stat : 16902 (java) S 16842 16845 14797 0 -1 1077944384 10084 13012 0 0 506 25 5 2 20 0 15 0 417038881 11107311616 207812 33554432000 4194304 4196468 140736250447568 140189584771472 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16903] ppid=16842 vsize=10846984 memory=831248 CPUtime=4.37 cores=1,3,5,7
/proc/16845/task/16903/stat : 16903 (java) S 16842 16845 14797 0 -1 1077944384 12652 13012 0 0 402 28 5 2 20 0 15 0 417038882 11107311616 207812 33554432000 4194304 4196468 140736250447568 140189472103152 140190013188738 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16904] ppid=16842 vsize=10846984 memory=831248 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16904/stat : 16904 (java) S 16842 16845 14797 0 -1 1077944384 78 13012 0 0 0 0 5 2 20 0 15 0 417038882 11107311616 207812 33554432000 4194304 4196468 140736250447568 140189471049440 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16905] ppid=16842 vsize=10846984 memory=831248 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16905/stat : 16905 (java) S 16842 16845 14797 0 -1 1077944384 20 13012 0 0 0 0 5 2 20 0 15 0 417038883 11107311616 207812 33554432000 4194304 4196468 140736250447568 140189343147264 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16906] ppid=16842 vsize=10846984 memory=3624 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16906/stat : 16906 (java) S 16842 16845 14797 0 -1 1077944384 2 13012 0 0 0 0 5 2 20 0 15 0 417038885 11107311616 207812 33554432000 4194304 4196468 140736250447568 140188739168720 140190013196187 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16907] ppid=16842 vsize=10846984 memory=23116 CPUtime=9.16 cores=1,3,5,7
/proc/16845/task/16907/stat : 16907 (java) S 16842 16845 14797 0 -1 1077944384 51408 13012 0 0 904 5 5 2 20 0 15 0 417038885 11107311616 207812 33554432000 4194304 4196468 140736250447568 140189437491440 140190013188738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16908] ppid=16842 vsize=10846984 memory=1448 CPUtime=9.19 cores=1,3,5,7
/proc/16845/task/16908/stat : 16908 (java) S 16842 16845 14797 0 -1 1077944384 51329 13012 0 0 906 6 5 2 20 0 15 0 417038885 11107311616 207812 33554432000 4194304 4196468 140736250447568 140189436438896 140190013188738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16909] ppid=16842 vsize=10846984 memory=916 CPUtime=2.47 cores=1,3,5,7
/proc/16845/task/16909/stat : 16909 (java) S 16842 16845 14797 0 -1 1077944384 28055 13012 0 0 236 4 5 2 20 0 15 0 417038885 11107311616 207812 33554432000 4194304 4196468 140736250447568 140189435385840 140190013188738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16910] ppid=16842 vsize=10846984 memory=831248 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16910/stat : 16910 (java) S 16842 16845 14797 0 -1 1077944384 3 13012 0 0 0 0 5 2 20 0 15 0 417038886 11107311616 207812 33554432000 4194304 4196468 140736250447568 140188269406560 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16911] ppid=16842 vsize=10846984 memory=3624 CPUtime=1.16 cores=1,3,5,7
/proc/16845/task/16911/stat : 16911 (java) S 16842 16845 14797 0 -1 1077944384 1217 13012 0 0 56 53 5 2 20 0 15 0 417038886 11107311616 207812 33554432000 4194304 4196468 140736250447568 140189434334256 140190013188738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
Current children cumulated CPU time: 2238.89 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 831248 KiB

[startup+2262.3 s]
/proc/loadavg: 1.46 1.38 1.43 3/231 17272
/proc/meminfo: memFree=29259116/32770624 swapFree=66967516/67108860
[pid=16845] ppid=16842 vsize=10846984 memory=826664 CPUtime=2299.38 cores=1,3,5,7
/proc/16845/stat : 16845 (java) S 16842 16845 14797 0 -1 1077944320 254419 13012 0 0 229722 209 5 2 20 0 15 0 417038871 11107311616 206666 33554432000 4194304 4196468 140736250447568 140736250430112 140190013177591 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
/proc/16845/statm: 2711746 206666 3643 1 0 2673805 0
[pid=16845/tid=16898] ppid=16842 vsize=10846984 memory=826664 CPUtime=2251.27 cores=1,3,5,7
/proc/16845/task/16898/stat : 16898 (java) R 16842 16845 14797 0 -1 4202560 63681 13012 0 0 225086 34 5 2 20 0 15 0 417038880 11107311616 206666 33554432000 4194304 4196468 140736250447568 140189985013952 140189622183645 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16899] ppid=16842 vsize=10846984 memory=826664 CPUtime=5.52 cores=1,3,5,7
/proc/16845/task/16899/stat : 16899 (java) S 16842 16845 14797 0 -1 1077944384 10273 13012 0 0 521 24 5 2 20 0 15 0 417038880 11107311616 206666 33554432000 4194304 4196468 140736250447568 140190017419792 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16900] ppid=16842 vsize=10846984 memory=826664 CPUtime=5.53 cores=1,3,5,7
/proc/16845/task/16900/stat : 16900 (java) S 16842 16845 14797 0 -1 1077944384 9093 13012 0 0 519 27 5 2 20 0 15 0 417038881 11107311616 206666 33554432000 4194304 4196468 140736250447568 140189586877072 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16901] ppid=16842 vsize=10846984 memory=826664 CPUtime=5.55 cores=1,3,5,7
/proc/16845/task/16901/stat : 16901 (java) S 16842 16845 14797 0 -1 1077944384 14015 13012 0 0 521 27 5 2 20 0 15 0 417038881 11107311616 206666 33554432000 4194304 4196468 140736250447568 140189585824016 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16902] ppid=16842 vsize=10846984 memory=826664 CPUtime=5.55 cores=1,3,5,7
/proc/16845/task/16902/stat : 16902 (java) S 16842 16845 14797 0 -1 1077944384 10160 13012 0 0 522 26 5 2 20 0 15 0 417038881 11107311616 206666 33554432000 4194304 4196468 140736250447568 140189584771472 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16903] ppid=16842 vsize=10846984 memory=826664 CPUtime=4.49 cores=1,3,5,7
/proc/16845/task/16903/stat : 16903 (java) S 16842 16845 14797 0 -1 1077944384 12853 13012 0 0 413 29 5 2 20 0 15 0 417038882 11107311616 206666 33554432000 4194304 4196468 140736250447568 140189472103152 140190013188738 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16904] ppid=16842 vsize=10846984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16904/stat : 16904 (java) S 16842 16845 14797 0 -1 1077944384 78 13012 0 0 0 0 5 2 20 0 15 0 417038882 11107311616 206666 33554432000 4194304 4196468 140736250447568 140189471049440 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16905] ppid=16842 vsize=10846984 memory=826664 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16905/stat : 16905 (java) S 16842 16845 14797 0 -1 1077944384 20 13012 0 0 0 0 5 2 20 0 15 0 417038883 11107311616 206666 33554432000 4194304 4196468 140736250447568 140189343147264 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16906] ppid=16842 vsize=10846984 memory=826664 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16906/stat : 16906 (java) S 16842 16845 14797 0 -1 1077944384 2 13012 0 0 0 0 5 2 20 0 15 0 417038885 11107311616 206666 33554432000 4194304 4196468 140736250447568 140188739168720 140190013196187 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16907] ppid=16842 vsize=10846984 memory=2048 CPUtime=9.16 cores=1,3,5,7
/proc/16845/task/16907/stat : 16907 (java) S 16842 16845 14797 0 -1 1077944384 51410 13012 0 0 904 5 5 2 20 0 15 0 417038885 11107311616 206666 33554432000 4194304 4196468 140736250447568 140189437491440 140190013188738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16908] ppid=16842 vsize=10846984 memory=826664 CPUtime=9.19 cores=1,3,5,7
/proc/16845/task/16908/stat : 16908 (java) S 16842 16845 14797 0 -1 1077944384 51331 13012 0 0 906 6 5 2 20 0 15 0 417038885 11107311616 206666 33554432000 4194304 4196468 140736250447568 140189436438896 140190013188738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16909] ppid=16842 vsize=10846984 memory=6791534058613427641 CPUtime=2.47 cores=1,3,5,7
/proc/16845/task/16909/stat : 16909 (java) S 16842 16845 14797 0 -1 1077944384 28057 13012 0 0 236 4 5 2 20 0 15 0 417038885 11107311616 206666 33554432000 4194304 4196468 140736250447568 140189435385840 140190013188738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16910] ppid=16842 vsize=10846984 memory=3848 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16910/stat : 16910 (java) S 16842 16845 14797 0 -1 1077944384 3 13012 0 0 0 0 5 2 20 0 15 0 417038886 11107311616 206666 33554432000 4194304 4196468 140736250447568 140188269406560 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16911] ppid=16842 vsize=10846984 memory=826664 CPUtime=1.19 cores=1,3,5,7
/proc/16845/task/16911/stat : 16911 (java) S 16842 16845 14797 0 -1 1077944384 1234 13012 0 0 58 54 5 2 20 0 15 0 417038886 11107311616 206666 33554432000 4194304 4196468 140736250447568 140189434334256 140190013188738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
Current children cumulated CPU time: 2299.38 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 826664 KiB

[startup+2322.3 s]
/proc/loadavg: 1.54 1.43 1.44 3/231 17276
/proc/meminfo: memFree=29258448/32770624 swapFree=66967516/67108860
[pid=16845] ppid=16842 vsize=10846984 memory=826676 CPUtime=2359.83 cores=1,3,5,7
/proc/16845/stat : 16845 (java) S 16842 16845 14797 0 -1 1077944320 255387 13012 0 0 235764 212 5 2 20 0 15 0 417038871 11107311616 206669 33554432000 4194304 4196468 140736250447568 140736250430112 140190013177591 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
/proc/16845/statm: 2711746 206669 3643 1 0 2673805 0
[pid=16845/tid=16898] ppid=16842 vsize=10846984 memory=826676 CPUtime=2310.98 cores=1,3,5,7
/proc/16845/task/16898/stat : 16898 (java) R 16842 16845 14797 0 -1 4202560 64107 13012 0 0 231057 34 5 2 20 0 15 0 417038880 11107311616 206669 33554432000 4194304 4196468 140736250447568 140189985013872 140189627860282 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16899] ppid=16842 vsize=10846984 memory=826676 CPUtime=5.67 cores=1,3,5,7
/proc/16845/task/16899/stat : 16899 (java) S 16842 16845 14797 0 -1 1077944384 10293 13012 0 0 536 24 5 2 20 0 15 0 417038880 11107311616 206669 33554432000 4194304 4196468 140736250447568 140190017419792 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16900] ppid=16842 vsize=10846984 memory=826676 CPUtime=5.67 cores=1,3,5,7
/proc/16845/task/16900/stat : 16900 (java) S 16842 16845 14797 0 -1 1077944384 9286 13012 0 0 533 27 5 2 20 0 15 0 417038881 11107311616 206669 33554432000 4194304 4196468 140736250447568 140189586877072 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16901] ppid=16842 vsize=10846984 memory=826676 CPUtime=5.71 cores=1,3,5,7
/proc/16845/task/16901/stat : 16901 (java) S 16842 16845 14797 0 -1 1077944384 14076 13012 0 0 536 28 5 2 20 0 15 0 417038881 11107311616 206669 33554432000 4194304 4196468 140736250447568 140189585824016 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16902] ppid=16842 vsize=10846984 memory=826676 CPUtime=5.69 cores=1,3,5,7
/proc/16845/task/16902/stat : 16902 (java) S 16842 16845 14797 0 -1 1077944384 10205 13012 0 0 536 26 5 2 20 0 15 0 417038881 11107311616 206669 33554432000 4194304 4196468 140736250447568 140189584771472 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16903] ppid=16842 vsize=10846984 memory=826676 CPUtime=4.61 cores=1,3,5,7
/proc/16845/task/16903/stat : 16903 (java) S 16842 16845 14797 0 -1 1077944384 13052 13012 0 0 425 29 5 2 20 0 15 0 417038882 11107311616 206669 33554432000 4194304 4196468 140736250447568 140189472103152 140190013188738 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16904] ppid=16842 vsize=10846984 memory=826676 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16904/stat : 16904 (java) S 16842 16845 14797 0 -1 1077944384 78 13012 0 0 0 0 5 2 20 0 15 0 417038882 11107311616 206669 33554432000 4194304 4196468 140736250447568 140189471049440 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16905] ppid=16842 vsize=10846984 memory=826676 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16905/stat : 16905 (java) S 16842 16845 14797 0 -1 1077944384 20 13012 0 0 0 0 5 2 20 0 15 0 417038883 11107311616 206669 33554432000 4194304 4196468 140736250447568 140189343147264 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16906] ppid=16842 vsize=10846984 memory=826676 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16906/stat : 16906 (java) S 16842 16845 14797 0 -1 1077944384 2 13012 0 0 0 0 5 2 20 0 15 0 417038885 11107311616 206669 33554432000 4194304 4196468 140736250447568 140188739168720 140190013196187 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16907] ppid=16842 vsize=10846984 memory=450 CPUtime=9.16 cores=1,3,5,7
/proc/16845/task/16907/stat : 16907 (java) S 16842 16845 14797 0 -1 1077944384 51412 13012 0 0 904 5 5 2 20 0 15 0 417038885 11107311616 206669 33554432000 4194304 4196468 140736250447568 140189437491440 140190013188738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16908] ppid=16842 vsize=10846984 memory=826676 CPUtime=9.19 cores=1,3,5,7
/proc/16845/task/16908/stat : 16908 (java) S 16842 16845 14797 0 -1 1077944384 51333 13012 0 0 906 6 5 2 20 0 15 0 417038885 11107311616 206669 33554432000 4194304 4196468 140736250447568 140189436438896 140190013188738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16909] ppid=16842 vsize=10846984 memory=826676 CPUtime=2.47 cores=1,3,5,7
/proc/16845/task/16909/stat : 16909 (java) S 16842 16845 14797 0 -1 1077944384 28059 13012 0 0 236 4 5 2 20 0 15 0 417038885 11107311616 206669 33554432000 4194304 4196468 140736250447568 140189435385840 140190013188738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16910] ppid=16842 vsize=10846984 memory=826676 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16910/stat : 16910 (java) S 16842 16845 14797 0 -1 1077944384 3 13012 0 0 0 0 5 2 20 0 15 0 417038886 11107311616 206669 33554432000 4194304 4196468 140736250447568 140188269406560 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16911] ppid=16842 vsize=10846984 memory=2608 CPUtime=1.22 cores=1,3,5,7
/proc/16845/task/16911/stat : 16911 (java) S 16842 16845 14797 0 -1 1077944384 1252 13012 0 0 59 56 5 2 20 0 15 0 417038886 11107311616 206669 33554432000 4194304 4196468 140736250447568 140189434334256 140190013188738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
Current children cumulated CPU time: 2359.83 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 826676 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2362.2 s]
/proc/loadavg: 1.31 1.39 1.43 3/231 17287
/proc/meminfo: memFree=29258688/32770624 swapFree=66967516/67108860
[pid=16845] ppid=16842 vsize=10846984 memory=823620 CPUtime=2400.04 cores=1,3,5,7
/proc/16845/stat : 16845 (java) S 16842 16845 14797 0 -1 1077944320 256328 13012 0 0 239782 215 5 2 20 0 15 0 417038871 11107311616 205905 33554432000 4194304 4196468 140736250447568 140736250430112 140190013177591 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
/proc/16845/statm: 2711746 205905 3643 1 0 2673805 0
[pid=16845/tid=16898] ppid=16842 vsize=10846984 memory=1000 CPUtime=2350.69 cores=1,3,5,7
/proc/16845/task/16898/stat : 16898 (java) R 16842 16845 14797 0 -1 4202560 64522 13012 0 0 235028 34 5 2 20 0 15 0 417038880 11107311616 205905 33554432000 4194304 4196468 140736250447568 140189985013104 140189627941570 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16899] ppid=16842 vsize=10846984 memory=7988 CPUtime=5.76 cores=1,3,5,7
/proc/16845/task/16899/stat : 16899 (java) S 16842 16845 14797 0 -1 1077944384 10299 13012 0 0 545 24 5 2 20 0 15 0 417038880 11107311616 205905 33554432000 4194304 4196468 140736250447568 140190017419792 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16900] ppid=16842 vsize=10846984 memory=1560 CPUtime=5.77 cores=1,3,5,7
/proc/16845/task/16900/stat : 16900 (java) S 16842 16845 14797 0 -1 1077944384 9296 13012 0 0 542 28 5 2 20 0 15 0 417038881 11107311616 205905 33554432000 4194304 4196468 140736250447568 140189586877072 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16901] ppid=16842 vsize=10846984 memory=14008 CPUtime=5.8 cores=1,3,5,7
/proc/16845/task/16901/stat : 16901 (java) S 16842 16845 14797 0 -1 1077944384 14160 13012 0 0 545 28 5 2 20 0 15 0 417038881 11107311616 205905 33554432000 4194304 4196468 140736250447568 140189585824016 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16902] ppid=16842 vsize=10846984 memory=7708 CPUtime=5.79 cores=1,3,5,7
/proc/16845/task/16902/stat : 16902 (java) S 16842 16845 14797 0 -1 1077944384 10411 13012 0 0 546 26 5 2 20 0 15 0 417038881 11107311616 205905 33554432000 4194304 4196468 140736250447568 140189584771472 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16903] ppid=16842 vsize=10846984 memory=2120 CPUtime=4.68 cores=1,3,5,7
/proc/16845/task/16903/stat : 16903 (java) S 16842 16845 14797 0 -1 1077944384 13250 13012 0 0 432 29 5 2 20 0 15 0 417038882 11107311616 205905 33554432000 4194304 4196468 140736250447568 140189472103152 140190013188738 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16904] ppid=16842 vsize=10846984 memory=2048 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16904/stat : 16904 (java) S 16842 16845 14797 0 -1 1077944384 78 13012 0 0 0 0 5 2 20 0 15 0 417038882 11107311616 205905 33554432000 4194304 4196468 140736250447568 140189471049440 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16905] ppid=16842 vsize=10846984 memory=1240 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16905/stat : 16905 (java) S 16842 16845 14797 0 -1 1077944384 20 13012 0 0 0 0 5 2 20 0 15 0 417038883 11107311616 205905 33554432000 4194304 4196468 140736250447568 140189343147264 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16906] ppid=16842 vsize=10846984 memory=3428 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16906/stat : 16906 (java) S 16842 16845 14797 0 -1 1077944384 2 13012 0 0 0 0 5 2 20 0 15 0 417038885 11107311616 205905 33554432000 4194304 4196468 140736250447568 140188739168720 140190013196187 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16907] ppid=16842 vsize=10846984 memory=716 CPUtime=9.16 cores=1,3,5,7
/proc/16845/task/16907/stat : 16907 (java) S 16842 16845 14797 0 -1 1077944384 51414 13012 0 0 904 5 5 2 20 0 15 0 417038885 11107311616 205905 33554432000 4194304 4196468 140736250447568 140189437491440 140190013188738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16908] ppid=16842 vsize=10846984 memory=823620 CPUtime=9.19 cores=1,3,5,7
/proc/16845/task/16908/stat : 16908 (java) S 16842 16845 14797 0 -1 1077944384 51335 13012 0 0 906 6 5 2 20 0 15 0 417038885 11107311616 205905 33554432000 4194304 4196468 140736250447568 140189436438896 140190013188738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16909] ppid=16842 vsize=10846984 memory=823620 CPUtime=2.47 cores=1,3,5,7
/proc/16845/task/16909/stat : 16909 (java) S 16842 16845 14797 0 -1 1077944384 28061 13012 0 0 236 4 5 2 20 0 15 0 417038885 11107311616 205905 33554432000 4194304 4196468 140736250447568 140189435385840 140190013188738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16910] ppid=16842 vsize=10846984 memory=303430223234596890 CPUtime=0.07 cores=1,3,5,7
/proc/16845/task/16910/stat : 16910 (java) S 16842 16845 14797 0 -1 1077944384 3 13012 0 0 0 0 5 2 20 0 15 0 417038886 11107311616 205905 33554432000 4194304 4196468 140736250447568 140188269406560 140190013187797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
[pid=16845/tid=16911] ppid=16842 vsize=10846984 memory=288230596050944315 CPUtime=1.24 cores=1,3,5,7
/proc/16845/task/16911/stat : 16911 (java) S 16842 16845 14797 0 -1 1077944384 1268 13012 0 0 60 57 5 2 20 0 15 0 417038886 11107311616 205905 33554432000 4194304 4196468 140736250447568 140189434334256 140190013188738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19623936 140736250452719 140736250455237 140736250455237 140736250458063 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 823620 KiB

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

[startup+2362.24 s]
# the end of solver process 16845 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.92 s, system=2.18921 s

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

Child status: 143
Real time (s): 2362.24
CPU time (s): 2400.11
CPU user time (s): 2397.92
CPU system time (s): 2.18921
CPU usage (%): 101.603
Max. virtual memory (cumulated for all children) (KiB): 10849648
Max. memory (cumulated for all children) (KiB): 985288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.92
system time used= 2.18921
maximum resident set size= 987852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 270156
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 152360
involuntary context switches= 6709


# summary of solver processes directly reported to runsolver:
#   pid: 16845
#   total CPU time (s): 2400.11
#   total CPU user time (s): 2397.92
#   total CPU system time (s): 2.18921

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.1838 second user time and 22.8845 second system time

The end

Launcher Data

Begin job on node135 at 2019-09-13 22:50:53
IDJOB=4396560
IDBENCH=139745
IDSOLVER=2847
FILE ID=node135/4396560-1568407893
RUNJOBID= node135-1568399014-14829
PBS_JOBID= 21701873
Free space on /tmp= 61340 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s2/ChessboardColoration-int-08-10.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396560-1568407893/watcher-4396560-1568407893 -o /tmp/evaluation-result-4396560-1568407893/solver-4396560-1568407893 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1568399014-14829 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1518987835 HOME/instance-4396560-1568407893.xml

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

MD5SUM BENCH= 23e84b7c24701222a8a18862c478c748
RANDOM SEED=1518987835

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30326820 kB
MemAvailable:   31332416 kB
Buffers:          156716 kB
Cached:          1118076 kB
SwapCached:        34900 kB
Active:          1087320 kB
Inactive:         757796 kB
Active(anon):     543648 kB
Inactive(anon):    59792 kB
Active(file):     543672 kB
Inactive(file):   698004 kB
Unevictable:      110024 kB
Mlocked:          110024 kB
SwapTotal:      67108860 kB
SwapFree:       66967484 kB
Dirty:             35456 kB
Writeback:             8 kB
AnonPages:        672984 kB
Mapped:            49780 kB
Shmem:             23904 kB
Slab:             190420 kB
SReclaimable:     159508 kB
SUnreclaim:        30912 kB
KernelStack:        3840 kB
PageTables:         7128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1779428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    587776 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61304 MiB
End job on node135 at 2019-09-13 23:30:15