Trace number 4106438

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 663.355 660.868

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=131-P1=307-P2=281-P3=173-P4=479-P5=461-P6=107-P7=337-P8=353-B.opb
MD5SUM6dc20e219798a6cc2c39fe76202681b5
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.19497
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4106438-1466270822.opb
0.11/0.11	c reading problem ... 
0.11/0.12	c  objective function found
0.26/0.21	c ... done. Wall clock time 0.094s.
0.26/0.21	c declared #vars     216
0.26/0.21	c internal #vars     864
0.26/0.21	c #constraints  1321
0.26/0.21	c constraints type 
0.26/0.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 648
0.26/0.21	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 673
0.26/0.21	c 1321 constraints processed.
0.26/0.21	c objective function length is 9 literals
0.75/0.59	c cleaning 2501 clauses out of 5001 with flag 10608/5001
1.21/0.88	c cleaning 4242 clauses out of 8500 with flag 22975/11001
1.72/1.32	c cleaning 5618 clauses out of 11258 with flag 37406/18001
2.23/1.89	c cleaning 6817 clauses out of 13641 with flag 55366/26002
2.75/2.34	c cleaning 7907 clauses out of 15823 with flag 74659/35001
3.35/2.91	c cleaning 8947 clauses out of 17916 with flag 95106/45001
4.25/3.85	c cleaning 9974 clauses out of 19969 with flag 118613/56001
5.55/5.19	c cleaning 10983 clauses out of 21994 with flag 143383/68000
7.15/6.78	c cleaning 11990 clauses out of 24012 with flag 170924/81001
8.55/8.14	c cleaning 12996 clauses out of 26021 with flag 200059/95000
10.16/9.78	c cleaning 14006 clauses out of 28026 with flag 233703/110001
12.06/11.60	c cleaning 15010 clauses out of 30019 with flag 268568/126000
13.36/12.91	c cleaning 16000 clauses out of 32009 with flag 306327/143000
14.86/14.45	c cleaning 17003 clauses out of 34009 with flag 346547/161000
16.35/15.96	c cleaning 17992 clauses out of 36007 with flag 389003/180001
18.85/18.49	c cleaning 18979 clauses out of 38014 with flag 434124/200000
20.95/20.55	c cleaning 20016 clauses out of 40036 with flag 483923/221001
22.56/22.16	c cleaning 20989 clauses out of 42020 with flag 532575/243001
24.55/24.15	c cleaning 21998 clauses out of 44030 with flag 583875/266000
26.65/26.28	c cleaning 23011 clauses out of 46032 with flag 637654/290000
29.25/28.89	c cleaning 23999 clauses out of 48022 with flag 694206/315001
31.49/31.00	c cleaning 25005 clauses out of 50022 with flag 751663/341000
34.09/33.64	c cleaning 25998 clauses out of 52018 with flag 814291/368001
37.59/37.15	c cleaning 26999 clauses out of 54019 with flag 881103/396000
40.99/40.53	c cleaning 27988 clauses out of 56020 with flag 949057/425000
45.63/45.01	c cleaning 29003 clauses out of 58032 with flag 1024230/455000
49.04/48.10	c cleaning 29984 clauses out of 60029 with flag 1093004/486000
51.44/50.55	c cleaning 30996 clauses out of 62045 with flag 1159786/518000
56.60/55.69	c cleaning 32018 clauses out of 64049 with flag 1230338/551001
62.61/61.64	c cleaning 33006 clauses out of 66030 with flag 1304353/585000
66.90/65.97	c cleaning 34002 clauses out of 68024 with flag 1380300/620000
71.22/70.22	c SATISFIABLE
71.22/70.22	c OPTIMIZING...
71.22/70.22	c Got one! Elapsed wall clock time (in seconds):70.105
71.22/70.22	o 79
72.12/71.12	c cleaning 34279 clauses out of 68593 with flag 11111/654571
72.32/71.39	c cleaning 20150 clauses out of 40315 with flag 23964/660572
73.12/72.18	c cleaning 13578 clauses out of 27165 with flag 39229/667572
73.65/72.64	c cleaning 10777 clauses out of 21585 with flag 56178/675570
74.25/73.29	c cleaning 9893 clauses out of 19811 with flag 76570/684573
74.35/73.32	c Got one! Elapsed wall clock time (in seconds):73.204
74.35/73.32	o 13
74.65/73.61	c cleaning 7797 clauses out of 15622 with flag 11484/690277
74.95/73.98	c cleaning 6890 clauses out of 13825 with flag 23966/696277
75.35/74.36	c cleaning 6955 clauses out of 13939 with flag 39463/703281
75.75/74.75	c cleaning 7469 clauses out of 14981 with flag 57120/711278
76.25/75.23	c cleaning 8250 clauses out of 16511 with flag 75848/720277
77.05/76.02	c cleaning 9123 clauses out of 18261 with flag 97254/730277
77.85/76.81	c cleaning 10068 clauses out of 20138 with flag 120306/741277
78.95/77.92	c cleaning 11032 clauses out of 22070 with flag 144544/753277
79.75/78.76	c cleaning 11997 clauses out of 24038 with flag 172229/766277
80.85/79.80	c cleaning 13003 clauses out of 26042 with flag 200571/780278
82.25/81.22	c cleaning 14013 clauses out of 28039 with flag 231832/795278
83.95/82.92	c cleaning 15004 clauses out of 30025 with flag 266939/811277
85.25/84.26	c cleaning 16005 clauses out of 32021 with flag 303865/828277
85.45/84.43	c Got one! Elapsed wall clock time (in seconds):84.322
85.45/84.43	o 5
85.55/84.60	c cleaning 10759 clauses out of 21521 with flag 4290/833782
85.85/84.89	c cleaning 8359 clauses out of 16763 with flag 17433/839783
86.45/85.48	c cleaning 7694 clauses out of 15405 with flag 32495/846784
87.25/86.25	c cleaning 7850 clauses out of 15709 with flag 49314/854782
87.75/86.74	c cleaning 8427 clauses out of 16860 with flag 67636/863783
88.25/87.27	c cleaning 9206 clauses out of 18433 with flag 90172/873783
89.05/88.02	c cleaning 10107 clauses out of 20226 with flag 114114/884782
89.85/88.88	c cleaning 11059 clauses out of 22119 with flag 139642/896782
89.95/88.98	c Got one! Elapsed wall clock time (in seconds):88.864
89.95/88.98	o 3
90.15/89.11	c cleaning 8028 clauses out of 16096 with flag 6889/901818
90.35/89.37	c cleaning 7034 clauses out of 14069 with flag 20551/907819
90.65/89.68	c cleaning 7000 clauses out of 14034 with flag 35485/914818
91.37/90.31	c cleaning 7510 clauses out of 15034 with flag 52532/922818
91.76/90.76	c cleaning 8254 clauses out of 16524 with flag 71786/931818
92.37/91.39	c cleaning 9125 clauses out of 18270 with flag 94954/941818
93.06/92.04	c cleaning 10061 clauses out of 20145 with flag 119062/952818
93.76/92.73	c cleaning 11024 clauses out of 22084 with flag 145043/964818
94.67/93.65	c cleaning 12017 clauses out of 24060 with flag 174522/977818
96.16/95.12	c cleaning 13014 clauses out of 26044 with flag 204637/991819
97.46/96.44	c cleaning 14002 clauses out of 28030 with flag 236785/1006819
98.36/97.38	c cleaning 15007 clauses out of 30027 with flag 271385/1022818
99.87/98.85	c cleaning 15993 clauses out of 32021 with flag 312833/1039819
102.28/101.23	c cleaning 17000 clauses out of 34027 with flag 354017/1057818
104.97/103.97	c cleaning 18009 clauses out of 36029 with flag 396007/1076820
106.77/105.80	c cleaning 19005 clauses out of 38019 with flag 441021/1096819
108.77/107.74	c cleaning 19990 clauses out of 40014 with flag 487799/1117819
110.67/109.61	c cleaning 21001 clauses out of 42024 with flag 538009/1139819
112.67/111.65	c cleaning 21995 clauses out of 44023 with flag 588643/1162819
114.37/113.34	c cleaning 23002 clauses out of 46027 with flag 641530/1186818
116.97/115.96	c cleaning 23994 clauses out of 48026 with flag 700247/1211819
119.46/118.46	c cleaning 25010 clauses out of 50032 with flag 757820/1237819
121.96/120.92	c cleaning 26002 clauses out of 52022 with flag 818245/1264819
124.46/123.47	c cleaning 26999 clauses out of 54019 with flag 880535/1292818
127.17/126.10	c cleaning 27996 clauses out of 56021 with flag 945261/1321819
130.98/129.92	c cleaning 29001 clauses out of 58024 with flag 1018179/1351818
134.72/133.63	c cleaning 29993 clauses out of 60023 with flag 1088848/1382818
138.02/136.99	c cleaning 31007 clauses out of 62031 with flag 1159669/1414819
141.32/140.26	c cleaning 32007 clauses out of 64023 with flag 1231899/1447818
145.11/144.07	c cleaning 33007 clauses out of 66017 with flag 1307451/1481819
149.92/148.85	c cleaning 33996 clauses out of 68009 with flag 1384367/1516818
155.12/154.10	c cleaning 34999 clauses out of 70013 with flag 1468286/1552818
161.73/160.62	c cleaning 35989 clauses out of 72014 with flag 1548455/1589818
166.13/165.02	c cleaning 37000 clauses out of 74023 with flag 1631096/1627818
171.52/170.40	c cleaning 37996 clauses out of 76023 with flag 1720132/1666818
175.62/174.57	c cleaning 39007 clauses out of 78028 with flag 1804277/1706819
180.57/179.47	c cleaning 39999 clauses out of 80020 with flag 1893146/1747818
186.37/185.20	c cleaning 41004 clauses out of 82022 with flag 1987076/1789819
192.57/191.45	c cleaning 42000 clauses out of 84018 with flag 2083099/1832819
199.17/198.09	c cleaning 43002 clauses out of 86018 with flag 2182737/1876819
205.57/204.48	c cleaning 44003 clauses out of 88015 with flag 2283868/1921818
212.87/211.74	c cleaning 44997 clauses out of 90012 with flag 2386188/1967818
220.37/219.27	c cleaning 46004 clauses out of 92015 with flag 2491929/2014818
229.07/227.93	c cleaning 46989 clauses out of 94012 with flag 2595637/2062819
234.88/233.69	c cleaning 48006 clauses out of 96023 with flag 2708072/2111819
244.58/243.34	c cleaning 48986 clauses out of 98016 with flag 2819968/2161818
255.78/254.57	c cleaning 49996 clauses out of 100030 with flag 2932686/2212818
262.18/260.99	c cleaning 51009 clauses out of 102034 with flag 3050454/2264818
269.18/267.95	c cleaning 52004 clauses out of 104025 with flag 3163395/2317819
277.88/276.64	c cleaning 52999 clauses out of 106020 with flag 3278603/2371818
286.56/285.22	c cleaning 53996 clauses out of 108021 with flag 3395597/2426818
297.86/296.58	c cleaning 55004 clauses out of 110025 with flag 3514199/2482818
312.06/310.78	c cleaning 56006 clauses out of 112022 with flag 3637907/2539819
319.86/318.59	c cleaning 57004 clauses out of 114015 with flag 3765182/2597818
326.96/325.66	c cleaning 57996 clauses out of 116011 with flag 3892332/2656818
336.04/334.59	c cleaning 58995 clauses out of 118015 with flag 4023486/2716818
346.43/344.95	c cleaning 60005 clauses out of 120020 with flag 4158903/2777818
355.93/354.42	c cleaning 61001 clauses out of 122015 with flag 4300901/2839818
366.43/364.98	c cleaning 61999 clauses out of 124015 with flag 4441214/2902819
377.67/376.09	c cleaning 62994 clauses out of 126016 with flag 4587847/2966819
393.67/392.08	c cleaning 64005 clauses out of 128022 with flag 4731024/3031819
405.38/403.71	c cleaning 64990 clauses out of 130016 with flag 4871761/3097818
419.17/417.56	c cleaning 66004 clauses out of 132026 with flag 5018805/3164819
432.30/430.53	c cleaning 66997 clauses out of 134022 with flag 5168681/3232819
445.50/443.76	c cleaning 68005 clauses out of 136025 with flag 5318724/3301819
457.80/456.07	c cleaning 68998 clauses out of 138019 with flag 5470852/3371818
472.13/470.20	c cleaning 70000 clauses out of 140021 with flag 5627377/3442818
486.53/484.67	c cleaning 71002 clauses out of 142021 with flag 5786029/3514818
502.23/500.39	c cleaning 71996 clauses out of 144018 with flag 5949710/3587818
518.94/516.96	c cleaning 73003 clauses out of 146022 with flag 6106546/3661818
534.23/532.25	c cleaning 74003 clauses out of 148019 with flag 6268984/3736818
551.74/549.76	c cleaning 75005 clauses out of 150019 with flag 6433815/3812821
569.35/567.28	c cleaning 76000 clauses out of 152011 with flag 6600612/3889818
586.25/584.18	c cleaning 76998 clauses out of 154011 with flag 6771999/3967818
606.45/604.33	c cleaning 78000 clauses out of 156013 with flag 6949923/4046818
640.05/637.85	c cleaning 79003 clauses out of 158010 with flag 7120348/4126818
663.07/660.86	c starts		: 6868
663.07/660.86	c conflicts		: 4198605
663.07/660.86	c decisions		: 4723038
663.07/660.86	c propagations		: 87100237
663.07/660.86	c inspects		: 12812789234
663.07/660.86	c shortcuts		: 0
663.07/660.86	c learnt literals	: 19
663.07/660.86	c learnt binary clauses	: 32
663.07/660.86	c learnt ternary clauses	: 79
663.07/660.86	c learnt constraints	: 4198585
663.07/660.86	c ignored constraints	: 0
663.07/660.86	c root simplifications	: 0
663.07/660.86	c removed literals (reason simplification)	: 0
663.07/660.86	c reason swapping (by a shorter reason)	: 0
663.07/660.86	c Calls to reduceDB	: 133
663.07/660.86	c Number of update (reduction) of LBD	: 124137
663.07/660.86	c Imported unit clauses	: 0
663.07/660.86	c number of reductions to clauses (during analyze)	: 0
663.07/660.86	c number of learned constraints concerned by reduction	: 0
663.07/660.86	c number of learning phase by resolution	: 0
663.07/660.86	c number of learning phase by cutting planes	: 0
663.07/660.86	c speed (assignments/second)	: 131840.4129878347
663.07/660.86	c non guided choices	36367
663.07/660.86	c learnt constraints type 
663.07/660.86	s OPTIMUM FOUND
663.07/660.86	c Found 4 solution(s)
663.07/660.86	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 
663.07/660.86	c objective function=3
663.07/660.86	c Total wall clock time (in seconds): 660.748

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-4106438-1466270822/watcher-4106438-1466270822 -o /tmp/evaluation-result-4106438-1466270822/solver-4106438-1466270822 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466264639-24567 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4106438-1466270822.opb 

