Trace number 4302405

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2SAT (TO)58 252.088 237.951

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-esc64a_c18.xml
MD5SUM88cd58dcc4a8523a6c3e6ee988ef86c5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark58
Best CPU time to get the best result obtained on this benchmark251.32
Satisfiable
(Un)Satisfiability was proved
Number of variables4160
Number of constraints66
Number of domains2
Minimum domain size6
Maximum domain size64
Distribution of domain sizes[{"size":6,"count":65},{"size":64,"count":64}]
Minimum variable degree0
Maximum variable degree13
Distribution of variable degrees[{"degree":0,"count":4031},{"degree":1,"count":42},{"degree":2,"count":71},{"degree":3,"count":4},{"degree":4,"count":1},{"degree":11,"count":9},{"degree":12,"count":1},{"degree":13,"count":1}]
Minimum constraint arity3
Maximum constraint arity64
Distribution of constraint arities[{"arity":3,"count":65},{"arity":64,"count":1}]
Number of extensional constraints65
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":65},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.98/0.73	c Concrete v3.9.2.1532736233296 running
16.26/7.21	o 60
87.78/75.92	o 58
252.03/237.91	Exception in thread "main" java.util.concurrent.TimeoutException
252.03/237.91		at concrete.MAC.mac(MAC.scala:188)
252.03/237.91		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.03/237.91		at scala.util.Try$.apply(Try.scala:209)
252.03/237.91		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.03/237.91		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.03/237.91		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.03/237.91		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.03/237.91		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.03/237.91		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.03/237.91		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.03/237.91		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.03/237.91		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.03/237.91		at concrete.MAC.oneRun(MAC.scala:253)
252.03/237.91		at concrete.MAC.nextSolution(MAC.scala:272)
252.03/237.91		at concrete.MAC.nextSolution(MAC.scala:355)
252.03/237.91		at concrete.Solver.hasNext(Solver.scala:166)
252.03/237.91		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.03/237.91		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.03/237.91		at concrete.Solver.foreach(Solver.scala:68)
252.03/237.91		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.03/237.91		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.03/237.91		at scala.util.Success.map(Try.scala:209)
252.03/237.91		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.03/237.91		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.03/237.91		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.03/237.91		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.03/237.91		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.03/237.91		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.03/237.91		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.03/237.91		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.03/237.91		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.03/237.91		at scala.collection.immutable.List.foreach(List.scala:389)
252.03/237.91		at scala.App.main(App.scala:76)
252.03/237.91		at scala.App.main$(App.scala:74)
252.03/237.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.03/237.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.03/237.92	v <instantiation cost="58">
252.03/237.92	v       <list>
252.03/237.92	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] d[2][29] d[3][9] d[3][19] d[5][7] d[5][9] d[5][10] d[5][13] d[5][14] d[5][16] d[5][18] d[5][36] d[5][43] d[5][45] d[7][9] d[7][10] d[7][13] d[7][14] d[7][16] d[7][18] d[7][36] d[7][43] d[7][45] d[9][10] d[9][13] d[9][14] d[9][16] d[9][18] d[9][19] d[9][36] d[9][43] d[9][45] d[10][13] d[10][14] d[10][16] d[10][18] d[10][36] d[10][43] d[10][45] d[13][14] d[13][16] d[13][18] d[13][21] d[13][36] d[13][43] d[13][45] d[14][16] d[14][18] d[14][36] d[14][43] d[14][45] d[16][18] d[16][36] d[16][43] d[16][45] d[18][36] d[18][43] d[18][45] d[19][26] d[26][38] d[27][29] d[27][31] d[32][34] d[36][43] d[36][45] d[43][45]
252.03/237.92	v       </list>
252.03/237.92	v       <values>
252.03/237.92	v         4 34 60 9 38 27 46 19 6 11 3 28 12 59 51 8 35 32 55 1 37 57 16 2 45 20 33 63 56 62 13 61 30 53 14 0 7 58 49 42 24 26 52 43 21 23 39 15 48 22 54 50 10 17 25 40 44 47 31 41 18 5 36 29 0 0 0 0 0 1 0 1 2 2 2 1 1 1 0 1 0 1 1 1 2 0 0 1 2 1 3 1 1 0 2 2 1 0 2 0 1 1 0 1 1 0 3 0 2 0 0 2 1 1 1 1 0 2 1 2 0 0 0 0 0 0 2 0 3
252.03/237.92	v       </values>
252.03/237.92	v     </instantiation>
252.03/237.92	s SATISFIABLE

Verifier Data

OK	58

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302405-1532896197/watcher-4302405-1532896197 -o /tmp/evaluation-result-4302405-1532896197/solver-4302405-1532896197 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532894133-1620 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=100595019 HOME/instance-4302405-1532896197.xml 

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

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


[startup+0.100065 s]*
/proc/loadavg: 1.36 1.54 1.67 3/206 4940
/proc/meminfo: memFree=27570916/32770624 swapFree=67108860/67108860
[pid=4883] ppid=4880 vsize=10005480 memory=18332 CPUtime=0.08 cores=0,2,4,6
/proc/4883/stat : 4883 (java) S 4880 4883 22004 0 -1 1077944320 4246 12856 0 0 1 0 5 2 20 0 6 0 107182942 10245611520 4583 33554432000 4194304 4196468 140735728614976 140735728597520 140445119762167 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
/proc/4883/statm: 2501370 4583 1931 1 0 2489808 0
[pid=4883/tid=4936] ppid=4880 vsize=10005480 memory=8326441112148417179 CPUtime=0.08 cores=0,2,4,6
/proc/4883/task/4936/stat : 4936 (java) R 4880 4883 22004 0 -1 4202560 2082 12856 0 0 1 0 5 2 20 0 6 0 107182951 10245611520 4649 33554432000 4194304 4196468 140735728614976 140445091598928 140445099063696 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4937] ppid=4880 vsize=10005480 memory=-7025452035940392864 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4937/stat : 4937 (java) S 4880 4883 22004 0 -1 1077944384 1 12856 0 0 0 0 5 2 20 0 6 0 107182951 10245611520 4649 33554432000 4194304 4196468 140735728614976 140445124004624 140445119772373 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4938] ppid=4880 vsize=10005480 memory=140659964782208 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4938/stat : 4938 (java) S 4880 4883 22004 0 -1 1077944384 1 12856 0 0 0 0 5 2 20 0 6 0 107182951 10245611520 4649 33554432000 4194304 4196468 140735728614976 140444978723728 140445119772373 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4939] ppid=4880 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4939/stat : 4939 (java) S 4880 4883 22004 0 -1 1077944384 1 12856 0 0 0 0 5 2 20 0 6 0 107182951 10245611520 4649 33554432000 4194304 4196468 140735728614976 140444977671184 140445119772373 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4940] ppid=4880 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4940/stat : 4940 (java) S 4880 4883 22004 0 -1 1077944384 2 12856 0 0 0 0 5 2 20 0 6 0 107182951 10245611520 4649 33554432000 4194304 4196468 140735728614976 140444976618640 140445119772373 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18332 KiB

