Trace number 4299009

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? 359.939 126.081

General information on the benchmark

NameFapp/Fapp-ext/
Fapp-ext-test03-0400_c18.xml
MD5SUM29f041b3bfd87680276f887da1fa13d6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark287165498
Best CPU time to get the best result obtained on this benchmark2520.07
Satisfiable
(Un)Satisfiability was proved
Number of variables6864
Number of constraints4370
Number of domains85
Minimum domain size1
Maximum domain size175
Distribution of domain sizes[{"size":1,"count":8},{"size":2,"count":2413},{"size":11,"count":2021},{"size":12,"count":1},{"size":21,"count":15},{"size":26,"count":8},{"size":29,"count":37},{"size":31,"count":9},{"size":32,"count":9},{"size":33,"count":36},{"size":35,"count":22},{"size":37,"count":62},{"size":41,"count":51},{"size":43,"count":13},{"size":44,"count":6},{"size":47,"count":16},{"size":49,"count":20},{"size":51,"count":47},{"size":53,"count":8},{"size":55,"count":14},{"size":56,"count":16},{"size":57,"count":3},{"size":59,"count":3},{"size":61,"count":30},{"size":63,"count":21},"...",{"size":91,"count":18}, {"size":93,"count":6}, {"size":94,"count":7}, {"size":97,"count":4}, {"size":99,"count":11}, {"size":101,"count":31}, {"size":103,"count":5}, {"size":105,"count":6}, {"size":107,"count":14}, {"size":109,"count":15}, {"size":113,"count":11}, {"size":115,"count":20}, {"size":117,"count":3}, {"size":123,"count":35}, {"size":127,"count":5}, {"size":135,"count":20}, {"size":136,"count":127}, {"size":137,"count":28}, {"size":153,"count":82}, {"size":158,"count":107}, {"size":160,"count":191}, {"size":163,"count":78}, {"size":165,"count":126}, {"size":167,"count":89}, {"size":175,"count":655}]
Minimum variable degree2
Maximum variable degree2022
Distribution of variable degrees[{"degree":2,"count":6063},{"degree":3,"count":3},{"degree":4,"count":12},{"degree":5,"count":22},{"degree":6,"count":42},{"degree":7,"count":47},{"degree":8,"count":59},{"degree":9,"count":62},{"degree":10,"count":77},{"degree":11,"count":88},{"degree":12,"count":91},{"degree":13,"count":96},{"degree":14,"count":131},{"degree":15,"count":70},{"degree":2022,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":328},{"arity":3,"count":2021},{"arity":6,"count":2021}]
Number of extensional constraints4370
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4370}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.14/0.14	c version: 2018-04-11
0.14/0.14	c seed: 1811631
0.14/0.14	c timeout: -1
0.14/0.14	c memlimit: -1
0.14/0.14	c nbcore: -1
359.71/125.99	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
359.86/126.05		at java.lang.Integer.valueOf(Integer.java:832)
359.86/126.05		at org.xcsp.parser.loaders.CtrLoaderInteger.lambda$trIntegers2D$5(CtrLoaderInteger.java:117)
359.86/126.05		at org.xcsp.parser.loaders.CtrLoaderInteger$$Lambda$78/855501888.apply(Unknown Source)
359.86/126.05		at org.xcsp.parser.loaders.CtrLoaderInteger.lambda$null$1(CtrLoaderInteger.java:98)
359.86/126.05		at org.xcsp.parser.loaders.CtrLoaderInteger$$Lambda$75/223975178.applyAsInt(Unknown Source)
359.86/126.05		at java.util.stream.IntPipeline$3$1.accept(IntPipeline.java:233)
359.86/126.05		at java.util.stream.Streams$RangeIntSpliterator.forEachRemaining(Streams.java:110)
359.86/126.05		at java.util.Spliterator$OfInt.forEachRemaining(Spliterator.java:693)
359.86/126.05		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
359.86/126.05		at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
359.86/126.05		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:545)
359.86/126.05		at java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260)
359.86/126.05		at java.util.stream.IntPipeline.toArray(IntPipeline.java:502)
359.86/126.05		at org.xcsp.parser.loaders.CtrLoaderInteger.lambda$build$2(CtrLoaderInteger.java:98)
359.86/126.05		at org.xcsp.parser.loaders.CtrLoaderInteger$$Lambda$73/1532409428.apply(Unknown Source)
359.86/126.05		at java.util.stream.IntPipeline$4$1.accept(IntPipeline.java:250)
359.86/126.05		at java.util.stream.Streams$RangeIntSpliterator.forEachRemaining(Streams.java:110)
359.86/126.05		at java.util.Spliterator$OfInt.forEachRemaining(Spliterator.java:693)
359.86/126.05		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
359.86/126.05		at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
359.86/126.05		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:545)
359.86/126.05		at java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260)
359.86/126.05		at java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:438)
359.86/126.05		at org.xcsp.parser.loaders.CtrLoaderInteger.build(CtrLoaderInteger.java:98)
359.86/126.05		at org.xcsp.parser.loaders.CtrLoaderInteger.trIntegers2D(CtrLoaderInteger.java:117)
359.86/126.05		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:301)
359.86/126.05		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
359.86/126.05		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
359.86/126.05		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:429)
359.86/126.05		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:448)
359.86/126.05		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:420)
359.86/126.05		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
359.86/126.05	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 (11155 MiB free)
  memory of node 1: 16384 MiB (15485 MiB free)
  node distances:
     10  21
     21  10

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

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

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=4112, runsolver pid=4109