pid=27736
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.00 2.02 2.00 3/194 27739
/proc/meminfo: memFree=31143720/32872528 swapFree=338416/354768
[pid=27739] ppid=27736 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/27739/stat : 27739 (java) S 27736 27739 24550 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 29128976 98570240 978 33554432000 1073741824 1073778376 140733423919600 140733423910736 242170757181 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27739/statm: 24065 978 744 9 0 16771 0
[pid=27739/tid=27740] ppid=27736 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27740/stat : 27740 (java) R 27736 27739 24550 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 29128977 98570240 978 33554432000 1073741824 1073778376 140733423919600 140611255721512 242167440266 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100133 s]
/proc/loadavg: 2.00 2.02 2.00 3/194 27739
/proc/meminfo: memFree=31143720/32872528 swapFree=338416/354768
[pid=27739] ppid=27736 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/27739/stat : 27739 (java) S 27736 27739 24550 0 -1 4202496 4445 0 1 0 10 1 0 0 20 0 18 0 29128976 9787879424 6071 33554432000 1073741824 1073778376 140733423919600 140733423910736 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27739/statm: 2389619 6071 2125 9 0 2380296 0
[pid=27739/tid=27740] ppid=27736 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/27739/task/27740/stat : 27740 (java) R 27736 27739 24550 0 -1 4202560 2424 0 1 0 8 0 0 0 20 0 18 0 29128977 9787879424 6071 33554432000 1073741824 1073778376 140733423919600 140611255724352 242170782989 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.200286 s]
/proc/loadavg: 2.00 2.02 2.00 3/194 27739
/proc/meminfo: memFree=31143720/32872528 swapFree=338416/354768
[pid=27739] ppid=27736 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/27739/stat : 27739 (java) S 27736 27739 24550 0 -1 4202496 4749 0 1 0 25 1 0 0 20 0 18 0 29128976 9787879424 6823 33554432000 1073741824 1073778376 140733423919600 140733423910736 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27739/statm: 2389619 6823 2203 9 0 2380296 0
[pid=27739/tid=27740] ppid=27736 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/27739/task/27740/stat : 27740 (java) R 27736 27739 24550 0 -1 4202560 2446 0 1 0 17 0 0 0 20 0 18 0 29128977 9787879424 6823 33554432000 1073741824 1073778376 140733423919600 140611255726008 140611195530333 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300298 s]
/proc/loadavg: 2.00 2.02 2.00 3/194 27739
/proc/meminfo: memFree=31143720/32872528 swapFree=338416/354768
[pid=27739] ppid=27736 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/27739/stat : 27739 (java) S 27736 27739 24550 0 -1 4202496 6459 0 1 0 48 1 0 0 20 0 19 0 29128976 9856040960 8245 33554432000 1073741824 1073778376 140733423919600 140733423910736 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27739/statm: 2406260 8245 2237 9 0 2396937 0
[pid=27739/tid=27740] ppid=27736 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/27739/task/27740/stat : 27740 (java) R 27736 27739 24550 0 -1 4202560 2451 0 1 0 27 0 0 0 20 0 19 0 29128977 9856040960 8245 33554432000 1073741824 1073778376 140733423919600 140611255726720 140611195479456 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700176 s]
/proc/loadavg: 2.00 2.02 2.00 3/194 27739
/proc/meminfo: memFree=31143720/32872528 swapFree=338416/354768
[pid=27739] ppid=27736 vsize=9625040 CPUtime=1.06 cores=1,3,5,7
/proc/27739/stat : 27739 (java) S 27736 27739 24550 0 -1 4202496 7943 0 1 0 104 2 0 0 20 0 19 0 29128976 9856040960 9814 33554432000 1073741824 1073778376 140733423919600 140733423910736 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27739/statm: 2406260 9814 2255 9 0 2396937 0
[pid=27739/tid=27740] ppid=27736 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/27739/task/27740/stat : 27740 (java) R 27736 27739 24550 0 -1 4202560 2460 0 1 0 67 0 0 0 20 0 19 0 29128977 9856040960 9814 33554432000 1073741824 1073778376 140733423919600 140611255726720 140611195942546 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 27758
/proc/meminfo: memFree=31110892/32872528 swapFree=338416/354768
[pid=27739] ppid=27736 vsize=9625040 CPUtime=1.93 cores=1,3,5,7
/proc/27739/stat : 27739 (java) S 27736 27739 24550 0 -1 4202496 8656 0 1 0 191 2 0 0 20 0 19 0 29128976 9856040960 10866 33554432000 1073741824 1073778376 140733423919600 140733423910736 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27739/statm: 2406260 10866 2257 9 0 2396937 0
[pid=27739/tid=27740] ppid=27736 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/27739/task/27740/stat : 27740 (java) R 27736 27739 24550 0 -1 4202560 2463 0 1 0 147 0 0 0 20 0 19 0 29128977 9856040960 10866 33554432000 1073741824 1073778376 140733423919600 140611255726632 140611195929188 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27739/tid=27742] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27742/stat : 27742 (java) S 27736 27739 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29128977 9856040960 10866 33554432000 1073741824 1073778376 140733423919600 140611194456744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27739/tid=27743] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27743/stat : 27743 (java) S 27736 27739 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29128977 9856040960 10866 33554432000 1073741824 1073778376 140733423919600 140611193404200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27739/tid=27744] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27744/stat : 27744 (java) S 27736 27739 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29128977 9856040960 10866 33554432000 1073741824 1073778376 140733423919600 140611192351656 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27739/tid=27745] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27745/stat : 27745 (java) S 27736 27739 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29128977 9856040960 10866 33554432000 1073741824 1073778376 140733423919600 140611191299112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27739/tid=27746] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27746/stat : 27746 (java) S 27736 27739 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29128978 9856040960 10866 33554432000 1073741824 1073778376 140733423919600 140611094788264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27739/tid=27747] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27747/stat : 27747 (java) S 27736 27739 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29128978 9856040960 10866 33554432000 1073741824 1073778376 140733423919600 140611093735720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27739/tid=27748] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27748/stat : 27748 (java) S 27736 27739 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29128978 9856040960 10866 33554432000 1073741824 1073778376 140733423919600 140611092683176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27739/tid=27749] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27749/stat : 27749 (java) S 27736 27739 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29128978 9856040960 10866 33554432000 1073741824 1073778376 140733423919600 140611091630632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27739/tid=27750] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27750/stat : 27750 (java) S 27736 27739 24550 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29128979 9856040960 10866 33554432000 1073741824 1073778376 140733423919600 140611079432808 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27739/tid=27751] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27751/stat : 27751 (java) S 27736 27739 24550 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29128979 9856040960 10866 33554432000 1073741824 1073778376 140733423919600 140611078379128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27739/tid=27752] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27752/stat : 27752 (java) S 27736 27739 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29128979 9856040960 10866 33554432000 1073741824 1073778376 140733423919600 140611077326472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27739/tid=27753] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27753/stat : 27753 (java) S 27736 27739 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29128982 9856040960 10866 33554432000 1073741824 1073778376 140733423919600 140611076275216 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27739/tid=27754] ppid=27736 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/27739/task/27754/stat : 27754 (java) S 27736 27739 24550 0 -1 4202560 3272 0 0 0 26 0 0 0 20 0 19 0 29128982 9856040960 10866 33554432000 1073741824 1073778376 140733423919600 140611075221560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27739/tid=27755] ppid=27736 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/27739/task/27755/stat : 27755 (java) S 27736 27739 24550 0 -1 4202560 1649 0 0 0 15 0 0 0 20 0 19 0 29128982 9856040960 10866 33554432000 1073741824 1073778376 140733423919600 140611074169016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27739/tid=27756] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27756/stat : 27756 (java) S 27736 27739 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29128982 9856040960 10866 33554432000 1073741824 1073778376 140733423919600 140611073116664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27739/tid=27757] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27757/stat : 27757 (java) S 27736 27739 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29128982 9856040960 10866 33554432000 1073741824 1073778376 140733423919600 140611072064328 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27739/tid=27758] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27758/stat : 27758 (java) S 27736 27739 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29128998 9856040960 10866 33554432000 1073741824 1073778376 140733423919600 140611071010088 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 27758
/proc/meminfo: memFree=31104748/32872528 swapFree=338416/354768
[pid=27739] ppid=27736 vsize=9625040 CPUtime=3.55 cores=1,3,5,7
/proc/27739/stat : 27739 (java) S 27736 27739 24550 0 -1 4202496 8694 0 1 0 353 2 0 0 20 0 19 0 29128976 9856040960 13452 33554432000 1073741824 1073778376 140733423919600 140733423910736 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27739/statm: 2406260 13452 2257 9 0 2396937 0
[pid=27739/tid=27740] ppid=27736 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/27739/task/27740/stat : 27740 (java) R 27736 27739 24550 0 -1 4202560 2468 0 1 0 307 0 0 0 20 0 19 0 29128977 9856040960 13452 33554432000 1073741824 1073778376 140733423919600 140611255717552 140611195942546 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27739/tid=27742] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27742/stat : 27742 (java) S 27736 27739 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29128977 9856040960 13452 33554432000 1073741824 1073778376 140733423919600 140611194456744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27739/tid=27743] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27743/stat : 27743 (java) S 27736 27739 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29128977 9856040960 13452 33554432000 1073741824 1073778376 140733423919600 140611193404200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27739/tid=27744] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27744/stat : 27744 (java) S 27736 27739 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29128977 9856040960 13452 33554432000 1073741824 1073778376 140733423919600 140611192351656 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27739/tid=27745] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27745/stat : 27745 (java) S 27736 27739 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29128977 9856040960 13452 33554432000 1073741824 1073778376 140733423919600 140611191299112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27739/tid=27746] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27746/stat : 27746 (java) S 27736 27739 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29128978 9856040960 13452 33554432000 1073741824 1073778376 140733423919600 140611094788264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27739/tid=27747] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27747/stat : 27747 (java) S 27736 27739 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29128978 9856040960 13452 33554432000 1073741824 1073778376 140733423919600 140611093735720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27739/tid=27748] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27748/stat : 27748 (java) S 27736 27739 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29128978 9856040960 13452 33554432000 1073741824 1073778376 140733423919600 140611092683176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27739/tid=27749] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27749/stat : 27749 (java) S 27736 27739 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29128978 9856040960 13452 33554432000 1073741824 1073778376 140733423919600 140611091630632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27739/tid=27750] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27750/stat : 27750 (java) S 27736 27739 24550 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29128979 9856040960 13452 33554432000 1073741824 1073778376 140733423919600 140611079432808 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27739/tid=27751] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27751/stat : 27751 (java) S 27736 27739 24550 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29128979 9856040960 13452 33554432000 1073741824 1073778376 140733423919600 140611078379128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27739/tid=27752] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27752/stat : 27752 (java) S 27736 27739 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29128979 9856040960 13452 33554432000 1073741824 1073778376 140733423919600 140611077326472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27739/tid=27753] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27753/stat : 27753 (java) S 27736 27739 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29128982 9856040960 13452 33554432000 1073741824 1073778376 140733423919600 140611076275216 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27739/tid=27754] ppid=27736 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/27739/task/27754/stat : 27754 (java) S 27736 27739 24550 0 -1 4202560 3272 0 0 0 26 0 0 0 20 0 19 0 29128982 9856040960 13452 33554432000 1073741824 1073778376 140733423919600 140611075221560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27739/tid=27755] ppid=27736 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/27739/task/27755/stat : 27755 (java) S 27736 27739 24550 0 -1 4202560 1682 0 0 0 17 0 0 0 20 0 19 0 29128982 9856040960 13452 33554432000 1073741824 1073778376 140733423919600 140611074169016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27739/tid=27756] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27756/stat : 27756 (java) S 27736 27739 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29128982 9856040960 13452 33554432000 1073741824 1073778376 140733423919600 140611073116664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27739/tid=27757] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27757/stat : 27757 (java) S 27736 27739 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29128982 9856040960 13452 33554432000 1073741824 1073778376 140733423919600 140611072064328 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27739/tid=27758] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27758/stat : 27758 (java) S 27736 27739 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29128998 9856040960 13452 33554432000 1073741824 1073778376 140733423919600 140611071010088 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 27758
/proc/meminfo: memFree=31026352/32872528 swapFree=338416/354768
[pid=27739] ppid=27736 vsize=9625040 CPUtime=6.75 cores=1,3,5,7
/proc/27739/stat : 27739 (java) S 27736 27739 24550 0 -1 4202496 8702 0 1 0 673 2 0 0 20 0 19 0 29128976 9856040960 16441 33554432000 1073741824 1073778376 140733423919600 140733423910736 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27739/statm: 2406260 16441 2258 9 0 2396937 0
[pid=27739/tid=27740] ppid=27736 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/27739/task/27740/stat : 27740 (java) R 27736 27739 24550 0 -1 4202560 2475 0 1 0 627 0 0 0 20 0 19 0 29128977 9856040960 16441 33554432000 1073741824 1073778376 140733423919600 140611255717552 140611195942546 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27739/tid=27742] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27742/stat : 27742 (java) S 27736 27739 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29128977 9856040960 16441 33554432000 1073741824 1073778376 140733423919600 140611194456744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27739/tid=27743] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27743/stat : 27743 (java) S 27736 27739 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29128977 9856040960 16441 33554432000 1073741824 1073778376 140733423919600 140611193404200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27739/tid=27744] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27744/stat : 27744 (java) S 27736 27739 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29128977 9856040960 16441 33554432000 1073741824 1073778376 140733423919600 140611192351656 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27739/tid=27745] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27745/stat : 27745 (java) S 27736 27739 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29128977 9856040960 16441 33554432000 1073741824 1073778376 140733423919600 140611191299112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27739/tid=27746] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27746/stat : 27746 (java) S 27736 27739 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29128978 9856040960 16441 33554432000 1073741824 1073778376 140733423919600 140611094788264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27739/tid=27747] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27747/stat : 27747 (java) S 27736 27739 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29128978 9856040960 16441 33554432000 1073741824 1073778376 140733423919600 140611093735720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27739/tid=27748] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27748/stat : 27748 (java) S 27736 27739 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29128978 9856040960 16441 33554432000 1073741824 1073778376 140733423919600 140611092683176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27739/tid=27749] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27749/stat : 27749 (java) S 27736 27739 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29128978 9856040960 16441 33554432000 1073741824 1073778376 140733423919600 140611091630632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27739/tid=27750] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27750/stat : 27750 (java) S 27736 27739 24550 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29128979 9856040960 16441 33554432000 1073741824 1073778376 140733423919600 140611079432808 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27739/tid=27751] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27751/stat : 27751 (java) S 27736 27739 24550 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29128979 9856040960 16441 33554432000 1073741824 1073778376 140733423919600 140611078379128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27739/tid=27752] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27752/stat : 27752 (java) S 27736 27739 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29128979 9856040960 16441 33554432000 1073741824 1073778376 140733423919600 140611077326472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27739/tid=27753] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27753/stat : 27753 (java) S 27736 27739 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29128982 9856040960 16441 33554432000 1073741824 1073778376 140733423919600 140611076275216 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27739/tid=27754] ppid=27736 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/27739/task/27754/stat : 27754 (java) S 27736 27739 24550 0 -1 4202560 3272 0 0 0 26 0 0 0 20 0 19 0 29128982 9856040960 16441 33554432000 1073741824 1073778376 140733423919600 140611075221560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27739/tid=27755] ppid=27736 vsize=9625040 CPUtime=0.17 cores=1,3,5,7

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

