Trace number 4092188

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16MSAT (TO) 1800.85 898.564

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/spot5/
normalized-spot5-404_wcsp.wbo
MD5SUM2413d46290c8b1663f08f424871383e0
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark114
Best CPU time to get the best result obtained on this benchmark0.132978
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables258
Total number of constraints1137
Number of soft constraints1037
Number of constraints which are clauses1037
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint4
Top cost 164
Min constraint cost 1
Max constraint cost 164
Sum of constraints costs 153831
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4092188-1466088142.wbo
0.09/0.11	c reading problem ... 
0.24/0.24	c ... done. Wall clock time 0.131s.
0.24/0.24	c declared #vars     258
0.24/0.24	c internal #vars     1295
0.24/0.24	c #constraints  1237
0.24/0.25	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.24/0.25	c constraints type 
0.24/0.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 966
0.24/0.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 29
0.24/0.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.24/0.25	c 1237 constraints processed.
0.24/0.25	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.24/0.25	c constraints type 
0.24/0.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.24/0.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 966
0.24/0.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 29
0.24/0.25	c 1237 constraints processed.
0.24/0.25	c objective function length is 1037 literals
0.24/0.27	c And the winner is solver0
0.45/0.75	c SATISFIABLE
0.45/0.75	c OPTIMIZING...
0.45/0.75	c Got one! Elapsed wall clock time (in seconds):0.637
0.45/0.75	o 119
0.45/0.78	c And the winner is solver0
0.60/1.27	c Got one! Elapsed wall clock time (in seconds):1.156
0.60/1.27	o 118
0.70/1.34	c And the winner is solver1
1.34/1.78	c Got one! Elapsed wall clock time (in seconds):1.669
1.34/1.78	o 115
3.13/2.34	c cleaning 2521 clauses out of 5042 with flag 13680/5042
4.61/2.87	c cleaning 4261 clauses out of 8521 with flag 28402/11042
6.03/3.53	c cleaning 5630 clauses out of 11260 with flag 44940/18042
7.67/4.38	c cleaning 6815 clauses out of 13630 with flag 63086/26042
9.90/5.40	c cleaning 7908 clauses out of 15815 with flag 83560/35042
12.16/6.60	c cleaning 8951 clauses out of 17908 with flag 105925/45043
15.00/7.91	c cleaning 9978 clauses out of 19956 with flag 131507/56042
18.03/9.41	c cleaning 10989 clauses out of 21978 with flag 159819/68042
21.34/11.09	c cleaning 11994 clauses out of 23990 with flag 190791/81043
25.15/12.96	c cleaning 12998 clauses out of 25996 with flag 222691/95043
29.64/15.10	c cleaning 13995 clauses out of 27997 with flag 255810/110042
34.80/17.61	c cleaning 15002 clauses out of 30004 with flag 290882/126044
40.28/20.36	c cleaning 15999 clauses out of 32000 with flag 329097/143042
46.30/23.39	c cleaning 17001 clauses out of 34001 with flag 370665/161042
53.10/26.79	c cleaning 17998 clauses out of 36000 with flag 412370/180042
60.67/30.43	c cleaning 19001 clauses out of 38002 with flag 455598/200042
69.67/34.97	c cleaning 19999 clauses out of 40002 with flag 501608/221043
77.38/38.78	c cleaning 21001 clauses out of 42002 with flag 548507/243042
86.17/43.14	c cleaning 21996 clauses out of 44003 with flag 599810/266044
96.27/48.17	c cleaning 23001 clauses out of 46005 with flag 652376/290042
107.47/53.73	c cleaning 23999 clauses out of 48005 with flag 708251/315043
119.82/59.87	c cleaning 25004 clauses out of 50007 with flag 766819/341044
131.95/65.87	c cleaning 26000 clauses out of 52002 with flag 826308/368043
145.67/72.65	c cleaning 27002 clauses out of 54003 with flag 887713/396044
160.81/80.20	c cleaning 28001 clauses out of 56001 with flag 951034/425044
175.29/87.42	c cleaning 28990 clauses out of 57998 with flag 1016472/455042
190.95/95.28	c cleaning 30004 clauses out of 60010 with flag 1085247/486044
205.39/102.49	c cleaning 31002 clauses out of 62005 with flag 1153325/518043
222.69/111.02	c cleaning 31993 clauses out of 64003 with flag 1229087/551043
240.56/119.92	c cleaning 33001 clauses out of 66009 with flag 1304964/585042
262.42/130.81	c cleaning 34005 clauses out of 68010 with flag 1382301/620044
292.17/145.66	c cleaning 34999 clauses out of 70005 with flag 1462900/656044
314.62/157.17	c cleaning 36002 clauses out of 72004 with flag 1547413/693042
331.66/165.64	c cleaning 36996 clauses out of 74003 with flag 1631350/731043
351.35/175.41	c cleaning 37998 clauses out of 76006 with flag 1717123/770042
381.29/190.36	c cleaning 38996 clauses out of 78008 with flag 1814718/810042
422.80/211.03	c cleaning 40000 clauses out of 80014 with flag 1922822/851044
464.98/232.10	c cleaning 41003 clauses out of 82012 with flag 2035357/893042
502.15/250.54	c cleaning 42001 clauses out of 84009 with flag 2143942/936042
534.78/267.18	c cleaning 43000 clauses out of 86008 with flag 2241208/980042
570.55/284.95	c cleaning 44003 clauses out of 88008 with flag 2344861/1025042
618.92/309.10	c cleaning 44995 clauses out of 90007 with flag 2456250/1071044
650.29/324.66	c cleaning 45999 clauses out of 92011 with flag 2558542/1118043
692.03/345.46	c cleaning 47004 clauses out of 94012 with flag 2671900/1166043
746.20/372.47	c cleaning 47993 clauses out of 96008 with flag 2790768/1215043
796.35/397.41	c cleaning 49000 clauses out of 98014 with flag 2919227/1265042
844.71/422.09	c cleaning 50001 clauses out of 100015 with flag 3045594/1316043
891.79/445.50	c cleaning 51000 clauses out of 102013 with flag 3169616/1368042
944.82/471.89	c cleaning 52007 clauses out of 104014 with flag 3305203/1421043
982.39/490.52	c cleaning 53001 clauses out of 106006 with flag 3441736/1475042
1022.28/510.48	c cleaning 54002 clauses out of 108006 with flag 3575845/1530043
1059.50/528.94	c cleaning 54996 clauses out of 110004 with flag 3701375/1586043
1101.54/549.82	c cleaning 56002 clauses out of 112007 with flag 3846782/1643042
1144.12/571.01	c cleaning 57000 clauses out of 114006 with flag 3991127/1701043
1194.59/596.19	c cleaning 57999 clauses out of 116005 with flag 4136816/1760042
1250.27/623.89	c cleaning 59002 clauses out of 118006 with flag 4285818/1820042
1305.95/651.53	c cleaning 60002 clauses out of 120006 with flag 4440090/1881044
1372.11/684.42	c cleaning 60998 clauses out of 122002 with flag 4603510/1943042
1421.68/709.16	c cleaning 0 clauses out of 5005 with flag 0/5005
1434.27/715.24	c cleaning 61997 clauses out of 124005 with flag 4745774/2006043
1485.24/740.53	c cleaning 62998 clauses out of 126008 with flag 4888497/2070043
1547.90/771.77	c cleaning 63997 clauses out of 128010 with flag 5051806/2135043
1611.64/804.41	c cleaning 65005 clauses out of 130012 with flag 5213317/2201042
1663.31/830.25	c cleaning 66002 clauses out of 132008 with flag 5392103/2268043
1716.39/856.79	c cleaning 67001 clauses out of 134008 with flag 5568672/2336045
1778.26/887.61	c cleaning 67994 clauses out of 136004 with flag 5740793/2405042
1800.16/898.50	c >>>>>>>>>> Solver number 0 (2 answers) <<<<<<<<<<<<<<<<<<
1800.16/898.50	c starts		: 21
1800.16/898.50	c conflicts		: 2435490
1800.16/898.50	c decisions		: 2892944
1800.16/898.50	c propagations		: 125911893
1800.16/898.50	c inspects		: 12001136504
1800.16/898.50	c shortcuts		: 0
1800.16/898.50	c learnt literals	: 0
1800.16/898.50	c learnt binary clauses	: 0
1800.16/898.50	c learnt ternary clauses	: 239
1800.16/898.50	c learnt constraints	: 2435490
1800.16/898.50	c ignored constraints	: 0
1800.16/898.50	c root simplifications	: 0
1800.16/898.50	c removed literals (reason simplification)	: 34418273
1800.16/898.50	c reason swapping (by a shorter reason)	: 0
1800.16/898.50	c Calls to reduceDB	: 65
1800.16/898.50	c Number of update (reduction) of LBD	: 89438
1800.16/898.50	c Imported unit clauses	: 0
1800.16/898.50	c number of reductions to clauses (during analyze)	: 0
1800.16/898.50	c number of learned constraints concerned by reduction	: 0
1800.16/898.50	c number of learning phase by resolution	: 0
1800.16/898.50	c number of learning phase by cutting planes	: 0
1800.16/898.50	c speed (assignments/second)	: 140415.08644916094
1800.16/898.50	c non guided choices	16
1800.16/898.53	c learnt constraints type 
1800.16/898.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 98458
1800.16/898.53	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
1800.16/898.53	c starts		: 11
1800.16/898.53	c conflicts		: 5834
1800.16/898.53	c decisions		: 17216
1800.16/898.53	c propagations		: 267042
1800.16/898.53	c inspects		: 100096286
1800.16/898.53	c shortcuts		: 0
1800.16/898.53	c learnt literals	: 0
1800.16/898.53	c learnt binary clauses	: 0
1800.16/898.53	c learnt ternary clauses	: 0
1800.16/898.53	c learnt constraints	: 5834
1800.16/898.53	c ignored constraints	: 0
1800.16/898.53	c root simplifications	: 0
1800.16/898.53	c removed literals (reason simplification)	: 0
1800.16/898.53	c reason swapping (by a shorter reason)	: 0
1800.16/898.53	c Calls to reduceDB	: 1
1800.16/898.53	c Number of update (reduction) of LBD	: 0
1800.16/898.53	c Imported unit clauses	: 0
1800.16/898.53	c number of reductions to clauses (during analyze)	: 0
1800.16/898.53	c number of learned constraints concerned by reduction	: 0
1800.16/898.53	c number of learning phase by resolution	: 0
1800.16/898.53	c number of learning phase by cutting planes	: 0
1800.16/898.53	c speed (assignments/second)	: 297.6224044330962
1800.16/898.53	c non guided choices	5
1800.16/898.54	c learnt constraints type 
1800.16/898.54	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 240
1800.16/898.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5594
1800.16/898.54	s SATISFIABLE
1800.16/898.54	c Found 3 solution(s)
1800.16/898.54	v x1 -x2 -x3 -x4 -x5 x6 -x7 -x8 -x9 -x10 x11 -x12 -x13 x14 -x15 -x16 -x17 x18 -x19 x20 -x21 x22 x23 -x24 -x25 -x26 -x27 x28 -x29 -x30 -x31 x32 -x33 x34 -x35 -x36 -x37 x38 -x39 x40 -x41 x42 -x43 x44 -x45 x46 x47 -x48 -x49 x50 -x51 -x52 -x53 x54 -x55 x56 -x57 -x58 -x59 x60 -x61 x62 x63 -x64 -x65 x66 -x67 x68 x69 -x70 -x71 x72 -x73 x74 -x75 -x76 -x77 x78 -x79 x80 -x81 -x82 x83 -x84 -x85 -x86 -x87 x88 -x89 x90 -x91 x92 -x93 -x94 x95 -x96 x97 -x98 -x99 x100 -x101 x102 x103 -x104 -x105 x106 -x107 x108 -x109 x110 -x111 x112 x113 -x114 -x115 x116 -x117 x118 -x119 x120 -x121 x122 -x123 x124 -x125 -x126 -x127 x128 -x129 x130 -x131 x132 -x133 x134 -x135 x136 -x137 x138 x139 -x140 -x141 -x142 -x143 x144 -x145 -x146 -x147 x148 -x149 x150 -x151 -x152 -x153 x154 -x155 x156 -x157 x158 -x159 x160 -x161 x162 -x163 x164 -x165 x166 x167 -x168 -x169 x170 -x171 -x172 -x173 x174 x175 -x176 -x177 x178 x179 -x180 -x181 x182 x183 -x184 -x185 x186 -x187 x188 x189 -x190 -x191 x192 -x193 x194 x195 -x196 x197 -x198 -x199 -x200 -x201 x202 -x203 -x204 -x205 x206 -x207 -x208 -x209 x210 -x211 -x212 -x213 x214 -x215 x216 -x217 -x218 x219 -x220 -x221 -x222 -x223 x224 -x225 x226 -x227 x228 -x229 -x230 -x231 x232 -x233 x234 -x235 x236 -x237 -x238 -x239 x240 -x241 x242 -x243 x244 x245 -x246 -x247 -x248 -x249 x250 -x251 -x252 -x253 x254 -x255 x256 -x257 -x258 
1800.16/898.54	c objective function=115
1800.16/898.54	c Total wall clock time (in seconds): 898.427

