Trace number 4299016

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
SuperSolver_Macq_Stevenart 2018-04-27? 331.829 111.949

General information on the benchmark

NameFapp/Fapp-ext/
Fapp-ext-04-0300_c18.xml
MD5SUMfe02389438635ce836f3ec0e18156e6a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark244954546
Best CPU time to get the best result obtained on this benchmark2519.99
Satisfiable
(Un)Satisfiability was proved
Number of variables5284
Number of constraints3360
Number of domains68
Minimum domain size1
Maximum domain size135
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":1859},{"size":11,"count":1561},{"size":12,"count":1},{"size":25,"count":10},{"size":29,"count":10},{"size":31,"count":42},{"size":33,"count":12},{"size":36,"count":26},{"size":39,"count":45},{"size":41,"count":7},{"size":45,"count":9},{"size":50,"count":6},{"size":51,"count":9},{"size":53,"count":7},{"size":57,"count":23},{"size":58,"count":6},{"size":61,"count":6},{"size":62,"count":10},{"size":67,"count":13},{"size":73,"count":1},{"size":74,"count":2},{"size":75,"count":8},{"size":77,"count":3},{"size":79,"count":9},{"size":81,"count":11},{"size":83,"count":7},{"size":84,"count":1},{"size":85,"count":1},{"size":87,"count":11},{"size":89,"count":6},{"size":93,"count":4},{"size":95,"count":35},{"size":97,"count":5},{"size":100,"count":29},{"size":102,"count":51},{"size":104,"count":11},{"size":105,"count":5},{"size":107,"count":8},{"size":109,"count":6},{"size":110,"count":32},{"size":117,"count":53},{"size":118,"count":63},{"size":122,"count":30},{"size":127,"count":118},{"size":130,"count":112},{"size":132,"count":30},{"size":135,"count":968}]
Minimum variable degree2
Maximum variable degree1562
Distribution of variable degrees[{"degree":2,"count":4684},{"degree":3,"count":6},{"degree":4,"count":6},{"degree":5,"count":11},{"degree":6,"count":24},{"degree":7,"count":24},{"degree":8,"count":40},{"degree":9,"count":42},{"degree":10,"count":48},{"degree":11,"count":68},{"degree":12,"count":79},{"degree":13,"count":128},{"degree":14,"count":97},{"degree":15,"count":11},{"degree":16,"count":8},{"degree":17,"count":6},{"degree":18,"count":1},{"degree":1562,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":238},{"arity":3,"count":1561},{"arity":6,"count":1561}]
Number of extensional constraints3360
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":3360}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.11/0.14	c version: 2018-04-11
0.11/0.14	c seed: 1811631
0.11/0.14	c timeout: -1
0.11/0.14	c memlimit: -1
0.11/0.14	c nbcore: -1
331.66/111.86	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
331.77/111.92		at java.util.stream.StreamSupport.intStream(StreamSupport.java:138)
331.77/111.92		at java.util.stream.IntStream.range(IntStream.java:798)
331.77/111.92		at org.xcsp.parser.loaders.CtrLoaderInteger.lambda$build$2(CtrLoaderInteger.java:98)
331.77/111.92		at org.xcsp.parser.loaders.CtrLoaderInteger$$Lambda$73/483525032.apply(Unknown Source)
331.77/111.92		at java.util.stream.IntPipeline$4$1.accept(IntPipeline.java:250)
331.77/111.92		at java.util.stream.Streams$RangeIntSpliterator.forEachRemaining(Streams.java:110)
331.77/111.92		at java.util.Spliterator$OfInt.forEachRemaining(Spliterator.java:693)
331.77/111.92		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
331.77/111.92		at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
331.77/111.92		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:545)
331.77/111.92		at java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260)
331.77/111.92		at java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:438)
331.77/111.92		at org.xcsp.parser.loaders.CtrLoaderInteger.build(CtrLoaderInteger.java:98)
331.77/111.92		at org.xcsp.parser.loaders.CtrLoaderInteger.trIntegers2D(CtrLoaderInteger.java:117)
331.77/111.92		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:301)
331.77/111.92		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
331.77/111.92		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
331.77/111.92		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:429)
331.77/111.92		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:448)
331.77/111.92		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:420)
331.77/111.92		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
331.77/111.92		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
331.77/111.92		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
331.77/111.92		at xcsp3.XCSP3.<init>(XCSP3.java:73)
331.77/111.92		at xcsp3.CompetitionApp.runSolver(CompetitionApp.java:63)
331.77/111.92		at xcsp3.CompetitionApp.main(CompetitionApp.java:51)
331.77/111.92	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299016-1532817456/watcher-4299016-1532817456 -o /tmp/evaluation-result-4299016-1532817456/solver-4299016-1532817456 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532809638-1645 --watchdog 2580 java -jar HOME/bestMinicp.jar HOME/instance-4299016-1532817456.xml 

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

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

solver pid=4137, runsolver pid=4134

