Trace number 4106027

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
Sat4j PB 2.3.6 Resolution PB16OPT3 650.49 648.16

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=173-P1=23-P2=211-P3=199-P4=389-P5=269-P6=383-P7=211-P8=347-B.opb
MD5SUM98317fc891a56a06b9f6f284bcd4ad38
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.19097
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables216
Total number of constraints17
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)648
Sum of products size (including duplicates)1296
Number of different products648
Sum of products size1296

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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4106027-1466269400.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
0.11/0.19	c ... done. Wall clock time 0.094s.
0.11/0.19	c declared #vars     216
0.11/0.19	c internal #vars     864
0.11/0.19	c #constraints  1321
0.11/0.19	c constraints type 
0.11/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 648
0.11/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 673
0.11/0.19	c 1321 constraints processed.
0.11/0.19	c objective function length is 9 literals
0.92/0.63	c cleaning 2494 clauses out of 5001 with flag 10176/5001
1.46/1.01	c cleaning 4245 clauses out of 8507 with flag 22594/11001
1.86/1.45	c cleaning 5603 clauses out of 11261 with flag 37289/18000
2.56/2.12	c cleaning 6825 clauses out of 13658 with flag 53958/26000
3.37/2.90	c cleaning 7898 clauses out of 15835 with flag 73799/35002
4.17/3.77	c cleaning 8959 clauses out of 17935 with flag 96064/45000
4.88/4.45	c cleaning 9981 clauses out of 19977 with flag 119699/56001
6.08/5.69	c cleaning 10989 clauses out of 21995 with flag 144503/68000
7.27/6.86	c cleaning 11994 clauses out of 24006 with flag 172399/81000
8.37/7.92	c cleaning 13002 clauses out of 26013 with flag 203476/95001
10.42/9.92	c cleaning 14004 clauses out of 28011 with flag 236309/110001
11.81/11.05	c cleaning 14988 clauses out of 30006 with flag 269815/126000
13.22/12.48	c cleaning 16002 clauses out of 32019 with flag 306091/143001
14.42/13.68	c cleaning 16995 clauses out of 34016 with flag 344579/161000
16.01/15.23	c cleaning 18002 clauses out of 36021 with flag 384815/180000
17.92/17.11	c cleaning 19006 clauses out of 38019 with flag 428866/200000
19.33/18.59	c cleaning 20004 clauses out of 40014 with flag 473894/221001
20.73/19.92	c cleaning 20988 clauses out of 42010 with flag 521007/243001
22.22/21.43	c cleaning 22010 clauses out of 44022 with flag 571026/266001
24.52/23.71	c cleaning 22998 clauses out of 46012 with flag 621839/290001
27.14/26.24	c cleaning 23996 clauses out of 48013 with flag 676089/315000
29.69/28.72	c cleaning 24987 clauses out of 50017 with flag 732024/341000
30.89/29.96	c SATISFIABLE
30.89/29.96	c OPTIMIZING...
30.89/29.96	c Got one! Elapsed wall clock time (in seconds):29.856
30.89/29.96	o 455
31.59/30.63	c cleaning 24618 clauses out of 49249 with flag 10363/365220
31.89/30.96	c cleaning 15302 clauses out of 30632 with flag 24111/371221
32.50/31.52	c cleaning 11143 clauses out of 22330 with flag 38633/378221
32.60/31.62	c Got one! Elapsed wall clock time (in seconds):31.519
32.60/31.62	o 43
32.80/31.83	c cleaning 8317 clauses out of 16682 with flag 6355/383716
33.10/32.16	c cleaning 7175 clauses out of 14366 with flag 19329/389717
33.50/32.58	c cleaning 7070 clauses out of 14190 with flag 34140/396716
33.90/33.00	c cleaning 7558 clauses out of 15121 with flag 51225/404717
34.50/33.57	c cleaning 8267 clauses out of 16563 with flag 70123/413717
35.40/34.43	c cleaning 9144 clauses out of 18296 with flag 90987/423717
36.00/35.03	c cleaning 10059 clauses out of 20151 with flag 113709/434716
36.60/35.64	c cleaning 11041 clauses out of 22093 with flag 138715/446717
38.00/37.03	c cleaning 12019 clauses out of 24051 with flag 168229/459716
39.61/38.61	c cleaning 13002 clauses out of 26032 with flag 197784/473716
41.30/40.39	c cleaning 14007 clauses out of 28031 with flag 229353/488717
42.50/41.52	c cleaning 15008 clauses out of 30023 with flag 263908/504716
43.70/42.70	c cleaning 15998 clauses out of 32016 with flag 299924/521717
44.01/43.08	c Got one! Elapsed wall clock time (in seconds):42.979
44.01/43.08	o 11
44.30/43.31	c cleaning 13162 clauses out of 26330 with flag 10829/532029
44.90/43.95	c cleaning 9569 clauses out of 19168 with flag 23728/538029
45.30/44.30	c Got one! Elapsed wall clock time (in seconds):44.2
45.30/44.30	o 3
45.30/44.39	c cleaning 7635 clauses out of 15292 with flag 2337/543722
45.90/44.91	c cleaning 6821 clauses out of 13657 with flag 15522/549722
46.40/45.42	c cleaning 6907 clauses out of 13836 with flag 33440/556722
47.00/46.06	c cleaning 7455 clauses out of 14930 with flag 50525/564723
47.90/46.92	c cleaning 8233 clauses out of 16474 with flag 68643/573722
48.70/47.71	c cleaning 9117 clauses out of 18241 with flag 90679/583722
49.90/48.97	c cleaning 10055 clauses out of 20124 with flag 113219/594722
50.80/49.84	c cleaning 11028 clauses out of 22069 with flag 138688/606722
51.80/50.89	c cleaning 12016 clauses out of 24041 with flag 166773/619723
52.90/51.93	c cleaning 13006 clauses out of 26024 with flag 196047/633722
53.91/52.96	c cleaning 13990 clauses out of 28019 with flag 228470/648723
55.40/54.45	c cleaning 15001 clauses out of 30029 with flag 264658/664723
57.33/56.39	c cleaning 16005 clauses out of 32028 with flag 301134/681723
58.63/57.62	c cleaning 16994 clauses out of 34022 with flag 341577/699722
60.33/59.35	c cleaning 18007 clauses out of 36028 with flag 384127/718722
61.93/60.96	c cleaning 19010 clauses out of 38022 with flag 429291/738723
64.23/63.26	c cleaning 19999 clauses out of 40012 with flag 474592/759723
66.43/65.48	c cleaning 21001 clauses out of 42013 with flag 527574/781723
69.53/68.59	c cleaning 21989 clauses out of 44011 with flag 578716/804722
71.63/70.61	c cleaning 23003 clauses out of 46022 with flag 630998/828722
73.75/72.78	c cleaning 23986 clauses out of 48019 with flag 683749/853722
76.35/75.34	c cleaning 25011 clauses out of 50034 with flag 742969/879723
78.65/77.61	c cleaning 26007 clauses out of 52022 with flag 803519/906722
81.46/80.42	c cleaning 27000 clauses out of 54015 with flag 866430/934722
83.85/82.86	c cleaning 27981 clauses out of 56015 with flag 928814/963722
87.75/86.74	c cleaning 29008 clauses out of 58034 with flag 998809/993722
90.65/89.64	c cleaning 29997 clauses out of 60027 with flag 1066134/1024723
93.16/92.16	c cleaning 31008 clauses out of 62030 with flag 1135126/1056723
97.16/96.16	c cleaning 32003 clauses out of 64023 with flag 1204301/1089724
101.06/100.08	c cleaning 32999 clauses out of 66019 with flag 1280147/1123723
105.76/104.76	c cleaning 34005 clauses out of 68018 with flag 1355945/1158722
109.66/108.69	c cleaning 34988 clauses out of 70013 with flag 1435231/1194722
114.76/113.71	c cleaning 36006 clauses out of 72025 with flag 1513517/1231722
118.96/117.91	c cleaning 36996 clauses out of 74020 with flag 1594607/1269723
123.46/122.49	c cleaning 37994 clauses out of 76024 with flag 1678103/1308723
127.86/126.86	c cleaning 39003 clauses out of 78029 with flag 1764533/1348722
132.94/131.86	c cleaning 40009 clauses out of 80027 with flag 1862844/1389723
141.94/140.90	c cleaning 40994 clauses out of 82019 with flag 1960750/1431724
147.34/146.25	c cleaning 41989 clauses out of 84023 with flag 2051571/1474722
154.63/153.56	c cleaning 43006 clauses out of 86034 with flag 2146619/1518722
160.23/159.18	c cleaning 44008 clauses out of 88028 with flag 2247210/1563722
167.44/166.31	c cleaning 45001 clauses out of 90021 with flag 2351629/1609723
173.64/172.56	c cleaning 46003 clauses out of 92019 with flag 2459153/1656722
179.45/178.36	c cleaning 47001 clauses out of 94016 with flag 2566198/1704722
187.33/186.13	c cleaning 47995 clauses out of 96015 with flag 2680373/1753722
194.13/192.99	c cleaning 48996 clauses out of 98020 with flag 2790395/1803722
200.73/199.50	c cleaning 50009 clauses out of 100025 with flag 2905051/1854723
208.72/207.58	c cleaning 50997 clauses out of 102015 with flag 3023712/1906722
214.78/213.54	c cleaning 52005 clauses out of 104018 with flag 3145780/1959723
222.07/220.82	c cleaning 52997 clauses out of 106014 with flag 3263411/2013724
230.37/229.13	c cleaning 54002 clauses out of 108015 with flag 3383706/2068722
239.72/238.32	c cleaning 54993 clauses out of 110013 with flag 3506132/2124722
248.22/246.80	c cleaning 55990 clauses out of 112020 with flag 3630633/2181722
257.22/255.83	c cleaning 57008 clauses out of 114031 with flag 3756871/2239723
265.93/264.53	c cleaning 57987 clauses out of 116022 with flag 3888118/2298722
274.93/273.57	c cleaning 59012 clauses out of 118036 with flag 4017867/2358723
283.43/281.99	c cleaning 60006 clauses out of 120023 with flag 4152016/2419722
296.13/294.61	c cleaning 60999 clauses out of 122018 with flag 4289095/2481723
305.83/304.35	c cleaning 62001 clauses out of 124018 with flag 4424961/2544722
315.53/314.02	c cleaning 62992 clauses out of 126018 with flag 4562505/2608723
325.63/324.18	c cleaning 63995 clauses out of 128024 with flag 4702149/2673722
335.60/333.94	c cleaning 65010 clauses out of 130029 with flag 4845637/2739722
348.30/346.61	c cleaning 65999 clauses out of 132019 with flag 4991479/2806722
358.99/357.31	c cleaning 67007 clauses out of 134021 with flag 5138289/2874723
371.69/370.07	c cleaning 68000 clauses out of 136013 with flag 5295726/2943722
386.76/384.90	c cleaning 69000 clauses out of 138013 with flag 5450300/3013722
401.17/399.40	c cleaning 70004 clauses out of 140014 with flag 5611268/3084723
412.66/410.81	c cleaning 70996 clauses out of 142009 with flag 5772719/3156722
426.80/424.80	c cleaning 72000 clauses out of 144012 with flag 5934410/3229722
440.40/438.41	c cleaning 72997 clauses out of 146013 with flag 6090825/3303723
456.20/454.28	c cleaning 74004 clauses out of 148016 with flag 6252590/3378723
472.46/470.33	c cleaning 74995 clauses out of 150011 with flag 6417717/3454722
487.96/485.88	c cleaning 75999 clauses out of 152016 with flag 6584074/3531722
503.37/501.29	c cleaning 77001 clauses out of 154017 with flag 6753575/3609722
520.48/518.21	c cleaning 78003 clauses out of 156016 with flag 6932608/3688722
536.77/534.54	c cleaning 79000 clauses out of 158013 with flag 7113060/3768722
558.08/555.87	c cleaning 79996 clauses out of 160013 with flag 7299485/3849722
585.49/583.27	c cleaning 81006 clauses out of 162017 with flag 7484525/3931722
615.79/613.49	c cleaning 82003 clauses out of 164012 with flag 7666325/4014723
645.58/643.20	c cleaning 83002 clauses out of 166005 with flag 7848156/4098723
650.49/648.15	c starts		: 6381
650.49/648.15	c conflicts		: 4124729
650.49/648.15	c decisions		: 4609865
650.49/648.15	c propagations		: 87095909
650.49/648.15	c inspects		: 13188747546
650.49/648.15	c shortcuts		: 0
650.49/648.15	c learnt literals	: 19
650.49/648.15	c learnt binary clauses	: 33
650.49/648.15	c learnt ternary clauses	: 65
650.49/648.15	c learnt constraints	: 4124709
650.49/648.15	c ignored constraints	: 0
650.49/648.15	c root simplifications	: 0
650.49/648.15	c removed literals (reason simplification)	: 0
650.49/648.15	c reason swapping (by a shorter reason)	: 0
650.49/648.15	c Calls to reduceDB	: 120
650.49/648.15	c Number of update (reduction) of LBD	: 120004
650.49/648.15	c Imported unit clauses	: 0
650.49/648.15	c number of reductions to clauses (during analyze)	: 0
650.49/648.15	c number of learned constraints concerned by reduction	: 0
650.49/648.15	c number of learning phase by resolution	: 0
650.49/648.15	c number of learning phase by cutting planes	: 0
650.49/648.15	c speed (assignments/second)	: 134417.22380670172
650.49/648.15	c non guided choices	29880
650.49/648.15	c learnt constraints type 
650.49/648.15	s OPTIMUM FOUND
650.49/648.15	c Found 4 solution(s)
650.49/648.15	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 
650.49/648.15	c objective function=3
650.49/648.15	c Total wall clock time (in seconds): 648.052