[pid=27739/tid=27744] ppid=27736 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/27739/task/27744/stat : 27744 (java) S 27736 27739 24550 0 -1 4202560 309 0 0 0 18 5 0 0 20 0 19 0 29128977 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611192351656 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27739/tid=27745] ppid=27736 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/27739/task/27745/stat : 27745 (java) S 27736 27739 24550 0 -1 4202560 149 0 0 0 16 4 0 0 20 0 19 0 29128977 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611191299112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27739/tid=27746] ppid=27736 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/27739/task/27746/stat : 27746 (java) S 27736 27739 24550 0 -1 4202560 333 0 0 0 16 6 0 0 20 0 19 0 29128978 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611094788264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27739/tid=27747] ppid=27736 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/27739/task/27747/stat : 27747 (java) S 27736 27739 24550 0 -1 4202560 359 0 0 0 20 5 0 0 20 0 19 0 29128978 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611093735720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27739/tid=27748] ppid=27736 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/27739/task/27748/stat : 27748 (java) S 27736 27739 24550 0 -1 4202560 455 0 0 0 15 5 0 0 20 0 19 0 29128978 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611092683176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27739/tid=27749] ppid=27736 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/27739/task/27749/stat : 27749 (java) S 27736 27739 24550 0 -1 4202560 308 0 0 0 11 3 0 0 20 0 19 0 29128978 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611091630632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27739/tid=27750] ppid=27736 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/27739/task/27750/stat : 27750 (java) S 27736 27739 24550 0 -1 4202560 92 0 0 0 1 0 0 0 20 0 19 0 29128979 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611079432808 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27739/tid=27751] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27751/stat : 27751 (java) S 27736 27739 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29128979 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611078379128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27739/tid=27752] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27752/stat : 27752 (java) S 27736 27739 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29128979 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611077326472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27739/tid=27753] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27753/stat : 27753 (java) S 27736 27739 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29128982 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611076275216 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27739/tid=27754] ppid=27736 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/27739/task/27754/stat : 27754 (java) S 27736 27739 24550 0 -1 4202560 10524 0 0 0 81 2 0 0 20 0 19 0 29128982 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611075221560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27739/tid=27755] ppid=27736 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/27739/task/27755/stat : 27755 (java) S 27736 27739 24550 0 -1 4202560 1682 0 0 0 19 0 0 0 20 0 19 0 29128982 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611074169016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27739/tid=27756] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27756/stat : 27756 (java) S 27736 27739 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29128982 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611073116664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27739/tid=27757] ppid=27736 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/27739/task/27757/stat : 27757 (java) S 27736 27739 24550 0 -1 4202560 40 0 0 0 7 9 0 0 20 0 19 0 29128982 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611072064328 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27739/tid=27758] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27758/stat : 27758 (java) S 27736 27739 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29128998 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611071010088 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 661.46
Current children cumulated vsize (KiB) 9625040