[startup+0.100062 s]*
/proc/loadavg: 3.90 2.33 1.78 5/215 4152
/proc/meminfo: memFree=27235672/32770624 swapFree=67108860/67108860
[pid=4137] ppid=4134 vsize=10661052 memory=27160 CPUtime=0.11 cores=1,3,5,7
/proc/4137/stat : 4137 (java) S 4134 4137 1613 0 -1 1077944320 5190 0 0 0 10 1 0 0 20 0 15 0 99308909 10916917248 6790 33554432000 4194304 4196468 140733791664272 140733791646816 139782650101495 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
/proc/4137/statm: 2665263 6790 2851 1 0 2627263 0
[pid=4137/tid=4139] ppid=4134 vsize=10661052 memory=-8968744328467674304 CPUtime=0.09 cores=1,3,5,7
/proc/4137/task/4139/stat : 4139 (java) R 4134 4137 1613 0 -1 4202560 3115 0 0 0 8 1 0 0 20 0 15 0 99308909 10916917248 6790 33554432000 4194304 4196468 140733791664272 139782654333632 139782634181982 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4140] ppid=4134 vsize=10661052 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4140/stat : 4140 (java) S 4134 4137 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99308910 10916917248 6790 33554432000 4194304 4196468 140733791664272 139782602722320 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4141] ppid=4134 vsize=10661052 memory=139900981884544 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4141/stat : 4141 (java) S 4134 4137 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99308910 10916917248 6790 33554432000 4194304 4196468 140733791664272 139782601669776 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4142] ppid=4134 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4142/stat : 4142 (java) S 4134 4137 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99308910 10916917248 6790 33554432000 4194304 4196468 140733791664272 139782600616720 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4143] ppid=4134 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4143/stat : 4143 (java) S 4134 4137 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99308910 10916917248 6790 33554432000 4194304 4196468 140733791664272 139782599564176 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4144] ppid=4134 vsize=10661052 memory=139900981884544 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4144/stat : 4144 (java) S 4134 4137 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99308911 10916917248 6790 33554432000 4194304 4196468 140733791664272 139782208968944 139782650112642 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4145] ppid=4134 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4145/stat : 4145 (java) S 4134 4137 1613 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99308912 10916917248 6790 33554432000 4194304 4196468 140733791664272 139782207915168 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4146] ppid=4134 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4146/stat : 4146 (java) S 4134 4137 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99308912 10916917248 6790 33554432000 4194304 4196468 140733791664272 139782206862064 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4147] ppid=4134 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4147/stat : 4147 (java) S 4134 4137 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99308914 10916917248 6790 33554432000 4194304 4196468 140733791664272 139782205810640 139782650120091 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4148] ppid=4134 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4148/stat : 4148 (java) S 4134 4137 1613 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 15 0 99308914 10916917248 6790 33554432000 4194304 4196468 140733791664272 139782204758768 139782650112642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4149] ppid=4134 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4149/stat : 4149 (java) S 4134 4137 1613 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 15 0 99308914 10916917248 6790 33554432000 4194304 4196468 140733791664272 139782203706224 139782650112642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4150] ppid=4134 vsize=10661052 memory=139900981884544 CPUtime=0.01 cores=1,3,5,7
/proc/4137/task/4150/stat : 4150 (java) R 4134 4137 1613 0 -1 4202560 325 0 0 0 1 0 0 0 20 0 15 0 99308914 10916917248 6790 33554432000 4194304 4196468 140733791664272 139782202653168 139782629043086 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4151] ppid=4134 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4151/stat : 4151 (java) S 4134 4137 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99308915 10916917248 6790 33554432000 4194304 4196468 140733791664272 139782201600864 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4152] ppid=4134 vsize=10661052 memory=139900981884544 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4152/stat : 4152 (java) S 4134 4137 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99308915 10916917248 6790 33554432000 4194304 4196468 140733791664272 139782200547888 139782650112642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27160 KiB

[startup+0.210217 s]*
/proc/loadavg: 3.90 2.33 1.78 7/215 4152
/proc/meminfo: memFree=27166276/32770624 swapFree=67108860/67108860
[pid=4137] ppid=4134 vsize=10661052 memory=39928 CPUtime=0.32 cores=1,3,5,7
/proc/4137/stat : 4137 (java) S 4134 4137 1613 0 -1 1077944320 8046 0 0 0 30 2 0 0 20 0 15 0 99308909 10916917248 9982 33554432000 4194304 4196468 140733791664272 140733791646816 139782650101495 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
/proc/4137/statm: 2665263 9982 2971 1 0 2627263 0
[pid=4137/tid=4139] ppid=4134 vsize=10661052 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/4137/task/4139/stat : 4139 (java) R 4134 4137 1613 0 -1 4202560 5097 0 0 0 18 1 0 0 20 0 15 0 99308909 10916917248 9982 33554432000 4194304 4196468 140733791664272 139782654339424 139782650123421 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4140] ppid=4134 vsize=10661052 memory=331 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4140/stat : 4140 (java) S 4134 4137 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99308910 10916917248 9982 33554432000 4194304 4196468 140733791664272 139782602722320 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4141] ppid=4134 vsize=10661052 memory=139900981900928 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4141/stat : 4141 (java) S 4134 4137 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99308910 10916917248 9982 33554432000 4194304 4196468 140733791664272 139782601669776 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4142] ppid=4134 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4142/stat : 4142 (java) S 4134 4137 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99308910 10916917248 9982 33554432000 4194304 4196468 140733791664272 139782600616720 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4143] ppid=4134 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4143/stat : 4143 (java) S 4134 4137 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99308910 10916917248 9982 33554432000 4194304 4196468 140733791664272 139782599564176 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4144] ppid=4134 vsize=10661052 memory=139900981884544 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4144/stat : 4144 (java) S 4134 4137 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99308911 10916917248 9982 33554432000 4194304 4196468 140733791664272 139782208968944 139782650112642 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4145] ppid=4134 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4145/stat : 4145 (java) S 4134 4137 1613 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99308912 10916917248 9982 33554432000 4194304 4196468 140733791664272 139782207915168 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4146] ppid=4134 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4146/stat : 4146 (java) S 4134 4137 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99308912 10916917248 9982 33554432000 4194304 4196468 140733791664272 139782206862064 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4147] ppid=4134 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4147/stat : 4147 (java) S 4134 4137 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99308914 10916917248 9982 33554432000 4194304 4196468 140733791664272 139782205810640 139782650120091 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4148] ppid=4134 vsize=10661052 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/4137/task/4148/stat : 4148 (java) R 4134 4137 1613 0 -1 1077944384 376 0 0 0 2 0 0 0 20 0 15 0 99308914 10916917248 9982 33554432000 4194304 4196468 140733791664272 139782204758768 139782650112642 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4149] ppid=4134 vsize=10661052 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/4137/task/4149/stat : 4149 (java) R 4134 4137 1613 0 -1 4202560 408 0 0 0 2 0 0 0 20 0 15 0 99308914 10916917248 9982 33554432000 4194304 4196468 140733791664272 139782203706224 139782635010953 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4150] ppid=4134 vsize=10661052 memory=139900981884544 CPUtime=0.07 cores=1,3,5,7
/proc/4137/task/4150/stat : 4150 (java) R 4134 4137 1613 0 -1 4202560 810 0 0 0 7 0 0 0 20 0 15 0 99308914 10916917248 9982 33554432000 4194304 4196468 140733791664272 139782202653168 139782628467810 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4151] ppid=4134 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4151/stat : 4151 (java) S 4134 4137 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99308915 10916917248 9982 33554432000 4194304 4196468 140733791664272 139782201600864 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4152] ppid=4134 vsize=10661052 memory=139900981884544 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4152/stat : 4152 (java) S 4134 4137 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99308915 10916917248 9982 33554432000 4194304 4196468 140733791664272 139782200547888 139782650112642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 39928 KiB

