Trace number 4106315

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 527.734 524.695

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=103-P1=277-P2=401-P3=67-P4=337-P5=17-P6=499-P7=23-B.opb
MD5SUM9de8f37e65dc0eaf693e157cab5aa725
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.160974
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 variables189
Total number of constraints15
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 constraints15
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)567
Sum of products size (including duplicates)1134
Number of different products567
Sum of products size1134

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-4106315-1466270487.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
0.11/0.18	c ... done. Wall clock time 0.083s.
0.11/0.18	c declared #vars     189
0.11/0.18	c internal #vars     756
0.11/0.18	c #constraints  1156
0.11/0.18	c constraints type 
0.11/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 567
0.11/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 589
0.11/0.18	c 1156 constraints processed.
0.11/0.18	c objective function length is 9 literals
0.78/0.56	c cleaning 2499 clauses out of 5000 with flag 10428/5000
1.44/0.91	c cleaning 4247 clauses out of 8502 with flag 23137/11001
1.54/1.06	c SATISFIABLE
1.54/1.06	c OPTIMIZING...
1.54/1.06	c Got one! Elapsed wall clock time (in seconds):0.963
1.54/1.06	o 17
1.65/1.18	c cleaning 4830 clauses out of 9669 with flag 4285/16415
2.05/1.57	c cleaning 5417 clauses out of 10839 with flag 18862/22415
2.57/2.09	c cleaning 6205 clauses out of 12423 with flag 36114/29416
3.27/2.73	c cleaning 7108 clauses out of 14218 with flag 54863/37416
4.30/3.49	c cleaning 8048 clauses out of 16109 with flag 76882/46415
5.46/4.35	c cleaning 9024 clauses out of 18061 with flag 101184/56415
6.48/5.36	c cleaning 10017 clauses out of 20039 with flag 130237/67417
7.58/6.44	c cleaning 11004 clauses out of 22021 with flag 159767/79416
8.78/7.66	c cleaning 12003 clauses out of 24016 with flag 189617/92415
9.88/8.77	c cleaning 13006 clauses out of 26013 with flag 220304/106415
11.10/9.94	c cleaning 13989 clauses out of 28007 with flag 252824/121415
12.68/11.20	c Got one! Elapsed wall clock time (in seconds):11.098
12.68/11.20	o 7
13.48/12.04	c cleaning 15804 clauses out of 31611 with flag 11422/139008
14.74/12.91	c cleaning 10891 clauses out of 21807 with flag 25163/145008
15.34/13.56	c cleaning 8943 clauses out of 17915 with flag 41918/152007
15.85/14.01	c cleaning 8481 clauses out of 16973 with flag 59037/160008
16.25/14.45	c cleaning 8731 clauses out of 17492 with flag 78142/169008
17.25/15.46	c cleaning 9369 clauses out of 18761 with flag 100068/179008
18.05/16.27	c cleaning 10188 clauses out of 20393 with flag 124513/190009
19.45/17.65	c cleaning 11098 clauses out of 22204 with flag 151194/202008
20.24/18.47	c cleaning 12039 clauses out of 24105 with flag 180138/215007
21.54/19.70	c cleaning 13027 clauses out of 26067 with flag 213653/229008
22.64/20.88	c cleaning 14011 clauses out of 28039 with flag 247336/244007
24.64/22.89	c cleaning 15008 clauses out of 30028 with flag 288927/260007
25.14/23.37	c Got one! Elapsed wall clock time (in seconds):23.271
25.14/23.37	o 3
25.24/23.47	c cleaning 10344 clauses out of 20708 with flag 2299/265695
25.74/23.99	c cleaning 8174 clauses out of 16364 with flag 15657/271695
26.24/24.45	c cleaning 7573 clauses out of 15190 with flag 31764/278695
26.65/24.88	c cleaning 7793 clauses out of 15618 with flag 49999/286696
27.35/25.55	c cleaning 8412 clauses out of 16825 with flag 69845/295696
27.95/26.14	c cleaning 9202 clauses out of 18413 with flag 91910/305696
28.55/26.73	c cleaning 10096 clauses out of 20211 with flag 115874/316696
29.95/28.14	c cleaning 11042 clauses out of 22114 with flag 143757/328695
31.55/29.76	c cleaning 12026 clauses out of 24072 with flag 172805/341695
32.57/30.72	c cleaning 13024 clauses out of 26048 with flag 204895/355697
33.47/31.62	c cleaning 13982 clauses out of 28022 with flag 238130/370695
34.80/32.94	c cleaning 15016 clauses out of 30041 with flag 281584/386696
36.50/34.61	c cleaning 16007 clauses out of 32024 with flag 323511/403695
38.00/36.17	c cleaning 17004 clauses out of 34017 with flag 366251/421695
39.60/37.75	c cleaning 17991 clauses out of 36014 with flag 408931/440696
41.50/39.63	c cleaning 19010 clauses out of 38022 with flag 458882/460695
43.70/41.89	c cleaning 19999 clauses out of 40012 with flag 508226/481695
46.11/44.27	c cleaning 20992 clauses out of 42013 with flag 559579/503695
48.72/46.84	c cleaning 22002 clauses out of 44022 with flag 612880/526696
51.22/49.33	c cleaning 23001 clauses out of 46019 with flag 670166/550695
54.02/52.13	c cleaning 24002 clauses out of 48018 with flag 727345/575695
57.62/55.70	c cleaning 25004 clauses out of 50016 with flag 785610/601695
61.82/59.97	c cleaning 25993 clauses out of 52012 with flag 845944/628695
64.22/62.35	c cleaning 26993 clauses out of 54020 with flag 907540/656696
67.82/65.91	c cleaning 28004 clauses out of 56026 with flag 977645/685695
72.36/70.44	c cleaning 29002 clauses out of 58023 with flag 1043976/715696
78.75/76.86	c cleaning 30006 clauses out of 60020 with flag 1110075/746695
83.46/81.56	c cleaning 30988 clauses out of 62014 with flag 1184468/778695
87.15/85.26	c cleaning 32012 clauses out of 64027 with flag 1260879/811696
92.26/90.39	c cleaning 33006 clauses out of 66014 with flag 1336671/845696
95.65/93.79	c cleaning 33991 clauses out of 68008 with flag 1414099/880696
99.25/97.36	c cleaning 34989 clauses out of 70016 with flag 1495954/916695
107.25/105.39	c cleaning 36012 clauses out of 72027 with flag 1578465/953695
114.05/112.16	c cleaning 37005 clauses out of 74017 with flag 1665950/991697
119.95/118.09	c cleaning 38001 clauses out of 76010 with flag 1757649/1030695
125.48/123.58	c cleaning 38999 clauses out of 78010 with flag 1853759/1070696
131.10/129.19	c cleaning 39986 clauses out of 80010 with flag 1939159/1111695
136.11/134.16	c cleaning 41010 clauses out of 82025 with flag 2033934/1153696
142.01/140.05	c cleaning 42004 clauses out of 84014 with flag 2133149/1196695
147.32/145.38	c cleaning 42997 clauses out of 86010 with flag 2229869/1240695
154.01/152.01	c cleaning 43994 clauses out of 88014 with flag 2334753/1285696
160.71/158.78	c cleaning 45006 clauses out of 90019 with flag 2435940/1331696
167.51/165.55	c cleaning 45999 clauses out of 92012 with flag 2537681/1378695
175.74/173.80	c cleaning 47001 clauses out of 94014 with flag 2639029/1426696
183.64/181.63	c cleaning 47998 clauses out of 96013 with flag 2748447/1475696
193.13/191.14	c cleaning 49000 clauses out of 98014 with flag 2860234/1525695
201.93/199.95	c cleaning 50003 clauses out of 100014 with flag 2973686/1576695
210.53/208.55	c cleaning 51002 clauses out of 102012 with flag 3088931/1628696
218.84/216.85	c cleaning 51993 clauses out of 104010 with flag 3209418/1681696
227.11/225.01	c cleaning 52997 clauses out of 106018 with flag 3332629/1735697
236.71/234.66	c cleaning 54003 clauses out of 108019 with flag 3469313/1790695
244.12/242.04	c cleaning 54991 clauses out of 110017 with flag 3595859/1846696
252.51/250.43	c cleaning 55998 clauses out of 112025 with flag 3726944/1903695
260.62/258.53	c cleaning 57002 clauses out of 114028 with flag 3857325/1961696
271.21/269.18	c cleaning 58005 clauses out of 116027 with flag 3985063/2020697
281.55/279.32	c cleaning 59003 clauses out of 118022 with flag 4115665/2080697
292.65/290.42	c cleaning 59996 clauses out of 120016 with flag 4249166/2141695
303.75/301.55	c cleaning 61008 clauses out of 122020 with flag 4384060/2203695
317.84/315.60	c cleaning 62003 clauses out of 124014 with flag 4520720/2266697
334.06/331.83	c cleaning 62994 clauses out of 126009 with flag 4665514/2330696
347.56/345.27	c cleaning 63997 clauses out of 128014 with flag 4810721/2395695
361.07/358.75	c cleaning 65006 clauses out of 130019 with flag 4961862/2461697
377.15/374.85	c cleaning 65996 clauses out of 132010 with flag 5108282/2528695
388.95/386.66	c cleaning 66997 clauses out of 134014 with flag 5254377/2596695
401.95/399.42	c cleaning 67998 clauses out of 136017 with flag 5400444/2665695
418.45/415.93	c cleaning 68998 clauses out of 138020 with flag 5554155/2735696
433.64/431.12	c cleaning 70003 clauses out of 140021 with flag 5711010/2806695
448.77/446.15	c cleaning 71000 clauses out of 142018 with flag 5873042/2878695
469.86/467.26	c cleaning 72005 clauses out of 144019 with flag 6041499/2951696
493.06/490.45	c cleaning 73003 clauses out of 146014 with flag 6207265/3025696
519.46/516.83	c cleaning 74001 clauses out of 148007 with flag 6365679/3100695
527.41/524.69	c starts		: 5571
527.41/524.69	c conflicts		: 3140545
527.41/524.69	c decisions		: 3542432
527.41/524.69	c propagations		: 67413888
527.41/524.69	c inspects		: 10281153050
527.41/524.69	c shortcuts		: 0
527.41/524.69	c learnt literals	: 22
527.41/524.69	c learnt binary clauses	: 27
527.41/524.69	c learnt ternary clauses	: 52
527.41/524.69	c learnt constraints	: 3140522
527.41/524.69	c ignored constraints	: 0
527.41/524.69	c root simplifications	: 0
527.41/524.69	c removed literals (reason simplification)	: 0
527.41/524.69	c reason swapping (by a shorter reason)	: 0
527.41/524.69	c Calls to reduceDB	: 96
527.41/524.69	c Number of update (reduction) of LBD	: 104823
527.41/524.69	c Imported unit clauses	: 0
527.41/524.69	c number of reductions to clauses (during analyze)	: 0
527.41/524.69	c number of learned constraints concerned by reduction	: 0
527.41/524.69	c number of learning phase by resolution	: 0
527.41/524.69	c number of learning phase by cutting planes	: 0
527.41/524.69	c speed (assignments/second)	: 128529.81506196377
527.41/524.69	c non guided choices	20603
527.41/524.69	c learnt constraints type 
527.41/524.69	s OPTIMUM FOUND
527.41/524.69	c Found 3 solution(s)
527.41/524.69	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 
527.41/524.69	c objective function=3
527.41/524.69	c Total wall clock time (in seconds): 524.587

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-4106315-1466270487/watcher-4106315-1466270487 -o /tmp/evaluation-result-4106315-1466270487/solver-4106315-1466270487 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466265085-26686 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4106315-1466270487.opb 

