Trace number 4106146

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 Res+CP PB16OPT3 1680.6 838.108

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=421-P1=401-P2=149-P3=307-P4=521-P5=409-P6=79-P7=59-P8=127-P9=503-B.opb
MD5SUMc7fd9e5ff885ee342a28d015ab19e648
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.236963
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 variables243
Total number of constraints19
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 constraints19
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)729
Sum of products size (including duplicates)1458
Number of different products729
Sum of products size1458

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4106146-1466268964.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.24/0.24	c ... done. Wall clock time 0.131s.
0.24/0.24	c declared #vars     243
0.24/0.24	c internal #vars     972
0.24/0.24	c #constraints  1486
0.24/0.24	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.24/0.24	c constraints type 
0.24/0.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 729
0.24/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 757
0.24/0.24	c 1486 constraints processed.
0.24/0.24	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.24/0.24	c constraints type 
0.24/0.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 729
0.24/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 757
0.24/0.24	c 1486 constraints processed.
0.24/0.24	c objective function length is 9 literals
2.55/0.84	c cleaning 2494 clauses out of 5000 with flag 10197/5000
4.54/1.36	c cleaning 4248 clauses out of 8507 with flag 22357/11001
5.51/1.77	c cleaning 5621 clauses out of 11259 with flag 38276/18001
6.75/2.37	c cleaning 6798 clauses out of 13637 with flag 58278/26000
7.75/2.87	c cleaning 7898 clauses out of 15839 with flag 76658/35000
9.18/3.57	c cleaning 8966 clauses out of 17942 with flag 98011/45001
10.62/4.23	c cleaning 9974 clauses out of 19976 with flag 121604/56001
12.24/5.08	c cleaning 10993 clauses out of 22001 with flag 146728/68000
14.08/5.99	c cleaning 11997 clauses out of 24009 with flag 173980/81001
16.69/7.27	c cleaning 12995 clauses out of 26011 with flag 204196/95000
18.56/8.14	c cleaning 14001 clauses out of 28016 with flag 235676/110000
23.42/10.56	c cleaning 15003 clauses out of 30016 with flag 268962/126001
25.61/11.60	c And the winner is solver0
25.65/11.75	c SATISFIABLE
25.65/11.75	c OPTIMIZING...
25.65/11.75	c Got one! Elapsed wall clock time (in seconds):11.637
25.65/11.75	o 3
26.64/12.25	c cleaning 16007 clauses out of 32035 with flag 11246/143023
27.63/12.71	c cleaning 10998 clauses out of 22029 with flag 24556/149024
28.43/13.15	c cleaning 8999 clauses out of 18030 with flag 39976/156023
29.42/13.64	c cleaning 8503 clauses out of 17031 with flag 57537/164023
31.10/14.43	c cleaning 8759 clauses out of 17528 with flag 78104/173023
32.89/15.36	c cleaning 9382 clauses out of 18770 with flag 103341/183024
35.30/16.56	c cleaning 10186 clauses out of 20388 with flag 131327/194024
38.09/17.93	c cleaning 11094 clauses out of 22201 with flag 159333/206023
39.94/18.88	c cleaning 12039 clauses out of 24107 with flag 187890/219023
41.55/19.62	c cleaning 0 clauses out of 5093 with flag 0/5093
42.61/20.08	c cleaning 13005 clauses out of 26069 with flag 219847/233024
46.43/21.82	c cleaning 14010 clauses out of 28064 with flag 253643/248024
48.83/23.10	c cleaning 15022 clauses out of 30053 with flag 288591/264023
51.45/24.31	c cleaning 16002 clauses out of 32032 with flag 326451/281024
54.07/25.66	c cleaning 17009 clauses out of 34030 with flag 366271/299024
58.27/27.74	c cleaning 18004 clauses out of 36020 with flag 410174/318023
62.87/30.08	c cleaning 19001 clauses out of 38016 with flag 458617/338023
66.27/31.74	c cleaning 20002 clauses out of 40017 with flag 507169/359025
70.53/33.83	c cleaning 20995 clauses out of 42014 with flag 556697/381024
75.18/36.19	c cleaning 21962 clauses out of 44019 with flag 609565/404024
79.99/38.57	c cleaning 23018 clauses out of 46056 with flag 667968/428024
85.25/41.11	c cleaning 24007 clauses out of 48037 with flag 725102/453023
90.45/43.72	c cleaning 25011 clauses out of 50030 with flag 780184/479023
98.73/47.82	c cleaning 26011 clauses out of 52022 with flag 839661/506026
105.32/51.17	c cleaning 27001 clauses out of 54009 with flag 900298/534024
113.79/55.32	c cleaning 27993 clauses out of 56007 with flag 963724/563023
121.03/58.90	c cleaning 29005 clauses out of 58014 with flag 1029704/593023
128.42/62.68	c cleaning 29999 clauses out of 60009 with flag 1099100/624023
137.28/67.02	c cleaning 30988 clauses out of 62011 with flag 1174353/656024
146.35/71.57	c cleaning 31998 clauses out of 64023 with flag 1247018/689024
154.99/75.89	c cleaning 33005 clauses out of 66024 with flag 1322398/723023
165.44/81.00	c cleaning 33997 clauses out of 68020 with flag 1397034/758024
174.68/85.65	c cleaning 35009 clauses out of 70024 with flag 1474562/794025
180.88/88.73	c cleaning 0 clauses out of 11093 with flag 0/11093
185.91/91.30	c cleaning 35997 clauses out of 72013 with flag 1562791/831023
193.93/95.27	c cleaning 36998 clauses out of 74018 with flag 1648155/869025
203.16/99.89	c cleaning 38002 clauses out of 76019 with flag 1734517/908024
220.13/108.29	c cleaning 39000 clauses out of 78016 with flag 1830750/948023
232.15/114.28	c cleaning 39998 clauses out of 80017 with flag 1926075/989024
250.04/123.11	c cleaning 40999 clauses out of 82018 with flag 2020350/1031023
261.68/128.95	c cleaning 42003 clauses out of 84019 with flag 2117472/1074023
269.91/133.04	c cleaning 43001 clauses out of 86015 with flag 2212483/1118023
293.65/144.80	c cleaning 43998 clauses out of 88014 with flag 2310565/1163023
310.20/153.09	c cleaning 44996 clauses out of 90016 with flag 2411154/1209023
322.65/159.23	c cleaning 46008 clauses out of 92021 with flag 2519514/1256024
339.76/167.71	c cleaning 46997 clauses out of 94014 with flag 2627037/1304025
360.85/178.32	c cleaning 47998 clauses out of 96015 with flag 2737496/1353023
377.11/186.44	c cleaning 49004 clauses out of 98018 with flag 2850096/1403024
392.99/194.39	c cleaning 49995 clauses out of 100014 with flag 2964358/1454024
410.09/202.89	c cleaning 51006 clauses out of 102019 with flag 3082432/1506024
426.77/211.16	c cleaning 51986 clauses out of 104012 with flag 3203150/1559023
447.84/221.62	c cleaning 53008 clauses out of 106027 with flag 3326173/1613024
464.55/229.94	c cleaning 53989 clauses out of 108018 with flag 3449568/1668023
480.45/237.86	c cleaning 55009 clauses out of 110030 with flag 3575416/1724024
502.36/248.79	c cleaning 55999 clauses out of 112020 with flag 3702547/1781024
523.07/259.26	c cleaning 56998 clauses out of 114020 with flag 3829790/1839023
545.97/270.66	c cleaning 58007 clauses out of 116023 with flag 3967459/1898024
574.65/284.91	c cleaning 58998 clauses out of 118015 with flag 4102016/1958023
592.89/294.05	c cleaning 60002 clauses out of 120017 with flag 4239184/2019023
594.53/294.84	c cleaning 0 clauses out of 18092 with flag 0/18092
610.75/302.91	c cleaning 61005 clauses out of 122016 with flag 4379451/2081024
633.24/314.16	c cleaning 61990 clauses out of 124011 with flag 4520656/2144024
651.35/323.16	c cleaning 63003 clauses out of 126020 with flag 4663365/2208023
671.82/333.39	c cleaning 64001 clauses out of 128018 with flag 4808828/2273024
694.11/344.43	c cleaning 64998 clauses out of 130017 with flag 4958319/2339024
715.01/354.82	c cleaning 65993 clauses out of 132018 with flag 5109103/2406024
733.91/364.25	c cleaning 67002 clauses out of 134024 with flag 5263795/2474023
760.66/377.76	c cleaning 68000 clauses out of 136023 with flag 5418237/2543024
793.96/394.33	c cleaning 68992 clauses out of 138022 with flag 5575609/2613023
833.09/413.80	c cleaning 69996 clauses out of 140031 with flag 5735181/2684024
868.30/431.39	c cleaning 71010 clauses out of 142034 with flag 5900570/2756023
896.00/445.15	c cleaning 71996 clauses out of 144025 with flag 6070833/2829024
930.18/462.18	c cleaning 73006 clauses out of 146029 with flag 6237156/2903024
982.79/488.40	c cleaning 74006 clauses out of 148022 with flag 6405980/2978024
1017.81/506.08	c cleaning 74996 clauses out of 150015 with flag 6577925/3054023
1051.93/523.02	c cleaning 76004 clauses out of 152019 with flag 6753001/3131023
1084.92/539.47	c cleaning 76991 clauses out of 154015 with flag 6927454/3209023
1122.06/557.91	c cleaning 78005 clauses out of 156024 with flag 7105170/3288023
1157.82/575.77	c cleaning 79007 clauses out of 158021 with flag 7286630/3368026
1191.13/592.38	c cleaning 79996 clauses out of 160011 with flag 7468993/3449023
1231.11/612.23	c cleaning 0 clauses out of 26093 with flag 0/26093
1259.86/626.58	c cleaning 81001 clauses out of 162015 with flag 7646224/3531024
1326.93/659.96	c cleaning 81998 clauses out of 164013 with flag 7835482/3614023
1372.55/682.67	c cleaning 82999 clauses out of 166017 with flag 8023376/3698025
1423.93/708.48	c cleaning 84004 clauses out of 168016 with flag 8221114/3783023
1505.25/748.91	c cleaning 85003 clauses out of 170012 with flag 8413990/3869023
1647.15/819.51	c cleaning 86004 clauses out of 172008 with flag 8606520/3956023
1675.47/833.69	c And the winner is solver0
1680.12/838.09	c >>>>>>>>>> Solver number 0 (2 answers) <<<<<<<<<<<<<<<<<<
1680.12/838.09	c starts		: 8492
1680.12/838.09	c conflicts		: 4000890
1680.12/838.09	c decisions		: 4647549
1680.12/838.09	c propagations		: 88354026
1680.12/838.09	c inspects		: 12472456608
1680.12/838.09	c shortcuts		: 0
1680.12/838.09	c learnt literals	: 22
1680.12/838.09	c learnt binary clauses	: 52
1680.12/838.09	c learnt ternary clauses	: 126
1680.12/838.09	c learnt constraints	: 4000867
1680.12/838.09	c ignored constraints	: 0
1680.12/838.09	c root simplifications	: 0
1680.12/838.09	c removed literals (reason simplification)	: 11710228
1680.12/838.09	c reason swapping (by a shorter reason)	: 0
1680.12/838.09	c Calls to reduceDB	: 95
1680.12/838.09	c Number of update (reduction) of LBD	: 142671
1680.12/838.09	c Imported unit clauses	: 0
1680.12/838.09	c number of reductions to clauses (during analyze)	: 0
1680.12/838.09	c number of learned constraints concerned by reduction	: 0
1680.12/838.09	c number of learning phase by resolution	: 0
1680.12/838.09	c number of learning phase by cutting planes	: 0
1680.12/838.09	c speed (assignments/second)	: 105453.90376501619
1680.12/838.09	c non guided choices	43833
1680.12/838.09	c learnt constraints type 
1680.12/838.09	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1680.12/838.09	c starts		: 73
1680.12/838.09	c conflicts		: 29539
1680.12/838.09	c decisions		: 32649
1680.12/838.09	c propagations		: 496460
1680.12/838.09	c inspects		: 993061025
1680.12/838.09	c shortcuts		: 0
1680.12/838.09	c learnt literals	: 0
1680.12/838.09	c learnt binary clauses	: 0
1680.12/838.09	c learnt ternary clauses	: 0
1680.12/838.09	c learnt constraints	: 29538
1680.12/838.09	c ignored constraints	: 0
1680.12/838.09	c root simplifications	: 0
1680.12/838.09	c removed literals (reason simplification)	: 0
1680.12/838.09	c reason swapping (by a shorter reason)	: 0
1680.12/838.09	c Calls to reduceDB	: 4
1680.12/838.09	c Number of update (reduction) of LBD	: 0
1680.12/838.09	c Imported unit clauses	: 0
1680.12/838.09	c number of reductions to clauses (during analyze)	: 0
1680.12/838.09	c number of learned constraints concerned by reduction	: 0
1680.12/838.09	c number of learning phase by resolution	: 0
1680.12/838.09	c number of learning phase by cutting planes	: 0
1680.12/838.09	c speed (assignments/second)	: 600.7902268422995
1680.12/838.09	c non guided choices	738
1680.12/838.09	c learnt constraints type 
1680.12/838.09	s OPTIMUM FOUND
1680.12/838.09	c Found 1 solution(s)
1680.12/838.09	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 x10 -x11 x12 x13 x14 -x15 -x16 -x17 -x18 x19 x20 -x21 x22 x23 x24 -x25 x26 x27 x28 -x29 -x30 -x31 x32 x33 x34 -x35 -x36 x37 x38 -x39 -x40 x41 x42 x43 x44 x45 x46 -x47 x48 x49 x50 -x51 -x52 -x53 -x54 x55 x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 x64 x65 -x66 -x67 x68 x69 x70 -x71 -x72 x73 x74 -x75 -x76 x77 -x78 -x79 -x80 -x81 x82 x83 x84 -x85 x86 -x87 -x88 -x89 -x90 x91 x92 x93 -x94 x95 -x96 x97 -x98 -x99 x100 -x101 x102 x103 -x104 -x105 -x106 x107 -x108 x109 -x110 x111 x112 x113 x114 -x115 -x116 -x117 x118 x119 x120 -x121 -x122 x123 x124 x125 -x126 x127 x128 -x129 x130 -x131 x132 -x133 -x134 -x135 x136 -x137 -x138 -x139 -x140 -x141 -x142 x143 -x144 x145 x146 -x147 -x148 x149 x150 x151 x152 x153 x154 -x155 -x156 x157 -x158 -x159 -x160 -x161 x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 x172 x173 -x174 x175 -x176 -x177 x178 -x179 -x180 x181 x182 x183 x184 x185 -x186 -x187 -x188 -x189 x190 x191 -x192 x193 x194 x195 -x196 -x197 -x198 x199 -x200 x201 x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 x219 x220 x221 -x222 -x223 -x224 -x225 -x226 x227 -x228 -x229 x230 -x231 -x232 -x233 -x234 x235 x236 -x237 x238 -x239 -x240 -x241 -x242 -x243 
1680.12/838.09	c objective function=3
1680.12/838.09	c Total wall clock time (in seconds): 837.985

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-4106146-1466268964/watcher-4106146-1466268964 -o /tmp/evaluation-result-4106146-1466268964/solver-4106146-1466268964 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466264922-3638 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4106146-1466268964.opb 