[startup+0.209827 s]*
/proc/loadavg: 1.36 1.54 1.67 3/215 4949
/proc/meminfo: memFree=27550464/32770624 swapFree=67108860/67108860
[pid=4883] ppid=4880 vsize=10983736 memory=46724 CPUtime=0.25 cores=0,2,4,6
/proc/4883/stat : 4883 (java) S 4880 4883 22004 0 -1 1077944320 7866 12856 0 0 17 1 5 2 20 0 15 0 107182942 11247345664 11681 33554432000 4194304 4196468 140735728614976 140735728597520 140445119762167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
/proc/4883/statm: 2745934 11681 2960 1 0 2708357 0
[pid=4883/tid=4936] ppid=4880 vsize=10982776 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/4883/task/4936/stat : 4936 (java) R 4880 4883 22004 0 -1 4202560 5235 12856 0 0 10 1 5 2 20 0 15 0 107182951 11246362624 11809 33554432000 4194304 4196468 140735728614976 140445091586976 140445112441885 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4937] ppid=4880 vsize=10982776 memory=288293255295271337 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4937/stat : 4937 (java) S 4880 4883 22004 0 -1 1077944384 1 12856 0 0 0 0 5 2 20 0 15 0 107182951 11246362624 11809 33554432000 4194304 4196468 140735728614976 140445124004624 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4938] ppid=4880 vsize=10982776 memory=4121133615134561910 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4938/stat : 4938 (java) S 4880 4883 22004 0 -1 1077944384 1 12856 0 0 0 0 5 2 20 0 15 0 107182951 11246362624 11875 33554432000 4194304 4196468 140735728614976 140444978723728 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4939] ppid=4880 vsize=10982776 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4939/stat : 4939 (java) S 4880 4883 22004 0 -1 1077944384 1 12856 0 0 0 0 5 2 20 0 15 0 107182951 11246362624 11875 33554432000 4194304 4196468 140735728614976 140444977671184 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4940] ppid=4880 vsize=10982776 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4940/stat : 4940 (java) S 4880 4883 22004 0 -1 1077944384 2 12856 0 0 0 0 5 2 20 0 15 0 107182951 11246362624 11875 33554432000 4194304 4196468 140735728614976 140444976618640 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4941] ppid=4880 vsize=10982776 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4941/stat : 4941 (java) S 4880 4883 22004 0 -1 1077944384 2 12856 0 0 0 0 5 2 20 0 15 0 107182953 11246362624 11941 33554432000 4194304 4196468 140735728614976 140444545525744 140445119773314 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4942] ppid=4880 vsize=10982776 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4942/stat : 4942 (java) S 4880 4883 22004 0 -1 1077944384 13 12856 0 0 0 0 5 2 20 0 15 0 107182953 11246362624 11941 33554432000 4194304 4196468 140735728614976 140443954176928 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4943] ppid=4880 vsize=10982776 memory=140659964782208 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4943/stat : 4943 (java) S 4880 4883 22004 0 -1 1077944384 1 12856 0 0 0 0 5 2 20 0 15 0 107182953 11246362624 12007 33554432000 4194304 4196468 140735728614976 140443752850416 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4944] ppid=4880 vsize=10982776 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4944/stat : 4944 (java) S 4880 4883 22004 0 -1 1077944384 3 12856 0 0 0 0 5 2 20 0 15 0 107182956 11246362624 12007 33554432000 4194304 4196468 140735728614976 140443445450960 140445119780763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4945] ppid=4880 vsize=10982776 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4883/task/4945/stat : 4945 (java) S 4880 4883 22004 0 -1 1077944384 549 12856 0 0 1 0 5 2 20 0 15 0 107182956 11246362624 12007 33554432000 4194304 4196468 140735728614976 140444544473584 140445119773314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4946] ppid=4880 vsize=10982776 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/4883/task/4946/stat : 4946 (java) S 4880 4883 22004 0 -1 1077944384 65 12856 0 0 1 0 5 2 20 0 15 0 107182956 11246362624 12073 33554432000 4194304 4196468 140735728614976 140444543421040 140445119773314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4947] ppid=4880 vsize=10982776 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/4883/task/4947/stat : 4947 (java) S 4880 4883 22004 0 -1 1077944384 605 12856 0 0 3 0 5 2 20 0 15 0 107182956 11246362624 12073 33554432000 4194304 4196468 140735728614976 140444542368496 140445119773314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4948] ppid=4880 vsize=10982776 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4948/stat : 4948 (java) S 4880 4883 22004 0 -1 1077944384 3 12856 0 0 0 0 5 2 20 0 15 0 107182956 11246362624 12073 33554432000 4194304 4196468 140735728614976 140443014655072 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4949] ppid=4880 vsize=10982776 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4949/stat : 4949 (java) S 4880 4883 22004 0 -1 1077944384 1 12856 0 0 0 0 5 2 20 0 15 0 107182956 11246362624 12073 33554432000 4194304 4196468 140735728614976 140444541315376 140445119773314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10983736 KiB
Current children cumulated memory: 46724 KiB