pid=27825
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.33 2.12 2.03 3/194 27828
/proc/meminfo: memFree=31554912/32872528 swapFree=163656/177964
[pid=27828] ppid=27825 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/27828/stat : 27828 (java) S 27825 27828 26669 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 29098632 98570240 977 33554432000 1073741824 1073778376 140736549386640 140736549377776 224925876285 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27828/statm: 24065 977 743 9 0 16771 0
[pid=27828/tid=27829] ppid=27825 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27829/stat : 27829 (java) R 27825 27828 26669 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 29098632 98570240 978 33554432000 1073741824 1073778376 140736549386640 140712871624232 224922518912 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100072 s]
/proc/loadavg: 2.33 2.12 2.03 3/194 27828
/proc/meminfo: memFree=31554912/32872528 swapFree=163656/177964
[pid=27828] ppid=27825 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/27828/stat : 27828 (java) S 27825 27828 26669 0 -1 4202496 4490 0 1 0 10 1 0 0 20 0 18 0 29098632 9787879424 6117 33554432000 1073741824 1073778376 140736549386640 140736549377776 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27828/statm: 2389619 6117 2157 9 0 2380296 0
[pid=27828/tid=27829] ppid=27825 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/27828/task/27829/stat : 27829 (java) R 27825 27828 26669 0 -1 4202560 2372 0 1 0 7 0 0 0 20 0 18 0 29098632 9787879424 6117 33554432000 1073741824 1073778376 140736549386640 140712871627072 224925902093 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.200431 s]
/proc/loadavg: 2.33 2.12 2.03 3/194 27828
/proc/meminfo: memFree=31554912/32872528 swapFree=163656/177964
[pid=27828] ppid=27825 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/27828/stat : 27828 (java) S 27825 27828 26669 0 -1 4202496 4870 0 1 0 25 1 0 0 20 0 19 0 29098632 9856040960 7453 33554432000 1073741824 1073778376 140736549386640 140736549377776 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27828/statm: 2406260 7453 2223 9 0 2396937 0
[pid=27828/tid=27829] ppid=27825 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/27828/task/27829/stat : 27829 (java) R 27825 27828 26669 0 -1 4202560 2398 0 1 0 16 1 0 0 20 0 19 0 29098632 9856040960 7453 33554432000 1073741824 1073778376 140736549386640 140712871629336 140712742050864 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625040

