Trace number 4106453

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 672.18 669.377

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=113-P1=127-P2=101-P3=419-P4=107-P5=271-P6=379-P7=167-P8=163-B.opb
MD5SUMe7b4c80573ea65996ed7438c7cd24465
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.18997
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@2b21cc40
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@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4106453-1466270855.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.091s.
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.76/0.58	c cleaning 2501 clauses out of 5001 with flag 10337/5001
1.36/0.86	c cleaning 4243 clauses out of 8500 with flag 23535/11001
1.67/1.19	c cleaning 5627 clauses out of 11257 with flag 38037/18001
2.29/1.80	c cleaning 6810 clauses out of 13630 with flag 54183/26001
3.29/2.75	c cleaning 7902 clauses out of 15819 with flag 72301/35000
4.01/3.41	c cleaning 8950 clauses out of 17919 with flag 92914/45002
5.11/4.59	c cleaning 9978 clauses out of 19967 with flag 115820/56000
6.11/5.52	c cleaning 10991 clauses out of 21990 with flag 141098/68001
6.90/6.36	c cleaning 11991 clauses out of 23998 with flag 168368/81000
8.70/8.14	c cleaning 12993 clauses out of 26008 with flag 197731/95001
10.80/10.22	c cleaning 13998 clauses out of 28014 with flag 230632/110000
12.90/12.32	c cleaning 14994 clauses out of 30017 with flag 266324/126001
13.00/12.41	c SATISFIABLE
13.00/12.41	c OPTIMIZING...
13.00/12.41	c Got one! Elapsed wall clock time (in seconds):12.31
13.00/12.41	o 135
13.20/12.63	c cleaning 10251 clauses out of 20510 with flag 7090/131488
13.60/13.01	c cleaning 8124 clauses out of 16260 with flag 23019/137489
14.20/13.61	c cleaning 7558 clauses out of 15136 with flag 38032/144489
14.70/14.15	c cleaning 7773 clauses out of 15577 with flag 55843/152488
15.20/14.69	c cleaning 8392 clauses out of 16805 with flag 75852/161489
16.01/15.43	c cleaning 9191 clauses out of 18413 with flag 97710/171489
16.61/16.06	c cleaning 10105 clauses out of 20222 with flag 123087/182489
17.66/16.78	c cleaning 11054 clauses out of 22117 with flag 149468/194489
19.24/17.99	c cleaning 12019 clauses out of 24062 with flag 179657/207488
20.14/18.84	c cleaning 13000 clauses out of 26043 with flag 209156/221488
20.94/19.64	c cleaning 14020 clauses out of 28046 with flag 241916/236491
22.44/21.14	c cleaning 15000 clauses out of 30023 with flag 278346/252488
23.94/22.61	c cleaning 16008 clauses out of 32024 with flag 316413/269489
24.64/23.35	c Got one! Elapsed wall clock time (in seconds):23.251
24.64/23.35	o 119
25.14/23.86	c cleaning 15060 clauses out of 30152 with flag 10856/283625
25.84/24.58	c cleaning 10542 clauses out of 21092 with flag 24274/289625
26.24/24.91	c cleaning 8767 clauses out of 17550 with flag 39101/296625
26.44/25.10	c Got one! Elapsed wall clock time (in seconds):25.0
26.44/25.10	o 9
26.44/25.16	c cleaning 6899 clauses out of 13815 with flag 2290/301657
26.75/25.43	c cleaning 6418 clauses out of 12917 with flag 15785/307658
27.14/25.86	c cleaning 6742 clauses out of 13500 with flag 31117/314659
27.75/26.47	c cleaning 7374 clauses out of 14756 with flag 50097/322657
28.44/27.12	c cleaning 8188 clauses out of 16382 with flag 69317/331657
29.05/27.75	c cleaning 9089 clauses out of 18193 with flag 89995/341657
30.36/29.05	c cleaning 10047 clauses out of 20105 with flag 113434/352658
30.96/29.68	c Got one! Elapsed wall clock time (in seconds):29.583
30.96/29.68	o 5
31.46/30.10	c cleaning 11790 clauses out of 23591 with flag 10888/366191
31.96/30.67	c cleaning 8898 clauses out of 17801 with flag 23592/372191
32.66/31.35	c cleaning 7940 clauses out of 15903 with flag 38282/379191
33.37/32.05	c cleaning 7975 clauses out of 15963 with flag 54588/387191
33.96/32.60	c cleaning 8482 clauses out of 16989 with flag 74440/396192
34.86/33.57	c cleaning 9245 clauses out of 18506 with flag 95246/406191
35.96/34.65	c cleaning 10125 clauses out of 20261 with flag 118176/417191
36.67/35.33	c cleaning 11055 clauses out of 22136 with flag 144581/429191
37.46/36.13	c cleaning 12028 clauses out of 24081 with flag 172892/442191
38.96/37.68	c cleaning 13017 clauses out of 26053 with flag 202632/456191
40.16/38.86	c cleaning 14001 clauses out of 28036 with flag 234810/471191
42.16/40.89	c cleaning 15015 clauses out of 30038 with flag 270076/487194
43.56/42.24	c cleaning 16003 clauses out of 32021 with flag 306352/504192
45.96/44.62	c cleaning 16995 clauses out of 34019 with flag 344380/522193
46.06/44.79	c Got one! Elapsed wall clock time (in seconds):44.688
46.06/44.79	o 3
46.26/44.90	c cleaning 11397 clauses out of 22804 with flag 4160/527973
46.66/45.33	c cleaning 8699 clauses out of 17407 with flag 18114/533973
46.96/45.67	c cleaning 7839 clauses out of 15707 with flag 33219/540972
47.68/46.31	c cleaning 7918 clauses out of 15868 with flag 50485/548972
48.17/46.89	c cleaning 8467 clauses out of 16951 with flag 70268/557973
48.87/47.55	c cleaning 9231 clauses out of 18483 with flag 92553/567972
49.78/48.42	c cleaning 10117 clauses out of 20253 with flag 116638/578973
50.77/49.41	c cleaning 11059 clauses out of 22136 with flag 143914/590973
51.67/50.34	c cleaning 12029 clauses out of 24076 with flag 173272/603972
52.68/51.34	c cleaning 13013 clauses out of 26047 with flag 203724/617972
54.00/52.65	c cleaning 14008 clauses out of 28034 with flag 236063/632972
55.31/53.90	c cleaning 15004 clauses out of 30026 with flag 272943/648972
56.90/55.58	c cleaning 16001 clauses out of 32022 with flag 309183/665972
58.82/57.41	c cleaning 17002 clauses out of 34022 with flag 353666/683973
60.62/59.28	c cleaning 17988 clauses out of 36019 with flag 397423/702972
62.72/61.32	c cleaning 19010 clauses out of 38031 with flag 441783/722972
64.23/62.81	c cleaning 19988 clauses out of 40021 with flag 489768/743972
65.92/64.56	c cleaning 21002 clauses out of 42034 with flag 538830/765973
67.82/66.44	c cleaning 22003 clauses out of 44031 with flag 589742/788972
69.63/68.25	c cleaning 23002 clauses out of 46028 with flag 642401/812972
72.02/70.61	c cleaning 24002 clauses out of 48027 with flag 697518/837973
74.42/73.01	c cleaning 25002 clauses out of 50025 with flag 757252/863973
77.12/75.76	c cleaning 26007 clauses out of 52022 with flag 818764/890972
79.41/78.06	c cleaning 26988 clauses out of 54015 with flag 883033/918973
82.31/80.95	c cleaning 27996 clauses out of 56026 with flag 945728/947972
85.41/84.00	c cleaning 29002 clauses out of 58031 with flag 1010788/977973
89.91/88.59	c cleaning 30001 clauses out of 60028 with flag 1076539/1008972
93.95/92.59	c cleaning 31006 clauses out of 62028 with flag 1146889/1040973
100.95/99.53	c cleaning 32002 clauses out of 64021 with flag 1216685/1073972
104.95/103.53	c cleaning 32989 clauses out of 66019 with flag 1292240/1107972
109.55/108.18	c cleaning 34014 clauses out of 68031 with flag 1367850/1142973
115.54/114.19	c cleaning 35001 clauses out of 70017 with flag 1448253/1178973
119.84/118.47	c cleaning 35989 clauses out of 72015 with flag 1530801/1215972
126.14/124.71	c cleaning 37012 clauses out of 74027 with flag 1615062/1253973
133.14/131.77	c cleaning 37996 clauses out of 76014 with flag 1702320/1292972
138.15/136.72	c cleaning 38997 clauses out of 78018 with flag 1791872/1332972
143.91/142.48	c cleaning 39991 clauses out of 80021 with flag 1884227/1373972
148.71/147.23	c cleaning 41014 clauses out of 82031 with flag 1978878/1415973
154.10/152.60	c cleaning 42000 clauses out of 84017 with flag 2075185/1458973
159.40/157.94	c cleaning 42993 clauses out of 86015 with flag 2173293/1502972
166.30/164.81	c cleaning 44002 clauses out of 88022 with flag 2269246/1547972
172.71/171.28	c cleaning 45003 clauses out of 90021 with flag 2371741/1593973
178.80/177.34	c cleaning 45997 clauses out of 92017 with flag 2476143/1640972
184.80/183.39	c cleaning 46995 clauses out of 94020 with flag 2584695/1688972
191.01/189.42	c cleaning 47992 clauses out of 96026 with flag 2692015/1737973
196.71/195.20	c cleaning 49009 clauses out of 98034 with flag 2807867/1787973
204.30/202.76	c cleaning 50009 clauses out of 100024 with flag 2923200/1838972
214.91/213.37	c cleaning 50998 clauses out of 102016 with flag 3037954/1890973
221.80/220.24	c cleaning 52004 clauses out of 104018 with flag 3153663/1943973
229.41/227.85	c cleaning 53007 clauses out of 106016 with flag 3271198/1997975
238.73/236.90	c cleaning 53994 clauses out of 108006 with flag 3397213/2052972
247.15/245.33	c cleaning 55000 clauses out of 110013 with flag 3524990/2108973
255.54/253.76	c cleaning 55990 clauses out of 112012 with flag 3654681/2165972
264.34/262.59	c cleaning 57008 clauses out of 114023 with flag 3785135/2223973
273.34/271.56	c cleaning 57991 clauses out of 116013 with flag 3916593/2282972
286.03/284.18	c cleaning 59007 clauses out of 118022 with flag 4047279/2342973
296.84/294.97	c cleaning 60001 clauses out of 120015 with flag 4178792/2403973
308.94/307.09	c cleaning 60998 clauses out of 122013 with flag 4314931/2465972
319.53/317.61	c cleaning 61994 clauses out of 124015 with flag 4452564/2528972
331.17/329.16	c cleaning 63002 clauses out of 126022 with flag 4591086/2592973
341.98/340.00	c cleaning 63993 clauses out of 128019 with flag 4734445/2657973
353.47/351.43	c cleaning 65006 clauses out of 130026 with flag 4881694/2723973
366.84/364.63	c cleaning 65997 clauses out of 132019 with flag 5032335/2790972
379.13/376.95	c cleaning 67009 clauses out of 134024 with flag 5185469/2858974
392.04/389.85	c cleaning 67991 clauses out of 136014 with flag 5338713/2927973
404.94/402.78	c cleaning 69003 clauses out of 138022 with flag 5503292/2997972
419.37/417.05	c cleaning 70006 clauses out of 140018 with flag 5660988/3068972
436.06/433.78	c cleaning 70999 clauses out of 142012 with flag 5817949/3140972
455.10/452.67	c cleaning 72000 clauses out of 144013 with flag 5976290/3213972
470.02/467.54	c cleaning 72999 clauses out of 146013 with flag 6139622/3287972
489.31/486.90	c cleaning 73996 clauses out of 148016 with flag 6304949/3362974
508.41/505.85	c cleaning 75000 clauses out of 150019 with flag 6475553/3438973
527.71/525.17	c cleaning 76006 clauses out of 152018 with flag 6643050/3515972
545.42/542.83	c cleaning 76997 clauses out of 154012 with flag 6818723/3593972
566.81/564.11	c cleaning 78005 clauses out of 156015 with flag 7002323/3672972
592.22/589.50	c cleaning 78995 clauses out of 158010 with flag 7199346/3752972
619.75/617.04	c cleaning 80006 clauses out of 160015 with flag 7390206/3833972
654.67/651.85	c cleaning 81003 clauses out of 162007 with flag 7572487/3915972
672.18/669.37	c starts		: 7050
672.18/669.37	c conflicts		: 3972622
672.18/669.37	c decisions		: 4466688
672.18/669.37	c propagations		: 84603769
672.18/669.37	c inspects		: 12703908209
672.18/669.37	c shortcuts		: 0
672.18/669.37	c learnt literals	: 26
672.18/669.37	c learnt binary clauses	: 32
672.18/669.37	c learnt ternary clauses	: 80
672.18/669.37	c learnt constraints	: 3972595
672.18/669.37	c ignored constraints	: 0
672.18/669.37	c root simplifications	: 0
672.18/669.37	c removed literals (reason simplification)	: 0
672.18/669.37	c reason swapping (by a shorter reason)	: 0
672.18/669.37	c Calls to reduceDB	: 127
672.18/669.37	c Number of update (reduction) of LBD	: 112325
672.18/669.37	c Imported unit clauses	: 0
672.18/669.37	c number of reductions to clauses (during analyze)	: 0
672.18/669.37	c number of learned constraints concerned by reduction	: 0
672.18/669.37	c number of learning phase by resolution	: 0
672.18/669.37	c number of learning phase by cutting planes	: 0
672.18/669.37	c speed (assignments/second)	: 126430.52757736426
672.18/669.37	c non guided choices	28762
672.18/669.37	c learnt constraints type 
672.18/669.37	s OPTIMUM FOUND
672.18/669.37	c Found 5 solution(s)
672.18/669.37	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 
672.18/669.37	c objective function=3
672.18/669.37	c Total wall clock time (in seconds): 669.268

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