[startup+0.310467 s]*
/proc/loadavg: 3.90 2.33 1.78 9/215 4152
/proc/meminfo: memFree=27020632/32770624 swapFree=67108860/67108860
[pid=4137] ppid=4134 vsize=10661052 memory=109672 CPUtime=0.57 cores=1,3,5,7
/proc/4137/stat : 4137 (java) S 4134 4137 1613 0 -1 1077944320 9592 0 0 0 52 5 0 0 20 0 15 0 99308909 10916917248 27418 33554432000 4194304 4196468 140733791664272 140733791646816 139782650101495 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
/proc/4137/statm: 2665263 27418 3046 1 0 2627263 0
[pid=4137/tid=4139] ppid=4134 vsize=10661052 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/4137/task/4139/stat : 4139 (java) R 4134 4137 1613 0 -1 4202560 5145 0 0 0 26 3 0 0 20 0 15 0 99308909 10916917248 27418 33554432000 4194304 4196468 140733791664272 139782654339584 139782650123421 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4140] ppid=4134 vsize=10661052 memory=4294977825 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4140/stat : 4140 (java) S 4134 4137 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99308910 10916917248 27418 33554432000 4194304 4196468 140733791664272 139782602722320 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4141] ppid=4134 vsize=10661052 memory=139900981899984 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4141/stat : 4141 (java) S 4134 4137 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99308910 10916917248 27418 33554432000 4194304 4196468 140733791664272 139782601669776 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4142] ppid=4134 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4142/stat : 4142 (java) S 4134 4137 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99308910 10916917248 27418 33554432000 4194304 4196468 140733791664272 139782600616720 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4143] ppid=4134 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4143/stat : 4143 (java) S 4134 4137 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99308910 10916917248 27418 33554432000 4194304 4196468 140733791664272 139782599564176 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4144] ppid=4134 vsize=10661052 memory=139900981884544 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4144/stat : 4144 (java) S 4134 4137 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99308911 10916917248 27418 33554432000 4194304 4196468 140733791664272 139782208968944 139782650112642 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4145] ppid=4134 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4145/stat : 4145 (java) S 4134 4137 1613 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99308912 10916917248 27418 33554432000 4194304 4196468 140733791664272 139782207915168 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4146] ppid=4134 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4146/stat : 4146 (java) S 4134 4137 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99308912 10916917248 27418 33554432000 4194304 4196468 140733791664272 139782206862064 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4147] ppid=4134 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4147/stat : 4147 (java) S 4134 4137 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99308914 10916917248 27418 33554432000 4194304 4196468 140733791664272 139782205810640 139782650120091 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4148] ppid=4134 vsize=10661052 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/4137/task/4148/stat : 4148 (java) R 4134 4137 1613 0 -1 4202560 628 0 0 0 5 0 0 0 20 0 15 0 99308914 10916917248 27418 33554432000 4194304 4196468 140733791664272 139782204739672 139782642818647 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4149] ppid=4134 vsize=10661052 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4137/task/4149/stat : 4149 (java) R 4134 4137 1613 0 -1 4202560 1475 0 0 0 8 0 0 0 20 0 15 0 99308914 10916917248 27418 33554432000 4194304 4196468 140733791664272 139782203687448 139782633587503 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4150] ppid=4134 vsize=10661052 memory=139900981884544 CPUtime=0.11 cores=1,3,5,7
/proc/4137/task/4150/stat : 4150 (java) S 4134 4137 1613 0 -1 1077944384 998 0 0 0 11 0 0 0 20 0 15 0 99308914 10916917248 27418 33554432000 4194304 4196468 140733791664272 139782202653168 139782650112642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4151] ppid=4134 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4151/stat : 4151 (java) S 4134 4137 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99308915 10916917248 27418 33554432000 4194304 4196468 140733791664272 139782201600864 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4152] ppid=4134 vsize=10661052 memory=139900981884544 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4152/stat : 4152 (java) S 4134 4137 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99308915 10916917248 27418 33554432000 4194304 4196468 140733791664272 139782200547888 139782650112642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 109672 KiB