pid=7290
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: 3.28 3.41 3.76 3/196 7293
/proc/meminfo: memFree=28995616/32872528 swapFree=1286400/1433568
[pid=7293] ppid=7290 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/7293/stat : 7293 (java) S 7290 7293 3621 0 -1 4202496 1282 0 0 0 0 0 0 0 20 0 2 0 28943175 94019584 917 33554432000 1073741824 1073778376 140735376577216 140735376568352 214373007421 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7293/statm: 22954 917 697 9 0 16769 0
[pid=7293/tid=7294] ppid=7290 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/7293/task/7294/stat : 7294 (java) D 7290 7293 3621 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 28943175 94019584 917 33554432000 1073741824 1073778376 140735376577216 139734864231976 214360485159 0 0 4096 0 18446744072100588836 0 0 -1 1 0 0 0 0 0

[startup+0.100117 s]
/proc/loadavg: 3.28 3.41 3.76 3/196 7293
/proc/meminfo: memFree=28995616/32872528 swapFree=1286400/1433568
[pid=7293] ppid=7290 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/7293/stat : 7293 (java) S 7290 7293 3621 0 -1 4202496 4441 0 1 0 9 1 0 0 20 0 18 0 28943175 9787879424 6058 33554432000 1073741824 1073778376 140735376577216 140735376568352 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7293/statm: 2389619 6058 2141 9 0 2380296 0
[pid=7293/tid=7294] ppid=7290 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/7293/task/7294/stat : 7294 (java) R 7290 7293 3621 0 -1 4202560 2386 0 1 0 6 1 0 0 20 0 18 0 28943175 9787879424 6058 33554432000 1073741824 1073778376 140735376577216 139734864232176 139734697455060 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200333 s]
/proc/loadavg: 3.28 3.41 3.76 3/196 7293
/proc/meminfo: memFree=28995616/32872528 swapFree=1286400/1433568
[pid=7293] ppid=7290 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/7293/stat : 7293 (java) S 7290 7293 3621 0 -1 4202496 4728 0 1 0 23 1 0 0 20 0 18 0 28943175 9787879424 7339 33554432000 1073741824 1073778376 140735376577216 140735376568352 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7293/statm: 2389619 7339 2217 9 0 2380296 0
[pid=7293/tid=7294] ppid=7290 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/7293/task/7294/stat : 7294 (java) R 7290 7293 3621 0 -1 4202560 2406 0 1 0 16 1 0 0 20 0 18 0 28943175 9787879424 7339 33554432000 1073741824 1073778376 140735376577216 139734864236552 139734697462498 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300288 s]
/proc/loadavg: 3.28 3.41 3.76 3/196 7293
/proc/meminfo: memFree=28995616/32872528 swapFree=1286400/1433568
[pid=7293] ppid=7290 vsize=9824732 CPUtime=0.55 cores=1,3,5,7
/proc/7293/stat : 7293 (java) S 7290 7293 3621 0 -1 4202496 7522 0 1 0 53 2 0 0 20 0 22 0 28943175 10060525568 10744 33554432000 1073741824 1073778376 140735376577216 140735376568352 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7293/statm: 2456183 10744 2242 9 0 2446860 0
[pid=7293/tid=7294] ppid=7290 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/7293/task/7294/stat : 7294 (java) S 7290 7293 3621 0 -1 4202560 2419 0 1 0 21 1 0 0 20 0 22 0 28943175 10060525568 10744 33554432000 1073741824 1073778376 140735376577216 139734864237432 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9824732