[startup+0.30035 s]
/proc/loadavg: 2.33 2.12 2.03 3/194 27828
/proc/meminfo: memFree=31554912/32872528 swapFree=163656/177964
[pid=27828] ppid=27825 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/27828/stat : 27828 (java) S 27825 27828 26669 0 -1 4202496 6537 0 1 0 50 2 0 0 20 0 19 0 29098632 9856040960 8316 33554432000 1073741824 1073778376 140736549386640 140736549377776 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27828/statm: 2406260 8316 2243 9 0 2396937 0
[pid=27828/tid=27829] ppid=27825 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/27828/task/27829/stat : 27829 (java) R 27825 27828 26669 0 -1 4202560 2406 0 1 0 26 1 0 0 20 0 19 0 29098632 9856040960 8316 33554432000 1073741824 1073778376 140736549386640 140712871629336 140712874914707 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.700333 s]
/proc/loadavg: 2.33 2.12 2.03 3/194 27828
/proc/meminfo: memFree=31554912/32872528 swapFree=163656/177964
[pid=27828] ppid=27825 vsize=9625040 CPUtime=1.19 cores=1,3,5,7
/proc/27828/stat : 27828 (java) S 27825 27828 26669 0 -1 4202496 14574 0 1 0 116 3 0 0 20 0 19 0 29098632 9856040960 14237 33554432000 1073741824 1073778376 140736549386640 140736549377776 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27828/statm: 2406260 14749 2254 9 0 2396937 0
[pid=27828/tid=27829] ppid=27825 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/27828/task/27829/stat : 27829 (java) R 27825 27828 26669 0 -1 4202560 2408 0 1 0 66 1 0 0 20 0 19 0 29098632 9856040960 14749 33554432000 1073741824 1073778376 140736549386640 140712871629080 140712879393619 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.33 2.12 2.03 3/213 27847
/proc/meminfo: memFree=31498588/32872528 swapFree=163656/177964
[pid=27828] ppid=27825 vsize=9625040 CPUtime=2.05 cores=1,3,5,7
/proc/27828/stat : 27828 (java) S 27825 27828 26669 0 -1 4202496 14635 0 1 0 201 4 0 0 20 0 19 0 29098632 9856040960 15830 33554432000 1073741824 1073778376 140736549386640 140736549377776 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27828/statm: 2406260 15830 2256 9 0 2396937 0
[pid=27828/tid=27829] ppid=27825 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/27828/task/27829/stat : 27829 (java) R 27825 27828 26669 0 -1 4202560 2411 0 1 0 146 2 0 0 20 0 19 0 29098632 9856040960 15830 33554432000 1073741824 1073778376 140736549386640 140712871620304 140712742477474 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27828/tid=27831] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27831/stat : 27831 (java) S 27825 27828 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29098633 9856040960 15830 33554432000 1073741824 1073778376 140736549386640 140712860690984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27832] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27832/stat : 27832 (java) S 27825 27828 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29098633 9856040960 15830 33554432000 1073741824 1073778376 140736549386640 140712714385832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27828/tid=27833] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27833/stat : 27833 (java) S 27825 27828 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29098633 9856040960 15830 33554432000 1073741824 1073778376 140736549386640 140712713333032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27828/tid=27834] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27834/stat : 27834 (java) S 27825 27828 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29098633 9856040960 15830 33554432000 1073741824 1073778376 140736549386640 140712712280232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27828/tid=27835] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27835/stat : 27835 (java) S 27825 27828 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29098633 9856040960 15830 33554432000 1073741824 1073778376 140736549386640 140712711228456 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27836] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27836/stat : 27836 (java) S 27825 27828 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29098633 9856040960 15830 33554432000 1073741824 1073778376 140736549386640 140712710175656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27828/tid=27837] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27837/stat : 27837 (java) S 27825 27828 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29098633 9856040960 15830 33554432000 1073741824 1073778376 140736549386640 140712709122856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27838] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27838/stat : 27838 (java) S 27825 27828 26669 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29098633 9856040960 15830 33554432000 1073741824 1073778376 140736549386640 140712708070056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27839] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27839/stat : 27839 (java) S 27825 27828 26669 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29098634 9856040960 15830 33554432000 1073741824 1073778376 140736549386640 140712695871976 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27840] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27840/stat : 27840 (java) S 27825 27828 26669 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29098634 9856040960 15830 33554432000 1073741824 1073778376 140736549386640 140712694818040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27841] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27841/stat : 27841 (java) S 27825 27828 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29098634 9856040960 15830 33554432000 1073741824 1073778376 140736549386640 140712693765128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27842] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27842/stat : 27842 (java) S 27825 27828 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29098636 9856040960 15830 33554432000 1073741824 1073778376 140736549386640 140712692713616 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27843] ppid=27825 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/27828/task/27843/stat : 27843 (java) S 27825 27828 26669 0 -1 4202560 2705 0 0 0 21 0 0 0 20 0 19 0 29098636 9856040960 15830 33554432000 1073741824 1073778376 140736549386640 140712691661752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27844] ppid=27825 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/27828/task/27844/stat : 27844 (java) S 27825 27828 26669 0 -1 4202560 8247 0 0 0 31 2 0 0 20 0 19 0 29098636 9856040960 15830 33554432000 1073741824 1073778376 140736549386640 140712690608952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27828/tid=27845] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27845/stat : 27845 (java) S 27825 27828 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29098636 9856040960 15830 33554432000 1073741824 1073778376 140736549386640 140712689556344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27828/tid=27846] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27846/stat : 27846 (java) S 27825 27828 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29098636 9856040960 15830 33554432000 1073741824 1073778376 140736549386640 140712688503752 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27847] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27847/stat : 27847 (java) S 27825 27828 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29098651 9856040960 15830 33554432000 1073741824 1073778376 140736549386640 140712687400104 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 9625040