[startup+660.001 s]
/proc/loadavg: 2.02 2.01 2.00 4/213 28162
/proc/meminfo: memFree=30697512/32872528 swapFree=338416/354768
[pid=27739] ppid=27736 vsize=9625040 CPUtime=662.27 cores=1,3,5,7
/proc/27739/stat : 27739 (java) S 27736 27739 24550 0 -1 4202496 18549 0 1 0 66178 49 0 0 20 0 19 0 29128976 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140733423910736 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27739/statm: 2406260 130690 2272 9 0 2396937 0
[pid=27739/tid=27740] ppid=27736 vsize=9625040 CPUtime=659.4 cores=1,3,5,7
/proc/27739/task/27740/stat : 27740 (java) R 27736 27739 24550 0 -1 4202560 2546 0 1 0 65927 13 0 0 20 0 19 0 29128977 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611255717520 140611195942546 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27739/tid=27742] ppid=27736 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/27739/task/27742/stat : 27742 (java) S 27736 27739 24550 0 -1 4202560 293 0 0 0 15 5 0 0 20 0 19 0 29128977 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611194456744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27739/tid=27743] ppid=27736 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/27739/task/27743/stat : 27743 (java) S 27736 27739 24550 0 -1 4202560 201 0 0 0 16 4 0 0 20 0 19 0 29128977 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611193404200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27739/tid=27744] ppid=27736 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/27739/task/27744/stat : 27744 (java) S 27736 27739 24550 0 -1 4202560 309 0 0 0 18 5 0 0 20 0 19 0 29128977 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611192351656 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27739/tid=27745] ppid=27736 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/27739/task/27745/stat : 27745 (java) S 27736 27739 24550 0 -1 4202560 149 0 0 0 16 4 0 0 20 0 19 0 29128977 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611191299112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27739/tid=27746] ppid=27736 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/27739/task/27746/stat : 27746 (java) S 27736 27739 24550 0 -1 4202560 333 0 0 0 16 6 0 0 20 0 19 0 29128978 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611094788264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27739/tid=27747] ppid=27736 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/27739/task/27747/stat : 27747 (java) S 27736 27739 24550 0 -1 4202560 359 0 0 0 20 5 0 0 20 0 19 0 29128978 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611093735720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27739/tid=27748] ppid=27736 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/27739/task/27748/stat : 27748 (java) S 27736 27739 24550 0 -1 4202560 455 0 0 0 15 5 0 0 20 0 19 0 29128978 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611092683176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27739/tid=27749] ppid=27736 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/27739/task/27749/stat : 27749 (java) S 27736 27739 24550 0 -1 4202560 308 0 0 0 11 3 0 0 20 0 19 0 29128978 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611091630632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27739/tid=27750] ppid=27736 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/27739/task/27750/stat : 27750 (java) S 27736 27739 24550 0 -1 4202560 92 0 0 0 1 0 0 0 20 0 19 0 29128979 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611079432808 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27739/tid=27751] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27751/stat : 27751 (java) S 27736 27739 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29128979 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611078379128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27739/tid=27752] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27752/stat : 27752 (java) S 27736 27739 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29128979 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611077326472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27739/tid=27753] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27753/stat : 27753 (java) S 27736 27739 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29128982 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611076275216 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27739/tid=27754] ppid=27736 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/27739/task/27754/stat : 27754 (java) S 27736 27739 24550 0 -1 4202560 10524 0 0 0 81 2 0 0 20 0 19 0 29128982 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611075221560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27739/tid=27755] ppid=27736 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/27739/task/27755/stat : 27755 (java) S 27736 27739 24550 0 -1 4202560 1682 0 0 0 19 0 0 0 20 0 19 0 29128982 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611074169016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27739/tid=27756] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27756/stat : 27756 (java) S 27736 27739 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29128982 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611073116664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27739/tid=27757] ppid=27736 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/27739/task/27757/stat : 27757 (java) S 27736 27739 24550 0 -1 4202560 40 0 0 0 7 9 0 0 20 0 19 0 29128982 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611072064328 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27739/tid=27758] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27758/stat : 27758 (java) S 27736 27739 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29128998 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611071010088 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 662.27
Current children cumulated vsize (KiB) 9625040