pid=21485
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.36 2.25 2.19 3/194 21488
/proc/meminfo: memFree=30562464/32872528 swapFree=877056/942464
[pid=21488] ppid=21485 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/21488/stat : 21488 (java) S 21485 21488 19848 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 29134427 98570240 977 33554432000 1073741824 1073778376 140737076278144 140737076269280 213196505149 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21488/statm: 24065 977 743 9 0 16771 0
[pid=21488/tid=21489] ppid=21485 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21489/stat : 21489 (java) R 21485 21488 19848 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 29134427 98570240 977 33554432000 1073741824 1073778376 140737076278144 140173945994792 213193147776 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100115 s]
/proc/loadavg: 2.36 2.25 2.19 3/194 21488
/proc/meminfo: memFree=30562464/32872528 swapFree=877056/942464
[pid=21488] ppid=21485 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/21488/stat : 21488 (java) S 21485 21488 19848 0 -1 4202496 4495 0 1 0 10 1 0 0 20 0 18 0 29134427 9787879424 6125 33554432000 1073741824 1073778376 140737076278144 140737076269280 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21488/statm: 2389619 6125 2157 9 0 2380296 0
[pid=21488/tid=21489] ppid=21485 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/21488/task/21489/stat : 21489 (java) R 21485 21488 19848 0 -1 4202560 2378 0 1 0 7 0 0 0 20 0 18 0 29134427 9787879424 6125 33554432000 1073741824 1073778376 140737076278144 140173945996552 140173790791766 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.200338 s]
/proc/loadavg: 2.36 2.25 2.19 3/194 21488
/proc/meminfo: memFree=30562464/32872528 swapFree=877056/942464
[pid=21488] ppid=21485 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/21488/stat : 21488 (java) S 21485 21488 19848 0 -1 4202496 4709 0 1 0 25 1 0 0 20 0 19 0 29134427 9856040960 7313 33554432000 1073741824 1073778376 140737076278144 140737076269280 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21488/statm: 2406260 7313 2214 9 0 2396937 0
[pid=21488/tid=21489] ppid=21485 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/21488/task/21489/stat : 21489 (java) R 21485 21488 19848 0 -1 4202560 2403 0 1 0 16 1 0 0 20 0 19 0 29134427 9856040960 7313 33554432000 1073741824 1073778376 140737076278144 140173946000000 140173790785816 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.300307 s]
/proc/loadavg: 2.36 2.25 2.19 3/194 21488
/proc/meminfo: memFree=30562464/32872528 swapFree=877056/942464
[pid=21488] ppid=21485 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/21488/stat : 21488 (java) S 21485 21488 19848 0 -1 4202496 6354 0 1 0 48 2 0 0 20 0 19 0 29134427 9856040960 8144 33554432000 1073741824 1073778376 140737076278144 140737076269280 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21488/statm: 2406260 8144 2243 9 0 2396937 0
[pid=21488/tid=21489] ppid=21485 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/21488/task/21489/stat : 21489 (java) R 21485 21488 19848 0 -1 4202560 2410 0 1 0 26 1 0 0 20 0 19 0 29134427 9856040960 8144 33554432000 1073741824 1073778376 140737076278144 140173946000000 140173791126240 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700287 s]
/proc/loadavg: 2.36 2.25 2.19 3/194 21488
/proc/meminfo: memFree=30562464/32872528 swapFree=877056/942464
[pid=21488] ppid=21485 vsize=9625040 CPUtime=1.2 cores=1,3,5,7
/proc/21488/stat : 21488 (java) S 21485 21488 19848 0 -1 4202496 15387 0 1 0 117 3 0 0 20 0 19 0 29134427 9856040960 15209 33554432000 1073741824 1073778376 140737076278144 140737076269280 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21488/statm: 2406260 15213 2255 9 0 2396937 0
[pid=21488/tid=21489] ppid=21485 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/21488/task/21489/stat : 21489 (java) R 21485 21488 19848 0 -1 4202560 2412 0 1 0 66 1 0 0 20 0 19 0 29134427 9856040960 15215 33554432000 1073741824 1073778376 140737076278144 140173945999848 140173791145788 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 9625040