[startup+3.10087 s]
/proc/loadavg: 2.30 2.12 2.03 3/213 27847
/proc/meminfo: memFree=31487656/32872528 swapFree=163656/177964
[pid=27828] ppid=27825 vsize=9625040 CPUtime=3.99 cores=1,3,5,7
/proc/27828/stat : 27828 (java) S 27825 27828 26669 0 -1 4202496 14798 0 1 0 395 4 0 0 20 0 19 0 29098632 9856040960 18035 33554432000 1073741824 1073778376 140736549386640 140736549377776 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27828/statm: 2406260 18035 2257 9 0 2396937 0
[pid=27828/tid=27829] ppid=27825 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/27828/task/27829/stat : 27829 (java) R 27825 27828 26669 0 -1 4202560 2417 0 1 0 306 2 0 0 20 0 19 0 29098632 9856040960 18035 33554432000 1073741824 1073778376 140736549386640 140712871629192 140712742424423 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27828/tid=27831] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27831/stat : 27831 (java) S 27825 27828 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29098633 9856040960 18035 33554432000 1073741824 1073778376 140736549386640 140712860690984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27832] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27832/stat : 27832 (java) S 27825 27828 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29098633 9856040960 18035 33554432000 1073741824 1073778376 140736549386640 140712714385832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27828/tid=27833] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27833/stat : 27833 (java) S 27825 27828 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29098633 9856040960 18035 33554432000 1073741824 1073778376 140736549386640 140712713333032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27828/tid=27834] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27834/stat : 27834 (java) S 27825 27828 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29098633 9856040960 18035 33554432000 1073741824 1073778376 140736549386640 140712712280232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27828/tid=27835] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27835/stat : 27835 (java) S 27825 27828 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29098633 9856040960 18035 33554432000 1073741824 1073778376 140736549386640 140712711228456 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27836] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27836/stat : 27836 (java) S 27825 27828 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29098633 9856040960 18035 33554432000 1073741824 1073778376 140736549386640 140712710175656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27828/tid=27837] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27837/stat : 27837 (java) S 27825 27828 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29098633 9856040960 18035 33554432000 1073741824 1073778376 140736549386640 140712709122856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27838] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27838/stat : 27838 (java) S 27825 27828 26669 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29098633 9856040960 18035 33554432000 1073741824 1073778376 140736549386640 140712708070056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27839] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27839/stat : 27839 (java) S 27825 27828 26669 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29098634 9856040960 18035 33554432000 1073741824 1073778376 140736549386640 140712695871976 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27840] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27840/stat : 27840 (java) S 27825 27828 26669 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29098634 9856040960 18035 33554432000 1073741824 1073778376 140736549386640 140712694818040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27841] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27841/stat : 27841 (java) S 27825 27828 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29098634 9856040960 18035 33554432000 1073741824 1073778376 140736549386640 140712693765128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27842] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27842/stat : 27842 (java) S 27825 27828 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29098636 9856040960 18035 33554432000 1073741824 1073778376 140736549386640 140712692713616 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27843] ppid=27825 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/27828/task/27843/stat : 27843 (java) S 27825 27828 26669 0 -1 4202560 2705 0 0 0 22 0 0 0 20 0 19 0 29098636 9856040960 18035 33554432000 1073741824 1073778376 140736549386640 140712691661752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27844] ppid=27825 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/27828/task/27844/stat : 27844 (java) S 27825 27828 26669 0 -1 4202560 8404 0 0 0 63 3 0 0 20 0 19 0 29098636 9856040960 18035 33554432000 1073741824 1073778376 140736549386640 140712690608952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27828/tid=27845] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27845/stat : 27845 (java) S 27825 27828 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29098636 9856040960 18035 33554432000 1073741824 1073778376 140736549386640 140712689556344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27828/tid=27846] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27846/stat : 27846 (java) S 27825 27828 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29098636 9856040960 18035 33554432000 1073741824 1073778376 140736549386640 140712688503752 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27847] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27847/stat : 27847 (java) S 27825 27828 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29098651 9856040960 18035 33554432000 1073741824 1073778376 140736549386640 140712687400104 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.30 2.12 2.03 3/213 27847
/proc/meminfo: memFree=31464652/32872528 swapFree=163656/177964
[pid=27828] ppid=27825 vsize=9625040 CPUtime=7.48 cores=1,3,5,7
/proc/27828/stat : 27828 (java) S 27825 27828 26669 0 -1 4202496 15256 0 1 0 744 4 0 0 20 0 19 0 29098632 9856040960 20664 33554432000 1073741824 1073778376 140736549386640 140736549377776 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27828/statm: 2406260 20664 2258 9 0 2396937 0
[pid=27828/tid=27829] ppid=27825 vsize=9625040 CPUtime=6.28 cores=1,3,5,7
/proc/27828/task/27829/stat : 27829 (java) R 27825 27828 26669 0 -1 4202560 2424 0 1 0 626 2 0 0 20 0 19 0 29098632 9856040960 20664 33554432000 1073741824 1073778376 140736549386640 140712871620288 140712742401658 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27828/tid=27831] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27831/stat : 27831 (java) S 27825 27828 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29098633 9856040960 20664 33554432000 1073741824 1073778376 140736549386640 140712860690984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27832] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27832/stat : 27832 (java) S 27825 27828 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29098633 9856040960 20664 33554432000 1073741824 1073778376 140736549386640 140712714385832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27828/tid=27833] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27833/stat : 27833 (java) S 27825 27828 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29098633 9856040960 20664 33554432000 1073741824 1073778376 140736549386640 140712713333032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27828/tid=27834] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27834/stat : 27834 (java) S 27825 27828 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29098633 9856040960 20664 33554432000 1073741824 1073778376 140736549386640 140712712280232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27828/tid=27835] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27835/stat : 27835 (java) S 27825 27828 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29098633 9856040960 20664 33554432000 1073741824 1073778376 140736549386640 140712711228456 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27836] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27836/stat : 27836 (java) S 27825 27828 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29098633 9856040960 20664 33554432000 1073741824 1073778376 140736549386640 140712710175656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27828/tid=27837] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27837/stat : 27837 (java) S 27825 27828 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29098633 9856040960 20664 33554432000 1073741824 1073778376 140736549386640 140712709122856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27838] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27838/stat : 27838 (java) S 27825 27828 26669 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29098633 9856040960 20664 33554432000 1073741824 1073778376 140736549386640 140712708070056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27839] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27839/stat : 27839 (java) S 27825 27828 26669 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29098634 9856040960 20664 33554432000 1073741824 1073778376 140736549386640 140712695871976 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27840] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27840/stat : 27840 (java) S 27825 27828 26669 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29098634 9856040960 20664 33554432000 1073741824 1073778376 140736549386640 140712694818040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27841] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27841/stat : 27841 (java) S 27825 27828 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29098634 9856040960 20664 33554432000 1073741824 1073778376 140736549386640 140712693765128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27842] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27842/stat : 27842 (java) S 27825 27828 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29098636 9856040960 20664 33554432000 1073741824 1073778376 140736549386640 140712692713616 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27843] ppid=27825 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/27828/task/27843/stat : 27843 (java) S 27825 27828 26669 0 -1 4202560 2705 0 0 0 23 0 0 0 20 0 19 0 29098636 9856040960 20664 33554432000 1073741824 1073778376 140736549386640 140712691661752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27844] ppid=27825 vsize=9625040 CPUtime=0.94 cores=1,3,5,7

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