[startup+0.109982 s]*
/proc/loadavg: 3.90 2.33 1.78 4/198 4132
/proc/meminfo: memFree=27263476/32770624 swapFree=67108860/67108860
[pid=4112] ppid=4109 vsize=10661052 memory=28056 CPUtime=0.14 cores=0,2,4,6
/proc/4112/stat : 4112 (java) S 4109 4112 1613 0 -1 1077944320 5456 0 0 0 13 1 0 0 20 0 15 0 99308896 10916917248 7014 33554432000 4194304 4196468 140723580613088 140723580595632 140316015623927 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
/proc/4112/statm: 2665263 7014 2845 1 0 2627263 0
[pid=4112/tid=4114] ppid=4109 vsize=10661052 memory=4572151154769500335 CPUtime=0.09 cores=0,2,4,6
/proc/4112/task/4114/stat : 4114 (java) R 4109 4112 1613 0 -1 4202560 3303 0 0 0 9 0 0 0 20 0 15 0 99308896 10916917248 7014 33554432000 4194304 4196468 140723580613088 140316019854816 140316007861054 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4115] ppid=4109 vsize=10661052 memory=-9181546050914066336 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4115/stat : 4115 (java) S 4109 4112 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99308897 10916917248 7014 33554432000 4194304 4196468 140723580613088 140315978730640 140316015634133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4116] ppid=4109 vsize=10661052 memory=140443751122560 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4116/stat : 4116 (java) S 4109 4112 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99308897 10916917248 7014 33554432000 4194304 4196468 140723580613088 140315621776400 140316015634133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4117] ppid=4109 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4117/stat : 4117 (java) S 4109 4112 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99308897 10916917248 7014 33554432000 4194304 4196468 140723580613088 140315620723600 140316015634133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4118] ppid=4109 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4118/stat : 4118 (java) S 4109 4112 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99308897 10916917248 7014 33554432000 4194304 4196468 140723580613088 140315619670800 140316015634133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4119] ppid=4109 vsize=10661052 memory=140443751122560 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4119/stat : 4119 (java) S 4109 4112 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99308899 10916917248 7014 33554432000 4194304 4196468 140723580613088 140315373594992 140316015635074 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4120] ppid=4109 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4120/stat : 4120 (java) S 4109 4112 1613 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99308899 10916917248 7014 33554432000 4194304 4196468 140723580613088 140315372540960 140316015634133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4121] ppid=4109 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4121/stat : 4121 (java) S 4109 4112 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99308899 10916917248 7014 33554432000 4194304 4196468 140723580613088 140315371488112 140316015634133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4122] ppid=4109 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4122/stat : 4122 (java) S 4109 4112 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99308902 10916917248 7014 33554432000 4194304 4196468 140723580613088 140315370436432 140316015642523 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4123] ppid=4109 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4123/stat : 4123 (java) R 4109 4112 1613 0 -1 1077944384 426 0 0 0 0 0 0 0 20 0 15 0 99308902 10916917248 7014 33554432000 4194304 4196468 140723580613088 140315369384816 140316015635074 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4124] ppid=4109 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4124/stat : 4124 (java) S 4109 4112 1613 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 99308902 10916917248 7014 33554432000 4194304 4196468 140723580613088 140315368332016 140316015635074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4125] ppid=4109 vsize=10661052 memory=140443751122560 CPUtime=0.02 cores=0,2,4,6
/proc/4112/task/4125/stat : 4125 (java) R 4109 4112 1613 0 -1 4202560 321 0 0 0 2 0 0 0 20 0 15 0 99308902 10916917248 7014 33554432000 4194304 4196468 140723580613088 140315367279216 140315999879169 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4126] ppid=4109 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4126/stat : 4126 (java) S 4109 4112 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99308902 10916917248 7014 33554432000 4194304 4196468 140723580613088 140315366226656 140316015634133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4127] ppid=4109 vsize=10661052 memory=140443751122560 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4127/stat : 4127 (java) S 4109 4112 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99308902 10916917248 7014 33554432000 4194304 4196468 140723580613088 140315365173936 140316015635074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 28056 KiB

[startup+0.212503 s]*
/proc/loadavg: 3.90 2.33 1.78 5/215 4152
/proc/meminfo: memFree=27236416/32770624 swapFree=67108860/67108860
[pid=4112] ppid=4109 vsize=10661052 memory=39708 CPUtime=0.32 cores=0,2,4,6
/proc/4112/stat : 4112 (java) S 4109 4112 1613 0 -1 1077944320 7979 0 0 0 30 2 0 0 20 0 15 0 99308896 10916917248 9927 33554432000 4194304 4196468 140723580613088 140723580595632 140316015623927 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
/proc/4112/statm: 2665263 9927 2999 1 0 2627263 0
[pid=4112/tid=4114] ppid=4109 vsize=10661052 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/4112/task/4114/stat : 4114 (java) R 4109 4112 1613 0 -1 4202560 5175 0 0 0 18 1 0 0 20 0 15 0 99308896 10916917248 9927 33554432000 4194304 4196468 140723580613088 140316019855648 140316015645853 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4115] ppid=4109 vsize=10661052 memory=331 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4115/stat : 4115 (java) S 4109 4112 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99308897 10916917248 9927 33554432000 4194304 4196468 140723580613088 140315978730640 140316015634133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4116] ppid=4109 vsize=10661052 memory=140443751138944 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4116/stat : 4116 (java) S 4109 4112 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99308897 10916917248 9927 33554432000 4194304 4196468 140723580613088 140315621776400 140316015634133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4117] ppid=4109 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4117/stat : 4117 (java) S 4109 4112 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99308897 10916917248 9927 33554432000 4194304 4196468 140723580613088 140315620723600 140316015634133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4118] ppid=4109 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4118/stat : 4118 (java) S 4109 4112 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99308897 10916917248 9927 33554432000 4194304 4196468 140723580613088 140315619670800 140316015634133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4119] ppid=4109 vsize=10661052 memory=140443751122560 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4119/stat : 4119 (java) S 4109 4112 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99308899 10916917248 9927 33554432000 4194304 4196468 140723580613088 140315373594992 140316015635074 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4120] ppid=4109 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4120/stat : 4120 (java) S 4109 4112 1613 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99308899 10916917248 9927 33554432000 4194304 4196468 140723580613088 140315372540960 140316015634133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4121] ppid=4109 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4121/stat : 4121 (java) S 4109 4112 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99308899 10916917248 9927 33554432000 4194304 4196468 140723580613088 140315371488112 140316015634133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4122] ppid=4109 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4122/stat : 4122 (java) S 4109 4112 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99308902 10916917248 9927 33554432000 4194304 4196468 140723580613088 140315370436432 140316015642523 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4123] ppid=4109 vsize=10661052 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/4112/task/4123/stat : 4123 (java) R 4109 4112 1613 0 -1 1077944384 532 0 0 0 2 0 0 0 20 0 15 0 99308902 10916917248 9927 33554432000 4194304 4196468 140723580613088 140315369384816 140316015635074 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4124] ppid=4109 vsize=10661052 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/4112/task/4124/stat : 4124 (java) S 4109 4112 1613 0 -1 1077944384 141 0 0 0 2 0 0 0 20 0 15 0 99308902 10916917248 9927 33554432000 4194304 4196468 140723580613088 140315368332016 140316015635074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4125] ppid=4109 vsize=10661052 memory=140443751122560 CPUtime=0.07 cores=0,2,4,6
/proc/4112/task/4125/stat : 4125 (java) S 4109 4112 1613 0 -1 1077944384 765 0 0 0 7 0 0 0 20 0 15 0 99308902 10916917248 9927 33554432000 4194304 4196468 140723580613088 140315367279216 140316015635074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4126] ppid=4109 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4126/stat : 4126 (java) S 4109 4112 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99308902 10916917248 9927 33554432000 4194304 4196468 140723580613088 140315366226656 140316015634133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4127] ppid=4109 vsize=10661052 memory=140443751122560 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4127/stat : 4127 (java) S 4109 4112 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99308902 10916917248 9927 33554432000 4194304 4196468 140723580613088 140315365173936 140316015635074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 39708 KiB