[startup+0.310346 s]*
/proc/loadavg: 1.36 1.54 1.67 3/215 4949
/proc/meminfo: memFree=27536808/32770624 swapFree=67108860/67108860
[pid=4883] ppid=4880 vsize=10983192 memory=57168 CPUtime=0.37 cores=0,2,4,6
/proc/4883/stat : 4883 (java) S 4880 4883 22004 0 -1 1077944320 10299 12856 0 0 28 2 5 2 20 0 15 0 107182942 11246788608 14292 33554432000 4194304 4196468 140735728614976 140735728597520 140445119762167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
/proc/4883/statm: 2745798 14292 3107 1 0 2708109 0
[pid=4883/tid=4936] ppid=4880 vsize=10983192 memory=6935054825532540783 CPUtime=0.28 cores=0,2,4,6
/proc/4883/task/4936/stat : 4936 (java) R 4880 4883 22004 0 -1 4202560 6855 12856 0 0 19 2 5 2 20 0 15 0 107182951 11246788608 14292 33554432000 4194304 4196468 140735728614976 140445091574176 140445103842654 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4937] ppid=4880 vsize=10983192 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4937/stat : 4937 (java) S 4880 4883 22004 0 -1 1077944384 1 12856 0 0 0 0 5 2 20 0 15 0 107182951 11246788608 14292 33554432000 4194304 4196468 140735728614976 140445124004624 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4938] ppid=4880 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4938/stat : 4938 (java) S 4880 4883 22004 0 -1 1077944384 1 12856 0 0 0 0 5 2 20 0 15 0 107182951 11246788608 14292 33554432000 4194304 4196468 140735728614976 140444978723728 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4939] ppid=4880 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4939/stat : 4939 (java) S 4880 4883 22004 0 -1 1077944384 1 12856 0 0 0 0 5 2 20 0 15 0 107182951 11246788608 14292 33554432000 4194304 4196468 140735728614976 140444977671184 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4940] ppid=4880 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4940/stat : 4940 (java) S 4880 4883 22004 0 -1 1077944384 2 12856 0 0 0 0 5 2 20 0 15 0 107182951 11246788608 14292 33554432000 4194304 4196468 140735728614976 140444976618640 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4941] ppid=4880 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4941/stat : 4941 (java) S 4880 4883 22004 0 -1 1077944384 2 12856 0 0 0 0 5 2 20 0 15 0 107182953 11246788608 14292 33554432000 4194304 4196468 140735728614976 140444545525744 140445119773314 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4942] ppid=4880 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4942/stat : 4942 (java) S 4880 4883 22004 0 -1 1077944384 13 12856 0 0 0 0 5 2 20 0 15 0 107182953 11246788608 14292 33554432000 4194304 4196468 140735728614976 140443954176928 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4943] ppid=4880 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4943/stat : 4943 (java) S 4880 4883 22004 0 -1 1077944384 1 12856 0 0 0 0 5 2 20 0 15 0 107182953 11246788608 14292 33554432000 4194304 4196468 140735728614976 140443752850416 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4944] ppid=4880 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4944/stat : 4944 (java) S 4880 4883 22004 0 -1 1077944384 3 12856 0 0 0 0 5 2 20 0 15 0 107182956 11246788608 14292 33554432000 4194304 4196468 140735728614976 140443445450960 140445119780763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4945] ppid=4880 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4883/task/4945/stat : 4945 (java) S 4880 4883 22004 0 -1 1077944384 552 12856 0 0 1 0 5 2 20 0 15 0 107182956 11246788608 14292 33554432000 4194304 4196468 140735728614976 140444544473584 140445119773314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4946] ppid=4880 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4883/task/4946/stat : 4946 (java) S 4880 4883 22004 0 -1 1077944384 68 12856 0 0 1 0 5 2 20 0 15 0 107182956 11246788608 14292 33554432000 4194304 4196468 140735728614976 140444543421040 140445119773314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4947] ppid=4880 vsize=10983192 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/4883/task/4947/stat : 4947 (java) S 4880 4883 22004 0 -1 1077944384 613 12856 0 0 5 0 5 2 20 0 15 0 107182956 11246788608 14292 33554432000 4194304 4196468 140735728614976 140444542368496 140445119773314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4948] ppid=4880 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4948/stat : 4948 (java) S 4880 4883 22004 0 -1 1077944384 3 12856 0 0 0 0 5 2 20 0 15 0 107182956 11246788608 14292 33554432000 4194304 4196468 140735728614976 140443014655072 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4949] ppid=4880 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4949/stat : 4949 (java) S 4880 4883 22004 0 -1 1077944384 1 12856 0 0 0 0 5 2 20 0 15 0 107182956 11246788608 14292 33554432000 4194304 4196468 140735728614976 140444541315376 140445119773314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 57168 KiB

[startup+0.700753 s]
/proc/loadavg: 1.36 1.54 1.67 3/215 4949
/proc/meminfo: memFree=27528248/32770624 swapFree=67108860/67108860
[pid=4883] ppid=4880 vsize=10983192 memory=89176 CPUtime=0.98 cores=0,2,4,6
/proc/4883/stat : 4883 (java) S 4880 4883 22004 0 -1 1077944320 16372 12856 0 0 87 4 5 2 20 0 15 0 107182942 11246788608 22294 33554432000 4194304 4196468 140735728614976 140735728597520 140445119762167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
/proc/4883/statm: 2745798 22294 3238 1 0 2708109 0
[pid=4883/tid=4936] ppid=4880 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/4883/task/4936/stat : 4936 (java) R 4880 4883 22004 0 -1 4202560 11877 12856 0 0 56 3 5 2 20 0 15 0 107182951 11246788608 22294 33554432000 4194304 4196468 140735728614976 140445091582992 140445100037379 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4937] ppid=4880 vsize=10983192 memory=8242257093008373557 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4937/stat : 4937 (java) S 4880 4883 22004 0 -1 1077944384 1 12856 0 0 0 0 5 2 20 0 15 0 107182951 11246788608 22294 33554432000 4194304 4196468 140735728614976 140445124004624 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4938] ppid=4880 vsize=10983192 memory=7158860088844767568 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4938/stat : 4938 (java) S 4880 4883 22004 0 -1 1077944384 1 12856 0 0 0 0 5 2 20 0 15 0 107182951 11246788608 22294 33554432000 4194304 4196468 140735728614976 140444978723728 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4939] ppid=4880 vsize=10983192 memory=7588675599774802240 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4939/stat : 4939 (java) S 4880 4883 22004 0 -1 1077944384 1 12856 0 0 0 0 5 2 20 0 15 0 107182951 11246788608 22294 33554432000 4194304 4196468 140735728614976 140444977671184 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4940] ppid=4880 vsize=10983192 memory=5791717478211005024 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4940/stat : 4940 (java) S 4880 4883 22004 0 -1 1077944384 2 12856 0 0 0 0 5 2 20 0 15 0 107182951 11246788608 22294 33554432000 4194304 4196468 140735728614976 140444976618640 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4941] ppid=4880 vsize=10983192 memory=164 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4941/stat : 4941 (java) S 4880 4883 22004 0 -1 1077944384 6 12856 0 0 0 0 5 2 20 0 15 0 107182953 11246788608 22294 33554432000 4194304 4196468 140735728614976 140444545525744 140445119773314 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4942] ppid=4880 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4942/stat : 4942 (java) S 4880 4883 22004 0 -1 1077944384 13 12856 0 0 0 0 5 2 20 0 15 0 107182953 11246788608 22294 33554432000 4194304 4196468 140735728614976 140443954176928 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4943] ppid=4880 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4943/stat : 4943 (java) S 4880 4883 22004 0 -1 1077944384 1 12856 0 0 0 0 5 2 20 0 15 0 107182953 11246788608 22294 33554432000 4194304 4196468 140735728614976 140443752850416 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4944] ppid=4880 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4944/stat : 4944 (java) S 4880 4883 22004 0 -1 1077944384 3 12856 0 0 0 0 5 2 20 0 15 0 107182956 11246788608 22294 33554432000 4194304 4196468 140735728614976 140443445450960 140445119780763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4945] ppid=4880 vsize=10983192 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/4883/task/4945/stat : 4945 (java) S 4880 4883 22004 0 -1 1077944384 1115 12856 0 0 8 0 5 2 20 0 15 0 107182956 11246788608 22294 33554432000 4194304 4196468 140735728614976 140444544473584 140445119773314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4946] ppid=4880 vsize=10983192 memory=96 CPUtime=0.15 cores=0,2,4,6
/proc/4883/task/4946/stat : 4946 (java) S 4880 4883 22004 0 -1 1077944384 490 12856 0 0 8 0 5 2 20 0 15 0 107182956 11246788608 22294 33554432000 4194304 4196468 140735728614976 140444543421040 140445119773314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4947] ppid=4880 vsize=10983192 memory=281319686883760 CPUtime=0.2 cores=0,2,4,6
/proc/4883/task/4947/stat : 4947 (java) S 4880 4883 22004 0 -1 1077944384 666 12856 0 0 13 0 5 2 20 0 15 0 107182956 11246788608 22294 33554432000 4194304 4196468 140735728614976 140444542368496 140445119773314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4948] ppid=4880 vsize=10983192 memory=140659964781073 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4948/stat : 4948 (java) S 4880 4883 22004 0 -1 1077944384 3 12856 0 0 0 0 5 2 20 0 15 0 107182956 11246788608 22294 33554432000 4194304 4196468 140735728614976 140443014655072 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4949] ppid=4880 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4949/stat : 4949 (java) S 4880 4883 22004 0 -1 1077944384 1 12856 0 0 0 0 5 2 20 0 15 0 107182956 11246788608 22294 33554432000 4194304 4196468 140735728614976 140444541315376 140445119773314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89176 KiB