[startup+0.700232 s]
/proc/loadavg: 3.28 3.41 3.76 3/196 7293
/proc/meminfo: memFree=28995616/32872528 swapFree=1286400/1433568
[pid=7293] ppid=7290 vsize=9824732 CPUtime=2.15 cores=1,3,5,7
/proc/7293/stat : 7293 (java) S 7290 7293 3621 0 -1 4202496 16865 0 1 0 211 4 0 0 20 0 22 0 28943175 10060525568 22462 33554432000 1073741824 1073778376 140735376577216 140735376568352 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7293/statm: 2456183 22462 2256 9 0 2446860 0
[pid=7293/tid=7294] ppid=7290 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/7293/task/7294/stat : 7294 (java) S 7290 7293 3621 0 -1 4202560 2419 0 1 0 21 1 0 0 20 0 22 0 28943175 10060525568 22462 33554432000 1073741824 1073778376 140735376577216 139734864237432 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 9824732

[startup+1.50088 s]
/proc/loadavg: 3.28 3.41 3.76 6/218 7315
/proc/meminfo: memFree=28811848/32872528 swapFree=1286400/1433568
[pid=7293] ppid=7290 vsize=9824732 CPUtime=5.09 cores=1,3,5,7
/proc/7293/stat : 7293 (java) S 7290 7293 3621 0 -1 4202496 27293 0 1 0 500 9 0 0 20 0 22 0 28943175 10060525568 47937 33554432000 1073741824 1073778376 140735376577216 140735376568352 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7293/statm: 2456183 47937 2278 9 0 2446860 0
[pid=7293/tid=7294] ppid=7290 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/7293/task/7294/stat : 7294 (java) S 7290 7293 3621 0 -1 4202560 2419 0 1 0 21 1 0 0 20 0 22 0 28943175 10060525568 47937 33554432000 1073741824 1073778376 140735376577216 139734864237432 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7293/tid=7296] ppid=7290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7293/task/7296/stat : 7296 (java) S 7290 7293 3621 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 28943176 10060525568 47937 33554432000 1073741824 1073778376 140735376577216 139734825728424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7293/tid=7297] ppid=7290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7293/task/7297/stat : 7297 (java) S 7290 7293 3621 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 28943176 10060525568 47937 33554432000 1073741824 1073778376 140735376577216 139734824675880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7293/tid=7298] ppid=7290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7293/task/7298/stat : 7298 (java) S 7290 7293 3621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28943176 10060525568 47937 33554432000 1073741824 1073778376 140735376577216 139734823622824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7293/tid=7299] ppid=7290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7293/task/7299/stat : 7299 (java) S 7290 7293 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28943176 10060525568 47937 33554432000 1073741824 1073778376 140735376577216 139734822570280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7293/tid=7300] ppid=7290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7293/task/7300/stat : 7300 (java) S 7290 7293 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28943176 10060525568 47937 33554432000 1073741824 1073778376 140735376577216 139734821518248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7293/tid=7301] ppid=7290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7293/task/7301/stat : 7301 (java) S 7290 7293 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28943176 10060525568 47937 33554432000 1073741824 1073778376 140735376577216 139734820465704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7293/tid=7302] ppid=7290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7293/task/7302/stat : 7302 (java) S 7290 7293 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28943176 10060525568 47937 33554432000 1073741824 1073778376 140735376577216 139734819412648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7293/tid=7303] ppid=7290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7293/task/7303/stat : 7303 (java) S 7290 7293 3621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28943176 10060525568 47937 33554432000 1073741824 1073778376 140735376577216 139734818360104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7293/tid=7304] ppid=7290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7293/task/7304/stat : 7304 (java) S 7290 7293 3621 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 28943177 10060525568 47937 33554432000 1073741824 1073778376 140735376577216 139734687897960 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7293/tid=7305] ppid=7290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7293/task/7305/stat : 7305 (java) S 7290 7293 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28943178 10060525568 47937 33554432000 1073741824 1073778376 140735376577216 139734686844280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7293/tid=7306] ppid=7290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7293/task/7306/stat : 7306 (java) S 7290 7293 3621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28943178 10060525568 47937 33554432000 1073741824 1073778376 140735376577216 139734685791112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7293/tid=7307] ppid=7290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7293/task/7307/stat : 7307 (java) S 7290 7293 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28943180 10060525568 47937 33554432000 1073741824 1073778376 140735376577216 139734684739856 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7293/tid=7308] ppid=7290 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/7293/task/7308/stat : 7308 (java) S 7290 7293 3621 0 -1 4202560 11140 0 0 0 119 2 0 0 20 0 22 0 28943180 10060525568 47937 33554432000 1073741824 1073778376 140735376577216 139734683687736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7293/tid=7309] ppid=7290 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/7293/task/7309/stat : 7309 (java) S 7290 7293 3621 0 -1 4202560 12228 0 0 0 111 3 0 0 20 0 22 0 28943180 10060525568 47937 33554432000 1073741824 1073778376 140735376577216 139734682635192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7293/tid=7310] ppid=7290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7293/task/7310/stat : 7310 (java) S 7290 7293 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28943180 10060525568 47937 33554432000 1073741824 1073778376 140735376577216 139733808179960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7293/tid=7311] ppid=7290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7293/task/7311/stat : 7311 (java) S 7290 7293 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28943180 10060525568 47937 33554432000 1073741824 1073778376 140735376577216 139733807127624 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7293/tid=7312] ppid=7290 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/7293/task/7312/stat : 7312 (java) R 7290 7293 3621 0 -1 4202560 21 0 0 0 121 0 0 0 20 0 22 0 28943200 10060525568 47937 33554432000 1073741824 1073778376 140735376577216 139733806063504 139734698009756 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=7293/tid=7313] ppid=7290 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/7293/task/7313/stat : 7313 (java) R 7290 7293 3621 0 -1 4202560 94 0 0 0 120 3 0 0 20 0 22 0 28943200 10060525568 47937 33554432000 1073741824 1073778376 140735376577216 139733805018400 139734697470403 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7293/tid=7314] ppid=7290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7293/task/7314/stat : 7314 (java) S 7290 7293 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28943200 10060525568 47937 33554432000 1073741824 1073778376 140735376577216 139733803967272 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7293/tid=7315] ppid=7290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7293/task/7315/stat : 7315 (java) S 7290 7293 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28943200 10060525568 47937 33554432000 1073741824 1073778376 140735376577216 139733802914728 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 5.09
Current children cumulated vsize (KiB) 9824732