[startup+0.310398 s]*
/proc/loadavg: 3.90 2.33 1.78 6/215 4152
/proc/meminfo: memFree=27188988/32770624 swapFree=67108860/67108860
[pid=4112] ppid=4109 vsize=10661052 memory=84108 CPUtime=0.56 cores=0,2,4,6
/proc/4112/stat : 4112 (java) S 4109 4112 1613 0 -1 1077944320 8861 0 0 0 53 3 0 0 20 0 15 0 99308896 10916917248 21027 33554432000 4194304 4196468 140723580613088 140723580595632 140316015623927 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
/proc/4112/statm: 2665263 21027 3031 1 0 2627263 0
[pid=4112/tid=4114] ppid=4109 vsize=10661052 memory=160208604 CPUtime=0.29 cores=0,2,4,6
/proc/4112/task/4114/stat : 4114 (java) R 4109 4112 1613 0 -1 4202560 5216 0 0 0 27 2 0 0 20 0 15 0 99308896 10916917248 21539 33554432000 4194304 4196468 140723580613088 140316019859968 140316015645853 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4115] ppid=4109 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4115/stat : 4115 (java) S 4109 4112 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99308897 10916917248 21539 33554432000 4194304 4196468 140723580613088 140315978730640 140316015634133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4116] ppid=4109 vsize=10661052 memory=140443618744271 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4116/stat : 4116 (java) S 4109 4112 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99308897 10916917248 21539 33554432000 4194304 4196468 140723580613088 140315621776400 140316015634133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4117] ppid=4109 vsize=10661052 memory=280887237486224 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4117/stat : 4117 (java) S 4109 4112 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99308897 10916917248 21539 33554432000 4194304 4196468 140723580613088 140315620723600 140316015634133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4118] ppid=4109 vsize=10661052 memory=1970350607106051 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4118/stat : 4118 (java) S 4109 4112 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99308897 10916917248 21539 33554432000 4194304 4196468 140723580613088 140315619670800 140316015634133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4119] ppid=4109 vsize=10661052 memory=280887369873728 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4119/stat : 4119 (java) S 4109 4112 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99308899 10916917248 21539 33554432000 4194304 4196468 140723580613088 140315373594992 140316015635074 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4120] ppid=4109 vsize=10661052 memory=1970350607106051 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4120/stat : 4120 (java) S 4109 4112 1613 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99308899 10916917248 21539 33554432000 4194304 4196468 140723580613088 140315372540960 140316015634133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4121] ppid=4109 vsize=10661052 memory=2110794225883044 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4121/stat : 4121 (java) S 4109 4112 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99308899 10916917248 21539 33554432000 4194304 4196468 140723580613088 140315371488112 140316015634133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4122] ppid=4109 vsize=10661052 memory=2110794225859492 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4122/stat : 4122 (java) S 4109 4112 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99308902 10916917248 21539 33554432000 4194304 4196468 140723580613088 140315370436432 140316015642523 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4123] ppid=4109 vsize=10661052 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/4112/task/4123/stat : 4123 (java) R 4109 4112 1613 0 -1 4202560 909 0 0 0 6 0 0 0 20 0 15 0 99308902 10916917248 21539 33554432000 4194304 4196468 140723580613088 140315369384816 140316000519071 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4124] ppid=4109 vsize=10661052 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/4112/task/4124/stat : 4124 (java) R 4109 4112 1613 0 -1 4202560 438 0 0 0 7 0 0 0 20 0 15 0 99308902 10916917248 21539 33554432000 4194304 4196468 140723580613088 140315368332312 140315995787658 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4125] ppid=4109 vsize=10661052 memory=140443751122560 CPUtime=0.11 cores=0,2,4,6
/proc/4112/task/4125/stat : 4125 (java) S 4109 4112 1613 0 -1 1077944384 932 0 0 0 11 0 0 0 20 0 15 0 99308902 10916917248 21539 33554432000 4194304 4196468 140723580613088 140315367279216 140316015635074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4126] ppid=4109 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4126/stat : 4126 (java) S 4109 4112 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99308902 10916917248 21539 33554432000 4194304 4196468 140723580613088 140315366226656 140316015634133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4127] ppid=4109 vsize=10661052 memory=140443751122560 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4127/stat : 4127 (java) S 4109 4112 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99308902 10916917248 21539 33554432000 4194304 4196468 140723580613088 140315365173936 140316015635074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 84108 KiB