Verifier Data

OK	115

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4092188-1466088142/watcher-4092188-1466088142 -o /tmp/evaluation-result-4092188-1466088142/solver-4092188-1466088142 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466075234-14703 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4092188-1466088142.wbo 

pid=25135
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.65 2.02 2.11 4/196 25138
/proc/meminfo: memFree=29114120/32872528 swapFree=496356/529060
[pid=25138] ppid=25135 vsize=91880 CPUtime=0 cores=1,3,5,7
/proc/25138/stat : 25138 (java) S 25135 25138 11396 0 -1 4202496 1265 0 0 0 0 0 0 0 20 0 2 0 10859620 94085120 906 33554432000 1073741824 1073778376 140735579825088 140735579816224 211462160445 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25138/statm: 22954 904 685 9 0 16769 0
[pid=25138/tid=25139] ppid=25135 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25139/stat : 25139 (java) D 25135 25138 11396 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 10859621 94019584 917 33554432000 1073741824 1073778376 140735579825088 140212703723048 211449638183 0 0 4096 0 18446744072100588836 0 0 -1 5 0 0 0 0 0

[startup+0.100063 s]
/proc/loadavg: 1.65 2.02 2.11 4/196 25138
/proc/meminfo: memFree=29114120/32872528 swapFree=496356/529060
[pid=25138] ppid=25135 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/25138/stat : 25138 (java) S 25135 25138 11396 0 -1 4202496 4455 0 1 0 9 0 0 0 20 0 18 0 10859620 9787879424 6082 33554432000 1073741824 1073778376 140735579825088 140735579816224 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25138/statm: 2389619 6082 2141 9 0 2380296 0
[pid=25138/tid=25139] ppid=25135 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/25138/task/25139/stat : 25139 (java) R 25135 25138 11396 0 -1 4202560 2409 0 1 0 7 0 0 0 20 0 18 0 10859621 9787879424 6082 33554432000 1073741824 1073778376 140735579825088 140212703726496 211462186253 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200369 s]
/proc/loadavg: 1.65 2.02 2.11 4/196 25138
/proc/meminfo: memFree=29114120/32872528 swapFree=496356/529060
[pid=25138] ppid=25135 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/25138/stat : 25138 (java) S 25135 25138 11396 0 -1 4202496 4725 0 1 0 23 1 0 0 20 0 18 0 10859620 9787879424 7325 33554432000 1073741824 1073778376 140735579825088 140735579816224 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25138/statm: 2389619 7325 2210 9 0 2380296 0
[pid=25138/tid=25139] ppid=25135 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/25138/task/25139/stat : 25139 (java) R 25135 25138 11396 0 -1 4202560 2427 0 1 0 17 0 0 0 20 0 18 0 10859621 9787879424 7325 33554432000 1073741824 1073778376 140735579825088 140212703726496 211462175800 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.30033 s]
/proc/loadavg: 1.65 2.02 2.11 4/196 25138
/proc/meminfo: memFree=29114120/32872528 swapFree=496356/529060
[pid=25138] ppid=25135 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/25138/stat : 25138 (java) S 25135 25138 11396 0 -1 4202496 5266 0 1 0 42 3 0 0 20 0 19 0 10859620 10060525568 9128 33554432000 1073741824 1073778376 140735579825088 140735579816224 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25138/statm: 2456183 9128 2246 9 0 2446860 0
[pid=25138/tid=25139] ppid=25135 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/25138/task/25139/stat : 25139 (java) S 25135 25138 11396 0 -1 4202560 2447 0 1 0 22 0 0 0 20 0 19 0 10859621 10060525568 9128 33554432000 1073741824 1073778376 140735579825088 140212703728504 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9824732