[pid=27828/tid=27833] ppid=27825 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/27828/task/27833/stat : 27833 (java) S 27825 27828 26669 0 -1 4202560 52 0 0 0 10 3 0 0 20 0 19 0 29098633 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712713333032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27834] ppid=27825 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/27828/task/27834/stat : 27834 (java) S 27825 27828 26669 0 -1 4202560 360 0 0 0 15 6 0 0 20 0 19 0 29098633 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712712280232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27828/tid=27835] ppid=27825 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/27828/task/27835/stat : 27835 (java) S 27825 27828 26669 0 -1 4202560 53 0 0 0 7 3 0 0 20 0 19 0 29098633 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712711228456 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27828/tid=27836] ppid=27825 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/27828/task/27836/stat : 27836 (java) S 27825 27828 26669 0 -1 4202560 274 0 0 0 8 3 0 0 20 0 19 0 29098633 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712710175656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27828/tid=27837] ppid=27825 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/27828/task/27837/stat : 27837 (java) S 27825 27828 26669 0 -1 4202560 402 0 0 0 13 4 0 0 20 0 19 0 29098633 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712709122856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27828/tid=27838] ppid=27825 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/27828/task/27838/stat : 27838 (java) S 27825 27828 26669 0 -1 4202560 118 0 0 0 9 3 0 0 20 0 19 0 29098633 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712708070056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27839] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27839/stat : 27839 (java) S 27825 27828 26669 0 -1 4202560 92 0 0 0 0 0 0 0 20 0 19 0 29098634 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712695871976 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27828/tid=27840] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27840/stat : 27840 (java) S 27825 27828 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29098634 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712694818040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27841] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27841/stat : 27841 (java) S 27825 27828 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29098634 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712693765128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27842] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27842/stat : 27842 (java) S 27825 27828 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29098636 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712692713616 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27843] ppid=27825 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/27828/task/27843/stat : 27843 (java) S 27825 27828 26669 0 -1 4202560 11715 0 0 0 95 3 0 0 20 0 19 0 29098636 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712691661752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27844] ppid=27825 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/27828/task/27844/stat : 27844 (java) S 27825 27828 26669 0 -1 4202560 8854 0 0 0 91 3 0 0 20 0 19 0 29098636 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712690608952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27828/tid=27845] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27845/stat : 27845 (java) S 27825 27828 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29098636 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712689556344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27828/tid=27846] ppid=27825 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/27828/task/27846/stat : 27846 (java) S 27825 27828 26669 0 -1 4202560 32 0 0 0 2 8 0 0 20 0 19 0 29098636 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712688503752 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27828/tid=27847] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27847/stat : 27847 (java) S 27825 27828 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29098651 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712687400104 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 526.01
Current children cumulated vsize (KiB) 9625040