[startup+0.70086 s]
/proc/loadavg: 3.90 2.33 1.78 4/215 4152
/proc/meminfo: memFree=26703084/32770624 swapFree=67108860/67108860
[pid=4137] ppid=4134 vsize=10661052 memory=465836 CPUtime=1.68 cores=1,3,5,7
/proc/4137/stat : 4137 (java) S 4134 4137 1613 0 -1 1077944320 13571 0 0 0 132 36 0 0 20 0 15 0 99308909 10916917248 116459 33554432000 4194304 4196468 140733791664272 140733791646816 139782650101495 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
/proc/4137/statm: 2665263 116459 3084 1 0 2627263 0
[pid=4137/tid=4139] ppid=4134 vsize=10661052 memory=15980 CPUtime=0.52 cores=1,3,5,7
/proc/4137/task/4139/stat : 4139 (java) S 4134 4137 1613 0 -1 1077944384 5177 0 0 0 48 4 0 0 20 0 15 0 99308909 10916917248 116459 33554432000 4194304 4196468 140733791664272 139782654340752 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4140] ppid=4134 vsize=10661052 memory=2324 CPUtime=0.13 cores=1,3,5,7
/proc/4137/task/4140/stat : 4140 (java) S 4134 4137 1613 0 -1 1077944384 303 0 0 0 6 7 0 0 20 0 15 0 99308910 10916917248 116459 33554432000 4194304 4196468 140733791664272 139782602722320 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4141] ppid=4134 vsize=10661052 memory=1584 CPUtime=0.12 cores=1,3,5,7
/proc/4137/task/4141/stat : 4141 (java) S 4134 4137 1613 0 -1 1077944384 210 0 0 0 5 7 0 0 20 0 15 0 99308910 10916917248 116459 33554432000 4194304 4196468 140733791664272 139782601669776 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4142] ppid=4134 vsize=10661052 memory=496 CPUtime=0.11 cores=1,3,5,7
/proc/4137/task/4142/stat : 4142 (java) S 4134 4137 1613 0 -1 1077944384 359 0 0 0 5 6 0 0 20 0 15 0 99308910 10916917248 116459 33554432000 4194304 4196468 140733791664272 139782600616720 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4143] ppid=4134 vsize=10661052 memory=928 CPUtime=0.14 cores=1,3,5,7
/proc/4137/task/4143/stat : 4143 (java) S 4134 4137 1613 0 -1 1077944384 486 0 0 0 6 8 0 0 20 0 15 0 99308910 10916917248 116459 33554432000 4194304 4196468 140733791664272 139782599564176 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4144] ppid=4134 vsize=10661052 memory=1172 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4144/stat : 4144 (java) R 4134 4137 1613 0 -1 4202560 88 0 0 0 0 0 0 0 20 0 15 0 99308911 10916917248 116459 33554432000 4194304 4196468 140733791664272 139782208967264 139782642342885 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4145] ppid=4134 vsize=10661052 memory=1968 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4145/stat : 4145 (java) S 4134 4137 1613 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 99308912 10916917248 116459 33554432000 4194304 4196468 140733791664272 139782207915168 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4146] ppid=4134 vsize=10661052 memory=1692 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4146/stat : 4146 (java) S 4134 4137 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99308912 10916917248 116459 33554432000 4194304 4196468 140733791664272 139782206862064 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4147] ppid=4134 vsize=10661052 memory=7157735280213317218 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4147/stat : 4147 (java) S 4134 4137 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99308914 10916917248 116459 33554432000 4194304 4196468 140733791664272 139782205810640 139782650120091 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4148] ppid=4134 vsize=10661052 memory=7668621184520841834 CPUtime=0.16 cores=1,3,5,7
/proc/4137/task/4148/stat : 4148 (java) S 4134 4137 1613 0 -1 1077944384 1637 0 0 0 16 0 0 0 20 0 15 0 99308914 10916917248 116459 33554432000 4194304 4196468 140733791664272 139782204758768 139782650112642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4149] ppid=4134 vsize=10661052 memory=7811041011565881194 CPUtime=0.32 cores=1,3,5,7
/proc/4137/task/4149/stat : 4149 (java) S 4134 4137 1613 0 -1 1077944384 2866 0 0 0 32 0 0 0 20 0 15 0 99308914 10916917248 116459 33554432000 4194304 4196468 140733791664272 139782203697504 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4150] ppid=4134 vsize=10661052 memory=5788622413446472020 CPUtime=0.12 cores=1,3,5,7
/proc/4137/task/4150/stat : 4150 (java) S 4134 4137 1613 0 -1 1077944384 1084 0 0 0 12 0 0 0 20 0 15 0 99308914 10916917248 116459 33554432000 4194304 4196468 140733791664272 139782202653168 139782650112642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4151] ppid=4134 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4151/stat : 4151 (java) S 4134 4137 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99308915 10916917248 116459 33554432000 4194304 4196468 140733791664272 139782201600864 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4152] ppid=4134 vsize=10661052 memory=756 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4152/stat : 4152 (java) S 4134 4137 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99308915 10916917248 116459 33554432000 4194304 4196468 140733791664272 139782200547888 139782650112642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
Current children cumulated CPU time: 1.68 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 465836 KiB

[startup+1.5008 s]
/proc/loadavg: 3.90 2.33 1.78 6/215 4152
/proc/meminfo: memFree=26109492/32770624 swapFree=67108860/67108860
[pid=4137] ppid=4134 vsize=10661052 memory=887452 CPUtime=3.5 cores=1,3,5,7
/proc/4137/stat : 4137 (java) S 4134 4137 1613 0 -1 1077944320 15100 0 0 0 267 83 0 0 20 0 15 0 99308909 10916917248 221863 33554432000 4194304 4196468 140733791664272 140733791646816 139782650101495 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
/proc/4137/statm: 2665263 221863 3100 1 0 2627263 0
[pid=4137/tid=4139] ppid=4134 vsize=10661052 memory=887188 CPUtime=1.02 cores=1,3,5,7
/proc/4137/task/4139/stat : 4139 (java) R 4134 4137 1613 0 -1 4202560 5234 0 0 0 92 10 0 0 20 0 15 0 99308909 10916917248 221863 33554432000 4194304 4196468 140733791664272 139782654340752 139782650123421 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4140] ppid=4134 vsize=10661052 memory=8112282956445269571 CPUtime=0.42 cores=1,3,5,7
/proc/4137/task/4140/stat : 4140 (java) S 4134 4137 1613 0 -1 1077944384 486 0 0 0 25 17 0 0 20 0 15 0 99308910 10916917248 221863 33554432000 4194304 4196468 140733791664272 139782602722320 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4141] ppid=4134 vsize=10661052 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/4137/task/4141/stat : 4141 (java) S 4134 4137 1613 0 -1 1077944384 348 0 0 0 24 17 0 0 20 0 15 0 99308910 10916917248 221863 33554432000 4194304 4196468 140733791664272 139782601669776 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4142] ppid=4134 vsize=10661052 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/4137/task/4142/stat : 4142 (java) S 4134 4137 1613 0 -1 1077944384 516 0 0 0 23 16 0 0 20 0 15 0 99308910 10916917248 221863 33554432000 4194304 4196468 140733791664272 139782600616720 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4143] ppid=4134 vsize=10661052 memory=6943526294502006880 CPUtime=0.42 cores=1,3,5,7
/proc/4137/task/4143/stat : 4143 (java) S 4134 4137 1613 0 -1 1077944384 632 0 0 0 24 18 0 0 20 0 15 0 99308910 10916917248 221863 33554432000 4194304 4196468 140733791664272 139782599564176 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4144] ppid=4134 vsize=10661052 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/4137/task/4144/stat : 4144 (java) S 4134 4137 1613 0 -1 1077944384 878 0 0 0 1 0 0 0 20 0 15 0 99308911 10916917248 221863 33554432000 4194304 4196468 140733791664272 139782208968944 139782650112642 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0

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