Verifier Data

OK	3

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-4106027-1466269400/watcher-4106027-1466269400 -o /tmp/evaluation-result-4106027-1466269400/solver-4106027-1466269400 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466265808-19865 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4106027-1466269400.opb 

pid=20675
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: 2.31 2.26 2.15 3/194 20678
/proc/meminfo: memFree=30743484/32872528 swapFree=877056/942464
[pid=20678] ppid=20675 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/20678/stat : 20678 (java) S 20675 20678 19848 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 28988959 98570240 977 33554432000 1073741824 1073778376 140733948999664 140733948990800 213196505149 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20678/statm: 24065 977 743 9 0 16771 0
[pid=20678/tid=20679] ppid=20675 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20679/stat : 20679 (java) R 20675 20678 19848 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 28988959 98570240 977 33554432000 1073741824 1073778376 140733948999664 139922392677928 213193147776 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100116 s]
/proc/loadavg: 2.31 2.26 2.15 3/194 20678
/proc/meminfo: memFree=30743484/32872528 swapFree=877056/942464
[pid=20678] ppid=20675 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/20678/stat : 20678 (java) S 20675 20678 19848 0 -1 4202496 4499 0 1 0 10 1 0 0 20 0 18 0 28988959 9787879424 6130 33554432000 1073741824 1073778376 140733948999664 140733948990800 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20678/statm: 2389619 6130 2157 9 0 2380296 0
[pid=20678/tid=20679] ppid=20675 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/20678/task/20679/stat : 20679 (java) R 20675 20678 19848 0 -1 4202560 2384 0 1 0 7 0 0 0 20 0 18 0 28988959 9787879424 6130 33554432000 1073741824 1073778376 140733948999664 139922392681376 139922395483537 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200302 s]
/proc/loadavg: 2.31 2.26 2.15 3/194 20678
/proc/meminfo: memFree=30743484/32872528 swapFree=877056/942464
[pid=20678] ppid=20675 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/20678/stat : 20678 (java) S 20675 20678 19848 0 -1 4202496 4719 0 1 0 25 1 0 0 20 0 18 0 28988959 9787879424 7295 33554432000 1073741824 1073778376 140733948999664 140733948990800 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20678/statm: 2389619 7295 2214 9 0 2380296 0
[pid=20678/tid=20679] ppid=20675 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/20678/task/20679/stat : 20679 (java) R 20675 20678 19848 0 -1 4202560 2407 0 1 0 17 0 0 0 20 0 18 0 28988959 9787879424 7295 33554432000 1073741824 1073778376 140733948999664 139922392669296 213196530957 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300253 s]
/proc/loadavg: 2.31 2.26 2.15 3/194 20678
/proc/meminfo: memFree=30743484/32872528 swapFree=877056/942464
[pid=20678] ppid=20675 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/20678/stat : 20678 (java) S 20675 20678 19848 0 -1 4202496 6899 0 1 0 51 2 0 0 20 0 19 0 28988959 9856040960 8569 33554432000 1073741824 1073778376 140733948999664 140733948990800 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20678/statm: 2406260 8569 2238 9 0 2396937 0
[pid=20678/tid=20679] ppid=20675 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/20678/task/20679/stat : 20679 (java) R 20675 20678 19848 0 -1 4202560 2410 0 1 0 27 0 0 0 20 0 19 0 28988959 9856040960 8569 33554432000 1073741824 1073778376 140733948999664 139922392682568 139922395968403 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625040