[startup+1.5013 s]
/proc/loadavg: 1.36 1.54 1.67 6/215 4949
/proc/meminfo: memFree=27455236/32770624 swapFree=67108860/67108860
[pid=4883] ppid=4880 vsize=10998092 memory=212324 CPUtime=3.04 cores=0,2,4,6
/proc/4883/stat : 4883 (java) S 4880 4883 22004 0 -1 1077944320 29162 12856 0 0 288 9 5 2 20 0 15 0 107182942 11262046208 53081 33554432000 4194304 4196468 140735728614976 140735728597520 140445119762167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
/proc/4883/statm: 2749523 53081 3471 1 0 2711181 0
[pid=4883/tid=4936] ppid=4880 vsize=10998092 memory=7300996220802969665 CPUtime=1.41 cores=0,2,4,6
/proc/4883/task/4936/stat : 4936 (java) R 4880 4883 22004 0 -1 4202560 17759 12856 0 0 129 5 5 2 20 0 15 0 107182951 11262046208 53081 33554432000 4194304 4196468 140735728614976 140445091579112 140445105132046 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4937] ppid=4880 vsize=10998092 memory=4418138326849250145 CPUtime=0.08 cores=0,2,4,6
/proc/4883/task/4937/stat : 4937 (java) S 4880 4883 22004 0 -1 1077944384 59 12856 0 0 1 0 5 2 20 0 15 0 107182951 11262046208 53081 33554432000 4194304 4196468 140735728614976 140445124004624 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4938] ppid=4880 vsize=10998092 memory=-5934757335528923228 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4938/stat : 4938 (java) S 4880 4883 22004 0 -1 1077944384 18 12856 0 0 0 0 5 2 20 0 15 0 107182951 11262046208 53081 33554432000 4194304 4196468 140735728614976 140444978723728 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4939] ppid=4880 vsize=10998092 memory=6372119928180592994 CPUtime=0.08 cores=0,2,4,6
/proc/4883/task/4939/stat : 4939 (java) S 4880 4883 22004 0 -1 1077944384 204 12856 0 0 1 0 5 2 20 0 15 0 107182951 11262046208 53081 33554432000 4194304 4196468 140735728614976 140444977671184 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4940] ppid=4880 vsize=10998092 memory=7449062980653836388 CPUtime=0.08 cores=0,2,4,6
/proc/4883/task/4940/stat : 4940 (java) S 4880 4883 22004 0 -1 1077944384 41 12856 0 0 1 0 5 2 20 0 15 0 107182951 11262046208 53081 33554432000 4194304 4196468 140735728614976 140444976618640 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4941] ppid=4880 vsize=10998092 memory=2424 CPUtime=0.08 cores=0,2,4,6
/proc/4883/task/4941/stat : 4941 (java) S 4880 4883 22004 0 -1 1077944384 209 12856 0 0 1 0 5 2 20 0 15 0 107182953 11262046208 53081 33554432000 4194304 4196468 140735728614976 140444545525744 140445119773314 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4942] ppid=4880 vsize=10998092 memory=1840 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4942/stat : 4942 (java) S 4880 4883 22004 0 -1 1077944384 13 12856 0 0 0 0 5 2 20 0 15 0 107182953 11262046208 53081 33554432000 4194304 4196468 140735728614976 140443954176928 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4943] ppid=4880 vsize=10998092 memory=1004 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4943/stat : 4943 (java) S 4880 4883 22004 0 -1 1077944384 1 12856 0 0 0 0 5 2 20 0 15 0 107182953 11262046208 53081 33554432000 4194304 4196468 140735728614976 140443752850432 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4944] ppid=4880 vsize=10998092 memory=12060 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4944/stat : 4944 (java) S 4880 4883 22004 0 -1 1077944384 3 12856 0 0 0 0 5 2 20 0 15 0 107182956 11262046208 53081 33554432000 4194304 4196468 140735728614976 140443445450960 140445119780763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4945] ppid=4880 vsize=10998092 memory=5788 CPUtime=0.65 cores=0,2,4,6
/proc/4883/task/4945/stat : 4945 (java) R 4880 4883 22004 0 -1 4202560 3882 12856 0 0 58 0 5 2 20 0 15 0 107182956 11262046208 53081 33554432000 4194304 4196468 140735728614976 140444544454208 140445099424592 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4946] ppid=4880 vsize=10998092 memory=792 CPUtime=0.64 cores=0,2,4,6
/proc/4883/task/4946/stat : 4946 (java) R 4880 4883 22004 0 -1 4202560 3262 12856 0 0 57 0 5 2 20 0 15 0 107182956 11262046208 53081 33554432000 4194304 4196468 140735728614976 140444543410960 140445101281846 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4947] ppid=4880 vsize=10998092 memory=1228 CPUtime=0.42 cores=0,2,4,6
/proc/4883/task/4947/stat : 4947 (java) S 4880 4883 22004 0 -1 1077944384 1515 12856 0 0 35 0 5 2 20 0 15 0 107182956 11262046208 53081 33554432000 4194304 4196468 140735728614976 140444542368496 140445119773314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4948] ppid=4880 vsize=10998092 memory=1944 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4948/stat : 4948 (java) S 4880 4883 22004 0 -1 1077944384 3 12856 0 0 0 0 5 2 20 0 15 0 107182956 11262046208 53081 33554432000 4194304 4196468 140735728614976 140443014655072 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4949] ppid=4880 vsize=10998092 memory=128704 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4949/stat : 4949 (java) S 4880 4883 22004 0 -1 1077944384 1 12856 0 0 0 0 5 2 20 0 15 0 107182956 11262046208 53081 33554432000 4194304 4196468 140735728614976 140444541315376 140445119773314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 10998092 KiB

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