[pid=4137/tid=4151] ppid=4134 vsize=10661128 memory=2204 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4151/stat : 4151 (java) S 4134 4137 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99308915 10916995072 2079118 33554432000 4194304 4196468 140733791664272 139782201600864 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4152] ppid=4134 vsize=10661128 memory=1240 CPUtime=0.05 cores=1,3,5,7
/proc/4137/task/4152/stat : 4152 (java) S 4134 4137 1613 0 -1 1077944384 539 0 0 0 1 4 0 0 20 0 15 0 99308915 10916995072 2079118 33554432000 4194304 4196468 140733791664272 139782200547888 139782650112642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
Current children cumulated CPU time: 326.24 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8316472 KiB

[startup+111.201 s]
/proc/loadavg: 6.71 3.50 2.24 9/215 4153
/proc/meminfo: memFree=10661280/32770624 swapFree=67108860/67108860
[pid=4137] ppid=4134 vsize=10661128 memory=8316472 CPUtime=329.33 cores=1,3,5,7
/proc/4137/stat : 4137 (java) S 4134 4137 1613 0 -1 1077944320 116906 0 0 0 32137 796 0 0 20 0 15 0 99308909 10916995072 2079118 33554432000 4194304 4196468 140733791664272 140733791646816 139782650101495 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
/proc/4137/statm: 2665282 2079118 3177 1 0 2627263 0
[pid=4137/tid=4139] ppid=4134 vsize=10661128 memory=1256 CPUtime=35.99 cores=1,3,5,7
/proc/4137/task/4139/stat : 4139 (java) S 4134 4137 1613 0 -1 1077944384 14773 0 0 0 3578 21 0 0 20 0 15 0 99308909 10916995072 2079118 33554432000 4194304 4196468 140733791664272 139782654339712 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4140] ppid=4134 vsize=10661128 memory=10368 CPUtime=71.72 cores=1,3,5,7
/proc/4137/task/4140/stat : 4140 (java) R 4134 4137 1613 0 -1 4202560 14539 0 0 0 6978 194 0 0 20 0 15 0 99308910 10916995072 2079118 33554432000 4194304 4196468 140733791664272 139782602722520 139782635091106 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4141] ppid=4134 vsize=10661128 memory=1700 CPUtime=71.77 cores=1,3,5,7
/proc/4137/task/4141/stat : 4141 (java) R 4134 4137 1613 0 -1 4202560 14418 0 0 0 6990 187 0 0 20 0 15 0 99308910 10916995072 2079118 33554432000 4194304 4196468 140733791664272 139782601669584 139782642729703 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4142] ppid=4134 vsize=10661128 memory=1172 CPUtime=71.73 cores=1,3,5,7
/proc/4137/task/4142/stat : 4142 (java) S 4134 4137 1613 0 -1 1077944384 12334 0 0 0 6984 189 0 0 20 0 15 0 99308910 10916995072 2079118 33554432000 4194304 4196468 140733791664272 139782600616528 139782650112642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4143] ppid=4134 vsize=10661128 memory=1812 CPUtime=71.67 cores=1,3,5,7
/proc/4137/task/4143/stat : 4143 (java) R 4134 4137 1613 0 -1 4202560 15839 0 0 0 6973 194 0 0 20 0 15 0 99308910 10916995072 2079118 33554432000 4194304 4196468 140733791664272 139782599564296 139782642729703 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4144] ppid=4134 vsize=10661128 memory=1020 CPUtime=2.89 cores=1,3,5,7
/proc/4137/task/4144/stat : 4144 (java) S 4134 4137 1613 0 -1 1077944384 25109 0 0 0 287 2 0 0 20 0 15 0 99308911 10916995072 2079118 33554432000 4194304 4196468 140733791664272 139782208967488 139782650111701 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4145] ppid=4134 vsize=10661128 memory=5448 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4145/stat : 4145 (java) S 4134 4137 1613 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 99308912 10916995072 2079118 33554432000 4194304 4196468 140733791664272 139782207915232 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4146] ppid=4134 vsize=10661128 memory=756 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4146/stat : 4146 (java) S 4134 4137 1613 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 99308912 10916995072 2079118 33554432000 4194304 4196468 140733791664272 139782206862064 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4147] ppid=4134 vsize=10661128 memory=14572 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4147/stat : 4147 (java) S 4134 4137 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99308914 10916995072 2079118 33554432000 4194304 4196468 140733791664272 139782205810640 139782650120091 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4148] ppid=4134 vsize=10661128 memory=12708 CPUtime=1.4 cores=1,3,5,7
/proc/4137/task/4148/stat : 4148 (java) S 4134 4137 1613 0 -1 1077944384 6474 0 0 0 139 1 0 0 20 0 15 0 99308914 10916995072 2079118 33554432000 4194304 4196468 140733791664272 139782204758768 139782650112642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4149] ppid=4134 vsize=10661128 memory=15980 CPUtime=1.5 cores=1,3,5,7
/proc/4137/task/4149/stat : 4149 (java) S 4134 4137 1613 0 -1 1077944384 6917 0 0 0 149 1 0 0 20 0 15 0 99308914 10916995072 2079118 33554432000 4194304 4196468 140733791664272 139782203706224 139782650112642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4150] ppid=4134 vsize=10661128 memory=1172 CPUtime=0.52 cores=1,3,5,7
/proc/4137/task/4150/stat : 4150 (java) S 4134 4137 1613 0 -1 1077944384 4559 0 0 0 50 2 0 0 20 0 15 0 99308914 10916995072 2079118 33554432000 4194304 4196468 140733791664272 139782202653168 139782650112642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4151] ppid=4134 vsize=10661128 memory=1812 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4151/stat : 4151 (java) S 4134 4137 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99308915 10916995072 2079118 33554432000 4194304 4196468 140733791664272 139782201600864 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4152] ppid=4134 vsize=10661128 memory=1020 CPUtime=0.06 cores=1,3,5,7
/proc/4137/task/4152/stat : 4152 (java) S 4134 4137 1613 0 -1 1077944384 539 0 0 0 2 4 0 0 20 0 15 0 99308915 10916995072 2079118 33554432000 4194304 4196468 140733791664272 139782200547888 139782650112642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
Current children cumulated CPU time: 329.33 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8316472 KiB