[startup+0.701023 s]
/proc/loadavg: 3.90 2.33 1.78 6/215 4152
/proc/meminfo: memFree=26836072/32770624 swapFree=67108860/67108860
[pid=4112] ppid=4109 vsize=10661052 memory=373668 CPUtime=1.59 cores=0,2,4,6
/proc/4112/stat : 4112 (java) S 4109 4112 1613 0 -1 1077944320 13070 0 0 0 134 25 0 0 20 0 15 0 99308896 10916917248 93417 33554432000 4194304 4196468 140723580613088 140723580595632 140316015623927 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
/proc/4112/statm: 2665263 93417 3080 1 0 2627263 0
[pid=4112/tid=4114] ppid=4109 vsize=10661052 memory=0 CPUtime=0.57 cores=0,2,4,6
/proc/4112/task/4114/stat : 4114 (java) S 4109 4112 1613 0 -1 1077944384 5257 0 0 0 52 5 0 0 20 0 15 0 99308896 10916917248 93417 33554432000 4194304 4196468 140723580613088 140316019863184 140316015634133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4115] ppid=4109 vsize=10661052 memory=3184238363694742720 CPUtime=0.06 cores=0,2,4,6
/proc/4112/task/4115/stat : 4115 (java) R 4109 4112 1613 0 -1 4202560 139 0 0 0 3 3 0 0 20 0 15 0 99308897 10916917248 93417 33554432000 4194304 4196468 140723580613088 140315978730640 140316008727000 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4116] ppid=4109 vsize=10661052 memory=756 CPUtime=0.06 cores=0,2,4,6
/proc/4112/task/4116/stat : 4116 (java) R 4109 4112 1613 0 -1 4202560 139 0 0 0 3 3 0 0 20 0 15 0 99308897 10916917248 93417 33554432000 4194304 4196468 140723580613088 140315621776288 140316008726644 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4117] ppid=4109 vsize=10661052 memory=14572 CPUtime=0.1 cores=0,2,4,6
/proc/4112/task/4117/stat : 4117 (java) R 4109 4112 1613 0 -1 4202560 168 0 0 0 5 5 0 0 20 0 15 0 99308897 10916917248 93417 33554432000 4194304 4196468 140723580613088 140315620723600 140316008726644 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4118] ppid=4109 vsize=10661052 memory=12708 CPUtime=0.09 cores=0,2,4,6
/proc/4112/task/4118/stat : 4118 (java) R 4109 4112 1613 0 -1 4202560 168 0 0 0 4 5 0 0 20 0 15 0 99308897 10916917248 93417 33554432000 4194304 4196468 140723580613088 140315619670800 140316008726649 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4119] ppid=4109 vsize=10661052 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4119/stat : 4119 (java) S 4109 4112 1613 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 99308899 10916917248 93417 33554432000 4194304 4196468 140723580613088 140315373593504 140316015634133 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4120] ppid=4109 vsize=10661052 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4120/stat : 4120 (java) S 4109 4112 1613 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 99308899 10916917248 93417 33554432000 4194304 4196468 140723580613088 140315372540960 140316015634133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4121] ppid=4109 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4121/stat : 4121 (java) S 4109 4112 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99308899 10916917248 93417 33554432000 4194304 4196468 140723580613088 140315371488112 140316015634133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4122] ppid=4109 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4122/stat : 4122 (java) S 4109 4112 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99308902 10916917248 93417 33554432000 4194304 4196468 140723580613088 140315370436432 140316015642523 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4123] ppid=4109 vsize=10661052 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/4112/task/4123/stat : 4123 (java) S 4109 4112 1613 0 -1 1077944384 1941 0 0 0 18 0 0 0 20 0 15 0 99308902 10916917248 93417 33554432000 4194304 4196468 140723580613088 140315369384816 140316015635074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4124] ppid=4109 vsize=10661052 memory=0 CPUtime=0.35 cores=0,2,4,6
/proc/4112/task/4124/stat : 4124 (java) S 4109 4112 1613 0 -1 1077944384 2735 0 0 0 35 0 0 0 20 0 15 0 99308902 10916917248 93417 33554432000 4194304 4196468 140723580613088 140315368332016 140316015635074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4125] ppid=4109 vsize=10661052 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/4112/task/4125/stat : 4125 (java) S 4109 4112 1613 0 -1 1077944384 1080 0 0 0 12 0 0 0 20 0 15 0 99308902 10916917248 93417 33554432000 4194304 4196468 140723580613088 140315367279216 140316015635074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4126] ppid=4109 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4126/stat : 4126 (java) S 4109 4112 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99308902 10916917248 93417 33554432000 4194304 4196468 140723580613088 140315366226656 140316015634133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4127] ppid=4109 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4127/stat : 4127 (java) S 4109 4112 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99308902 10916917248 93417 33554432000 4194304 4196468 140723580613088 140315365173936 140316015635074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
Current children cumulated CPU time: 1.59 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 373668 KiB

[startup+1.50084 s]
/proc/loadavg: 3.90 2.33 1.78 3/215 4152
/proc/meminfo: memFree=26300328/32770624 swapFree=67108860/67108860
[pid=4112] ppid=4109 vsize=10661052 memory=887024 CPUtime=3.55 cores=0,2,4,6
/proc/4112/stat : 4112 (java) S 4109 4112 1613 0 -1 1077944320 15557 0 0 0 272 83 0 0 20 0 15 0 99308896 10916917248 221756 33554432000 4194304 4196468 140723580613088 140723580595632 140316015623927 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
/proc/4112/statm: 2665263 221756 3100 1 0 2627263 0
[pid=4112/tid=4114] ppid=4109 vsize=10661052 memory=280887237734464 CPUtime=1.01 cores=0,2,4,6
/proc/4112/task/4114/stat : 4114 (java) R 4109 4112 1613 0 -1 4202560 5314 0 0 0 91 10 0 0 20 0 15 0 99308896 10916917248 221756 33554432000 4194304 4196468 140723580613088 140316019863184 140316015645853 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4115] ppid=4109 vsize=10661052 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/4112/task/4115/stat : 4115 (java) S 4109 4112 1613 0 -1 1077944384 611 0 0 0 24 16 0 0 20 0 15 0 99308897 10916917248 221756 33554432000 4194304 4196468 140723580613088 140315978730640 140316015634133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4116] ppid=4109 vsize=10661052 memory=756 CPUtime=0.4 cores=0,2,4,6
/proc/4112/task/4116/stat : 4116 (java) S 4109 4112 1613 0 -1 1077944384 546 0 0 0 25 15 0 0 20 0 15 0 99308897 10916917248 221756 33554432000 4194304 4196468 140723580613088 140315621776400 140316015634133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4117] ppid=4109 vsize=10661052 memory=14572 CPUtime=0.43 cores=0,2,4,6
/proc/4112/task/4117/stat : 4117 (java) S 4109 4112 1613 0 -1 1077944384 556 0 0 0 25 18 0 0 20 0 15 0 99308897 10916917248 221756 33554432000 4194304 4196468 140723580613088 140315620723600 140316015634133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4118] ppid=4109 vsize=10661052 memory=12708 CPUtime=0.44 cores=0,2,4,6
/proc/4112/task/4118/stat : 4118 (java) S 4109 4112 1613 0 -1 1077944384 401 0 0 0 25 19 0 0 20 0 15 0 99308897 10916917248 221756 33554432000 4194304 4196468 140723580613088 140315619670800 140316015634133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4119] ppid=4109 vsize=10661052 memory=2241 CPUtime=0.01 cores=0,2,4,6
/proc/4112/task/4119/stat : 4119 (java) S 4109 4112 1613 0 -1 1077944384 943 0 0 0 1 0 0 0 20 0 15 0 99308899 10916917248 221756 33554432000 4194304 4196468 140723580613088 140315373594992 140316015635074 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0

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