[startup+524.001 s]
/proc/loadavg: 2.07 2.13 2.08 3/214 28443
/proc/meminfo: memFree=30833784/32872528 swapFree=163656/177964
[pid=27828] ppid=27825 vsize=9625040 CPUtime=526.81 cores=1,3,5,7
/proc/27828/stat : 27828 (java) S 27825 27828 26669 0 -1 4202496 26175 0 1 0 52641 40 0 0 20 0 19 0 29098632 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140736549377776 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27828/statm: 2406260 118796 2272 9 0 2396937 0
[pid=27828/tid=27829] ppid=27825 vsize=9625040 CPUtime=523.61 cores=1,3,5,7
/proc/27828/task/27829/stat : 27829 (java) R 27825 27828 26669 0 -1 4202560 2490 0 1 0 52350 11 0 0 20 0 19 0 29098632 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712871628000 140712742477440 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27828/tid=27831] ppid=27825 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/27828/task/27831/stat : 27831 (java) S 27825 27828 26669 0 -1 4202560 424 0 0 0 12 5 0 0 20 0 19 0 29098633 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712860690984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27828/tid=27832] ppid=27825 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/27828/task/27832/stat : 27832 (java) S 27825 27828 26669 0 -1 4202560 51 0 0 0 11 3 0 0 20 0 19 0 29098633 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712714385832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27828/tid=27833] ppid=27825 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/27828/task/27833/stat : 27833 (java) S 27825 27828 26669 0 -1 4202560 52 0 0 0 10 3 0 0 20 0 19 0 29098633 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712713333032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27834] ppid=27825 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/27828/task/27834/stat : 27834 (java) S 27825 27828 26669 0 -1 4202560 360 0 0 0 15 6 0 0 20 0 19 0 29098633 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712712280232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27828/tid=27835] ppid=27825 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/27828/task/27835/stat : 27835 (java) S 27825 27828 26669 0 -1 4202560 53 0 0 0 7 3 0 0 20 0 19 0 29098633 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712711228456 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27828/tid=27836] ppid=27825 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/27828/task/27836/stat : 27836 (java) S 27825 27828 26669 0 -1 4202560 274 0 0 0 8 3 0 0 20 0 19 0 29098633 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712710175656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27828/tid=27837] ppid=27825 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/27828/task/27837/stat : 27837 (java) S 27825 27828 26669 0 -1 4202560 402 0 0 0 13 4 0 0 20 0 19 0 29098633 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712709122856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27828/tid=27838] ppid=27825 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/27828/task/27838/stat : 27838 (java) S 27825 27828 26669 0 -1 4202560 118 0 0 0 9 3 0 0 20 0 19 0 29098633 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712708070056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27839] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27839/stat : 27839 (java) S 27825 27828 26669 0 -1 4202560 92 0 0 0 0 0 0 0 20 0 19 0 29098634 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712695871976 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27828/tid=27840] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27840/stat : 27840 (java) S 27825 27828 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29098634 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712694818040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27841] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27841/stat : 27841 (java) S 27825 27828 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29098634 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712693765128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27842] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27842/stat : 27842 (java) S 27825 27828 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29098636 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712692713616 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27843] ppid=27825 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/27828/task/27843/stat : 27843 (java) S 27825 27828 26669 0 -1 4202560 11715 0 0 0 95 3 0 0 20 0 19 0 29098636 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712691661752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27844] ppid=27825 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/27828/task/27844/stat : 27844 (java) S 27825 27828 26669 0 -1 4202560 8854 0 0 0 91 3 0 0 20 0 19 0 29098636 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712690608952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27828/tid=27845] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27845/stat : 27845 (java) S 27825 27828 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29098636 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712689556344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27828/tid=27846] ppid=27825 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/27828/task/27846/stat : 27846 (java) S 27825 27828 26669 0 -1 4202560 32 0 0 0 2 8 0 0 20 0 19 0 29098636 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712688503752 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27828/tid=27847] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27847/stat : 27847 (java) S 27825 27828 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29098651 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712687400104 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 526.81
Current children cumulated vsize (KiB) 9625040