[startup+0.700181 s]
/proc/loadavg: 2.31 2.26 2.15 3/194 20678
/proc/meminfo: memFree=30743484/32872528 swapFree=877056/942464
[pid=20678] ppid=20675 vsize=9625040 CPUtime=1.04 cores=1,3,5,7
/proc/20678/stat : 20678 (java) S 20675 20678 19848 0 -1 4202496 7229 0 1 0 102 2 0 0 20 0 19 0 28988959 9856040960 9102 33554432000 1073741824 1073778376 140733948999664 140733948990800 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20678/statm: 2406260 9102 2253 9 0 2396937 0
[pid=20678/tid=20679] ppid=20675 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/20678/task/20679/stat : 20679 (java) R 20675 20678 19848 0 -1 4202560 2417 0 1 0 67 0 0 0 20 0 19 0 28988959 9856040960 9102 33554432000 1073741824 1073778376 140733948999664 139922392673984 139922265066360 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 2.31 2.26 2.15 4/213 20697
/proc/meminfo: memFree=30698304/32872528 swapFree=877056/942464
[pid=20678] ppid=20675 vsize=9625040 CPUtime=1.96 cores=1,3,5,7
/proc/20678/stat : 20678 (java) S 20675 20678 19848 0 -1 4202496 9148 0 1 0 194 2 0 0 20 0 19 0 28988959 9856040960 11326 33554432000 1073741824 1073778376 140733948999664 140733948990800 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20678/statm: 2406260 11326 2257 9 0 2396937 0
[pid=20678/tid=20679] ppid=20675 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/20678/task/20679/stat : 20679 (java) R 20675 20678 19848 0 -1 4202560 2421 0 1 0 146 0 0 0 20 0 19 0 28988959 9856040960 11326 33554432000 1073741824 1073778376 140733948999664 139922392682624 139922265075938 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20681] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20681/stat : 20681 (java) S 20675 20678 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28988960 9856040960 11326 33554432000 1073741824 1073778376 140733948999664 139922236148008 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20682] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20682/stat : 20682 (java) S 20675 20678 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28988960 9856040960 11326 33554432000 1073741824 1073778376 140733948999664 139922235095208 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20678/tid=20683] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20683/stat : 20683 (java) S 20675 20678 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28988960 9856040960 11326 33554432000 1073741824 1073778376 140733948999664 139922234042920 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20678/tid=20684] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20684/stat : 20684 (java) S 20675 20678 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28988960 9856040960 11326 33554432000 1073741824 1073778376 140733948999664 139922232990120 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20685] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20685/stat : 20685 (java) S 20675 20678 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28988960 9856040960 11326 33554432000 1073741824 1073778376 140733948999664 139922231937832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20686] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20686/stat : 20686 (java) S 20675 20678 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28988960 9856040960 11326 33554432000 1073741824 1073778376 140733948999664 139922230885032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20687] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20687/stat : 20687 (java) S 20675 20678 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28988960 9856040960 11326 33554432000 1073741824 1073778376 140733948999664 139922229832744 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20688] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20688/stat : 20688 (java) S 20675 20678 19848 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28988960 9856040960 11326 33554432000 1073741824 1073778376 140733948999664 139922228779944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20689] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20689/stat : 20689 (java) S 20675 20678 19848 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28988961 9856040960 11326 33554432000 1073741824 1073778376 140733948999664 139922216581352 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20690] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20690/stat : 20690 (java) S 20675 20678 19848 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28988962 9856040960 11326 33554432000 1073741824 1073778376 140733948999664 139922215527416 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20691] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20691/stat : 20691 (java) S 20675 20678 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28988962 9856040960 11326 33554432000 1073741824 1073778376 140733948999664 139922214475016 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20692] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20692/stat : 20692 (java) S 20675 20678 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28988964 9856040960 11326 33554432000 1073741824 1073778376 140733948999664 139922213423504 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20693] ppid=20675 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/20678/task/20693/stat : 20693 (java) S 20675 20678 19848 0 -1 4202560 3199 0 0 0 30 0 0 0 20 0 19 0 28988964 9856040960 11326 33554432000 1073741824 1073778376 140733948999664 139922212371128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20694] ppid=20675 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/20678/task/20694/stat : 20694 (java) S 20675 20678 19848 0 -1 4202560 2257 0 0 0 17 0 0 0 20 0 19 0 28988964 9856040960 11326 33554432000 1073741824 1073778376 140733948999664 139922211318328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20678/tid=20695] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20695/stat : 20695 (java) S 20675 20678 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28988964 9856040960 11326 33554432000 1073741824 1073778376 140733948999664 139922210266232 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20678/tid=20696] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20696/stat : 20696 (java) S 20675 20678 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28988964 9856040960 11326 33554432000 1073741824 1073778376 140733948999664 139922209213640 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20697] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20697/stat : 20697 (java) S 20675 20678 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28988979 9856040960 11326 33554432000 1073741824 1073778376 140733948999664 139922208158632 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 9625040