[startup+3.10096 s]
/proc/loadavg: 3.42 3.43 3.76 4/218 7315
/proc/meminfo: memFree=28775532/32872528 swapFree=1286400/1433568
[pid=7293] ppid=7290 vsize=9824732 CPUtime=8.38 cores=1,3,5,7
/proc/7293/stat : 7293 (java) S 7290 7293 3621 0 -1 4202496 27711 0 1 0 824 14 0 0 20 0 22 0 28943175 10060525568 85095 33554432000 1073741824 1073778376 140735376577216 140735376568352 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7293/statm: 2456183 85095 2278 9 0 2446860 0
[pid=7293/tid=7294] ppid=7290 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/7293/task/7294/stat : 7294 (java) S 7290 7293 3621 0 -1 4202560 2419 0 1 0 21 1 0 0 20 0 22 0 28943175 10060525568 85095 33554432000 1073741824 1073778376 140735376577216 139734864237432 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7293/tid=7296] ppid=7290 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/7293/task/7296/stat : 7296 (java) S 7290 7293 3621 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 28943176 10060525568 85095 33554432000 1073741824 1073778376 140735376577216 139734825728424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7293/tid=7297] ppid=7290 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/7293/task/7297/stat : 7297 (java) S 7290 7293 3621 0 -1 4202560 64 0 0 0 1 0 0 0 20 0 22 0 28943176 10060525568 85095 33554432000 1073741824 1073778376 140735376577216 139734824675880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7293/tid=7298] ppid=7290 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/7293/task/7298/stat : 7298 (java) S 7290 7293 3621 0 -1 4202560 57 0 0 0 2 0 0 0 20 0 22 0 28943176 10060525568 85095 33554432000 1073741824 1073778376 140735376577216 139734823622824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7293/tid=7299] ppid=7290 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/7293/task/7299/stat : 7299 (java) S 7290 7293 3621 0 -1 4202560 59 0 0 0 3 0 0 0 20 0 22 0 28943176 10060525568 85095 33554432000 1073741824 1073778376 140735376577216 139734822570280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7293/tid=7300] ppid=7290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7293/task/7300/stat : 7300 (java) S 7290 7293 3621 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 28943176 10060525568 85095 33554432000 1073741824 1073778376 140735376577216 139734821518248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7293/tid=7301] ppid=7290 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/7293/task/7301/stat : 7301 (java) S 7290 7293 3621 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 28943176 10060525568 85095 33554432000 1073741824 1073778376 140735376577216 139734820465704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7293/tid=7302] ppid=7290 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/7293/task/7302/stat : 7302 (java) S 7290 7293 3621 0 -1 4202560 60 0 0 0 1 0 0 0 20 0 22 0 28943176 10060525568 85095 33554432000 1073741824 1073778376 140735376577216 139734819412648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7293/tid=7303] ppid=7290 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/7293/task/7303/stat : 7303 (java) S 7290 7293 3621 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 28943176 10060525568 85095 33554432000 1073741824 1073778376 140735376577216 139734818360104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7293/tid=7304] ppid=7290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7293/task/7304/stat : 7304 (java) S 7290 7293 3621 0 -1 4202560 188 0 0 0 0 0 0 0 20 0 22 0 28943177 10060525568 85095 33554432000 1073741824 1073778376 140735376577216 139734687897960 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7293/tid=7305] ppid=7290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7293/task/7305/stat : 7305 (java) S 7290 7293 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28943178 10060525568 85095 33554432000 1073741824 1073778376 140735376577216 139734686844280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7293/tid=7306] ppid=7290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7293/task/7306/stat : 7306 (java) S 7290 7293 3621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28943178 10060525568 85095 33554432000 1073741824 1073778376 140735376577216 139734685791112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7293/tid=7307] ppid=7290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7293/task/7307/stat : 7307 (java) S 7290 7293 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28943180 10060525568 85095 33554432000 1073741824 1073778376 140735376577216 139734684739856 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7293/tid=7308] ppid=7290 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/7293/task/7308/stat : 7308 (java) S 7290 7293 3621 0 -1 4202560 11140 0 0 0 121 2 0 0 20 0 22 0 28943180 10060525568 85095 33554432000 1073741824 1073778376 140735376577216 139734683687736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7293/tid=7309] ppid=7290 vsize=9824732 CPUtime=1.16 cores=1,3,5,7
/proc/7293/task/7309/stat : 7309 (java) S 7290 7293 3621 0 -1 4202560 12228 0 0 0 113 3 0 0 20 0 22 0 28943180 10060525568 85095 33554432000 1073741824 1073778376 140735376577216 139734682635192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7293/tid=7310] ppid=7290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7293/task/7310/stat : 7310 (java) S 7290 7293 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28943180 10060525568 85095 33554432000 1073741824 1073778376 140735376577216 139733808179960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7293/tid=7311] ppid=7290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7293/task/7311/stat : 7311 (java) S 7290 7293 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28943180 10060525568 85095 33554432000 1073741824 1073778376 140735376577216 139733807127624 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7293/tid=7312] ppid=7290 vsize=9824732 CPUtime=2.75 cores=1,3,5,7
/proc/7293/task/7312/stat : 7312 (java) R 7290 7293 3621 0 -1 4202560 23 0 0 0 275 0 0 0 20 0 22 0 28943200 10060525568 85095 33554432000 1073741824 1073778376 140735376577216 139733806072520 139734697861554 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7293/tid=7313] ppid=7290 vsize=9824732 CPUtime=2.77 cores=1,3,5,7
/proc/7293/task/7313/stat : 7313 (java) R 7290 7293 3621 0 -1 4202560 150 0 0 0 273 4 0 0 20 0 22 0 28943200 10060525568 85095 33554432000 1073741824 1073778376 140735376577216 139733805019424 139734697459015 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7293/tid=7314] ppid=7290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7293/task/7314/stat : 7314 (java) S 7290 7293 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28943200 10060525568 85095 33554432000 1073741824 1073778376 140735376577216 139733803967272 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7293/tid=7315] ppid=7290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7293/task/7315/stat : 7315 (java) S 7290 7293 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28943200 10060525568 85095 33554432000 1073741824 1073778376 140735376577216 139733802914728 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.38
Current children cumulated vsize (KiB) 9824732