[pid=4112/tid=4126] ppid=4109 vsize=10661128 memory=7165334099527423587 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4126/stat : 4126 (java) S 4109 4112 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99308902 10916995072 2073160 33554432000 4194304 4196468 140723580613088 140315366226656 140316015634133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4127] ppid=4109 vsize=10661128 memory=7165334099527423587 CPUtime=0.06 cores=0,2,4,6
/proc/4112/task/4127/stat : 4127 (java) S 4109 4112 1613 0 -1 1077944384 647 0 0 0 2 4 0 0 20 0 15 0 99308902 10916995072 2073160 33554432000 4194304 4196468 140723580613088 140315365173936 140316015635074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
Current children cumulated CPU time: 342.99 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8292640 KiB

[startup+123.201 s]
/proc/loadavg: 6.37 3.53 2.27 6/215 4229
/proc/meminfo: memFree=19178568/32770624 swapFree=67108860/67108860
[pid=4112] ppid=4109 vsize=10661128 memory=8292640 CPUtime=349.21 cores=0,2,4,6
/proc/4112/stat : 4112 (java) S 4109 4112 1613 0 -1 1077944320 119102 0 0 0 34136 785 0 0 20 0 15 0 99308896 10916995072 2073160 33554432000 4194304 4196468 140723580613088 140723580595632 140316015623927 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
/proc/4112/statm: 2665282 2073160 3183 1 0 2627263 0
[pid=4112/tid=4114] ppid=4109 vsize=10661128 memory=14572 CPUtime=44.79 cores=0,2,4,6
/proc/4112/task/4114/stat : 4114 (java) S 4109 4112 1613 0 -1 1077944384 14955 0 0 0 4449 30 0 0 20 0 15 0 99308896 10916995072 2073160 33554432000 4194304 4196468 140723580613088 140316019861968 140316015634133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4115] ppid=4109 vsize=10661128 memory=4140 CPUtime=74.39 cores=0,2,4,6
/proc/4112/task/4115/stat : 4115 (java) R 4109 4112 1613 0 -1 4202560 11383 0 0 0 7261 178 0 0 20 0 15 0 99308897 10916995072 2073160 33554432000 4194304 4196468 140723580613088 140315978730840 140316000574532 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4116] ppid=4109 vsize=10661128 memory=288230574492221466 CPUtime=74.2 cores=0,2,4,6
/proc/4112/task/4116/stat : 4116 (java) R 4109 4112 1613 0 -1 4202560 12699 0 0 0 7227 193 0 0 20 0 15 0 99308897 10916995072 2073160 33554432000 4194304 4196468 140723580613088 140315621776600 140315995650328 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4117] ppid=4109 vsize=10661128 memory=288230613214036277 CPUtime=74.28 cores=0,2,4,6
/proc/4112/task/4117/stat : 4117 (java) R 4109 4112 1613 0 -1 4202560 15045 0 0 0 7247 181 0 0 20 0 15 0 99308897 10916995072 2073160 33554432000 4194304 4196468 140723580613088 140315620723488 140316000609223 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4118] ppid=4109 vsize=10661128 memory=4140 CPUtime=74.45 cores=0,2,4,6
/proc/4112/task/4118/stat : 4118 (java) R 4109 4112 1613 0 -1 4202560 12788 0 0 0 7254 191 0 0 20 0 15 0 99308897 10916995072 2073160 33554432000 4194304 4196468 140723580613088 140315619671000 140316000321566 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4119] ppid=4109 vsize=10661128 memory=8112282956445269571 CPUtime=3.4 cores=0,2,4,6
/proc/4112/task/4119/stat : 4119 (java) S 4109 4112 1613 0 -1 1077944384 32303 0 0 0 337 3 0 0 20 0 15 0 99308899 10916995072 2073160 33554432000 4194304 4196468 140723580613088 140315373593312 140316015634133 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4120] ppid=4109 vsize=10661128 memory=12708 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4120/stat : 4120 (java) S 4109 4112 1613 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 15 0 99308899 10916995072 2073160 33554432000 4194304 4196468 140723580613088 140315372541024 140316015634133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4121] ppid=4109 vsize=10661128 memory=15980 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4121/stat : 4121 (java) S 4109 4112 1613 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 99308899 10916995072 2073160 33554432000 4194304 4196468 140723580613088 140315371488112 140316015634133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4122] ppid=4109 vsize=10661128 memory=2324 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4122/stat : 4122 (java) S 4109 4112 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99308902 10916995072 2073160 33554432000 4194304 4196468 140723580613088 140315370436432 140316015642523 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4123] ppid=4109 vsize=10661128 memory=1584 CPUtime=1.52 cores=0,2,4,6
/proc/4112/task/4123/stat : 4123 (java) S 4109 4112 1613 0 -1 1077944384 6067 0 0 0 151 1 0 0 20 0 15 0 99308902 10916995072 2073160 33554432000 4194304 4196468 140723580613088 140315369384816 140316015635074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4124] ppid=4109 vsize=10661128 memory=8292640 CPUtime=1.51 cores=0,2,4,6
/proc/4112/task/4124/stat : 4124 (java) S 4109 4112 1613 0 -1 1077944384 6624 0 0 0 150 1 0 0 20 0 15 0 99308902 10916995072 2073160 33554432000 4194304 4196468 140723580613088 140315368332016 140316015635074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4125] ppid=4109 vsize=10661128 memory=8112282956445269571 CPUtime=0.51 cores=0,2,4,6
/proc/4112/task/4125/stat : 4125 (java) S 4109 4112 1613 0 -1 1077944384 5140 0 0 0 50 1 0 0 20 0 15 0 99308902 10916995072 2073160 33554432000 4194304 4196468 140723580613088 140315367279216 140316015635074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4126] ppid=4109 vsize=10661128 memory=8292640 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4126/stat : 4126 (java) S 4109 4112 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99308902 10916995072 2073160 33554432000 4194304 4196468 140723580613088 140315366226656 140316015634133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4127] ppid=4109 vsize=10661128 memory=10368 CPUtime=0.06 cores=0,2,4,6
/proc/4112/task/4127/stat : 4127 (java) S 4109 4112 1613 0 -1 1077944384 649 0 0 0 2 4 0 0 20 0 15 0 99308902 10916995072 2073160 33554432000 4194304 4196468 140723580613088 140315365173936 140316015635074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
Current children cumulated CPU time: 349.21 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8292640 KiB