/proc/4883/task/4936/stat : 4936 (java) R 4880 4883 22004 0 -1 4202560 50608 12856 0 0 16136 19 5 2 20 0 15 0 107182951 11345952768 190042 33554432000 4194304 4196468 140735728614976 140445091596288 140444656799604 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4937] ppid=4880 vsize=11080032 memory=760168 CPUtime=0.22 cores=0,2,4,6
/proc/4883/task/4937/stat : 4937 (java) S 4880 4883 22004 0 -1 1077944384 2915 12856 0 0 12 3 5 2 20 0 15 0 107182951 11345952768 190042 33554432000 4194304 4196468 140735728614976 140445124004624 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4938] ppid=4880 vsize=11080032 memory=760168 CPUtime=0.2 cores=0,2,4,6
/proc/4883/task/4938/stat : 4938 (java) S 4880 4883 22004 0 -1 1077944384 3326 12856 0 0 10 3 5 2 20 0 15 0 107182951 11345952768 190042 33554432000 4194304 4196468 140735728614976 140444978723728 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4939] ppid=4880 vsize=11080032 memory=760168 CPUtime=0.23 cores=0,2,4,6
/proc/4883/task/4939/stat : 4939 (java) S 4880 4883 22004 0 -1 1077944384 1226 12856 0 0 13 3 5 2 20 0 15 0 107182951 11345952768 190042 33554432000 4194304 4196468 140735728614976 140444977671184 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4940] ppid=4880 vsize=11080032 memory=761704 CPUtime=0.21 cores=0,2,4,6
/proc/4883/task/4940/stat : 4940 (java) S 4880 4883 22004 0 -1 1077944384 2156 12856 0 0 11 3 5 2 20 0 15 0 107182951 11345952768 190042 33554432000 4194304 4196468 140735728614976 140444976618640 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4941] ppid=4880 vsize=11080032 memory=760168 CPUtime=0.2 cores=0,2,4,6
/proc/4883/task/4941/stat : 4941 (java) S 4880 4883 22004 0 -1 1077944384 3330 12856 0 0 11 2 5 2 20 0 15 0 107182953 11345952768 190042 33554432000 4194304 4196468 140735728614976 140444545525744 140445119773314 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4942] ppid=4880 vsize=11080032 memory=1624 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4942/stat : 4942 (java) S 4880 4883 22004 0 -1 1077944384 18 12856 0 0 0 0 5 2 20 0 15 0 107182953 11345952768 190042 33554432000 4194304 4196468 140735728614976 140443954176992 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4943] ppid=4880 vsize=11080032 memory=1840 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4943/stat : 4943 (java) S 4880 4883 22004 0 -1 1077944384 11 12856 0 0 0 0 5 2 20 0 15 0 107182953 11345952768 190042 33554432000 4194304 4196468 140735728614976 140443752850432 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4944] ppid=4880 vsize=11080032 memory=760168 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4944/stat : 4944 (java) S 4880 4883 22004 0 -1 1077944384 3 12856 0 0 0 0 5 2 20 0 15 0 107182956 11345952768 190042 33554432000 4194304 4196468 140735728614976 140443445450960 140445119780763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4945] ppid=4880 vsize=11080032 memory=760168 CPUtime=5.49 cores=0,2,4,6
/proc/4883/task/4945/stat : 4945 (java) S 4880 4883 22004 0 -1 1077944384 21010 12856 0 0 540 2 5 2 20 0 15 0 107182956 11345952768 190042 33554432000 4194304 4196468 140735728614976 140444544473584 140445119773314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4946] ppid=4880 vsize=11080032 memory=4028 CPUtime=6.09 cores=0,2,4,6
/proc/4883/task/4946/stat : 4946 (java) S 4880 4883 22004 0 -1 1077944384 26770 12856 0 0 599 3 5 2 20 0 15 0 107182956 11345952768 190042 33554432000 4194304 4196468 140735728614976 140444543421040 140445119773314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 26 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4947] ppid=4880 vsize=11080032 memory=30512 CPUtime=1.97 cores=0,2,4,6
/proc/4883/task/4947/stat : 4947 (java) S 4880 4883 22004 0 -1 1077944384 14812 12856 0 0 187 3 5 2 20 0 15 0 107182956 11345952768 190042 33554432000 4194304 4196468 140735728614976 140444542368496 140445119773314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4948] ppid=4880 vsize=11080032 memory=760168 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4948/stat : 4948 (java) S 4880 4883 22004 0 -1 1077944384 3 12856 0 0 0 0 5 2 20 0 15 0 107182956 11345952768 190042 33554432000 4194304 4196468 140735728614976 140443014655072 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4949] ppid=4880 vsize=11080032 memory=760168 CPUtime=0.13 cores=0,2,4,6
/proc/4883/task/4949/stat : 4949 (java) S 4880 4883 22004 0 -1 1077944384 436 12856 0 0 4 2 5 2 20 0 15 0 107182956 11345952768 190042 33554432000 4194304 4196468 140735728614976 140444541315376 140445119773314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
Current children cumulated CPU time: 175.82 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 760168 KiB