[startup+1.50065 s]
/proc/loadavg: 2.36 2.25 2.19 3/213 21507
/proc/meminfo: memFree=30508616/32872528 swapFree=877056/942464
[pid=21488] ppid=21485 vsize=9625040 CPUtime=2.09 cores=1,3,5,7
/proc/21488/stat : 21488 (java) S 21485 21488 19848 0 -1 4202496 15484 0 1 0 206 3 0 0 20 0 19 0 29134427 9856040960 16838 33554432000 1073741824 1073778376 140737076278144 140737076269280 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21488/statm: 2406260 16838 2257 9 0 2396937 0
[pid=21488/tid=21489] ppid=21485 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/21488/task/21489/stat : 21489 (java) R 21485 21488 19848 0 -1 4202560 2416 0 1 0 145 2 0 0 20 0 19 0 29134427 9856040960 16838 33554432000 1073741824 1073778376 140737076278144 140173945990864 140173791137343 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=21488/tid=21491] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21491/stat : 21491 (java) S 21485 21488 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29134428 9856040960 16838 33554432000 1073741824 1073778376 140737076278144 140173918452776 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21488/tid=21492] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21492/stat : 21492 (java) S 21485 21488 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29134428 9856040960 16838 33554432000 1073741824 1073778376 140737076278144 140173917399976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21488/tid=21493] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21493/stat : 21493 (java) S 21485 21488 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29134428 9856040960 16838 33554432000 1073741824 1073778376 140737076278144 140173916347176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21488/tid=21494] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21494/stat : 21494 (java) S 21485 21488 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29134428 9856040960 16838 33554432000 1073741824 1073778376 140737076278144 140173915294376 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21488/tid=21495] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21495/stat : 21495 (java) S 21485 21488 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29134428 9856040960 16838 33554432000 1073741824 1073778376 140737076278144 140173914241576 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21488/tid=21496] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21496/stat : 21496 (java) S 21485 21488 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29134428 9856040960 16838 33554432000 1073741824 1073778376 140737076278144 140173913188776 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21488/tid=21497] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21497/stat : 21497 (java) S 21485 21488 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29134428 9856040960 16838 33554432000 1073741824 1073778376 140737076278144 140173912135976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21488/tid=21498] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21498/stat : 21498 (java) S 21485 21488 19848 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29134428 9856040960 16838 33554432000 1073741824 1073778376 140737076278144 140173911083176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21488/tid=21499] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21499/stat : 21499 (java) S 21485 21488 19848 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29134429 9856040960 16838 33554432000 1073741824 1073778376 140737076278144 140173299919848 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21488/tid=21500] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21500/stat : 21500 (java) S 21485 21488 19848 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29134429 9856040960 16838 33554432000 1073741824 1073778376 140737076278144 140173298865912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21488/tid=21501] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21501/stat : 21501 (java) S 21485 21488 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29134429 9856040960 16838 33554432000 1073741824 1073778376 140737076278144 140173297813000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21488/tid=21502] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21502/stat : 21502 (java) S 21485 21488 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29134432 9856040960 16838 33554432000 1073741824 1073778376 140737076278144 140173296761488 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21488/tid=21503] ppid=21485 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/21488/task/21503/stat : 21503 (java) S 21485 21488 19848 0 -1 4202560 8289 0 0 0 30 1 0 0 20 0 19 0 29134432 9856040960 16838 33554432000 1073741824 1073778376 140737076278144 140173295708600 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21488/tid=21504] ppid=21485 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/21488/task/21504/stat : 21504 (java) S 21485 21488 19848 0 -1 4202560 3507 0 0 0 27 0 0 0 20 0 19 0 29134432 9856040960 16838 33554432000 1073741824 1073778376 140737076278144 140173294655800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21488/tid=21505] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21505/stat : 21505 (java) S 21485 21488 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29134432 9856040960 16838 33554432000 1073741824 1073778376 140737076278144 140173293603192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21488/tid=21506] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21506/stat : 21506 (java) S 21485 21488 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29134432 9856040960 16838 33554432000 1073741824 1073778376 140737076278144 140173292550600 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21488/tid=21507] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21507/stat : 21507 (java) S 21485 21488 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29134447 9856040960 16838 33554432000 1073741824 1073778376 140737076278144 140173291497128 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.36 2.25 2.19 3/213 21507
/proc/meminfo: memFree=30501852/32872528 swapFree=877056/942464
[pid=21488] ppid=21485 vsize=9625040 CPUtime=3.7 cores=1,3,5,7
/proc/21488/stat : 21488 (java) S 21485 21488 19848 0 -1 4202496 15489 0 1 0 366 4 0 0 20 0 19 0 29134427 9856040960 18375 33554432000 1073741824 1073778376 140737076278144 140737076269280 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21488/statm: 2406260 18375 2257 9 0 2396937 0
[pid=21488/tid=21489] ppid=21485 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/21488/task/21489/stat : 21489 (java) R 21485 21488 19848 0 -1 4202560 2420 0 1 0 305 2 0 0 20 0 19 0 29134427 9856040960 18375 33554432000 1073741824 1073778376 140737076278144 140173945997760 140173791219757 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21488/tid=21491] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21491/stat : 21491 (java) S 21485 21488 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29134428 9856040960 18375 33554432000 1073741824 1073778376 140737076278144 140173918452776 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21488/tid=21492] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21492/stat : 21492 (java) S 21485 21488 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29134428 9856040960 18375 33554432000 1073741824 1073778376 140737076278144 140173917399976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21488/tid=21493] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21493/stat : 21493 (java) S 21485 21488 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29134428 9856040960 18375 33554432000 1073741824 1073778376 140737076278144 140173916347176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21488/tid=21494] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21494/stat : 21494 (java) S 21485 21488 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29134428 9856040960 18375 33554432000 1073741824 1073778376 140737076278144 140173915294376 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21488/tid=21495] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21495/stat : 21495 (java) S 21485 21488 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29134428 9856040960 18375 33554432000 1073741824 1073778376 140737076278144 140173914241576 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21488/tid=21496] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21496/stat : 21496 (java) S 21485 21488 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29134428 9856040960 18375 33554432000 1073741824 1073778376 140737076278144 140173913188776 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21488/tid=21497] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21497/stat : 21497 (java) S 21485 21488 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29134428 9856040960 18375 33554432000 1073741824 1073778376 140737076278144 140173912135976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21488/tid=21498] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21498/stat : 21498 (java) S 21485 21488 19848 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29134428 9856040960 18375 33554432000 1073741824 1073778376 140737076278144 140173911083176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21488/tid=21499] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21499/stat : 21499 (java) S 21485 21488 19848 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29134429 9856040960 18375 33554432000 1073741824 1073778376 140737076278144 140173299919848 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21488/tid=21500] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21500/stat : 21500 (java) S 21485 21488 19848 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29134429 9856040960 18375 33554432000 1073741824 1073778376 140737076278144 140173298865912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21488/tid=21501] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21501/stat : 21501 (java) S 21485 21488 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29134429 9856040960 18375 33554432000 1073741824 1073778376 140737076278144 140173297813000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21488/tid=21502] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21502/stat : 21502 (java) S 21485 21488 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29134432 9856040960 18375 33554432000 1073741824 1073778376 140737076278144 140173296761488 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21488/tid=21503] ppid=21485 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/21488/task/21503/stat : 21503 (java) S 21485 21488 19848 0 -1 4202560 8290 0 0 0 32 1 0 0 20 0 19 0 29134432 9856040960 18375 33554432000 1073741824 1073778376 140737076278144 140173295708600 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21488/tid=21504] ppid=21485 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/21488/task/21504/stat : 21504 (java) S 21485 21488 19848 0 -1 4202560 3507 0 0 0 27 0 0 0 20 0 19 0 29134432 9856040960 18375 33554432000 1073741824 1073778376 140737076278144 140173294655800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21488/tid=21505] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21505/stat : 21505 (java) S 21485 21488 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29134432 9856040960 18375 33554432000 1073741824 1073778376 140737076278144 140173293603192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21488/tid=21506] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21506/stat : 21506 (java) S 21485 21488 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29134432 9856040960 18375 33554432000 1073741824 1073778376 140737076278144 140173292550600 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21488/tid=21507] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21507/stat : 21507 (java) S 21485 21488 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29134447 9856040960 18375 33554432000 1073741824 1073778376 140737076278144 140173291497128 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.7
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.33 2.25 2.19 3/213 21507
/proc/meminfo: memFree=30489016/32872528 swapFree=877056/942464
[pid=21488] ppid=21485 vsize=9625040 CPUtime=6.9 cores=1,3,5,7
/proc/21488/stat : 21488 (java) S 21485 21488 19848 0 -1 4202496 15498 0 1 0 686 4 0 0 20 0 19 0 29134427 9856040960 21398 33554432000 1073741824 1073778376 140737076278144 140737076269280 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21488/statm: 2406260 21398 2258 9 0 2396937 0
[pid=21488/tid=21489] ppid=21485 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/21488/task/21489/stat : 21489 (java) R 21485 21488 19848 0 -1 4202560 2428 0 1 0 624 2 0 0 20 0 19 0 29134427 9856040960 21398 33554432000 1073741824 1073778376 140737076278144 140173945999752 140173791146089 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21488/tid=21491] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21491/stat : 21491 (java) S 21485 21488 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29134428 9856040960 21398 33554432000 1073741824 1073778376 140737076278144 140173918452776 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21488/tid=21492] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21492/stat : 21492 (java) S 21485 21488 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29134428 9856040960 21398 33554432000 1073741824 1073778376 140737076278144 140173917399976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21488/tid=21493] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21493/stat : 21493 (java) S 21485 21488 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29134428 9856040960 21398 33554432000 1073741824 1073778376 140737076278144 140173916347176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21488/tid=21494] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21494/stat : 21494 (java) S 21485 21488 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29134428 9856040960 21398 33554432000 1073741824 1073778376 140737076278144 140173915294376 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21488/tid=21495] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21495/stat : 21495 (java) S 21485 21488 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29134428 9856040960 21398 33554432000 1073741824 1073778376 140737076278144 140173914241576 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21488/tid=21496] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21496/stat : 21496 (java) S 21485 21488 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29134428 9856040960 21398 33554432000 1073741824 1073778376 140737076278144 140173913188776 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21488/tid=21497] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21497/stat : 21497 (java) S 21485 21488 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29134428 9856040960 21398 33554432000 1073741824 1073778376 140737076278144 140173912135976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21488/tid=21498] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21498/stat : 21498 (java) S 21485 21488 19848 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29134428 9856040960 21398 33554432000 1073741824 1073778376 140737076278144 140173911083176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21488/tid=21499] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21499/stat : 21499 (java) S 21485 21488 19848 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29134429 9856040960 21398 33554432000 1073741824 1073778376 140737076278144 140173299919848 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21488/tid=21500] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21500/stat : 21500 (java) S 21485 21488 19848 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29134429 9856040960 21398 33554432000 1073741824 1073778376 140737076278144 140173298865912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21488/tid=21501] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21501/stat : 21501 (java) S 21485 21488 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29134429 9856040960 21398 33554432000 1073741824 1073778376 140737076278144 140173297813000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21488/tid=21502] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21502/stat : 21502 (java) S 21485 21488 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29134432 9856040960 21398 33554432000 1073741824 1073778376 140737076278144 140173296761488 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21488/tid=21503] ppid=21485 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/21488/task/21503/stat : 21503 (java) S 21485 21488 19848 0 -1 4202560 8290 0 0 0 32 1 0 0 20 0 19 0 29134432 9856040960 21398 33554432000 1073741824 1073778376 140737076278144 140173295708600 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21488/tid=21504] ppid=21485 vsize=9625040 CPUtime=0.27 cores=1,3,5,7

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