[startup+6.30098 s]
/proc/loadavg: 3.42 3.43 3.76 4/218 7315
/proc/meminfo: memFree=28399092/32872528 swapFree=1286400/1433568
[pid=7293] ppid=7290 vsize=9824732 CPUtime=14.88 cores=1,3,5,7
/proc/7293/stat : 7293 (java) S 7290 7293 3621 0 -1 4202496 28512 0 1 0 1467 21 0 0 20 0 22 0 28943175 10060525568 156278 33554432000 1073741824 1073778376 140735376577216 140735376568352 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7293/statm: 2456183 156278 2281 9 0 2446860 0
[pid=7293/tid=7294] ppid=7290 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/7293/task/7294/stat : 7294 (java) S 7290 7293 3621 0 -1 4202560 2419 0 1 0 21 1 0 0 20 0 22 0 28943175 10060525568 156278 33554432000 1073741824 1073778376 140735376577216 139734864237432 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7293/tid=7296] ppid=7290 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/7293/task/7296/stat : 7296 (java) S 7290 7293 3621 0 -1 4202560 32 0 0 0 2 2 0 0 20 0 22 0 28943176 10060525568 156278 33554432000 1073741824 1073778376 140735376577216 139734825728424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7293/tid=7297] ppid=7290 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/7293/task/7297/stat : 7297 (java) S 7290 7293 3621 0 -1 4202560 80 0 0 0 2 2 0 0 20 0 22 0 28943176 10060525568 156278 33554432000 1073741824 1073778376 140735376577216 139734824675880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7293/tid=7298] ppid=7290 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/7293/task/7298/stat : 7298 (java) S 7290 7293 3621 0 -1 4202560 57 0 0 0 3 0 0 0 20 0 22 0 28943176 10060525568 156278 33554432000 1073741824 1073778376 140735376577216 139734823622824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7293/tid=7299] ppid=7290 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/7293/task/7299/stat : 7299 (java) S 7290 7293 3621 0 -1 4202560 60 0 0 0 4 0 0 0 20 0 22 0 28943176 10060525568 156278 33554432000 1073741824 1073778376 140735376577216 139734822570280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7293/tid=7300] ppid=7290 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/7293/task/7300/stat : 7300 (java) S 7290 7293 3621 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 28943176 10060525568 156278 33554432000 1073741824 1073778376 140735376577216 139734821518248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7293/tid=7301] ppid=7290 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/7293/task/7301/stat : 7301 (java) S 7290 7293 3621 0 -1 4202560 30 0 0 0 2 2 0 0 20 0 22 0 28943176 10060525568 156278 33554432000 1073741824 1073778376 140735376577216 139734820465704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7293/tid=7302] ppid=7290 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/7293/task/7302/stat : 7302 (java) S 7290 7293 3621 0 -1 4202560 64 0 0 0 2 0 0 0 20 0 22 0 28943176 10060525568 156278 33554432000 1073741824 1073778376 140735376577216 139734819412648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7293/tid=7303] ppid=7290 vsize=9824732 CPUtime=0.04 cores=1,3,5,7

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