[startup+222.301 s]
/proc/loadavg: 1.57 1.61 1.67 3/216 4960
/proc/meminfo: memFree=26192640/32770624 swapFree=67108860/67108860
[pid=4883] ppid=4880 vsize=11080032 memory=760168 CPUtime=236.31 cores=0,2,4,6
/proc/4883/stat : 4883 (java) S 4880 4883 22004 0 -1 1077944320 134772 12856 0 0 23574 50 5 2 20 0 15 0 107182942 11345952768 190042 33554432000 4194304 4196468 140735728614976 140735728597520 140445119762167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
/proc/4883/statm: 2770008 190042 3523 1 0 2731661 0
[pid=4883/tid=4936] ppid=4880 vsize=11080032 memory=760168 CPUtime=221.48 cores=0,2,4,6
/proc/4883/task/4936/stat : 4936 (java) R 4880 4883 22004 0 -1 4202560 51061 12856 0 0 22121 20 5 2 20 0 15 0 107182951 11345952768 190042 33554432000 4194304 4196468 140735728614976 140445091594472 140444656801331 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4937] ppid=4880 vsize=11080032 memory=760168 CPUtime=0.28 cores=0,2,4,6
/proc/4883/task/4937/stat : 4937 (java) S 4880 4883 22004 0 -1 1077944384 2931 12856 0 0 18 3 5 2 20 0 15 0 107182951 11345952768 190042 33554432000 4194304 4196468 140735728614976 140445124004624 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4938] ppid=4880 vsize=11080032 memory=760168 CPUtime=0.26 cores=0,2,4,6
/proc/4883/task/4938/stat : 4938 (java) S 4880 4883 22004 0 -1 1077944384 3341 12856 0 0 15 4 5 2 20 0 15 0 107182951 11345952768 190042 33554432000 4194304 4196468 140735728614976 140444978723728 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4939] ppid=4880 vsize=11080032 memory=760168 CPUtime=0.28 cores=0,2,4,6
/proc/4883/task/4939/stat : 4939 (java) S 4880 4883 22004 0 -1 1077944384 1284 12856 0 0 18 3 5 2 20 0 15 0 107182951 11345952768 190042 33554432000 4194304 4196468 140735728614976 140444977671184 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4940] ppid=4880 vsize=11080032 memory=161915636879204 CPUtime=0.28 cores=0,2,4,6
/proc/4883/task/4940/stat : 4940 (java) S 4880 4883 22004 0 -1 1077944384 2705 12856 0 0 17 4 5 2 20 0 15 0 107182951 11345952768 190042 33554432000 4194304 4196468 140735728614976 140444976618640 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4941] ppid=4880 vsize=11080032 memory=8112282956445269571 CPUtime=0.25 cores=0,2,4,6
/proc/4883/task/4941/stat : 4941 (java) S 4880 4883 22004 0 -1 1077944384 3562 12856 0 0 16 2 5 2 20 0 15 0 107182953 11345952768 190042 33554432000 4194304 4196468 140735728614976 140444545525744 140445119773314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4942] ppid=4880 vsize=11080032 memory=1004 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4942/stat : 4942 (java) S 4880 4883 22004 0 -1 1077944384 18 12856 0 0 0 0 5 2 20 0 15 0 107182953 11345952768 190042 33554432000 4194304 4196468 140735728614976 140443954176992 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4943] ppid=4880 vsize=11080032 memory=760168 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4943/stat : 4943 (java) S 4880 4883 22004 0 -1 1077944384 11 12856 0 0 0 0 5 2 20 0 15 0 107182953 11345952768 190042 33554432000 4194304 4196468 140735728614976 140443752850432 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4944] ppid=4880 vsize=11080032 memory=760168 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4944/stat : 4944 (java) S 4880 4883 22004 0 -1 1077944384 3 12856 0 0 0 0 5 2 20 0 15 0 107182956 11345952768 190042 33554432000 4194304 4196468 140735728614976 140443445450960 140445119780763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4945] ppid=4880 vsize=11080032 memory=760168 CPUtime=5.64 cores=0,2,4,6
/proc/4883/task/4945/stat : 4945 (java) S 4880 4883 22004 0 -1 1077944384 22849 12856 0 0 555 2 5 2 20 0 15 0 107182956 11345952768 190042 33554432000 4194304 4196468 140735728614976 140444544473584 140445119773314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4946] ppid=4880 vsize=11080032 memory=928 CPUtime=6.22 cores=0,2,4,6
/proc/4883/task/4946/stat : 4946 (java) S 4880 4883 22004 0 -1 1077944384 27934 12856 0 0 612 3 5 2 20 0 15 0 107182956 11345952768 190042 33554432000 4194304 4196468 140735728614976 140444543421040 140445119773314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 26 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4947] ppid=4880 vsize=11080032 memory=760168 CPUtime=2 cores=0,2,4,6
/proc/4883/task/4947/stat : 4947 (java) S 4880 4883 22004 0 -1 1077944384 16426 12856 0 0 190 3 5 2 20 0 15 0 107182956 11345952768 190042 33554432000 4194304 4196468 140735728614976 140444542368496 140445119773314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4948] ppid=4880 vsize=11080032 memory=4028 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4948/stat : 4948 (java) S 4880 4883 22004 0 -1 1077944384 3 12856 0 0 0 0 5 2 20 0 15 0 107182956 11345952768 190042 33554432000 4194304 4196468 140735728614976 140443014655072 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4949] ppid=4880 vsize=11080032 memory=30512 CPUtime=0.15 cores=0,2,4,6
/proc/4883/task/4949/stat : 4949 (java) S 4880 4883 22004 0 -1 1077944384 452 12856 0 0 5 3 5 2 20 0 15 0 107182956 11345952768 190042 33554432000 4194304 4196468 140735728614976 140444541315376 140445119773314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
Current children cumulated CPU time: 236.31 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 760168 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+237.901 s]
/proc/loadavg: 1.66 1.63 1.68 3/216 5088
/proc/meminfo: memFree=27048976/32770624 swapFree=67108860/67108860
[pid=4883] ppid=4880 vsize=11080032 memory=760172 CPUtime=252.03 cores=0,2,4,6
/proc/4883/stat : 4883 (java) S 4880 4883 22004 0 -1 1077944320 140706 12856 0 0 25145 51 5 2 20 0 15 0 107182942 11345952768 190043 33554432000 4194304 4196468 140735728614976 140735728597520 140445119762167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
/proc/4883/statm: 2770008 190043 3523 1 0 2731661 0
[pid=4883/tid=4936] ppid=4880 vsize=11080032 memory=760168 CPUtime=237.01 cores=0,2,4,6
/proc/4883/task/4936/stat : 4936 (java) R 4880 4883 22004 0 -1 4202560 51635 12856 0 0 23674 20 5 2 20 0 15 0 107182951 11345952768 190043 33554432000 4194304 4196468 140735728614976 140445091597664 140444656803283 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4937] ppid=4880 vsize=11080032 memory=760168 CPUtime=0.3 cores=0,2,4,6
/proc/4883/task/4937/stat : 4937 (java) S 4880 4883 22004 0 -1 1077944384 4035 12856 0 0 20 3 5 2 20 0 15 0 107182951 11345952768 190043 33554432000 4194304 4196468 140735728614976 140445124004624 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4938] ppid=4880 vsize=11080032 memory=760168 CPUtime=0.28 cores=0,2,4,6
/proc/4883/task/4938/stat : 4938 (java) S 4880 4883 22004 0 -1 1077944384 3382 12856 0 0 17 4 5 2 20 0 15 0 107182951 11345952768 190043 33554432000 4194304 4196468 140735728614976 140444978723728 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4939] ppid=4880 vsize=11080032 memory=760172 CPUtime=0.31 cores=0,2,4,6
/proc/4883/task/4939/stat : 4939 (java) S 4880 4883 22004 0 -1 1077944384 1325 12856 0 0 21 3 5 2 20 0 15 0 107182951 11345952768 190043 33554432000 4194304 4196468 140735728614976 140444977671184 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4940] ppid=4880 vsize=11080032 memory=760172 CPUtime=0.3 cores=0,2,4,6
/proc/4883/task/4940/stat : 4940 (java) S 4880 4883 22004 0 -1 1077944384 2794 12856 0 0 19 4 5 2 20 0 15 0 107182951 11345952768 190043 33554432000 4194304 4196468 140735728614976 140444976618640 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4941] ppid=4880 vsize=11080032 memory=8 CPUtime=0.27 cores=0,2,4,6
/proc/4883/task/4941/stat : 4941 (java) S 4880 4883 22004 0 -1 1077944384 3660 12856 0 0 18 2 5 2 20 0 15 0 107182953 11345952768 190043 33554432000 4194304 4196468 140735728614976 140444545525744 140445119773314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4942] ppid=4880 vsize=11080032 memory=760172 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4942/stat : 4942 (java) S 4880 4883 22004 0 -1 1077944384 18 12856 0 0 0 0 5 2 20 0 15 0 107182953 11345952768 190043 33554432000 4194304 4196468 140735728614976 140443954176992 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4943] ppid=4880 vsize=11080032 memory=760172 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4943/stat : 4943 (java) S 4880 4883 22004 0 -1 1077944384 11 12856 0 0 0 0 5 2 20 0 15 0 107182953 11345952768 190043 33554432000 4194304 4196468 140735728614976 140443752850432 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4944] ppid=4880 vsize=11080032 memory=760172 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4944/stat : 4944 (java) S 4880 4883 22004 0 -1 1077944384 3 12856 0 0 0 0 5 2 20 0 15 0 107182956 11345952768 190043 33554432000 4194304 4196468 140735728614976 140443445450960 140445119780763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4945] ppid=4880 vsize=11080032 memory=8112282956445269571 CPUtime=5.67 cores=0,2,4,6
/proc/4883/task/4945/stat : 4945 (java) S 4880 4883 22004 0 -1 1077944384 23626 12856 0 0 557 3 5 2 20 0 15 0 107182956 11345952768 190043 33554432000 4194304 4196468 140735728614976 140444544473584 140445119773314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4946] ppid=4880 vsize=11080032 memory=8508 CPUtime=6.24 cores=0,2,4,6
/proc/4883/task/4946/stat : 4946 (java) S 4880 4883 22004 0 -1 1077944384 30140 12856 0 0 614 3 5 2 20 0 15 0 107182956 11345952768 190043 33554432000 4194304 4196468 140735728614976 140444543421040 140445119773314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 26 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4947] ppid=4880 vsize=11080032 memory=760172 CPUtime=2.02 cores=0,2,4,6
/proc/4883/task/4947/stat : 4947 (java) S 4880 4883 22004 0 -1 1077944384 17407 12856 0 0 191 4 5 2 20 0 15 0 107182956 11345952768 190043 33554432000 4194304 4196468 140735728614976 140444542368496 140445119773314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4948] ppid=4880 vsize=11080032 memory=760172 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4948/stat : 4948 (java) S 4880 4883 22004 0 -1 1077944384 3 12856 0 0 0 0 5 2 20 0 15 0 107182956 11345952768 190043 33554432000 4194304 4196468 140735728614976 140443014655072 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4949] ppid=4880 vsize=11080032 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/4883/task/4949/stat : 4949 (java) S 4880 4883 22004 0 -1 1077944384 475 12856 0 0 5 3 5 2 20 0 15 0 107182956 11345952768 190043 33554432000 4194304 4196468 140735728614976 140444541315376 140445119773314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
Current children cumulated CPU time: 252.03 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 760172 KiB

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