[startup+111.601 s]
/proc/loadavg: 6.71 3.50 2.24 9/215 4153
/proc/meminfo: memFree=10661280/32770624 swapFree=67108860/67108860
[pid=4137] ppid=4134 vsize=10661128 memory=8316472 CPUtime=330.89 cores=1,3,5,7
/proc/4137/stat : 4137 (java) S 4134 4137 1613 0 -1 1077944320 117161 0 0 0 32292 797 0 0 20 0 15 0 99308909 10916995072 2079118 33554432000 4194304 4196468 140733791664272 140733791646816 139782650101495 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
/proc/4137/statm: 2665282 2079118 3177 1 0 2627263 0
[pid=4137/tid=4139] ppid=4134 vsize=10661128 memory=8292580 CPUtime=35.99 cores=1,3,5,7
/proc/4137/task/4139/stat : 4139 (java) S 4134 4137 1613 0 -1 1077944384 14773 0 0 0 3578 21 0 0 20 0 15 0 99308909 10916995072 2079118 33554432000 4194304 4196468 140733791664272 139782654339712 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4140] ppid=4134 vsize=10661128 memory=1404 CPUtime=72.13 cores=1,3,5,7
/proc/4137/task/4140/stat : 4140 (java) R 4134 4137 1613 0 -1 4202560 14793 0 0 0 7018 195 0 0 20 0 15 0 99308910 10916995072 2079118 33554432000 4194304 4196468 140733791664272 139782602722520 139782634559065 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4141] ppid=4134 vsize=10661128 memory=8112282956445269571 CPUtime=72.15 cores=1,3,5,7
/proc/4137/task/4141/stat : 4141 (java) R 4134 4137 1613 0 -1 4202560 14418 0 0 0 7028 187 0 0 20 0 15 0 99308910 10916995072 2079118 33554432000 4194304 4196468 140733791664272 139782601669896 139782642729703 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4142] ppid=4134 vsize=10661128 memory=8112282956445269571 CPUtime=72.11 cores=1,3,5,7
/proc/4137/task/4142/stat : 4142 (java) R 4134 4137 1613 0 -1 4202560 12334 0 0 0 7022 189 0 0 20 0 15 0 99308910 10916995072 2079118 33554432000 4194304 4196468 140733791664272 139782600616840 139782642729703 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4143] ppid=4134 vsize=10661128 memory=4872558044660077418 CPUtime=72.06 cores=1,3,5,7
/proc/4137/task/4143/stat : 4143 (java) R 4134 4137 1613 0 -1 4202560 15839 0 0 0 7011 195 0 0 20 0 15 0 99308910 10916995072 2079118 33554432000 4194304 4196468 140733791664272 139782599564296 139782642729703 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4144] ppid=4134 vsize=10661128 memory=924 CPUtime=2.89 cores=1,3,5,7
/proc/4137/task/4144/stat : 4144 (java) S 4134 4137 1613 0 -1 1077944384 25109 0 0 0 287 2 0 0 20 0 15 0 99308911 10916995072 2079118 33554432000 4194304 4196468 140733791664272 139782208967488 139782650111701 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4145] ppid=4134 vsize=10661128 memory=1992 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4145/stat : 4145 (java) S 4134 4137 1613 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 99308912 10916995072 2079118 33554432000 4194304 4196468 140733791664272 139782207915232 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4146] ppid=4134 vsize=10661128 memory=2236 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4146/stat : 4146 (java) S 4134 4137 1613 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 99308912 10916995072 2079118 33554432000 4194304 4196468 140733791664272 139782206862064 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4147] ppid=4134 vsize=10661128 memory=1992 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4147/stat : 4147 (java) S 4134 4137 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99308914 10916995072 2079118 33554432000 4194304 4196468 140733791664272 139782205810640 139782650120091 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4148] ppid=4134 vsize=10661128 memory=7528 CPUtime=1.4 cores=1,3,5,7
/proc/4137/task/4148/stat : 4148 (java) S 4134 4137 1613 0 -1 1077944384 6474 0 0 0 139 1 0 0 20 0 15 0 99308914 10916995072 2079118 33554432000 4194304 4196468 140733791664272 139782204758816 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4149] ppid=4134 vsize=10661128 memory=15980 CPUtime=1.5 cores=1,3,5,7
/proc/4137/task/4149/stat : 4149 (java) R 4134 4137 1613 0 -1 1077944384 6917 0 0 0 149 1 0 0 20 0 15 0 99308914 10916995072 2079118 33554432000 4194304 4196468 140733791664272 139782203706224 139782650112642 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4150] ppid=4134 vsize=10661128 memory=2324 CPUtime=0.52 cores=1,3,5,7
/proc/4137/task/4150/stat : 4150 (java) S 4134 4137 1613 0 -1 1077944384 4560 0 0 0 50 2 0 0 20 0 15 0 99308914 10916995072 2079118 33554432000 4194304 4196468 140733791664272 139782202652928 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4151] ppid=4134 vsize=10661128 memory=1584 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4151/stat : 4151 (java) S 4134 4137 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99308915 10916995072 2079118 33554432000 4194304 4196468 140733791664272 139782201600864 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4152] ppid=4134 vsize=10661128 memory=496 CPUtime=0.06 cores=1,3,5,7
/proc/4137/task/4152/stat : 4152 (java) S 4134 4137 1613 0 -1 1077944384 539 0 0 0 2 4 0 0 20 0 15 0 99308915 10916995072 2079118 33554432000 4194304 4196468 140733791664272 139782200547888 139782650112642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
Current children cumulated CPU time: 330.89 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8316472 KiB