[startup+124.801 s]
/proc/loadavg: 6.37 3.53 2.27 6/215 4229
/proc/meminfo: memFree=19176520/32770624 swapFree=67108860/67108860
[pid=4112] ppid=4109 vsize=10661128 memory=8292656 CPUtime=355.44 cores=0,2,4,6
/proc/4112/stat : 4112 (java) S 4109 4112 1613 0 -1 1077944320 119635 0 0 0 34758 786 0 0 20 0 15 0 99308896 10916995072 2073164 33554432000 4194304 4196468 140723580613088 140723580595632 140316015623927 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
/proc/4112/statm: 2665282 2073164 3183 1 0 2627263 0
[pid=4112/tid=4114] ppid=4109 vsize=10661128 memory=28616 CPUtime=44.79 cores=0,2,4,6
/proc/4112/task/4114/stat : 4114 (java) S 4109 4112 1613 0 -1 1077944384 14955 0 0 0 4449 30 0 0 20 0 15 0 99308896 10916995072 2073164 33554432000 4194304 4196468 140723580613088 140316019861968 140316015634133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4115] ppid=4109 vsize=10661128 memory=2204 CPUtime=75.95 cores=0,2,4,6
/proc/4112/task/4115/stat : 4115 (java) R 4109 4112 1613 0 -1 4202560 11383 0 0 0 7416 179 0 0 20 0 15 0 99308897 10916995072 2073164 33554432000 4194304 4196468 140723580613088 140315978730448 140316008252135 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4116] ppid=4109 vsize=10661128 memory=8112282956445269571 CPUtime=75.78 cores=0,2,4,6
/proc/4112/task/4116/stat : 4116 (java) R 4109 4112 1613 0 -1 4202560 13198 0 0 0 7384 194 0 0 20 0 15 0 99308897 10916995072 2073164 33554432000 4194304 4196468 140723580613088 140315621776600 140316000613594 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4117] ppid=4109 vsize=10661128 memory=1256 CPUtime=75.81 cores=0,2,4,6
/proc/4112/task/4117/stat : 4117 (java) R 4109 4112 1613 0 -1 4202560 15063 0 0 0 7400 181 0 0 20 0 15 0 99308897 10916995072 2073164 33554432000 4194304 4196468 140723580613088 140315620723720 140316008252135 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4118] ppid=4109 vsize=10661128 memory=10368 CPUtime=76.01 cores=0,2,4,6
/proc/4112/task/4118/stat : 4118 (java) R 4109 4112 1613 0 -1 4202560 12788 0 0 0 7410 191 0 0 20 0 15 0 99308897 10916995072 2073164 33554432000 4194304 4196468 140723580613088 140315619670608 140316008252135 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4119] ppid=4109 vsize=10661128 memory=1700 CPUtime=3.4 cores=0,2,4,6
/proc/4112/task/4119/stat : 4119 (java) S 4109 4112 1613 0 -1 1077944384 32318 0 0 0 337 3 0 0 20 0 15 0 99308899 10916995072 2073164 33554432000 4194304 4196468 140723580613088 140315373593536 140316015634133 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4120] ppid=4109 vsize=10661128 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4120/stat : 4120 (java) S 4109 4112 1613 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 15 0 99308899 10916995072 2073164 33554432000 4194304 4196468 140723580613088 140315372541024 140316015634133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4121] ppid=4109 vsize=10661128 memory=288230613214036277 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4121/stat : 4121 (java) S 4109 4112 1613 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 99308899 10916995072 2073164 33554432000 4194304 4196468 140723580613088 140315371488112 140316015634133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4122] ppid=4109 vsize=10661128 memory=14409332632586112 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4122/stat : 4122 (java) S 4109 4112 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99308902 10916995072 2073164 33554432000 4194304 4196468 140723580613088 140315370436432 140316015642523 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4123] ppid=4109 vsize=10661128 memory=1020 CPUtime=1.52 cores=0,2,4,6
/proc/4112/task/4123/stat : 4123 (java) S 4109 4112 1613 0 -1 1077944384 6068 0 0 0 151 1 0 0 20 0 15 0 99308902 10916995072 2073164 33554432000 4194304 4196468 140723580613088 140315369384576 140316015634133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4124] ppid=4109 vsize=10661128 memory=8112282956445269571 CPUtime=1.51 cores=0,2,4,6
/proc/4112/task/4124/stat : 4124 (java) S 4109 4112 1613 0 -1 1077944384 6624 0 0 0 150 1 0 0 20 0 15 0 99308902 10916995072 2073164 33554432000 4194304 4196468 140723580613088 140315368332016 140316015635074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4125] ppid=4109 vsize=10661128 memory=1172 CPUtime=0.51 cores=0,2,4,6
/proc/4112/task/4125/stat : 4125 (java) S 4109 4112 1613 0 -1 1077944384 5140 0 0 0 50 1 0 0 20 0 15 0 99308902 10916995072 2073164 33554432000 4194304 4196468 140723580613088 140315367279216 140316015635074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4126] ppid=4109 vsize=10661128 memory=8292624 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4126/stat : 4126 (java) S 4109 4112 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99308902 10916995072 2073164 33554432000 4194304 4196468 140723580613088 140315366226656 140316015634133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4127] ppid=4109 vsize=10661128 memory=8292612 CPUtime=0.06 cores=0,2,4,6
/proc/4112/task/4127/stat : 4127 (java) S 4109 4112 1613 0 -1 1077944384 649 0 0 0 2 4 0 0 20 0 15 0 99308902 10916995072 2073164 33554432000 4194304 4196468 140723580613088 140315365173936 140316015635074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
Current children cumulated CPU time: 355.44 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8292656 KiB