[startup+3.10067 s]
/proc/loadavg: 2.31 2.26 2.15 3/213 20697
/proc/meminfo: memFree=30685464/32872528 swapFree=877056/942464
[pid=20678] ppid=20675 vsize=9625040 CPUtime=3.57 cores=1,3,5,7
/proc/20678/stat : 20678 (java) S 20675 20678 19848 0 -1 4202496 9152 0 1 0 354 3 0 0 20 0 19 0 28988959 9856040960 13374 33554432000 1073741824 1073778376 140733948999664 140733948990800 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20678/statm: 2406260 13374 2257 9 0 2396937 0
[pid=20678/tid=20679] ppid=20675 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/20678/task/20679/stat : 20679 (java) R 20675 20678 19848 0 -1 4202560 2425 0 1 0 303 2 0 0 20 0 19 0 28988959 9856040960 13374 33554432000 1073741824 1073778376 140733948999664 139922392673968 139922265075980 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=20678/tid=20681] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20681/stat : 20681 (java) S 20675 20678 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28988960 9856040960 13374 33554432000 1073741824 1073778376 140733948999664 139922236148008 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20682] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20682/stat : 20682 (java) S 20675 20678 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28988960 9856040960 13374 33554432000 1073741824 1073778376 140733948999664 139922235095208 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20678/tid=20683] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20683/stat : 20683 (java) S 20675 20678 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28988960 9856040960 13374 33554432000 1073741824 1073778376 140733948999664 139922234042920 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20678/tid=20684] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20684/stat : 20684 (java) S 20675 20678 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28988960 9856040960 13374 33554432000 1073741824 1073778376 140733948999664 139922232990120 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20685] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20685/stat : 20685 (java) S 20675 20678 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28988960 9856040960 13374 33554432000 1073741824 1073778376 140733948999664 139922231937832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20686] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20686/stat : 20686 (java) S 20675 20678 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28988960 9856040960 13374 33554432000 1073741824 1073778376 140733948999664 139922230885032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20687] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20687/stat : 20687 (java) S 20675 20678 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28988960 9856040960 13374 33554432000 1073741824 1073778376 140733948999664 139922229832744 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20688] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20688/stat : 20688 (java) S 20675 20678 19848 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28988960 9856040960 13374 33554432000 1073741824 1073778376 140733948999664 139922228779944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20689] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20689/stat : 20689 (java) S 20675 20678 19848 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28988961 9856040960 13374 33554432000 1073741824 1073778376 140733948999664 139922216581352 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20690] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20690/stat : 20690 (java) S 20675 20678 19848 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28988962 9856040960 13374 33554432000 1073741824 1073778376 140733948999664 139922215527416 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20691] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20691/stat : 20691 (java) S 20675 20678 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28988962 9856040960 13374 33554432000 1073741824 1073778376 140733948999664 139922214475016 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20692] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20692/stat : 20692 (java) S 20675 20678 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28988964 9856040960 13374 33554432000 1073741824 1073778376 140733948999664 139922213423504 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20693] ppid=20675 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/20678/task/20693/stat : 20693 (java) S 20675 20678 19848 0 -1 4202560 3199 0 0 0 30 0 0 0 20 0 19 0 28988964 9856040960 13374 33554432000 1073741824 1073778376 140733948999664 139922212371128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20694] ppid=20675 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/20678/task/20694/stat : 20694 (java) S 20675 20678 19848 0 -1 4202560 2257 0 0 0 19 0 0 0 20 0 19 0 28988964 9856040960 13374 33554432000 1073741824 1073778376 140733948999664 139922211318328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20678/tid=20695] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20695/stat : 20695 (java) S 20675 20678 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28988964 9856040960 13374 33554432000 1073741824 1073778376 140733948999664 139922210266232 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20678/tid=20696] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20696/stat : 20696 (java) S 20675 20678 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28988964 9856040960 13374 33554432000 1073741824 1073778376 140733948999664 139922209213640 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20697] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20697/stat : 20697 (java) S 20675 20678 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28988979 9856040960 13374 33554432000 1073741824 1073778376 140733948999664 139922208158632 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.28 2.25 2.15 3/213 20697
/proc/meminfo: memFree=30656784/32872528 swapFree=877056/942464
[pid=20678] ppid=20675 vsize=9625040 CPUtime=6.77 cores=1,3,5,7
/proc/20678/stat : 20678 (java) S 20675 20678 19848 0 -1 4202496 9160 0 1 0 674 3 0 0 20 0 19 0 28988959 9856040960 16382 33554432000 1073741824 1073778376 140733948999664 140733948990800 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20678/statm: 2406260 16382 2258 9 0 2396937 0
[pid=20678/tid=20679] ppid=20675 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/20678/task/20679/stat : 20679 (java) R 20675 20678 19848 0 -1 4202560 2432 0 1 0 622 2 0 0 20 0 19 0 28988959 9856040960 16382 33554432000 1073741824 1073778376 140733948999664 139922392682576 139922265075975 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20681] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20681/stat : 20681 (java) S 20675 20678 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28988960 9856040960 16382 33554432000 1073741824 1073778376 140733948999664 139922236148008 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20682] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20682/stat : 20682 (java) S 20675 20678 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28988960 9856040960 16382 33554432000 1073741824 1073778376 140733948999664 139922235095208 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20678/tid=20683] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20683/stat : 20683 (java) S 20675 20678 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28988960 9856040960 16382 33554432000 1073741824 1073778376 140733948999664 139922234042920 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20678/tid=20684] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20684/stat : 20684 (java) S 20675 20678 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28988960 9856040960 16382 33554432000 1073741824 1073778376 140733948999664 139922232990120 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20685] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20685/stat : 20685 (java) S 20675 20678 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28988960 9856040960 16382 33554432000 1073741824 1073778376 140733948999664 139922231937832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20686] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20686/stat : 20686 (java) S 20675 20678 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28988960 9856040960 16382 33554432000 1073741824 1073778376 140733948999664 139922230885032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20687] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20687/stat : 20687 (java) S 20675 20678 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28988960 9856040960 16382 33554432000 1073741824 1073778376 140733948999664 139922229832744 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20688] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20688/stat : 20688 (java) S 20675 20678 19848 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28988960 9856040960 16382 33554432000 1073741824 1073778376 140733948999664 139922228779944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20689] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20689/stat : 20689 (java) S 20675 20678 19848 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28988961 9856040960 16382 33554432000 1073741824 1073778376 140733948999664 139922216581352 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20690] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20690/stat : 20690 (java) S 20675 20678 19848 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28988962 9856040960 16382 33554432000 1073741824 1073778376 140733948999664 139922215527416 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20691] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20691/stat : 20691 (java) S 20675 20678 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28988962 9856040960 16382 33554432000 1073741824 1073778376 140733948999664 139922214475016 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20692] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20692/stat : 20692 (java) S 20675 20678 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28988964 9856040960 16382 33554432000 1073741824 1073778376 140733948999664 139922213423504 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20693] ppid=20675 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/20678/task/20693/stat : 20693 (java) S 20675 20678 19848 0 -1 4202560 3199 0 0 0 30 0 0 0 20 0 19 0 28988964 9856040960 16382 33554432000 1073741824 1073778376 140733948999664 139922212371128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20694] ppid=20675 vsize=9625040 CPUtime=0.19 cores=1,3,5,7

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