[startup+111.801 s]
/proc/loadavg: 6.71 3.50 2.24 9/215 4153
/proc/meminfo: memFree=10661280/32770624 swapFree=67108860/67108860
[pid=4137] ppid=4134 vsize=10661128 memory=8316472 CPUtime=331.66 cores=1,3,5,7
/proc/4137/stat : 4137 (java) S 4134 4137 1613 0 -1 1077944320 117161 0 0 0 32368 798 0 0 20 0 15 0 99308909 10916995072 2079118 33554432000 4194304 4196468 140733791664272 140733791646816 139782650101495 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
/proc/4137/statm: 2665282 2079118 3177 1 0 2627263 0
[pid=4137/tid=4139] ppid=4134 vsize=10661128 memory=1172 CPUtime=35.99 cores=1,3,5,7
/proc/4137/task/4139/stat : 4139 (java) S 4134 4137 1613 0 -1 1077944384 14773 0 0 0 3578 21 0 0 20 0 15 0 99308909 10916995072 2079118 33554432000 4194304 4196468 140733791664272 139782654339712 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4140] ppid=4134 vsize=10661128 memory=1968 CPUtime=72.32 cores=1,3,5,7
/proc/4137/task/4140/stat : 4140 (java) S 4134 4137 1613 0 -1 1077944384 14793 0 0 0 7037 195 0 0 20 0 15 0 99308910 10916995072 2079118 33554432000 4194304 4196468 140733791664272 139782602722320 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4141] ppid=4134 vsize=10661128 memory=1692 CPUtime=72.34 cores=1,3,5,7
/proc/4137/task/4141/stat : 4141 (java) S 4134 4137 1613 0 -1 1077944384 14418 0 0 0 7047 187 0 0 20 0 15 0 99308910 10916995072 2079118 33554432000 4194304 4196468 140733791664272 139782601669776 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4142] ppid=4134 vsize=10661128 memory=3008 CPUtime=72.31 cores=1,3,5,7
/proc/4137/task/4142/stat : 4142 (java) S 4134 4137 1613 0 -1 1077944384 12334 0 0 0 7041 190 0 0 20 0 15 0 99308910 10916995072 2079118 33554432000 4194304 4196468 140733791664272 139782600616720 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4143] ppid=4134 vsize=10661128 memory=8316472 CPUtime=72.25 cores=1,3,5,7
/proc/4137/task/4143/stat : 4143 (java) S 4134 4137 1613 0 -1 1077944384 15839 0 0 0 7030 195 0 0 20 0 15 0 99308910 10916995072 2079118 33554432000 4194304 4196468 140733791664272 139782599564176 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4144] ppid=4134 vsize=10661128 memory=8112282956445269571 CPUtime=2.89 cores=1,3,5,7
/proc/4137/task/4144/stat : 4144 (java) R 4134 4137 1613 0 -1 4202560 25109 0 0 0 287 2 0 0 20 0 15 0 99308911 10916995072 2079118 33554432000 4194304 4196468 140733791664272 139782208967488 139782635098004 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4145] ppid=4134 vsize=10661128 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4145/stat : 4145 (java) S 4134 4137 1613 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 99308912 10916995072 2079118 33554432000 4194304 4196468 140733791664272 139782207915232 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4146] ppid=4134 vsize=10661128 memory=3004 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4146/stat : 4146 (java) S 4134 4137 1613 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 99308912 10916995072 2079118 33554432000 4194304 4196468 140733791664272 139782206862064 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4147] ppid=4134 vsize=10661128 memory=8292580 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4147/stat : 4147 (java) S 4134 4137 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99308914 10916995072 2079118 33554432000 4194304 4196468 140733791664272 139782205810640 139782650120091 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4148] ppid=4134 vsize=10661128 memory=1404 CPUtime=1.4 cores=1,3,5,7
/proc/4137/task/4148/stat : 4148 (java) S 4134 4137 1613 0 -1 1077944384 6474 0 0 0 139 1 0 0 20 0 15 0 99308914 10916995072 2079118 33554432000 4194304 4196468 140733791664272 139782204758816 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4149] ppid=4134 vsize=10661128 memory=3008 CPUtime=1.5 cores=1,3,5,7
/proc/4137/task/4149/stat : 4149 (java) S 4134 4137 1613 0 -1 1077944384 6917 0 0 0 149 1 0 0 20 0 15 0 99308914 10916995072 2079118 33554432000 4194304 4196468 140733791664272 139782203706272 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4150] ppid=4134 vsize=10661128 memory=1812 CPUtime=0.52 cores=1,3,5,7
/proc/4137/task/4150/stat : 4150 (java) S 4134 4137 1613 0 -1 1077944384 4560 0 0 0 50 2 0 0 20 0 15 0 99308914 10916995072 2079118 33554432000 4194304 4196468 140733791664272 139782202652928 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4151] ppid=4134 vsize=10661128 memory=1020 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4151/stat : 4151 (java) S 4134 4137 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99308915 10916995072 2079118 33554432000 4194304 4196468 140733791664272 139782201600864 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4152] ppid=4134 vsize=10661128 memory=5448 CPUtime=0.06 cores=1,3,5,7
/proc/4137/task/4152/stat : 4152 (java) S 4134 4137 1613 0 -1 1077944384 539 0 0 0 2 4 0 0 20 0 15 0 99308915 10916995072 2079118 33554432000 4194304 4196468 140733791664272 139782200547888 139782650112642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
Current children cumulated CPU time: 331.66 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8316472 KiB