[startup+237.951 s]
# the end of solver process 4883 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.533 s, system=0.555283 s

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

[startup+237.901 s]
/proc/loadavg: 1.66 1.63 1.68 3/216 5088
/proc/meminfo: memFree=27048976/32770624 swapFree=67108860/67108860
[pid=4883] ppid=4880 vsize=11080032 memory=760172 CPUtime=252.03 cores=0,2,4,6
/proc/4883/stat : 4883 (java) S 4880 4883 22004 0 -1 1077944320 140706 12856 0 0 25145 51 5 2 20 0 15 0 107182942 11345952768 190043 33554432000 4194304 4196468 140735728614976 140735728597520 140445119762167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
/proc/4883/statm: 2770008 190043 3523 1 0 2731661 0
[pid=4883/tid=4936] ppid=4880 vsize=11080032 memory=760168 CPUtime=237.01 cores=0,2,4,6
/proc/4883/task/4936/stat : 4936 (java) R 4880 4883 22004 0 -1 4202560 51635 12856 0 0 23674 20 5 2 20 0 15 0 107182951 11345952768 190043 33554432000 4194304 4196468 140735728614976 140445091597664 140444656803283 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4937] ppid=4880 vsize=11080032 memory=760168 CPUtime=0.3 cores=0,2,4,6
/proc/4883/task/4937/stat : 4937 (java) S 4880 4883 22004 0 -1 1077944384 4035 12856 0 0 20 3 5 2 20 0 15 0 107182951 11345952768 190043 33554432000 4194304 4196468 140735728614976 140445124004624 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4938] ppid=4880 vsize=11080032 memory=760168 CPUtime=0.28 cores=0,2,4,6
/proc/4883/task/4938/stat : 4938 (java) S 4880 4883 22004 0 -1 1077944384 3382 12856 0 0 17 4 5 2 20 0 15 0 107182951 11345952768 190043 33554432000 4194304 4196468 140735728614976 140444978723728 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4939] ppid=4880 vsize=11080032 memory=760172 CPUtime=0.31 cores=0,2,4,6
/proc/4883/task/4939/stat : 4939 (java) S 4880 4883 22004 0 -1 1077944384 1325 12856 0 0 21 3 5 2 20 0 15 0 107182951 11345952768 190043 33554432000 4194304 4196468 140735728614976 140444977671184 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4940] ppid=4880 vsize=11080032 memory=760172 CPUtime=0.3 cores=0,2,4,6
/proc/4883/task/4940/stat : 4940 (java) S 4880 4883 22004 0 -1 1077944384 2794 12856 0 0 19 4 5 2 20 0 15 0 107182951 11345952768 190043 33554432000 4194304 4196468 140735728614976 140444976618640 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4941] ppid=4880 vsize=11080032 memory=8 CPUtime=0.27 cores=0,2,4,6
/proc/4883/task/4941/stat : 4941 (java) S 4880 4883 22004 0 -1 1077944384 3660 12856 0 0 18 2 5 2 20 0 15 0 107182953 11345952768 190043 33554432000 4194304 4196468 140735728614976 140444545525744 140445119773314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4942] ppid=4880 vsize=11080032 memory=760172 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4942/stat : 4942 (java) S 4880 4883 22004 0 -1 1077944384 18 12856 0 0 0 0 5 2 20 0 15 0 107182953 11345952768 190043 33554432000 4194304 4196468 140735728614976 140443954176992 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4943] ppid=4880 vsize=11080032 memory=760172 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4943/stat : 4943 (java) S 4880 4883 22004 0 -1 1077944384 11 12856 0 0 0 0 5 2 20 0 15 0 107182953 11345952768 190043 33554432000 4194304 4196468 140735728614976 140443752850432 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4944] ppid=4880 vsize=11080032 memory=760172 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4944/stat : 4944 (java) S 4880 4883 22004 0 -1 1077944384 3 12856 0 0 0 0 5 2 20 0 15 0 107182956 11345952768 190043 33554432000 4194304 4196468 140735728614976 140443445450960 140445119780763 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4945] ppid=4880 vsize=11080032 memory=8112282956445269571 CPUtime=5.67 cores=0,2,4,6
/proc/4883/task/4945/stat : 4945 (java) S 4880 4883 22004 0 -1 1077944384 23626 12856 0 0 557 3 5 2 20 0 15 0 107182956 11345952768 190043 33554432000 4194304 4196468 140735728614976 140444544473584 140445119773314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4946] ppid=4880 vsize=11080032 memory=8508 CPUtime=6.24 cores=0,2,4,6
/proc/4883/task/4946/stat : 4946 (java) S 4880 4883 22004 0 -1 1077944384 30140 12856 0 0 614 3 5 2 20 0 15 0 107182956 11345952768 190043 33554432000 4194304 4196468 140735728614976 140444543421040 140445119773314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 26 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4947] ppid=4880 vsize=11080032 memory=760172 CPUtime=2.02 cores=0,2,4,6
/proc/4883/task/4947/stat : 4947 (java) S 4880 4883 22004 0 -1 1077944384 17407 12856 0 0 191 4 5 2 20 0 15 0 107182956 11345952768 190043 33554432000 4194304 4196468 140735728614976 140444542368496 140445119773314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4948] ppid=4880 vsize=11080032 memory=760172 CPUtime=0.07 cores=0,2,4,6
/proc/4883/task/4948/stat : 4948 (java) S 4880 4883 22004 0 -1 1077944384 3 12856 0 0 0 0 5 2 20 0 15 0 107182956 11345952768 190043 33554432000 4194304 4196468 140735728614976 140443014655072 140445119772373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
[pid=4883/tid=4949] ppid=4880 vsize=11080032 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/4883/task/4949/stat : 4949 (java) S 4880 4883 22004 0 -1 1077944384 475 12856 0 0 5 3 5 2 20 0 15 0 107182956 11345952768 190043 33554432000 4194304 4196468 140735728614976 140444541315376 140445119773314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36270080 140735728622194 140735728624993 140735728624993 140735728627663 0
Current children cumulated CPU time: 252.03 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 760172 KiB