[pid=20678/tid=20690] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20690/stat : 20690 (java) S 20675 20678 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28988962 9856040960 130691 33554432000 1073741824 1073778376 140733948999664 139922215527416 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20691] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20691/stat : 20691 (java) S 20675 20678 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28988962 9856040960 130691 33554432000 1073741824 1073778376 140733948999664 139922214475016 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20692] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20692/stat : 20692 (java) S 20675 20678 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28988964 9856040960 130691 33554432000 1073741824 1073778376 140733948999664 139922213423504 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20693] ppid=20675 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/20678/task/20693/stat : 20693 (java) S 20675 20678 19848 0 -1 4202560 3239 0 0 0 36 0 0 0 20 0 19 0 28988964 9856040960 130691 33554432000 1073741824 1073778376 140733948999664 139922212371128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20694] ppid=20675 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/20678/task/20694/stat : 20694 (java) S 20675 20678 19848 0 -1 4202560 8849 0 0 0 69 3 0 0 20 0 19 0 28988964 9856040960 130691 33554432000 1073741824 1073778376 140733948999664 139922211318328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20695] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20695/stat : 20695 (java) S 20675 20678 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28988964 9856040960 130691 33554432000 1073741824 1073778376 140733948999664 139922210266232 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20678/tid=20696] ppid=20675 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/20678/task/20696/stat : 20696 (java) S 20675 20678 19848 0 -1 4202560 38 0 0 0 4 10 0 0 20 0 19 0 28988964 9856040960 130691 33554432000 1073741824 1073778376 140733948999664 139922209213640 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20697] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20697/stat : 20697 (java) S 20675 20678 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28988979 9856040960 130691 33554432000 1073741824 1073778376 140733948999664 139922208158632 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 649.58
Current children cumulated vsize (KiB) 9625040