[startup+111.902 s]
/proc/loadavg: 6.71 3.50 2.24 9/215 4153
/proc/meminfo: memFree=10661280/32770624 swapFree=67108860/67108860
[pid=4137] ppid=4134 vsize=10661128 memory=8316484 CPUtime=331.77 cores=1,3,5,7
/proc/4137/stat : 4137 (java) S 4134 4137 1613 0 -1 1077944320 117233 0 0 0 32379 798 0 0 20 0 15 0 99308909 10916995072 2079121 33554432000 4194304 4196468 140733791664272 140733791646816 139782650101495 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
/proc/4137/statm: 2665282 2079121 3178 1 0 2627263 0
[pid=4137/tid=4139] ppid=4134 vsize=10661128 memory=8316472 CPUtime=35.99 cores=1,3,5,7
/proc/4137/task/4139/stat : 4139 (java) S 4134 4137 1613 0 -1 1077944384 14836 0 0 0 3578 21 0 0 20 0 15 0 99308909 10916995072 2079121 33554432000 4194304 4196468 140733791664272 139782654341072 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4140] ppid=4134 vsize=10661128 memory=0 CPUtime=72.33 cores=1,3,5,7
/proc/4137/task/4140/stat : 4140 (java) S 4134 4137 1613 0 -1 1077944384 14793 0 0 0 7038 195 0 0 20 0 15 0 99308910 10916995072 2079121 33554432000 4194304 4196468 140733791664272 139782602722320 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4141] ppid=4134 vsize=10661128 memory=8316472 CPUtime=72.34 cores=1,3,5,7
/proc/4137/task/4141/stat : 4141 (java) S 4134 4137 1613 0 -1 1077944384 14418 0 0 0 7047 187 0 0 20 0 15 0 99308910 10916995072 2079121 33554432000 4194304 4196468 140733791664272 139782601669776 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4142] ppid=4134 vsize=10661128 memory=8316472 CPUtime=72.31 cores=1,3,5,7
/proc/4137/task/4142/stat : 4142 (java) S 4134 4137 1613 0 -1 1077944384 12334 0 0 0 7041 190 0 0 20 0 15 0 99308910 10916995072 2079121 33554432000 4194304 4196468 140733791664272 139782600616720 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4143] ppid=4134 vsize=10661128 memory=8316472 CPUtime=72.25 cores=1,3,5,7
/proc/4137/task/4143/stat : 4143 (java) S 4134 4137 1613 0 -1 1077944384 15843 0 0 0 7030 195 0 0 20 0 15 0 99308910 10916995072 2079121 33554432000 4194304 4196468 140733791664272 139782599564176 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4144] ppid=4134 vsize=10661128 memory=0 CPUtime=2.99 cores=1,3,5,7
/proc/4137/task/4144/stat : 4144 (java) R 4134 4137 1613 0 -1 4202560 25112 0 0 0 297 2 0 0 20 0 15 0 99308911 10916995072 2079121 33554432000 4194304 4196468 140733791664272 139782208967376 139782628471675 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4145] ppid=4134 vsize=10661128 memory=8316472 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4145/stat : 4145 (java) S 4134 4137 1613 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 99308912 10916995072 2079121 33554432000 4194304 4196468 140733791664272 139782207915232 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4146] ppid=4134 vsize=10661128 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4146/stat : 4146 (java) S 4134 4137 1613 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 99308912 10916995072 2079121 33554432000 4194304 4196468 140733791664272 139782206862064 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4147] ppid=4134 vsize=10661128 memory=8316472 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4147/stat : 4147 (java) S 4134 4137 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99308914 10916995072 2079121 33554432000 4194304 4196468 140733791664272 139782205810640 139782650120091 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4148] ppid=4134 vsize=10661128 memory=8316472 CPUtime=1.4 cores=1,3,5,7
/proc/4137/task/4148/stat : 4148 (java) S 4134 4137 1613 0 -1 1077944384 6474 0 0 0 139 1 0 0 20 0 15 0 99308914 10916995072 2079121 33554432000 4194304 4196468 140733791664272 139782204758768 139782650112642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4149] ppid=4134 vsize=10661128 memory=1968 CPUtime=1.5 cores=1,3,5,7
/proc/4137/task/4149/stat : 4149 (java) S 4134 4137 1613 0 -1 1077944384 6917 0 0 0 149 1 0 0 20 0 15 0 99308914 10916995072 2079121 33554432000 4194304 4196468 140733791664272 139782203706224 139782650112642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4150] ppid=4134 vsize=10661128 memory=1692 CPUtime=0.52 cores=1,3,5,7
/proc/4137/task/4150/stat : 4150 (java) S 4134 4137 1613 0 -1 1077944384 4560 0 0 0 50 2 0 0 20 0 15 0 99308914 10916995072 2079121 33554432000 4194304 4196468 140733791664272 139782202653168 139782650112642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4151] ppid=4134 vsize=10661128 memory=912 CPUtime=0 cores=1,3,5,7
/proc/4137/task/4151/stat : 4151 (java) S 4134 4137 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99308915 10916995072 2079121 33554432000 4194304 4196468 140733791664272 139782201600864 139782650111701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
[pid=4137/tid=4152] ppid=4134 vsize=10661128 memory=8316472 CPUtime=0.06 cores=1,3,5,7
/proc/4137/task/4152/stat : 4152 (java) S 4134 4137 1613 0 -1 1077944384 539 0 0 0 2 4 0 0 20 0 15 0 99308915 10916995072 2079121 33554432000 4194304 4196468 140733791664272 139782200547888 139782650112642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 32337920 140733791667338 140733791667465 140733791667465 140733791670223 0
Current children cumulated CPU time: 331.77 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8316484 KiB

Child status: 1
Real time (s): 111.949
CPU time (s): 331.829
CPU user time (s): 323.807
CPU system time (s): 8.02162
CPU usage (%): 296.411
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 8316484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 323.807
system time used= 8.02162
maximum resident set size= 8316484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117405
page faults= 0
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7092
involuntary context switches= 4448


# summary of solver processes directly reported to runsolver:
#   pid: 4137
#   total CPU time (s): 331.829
#   total CPU user time (s): 323.807
#   total CPU system time (s): 8.02162

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.660654 second user time and 1.20739 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 00:37:37
IDJOB=4299016
IDBENCH=141283
IDSOLVER=2767
FILE ID=node136/4299016-1532817456
RUNJOBID= node136-1532809638-1645
PBS_JOBID= 21022480
Free space on /tmp= 54960 MiB

SOLVER NAME= SuperSolver_Macq_Stevenart 2018-04-27
BENCH NAME= XCSP18/Fapp/Fapp-ext/Fapp-ext-04-0300_c18.xml
COMMAND LINE= java -jar DIR/bestMinicp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299016-1532817456/watcher-4299016-1532817456 -o /tmp/evaluation-result-4299016-1532817456/solver-4299016-1532817456 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532809638-1645 --watchdog 2580  java -jar HOME/bestMinicp.jar HOME/instance-4299016-1532817456.xml

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

MD5SUM BENCH= fe02389438635ce836f3ec0e18156e6a
RANDOM SEED=441068168

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27263476 kB
MemAvailable:   31938300 kB
Buffers:          199068 kB
Cached:          4728904 kB
SwapCached:            0 kB
Active:          2610536 kB
Inactive:        2387172 kB
Active(anon):      21328 kB
Inactive(anon):    76472 kB
Active(file):    2589208 kB
Inactive(file):  2310700 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            856380 kB
Writeback:             0 kB
AnonPages:         69012 kB
Mapped:            43556 kB
Shmem:             25228 kB
Slab:             209220 kB
SReclaimable:     181504 kB
SUnreclaim:        27716 kB
KernelStack:        3248 kB
PageTables:         5216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1173720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 54960 MiB
End job on node136 at 2018-07-29 00:39:29