[startup+660.401 s]
/proc/loadavg: 2.02 2.01 2.00 4/213 28162
/proc/meminfo: memFree=30697512/32872528 swapFree=338416/354768
[pid=27739] ppid=27736 vsize=9625040 CPUtime=662.66 cores=1,3,5,7
/proc/27739/stat : 27739 (java) S 27736 27739 24550 0 -1 4202496 18549 0 1 0 66217 49 0 0 20 0 19 0 29128976 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140733423910736 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27739/statm: 2406260 130690 2272 9 0 2396937 0
[pid=27739/tid=27740] ppid=27736 vsize=9625040 CPUtime=659.79 cores=1,3,5,7
/proc/27739/task/27740/stat : 27740 (java) R 27736 27739 24550 0 -1 4202560 2546 0 1 0 65966 13 0 0 20 0 19 0 29128977 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611255717520 140611195942546 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27739/tid=27742] ppid=27736 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/27739/task/27742/stat : 27742 (java) S 27736 27739 24550 0 -1 4202560 293 0 0 0 15 5 0 0 20 0 19 0 29128977 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611194456744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27739/tid=27743] ppid=27736 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/27739/task/27743/stat : 27743 (java) S 27736 27739 24550 0 -1 4202560 201 0 0 0 16 4 0 0 20 0 19 0 29128977 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611193404200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27739/tid=27744] ppid=27736 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/27739/task/27744/stat : 27744 (java) S 27736 27739 24550 0 -1 4202560 309 0 0 0 18 5 0 0 20 0 19 0 29128977 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611192351656 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27739/tid=27745] ppid=27736 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/27739/task/27745/stat : 27745 (java) S 27736 27739 24550 0 -1 4202560 149 0 0 0 16 4 0 0 20 0 19 0 29128977 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611191299112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27739/tid=27746] ppid=27736 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/27739/task/27746/stat : 27746 (java) S 27736 27739 24550 0 -1 4202560 333 0 0 0 16 6 0 0 20 0 19 0 29128978 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611094788264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27739/tid=27747] ppid=27736 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/27739/task/27747/stat : 27747 (java) S 27736 27739 24550 0 -1 4202560 359 0 0 0 20 5 0 0 20 0 19 0 29128978 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611093735720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27739/tid=27748] ppid=27736 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/27739/task/27748/stat : 27748 (java) S 27736 27739 24550 0 -1 4202560 455 0 0 0 15 5 0 0 20 0 19 0 29128978 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611092683176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27739/tid=27749] ppid=27736 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/27739/task/27749/stat : 27749 (java) S 27736 27739 24550 0 -1 4202560 308 0 0 0 11 3 0 0 20 0 19 0 29128978 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611091630632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27739/tid=27750] ppid=27736 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/27739/task/27750/stat : 27750 (java) S 27736 27739 24550 0 -1 4202560 92 0 0 0 1 0 0 0 20 0 19 0 29128979 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611079432808 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27739/tid=27751] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27751/stat : 27751 (java) S 27736 27739 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29128979 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611078379128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27739/tid=27752] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27752/stat : 27752 (java) S 27736 27739 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29128979 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611077326472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27739/tid=27753] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27753/stat : 27753 (java) S 27736 27739 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29128982 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611076275216 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27739/tid=27754] ppid=27736 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/27739/task/27754/stat : 27754 (java) S 27736 27739 24550 0 -1 4202560 10524 0 0 0 81 2 0 0 20 0 19 0 29128982 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611075221560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27739/tid=27755] ppid=27736 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/27739/task/27755/stat : 27755 (java) S 27736 27739 24550 0 -1 4202560 1682 0 0 0 19 0 0 0 20 0 19 0 29128982 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611074169016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27739/tid=27756] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27756/stat : 27756 (java) S 27736 27739 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29128982 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611073116664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27739/tid=27757] ppid=27736 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/27739/task/27757/stat : 27757 (java) S 27736 27739 24550 0 -1 4202560 40 0 0 0 7 9 0 0 20 0 19 0 29128982 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611072064328 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27739/tid=27758] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27758/stat : 27758 (java) S 27736 27739 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29128998 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611071010088 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 662.66
Current children cumulated vsize (KiB) 9625040