[startup+125.601 s]
/proc/loadavg: 6.26 3.55 2.28 6/215 4229
/proc/meminfo: memFree=19178132/32770624 swapFree=67108860/67108860
[pid=4112] ppid=4109 vsize=10661128 memory=8292656 CPUtime=358.55 cores=0,2,4,6
/proc/4112/stat : 4112 (java) S 4109 4112 1613 0 -1 1077944320 119760 0 0 0 35068 787 0 0 20 0 15 0 99308896 10916995072 2073164 33554432000 4194304 4196468 140723580613088 140723580595632 140316015623927 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
/proc/4112/statm: 2665282 2073164 3183 1 0 2627263 0
[pid=4112/tid=4114] ppid=4109 vsize=10661128 memory=8292640 CPUtime=44.79 cores=0,2,4,6
/proc/4112/task/4114/stat : 4114 (java) S 4109 4112 1613 0 -1 1077944384 14955 0 0 0 4449 30 0 0 20 0 15 0 99308896 10916995072 2073164 33554432000 4194304 4196468 140723580613088 140316019861968 140316015634133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4115] ppid=4109 vsize=10661128 memory=8292656 CPUtime=76.72 cores=0,2,4,6
/proc/4112/task/4115/stat : 4115 (java) R 4109 4112 1613 0 -1 4202560 11383 0 0 0 7493 179 0 0 20 0 15 0 99308897 10916995072 2073164 33554432000 4194304 4196468 140723580613088 140315978730448 140316008252135 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4116] ppid=4109 vsize=10661128 memory=8112282956445269571 CPUtime=76.59 cores=0,2,4,6
/proc/4112/task/4116/stat : 4116 (java) R 4109 4112 1613 0 -1 4202560 13323 0 0 0 7465 194 0 0 20 0 15 0 99308897 10916995072 2073164 33554432000 4194304 4196468 140723580613088 140315621776600 140316000324545 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4117] ppid=4109 vsize=10661128 memory=1240 CPUtime=76.57 cores=0,2,4,6
/proc/4112/task/4117/stat : 4117 (java) R 4109 4112 1613 0 -1 4202560 15063 0 0 0 7476 181 0 0 20 0 15 0 99308897 10916995072 2073164 33554432000 4194304 4196468 140723580613088 140315620723720 140316008252135 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4118] ppid=4109 vsize=10661128 memory=1520 CPUtime=76.79 cores=0,2,4,6
/proc/4112/task/4118/stat : 4118 (java) R 4109 4112 1613 0 -1 4202560 12788 0 0 0 7487 192 0 0 20 0 15 0 99308897 10916995072 2073164 33554432000 4194304 4196468 140723580613088 140315619670608 140316008252135 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4119] ppid=4109 vsize=10661128 memory=844 CPUtime=3.4 cores=0,2,4,6
/proc/4112/task/4119/stat : 4119 (java) S 4109 4112 1613 0 -1 1077944384 32318 0 0 0 337 3 0 0 20 0 15 0 99308899 10916995072 2073164 33554432000 4194304 4196468 140723580613088 140315373593536 140316015634133 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4120] ppid=4109 vsize=10661128 memory=3360 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4120/stat : 4120 (java) S 4109 4112 1613 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 15 0 99308899 10916995072 2073164 33554432000 4194304 4196468 140723580613088 140315372541024 140316015634133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4121] ppid=4109 vsize=10661128 memory=1020 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4121/stat : 4121 (java) S 4109 4112 1613 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 99308899 10916995072 2073164 33554432000 4194304 4196468 140723580613088 140315371488112 140316015634133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4122] ppid=4109 vsize=10661128 memory=5448 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4122/stat : 4122 (java) S 4109 4112 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99308902 10916995072 2073164 33554432000 4194304 4196468 140723580613088 140315370436432 140316015642523 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4123] ppid=4109 vsize=10661128 memory=756 CPUtime=1.52 cores=0,2,4,6
/proc/4112/task/4123/stat : 4123 (java) S 4109 4112 1613 0 -1 1077944384 6068 0 0 0 151 1 0 0 20 0 15 0 99308902 10916995072 2073164 33554432000 4194304 4196468 140723580613088 140315369384576 140316015634133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4124] ppid=4109 vsize=10661128 memory=14572 CPUtime=1.51 cores=0,2,4,6
/proc/4112/task/4124/stat : 4124 (java) S 4109 4112 1613 0 -1 1077944384 6624 0 0 0 150 1 0 0 20 0 15 0 99308902 10916995072 2073164 33554432000 4194304 4196468 140723580613088 140315368332016 140316015635074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4125] ppid=4109 vsize=10661128 memory=12708 CPUtime=0.51 cores=0,2,4,6
/proc/4112/task/4125/stat : 4125 (java) S 4109 4112 1613 0 -1 1077944384 5140 0 0 0 50 1 0 0 20 0 15 0 99308902 10916995072 2073164 33554432000 4194304 4196468 140723580613088 140315367279216 140316015635074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4126] ppid=4109 vsize=10661128 memory=15980 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4126/stat : 4126 (java) S 4109 4112 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99308902 10916995072 2073164 33554432000 4194304 4196468 140723580613088 140315366226656 140316015634133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4127] ppid=4109 vsize=10661128 memory=2324 CPUtime=0.06 cores=0,2,4,6
/proc/4112/task/4127/stat : 4127 (java) S 4109 4112 1613 0 -1 1077944384 649 0 0 0 2 4 0 0 20 0 15 0 99308902 10916995072 2073164 33554432000 4194304 4196468 140723580613088 140315365173936 140316015635074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
Current children cumulated CPU time: 358.55 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8292656 KiB