[pid=21488/tid=21500] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21500/stat : 21500 (java) S 21485 21488 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29134429 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173298865912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21488/tid=21501] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21501/stat : 21501 (java) S 21485 21488 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29134429 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173297813000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21488/tid=21502] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21502/stat : 21502 (java) S 21485 21488 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29134432 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173296761488 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21488/tid=21503] ppid=21485 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/21488/task/21503/stat : 21503 (java) S 21485 21488 19848 0 -1 4202560 11223 0 0 0 107 2 0 0 20 0 19 0 29134432 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173295708600 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21488/tid=21504] ppid=21485 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/21488/task/21504/stat : 21504 (java) S 21485 21488 19848 0 -1 4202560 3509 0 0 0 33 0 0 0 20 0 19 0 29134432 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173294655800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21488/tid=21505] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21505/stat : 21505 (java) S 21485 21488 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29134432 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173293603192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21488/tid=21506] ppid=21485 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/21488/task/21506/stat : 21506 (java) S 21485 21488 19848 0 -1 4202560 40 0 0 0 5 9 0 0 20 0 19 0 29134432 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173292550600 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21488/tid=21507] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21507/stat : 21507 (java) S 21485 21488 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29134447 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173291497128 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 670.88
Current children cumulated vsize (KiB) 9625040