/proc/7293/task/7303/stat : 7303 (java) S 7290 7293 3621 0 -1 4202560 614 0 0 0 221 12 0 0 20 0 19 0 28943176 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139734818360104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7293/tid=7304] ppid=7290 vsize=9824732 CPUtime=2.3 cores=1,3,5,7
/proc/7293/task/7304/stat : 7304 (java) S 7290 7293 3621 0 -1 4202560 1659 0 0 0 207 23 0 0 20 0 19 0 28943177 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139734687897960 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7293/tid=7305] ppid=7290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7293/task/7305/stat : 7305 (java) S 7290 7293 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28943178 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139734686844280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7293/tid=7306] ppid=7290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7293/task/7306/stat : 7306 (java) S 7290 7293 3621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 28943178 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139734685791112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7293/tid=7307] ppid=7290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7293/task/7307/stat : 7307 (java) S 7290 7293 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28943180 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139734684739856 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7293/tid=7308] ppid=7290 vsize=9824732 CPUtime=2.01 cores=1,3,5,7
/proc/7293/task/7308/stat : 7308 (java) S 7290 7293 3621 0 -1 4202560 14458 0 0 0 199 2 0 0 20 0 19 0 28943180 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139734683687736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7293/tid=7309] ppid=7290 vsize=9824732 CPUtime=1.4 cores=1,3,5,7
/proc/7293/task/7309/stat : 7309 (java) S 7290 7293 3621 0 -1 4202560 12555 0 0 0 137 3 0 0 20 0 19 0 28943180 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139734682635192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7293/tid=7310] ppid=7290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7293/task/7310/stat : 7310 (java) S 7290 7293 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28943180 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139733808179960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7293/tid=7311] ppid=7290 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/7293/task/7311/stat : 7311 (java) S 7290 7293 3621 0 -1 4202560 49 0 0 0 12 21 0 0 20 0 19 0 28943180 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139733807127624 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7293/tid=7314] ppid=7290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7293/task/7314/stat : 7314 (java) S 7290 7293 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28943200 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139733803967272 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1677.32
Current children cumulated vsize (KiB) 9824732

[startup+836.801 s]
/proc/loadavg: 3.15 3.22 3.42 4/215 7360
/proc/meminfo: memFree=27089224/32872528 swapFree=1286400/1433568
[pid=7293] ppid=7290 vsize=9824732 CPUtime=1678.92 cores=1,3,5,7
/proc/7293/stat : 7293 (java) S 7290 7293 3621 0 -1 4202496 39224 0 1 0 167697 195 0 0 20 0 19 0 28943175 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 140735376568352 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7293/statm: 2456183 498018 2293 9 0 2446860 0
[pid=7293/tid=7294] ppid=7290 vsize=9824732 CPUtime=3.08 cores=1,3,5,7
/proc/7293/task/7294/stat : 7294 (java) R 7290 7293 3621 0 -1 4202560 2436 0 1 0 305 3 0 0 20 0 19 0 28943175 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139734864235056 139734697840896 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7293/tid=7296] ppid=7290 vsize=9824732 CPUtime=2.4 cores=1,3,5,7
/proc/7293/task/7296/stat : 7296 (java) S 7290 7293 3621 0 -1 4202560 540 0 0 0 230 10 0 0 20 0 19 0 28943176 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139734825728424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7293/tid=7297] ppid=7290 vsize=9824732 CPUtime=2.41 cores=1,3,5,7
/proc/7293/task/7297/stat : 7297 (java) S 7290 7293 3621 0 -1 4202560 623 0 0 0 230 11 0 0 20 0 19 0 28943176 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139734824675880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7293/tid=7298] ppid=7290 vsize=9824732 CPUtime=2.35 cores=1,3,5,7
/proc/7293/task/7298/stat : 7298 (java) S 7290 7293 3621 0 -1 4202560 452 0 0 0 223 12 0 0 20 0 19 0 28943176 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139734823622824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7293/tid=7299] ppid=7290 vsize=9824732 CPUtime=2.39 cores=1,3,5,7
/proc/7293/task/7299/stat : 7299 (java) S 7290 7293 3621 0 -1 4202560 658 0 0 0 228 11 0 0 20 0 19 0 28943176 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139734822570280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7293/tid=7300] ppid=7290 vsize=9824732 CPUtime=2.23 cores=1,3,5,7
/proc/7293/task/7300/stat : 7300 (java) S 7290 7293 3621 0 -1 4202560 559 0 0 0 215 8 0 0 20 0 19 0 28943176 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139734821518248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7293/tid=7301] ppid=7290 vsize=9824732 CPUtime=2.41 cores=1,3,5,7
/proc/7293/task/7301/stat : 7301 (java) S 7290 7293 3621 0 -1 4202560 477 0 0 0 228 13 0 0 20 0 19 0 28943176 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139734820465704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7293/tid=7302] ppid=7290 vsize=9824732 CPUtime=2.4 cores=1,3,5,7
/proc/7293/task/7302/stat : 7302 (java) S 7290 7293 3621 0 -1 4202560 639 0 0 0 228 12 0 0 20 0 19 0 28943176 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139734819412648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7293/tid=7303] ppid=7290 vsize=9824732 CPUtime=2.33 cores=1,3,5,7
/proc/7293/task/7303/stat : 7303 (java) S 7290 7293 3621 0 -1 4202560 614 0 0 0 221 12 0 0 20 0 19 0 28943176 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139734818360104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7293/tid=7304] ppid=7290 vsize=9824732 CPUtime=2.3 cores=1,3,5,7
/proc/7293/task/7304/stat : 7304 (java) S 7290 7293 3621 0 -1 4202560 1659 0 0 0 207 23 0 0 20 0 19 0 28943177 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139734687897960 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7293/tid=7305] ppid=7290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7293/task/7305/stat : 7305 (java) S 7290 7293 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28943178 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139734686844280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7293/tid=7306] ppid=7290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7293/task/7306/stat : 7306 (java) S 7290 7293 3621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 28943178 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139734685791112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7293/tid=7307] ppid=7290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7293/task/7307/stat : 7307 (java) S 7290 7293 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28943180 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139734684739856 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7293/tid=7308] ppid=7290 vsize=9824732 CPUtime=2.01 cores=1,3,5,7
/proc/7293/task/7308/stat : 7308 (java) S 7290 7293 3621 0 -1 4202560 14458 0 0 0 199 2 0 0 20 0 19 0 28943180 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139734683687736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7293/tid=7309] ppid=7290 vsize=9824732 CPUtime=1.4 cores=1,3,5,7
/proc/7293/task/7309/stat : 7309 (java) S 7290 7293 3621 0 -1 4202560 12555 0 0 0 137 3 0 0 20 0 19 0 28943180 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139734682635192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7293/tid=7310] ppid=7290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7293/task/7310/stat : 7310 (java) S 7290 7293 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28943180 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139733808179960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7293/tid=7311] ppid=7290 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/7293/task/7311/stat : 7311 (java) S 7290 7293 3621 0 -1 4202560 49 0 0 0 12 21 0 0 20 0 19 0 28943180 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139733807127624 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7293/tid=7314] ppid=7290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7293/task/7314/stat : 7314 (java) S 7290 7293 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28943200 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139733803967272 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1678.92
Current children cumulated vsize (KiB) 9824732