[startup+0.700255 s]
/proc/loadavg: 1.65 2.02 2.11 4/196 25138
/proc/meminfo: memFree=29114120/32872528 swapFree=496356/529060
[pid=25138] ppid=25135 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/25138/stat : 25138 (java) S 25135 25138 11396 0 -1 4202496 5266 0 1 0 42 3 0 0 20 0 19 0 10859620 10060525568 9128 33554432000 1073741824 1073778376 140735579825088 140735579816224 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25138/statm: 2456183 9128 2246 9 0 2446860 0
[pid=25138/tid=25139] ppid=25135 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/25138/task/25139/stat : 25139 (java) S 25135 25138 11396 0 -1 4202560 2447 0 1 0 22 0 0 0 20 0 19 0 10859621 10060525568 9128 33554432000 1073741824 1073778376 140735579825088 140212703728504 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9824732

[startup+1.50073 s]
/proc/loadavg: 1.68 2.02 2.11 2/215 25163
/proc/meminfo: memFree=29076860/32872528 swapFree=496356/529060
[pid=25138] ppid=25135 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/25138/stat : 25138 (java) S 25135 25138 11396 0 -1 4202496 18805 0 1 0 110 10 0 0 20 0 19 0 10859620 10060525568 19629 33554432000 1073741824 1073778376 140735579825088 140735579816224 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25138/statm: 2456183 19629 2251 9 0 2446860 0
[pid=25138/tid=25139] ppid=25135 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/25138/task/25139/stat : 25139 (java) S 25135 25138 11396 0 -1 4202560 2456 0 1 0 25 0 0 0 20 0 19 0 10859621 10060525568 19629 33554432000 1073741824 1073778376 140735579825088 140212703728504 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25138/tid=25141] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25141/stat : 25141 (java) S 25135 25138 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10859621 10060525568 19629 33554432000 1073741824 1073778376 140735579825088 140212547730216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25138/tid=25142] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25142/stat : 25142 (java) S 25135 25138 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10859621 10060525568 19629 33554432000 1073741824 1073778376 140735579825088 140212546677416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25138/tid=25143] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25143/stat : 25143 (java) S 25135 25138 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10859621 10060525568 19629 33554432000 1073741824 1073778376 140735579825088 140212545625128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25138/tid=25144] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25144/stat : 25144 (java) S 25135 25138 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10859621 10060525568 19586 33554432000 1073741824 1073778376 140735579825088 140212544572328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25138/tid=25145] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25145/stat : 25145 (java) S 25135 25138 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10859621 10060525568 19586 33554432000 1073741824 1073778376 140735579825088 140212543519016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25138/tid=25146] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25146/stat : 25146 (java) S 25135 25138 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10859621 10060525568 19586 33554432000 1073741824 1073778376 140735579825088 140212542466216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25138/tid=25147] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25147/stat : 25147 (java) S 25135 25138 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10859621 10060525568 19586 33554432000 1073741824 1073778376 140735579825088 140212541413928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25138/tid=25148] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25148/stat : 25148 (java) S 25135 25138 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10859621 10060525568 19586 33554432000 1073741824 1073778376 140735579825088 140212540361128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25138/tid=25149] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25149/stat : 25149 (java) S 25135 25138 11396 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10859623 10060525568 19586 33554432000 1073741824 1073778376 140735579825088 140212527950568 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25138/tid=25150] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25150/stat : 25150 (java) S 25135 25138 11396 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10859623 10060525568 19586 33554432000 1073741824 1073778376 140735579825088 140212526896632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25138/tid=25151] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25151/stat : 25151 (java) S 25135 25138 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10859623 10060525568 19586 33554432000 1073741824 1073778376 140735579825088 140212525844232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25138/tid=25152] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25152/stat : 25152 (java) S 25135 25138 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10859625 10060525568 19586 33554432000 1073741824 1073778376 140735579825088 140212524792720 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25138/tid=25153] ppid=25135 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/25138/task/25153/stat : 25153 (java) R 25135 25138 11396 0 -1 4202560 8465 0 0 0 31 2 0 0 20 0 19 0 10859625 10060525568 19586 33554432000 1073741824 1073778376 140735579825088 140212523726560 140212707845546 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=25138/tid=25154] ppid=25135 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/25138/task/25154/stat : 25154 (java) R 25135 25138 11396 0 -1 4202560 6539 0 0 0 33 2 0 0 20 0 19 0 10859625 10060525568 19586 33554432000 1073741824 1073778376 140735579825088 140212522673800 211458843767 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25138/tid=25155] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25155/stat : 25155 (java) S 25135 25138 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10859625 10060525568 19586 33554432000 1073741824 1073778376 140735579825088 140212521634424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25138/tid=25156] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25156/stat : 25156 (java) S 25135 25138 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10859625 10060525568 19586 33554432000 1073741824 1073778376 140735579825088 140212520581832 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 9824732