[startup+668.801 s]
/proc/loadavg: 2.21 2.16 2.16 3/213 21783
/proc/meminfo: memFree=30051124/32872528 swapFree=877056/942464
[pid=21488] ppid=21485 vsize=9625040 CPUtime=671.68 cores=1,3,5,7
/proc/21488/stat : 21488 (java) S 21485 21488 19848 0 -1 4202496 20963 0 1 0 67107 61 0 0 20 0 19 0 29134427 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140737076269280 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21488/statm: 2406260 140167 2272 9 0 2396937 0
[pid=21488/tid=21489] ppid=21485 vsize=9625040 CPUtime=666.5 cores=1,3,5,7
/proc/21488/task/21489/stat : 21489 (java) R 21485 21488 19848 0 -1 4202560 2498 0 1 0 66637 13 0 0 20 0 19 0 29134427 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173945990848 140173791187277 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21488/tid=21491] ppid=21485 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/21488/task/21491/stat : 21491 (java) S 21485 21488 19848 0 -1 4202560 249 0 0 0 24 6 0 0 20 0 19 0 29134428 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173918452776 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21488/tid=21492] ppid=21485 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/21488/task/21492/stat : 21492 (java) S 21485 21488 19848 0 -1 4202560 149 0 0 0 12 5 0 0 20 0 19 0 29134428 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173917399976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21488/tid=21493] ppid=21485 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/21488/task/21493/stat : 21493 (java) S 21485 21488 19848 0 -1 4202560 293 0 0 0 20 6 0 0 20 0 19 0 29134428 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173916347176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21488/tid=21494] ppid=21485 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/21488/task/21494/stat : 21494 (java) S 21485 21488 19848 0 -1 4202560 307 0 0 0 17 5 0 0 20 0 19 0 29134428 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173915294376 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21488/tid=21495] ppid=21485 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/21488/task/21495/stat : 21495 (java) S 21485 21488 19848 0 -1 4202560 288 0 0 0 17 5 0 0 20 0 19 0 29134428 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173914241576 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21488/tid=21496] ppid=21485 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/21488/task/21496/stat : 21496 (java) S 21485 21488 19848 0 -1 4202560 315 0 0 0 15 3 0 0 20 0 19 0 29134428 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173913188776 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21488/tid=21497] ppid=21485 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/21488/task/21497/stat : 21497 (java) S 21485 21488 19848 0 -1 4202560 288 0 0 0 11 4 0 0 20 0 19 0 29134428 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173912135976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21488/tid=21498] ppid=21485 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/21488/task/21498/stat : 21498 (java) S 21485 21488 19848 0 -1 4202560 436 0 0 0 22 9 0 0 20 0 19 0 29134428 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173911083176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21488/tid=21499] ppid=21485 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/21488/task/21499/stat : 21499 (java) S 21485 21488 19848 0 -1 4202560 110 0 0 0 0 1 0 0 20 0 19 0 29134429 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173299919848 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21488/tid=21500] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21500/stat : 21500 (java) S 21485 21488 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29134429 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173298865912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21488/tid=21501] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21501/stat : 21501 (java) S 21485 21488 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29134429 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173297813000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21488/tid=21502] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21502/stat : 21502 (java) S 21485 21488 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29134432 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173296761488 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21488/tid=21503] ppid=21485 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/21488/task/21503/stat : 21503 (java) S 21485 21488 19848 0 -1 4202560 11223 0 0 0 107 2 0 0 20 0 19 0 29134432 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173295708600 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21488/tid=21504] ppid=21485 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/21488/task/21504/stat : 21504 (java) S 21485 21488 19848 0 -1 4202560 3509 0 0 0 33 0 0 0 20 0 19 0 29134432 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173294655800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21488/tid=21505] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21505/stat : 21505 (java) S 21485 21488 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29134432 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173293603192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21488/tid=21506] ppid=21485 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/21488/task/21506/stat : 21506 (java) S 21485 21488 19848 0 -1 4202560 40 0 0 0 5 9 0 0 20 0 19 0 29134432 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173292550600 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21488/tid=21507] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21507/stat : 21507 (java) S 21485 21488 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29134447 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173291497128 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 671.68
Current children cumulated vsize (KiB) 9625040