[startup+837.601 s]
/proc/loadavg: 3.14 3.22 3.42 4/216 7363
/proc/meminfo: memFree=27091256/32872528 swapFree=1286400/1433568
[pid=7293] ppid=7290 vsize=9824732 CPUtime=1679.72 cores=1,3,5,7
/proc/7293/stat : 7293 (java) S 7290 7293 3621 0 -1 4202496 39224 0 1 0 167777 195 0 0 20 0 19 0 28943175 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 140735376568352 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7293/statm: 2456183 498018 2293 9 0 2446860 0
[pid=7293/tid=7294] ppid=7290 vsize=9824732 CPUtime=3.88 cores=1,3,5,7
/proc/7293/task/7294/stat : 7294 (java) R 7290 7293 3621 0 -1 4202560 2436 0 1 0 385 3 0 0 20 0 19 0 28943175 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139734864235056 139734697840850 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7293/tid=7296] ppid=7290 vsize=9824732 CPUtime=2.4 cores=1,3,5,7
/proc/7293/task/7296/stat : 7296 (java) S 7290 7293 3621 0 -1 4202560 540 0 0 0 230 10 0 0 20 0 19 0 28943176 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139734825728424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7293/tid=7297] ppid=7290 vsize=9824732 CPUtime=2.41 cores=1,3,5,7
/proc/7293/task/7297/stat : 7297 (java) S 7290 7293 3621 0 -1 4202560 623 0 0 0 230 11 0 0 20 0 19 0 28943176 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139734824675880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7293/tid=7298] ppid=7290 vsize=9824732 CPUtime=2.35 cores=1,3,5,7
/proc/7293/task/7298/stat : 7298 (java) S 7290 7293 3621 0 -1 4202560 452 0 0 0 223 12 0 0 20 0 19 0 28943176 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139734823622824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7293/tid=7299] ppid=7290 vsize=9824732 CPUtime=2.39 cores=1,3,5,7
/proc/7293/task/7299/stat : 7299 (java) S 7290 7293 3621 0 -1 4202560 658 0 0 0 228 11 0 0 20 0 19 0 28943176 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139734822570280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7293/tid=7300] ppid=7290 vsize=9824732 CPUtime=2.23 cores=1,3,5,7
/proc/7293/task/7300/stat : 7300 (java) S 7290 7293 3621 0 -1 4202560 559 0 0 0 215 8 0 0 20 0 19 0 28943176 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139734821518248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7293/tid=7301] ppid=7290 vsize=9824732 CPUtime=2.41 cores=1,3,5,7
/proc/7293/task/7301/stat : 7301 (java) S 7290 7293 3621 0 -1 4202560 477 0 0 0 228 13 0 0 20 0 19 0 28943176 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139734820465704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7293/tid=7302] ppid=7290 vsize=9824732 CPUtime=2.4 cores=1,3,5,7
/proc/7293/task/7302/stat : 7302 (java) S 7290 7293 3621 0 -1 4202560 639 0 0 0 228 12 0 0 20 0 19 0 28943176 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139734819412648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7293/tid=7303] ppid=7290 vsize=9824732 CPUtime=2.33 cores=1,3,5,7
/proc/7293/task/7303/stat : 7303 (java) S 7290 7293 3621 0 -1 4202560 614 0 0 0 221 12 0 0 20 0 19 0 28943176 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139734818360104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7293/tid=7304] ppid=7290 vsize=9824732 CPUtime=2.3 cores=1,3,5,7
/proc/7293/task/7304/stat : 7304 (java) S 7290 7293 3621 0 -1 4202560 1659 0 0 0 207 23 0 0 20 0 19 0 28943177 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139734687897960 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7293/tid=7305] ppid=7290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7293/task/7305/stat : 7305 (java) S 7290 7293 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28943178 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139734686844280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7293/tid=7306] ppid=7290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7293/task/7306/stat : 7306 (java) S 7290 7293 3621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 28943178 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139734685791112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7293/tid=7307] ppid=7290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7293/task/7307/stat : 7307 (java) S 7290 7293 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28943180 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139734684739856 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7293/tid=7308] ppid=7290 vsize=9824732 CPUtime=2.01 cores=1,3,5,7
/proc/7293/task/7308/stat : 7308 (java) S 7290 7293 3621 0 -1 4202560 14458 0 0 0 199 2 0 0 20 0 19 0 28943180 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139734683687736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7293/tid=7309] ppid=7290 vsize=9824732 CPUtime=1.4 cores=1,3,5,7
/proc/7293/task/7309/stat : 7309 (java) S 7290 7293 3621 0 -1 4202560 12555 0 0 0 137 3 0 0 20 0 19 0 28943180 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139734682635192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7293/tid=7310] ppid=7290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7293/task/7310/stat : 7310 (java) S 7290 7293 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28943180 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139733808179960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7293/tid=7311] ppid=7290 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/7293/task/7311/stat : 7311 (java) S 7290 7293 3621 0 -1 4202560 49 0 0 0 12 21 0 0 20 0 19 0 28943180 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139733807127624 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7293/tid=7314] ppid=7290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7293/task/7314/stat : 7314 (java) S 7290 7293 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28943200 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139733803967272 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1679.72
Current children cumulated vsize (KiB) 9824732