[startup+3.10099 s]
/proc/loadavg: 1.68 2.02 2.11 6/218 25169
/proc/meminfo: memFree=29020716/32872528 swapFree=496356/529060
[pid=25138] ppid=25135 vsize=9824732 CPUtime=5.2 cores=1,3,5,7
/proc/25138/stat : 25138 (java) S 25135 25138 11396 0 -1 4202496 26525 0 1 0 507 13 0 0 20 0 22 0 10859620 10060525568 37783 33554432000 1073741824 1073778376 140735579825088 140735579816224 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25138/statm: 2456183 37783 2269 9 0 2446860 0
[pid=25138/tid=25139] ppid=25135 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/25138/task/25139/stat : 25139 (java) S 25135 25138 11396 0 -1 4202560 2456 0 1 0 26 0 0 0 20 0 22 0 10859621 10060525568 37783 33554432000 1073741824 1073778376 140735579825088 140212703728504 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25138/tid=25141] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25141/stat : 25141 (java) S 25135 25138 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10859621 10060525568 37783 33554432000 1073741824 1073778376 140735579825088 140212547730216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25138/tid=25142] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25142/stat : 25142 (java) S 25135 25138 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10859621 10060525568 37783 33554432000 1073741824 1073778376 140735579825088 140212546677416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25138/tid=25143] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25143/stat : 25143 (java) S 25135 25138 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10859621 10060525568 37783 33554432000 1073741824 1073778376 140735579825088 140212545625128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25138/tid=25144] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25144/stat : 25144 (java) S 25135 25138 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10859621 10060525568 37783 33554432000 1073741824 1073778376 140735579825088 140212544572328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25138/tid=25145] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25145/stat : 25145 (java) S 25135 25138 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10859621 10060525568 37783 33554432000 1073741824 1073778376 140735579825088 140212543519016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25138/tid=25146] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25146/stat : 25146 (java) S 25135 25138 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10859621 10060525568 37783 33554432000 1073741824 1073778376 140735579825088 140212542466216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25138/tid=25147] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25147/stat : 25147 (java) S 25135 25138 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10859621 10060525568 37783 33554432000 1073741824 1073778376 140735579825088 140212541413928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25138/tid=25148] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25148/stat : 25148 (java) S 25135 25138 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 10859621 10060525568 37783 33554432000 1073741824 1073778376 140735579825088 140212540361128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25138/tid=25149] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25149/stat : 25149 (java) S 25135 25138 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 10859623 10060525568 37783 33554432000 1073741824 1073778376 140735579825088 140212527950568 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25138/tid=25150] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25150/stat : 25150 (java) S 25135 25138 11396 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 10859623 10060525568 37783 33554432000 1073741824 1073778376 140735579825088 140212526896632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25138/tid=25151] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25151/stat : 25151 (java) S 25135 25138 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10859623 10060525568 37783 33554432000 1073741824 1073778376 140735579825088 140212525844232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25138/tid=25152] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25152/stat : 25152 (java) S 25135 25138 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10859625 10060525568 37783 33554432000 1073741824 1073778376 140735579825088 140212524792720 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25138/tid=25153] ppid=25135 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/25138/task/25153/stat : 25153 (java) S 25135 25138 11396 0 -1 4202560 10820 0 0 0 101 3 0 0 20 0 22 0 10859625 10060525568 37783 33554432000 1073741824 1073778376 140735579825088 140212523739320 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25138/tid=25154] ppid=25135 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/25138/task/25154/stat : 25154 (java) S 25135 25138 11396 0 -1 4202560 11856 0 0 0 103 3 0 0 20 0 22 0 10859625 10060525568 37783 33554432000 1073741824 1073778376 140735579825088 140212522686520 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25138/tid=25155] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25155/stat : 25155 (java) S 25135 25138 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10859625 10060525568 37783 33554432000 1073741824 1073778376 140735579825088 140212521634424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25138/tid=25156] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25156/stat : 25156 (java) S 25135 25138 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10859625 10060525568 37783 33554432000 1073741824 1073778376 140735579825088 140212520581832 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25138/tid=25166] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25166/stat : 25166 (java) S 25135 25138 11396 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 10859749 10060525568 37783 33554432000 1073741824 1073778376 140735579825088 140212518475048 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25138/tid=25167] ppid=25135 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/25138/task/25167/stat : 25167 (java) R 25135 25138 11396 0 -1 4202560 9 0 0 0 127 0 0 0 20 0 22 0 10859799 10060525568 37783 33554432000 1073741824 1073778376 140735579825088 140212519527752 140212575916167 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25138/tid=25168] ppid=25135 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/25138/task/25168/stat : 25168 (java) R 25135 25138 11396 0 -1 4202560 36 0 0 0 127 0 0 0 20 0 22 0 10859799 10060525568 37783 33554432000 1073741824 1073778376 140735579825088 140212516367560 140212576211557 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25138/tid=25169] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25169/stat : 25169 (java) S 25135 25138 11396 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 10859800 10060525568 37783 33554432000 1073741824 1073778376 140735579825088 140212517421992 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.2
Current children cumulated vsize (KiB) 9824732