[startup+126.001 s]*
/proc/loadavg: 6.26 3.55 2.28 3/215 4229
/proc/meminfo: memFree=19178008/32770624 swapFree=67108860/67108860
[pid=4112] ppid=4109 vsize=10661128 memory=8292664 CPUtime=359.86 cores=0,2,4,6
/proc/4112/stat : 4112 (java) S 4109 4112 1613 0 -1 1077944320 120110 0 0 0 35198 788 0 0 20 0 15 0 99308896 10916995072 2073166 33554432000 4194304 4196468 140723580613088 140723580595632 140316015623927 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
/proc/4112/statm: 2665282 2073166 3184 1 0 2627263 0
[pid=4112/tid=4114] ppid=4109 vsize=10661128 memory=8112282956445269571 CPUtime=44.79 cores=0,2,4,6
/proc/4112/task/4114/stat : 4114 (java) S 4109 4112 1613 0 -1 1077944384 15053 0 0 0 4449 30 0 0 20 0 15 0 99308896 10916995072 2073166 33554432000 4194304 4196468 140723580613088 140316019863200 140316015634133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4115] ppid=4109 vsize=10661128 memory=4872558044660077418 CPUtime=77.01 cores=0,2,4,6
/proc/4112/task/4115/stat : 4115 (java) S 4109 4112 1613 0 -1 1077944384 11386 0 0 0 7522 179 0 0 20 0 15 0 99308897 10916995072 2073166 33554432000 4194304 4196468 140723580613088 140315978730640 140316015634133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4116] ppid=4109 vsize=10661128 memory=3004 CPUtime=76.9 cores=0,2,4,6
/proc/4112/task/4116/stat : 4116 (java) S 4109 4112 1613 0 -1 1077944384 13561 0 0 0 7496 194 0 0 20 0 15 0 99308897 10916995072 2073166 33554432000 4194304 4196468 140723580613088 140315621776400 140316015634133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4117] ppid=4109 vsize=10661128 memory=8292640 CPUtime=76.87 cores=0,2,4,6
/proc/4112/task/4117/stat : 4117 (java) S 4109 4112 1613 0 -1 1077944384 15063 0 0 0 7505 182 0 0 20 0 15 0 99308897 10916995072 2073166 33554432000 4194304 4196468 140723580613088 140315620723600 140316015634133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4118] ppid=4109 vsize=10661128 memory=1408 CPUtime=77.09 cores=0,2,4,6
/proc/4112/task/4118/stat : 4118 (java) S 4109 4112 1613 0 -1 1077944384 12788 0 0 0 7517 192 0 0 20 0 15 0 99308897 10916995072 2073166 33554432000 4194304 4196468 140723580613088 140315619670800 140316015634133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4119] ppid=4109 vsize=10661128 memory=2560 CPUtime=3.5 cores=0,2,4,6
/proc/4112/task/4119/stat : 4119 (java) R 4109 4112 1613 0 -1 4202560 32320 0 0 0 347 3 0 0 20 0 15 0 99308899 10916995072 2073166 33554432000 4194304 4196468 140723580613088 140315373593536 140315993994088 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4120] ppid=4109 vsize=10661128 memory=188892 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4120/stat : 4120 (java) S 4109 4112 1613 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 15 0 99308899 10916995072 2073166 33554432000 4194304 4196468 140723580613088 140315372541024 140316015634133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4121] ppid=4109 vsize=10661128 memory=2236 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4121/stat : 4121 (java) S 4109 4112 1613 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 99308899 10916995072 2073166 33554432000 4194304 4196468 140723580613088 140315371488112 140316015634133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4122] ppid=4109 vsize=10661128 memory=1992 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4122/stat : 4122 (java) S 4109 4112 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99308902 10916995072 2073166 33554432000 4194304 4196468 140723580613088 140315370436432 140316015642523 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4123] ppid=4109 vsize=10661128 memory=288230574492221466 CPUtime=1.53 cores=0,2,4,6
/proc/4112/task/4123/stat : 4123 (java) S 4109 4112 1613 0 -1 1077944384 6068 0 0 0 152 1 0 0 20 0 15 0 99308902 10916995072 2073166 33554432000 4194304 4196468 140723580613088 140315369384816 140316015635074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4124] ppid=4109 vsize=10661128 memory=288230613214036277 CPUtime=1.51 cores=0,2,4,6
/proc/4112/task/4124/stat : 4124 (java) S 4109 4112 1613 0 -1 1077944384 6624 0 0 0 150 1 0 0 20 0 15 0 99308902 10916995072 2073166 33554432000 4194304 4196468 140723580613088 140315368332016 140316015635074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4125] ppid=4109 vsize=10661128 memory=14409332632586112 CPUtime=0.51 cores=0,2,4,6
/proc/4112/task/4125/stat : 4125 (java) S 4109 4112 1613 0 -1 1077944384 5140 0 0 0 50 1 0 0 20 0 15 0 99308902 10916995072 2073166 33554432000 4194304 4196468 140723580613088 140315367279216 140316015635074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4126] ppid=4109 vsize=10661128 memory=2844 CPUtime=0 cores=0,2,4,6
/proc/4112/task/4126/stat : 4126 (java) S 4109 4112 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99308902 10916995072 2073166 33554432000 4194304 4196468 140723580613088 140315366226656 140316015634133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
[pid=4112/tid=4127] ppid=4109 vsize=10661128 memory=2944 CPUtime=0.06 cores=0,2,4,6
/proc/4112/task/4127/stat : 4127 (java) S 4109 4112 1613 0 -1 1077944384 649 0 0 0 2 4 0 0 20 0 15 0 99308902 10916995072 2073166 33554432000 4194304 4196468 140723580613088 140315365173936 140316015635074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32219136 140723580621962 140723580622089 140723580622089 140723580624847 0
Current children cumulated CPU time: 359.86 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8292664 KiB

Child status: 1
Real time (s): 126.081
CPU time (s): 359.939
CPU user time (s): 352.022
CPU system time (s): 7.91754
CPU usage (%): 285.483
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 8292664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 352.022
system time used= 7.91754
maximum resident set size= 8292664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120256
page faults= 0
swaps= 0
block input operations= 0
block output operations= 264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7833
involuntary context switches= 6296


# summary of solver processes directly reported to runsolver:
#   pid: 4112
#   total CPU time (s): 359.939
#   total CPU user time (s): 352.022
#   total CPU system time (s): 7.91754

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.735881 second user time and 1.30773 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 00:37:37
IDJOB=4299009
IDBENCH=141282
IDSOLVER=2767
FILE ID=node136/4299009-1532817455
RUNJOBID= node136-1532809638-1644
PBS_JOBID= 21022480
Free space on /tmp= 54964 MiB

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

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

MD5SUM BENCH= 29f041b3bfd87680276f887da1fa13d6
RANDOM SEED=1545369123

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:        27280904 kB
MemAvailable:   31954300 kB
Buffers:          199068 kB
Cached:          4727616 kB
SwapCached:            0 kB
Active:          2532432 kB
Inactive:        2447088 kB
Active(anon):       4492 kB
Inactive(anon):    76472 kB
Active(file):    2527940 kB
Inactive(file):  2370616 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            855036 kB
Writeback:             0 kB
AnonPages:        176776 kB
Mapped:            33872 kB
Shmem:             25228 kB
Slab:             208904 kB
SReclaimable:     181348 kB
SUnreclaim:        27556 kB
KernelStack:        3616 kB
PageTables:         5060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     327608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    122880 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= 55316 MiB
End job on node136 at 2018-07-29 00:39:43