[startup+669.201 s]
/proc/loadavg: 2.21 2.16 2.16 3/213 21783
/proc/meminfo: memFree=30051124/32872528 swapFree=877056/942464
[pid=21488] ppid=21485 vsize=9625040 CPUtime=672.08 cores=1,3,5,7
/proc/21488/stat : 21488 (java) S 21485 21488 19848 0 -1 4202496 20963 0 1 0 67147 61 0 0 20 0 19 0 29134427 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140737076269280 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21488/statm: 2406260 140167 2272 9 0 2396937 0
[pid=21488/tid=21489] ppid=21485 vsize=9625040 CPUtime=666.89 cores=1,3,5,7
/proc/21488/task/21489/stat : 21489 (java) R 21485 21488 19848 0 -1 4202560 2498 0 1 0 66676 13 0 0 20 0 19 0 29134427 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173945990848 140173791188191 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21488/tid=21491] ppid=21485 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/21488/task/21491/stat : 21491 (java) S 21485 21488 19848 0 -1 4202560 249 0 0 0 24 6 0 0 20 0 19 0 29134428 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173918452776 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21488/tid=21492] ppid=21485 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/21488/task/21492/stat : 21492 (java) S 21485 21488 19848 0 -1 4202560 149 0 0 0 12 5 0 0 20 0 19 0 29134428 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173917399976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21488/tid=21493] ppid=21485 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/21488/task/21493/stat : 21493 (java) S 21485 21488 19848 0 -1 4202560 293 0 0 0 20 6 0 0 20 0 19 0 29134428 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173916347176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21488/tid=21494] ppid=21485 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/21488/task/21494/stat : 21494 (java) S 21485 21488 19848 0 -1 4202560 307 0 0 0 17 5 0 0 20 0 19 0 29134428 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173915294376 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21488/tid=21495] ppid=21485 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/21488/task/21495/stat : 21495 (java) S 21485 21488 19848 0 -1 4202560 288 0 0 0 17 5 0 0 20 0 19 0 29134428 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173914241576 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21488/tid=21496] ppid=21485 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/21488/task/21496/stat : 21496 (java) S 21485 21488 19848 0 -1 4202560 315 0 0 0 15 3 0 0 20 0 19 0 29134428 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173913188776 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21488/tid=21497] ppid=21485 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/21488/task/21497/stat : 21497 (java) S 21485 21488 19848 0 -1 4202560 288 0 0 0 11 4 0 0 20 0 19 0 29134428 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173912135976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21488/tid=21498] ppid=21485 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/21488/task/21498/stat : 21498 (java) S 21485 21488 19848 0 -1 4202560 436 0 0 0 22 9 0 0 20 0 19 0 29134428 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173911083176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21488/tid=21499] ppid=21485 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/21488/task/21499/stat : 21499 (java) S 21485 21488 19848 0 -1 4202560 110 0 0 0 0 1 0 0 20 0 19 0 29134429 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173299919848 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21488/tid=21500] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21500/stat : 21500 (java) S 21485 21488 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29134429 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173298865912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21488/tid=21501] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21501/stat : 21501 (java) S 21485 21488 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29134429 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173297813000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21488/tid=21502] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21502/stat : 21502 (java) S 21485 21488 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29134432 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173296761488 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21488/tid=21503] ppid=21485 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/21488/task/21503/stat : 21503 (java) S 21485 21488 19848 0 -1 4202560 11223 0 0 0 107 2 0 0 20 0 19 0 29134432 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173295708600 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21488/tid=21504] ppid=21485 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/21488/task/21504/stat : 21504 (java) S 21485 21488 19848 0 -1 4202560 3509 0 0 0 33 0 0 0 20 0 19 0 29134432 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173294655800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21488/tid=21505] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21505/stat : 21505 (java) S 21485 21488 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29134432 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173293603192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21488/tid=21506] ppid=21485 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/21488/task/21506/stat : 21506 (java) S 21485 21488 19848 0 -1 4202560 40 0 0 0 5 9 0 0 20 0 19 0 29134432 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173292550600 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21488/tid=21507] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21507/stat : 21507 (java) S 21485 21488 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29134447 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173291497128 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 672.08
Current children cumulated vsize (KiB) 9625040