[startup+6.30095 s]
/proc/loadavg: 1.68 2.02 2.11 4/218 25169
/proc/meminfo: memFree=28921456/32872528 swapFree=496356/529060
[pid=25138] ppid=25135 vsize=9824732 CPUtime=11.76 cores=1,3,5,7
/proc/25138/stat : 25138 (java) S 25135 25138 11396 0 -1 4202496 27070 0 1 0 1158 18 0 0 20 0 22 0 10859620 10060525568 55104 33554432000 1073741824 1073778376 140735579825088 140735579816224 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25138/statm: 2456183 55104 2282 9 0 2446860 0
[pid=25138/tid=25139] ppid=25135 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/25138/task/25139/stat : 25139 (java) S 25135 25138 11396 0 -1 4202560 2456 0 1 0 26 0 0 0 20 0 22 0 10859621 10060525568 55104 33554432000 1073741824 1073778376 140735579825088 140212703728504 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25138/tid=25141] ppid=25135 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/25138/task/25141/stat : 25141 (java) S 25135 25138 11396 0 -1 4202560 131 0 0 0 1 0 0 0 20 0 22 0 10859621 10060525568 55104 33554432000 1073741824 1073778376 140735579825088 140212547730216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25138/tid=25142] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25142/stat : 25142 (java) S 25135 25138 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10859621 10060525568 55104 33554432000 1073741824 1073778376 140735579825088 140212546677416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25138/tid=25143] ppid=25135 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/25138/task/25143/stat : 25143 (java) S 25135 25138 11396 0 -1 4202560 130 0 0 0 1 1 0 0 20 0 22 0 10859621 10060525568 55104 33554432000 1073741824 1073778376 140735579825088 140212545625128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25138/tid=25144] ppid=25135 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/25138/task/25144/stat : 25144 (java) S 25135 25138 11396 0 -1 4202560 107 0 0 0 2 0 0 0 20 0 22 0 10859621 10060525568 55104 33554432000 1073741824 1073778376 140735579825088 140212544572328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25138/tid=25145] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25145/stat : 25145 (java) S 25135 25138 11396 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 10859621 10060525568 55104 33554432000 1073741824 1073778376 140735579825088 140212543519016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25138/tid=25146] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25146/stat : 25146 (java) S 25135 25138 11396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 10859621 10060525568 55104 33554432000 1073741824 1073778376 140735579825088 140212542466216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25138/tid=25147] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25147/stat : 25147 (java) S 25135 25138 11396 0 -1 4202560 117 0 0 0 0 0 0 0 20 0 22 0 10859621 10060525568 55104 33554432000 1073741824 1073778376 140735579825088 140212541413928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25138/tid=25148] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25148/stat : 25148 (java) S 25135 25138 11396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 10859621 10060525568 55104 33554432000 1073741824 1073778376 140735579825088 140212540361128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25138/tid=25149] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25149/stat : 25149 (java) S 25135 25138 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10859623 10060525568 55104 33554432000 1073741824 1073778376 140735579825088 140212527950568 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25138/tid=25150] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25150/stat : 25150 (java) S 25135 25138 11396 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 10859623 10060525568 55104 33554432000 1073741824 1073778376 140735579825088 140212526896632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25138/tid=25151] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25151/stat : 25151 (java) S 25135 25138 11396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 10859623 10060525568 55104 33554432000 1073741824 1073778376 140735579825088 140212525844232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25138/tid=25152] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7

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