[startup+647.601 s]
/proc/loadavg: 2.28 2.23 2.19 3/213 20906
/proc/meminfo: memFree=30029944/32872528 swapFree=877056/942464
[pid=20678] ppid=20675 vsize=9625040 CPUtime=649.98 cores=1,3,5,7
/proc/20678/stat : 20678 (java) S 20675 20678 19848 0 -1 4202496 17593 0 1 0 64945 53 0 0 20 0 19 0 28988959 9856040960 130691 33554432000 1073741824 1073778376 140733948999664 140733948990800 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20678/statm: 2406260 130691 2272 9 0 2396937 0
[pid=20678/tid=20679] ppid=20675 vsize=9625040 CPUtime=645.35 cores=1,3,5,7
/proc/20678/task/20679/stat : 20679 (java) R 20675 20678 19848 0 -1 4202560 2502 0 1 0 64524 11 0 0 20 0 19 0 28988959 9856040960 130691 33554432000 1073741824 1073778376 140733948999664 139922392673984 139922265075975 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20681] ppid=20675 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/20678/task/20681/stat : 20681 (java) S 20675 20678 19848 0 -1 4202560 286 0 0 0 15 6 0 0 20 0 19 0 28988960 9856040960 130691 33554432000 1073741824 1073778376 140733948999664 139922236148008 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20678/tid=20682] ppid=20675 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/20678/task/20682/stat : 20682 (java) S 20675 20678 19848 0 -1 4202560 212 0 0 0 21 6 0 0 20 0 19 0 28988960 9856040960 130691 33554432000 1073741824 1073778376 140733948999664 139922235095208 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20678/tid=20683] ppid=20675 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/20678/task/20683/stat : 20683 (java) S 20675 20678 19848 0 -1 4202560 174 0 0 0 16 5 0 0 20 0 19 0 28988960 9856040960 130691 33554432000 1073741824 1073778376 140733948999664 139922234042920 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20678/tid=20684] ppid=20675 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/20678/task/20684/stat : 20684 (java) S 20675 20678 19848 0 -1 4202560 91 0 0 0 18 5 0 0 20 0 19 0 28988960 9856040960 130691 33554432000 1073741824 1073778376 140733948999664 139922232990120 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20678/tid=20685] ppid=20675 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/20678/task/20685/stat : 20685 (java) S 20675 20678 19848 0 -1 4202560 316 0 0 0 19 7 0 0 20 0 19 0 28988960 9856040960 130691 33554432000 1073741824 1073778376 140733948999664 139922231937832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20686] ppid=20675 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/20678/task/20686/stat : 20686 (java) S 20675 20678 19848 0 -1 4202560 60 0 0 0 16 4 0 0 20 0 19 0 28988960 9856040960 130691 33554432000 1073741824 1073778376 140733948999664 139922230885032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20687] ppid=20675 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/20678/task/20687/stat : 20687 (java) S 20675 20678 19848 0 -1 4202560 147 0 0 0 10 4 0 0 20 0 19 0 28988960 9856040960 130691 33554432000 1073741824 1073778376 140733948999664 139922229832744 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20688] ppid=20675 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/20678/task/20688/stat : 20688 (java) S 20675 20678 19848 0 -1 4202560 328 0 0 0 17 5 0 0 20 0 19 0 28988960 9856040960 130691 33554432000 1073741824 1073778376 140733948999664 139922228779944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20689] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20689/stat : 20689 (java) S 20675 20678 19848 0 -1 4202560 94 0 0 0 0 0 0 0 20 0 19 0 28988961 9856040960 130691 33554432000 1073741824 1073778376 140733948999664 139922216581352 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20690] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20690/stat : 20690 (java) S 20675 20678 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28988962 9856040960 130691 33554432000 1073741824 1073778376 140733948999664 139922215527416 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20691] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20691/stat : 20691 (java) S 20675 20678 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28988962 9856040960 130691 33554432000 1073741824 1073778376 140733948999664 139922214475016 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20692] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20692/stat : 20692 (java) S 20675 20678 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28988964 9856040960 130691 33554432000 1073741824 1073778376 140733948999664 139922213423504 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20693] ppid=20675 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/20678/task/20693/stat : 20693 (java) S 20675 20678 19848 0 -1 4202560 3239 0 0 0 36 0 0 0 20 0 19 0 28988964 9856040960 130691 33554432000 1073741824 1073778376 140733948999664 139922212371128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20694] ppid=20675 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/20678/task/20694/stat : 20694 (java) S 20675 20678 19848 0 -1 4202560 8849 0 0 0 69 3 0 0 20 0 19 0 28988964 9856040960 130691 33554432000 1073741824 1073778376 140733948999664 139922211318328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20695] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20695/stat : 20695 (java) S 20675 20678 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28988964 9856040960 130691 33554432000 1073741824 1073778376 140733948999664 139922210266232 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20678/tid=20696] ppid=20675 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/20678/task/20696/stat : 20696 (java) S 20675 20678 19848 0 -1 4202560 38 0 0 0 4 10 0 0 20 0 19 0 28988964 9856040960 130691 33554432000 1073741824 1073778376 140733948999664 139922209213640 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20697] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20697/stat : 20697 (java) S 20675 20678 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28988979 9856040960 130691 33554432000 1073741824 1073778376 140733948999664 139922208158632 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 649.98
Current children cumulated vsize (KiB) 9625040