[startup+524.401 s]
/proc/loadavg: 2.07 2.13 2.08 3/214 28443
/proc/meminfo: memFree=30833784/32872528 swapFree=163656/177964
[pid=27828] ppid=27825 vsize=9625040 CPUtime=527.21 cores=1,3,5,7
/proc/27828/stat : 27828 (java) S 27825 27828 26669 0 -1 4202496 26175 0 1 0 52681 40 0 0 20 0 19 0 29098632 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140736549377776 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27828/statm: 2406260 118796 2272 9 0 2396937 0
[pid=27828/tid=27829] ppid=27825 vsize=9625040 CPUtime=524.01 cores=1,3,5,7
/proc/27828/task/27829/stat : 27829 (java) R 27825 27828 26669 0 -1 4202560 2490 0 1 0 52390 11 0 0 20 0 19 0 29098632 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712871628000 140712742486312 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27828/tid=27831] ppid=27825 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/27828/task/27831/stat : 27831 (java) S 27825 27828 26669 0 -1 4202560 424 0 0 0 12 5 0 0 20 0 19 0 29098633 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712860690984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27828/tid=27832] ppid=27825 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/27828/task/27832/stat : 27832 (java) S 27825 27828 26669 0 -1 4202560 51 0 0 0 11 3 0 0 20 0 19 0 29098633 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712714385832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27828/tid=27833] ppid=27825 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/27828/task/27833/stat : 27833 (java) S 27825 27828 26669 0 -1 4202560 52 0 0 0 10 3 0 0 20 0 19 0 29098633 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712713333032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27834] ppid=27825 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/27828/task/27834/stat : 27834 (java) S 27825 27828 26669 0 -1 4202560 360 0 0 0 15 6 0 0 20 0 19 0 29098633 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712712280232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27828/tid=27835] ppid=27825 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/27828/task/27835/stat : 27835 (java) S 27825 27828 26669 0 -1 4202560 53 0 0 0 7 3 0 0 20 0 19 0 29098633 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712711228456 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27828/tid=27836] ppid=27825 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/27828/task/27836/stat : 27836 (java) S 27825 27828 26669 0 -1 4202560 274 0 0 0 8 3 0 0 20 0 19 0 29098633 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712710175656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27828/tid=27837] ppid=27825 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/27828/task/27837/stat : 27837 (java) S 27825 27828 26669 0 -1 4202560 402 0 0 0 13 4 0 0 20 0 19 0 29098633 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712709122856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27828/tid=27838] ppid=27825 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/27828/task/27838/stat : 27838 (java) S 27825 27828 26669 0 -1 4202560 118 0 0 0 9 3 0 0 20 0 19 0 29098633 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712708070056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27839] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27839/stat : 27839 (java) S 27825 27828 26669 0 -1 4202560 92 0 0 0 0 0 0 0 20 0 19 0 29098634 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712695871976 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27828/tid=27840] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27840/stat : 27840 (java) S 27825 27828 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29098634 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712694818040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27841] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27841/stat : 27841 (java) S 27825 27828 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29098634 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712693765128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27842] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27842/stat : 27842 (java) S 27825 27828 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29098636 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712692713616 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27843] ppid=27825 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/27828/task/27843/stat : 27843 (java) S 27825 27828 26669 0 -1 4202560 11715 0 0 0 95 3 0 0 20 0 19 0 29098636 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712691661752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27844] ppid=27825 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/27828/task/27844/stat : 27844 (java) S 27825 27828 26669 0 -1 4202560 8854 0 0 0 91 3 0 0 20 0 19 0 29098636 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712690608952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27828/tid=27845] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27845/stat : 27845 (java) S 27825 27828 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29098636 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712689556344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27828/tid=27846] ppid=27825 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/27828/task/27846/stat : 27846 (java) S 27825 27828 26669 0 -1 4202560 32 0 0 0 2 8 0 0 20 0 19 0 29098636 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712688503752 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27828/tid=27847] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27847/stat : 27847 (java) S 27825 27828 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29098651 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712687400104 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 527.21
Current children cumulated vsize (KiB) 9625040