[startup+882.308 s]
/proc/loadavg: 3.57 3.64 3.07 4/216 25415
/proc/meminfo: memFree=26241400/32872528 swapFree=496356/529060
[pid=25138] ppid=25135 vsize=9824732 CPUtime=1767.67 cores=1,3,5,7
/proc/25138/stat : 25138 (java) S 25135 25138 11396 0 -1 4202496 38261 0 1 0 176515 252 0 0 20 0 22 0 10859620 10060525568 543620 33554432000 1073741824 1073778376 140735579825088 140735579816224 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25138/statm: 2456183 543620 2294 9 0 2446860 0
[pid=25138/tid=25139] ppid=25135 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/25138/task/25139/stat : 25139 (java) S 25135 25138 11396 0 -1 4202560 2463 0 1 0 28 3 0 0 20 0 22 0 10859621 10060525568 543620 33554432000 1073741824 1073778376 140735579825088 140212703728504 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25138/tid=25141] ppid=25135 vsize=9824732 CPUtime=2.14 cores=1,3,5,7
/proc/25138/task/25141/stat : 25141 (java) S 25135 25138 11396 0 -1 4202560 1189 0 0 0 190 24 0 0 20 0 22 0 10859621 10060525568 543620 33554432000 1073741824 1073778376 140735579825088 140212547730216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25138/tid=25142] ppid=25135 vsize=9824732 CPUtime=2.09 cores=1,3,5,7
/proc/25138/task/25142/stat : 25142 (java) S 25135 25138 11396 0 -1 4202560 761 0 0 0 185 24 0 0 20 0 22 0 10859621 10060525568 543620 33554432000 1073741824 1073778376 140735579825088 140212546677416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25138/tid=25143] ppid=25135 vsize=9824732 CPUtime=2.31 cores=1,3,5,7
/proc/25138/task/25143/stat : 25143 (java) S 25135 25138 11396 0 -1 4202560 1150 0 0 0 206 25 0 0 20 0 22 0 10859621 10060525568 543620 33554432000 1073741824 1073778376 140735579825088 140212545625128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25138/tid=25144] ppid=25135 vsize=9824732 CPUtime=2.33 cores=1,3,5,7
/proc/25138/task/25144/stat : 25144 (java) S 25135 25138 11396 0 -1 4202560 890 0 0 0 203 30 0 0 20 0 22 0 10859621 10060525568 543620 33554432000 1073741824 1073778376 140735579825088 140212544572328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25138/tid=25145] ppid=25135 vsize=9824732 CPUtime=2.24 cores=1,3,5,7
/proc/25138/task/25145/stat : 25145 (java) S 25135 25138 11396 0 -1 4202560 1346 0 0 0 197 27 0 0 20 0 22 0 10859621 10060525568 543620 33554432000 1073741824 1073778376 140735579825088 140212543519016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25138/tid=25146] ppid=25135 vsize=9824732 CPUtime=2.07 cores=1,3,5,7
/proc/25138/task/25146/stat : 25146 (java) S 25135 25138 11396 0 -1 4202560 791 0 0 0 184 23 0 0 20 0 22 0 10859621 10060525568 543620 33554432000 1073741824 1073778376 140735579825088 140212542466216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25138/tid=25147] ppid=25135 vsize=9824732 CPUtime=2.05 cores=1,3,5,7
/proc/25138/task/25147/stat : 25147 (java) S 25135 25138 11396 0 -1 4202560 1084 0 0 0 179 26 0 0 20 0 22 0 10859621 10060525568 543620 33554432000 1073741824 1073778376 140735579825088 140212541413928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25138/tid=25148] ppid=25135 vsize=9824732 CPUtime=2.04 cores=1,3,5,7
/proc/25138/task/25148/stat : 25148 (java) S 25135 25138 11396 0 -1 4202560 967 0 0 0 181 23 0 0 20 0 22 0 10859621 10060525568 543620 33554432000 1073741824 1073778376 140735579825088 140212540361128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25138/tid=25149] ppid=25135 vsize=9824732 CPUtime=4.64 cores=1,3,5,7
/proc/25138/task/25149/stat : 25149 (java) S 25135 25138 11396 0 -1 4202560 1747 0 0 0 453 11 0 0 20 0 22 0 10859623 10060525568 543620 33554432000 1073741824 1073778376 140735579825088 140212527950568 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25138/tid=25150] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25150/stat : 25150 (java) S 25135 25138 11396 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 10859623 10060525568 543620 33554432000 1073741824 1073778376 140735579825088 140212526896632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25138/tid=25151] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25151/stat : 25151 (java) S 25135 25138 11396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 10859623 10060525568 543620 33554432000 1073741824 1073778376 140735579825088 140212525844232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25138/tid=25152] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25152/stat : 25152 (java) S 25135 25138 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10859625 10060525568 543620 33554432000 1073741824 1073778376 140735579825088 140212524792720 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25138/tid=25153] ppid=25135 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/25138/task/25153/stat : 25153 (java) S 25135 25138 11396 0 -1 4202560 10842 0 0 0 177 3 0 0 20 0 22 0 10859625 10060525568 543620 33554432000 1073741824 1073778376 140735579825088 140212523739320 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25138/tid=25154] ppid=25135 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/25138/task/25154/stat : 25154 (java) S 25135 25138 11396 0 -1 4202560 11860 0 0 0 114 3 0 0 20 0 22 0 10859625 10060525568 543620 33554432000 1073741824 1073778376 140735579825088 140212522686520 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25138/tid=25155] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25155/stat : 25155 (java) S 25135 25138 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10859625 10060525568 543620 33554432000 1073741824 1073778376 140735579825088 140212521634424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25138/tid=25156] ppid=25135 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/25138/task/25156/stat : 25156 (java) S 25135 25138 11396 0 -1 4202560 51 0 0 0 14 23 0 0 20 0 22 0 10859625 10060525568 543620 33554432000 1073741824 1073778376 140735579825088 140212520581832 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25138/tid=25166] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25166/stat : 25166 (java) S 25135 25138 11396 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 10859749 10060525568 543620 33554432000 1073741824 1073778376 140735579825088 140212518475048 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25138/tid=25167] ppid=25135 vsize=9824732 CPUtime=871.11 cores=1,3,5,7
/proc/25138/task/25167/stat : 25167 (java) R 25135 25138 11396 0 -1 4202560 81 0 0 0 87095 16 0 0 20 0 22 0 10859799 10060525568 543620 33554432000 1073741824 1073778376 140735579825088 140212519526416 140212575916162 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25138/tid=25168] ppid=25135 vsize=9824732 CPUtime=871.04 cores=1,3,5,7
/proc/25138/task/25168/stat : 25168 (java) R 25135 25138 11396 0 -1 4202560 1703 0 0 0 87082 22 0 0 20 0 22 0 10859799 10060525568 543620 33554432000 1073741824 1073778376 140735579825088 140212516366656 140212575858146 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25138/tid=25169] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25169/stat : 25169 (java) S 25135 25138 11396 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 10859800 10060525568 543620 33554432000 1073741824 1073778376 140735579825088 140212517421992 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1767.67
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.501 s]
/proc/loadavg: 3.60 3.64 3.07 5/219 25419
/proc/meminfo: memFree=26308584/32872528 swapFree=496356/529060
[pid=25138] ppid=25135 vsize=9824732 CPUtime=1800.16 cores=1,3,5,7
/proc/25138/stat : 25138 (java) S 25135 25138 11396 0 -1 4202496 38262 0 1 0 179764 252 0 0 20 0 22 0 10859620 10060525568 524174 33554432000 1073741824 1073778376 140735579825088 140735579816224 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25138/statm: 2456183 524174 2294 9 0 2446860 0
[pid=25138/tid=25139] ppid=25135 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/25138/task/25139/stat : 25139 (java) S 25135 25138 11396 0 -1 4202560 2463 0 1 0 28 3 0 0 20 0 22 0 10859621 10060525568 524174 33554432000 1073741824 1073778376 140735579825088 140212703728504 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25138/tid=25141] ppid=25135 vsize=9824732 CPUtime=2.16 cores=1,3,5,7
/proc/25138/task/25141/stat : 25141 (java) S 25135 25138 11396 0 -1 4202560 1189 0 0 0 192 24 0 0 20 0 22 0 10859621 10060525568 524174 33554432000 1073741824 1073778376 140735579825088 140212547730216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25138/tid=25142] ppid=25135 vsize=9824732 CPUtime=2.11 cores=1,3,5,7
/proc/25138/task/25142/stat : 25142 (java) S 25135 25138 11396 0 -1 4202560 761 0 0 0 187 24 0 0 20 0 22 0 10859621 10060525568 524174 33554432000 1073741824 1073778376 140735579825088 140212546677416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25138/tid=25143] ppid=25135 vsize=9824732 CPUtime=2.33 cores=1,3,5,7
/proc/25138/task/25143/stat : 25143 (java) S 25135 25138 11396 0 -1 4202560 1150 0 0 0 208 25 0 0 20 0 22 0 10859621 10060525568 524174 33554432000 1073741824 1073778376 140735579825088 140212545625128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25138/tid=25144] ppid=25135 vsize=9824732 CPUtime=2.35 cores=1,3,5,7
/proc/25138/task/25144/stat : 25144 (java) S 25135 25138 11396 0 -1 4202560 890 0 0 0 205 30 0 0 20 0 22 0 10859621 10060525568 524174 33554432000 1073741824 1073778376 140735579825088 140212544572328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25138/tid=25145] ppid=25135 vsize=9824732 CPUtime=2.3 cores=1,3,5,7
/proc/25138/task/25145/stat : 25145 (java) S 25135 25138 11396 0 -1 4202560 1346 0 0 0 203 27 0 0 20 0 22 0 10859621 10060525568 524174 33554432000 1073741824 1073778376 140735579825088 140212543519016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25138/tid=25146] ppid=25135 vsize=9824732 CPUtime=2.13 cores=1,3,5,7
/proc/25138/task/25146/stat : 25146 (java) S 25135 25138 11396 0 -1 4202560 791 0 0 0 190 23 0 0 20 0 22 0 10859621 10060525568 524174 33554432000 1073741824 1073778376 140735579825088 140212542466216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25138/tid=25147] ppid=25135 vsize=9824732 CPUtime=2.07 cores=1,3,5,7
/proc/25138/task/25147/stat : 25147 (java) S 25135 25138 11396 0 -1 4202560 1084 0 0 0 181 26 0 0 20 0 22 0 10859621 10060525568 524174 33554432000 1073741824 1073778376 140735579825088 140212541413928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25138/tid=25148] ppid=25135 vsize=9824732 CPUtime=2.06 cores=1,3,5,7
/proc/25138/task/25148/stat : 25148 (java) S 25135 25138 11396 0 -1 4202560 967 0 0 0 183 23 0 0 20 0 22 0 10859621 10060525568 524174 33554432000 1073741824 1073778376 140735579825088 140212540361128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25138/tid=25149] ppid=25135 vsize=9824732 CPUtime=4.64 cores=1,3,5,7
/proc/25138/task/25149/stat : 25149 (java) S 25135 25138 11396 0 -1 4202560 1747 0 0 0 453 11 0 0 20 0 22 0 10859623 10060525568 524174 33554432000 1073741824 1073778376 140735579825088 140212527950568 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25138/tid=25150] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25150/stat : 25150 (java) S 25135 25138 11396 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 10859623 10060525568 524174 33554432000 1073741824 1073778376 140735579825088 140212526896632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25138/tid=25151] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25151/stat : 25151 (java) S 25135 25138 11396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 10859623 10060525568 524174 33554432000 1073741824 1073778376 140735579825088 140212525844232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25138/tid=25152] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25152/stat : 25152 (java) S 25135 25138 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10859625 10060525568 524174 33554432000 1073741824 1073778376 140735579825088 140212524792720 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25138/tid=25153] ppid=25135 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/25138/task/25153/stat : 25153 (java) S 25135 25138 11396 0 -1 4202560 10842 0 0 0 177 3 0 0 20 0 22 0 10859625 10060525568 524174 33554432000 1073741824 1073778376 140735579825088 140212523739320 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25138/tid=25154] ppid=25135 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/25138/task/25154/stat : 25154 (java) S 25135 25138 11396 0 -1 4202560 11860 0 0 0 114 3 0 0 20 0 22 0 10859625 10060525568 524174 33554432000 1073741824 1073778376 140735579825088 140212522686520 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25138/tid=25155] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25155/stat : 25155 (java) S 25135 25138 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10859625 10060525568 524174 33554432000 1073741824 1073778376 140735579825088 140212521634424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25138/tid=25156] ppid=25135 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/25138/task/25156/stat : 25156 (java) S 25135 25138 11396 0 -1 4202560 51 0 0 0 15 23 0 0 20 0 22 0 10859625 10060525568 524174 33554432000 1073741824 1073778376 140735579825088 140212520581832 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25138/tid=25166] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25166/stat : 25166 (java) S 25135 25138 11396 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 10859749 10060525568 524174 33554432000 1073741824 1073778376 140735579825088 140212518475048 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25138/tid=25167] ppid=25135 vsize=9824732 CPUtime=887.24 cores=1,3,5,7
/proc/25138/task/25167/stat : 25167 (java) R 25135 25138 11396 0 -1 4202560 82 0 0 0 88708 16 0 0 20 0 22 0 10859799 10060525568 524174 33554432000 1073741824 1073778376 140735579825088 140212519526528 140212575916162 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25138/tid=25168] ppid=25135 vsize=9824732 CPUtime=887.16 cores=1,3,5,7
/proc/25138/task/25168/stat : 25168 (java) R 25135 25138 11396 0 -1 4202560 1703 0 0 0 88694 22 0 0 20 0 22 0 10859799 10060525568 524174 33554432000 1073741824 1073778376 140735579825088 140212516367424 140212575858146 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25138/tid=25169] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25169/stat : 25169 (java) S 25135 25138 11396 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 10859800 10060525568 524174 33554432000 1073741824 1073778376 140735579825088 140212517421992 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 9824732

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 25138 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+898.501 s]
/proc/loadavg: 3.60 3.64 3.07 5/219 25419
/proc/meminfo: memFree=26308584/32872528 swapFree=496356/529060
[pid=25138] ppid=25135 vsize=9824732 CPUtime=1800.16 cores=1,3,5,7
/proc/25138/stat : 25138 (java) S 25135 25138 11396 0 -1 4202496 38262 0 1 0 179764 252 0 0 20 0 22 0 10859620 10060525568 524174 33554432000 1073741824 1073778376 140735579825088 140735579816224 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25138/statm: 2456183 524174 2294 9 0 2446860 0
[pid=25138/tid=25139] ppid=25135 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/25138/task/25139/stat : 25139 (java) S 25135 25138 11396 0 -1 4202560 2463 0 1 0 28 3 0 0 20 0 22 0 10859621 10060525568 524174 33554432000 1073741824 1073778376 140735579825088 140212703728504 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25138/tid=25141] ppid=25135 vsize=9824732 CPUtime=2.16 cores=1,3,5,7
/proc/25138/task/25141/stat : 25141 (java) S 25135 25138 11396 0 -1 4202560 1189 0 0 0 192 24 0 0 20 0 22 0 10859621 10060525568 524174 33554432000 1073741824 1073778376 140735579825088 140212547730216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25138/tid=25142] ppid=25135 vsize=9824732 CPUtime=2.11 cores=1,3,5,7
/proc/25138/task/25142/stat : 25142 (java) S 25135 25138 11396 0 -1 4202560 761 0 0 0 187 24 0 0 20 0 22 0 10859621 10060525568 524174 33554432000 1073741824 1073778376 140735579825088 140212546677416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25138/tid=25143] ppid=25135 vsize=9824732 CPUtime=2.33 cores=1,3,5,7
/proc/25138/task/25143/stat : 25143 (java) S 25135 25138 11396 0 -1 4202560 1150 0 0 0 208 25 0 0 20 0 22 0 10859621 10060525568 524174 33554432000 1073741824 1073778376 140735579825088 140212545625128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25138/tid=25144] ppid=25135 vsize=9824732 CPUtime=2.35 cores=1,3,5,7
/proc/25138/task/25144/stat : 25144 (java) S 25135 25138 11396 0 -1 4202560 890 0 0 0 205 30 0 0 20 0 22 0 10859621 10060525568 524174 33554432000 1073741824 1073778376 140735579825088 140212544572328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25138/tid=25145] ppid=25135 vsize=9824732 CPUtime=2.3 cores=1,3,5,7
/proc/25138/task/25145/stat : 25145 (java) S 25135 25138 11396 0 -1 4202560 1346 0 0 0 203 27 0 0 20 0 22 0 10859621 10060525568 524174 33554432000 1073741824 1073778376 140735579825088 140212543519016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25138/tid=25146] ppid=25135 vsize=9824732 CPUtime=2.13 cores=1,3,5,7
/proc/25138/task/25146/stat : 25146 (java) S 25135 25138 11396 0 -1 4202560 791 0 0 0 190 23 0 0 20 0 22 0 10859621 10060525568 524174 33554432000 1073741824 1073778376 140735579825088 140212542466216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25138/tid=25147] ppid=25135 vsize=9824732 CPUtime=2.07 cores=1,3,5,7
/proc/25138/task/25147/stat : 25147 (java) S 25135 25138 11396 0 -1 4202560 1084 0 0 0 181 26 0 0 20 0 22 0 10859621 10060525568 524174 33554432000 1073741824 1073778376 140735579825088 140212541413928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25138/tid=25148] ppid=25135 vsize=9824732 CPUtime=2.06 cores=1,3,5,7
/proc/25138/task/25148/stat : 25148 (java) S 25135 25138 11396 0 -1 4202560 967 0 0 0 183 23 0 0 20 0 22 0 10859621 10060525568 524174 33554432000 1073741824 1073778376 140735579825088 140212540361128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25138/tid=25149] ppid=25135 vsize=9824732 CPUtime=4.64 cores=1,3,5,7
/proc/25138/task/25149/stat : 25149 (java) S 25135 25138 11396 0 -1 4202560 1747 0 0 0 453 11 0 0 20 0 22 0 10859623 10060525568 524174 33554432000 1073741824 1073778376 140735579825088 140212527950568 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25138/tid=25150] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25150/stat : 25150 (java) S 25135 25138 11396 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 10859623 10060525568 524174 33554432000 1073741824 1073778376 140735579825088 140212526896632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25138/tid=25151] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25151/stat : 25151 (java) S 25135 25138 11396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 10859623 10060525568 524174 33554432000 1073741824 1073778376 140735579825088 140212525844232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25138/tid=25152] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25152/stat : 25152 (java) S 25135 25138 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10859625 10060525568 524174 33554432000 1073741824 1073778376 140735579825088 140212524792720 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25138/tid=25153] ppid=25135 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/25138/task/25153/stat : 25153 (java) S 25135 25138 11396 0 -1 4202560 10842 0 0 0 177 3 0 0 20 0 22 0 10859625 10060525568 524174 33554432000 1073741824 1073778376 140735579825088 140212523739320 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25138/tid=25154] ppid=25135 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/25138/task/25154/stat : 25154 (java) S 25135 25138 11396 0 -1 4202560 11860 0 0 0 114 3 0 0 20 0 22 0 10859625 10060525568 524174 33554432000 1073741824 1073778376 140735579825088 140212522686520 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25138/tid=25155] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25155/stat : 25155 (java) S 25135 25138 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10859625 10060525568 524174 33554432000 1073741824 1073778376 140735579825088 140212521634424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25138/tid=25156] ppid=25135 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/25138/task/25156/stat : 25156 (java) S 25135 25138 11396 0 -1 4202560 51 0 0 0 15 23 0 0 20 0 22 0 10859625 10060525568 524174 33554432000 1073741824 1073778376 140735579825088 140212520581832 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25138/tid=25166] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25166/stat : 25166 (java) S 25135 25138 11396 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 10859749 10060525568 524174 33554432000 1073741824 1073778376 140735579825088 140212518475048 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25138/tid=25167] ppid=25135 vsize=9824732 CPUtime=887.24 cores=1,3,5,7
/proc/25138/task/25167/stat : 25167 (java) R 25135 25138 11396 0 -1 4202560 82 0 0 0 88708 16 0 0 20 0 22 0 10859799 10060525568 524174 33554432000 1073741824 1073778376 140735579825088 140212519526528 140212575916162 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25138/tid=25168] ppid=25135 vsize=9824732 CPUtime=887.16 cores=1,3,5,7
/proc/25138/task/25168/stat : 25168 (java) R 25135 25138 11396 0 -1 4202560 1703 0 0 0 88694 22 0 0 20 0 22 0 10859799 10060525568 524174 33554432000 1073741824 1073778376 140735579825088 140212516367424 140212575858146 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25138/tid=25169] ppid=25135 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25138/task/25169/stat : 25169 (java) S 25135 25138 11396 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 10859800 10060525568 524174 33554432000 1073741824 1073778376 140735579825088 140212517421992 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 898.564
CPU time (s): 1800.85
CPU user time (s): 1797.79
CPU system time (s): 3.06253
CPU usage (%): 200.414
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.79
system time used= 3.06253
maximum resident set size= 2211432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38305
page faults= 1
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24426
involuntary context switches= 28367

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.85211 second user time and 7.52486 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-16 16:42:22
IDJOB=4092188
IDBENCH=79432
IDSOLVER=2552
FILE ID=node141/4092188-1466088142
RUNJOBID= node141-1466075234-14703
PBS_JOBID= 19903999
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/spot5/normalized-spot5-404_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4092188-1466088142/watcher-4092188-1466088142 -o /tmp/evaluation-result-4092188-1466088142/solver-4092188-1466088142 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466075234-14703 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4092188-1466088142.wbo

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

MD5SUM BENCH= 2413d46290c8b1663f08f424871383e0
RANDOM SEED=1895367584

node141.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.547
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.09
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
cpu MHz		: 2666.547
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 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 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 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
cpu MHz		: 2666.547
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
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
cpu MHz		: 2666.547
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 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 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 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
cpu MHz		: 2666.547
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.547
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 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 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 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
cpu MHz		: 2666.547
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 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 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 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	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.547
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29114120 kB
Buffers:           31476 kB
Cached:            59732 kB
SwapCached:         2880 kB
Active:          2458324 kB
Inactive:          57840 kB
Active(anon):    2425148 kB
Inactive(anon):     2156 kB
Active(file):      33176 kB
Inactive(file):    55684 kB
Unevictable:      529060 kB
Mlocked:          496356 kB
SwapTotal:      67108856 kB
SwapFree:       67098996 kB
Dirty:               920 kB
Writeback:             0 kB
AnonPages:       2981044 kB
Mapped:            15444 kB
Shmem:                 0 kB
Slab:             567792 kB
SReclaimable:      10864 kB
SUnreclaim:       556928 kB
KernelStack:        1776 kB
PageTables:        10160 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3554624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2416640 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71744 MiB
End job on node141 at 2016-06-16 16:57:21