[startup+660.801 s]
/proc/loadavg: 2.02 2.01 2.00 4/213 28162
/proc/meminfo: memFree=30697512/32872528 swapFree=338416/354768
[pid=27739] ppid=27736 vsize=9625040 CPUtime=663.07 cores=1,3,5,7
/proc/27739/stat : 27739 (java) S 27736 27739 24550 0 -1 4202496 18551 0 1 0 66258 49 0 0 20 0 19 0 29128976 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140733423910736 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27739/statm: 2406260 130690 2272 9 0 2396937 0
[pid=27739/tid=27740] ppid=27736 vsize=9625040 CPUtime=660.19 cores=1,3,5,7
/proc/27739/task/27740/stat : 27740 (java) R 27736 27739 24550 0 -1 4202560 2546 0 1 0 66006 13 0 0 20 0 19 0 29128977 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611255726872 140611196071361 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27739/tid=27742] ppid=27736 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/27739/task/27742/stat : 27742 (java) S 27736 27739 24550 0 -1 4202560 293 0 0 0 15 5 0 0 20 0 19 0 29128977 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611194456744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27739/tid=27743] ppid=27736 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/27739/task/27743/stat : 27743 (java) S 27736 27739 24550 0 -1 4202560 201 0 0 0 16 4 0 0 20 0 19 0 29128977 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611193404200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27739/tid=27744] ppid=27736 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/27739/task/27744/stat : 27744 (java) S 27736 27739 24550 0 -1 4202560 309 0 0 0 18 5 0 0 20 0 19 0 29128977 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611192351656 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27739/tid=27745] ppid=27736 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/27739/task/27745/stat : 27745 (java) S 27736 27739 24550 0 -1 4202560 149 0 0 0 16 4 0 0 20 0 19 0 29128977 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611191299112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27739/tid=27746] ppid=27736 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/27739/task/27746/stat : 27746 (java) S 27736 27739 24550 0 -1 4202560 333 0 0 0 16 6 0 0 20 0 19 0 29128978 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611094788264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27739/tid=27747] ppid=27736 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/27739/task/27747/stat : 27747 (java) S 27736 27739 24550 0 -1 4202560 359 0 0 0 20 5 0 0 20 0 19 0 29128978 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611093735720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27739/tid=27748] ppid=27736 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/27739/task/27748/stat : 27748 (java) S 27736 27739 24550 0 -1 4202560 455 0 0 0 15 5 0 0 20 0 19 0 29128978 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611092683176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27739/tid=27749] ppid=27736 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/27739/task/27749/stat : 27749 (java) S 27736 27739 24550 0 -1 4202560 308 0 0 0 11 3 0 0 20 0 19 0 29128978 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611091630632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27739/tid=27750] ppid=27736 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/27739/task/27750/stat : 27750 (java) S 27736 27739 24550 0 -1 4202560 92 0 0 0 1 0 0 0 20 0 19 0 29128979 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611079432808 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27739/tid=27751] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27751/stat : 27751 (java) S 27736 27739 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29128979 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611078379128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27739/tid=27752] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27752/stat : 27752 (java) S 27736 27739 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29128979 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611077326472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27739/tid=27753] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27753/stat : 27753 (java) S 27736 27739 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29128982 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611076275216 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27739/tid=27754] ppid=27736 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/27739/task/27754/stat : 27754 (java) S 27736 27739 24550 0 -1 4202560 10526 0 0 0 81 2 0 0 20 0 19 0 29128982 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611075221560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27739/tid=27755] ppid=27736 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/27739/task/27755/stat : 27755 (java) S 27736 27739 24550 0 -1 4202560 1682 0 0 0 20 0 0 0 20 0 19 0 29128982 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611074169016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27739/tid=27756] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27756/stat : 27756 (java) S 27736 27739 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29128982 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611073116664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27739/tid=27757] ppid=27736 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/27739/task/27757/stat : 27757 (java) S 27736 27739 24550 0 -1 4202560 40 0 0 0 7 9 0 0 20 0 19 0 29128982 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611072064328 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27739/tid=27758] ppid=27736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27739/task/27758/stat : 27758 (java) S 27736 27739 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29128998 9856040960 130690 33554432000 1073741824 1073778376 140733423919600 140611071010088 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 663.07
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 660.868
CPU time (s): 663.355
CPU user time (s): 662.611
CPU system time (s): 0.743886
CPU usage (%): 100.376
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 662.611
system time used= 0.743886
maximum resident set size= 532188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18573
page faults= 1
swaps= 0
block input operations= 0
block output operations= 648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14515
involuntary context switches= 2624

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.67729 second user time and 6.12507 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-18 19:27:02
IDJOB=4106438
IDBENCH=48060
IDSOLVER=2546
FILE ID=node126/4106438-1466270822
RUNJOBID= node126-1466264639-24567
PBS_JOBID= 19918224
Free space on /tmp= 71740 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=131-P1=307-P2=281-P3=173-P4=479-P5=461-P6=107-P7=337-P8=353-B.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106438-1466270822/watcher-4106438-1466270822 -o /tmp/evaluation-result-4106438-1466270822/solver-4106438-1466270822 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466264639-24567 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4106438-1466270822.opb

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

MD5SUM BENCH= 6dc20e219798a6cc2c39fe76202681b5
RANDOM SEED=1270958187

node126.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.121
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	: 5332.24
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.121
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.121
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.121
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.121
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.121
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.121
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.121
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31144628 kB
Buffers:          138920 kB
Cached:           248412 kB
SwapCached:         1736 kB
Active:           317448 kB
Inactive:         308644 kB
Active(anon):     239572 kB
Inactive(anon):     1796 kB
Active(file):      77876 kB
Inactive(file):   306848 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67100232 kB
Dirty:               968 kB
Writeback:             0 kB
AnonPages:        603328 kB
Mapped:            16880 kB
Shmem:                 0 kB
Slab:             606500 kB
SReclaimable:      49956 kB
SUnreclaim:       556544 kB
KernelStack:        1576 kB
PageTables:         5800 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1109532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    235520 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= 71740 MiB
End job on node126 at 2016-06-18 19:38:03