[startup+648.008 s]
/proc/loadavg: 2.28 2.23 2.19 3/213 20906
/proc/meminfo: memFree=30029944/32872528 swapFree=877056/942464
[pid=20678] ppid=20675 vsize=9625040 CPUtime=650.39 cores=1,3,5,7
/proc/20678/stat : 20678 (java) S 20675 20678 19848 0 -1 4202496 17593 0 1 0 64986 53 0 0 20 0 19 0 28988959 9856040960 130691 33554432000 1073741824 1073778376 140733948999664 140733948990800 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20678/statm: 2406260 130691 2272 9 0 2396937 0
[pid=20678/tid=20679] ppid=20675 vsize=9625040 CPUtime=645.76 cores=1,3,5,7
/proc/20678/task/20679/stat : 20679 (java) R 20675 20678 19848 0 -1 4202560 2502 0 1 0 64565 11 0 0 20 0 19 0 28988959 9856040960 130691 33554432000 1073741824 1073778376 140733948999664 139922392673984 139922264974227 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20681] ppid=20675 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/20678/task/20681/stat : 20681 (java) S 20675 20678 19848 0 -1 4202560 286 0 0 0 15 6 0 0 20 0 19 0 28988960 9856040960 130691 33554432000 1073741824 1073778376 140733948999664 139922236148008 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20678/tid=20682] ppid=20675 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/20678/task/20682/stat : 20682 (java) S 20675 20678 19848 0 -1 4202560 212 0 0 0 21 6 0 0 20 0 19 0 28988960 9856040960 130691 33554432000 1073741824 1073778376 140733948999664 139922235095208 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20678/tid=20683] ppid=20675 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/20678/task/20683/stat : 20683 (java) S 20675 20678 19848 0 -1 4202560 174 0 0 0 16 5 0 0 20 0 19 0 28988960 9856040960 130691 33554432000 1073741824 1073778376 140733948999664 139922234042920 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20678/tid=20684] ppid=20675 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/20678/task/20684/stat : 20684 (java) S 20675 20678 19848 0 -1 4202560 91 0 0 0 18 5 0 0 20 0 19 0 28988960 9856040960 130691 33554432000 1073741824 1073778376 140733948999664 139922232990120 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20678/tid=20685] ppid=20675 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/20678/task/20685/stat : 20685 (java) S 20675 20678 19848 0 -1 4202560 316 0 0 0 19 7 0 0 20 0 19 0 28988960 9856040960 130691 33554432000 1073741824 1073778376 140733948999664 139922231937832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20686] ppid=20675 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/20678/task/20686/stat : 20686 (java) S 20675 20678 19848 0 -1 4202560 60 0 0 0 16 4 0 0 20 0 19 0 28988960 9856040960 130691 33554432000 1073741824 1073778376 140733948999664 139922230885032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20687] ppid=20675 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/20678/task/20687/stat : 20687 (java) S 20675 20678 19848 0 -1 4202560 147 0 0 0 10 4 0 0 20 0 19 0 28988960 9856040960 130691 33554432000 1073741824 1073778376 140733948999664 139922229832744 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20688] ppid=20675 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/20678/task/20688/stat : 20688 (java) S 20675 20678 19848 0 -1 4202560 328 0 0 0 17 5 0 0 20 0 19 0 28988960 9856040960 130691 33554432000 1073741824 1073778376 140733948999664 139922228779944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20689] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20689/stat : 20689 (java) S 20675 20678 19848 0 -1 4202560 94 0 0 0 0 0 0 0 20 0 19 0 28988961 9856040960 130691 33554432000 1073741824 1073778376 140733948999664 139922216581352 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20690] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20690/stat : 20690 (java) S 20675 20678 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28988962 9856040960 130691 33554432000 1073741824 1073778376 140733948999664 139922215527416 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20691] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20691/stat : 20691 (java) S 20675 20678 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28988962 9856040960 130691 33554432000 1073741824 1073778376 140733948999664 139922214475016 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20692] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20692/stat : 20692 (java) S 20675 20678 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28988964 9856040960 130691 33554432000 1073741824 1073778376 140733948999664 139922213423504 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20693] ppid=20675 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/20678/task/20693/stat : 20693 (java) S 20675 20678 19848 0 -1 4202560 3239 0 0 0 36 0 0 0 20 0 19 0 28988964 9856040960 130691 33554432000 1073741824 1073778376 140733948999664 139922212371128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20694] ppid=20675 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/20678/task/20694/stat : 20694 (java) S 20675 20678 19848 0 -1 4202560 8849 0 0 0 69 3 0 0 20 0 19 0 28988964 9856040960 130691 33554432000 1073741824 1073778376 140733948999664 139922211318328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20695] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20695/stat : 20695 (java) S 20675 20678 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28988964 9856040960 130691 33554432000 1073741824 1073778376 140733948999664 139922210266232 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20678/tid=20696] ppid=20675 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/20678/task/20696/stat : 20696 (java) S 20675 20678 19848 0 -1 4202560 38 0 0 0 4 10 0 0 20 0 19 0 28988964 9856040960 130691 33554432000 1073741824 1073778376 140733948999664 139922209213640 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20697] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20697/stat : 20697 (java) S 20675 20678 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28988979 9856040960 130691 33554432000 1073741824 1073778376 140733948999664 139922208158632 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 650.39
Current children cumulated vsize (KiB) 9625040