[startup+524.601 s]
/proc/loadavg: 2.07 2.13 2.08 3/214 28443
/proc/meminfo: memFree=30833784/32872528 swapFree=163656/177964
[pid=27828] ppid=27825 vsize=9625040 CPUtime=527.41 cores=1,3,5,7
/proc/27828/stat : 27828 (java) S 27825 27828 26669 0 -1 4202496 26176 0 1 0 52701 40 0 0 20 0 19 0 29098632 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140736549377776 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27828/statm: 2406260 118796 2272 9 0 2396937 0
[pid=27828/tid=27829] ppid=27825 vsize=9625040 CPUtime=524.21 cores=1,3,5,7
/proc/27828/task/27829/stat : 27829 (java) R 27825 27828 26669 0 -1 4202560 2490 0 1 0 52410 11 0 0 20 0 19 0 29098632 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712871628000 140712742577793 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27828/tid=27831] ppid=27825 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/27828/task/27831/stat : 27831 (java) S 27825 27828 26669 0 -1 4202560 424 0 0 0 12 5 0 0 20 0 19 0 29098633 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712860690984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27828/tid=27832] ppid=27825 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/27828/task/27832/stat : 27832 (java) S 27825 27828 26669 0 -1 4202560 51 0 0 0 11 3 0 0 20 0 19 0 29098633 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712714385832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27828/tid=27833] ppid=27825 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/27828/task/27833/stat : 27833 (java) S 27825 27828 26669 0 -1 4202560 52 0 0 0 10 3 0 0 20 0 19 0 29098633 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712713333032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27834] ppid=27825 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/27828/task/27834/stat : 27834 (java) S 27825 27828 26669 0 -1 4202560 360 0 0 0 15 6 0 0 20 0 19 0 29098633 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712712280232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27828/tid=27835] ppid=27825 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/27828/task/27835/stat : 27835 (java) S 27825 27828 26669 0 -1 4202560 53 0 0 0 7 3 0 0 20 0 19 0 29098633 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712711228456 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27828/tid=27836] ppid=27825 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/27828/task/27836/stat : 27836 (java) S 27825 27828 26669 0 -1 4202560 274 0 0 0 8 3 0 0 20 0 19 0 29098633 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712710175656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27828/tid=27837] ppid=27825 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/27828/task/27837/stat : 27837 (java) S 27825 27828 26669 0 -1 4202560 402 0 0 0 13 4 0 0 20 0 19 0 29098633 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712709122856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27828/tid=27838] ppid=27825 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/27828/task/27838/stat : 27838 (java) S 27825 27828 26669 0 -1 4202560 118 0 0 0 9 3 0 0 20 0 19 0 29098633 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712708070056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27839] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27839/stat : 27839 (java) S 27825 27828 26669 0 -1 4202560 92 0 0 0 0 0 0 0 20 0 19 0 29098634 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712695871976 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27828/tid=27840] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27840/stat : 27840 (java) S 27825 27828 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29098634 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712694818040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27841] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27841/stat : 27841 (java) S 27825 27828 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29098634 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712693765128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27842] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27842/stat : 27842 (java) S 27825 27828 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29098636 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712692713616 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27843] ppid=27825 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/27828/task/27843/stat : 27843 (java) S 27825 27828 26669 0 -1 4202560 11716 0 0 0 95 3 0 0 20 0 19 0 29098636 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712691661752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27828/tid=27844] ppid=27825 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/27828/task/27844/stat : 27844 (java) S 27825 27828 26669 0 -1 4202560 8854 0 0 0 91 3 0 0 20 0 19 0 29098636 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712690608952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27828/tid=27845] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27845/stat : 27845 (java) S 27825 27828 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29098636 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712689556344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27828/tid=27846] ppid=27825 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/27828/task/27846/stat : 27846 (java) S 27825 27828 26669 0 -1 4202560 32 0 0 0 2 8 0 0 20 0 19 0 29098636 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712688503752 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27828/tid=27847] ppid=27825 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27828/task/27847/stat : 27847 (java) S 27825 27828 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29098651 9856040960 118796 33554432000 1073741824 1073778376 140736549386640 140712687400104 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 527.41
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 524.695
CPU time (s): 527.734
CPU user time (s): 527.053
CPU system time (s): 0.680896
CPU usage (%): 100.579
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 527.053
system time used= 0.680896
maximum resident set size= 475232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26192
page faults= 1
swaps= 0
block input operations= 0
block output operations= 528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11562
involuntary context switches= 3821

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.48347 second user time and 4.94625 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-18 19:21:27
IDJOB=4106315
IDBENCH=48013
IDSOLVER=2546
FILE ID=node105/4106315-1466270487
RUNJOBID= node105-1466265085-26686
PBS_JOBID= 19918230
Free space on /tmp= 71748 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=103-P1=277-P2=401-P3=67-P4=337-P5=17-P6=499-P7=23-B.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106315-1466270487/watcher-4106315-1466270487 -o /tmp/evaluation-result-4106315-1466270487/solver-4106315-1466270487 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466265085-26686 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4106315-1466270487.opb

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

MD5SUM BENCH= 9de8f37e65dc0eaf693e157cab5aa725
RANDOM SEED=367563041

node105.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.561
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.12
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.561
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.561
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.55
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.561
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.561
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.54
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.561
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.561
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.561
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.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31555168 kB
Buffers:           88596 kB
Cached:           178656 kB
SwapCached:         1684 kB
Active:           199300 kB
Inactive:         185700 kB
Active(anon):     117388 kB
Inactive(anon):     2976 kB
Active(file):      81912 kB
Inactive(file):   182724 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67097160 kB
Dirty:              1872 kB
Writeback:             0 kB
AnonPages:        330012 kB
Mapped:            15304 kB
Shmem:                 0 kB
Slab:             605436 kB
SReclaimable:      48556 kB
SUnreclaim:       556880 kB
KernelStack:        1760 kB
PageTables:         5096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     866408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    135168 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= 71748 MiB
End job on node105 at 2016-06-18 19:30:12