[startup+838.001 s]
/proc/loadavg: 3.14 3.22 3.42 4/216 7363
/proc/meminfo: memFree=27091256/32872528 swapFree=1286400/1433568
[pid=7293] ppid=7290 vsize=9824732 CPUtime=1680.12 cores=1,3,5,7
/proc/7293/stat : 7293 (java) S 7290 7293 3621 0 -1 4202496 39224 0 1 0 167817 195 0 0 20 0 19 0 28943175 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 140735376568352 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7293/statm: 2456183 498018 2293 9 0 2446860 0
[pid=7293/tid=7294] ppid=7290 vsize=9824732 CPUtime=4.28 cores=1,3,5,7
/proc/7293/task/7294/stat : 7294 (java) R 7290 7293 3621 0 -1 4202560 2436 0 1 0 425 3 0 0 20 0 19 0 28943175 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139734864235056 139734697646018 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7293/tid=7296] ppid=7290 vsize=9824732 CPUtime=2.4 cores=1,3,5,7
/proc/7293/task/7296/stat : 7296 (java) S 7290 7293 3621 0 -1 4202560 540 0 0 0 230 10 0 0 20 0 19 0 28943176 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139734825728424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7293/tid=7297] ppid=7290 vsize=9824732 CPUtime=2.41 cores=1,3,5,7
/proc/7293/task/7297/stat : 7297 (java) S 7290 7293 3621 0 -1 4202560 623 0 0 0 230 11 0 0 20 0 19 0 28943176 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139734824675880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7293/tid=7298] ppid=7290 vsize=9824732 CPUtime=2.35 cores=1,3,5,7
/proc/7293/task/7298/stat : 7298 (java) S 7290 7293 3621 0 -1 4202560 452 0 0 0 223 12 0 0 20 0 19 0 28943176 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139734823622824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7293/tid=7299] ppid=7290 vsize=9824732 CPUtime=2.39 cores=1,3,5,7
/proc/7293/task/7299/stat : 7299 (java) S 7290 7293 3621 0 -1 4202560 658 0 0 0 228 11 0 0 20 0 19 0 28943176 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139734822570280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7293/tid=7300] ppid=7290 vsize=9824732 CPUtime=2.23 cores=1,3,5,7
/proc/7293/task/7300/stat : 7300 (java) S 7290 7293 3621 0 -1 4202560 559 0 0 0 215 8 0 0 20 0 19 0 28943176 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139734821518248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7293/tid=7301] ppid=7290 vsize=9824732 CPUtime=2.41 cores=1,3,5,7
/proc/7293/task/7301/stat : 7301 (java) S 7290 7293 3621 0 -1 4202560 477 0 0 0 228 13 0 0 20 0 19 0 28943176 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139734820465704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7293/tid=7302] ppid=7290 vsize=9824732 CPUtime=2.4 cores=1,3,5,7
/proc/7293/task/7302/stat : 7302 (java) S 7290 7293 3621 0 -1 4202560 639 0 0 0 228 12 0 0 20 0 19 0 28943176 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139734819412648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7293/tid=7303] ppid=7290 vsize=9824732 CPUtime=2.33 cores=1,3,5,7
/proc/7293/task/7303/stat : 7303 (java) S 7290 7293 3621 0 -1 4202560 614 0 0 0 221 12 0 0 20 0 19 0 28943176 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139734818360104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7293/tid=7304] ppid=7290 vsize=9824732 CPUtime=2.3 cores=1,3,5,7
/proc/7293/task/7304/stat : 7304 (java) S 7290 7293 3621 0 -1 4202560 1659 0 0 0 207 23 0 0 20 0 19 0 28943177 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139734687897960 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7293/tid=7305] ppid=7290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7293/task/7305/stat : 7305 (java) S 7290 7293 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28943178 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139734686844280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7293/tid=7306] ppid=7290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7293/task/7306/stat : 7306 (java) S 7290 7293 3621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 28943178 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139734685791112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7293/tid=7307] ppid=7290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7293/task/7307/stat : 7307 (java) S 7290 7293 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28943180 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139734684739856 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7293/tid=7308] ppid=7290 vsize=9824732 CPUtime=2.01 cores=1,3,5,7
/proc/7293/task/7308/stat : 7308 (java) S 7290 7293 3621 0 -1 4202560 14458 0 0 0 199 2 0 0 20 0 19 0 28943180 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139734683687736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7293/tid=7309] ppid=7290 vsize=9824732 CPUtime=1.4 cores=1,3,5,7
/proc/7293/task/7309/stat : 7309 (java) S 7290 7293 3621 0 -1 4202560 12555 0 0 0 137 3 0 0 20 0 19 0 28943180 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139734682635192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7293/tid=7310] ppid=7290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7293/task/7310/stat : 7310 (java) S 7290 7293 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28943180 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139733808179960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7293/tid=7311] ppid=7290 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/7293/task/7311/stat : 7311 (java) S 7290 7293 3621 0 -1 4202560 49 0 0 0 13 21 0 0 20 0 19 0 28943180 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139733807127624 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7293/tid=7314] ppid=7290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7293/task/7314/stat : 7314 (java) S 7290 7293 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28943200 10060525568 498018 33554432000 1073741824 1073778376 140735376577216 139733803967272 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1680.12
Current children cumulated vsize (KiB) 9824732

[startup+838.101 s]
/proc/loadavg: 3.14 3.22 3.42 4/216 7363
/proc/meminfo: memFree=27091256/32872528 swapFree=1286400/1433568
[pid=7293] ppid=7290 vsize=0 CPUtime=1680.55 cores=1,3,5,7
/proc/7293/stat : 7293 (java) Z 7290 7293 3621 0 -1 4203532 39236 0 1 0 167836 219 0 0 20 0 2 0 28943175 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7293/statm: 0 0 0 0 0 0 0
[pid=7293/tid=7300] ppid=7290 vsize=0 CPUtime=2.23 cores=1,3,5,7
/proc/7293/task/7300/stat : 7300 (java) R 7290 7293 3621 0 -1 4203588 559 0 0 0 215 8 0 0 20 0 2 0 28943176 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1680.55
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 838.108
CPU time (s): 1680.6
CPU user time (s): 1678.38
CPU system time (s): 2.22166
CPU usage (%): 200.523
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1678.38
system time used= 2.22166
maximum resident set size= 2869808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39236
page faults= 1
swaps= 0
block input operations= 0
block output operations= 896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27332
involuntary context switches= 44197

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.9101 second user time and 7.67983 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-18 18:56:04
IDJOB=4106146
IDBENCH=47951
IDSOLVER=2543
FILE ID=node130/4106146-1466268964
RUNJOBID= node130-1466264922-3638
PBS_JOBID= 19918227
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=421-P1=401-P2=149-P3=307-P4=521-P5=409-P6=79-P7=59-P8=127-P9=503-B.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106146-1466268964/watcher-4106146-1466268964 -o /tmp/evaluation-result-4106146-1466268964/solver-4106146-1466268964 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466264922-3638 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106146-1466268964.opb

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

MD5SUM BENCH= c7fd9e5ff885ee342a28d015ab19e648
RANDOM SEED=230090907

node130.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.365
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.73
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.365
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.365
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.365
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.365
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.365
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.53
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.365
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.56
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.365
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:        28996524 kB
Buffers:           43536 kB
Cached:           165796 kB
SwapCached:         1876 kB
Active:          1543628 kB
Inactive:         158588 kB
Active(anon):    1493280 kB
Inactive(anon):     2212 kB
Active(file):      50348 kB
Inactive(file):   156376 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67098740 kB
Dirty:               844 kB
Writeback:             0 kB
AnonPages:       2928252 kB
Mapped:            15256 kB
Shmem:                 0 kB
Slab:             601684 kB
SReclaimable:      44740 kB
SUnreclaim:       556944 kB
KernelStack:        1584 kB
PageTables:        10376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3233060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1583104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71748 MiB
End job on node130 at 2016-06-18 19:10:02