Child status: 143
Real time (s): 237.951
CPU time (s): 252.088
CPU user time (s): 251.533
CPU system time (s): 0.555283
CPU usage (%): 105.941
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 820840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.533
system time used= 0.555283
maximum resident set size= 821872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154836
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15927
involuntary context switches= 490


# summary of solver processes directly reported to runsolver:
#   pid: 4883
#   total CPU time (s): 252.088
#   total CPU user time (s): 251.533
#   total CPU system time (s): 0.555283

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.62368 second user time and 1.99864 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-29 22:29:57
IDJOB=4302405
IDBENCH=141245
IDSOLVER=2776
FILE ID=node151/4302405-1532896197
RUNJOBID= node151-1532894133-1620
PBS_JOBID= 21022509
Free space on /tmp= 59284 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-esc64a_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302405-1532896197/watcher-4302405-1532896197 -o /tmp/evaluation-result-4302405-1532896197/solver-4302405-1532896197 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532894133-1620 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=100595019 HOME/instance-4302405-1532896197.xml

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

MD5SUM BENCH= 88cd58dcc4a8523a6c3e6ee988ef86c5
RANDOM SEED=100595019

node151.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.87
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.87
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.87
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.87
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:        27581600 kB
MemAvailable:   31318268 kB
Buffers:          217276 kB
Cached:          3793208 kB
SwapCached:            0 kB
Active:          2087216 kB
Inactive:        2630588 kB
Active(anon):     657180 kB
Inactive(anon):    78188 kB
Active(file):    1430036 kB
Inactive(file):  2552400 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26592 kB
Writeback:             0 kB
AnonPages:        864896 kB
Mapped:            57664 kB
Shmem:             25224 kB
Slab:             168744 kB
SReclaimable:     140136 kB
SUnreclaim:        28608 kB
KernelStack:        3840 kB
PageTables:         6636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2142872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    694272 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 59260 MiB
End job on node151 at 2018-07-29 22:33:56