[startup+648.101 s]
/proc/loadavg: 2.28 2.23 2.19 3/213 20906
/proc/meminfo: memFree=30029944/32872528 swapFree=877056/942464
[pid=20678] ppid=20675 vsize=9625040 CPUtime=650.49 cores=1,3,5,7
/proc/20678/stat : 20678 (java) S 20675 20678 19848 0 -1 4202496 17595 0 1 0 64996 53 0 0 20 0 19 0 28988959 9856040960 130051 33554432000 1073741824 1073778376 140733948999664 140733948990800 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20678/statm: 2406260 130051 2272 9 0 2396937 0
[pid=20678/tid=20679] ppid=20675 vsize=9625040 CPUtime=645.85 cores=1,3,5,7
/proc/20678/task/20679/stat : 20679 (java) R 20675 20678 19848 0 -1 4202560 2502 0 1 0 64574 11 0 0 20 0 19 0 28988959 9856040960 130051 33554432000 1073741824 1073778376 140733948999664 139922392681920 139922265167476 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20678/tid=20681] ppid=20675 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/20678/task/20681/stat : 20681 (java) S 20675 20678 19848 0 -1 4202560 286 0 0 0 15 6 0 0 20 0 19 0 28988960 9856040960 130051 33554432000 1073741824 1073778376 140733948999664 139922236148008 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20678/tid=20682] ppid=20675 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/20678/task/20682/stat : 20682 (java) S 20675 20678 19848 0 -1 4202560 212 0 0 0 21 6 0 0 20 0 19 0 28988960 9856040960 130051 33554432000 1073741824 1073778376 140733948999664 139922235095208 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20678/tid=20683] ppid=20675 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/20678/task/20683/stat : 20683 (java) S 20675 20678 19848 0 -1 4202560 174 0 0 0 16 5 0 0 20 0 19 0 28988960 9856040960 130051 33554432000 1073741824 1073778376 140733948999664 139922234042920 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20678/tid=20684] ppid=20675 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/20678/task/20684/stat : 20684 (java) S 20675 20678 19848 0 -1 4202560 91 0 0 0 18 5 0 0 20 0 19 0 28988960 9856040960 130051 33554432000 1073741824 1073778376 140733948999664 139922232990120 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20678/tid=20685] ppid=20675 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/20678/task/20685/stat : 20685 (java) S 20675 20678 19848 0 -1 4202560 316 0 0 0 19 7 0 0 20 0 19 0 28988960 9856040960 130051 33554432000 1073741824 1073778376 140733948999664 139922231937832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20686] ppid=20675 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/20678/task/20686/stat : 20686 (java) S 20675 20678 19848 0 -1 4202560 60 0 0 0 16 4 0 0 20 0 19 0 28988960 9856040960 130051 33554432000 1073741824 1073778376 140733948999664 139922230885032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20687] ppid=20675 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/20678/task/20687/stat : 20687 (java) S 20675 20678 19848 0 -1 4202560 147 0 0 0 10 4 0 0 20 0 19 0 28988960 9856040960 130051 33554432000 1073741824 1073778376 140733948999664 139922229832744 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20688] ppid=20675 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/20678/task/20688/stat : 20688 (java) S 20675 20678 19848 0 -1 4202560 328 0 0 0 17 5 0 0 20 0 19 0 28988960 9856040960 130051 33554432000 1073741824 1073778376 140733948999664 139922228779944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20689] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20689/stat : 20689 (java) S 20675 20678 19848 0 -1 4202560 94 0 0 0 0 0 0 0 20 0 19 0 28988961 9856040960 130051 33554432000 1073741824 1073778376 140733948999664 139922216581352 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20690] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20690/stat : 20690 (java) S 20675 20678 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28988962 9856040960 130051 33554432000 1073741824 1073778376 140733948999664 139922215527416 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20691] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20691/stat : 20691 (java) S 20675 20678 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28988962 9856040960 130051 33554432000 1073741824 1073778376 140733948999664 139922214475016 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20692] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20692/stat : 20692 (java) S 20675 20678 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28988964 9856040960 130051 33554432000 1073741824 1073778376 140733948999664 139922213423504 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20693] ppid=20675 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/20678/task/20693/stat : 20693 (java) S 20675 20678 19848 0 -1 4202560 3240 0 0 0 37 0 0 0 20 0 19 0 28988964 9856040960 130051 33554432000 1073741824 1073778376 140733948999664 139922212371128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20694] ppid=20675 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/20678/task/20694/stat : 20694 (java) S 20675 20678 19848 0 -1 4202560 8850 0 0 0 69 3 0 0 20 0 19 0 28988964 9856040960 130051 33554432000 1073741824 1073778376 140733948999664 139922211318328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20695] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20695/stat : 20695 (java) S 20675 20678 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28988964 9856040960 130051 33554432000 1073741824 1073778376 140733948999664 139922210266232 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20678/tid=20696] ppid=20675 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/20678/task/20696/stat : 20696 (java) S 20675 20678 19848 0 -1 4202560 38 0 0 0 4 10 0 0 20 0 19 0 28988964 9856040960 130051 33554432000 1073741824 1073778376 140733948999664 139922209213640 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20697] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20697/stat : 20697 (java) S 20675 20678 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28988979 9856040960 130051 33554432000 1073741824 1073778376 140733948999664 139922208158632 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 650.49
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20678 and gives
#  childrusage.ru_utime.tv_sec=648
#  childrusage.ru_utime.tv_usec=332438
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=795879
# CPU time returned by wait4() is 649.128
# while last known CPU time is 650.49
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 648.16
CPU time (s): 650.49
CPU user time (s): 649.96
CPU system time (s): 0.53
CPU usage (%): 100.36
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 648.332
system time used= 0.795879
maximum resident set size= 528132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17612
page faults= 1
swaps= 0
block input operations= 0
block output operations= 624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14249
involuntary context switches= 2981

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.78342 second user time and 4.5853 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-18 19:03:20
IDJOB=4106027
IDBENCH=47897
IDSOLVER=2546
FILE ID=node113/4106027-1466269400
RUNJOBID= node113-1466265808-19865
PBS_JOBID= 19918235
Free space on /tmp= 71704 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=173-P1=23-P2=211-P3=199-P4=389-P5=269-P6=383-P7=211-P8=347-B.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106027-1466269400/watcher-4106027-1466269400 -o /tmp/evaluation-result-4106027-1466269400/solver-4106027-1466269400 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466265808-19865 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4106027-1466269400.opb

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

MD5SUM BENCH= 98317fc891a56a06b9f6f284bcd4ad38
RANDOM SEED=108940317

node113.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.799
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.59
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.799
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.799
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.56
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.799
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.799
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.55
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.799
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.54
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.799
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.54
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.799
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:        30744020 kB
Buffers:          110968 kB
Cached:           281828 kB
SwapCached:         1896 kB
Active:           132240 kB
Inactive:         307984 kB
Active(anon):      48020 kB
Inactive(anon):     2024 kB
Active(file):      84220 kB
Inactive(file):   305960 kB
Unevictable:      942464 kB
Mlocked:          877056 kB
SwapTotal:      67108856 kB
SwapFree:       67098956 kB
Dirty:              1452 kB
Writeback:             0 kB
AnonPages:       1016000 kB
Mapped:            15252 kB
Shmem:                 0 kB
Slab:             606964 kB
SReclaimable:      49904 kB
SUnreclaim:       557060 kB
KernelStack:        1752 kB
PageTables:         5984 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1631352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    104448 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= 71704 MiB
End job on node113 at 2016-06-18 19:14:09