[startup+669.301 s]
/proc/loadavg: 2.21 2.16 2.16 3/213 21783
/proc/meminfo: memFree=30051124/32872528 swapFree=877056/942464
[pid=21488] ppid=21485 vsize=9625040 CPUtime=672.18 cores=1,3,5,7
/proc/21488/stat : 21488 (java) S 21485 21488 19848 0 -1 4202496 20964 0 1 0 67157 61 0 0 20 0 19 0 29134427 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140737076269280 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21488/statm: 2406260 140167 2272 9 0 2396937 0
[pid=21488/tid=21489] ppid=21485 vsize=9625040 CPUtime=666.99 cores=1,3,5,7
/proc/21488/task/21489/stat : 21489 (java) R 21485 21488 19848 0 -1 4202560 2498 0 1 0 66686 13 0 0 20 0 19 0 29134427 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173945990848 140173791335792 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21488/tid=21491] ppid=21485 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/21488/task/21491/stat : 21491 (java) S 21485 21488 19848 0 -1 4202560 249 0 0 0 24 6 0 0 20 0 19 0 29134428 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173918452776 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21488/tid=21492] ppid=21485 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/21488/task/21492/stat : 21492 (java) S 21485 21488 19848 0 -1 4202560 149 0 0 0 12 5 0 0 20 0 19 0 29134428 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173917399976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21488/tid=21493] ppid=21485 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/21488/task/21493/stat : 21493 (java) S 21485 21488 19848 0 -1 4202560 293 0 0 0 20 6 0 0 20 0 19 0 29134428 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173916347176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21488/tid=21494] ppid=21485 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/21488/task/21494/stat : 21494 (java) S 21485 21488 19848 0 -1 4202560 307 0 0 0 17 5 0 0 20 0 19 0 29134428 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173915294376 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21488/tid=21495] ppid=21485 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/21488/task/21495/stat : 21495 (java) S 21485 21488 19848 0 -1 4202560 288 0 0 0 17 5 0 0 20 0 19 0 29134428 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173914241576 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21488/tid=21496] ppid=21485 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/21488/task/21496/stat : 21496 (java) S 21485 21488 19848 0 -1 4202560 315 0 0 0 15 3 0 0 20 0 19 0 29134428 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173913188776 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21488/tid=21497] ppid=21485 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/21488/task/21497/stat : 21497 (java) S 21485 21488 19848 0 -1 4202560 288 0 0 0 11 4 0 0 20 0 19 0 29134428 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173912135976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21488/tid=21498] ppid=21485 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/21488/task/21498/stat : 21498 (java) S 21485 21488 19848 0 -1 4202560 436 0 0 0 22 9 0 0 20 0 19 0 29134428 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173911083176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21488/tid=21499] ppid=21485 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/21488/task/21499/stat : 21499 (java) S 21485 21488 19848 0 -1 4202560 110 0 0 0 0 1 0 0 20 0 19 0 29134429 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173299919848 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21488/tid=21500] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21500/stat : 21500 (java) S 21485 21488 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29134429 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173298865912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21488/tid=21501] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21501/stat : 21501 (java) S 21485 21488 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29134429 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173297813000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21488/tid=21502] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21502/stat : 21502 (java) S 21485 21488 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29134432 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173296761488 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21488/tid=21503] ppid=21485 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/21488/task/21503/stat : 21503 (java) S 21485 21488 19848 0 -1 4202560 11223 0 0 0 107 2 0 0 20 0 19 0 29134432 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173295708600 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21488/tid=21504] ppid=21485 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/21488/task/21504/stat : 21504 (java) S 21485 21488 19848 0 -1 4202560 3510 0 0 0 33 0 0 0 20 0 19 0 29134432 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173294655800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21488/tid=21505] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21505/stat : 21505 (java) S 21485 21488 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29134432 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173293603192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21488/tid=21506] ppid=21485 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/21488/task/21506/stat : 21506 (java) S 21485 21488 19848 0 -1 4202560 40 0 0 0 5 9 0 0 20 0 19 0 29134432 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173292550600 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21488/tid=21507] ppid=21485 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21488/task/21507/stat : 21507 (java) S 21485 21488 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29134447 9856040960 140167 33554432000 1073741824 1073778376 140737076278144 140173291497128 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 672.18
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21488 and gives
#  childrusage.ru_utime.tv_sec=669
#  childrusage.ru_utime.tv_usec=899159
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=811876
# CPU time returned by wait4() is 670.711
# while last known CPU time is 672.18
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 669.377
CPU time (s): 672.18
CPU user time (s): 671.57
CPU system time (s): 0.61
CPU usage (%): 100.419
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 669.899
system time used= 0.811876
maximum resident set size= 567016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20992
page faults= 1
swaps= 0
block input operations= 0
block output operations= 608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14708
involuntary context switches= 4473

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.57246 second user time and 5.08723 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-18 19:27:35
IDJOB=4106453
IDBENCH=48065
IDSOLVER=2546
FILE ID=node113/4106453-1466270855
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=113-P1=127-P2=101-P3=419-P4=107-P5=271-P6=379-P7=167-P8=163-B.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106453-1466270855/watcher-4106453-1466270855 -o /tmp/evaluation-result-4106453-1466270855/solver-4106453-1466270855 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466265808-19865 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4106453-1466270855.opb

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

MD5SUM BENCH= e7b4c80573ea65996ed7438c7cd24465
RANDOM SEED=21252890

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:        30562812 kB
Buffers:          112604 kB
Cached:           282608 kB
SwapCached:         1896 kB
Active:           303628 kB
Inactive:         309220 kB
Active(anon):     218264 kB
Inactive(anon):     2024 kB
Active(file):      85364 kB
Inactive(file):   307196 kB
Unevictable:      942464 kB
Mlocked:          877056 kB
SwapTotal:      67108856 kB
SwapFree:       67098956 kB
Dirty:               788 kB
Writeback:             0 kB
AnonPages:       1173860 kB
Mapped:            15276 kB
Shmem:                 0 kB
Slab:             606484 kB
SReclaimable:      49964 kB
SUnreclaim:       556520 kB
KernelStack:        1624 kB
PageTables:         6560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1631348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    276480 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:38:44