Trace number 4106215

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 1784.94 890.883

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=383-P1=149-P2=409-P3=307-P4=127-P5=191-P6=227-P7=281-P8=211-B.opb
MD5SUM1d88cb7e119c66203d260e6c8e2ab364
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.18897
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

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.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	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.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4106215-1466269355.opb
0.10/0.12	c reading problem ... 
0.10/0.12	c  objective function found
0.24/0.23	c ... done. Wall clock time 0.122s.
0.24/0.23	c declared #vars     216
0.24/0.23	c internal #vars     864
0.24/0.23	c #constraints  1321
0.24/0.23	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.24/0.23	c constraints type 
0.24/0.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 648
0.24/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 673
0.24/0.24	c 1321 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 => 648
0.24/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 673
0.24/0.24	c 1321 constraints processed.
0.24/0.24	c objective function length is 9 literals
2.56/0.81	c cleaning 2497 clauses out of 5002 with flag 10659/5002
3.78/1.20	c cleaning 4251 clauses out of 8504 with flag 23657/11001
5.21/1.60	c cleaning 5626 clauses out of 11253 with flag 37961/18001
6.26/2.20	c cleaning 6811 clauses out of 13628 with flag 54259/26002
7.49/2.73	c cleaning 7896 clauses out of 15816 with flag 72779/35001
9.32/3.61	c cleaning 8946 clauses out of 17920 with flag 93397/45001
11.35/4.60	c cleaning 9981 clauses out of 19975 with flag 116284/56002
13.97/5.95	c cleaning 10981 clauses out of 21992 with flag 142013/68000
16.18/7.05	c cleaning 11988 clauses out of 24011 with flag 172564/81000
18.62/8.29	c cleaning 13007 clauses out of 26023 with flag 206934/95000
20.62/9.29	c cleaning 14001 clauses out of 28017 with flag 238733/110001
24.11/10.92	c cleaning 15003 clauses out of 30015 with flag 273261/126000
27.69/12.76	c cleaning 15993 clauses out of 32012 with flag 310828/143000
30.91/14.34	c cleaning 16997 clauses out of 34020 with flag 349942/161001
33.75/15.70	c And the winner is solver0
33.75/15.79	c SATISFIABLE
33.75/15.79	c OPTIMIZING...
33.75/15.79	c Got one! Elapsed wall clock time (in seconds):15.678
33.75/15.79	o 3
34.97/16.47	c cleaning 16721 clauses out of 33456 with flag 12604/177434
35.77/16.88	c cleaning 11357 clauses out of 22736 with flag 25491/183435
36.77/17.35	c cleaning 9172 clauses out of 18380 with flag 40276/190436
37.77/17.90	c cleaning 8591 clauses out of 17206 with flag 57828/198434
39.17/18.53	c cleaning 8805 clauses out of 17615 with flag 77972/207434
41.15/19.44	c cleaning 9399 clauses out of 18811 with flag 99906/217435
42.93/20.10	c cleaning 10198 clauses out of 20411 with flag 124198/228434
44.92/20.95	c cleaning 11103 clauses out of 22213 with flag 150008/240434
47.50/22.24	c cleaning 12042 clauses out of 24111 with flag 179256/253435
49.31/23.15	c cleaning 13026 clauses out of 26068 with flag 209605/267434
51.90/24.48	c cleaning 14015 clauses out of 28042 with flag 244710/282434
52.35/24.60	c cleaning 0 clauses out of 5281 with flag 0/5282
55.23/25.99	c cleaning 15007 clauses out of 30028 with flag 281546/298435
57.81/27.18	c cleaning 16003 clauses out of 32020 with flag 319397/315434
61.81/29.19	c cleaning 17007 clauses out of 34017 with flag 360800/333434
66.01/31.20	c cleaning 17999 clauses out of 36010 with flag 404377/352434
69.46/32.94	c cleaning 18990 clauses out of 38011 with flag 449522/372434
73.46/34.93	c cleaning 20003 clauses out of 40022 with flag 496631/393435
78.26/37.36	c cleaning 21005 clauses out of 42018 with flag 546373/415434
82.26/39.35	c cleaning 21984 clauses out of 44014 with flag 597086/438435
88.53/42.46	c cleaning 23008 clauses out of 46030 with flag 653667/462435
94.53/45.41	c cleaning 24007 clauses out of 48022 with flag 714272/487435
101.19/48.75	c cleaning 24991 clauses out of 50014 with flag 773719/513434
108.19/52.22	c cleaning 26007 clauses out of 52024 with flag 836287/540435
114.66/55.47	c cleaning 27002 clauses out of 54017 with flag 900585/568435
121.46/58.85	c cleaning 27999 clauses out of 56016 with flag 968861/597436
130.72/63.50	c cleaning 28994 clauses out of 58016 with flag 1043521/627435
143.58/69.82	c cleaning 30005 clauses out of 60022 with flag 1114698/658435
152.21/74.10	c cleaning 30988 clauses out of 62016 with flag 1188733/690434
164.79/80.37	c cleaning 32013 clauses out of 64029 with flag 1263107/723435
177.00/86.42	c cleaning 32997 clauses out of 66015 with flag 1338272/757434
187.61/91.71	c cleaning 33993 clauses out of 68019 with flag 1421995/792435
195.25/95.59	c cleaning 0 clauses out of 11284 with flag 0/11285
199.70/97.74	c cleaning 35002 clauses out of 70025 with flag 1503085/828434
214.80/105.29	c cleaning 36001 clauses out of 72024 with flag 1588520/865435
225.05/110.33	c cleaning 37002 clauses out of 74021 with flag 1676204/903434
241.53/118.51	c cleaning 38001 clauses out of 76020 with flag 1763839/942435
255.80/125.67	c cleaning 39004 clauses out of 78019 with flag 1851380/982435
268.64/132.05	c cleaning 40001 clauses out of 80014 with flag 1942097/1023434
282.90/139.16	c cleaning 40979 clauses out of 82013 with flag 2037296/1065434
308.64/151.97	c cleaning 42012 clauses out of 84036 with flag 2138816/1108436
321.51/158.33	c cleaning 43004 clauses out of 86023 with flag 2237109/1152435
335.40/165.25	c cleaning 43992 clauses out of 88018 with flag 2339258/1197434
352.54/173.93	c cleaning 45008 clauses out of 90026 with flag 2449749/1243434
377.43/186.30	c cleaning 45999 clauses out of 92018 with flag 2558024/1290434
390.31/192.72	c cleaning 47004 clauses out of 94019 with flag 2665777/1338434
393.94/194.59	c cleaning 0 clauses out of 18281 with flag 0/18282
410.58/202.89	c cleaning 48006 clauses out of 96015 with flag 2777418/1387434
428.66/211.86	c cleaning 49001 clauses out of 98010 with flag 2890350/1437435
453.35/224.13	c cleaning 49996 clauses out of 100009 with flag 3005683/1488435
476.66/235.73	c cleaning 50991 clauses out of 102014 with flag 3132256/1540436
490.56/242.63	c cleaning 52003 clauses out of 104023 with flag 3251929/1593436
513.71/254.12	c cleaning 53007 clauses out of 106019 with flag 3372767/1647435
532.58/263.70	c cleaning 53998 clauses out of 108012 with flag 3494275/1702435
548.27/271.55	c cleaning 55003 clauses out of 110014 with flag 3625587/1758435
566.73/280.76	c cleaning 55984 clauses out of 112011 with flag 3749903/1815435
593.47/294.09	c cleaning 57002 clauses out of 114025 with flag 3885628/1873434
614.78/304.67	c cleaning 58003 clauses out of 116023 with flag 4016308/1932434
637.27/315.89	c cleaning 58998 clauses out of 118021 with flag 4151294/1992435
660.99/327.65	c cleaning 60007 clauses out of 120025 with flag 4288536/2053437
682.91/338.53	c cleaning 60995 clauses out of 122015 with flag 4428310/2115434
702.77/348.40	c cleaning 62007 clauses out of 124020 with flag 4570196/2178434
712.82/353.46	c cleaning 0 clauses out of 26282 with flag 0/26283
739.37/366.60	c cleaning 62992 clauses out of 126014 with flag 4714041/2242435
771.24/382.80	c cleaning 63986 clauses out of 128021 with flag 4857091/2307435
802.12/398.14	c cleaning 65005 clauses out of 130034 with flag 5003226/2373434
833.85/413.95	c cleaning 65998 clauses out of 132029 with flag 5152023/2440434
863.55/428.76	c cleaning 67005 clauses out of 134031 with flag 5302972/2508434
893.30/443.59	c cleaning 67995 clauses out of 136026 with flag 5453543/2577434
923.43/458.56	c cleaning 69011 clauses out of 138031 with flag 5621575/2647434
961.20/477.35	c cleaning 69992 clauses out of 140020 with flag 5801797/2718434
989.80/491.53	c cleaning 71009 clauses out of 142027 with flag 5965775/2790434
1017.71/505.48	c cleaning 72008 clauses out of 144018 with flag 6127109/2863434
1050.68/522.25	c cleaning 0 clauses out of 35280 with flag 0/35281
1067.32/530.52	c cleaning 72997 clauses out of 146010 with flag 6289662/2937434
1096.46/545.08	c cleaning 74002 clauses out of 148014 with flag 6459987/3012435
1144.44/569.00	c cleaning 74993 clauses out of 150011 with flag 6633373/3088435
1178.60/585.95	c cleaning 76001 clauses out of 152017 with flag 6810565/3165434
1215.94/604.58	c cleaning 77001 clauses out of 154015 with flag 6988022/3243434
1266.54/629.76	c cleaning 77998 clauses out of 156015 with flag 7162348/3322435
1317.71/655.28	c cleaning 79009 clauses out of 158017 with flag 7343089/3402435
1373.24/682.81	c cleaning 80001 clauses out of 160008 with flag 7525286/3483435
1422.86/707.58	c cleaning 81000 clauses out of 162007 with flag 7712862/3565435
1492.34/742.46	c cleaning 81997 clauses out of 164006 with flag 7917839/3648434
1569.85/781.05	c cleaning 82997 clauses out of 166011 with flag 8150792/3732436
1678.84/835.38	c cleaning 84002 clauses out of 168012 with flag 8350610/3817434
1779.40/885.33	c And the winner is solver0
1784.66/890.87	c >>>>>>>>>> Solver number 0 (2 answers) <<<<<<<<<<<<<<<<<<
1784.66/890.87	c starts		: 8733
1784.66/890.87	c conflicts		: 3901881
1784.66/890.87	c decisions		: 4548008
1784.66/890.87	c propagations		: 85286392
1784.66/890.87	c inspects		: 12836093042
1784.66/890.87	c shortcuts		: 0
1784.66/890.87	c learnt literals	: 22
1784.66/890.87	c learnt binary clauses	: 40
1784.66/890.87	c learnt ternary clauses	: 88
1784.66/890.87	c learnt constraints	: 3901858
1784.66/890.87	c ignored constraints	: 0
1784.66/890.87	c root simplifications	: 0
1784.66/890.87	c removed literals (reason simplification)	: 10983657
1784.66/890.87	c reason swapping (by a shorter reason)	: 0
1784.66/890.87	c Calls to reduceDB	: 95
1784.66/890.87	c Number of update (reduction) of LBD	: 155981
1784.66/890.87	c Imported unit clauses	: 0
1784.66/890.87	c number of reductions to clauses (during analyze)	: 0
1784.66/890.87	c number of learned constraints concerned by reduction	: 0
1784.66/890.87	c number of learning phase by resolution	: 0
1784.66/890.87	c number of learning phase by cutting planes	: 0
1784.66/890.87	c speed (assignments/second)	: 95760.0519185382
1784.66/890.87	c non guided choices	34445
1784.66/890.87	c learnt constraints type 
1784.66/890.87	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1784.66/890.87	c starts		: 83
1784.66/890.87	c conflicts		: 41174
1784.66/890.87	c decisions		: 44879
1784.66/890.87	c propagations		: 713175
1784.66/890.87	c inspects		: 1044744943
1784.66/890.87	c shortcuts		: 0
1784.66/890.87	c learnt literals	: 0
1784.66/890.87	c learnt binary clauses	: 0
1784.66/890.87	c learnt ternary clauses	: 0
1784.66/890.87	c learnt constraints	: 41172
1784.66/890.87	c ignored constraints	: 0
1784.66/890.87	c root simplifications	: 0
1784.66/890.87	c removed literals (reason simplification)	: 0
1784.66/890.87	c reason swapping (by a shorter reason)	: 0
1784.66/890.87	c Calls to reduceDB	: 5
1784.66/890.87	c Number of update (reduction) of LBD	: 0
1784.66/890.87	c Imported unit clauses	: 0
1784.66/890.87	c number of reductions to clauses (during analyze)	: 0
1784.66/890.87	c number of learned constraints concerned by reduction	: 0
1784.66/890.87	c number of learning phase by resolution	: 0
1784.66/890.87	c number of learning phase by cutting planes	: 0
1784.66/890.87	c speed (assignments/second)	: 814.9854241398185
1784.66/890.87	c non guided choices	1067
1784.66/890.87	c learnt constraints type 
1784.66/890.87	s OPTIMUM FOUND
1784.66/890.87	c Found 1 solution(s)
1784.66/890.87	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 
1784.66/890.87	c objective function=3
1784.66/890.87	c Total wall clock time (in seconds): 890.757

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-4106215-1466269355/watcher-4106215-1466269355 -o /tmp/evaluation-result-4106215-1466269355/solver-4106215-1466269355 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466264503-28301 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4106215-1466269355.opb 

pid=30874
running on 4 cores: 0,2,4,6

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.52 3.63 3.82 4/196 30877
/proc/meminfo: memFree=28892324/32872528 swapFree=1534436/1655032
[pid=30877] ppid=30874 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/30877/stat : 30877 (java) R 30874 30877 28285 0 -1 4202496 533 0 0 0 0 0 0 0 20 0 1 0 28983925 9515008 185 33554432000 1073741824 1073778376 140735532710640 140735532699704 217401355559 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/30877/statm: 5149 185 143 9 0 71 0

[startup+0.100062 s]
/proc/loadavg: 3.52 3.63 3.82 4/196 30877
/proc/meminfo: memFree=28892324/32872528 swapFree=1534436/1655032
[pid=30877] ppid=30874 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/30877/stat : 30877 (java) S 30874 30877 28285 0 -1 4202496 4425 0 1 0 9 1 0 0 20 0 18 0 28983925 9787879424 6056 33554432000 1073741824 1073778376 140735532710640 140735532701776 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30877/statm: 2389619 6056 2141 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200215 s]
/proc/loadavg: 3.52 3.63 3.82 4/196 30877
/proc/meminfo: memFree=28892324/32872528 swapFree=1534436/1655032
[pid=30877] ppid=30874 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/30877/stat : 30877 (java) S 30874 30877 28285 0 -1 4202496 4668 0 1 0 23 1 0 0 20 0 18 0 28983925 9787879424 7300 33554432000 1073741824 1073778376 140735532710640 140735532701776 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30877/statm: 2389619 7300 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300218 s]
/proc/loadavg: 3.52 3.63 3.82 4/196 30877
/proc/meminfo: memFree=28892324/32872528 swapFree=1534436/1655032
[pid=30877] ppid=30874 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/30877/stat : 30877 (java) S 30874 30877 28285 0 -1 4202496 7580 0 1 0 54 2 0 0 20 0 22 0 28983925 10060525568 10798 33554432000 1073741824 1073778376 140735532710640 140735532701776 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30877/statm: 2456183 10798 2242 9 0 2446860 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9824732

[startup+0.700185 s]
/proc/loadavg: 3.52 3.63 3.82 4/196 30877
/proc/meminfo: memFree=28892324/32872528 swapFree=1534436/1655032
[pid=30877] ppid=30874 vsize=9824732 CPUtime=2.16 cores=0,2,4,6
/proc/30877/stat : 30877 (java) S 30874 30877 28285 0 -1 4202496 18323 0 1 0 212 4 0 0 20 0 22 0 28983925 10060525568 23046 33554432000 1073741824 1073778376 140735532710640 140735532701776 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30877/statm: 2456183 23046 2256 9 0 2446860 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 9824732

[startup+1.50096 s]
/proc/loadavg: 3.52 3.63 3.82 7/218 30899
/proc/meminfo: memFree=28719620/32872528 swapFree=1534436/1655032
[pid=30877] ppid=30874 vsize=9824732 CPUtime=5 cores=0,2,4,6
/proc/30877/stat : 30877 (java) S 30874 30877 28285 0 -1 4202496 30293 0 1 0 491 9 0 0 20 0 22 0 28983925 10060525568 47750 33554432000 1073741824 1073778376 140735532710640 140735532701776 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30877/statm: 2456183 47750 2283 9 0 2446860 0
[pid=30877/tid=30879] ppid=30874 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/30877/task/30879/stat : 30879 (java) S 30874 30877 28285 0 -1 4202560 2422 0 1 0 20 1 0 0 20 0 22 0 28983926 10060525568 47750 33554432000 1073741824 1073778376 140735532710640 140079501501304 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30877/tid=30880] ppid=30874 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30877/task/30880/stat : 30880 (java) S 30874 30877 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28983926 10060525568 47750 33554432000 1073741824 1073778376 140735532710640 140079490562472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30877/tid=30881] ppid=30874 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30877/task/30881/stat : 30881 (java) S 30874 30877 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28983926 10060525568 47750 33554432000 1073741824 1073778376 140735532710640 140079489509928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30877/tid=30882] ppid=30874 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30877/task/30882/stat : 30882 (java) S 30874 30877 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28983926 10060525568 47750 33554432000 1073741824 1073778376 140735532710640 140079488456872 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30877/tid=30883] ppid=30874 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30877/task/30883/stat : 30883 (java) S 30874 30877 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28983926 10060525568 47750 33554432000 1073741824 1073778376 140735532710640 140079487404328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30877/tid=30884] ppid=30874 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30877/task/30884/stat : 30884 (java) S 30874 30877 28285 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 28983926 10060525568 47750 33554432000 1073741824 1073778376 140735532710640 140079340927912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30877/tid=30885] ppid=30874 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30877/task/30885/stat : 30885 (java) S 30874 30877 28285 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 28983926 10060525568 47750 33554432000 1073741824 1073778376 140735532710640 140079339875368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30877/tid=30886] ppid=30874 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30877/task/30886/stat : 30886 (java) S 30874 30877 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28983926 10060525568 47750 33554432000 1073741824 1073778376 140735532710640 140079338822312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30877/tid=30887] ppid=30874 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30877/task/30887/stat : 30887 (java) S 30874 30877 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28983926 10060525568 47750 33554432000 1073741824 1073778376 140735532710640 140079337769768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30877/tid=30888] ppid=30874 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30877/task/30888/stat : 30888 (java) S 30874 30877 28285 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 28983928 10060525568 47750 33554432000 1073741824 1073778376 140735532710640 140079325571432 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30877/tid=30889] ppid=30874 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30877/task/30889/stat : 30889 (java) S 30874 30877 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28983928 10060525568 47750 33554432000 1073741824 1073778376 140735532710640 140079324517752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30877/tid=30890] ppid=30874 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30877/task/30890/stat : 30890 (java) S 30874 30877 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28983928 10060525568 47750 33554432000 1073741824 1073778376 140735532710640 140079323464584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30877/tid=30891] ppid=30874 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30877/task/30891/stat : 30891 (java) S 30874 30877 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28983930 10060525568 47750 33554432000 1073741824 1073778376 140735532710640 140079322413328 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30877/tid=30892] ppid=30874 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/30877/task/30892/stat : 30892 (java) S 30874 30877 28285 0 -1 4202560 18343 0 0 0 108 3 0 0 20 0 22 0 28983930 10060525568 47750 33554432000 1073741824 1073778376 140735532710640 140079321361208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30877/tid=30893] ppid=30874 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/30877/task/30893/stat : 30893 (java) S 30874 30877 28285 0 -1 4202560 8010 0 0 0 109 2 0 0 20 0 22 0 28983930 10060525568 47750 33554432000 1073741824 1073778376 140735532710640 140079320308664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30877/tid=30894] ppid=30874 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30877/task/30894/stat : 30894 (java) S 30874 30877 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28983930 10060525568 47750 33554432000 1073741824 1073778376 140735532710640 140079319255800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30877/tid=30895] ppid=30874 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30877/task/30895/stat : 30895 (java) S 30874 30877 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28983930 10060525568 47750 33554432000 1073741824 1073778376 140735532710640 140079318203464 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30877/tid=30896] ppid=30874 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/30877/task/30896/stat : 30896 (java) R 30874 30877 28285 0 -1 4202560 18 0 0 0 122 0 0 0 20 0 22 0 28983949 10060525568 47750 33554432000 1073741824 1073778376 140735532710640 140079317148376 140079369077052 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30877/tid=30897] ppid=30874 vsize=9824732 CPUtime=1.23 cores=0,2,4,6
/proc/30877/task/30897/stat : 30897 (java) R 30874 30877 28285 0 -1 4202560 105 0 0 0 121 2 0 0 20 0 22 0 28983949 10060525568 47750 33554432000 1073741824 1073778376 140735532710640 140079316094168 140079369052142 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30877/tid=30898] ppid=30874 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30877/task/30898/stat : 30898 (java) S 30874 30877 28285 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 28983949 10060525568 47750 33554432000 1073741824 1073778376 140735532710640 140079315043112 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30877/tid=30899] ppid=30874 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30877/task/30899/stat : 30899 (java) S 30874 30877 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28983949 10060525568 47750 33554432000 1073741824 1073778376 140735532710640 140079313990568 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5
Current children cumulated vsize (KiB) 9824732

[startup+3.10093 s]
/proc/loadavg: 3.52 3.63 3.82 5/218 30899
/proc/meminfo: memFree=28692872/32872528 swapFree=1534436/1655032
[pid=30877] ppid=30874 vsize=9824732 CPUtime=8.32 cores=0,2,4,6
/proc/30877/stat : 30877 (java) S 30874 30877 28285 0 -1 4202496 30784 0 1 0 817 15 0 0 20 0 22 0 28983925 10060525568 85492 33554432000 1073741824 1073778376 140735532710640 140735532701776 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30877/statm: 2456183 85492 2283 9 0 2446860 0
[pid=30877/tid=30879] ppid=30874 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/30877/task/30879/stat : 30879 (java) S 30874 30877 28285 0 -1 4202560 2422 0 1 0 20 1 0 0 20 0 22 0 28983926 10060525568 85492 33554432000 1073741824 1073778376 140735532710640 140079501501304 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30877/tid=30880] ppid=30874 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/30877/task/30880/stat : 30880 (java) S 30874 30877 28285 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 28983926 10060525568 85492 33554432000 1073741824 1073778376 140735532710640 140079490562472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30877/tid=30881] ppid=30874 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/30877/task/30881/stat : 30881 (java) S 30874 30877 28285 0 -1 4202560 83 0 0 0 2 0 0 0 20 0 22 0 28983926 10060525568 85492 33554432000 1073741824 1073778376 140735532710640 140079489509928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30877/tid=30882] ppid=30874 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/30877/task/30882/stat : 30882 (java) S 30874 30877 28285 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 28983926 10060525568 85492 33554432000 1073741824 1073778376 140735532710640 140079488456872 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30877/tid=30883] ppid=30874 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/30877/task/30883/stat : 30883 (java) S 30874 30877 28285 0 -1 4202560 86 0 0 0 2 2 0 0 20 0 22 0 28983926 10060525568 85492 33554432000 1073741824 1073778376 140735532710640 140079487404328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30877/tid=30884] ppid=30874 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/30877/task/30884/stat : 30884 (java) S 30874 30877 28285 0 -1 4202560 77 0 0 0 2 0 0 0 20 0 22 0 28983926 10060525568 85492 33554432000 1073741824 1073778376 140735532710640 140079340927912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30877/tid=30885] ppid=30874 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/30877/task/30885/stat : 30885 (java) S 30874 30877 28285 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 22 0 28983926 10060525568 85492 33554432000 1073741824 1073778376 140735532710640 140079339875368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30877/tid=30886] ppid=30874 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30877/task/30886/stat : 30886 (java) S 30874 30877 28285 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 28983926 10060525568 85492 33554432000 1073741824 1073778376 140735532710640 140079338822312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30877/tid=30887] ppid=30874 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/30877/task/30887/stat : 30887 (java) S 30874 30877 28285 0 -1 4202560 70 0 0 0 1 0 0 0 20 0 22 0 28983926 10060525568 85492 33554432000 1073741824 1073778376 140735532710640 140079337769768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30877/tid=30888] ppid=30874 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30877/task/30888/stat : 30888 (java) S 30874 30877 28285 0 -1 4202560 191 0 0 0 0 0 0 0 20 0 22 0 28983928 10060525568 85492 33554432000 1073741824 1073778376 140735532710640 140079325571432 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30877/tid=30889] ppid=30874 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30877/task/30889/stat : 30889 (java) S 30874 30877 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28983928 10060525568 85492 33554432000 1073741824 1073778376 140735532710640 140079324517752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30877/tid=30890] ppid=30874 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30877/task/30890/stat : 30890 (java) S 30874 30877 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28983928 10060525568 85492 33554432000 1073741824 1073778376 140735532710640 140079323464584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30877/tid=30891] ppid=30874 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30877/task/30891/stat : 30891 (java) S 30874 30877 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28983930 10060525568 85492 33554432000 1073741824 1073778376 140735532710640 140079322413328 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30877/tid=30892] ppid=30874 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/30877/task/30892/stat : 30892 (java) S 30874 30877 28285 0 -1 4202560 18344 0 0 0 110 3 0 0 20 0 22 0 28983930 10060525568 85492 33554432000 1073741824 1073778376 140735532710640 140079321361208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30877/tid=30893] ppid=30874 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/30877/task/30893/stat : 30893 (java) S 30874 30877 28285 0 -1 4202560 8010 0 0 0 111 2 0 0 20 0 22 0 28983930 10060525568 85492 33554432000 1073741824 1073778376 140735532710640 140079320308664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30877/tid=30894] ppid=30874 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30877/task/30894/stat : 30894 (java) S 30874 30877 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28983930 10060525568 85492 33554432000 1073741824 1073778376 140735532710640 140079319255800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30877/tid=30895] ppid=30874 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30877/task/30895/stat : 30895 (java) S 30874 30877 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28983930 10060525568 85492 33554432000 1073741824 1073778376 140735532710640 140079318203464 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30877/tid=30896] ppid=30874 vsize=9824732 CPUtime=2.76 cores=0,2,4,6
/proc/30877/task/30896/stat : 30896 (java) R 30874 30877 28285 0 -1 4202560 24 0 0 0 276 0 0 0 20 0 22 0 28983949 10060525568 85492 33554432000 1073741824 1073778376 140735532710640 140079317146344 140079369077052 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30877/tid=30897] ppid=30874 vsize=9824732 CPUtime=2.76 cores=0,2,4,6
/proc/30877/task/30897/stat : 30897 (java) R 30874 30877 28285 0 -1 4202560 156 0 0 0 273 3 0 0 20 0 22 0 28983949 10060525568 85492 33554432000 1073741824 1073778376 140735532710640 140079316094416 140079368991352 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30877/tid=30898] ppid=30874 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30877/task/30898/stat : 30898 (java) S 30874 30877 28285 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 28983949 10060525568 85492 33554432000 1073741824 1073778376 140735532710640 140079315043112 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30877/tid=30899] ppid=30874 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30877/task/30899/stat : 30899 (java) S 30874 30877 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28983949 10060525568 85492 33554432000 1073741824 1073778376 140735532710640 140079313990568 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.32
Current children cumulated vsize (KiB) 9824732

[startup+6.30101 s]
/proc/loadavg: 3.48 3.62 3.82 4/218 30899
/proc/meminfo: memFree=28288080/32872528 swapFree=1534436/1655032
[pid=30877] ppid=30874 vsize=9824732 CPUtime=14.77 cores=0,2,4,6
/proc/30877/stat : 30877 (java) S 30874 30877 28285 0 -1 4202496 31268 0 1 0 1455 22 0 0 20 0 22 0 28983925 10060525568 152535 33554432000 1073741824 1073778376 140735532710640 140735532701776 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30877/statm: 2456183 152535 2283 9 0 2446860 0
[pid=30877/tid=30879] ppid=30874 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/30877/task/30879/stat : 30879 (java) S 30874 30877 28285 0 -1 4202560 2422 0 1 0 20 1 0 0 20 0 22 0 28983926 10060525568 152535 33554432000 1073741824 1073778376 140735532710640 140079501501304 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30877/tid=30880] ppid=30874 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/30877/task/30880/stat : 30880 (java) S 30874 30877 28285 0 -1 4202560 28 0 0 0 3 0 0 0 20 0 22 0 28983926 10060525568 152535 33554432000 1073741824 1073778376 140735532710640 140079490562472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30877/tid=30881] ppid=30874 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/30877/task/30881/stat : 30881 (java) S 30874 30877 28285 0 -1 4202560 103 0 0 0 2 1 0 0 20 0 22 0 28983926 10060525568 152535 33554432000 1073741824 1073778376 140735532710640 140079489509928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30877/tid=30882] ppid=30874 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/30877/task/30882/stat : 30882 (java) S 30874 30877 28285 0 -1 4202560 31 0 0 0 3 0 0 0 20 0 22 0 28983926 10060525568 152535 33554432000 1073741824 1073778376 140735532710640 140079488456872 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30877/tid=30883] ppid=30874 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/30877/task/30883/stat : 30883 (java) S 30874 30877 28285 0 -1 4202560 90 0 0 0 3 2 0 0 20 0 22 0 28983926 10060525568 152535 33554432000 1073741824 1073778376 140735532710640 140079487404328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30877/tid=30884] ppid=30874 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/30877/task/30884/stat : 30884 (java) S 30874 30877 28285 0 -1 4202560 88 0 0 0 3 1 0 0 20 0 22 0 28983926 10060525568 152535 33554432000 1073741824 1073778376 140735532710640 140079340927912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30877/tid=30885] ppid=30874 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/30877/task/30885/stat : 30885 (java) S 30874 30877 28285 0 -1 4202560 34 0 0 0 3 0 0 0 20 0 22 0 28983926 10060525568 152535 33554432000 1073741824 1073778376 140735532710640 140079339875368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30877/tid=30886] ppid=30874 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/30877/task/30886/stat : 30886 (java) S 30874 30877 28285 0 -1 4202560 35 0 0 0 4 0 0 0 20 0 22 0 28983926 10060525568 152535 33554432000 1073741824 1073778376 140735532710640 140079338822312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30877/tid=30887] ppid=30874 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/30877/task/30887/stat : 30887 (java) S 30874 30877 28285 0 -1 4202560 72 0 0 0 1 1 0 0 20 0 22 0 28983926 10060525568 152535 33554432000 1073741824 1073778376 140735532710640 140079337769768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30877/tid=30888] ppid=30874 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30877/task/30888/stat : 30888 (java) S 30874 30877 28285 0 -1 4202560 443 0 0 0 0 0 0 0 20 0 22 0 28983928 10060525568 152535 33554432000 1073741824 1073778376 140735532710640 140079325571432 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30877/tid=30889] ppid=30874 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30877/task/30889/stat : 30889 (java) S 30874 30877 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28983928 10060525568 152535 33554432000 1073741824 1073778376 140735532710640 140079324517752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30877/tid=30890] ppid=30874 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30877/task/30890/stat : 30890 (java) S 30874 30877 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28983928 10060525568 152535 33554432000 1073741824 1073778376 140735532710640 140079323464584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30877/tid=30891] ppid=30874 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30877/task/30891/stat : 30891 (java) S 30874 30877 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28983930 10060525568 152535 33554432000 1073741824 1073778376 140735532710640 140079322413328 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30877/tid=30892] ppid=30874 vsize=9824732 CPUtime=1.13 cores=0,2,4,6

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

/proc/30877/task/30886/stat : 30886 (java) S 30874 30877 28285 0 -1 4202560 548 0 0 0 240 10 0 0 20 0 19 0 28983926 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079338822312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30877/tid=30887] ppid=30874 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/30877/task/30887/stat : 30887 (java) S 30874 30877 28285 0 -1 4202560 544 0 0 0 216 10 0 0 20 0 19 0 28983926 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079337769768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30877/tid=30888] ppid=30874 vsize=9824732 CPUtime=2.64 cores=0,2,4,6
/proc/30877/task/30888/stat : 30888 (java) S 30874 30877 28285 0 -1 4202560 1836 0 0 0 246 18 0 0 20 0 19 0 28983928 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079325571432 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30877/tid=30889] ppid=30874 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30877/task/30889/stat : 30889 (java) S 30874 30877 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28983928 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079324517752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30877/tid=30890] ppid=30874 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30877/task/30890/stat : 30890 (java) S 30874 30877 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 28983928 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079323464584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30877/tid=30891] ppid=30874 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30877/task/30891/stat : 30891 (java) S 30874 30877 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28983930 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079322413328 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30877/tid=30892] ppid=30874 vsize=9824732 CPUtime=2.54 cores=0,2,4,6
/proc/30877/task/30892/stat : 30892 (java) S 30874 30877 28285 0 -1 4202560 28813 0 0 0 249 5 0 0 20 0 19 0 28983930 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079321361208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30877/tid=30893] ppid=30874 vsize=9824732 CPUtime=1.63 cores=0,2,4,6
/proc/30877/task/30893/stat : 30893 (java) S 30874 30877 28285 0 -1 4202560 8020 0 0 0 161 2 0 0 20 0 19 0 28983930 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079320308664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30877/tid=30894] ppid=30874 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30877/task/30894/stat : 30894 (java) S 30874 30877 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28983930 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079319255800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30877/tid=30895] ppid=30874 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/30877/task/30895/stat : 30895 (java) S 30874 30877 28285 0 -1 4202560 51 0 0 0 13 18 0 0 20 0 19 0 28983930 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079318203464 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30877/tid=30899] ppid=30874 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30877/task/30899/stat : 30899 (java) S 30874 30877 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28983949 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079313990568 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1777.86
Current children cumulated vsize (KiB) 9824732

[startup+889.601 s]
/proc/loadavg: 3.34 3.37 3.51 3/215 30922
/proc/meminfo: memFree=26582880/32872528 swapFree=1534436/1655032
[pid=30877] ppid=30874 vsize=9824732 CPUtime=1779.46 cores=0,2,4,6
/proc/30877/stat : 30877 (java) S 30874 30877 28285 0 -1 4202496 49785 0 1 0 177738 208 0 0 20 0 19 0 28983925 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140735532701776 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30877/statm: 2456183 523102 2293 9 0 2446860 0
[pid=30877/tid=30879] ppid=30874 vsize=9824732 CPUtime=4.07 cores=0,2,4,6
/proc/30877/task/30879/stat : 30879 (java) R 30874 30877 28285 0 -1 4202560 2434 0 1 0 404 3 0 0 20 0 19 0 28983926 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079501498928 140079369851659 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30877/tid=30880] ppid=30874 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/30877/task/30880/stat : 30880 (java) S 30874 30877 28285 0 -1 4202560 642 0 0 0 224 12 0 0 20 0 19 0 28983926 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079490562472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30877/tid=30881] ppid=30874 vsize=9824732 CPUtime=2.38 cores=0,2,4,6
/proc/30877/task/30881/stat : 30881 (java) S 30874 30877 28285 0 -1 4202560 558 0 0 0 227 11 0 0 20 0 19 0 28983926 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079489509928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30877/tid=30882] ppid=30874 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/30877/task/30882/stat : 30882 (java) S 30874 30877 28285 0 -1 4202560 459 0 0 0 212 9 0 0 20 0 19 0 28983926 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079488456872 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30877/tid=30883] ppid=30874 vsize=9824732 CPUtime=2.34 cores=0,2,4,6
/proc/30877/task/30883/stat : 30883 (java) S 30874 30877 28285 0 -1 4202560 693 0 0 0 219 15 0 0 20 0 19 0 28983926 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079487404328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30877/tid=30884] ppid=30874 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/30877/task/30884/stat : 30884 (java) S 30874 30877 28285 0 -1 4202560 636 0 0 0 204 11 0 0 20 0 19 0 28983926 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079340927912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30877/tid=30885] ppid=30874 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/30877/task/30885/stat : 30885 (java) S 30874 30877 28285 0 -1 4202560 603 0 0 0 218 12 0 0 20 0 19 0 28983926 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079339875368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30877/tid=30886] ppid=30874 vsize=9824732 CPUtime=2.5 cores=0,2,4,6
/proc/30877/task/30886/stat : 30886 (java) S 30874 30877 28285 0 -1 4202560 548 0 0 0 240 10 0 0 20 0 19 0 28983926 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079338822312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30877/tid=30887] ppid=30874 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/30877/task/30887/stat : 30887 (java) S 30874 30877 28285 0 -1 4202560 544 0 0 0 216 10 0 0 20 0 19 0 28983926 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079337769768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30877/tid=30888] ppid=30874 vsize=9824732 CPUtime=2.64 cores=0,2,4,6
/proc/30877/task/30888/stat : 30888 (java) S 30874 30877 28285 0 -1 4202560 1836 0 0 0 246 18 0 0 20 0 19 0 28983928 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079325571432 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30877/tid=30889] ppid=30874 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30877/task/30889/stat : 30889 (java) S 30874 30877 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28983928 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079324517752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30877/tid=30890] ppid=30874 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30877/task/30890/stat : 30890 (java) S 30874 30877 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 28983928 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079323464584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30877/tid=30891] ppid=30874 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30877/task/30891/stat : 30891 (java) S 30874 30877 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28983930 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079322413328 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30877/tid=30892] ppid=30874 vsize=9824732 CPUtime=2.54 cores=0,2,4,6
/proc/30877/task/30892/stat : 30892 (java) S 30874 30877 28285 0 -1 4202560 28813 0 0 0 249 5 0 0 20 0 19 0 28983930 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079321361208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30877/tid=30893] ppid=30874 vsize=9824732 CPUtime=1.63 cores=0,2,4,6
/proc/30877/task/30893/stat : 30893 (java) S 30874 30877 28285 0 -1 4202560 8020 0 0 0 161 2 0 0 20 0 19 0 28983930 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079320308664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30877/tid=30894] ppid=30874 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30877/task/30894/stat : 30894 (java) S 30874 30877 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28983930 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079319255800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30877/tid=30895] ppid=30874 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/30877/task/30895/stat : 30895 (java) S 30874 30877 28285 0 -1 4202560 51 0 0 0 13 18 0 0 20 0 19 0 28983930 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079318203464 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30877/tid=30899] ppid=30874 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30877/task/30899/stat : 30899 (java) S 30874 30877 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28983949 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079313990568 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1779.46
Current children cumulated vsize (KiB) 9824732

[startup+890.401 s]
/proc/loadavg: 3.23 3.35 3.50 3/215 30922
/proc/meminfo: memFree=26580708/32872528 swapFree=1534436/1655032
[pid=30877] ppid=30874 vsize=9824732 CPUtime=1780.26 cores=0,2,4,6
/proc/30877/stat : 30877 (java) S 30874 30877 28285 0 -1 4202496 49785 0 1 0 177818 208 0 0 20 0 19 0 28983925 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140735532701776 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30877/statm: 2456183 523102 2293 9 0 2446860 0
[pid=30877/tid=30879] ppid=30874 vsize=9824732 CPUtime=4.87 cores=0,2,4,6
/proc/30877/task/30879/stat : 30879 (java) R 30874 30877 28285 0 -1 4202560 2434 0 1 0 484 3 0 0 20 0 19 0 28983926 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079501498928 140079369851681 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30877/tid=30880] ppid=30874 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/30877/task/30880/stat : 30880 (java) S 30874 30877 28285 0 -1 4202560 642 0 0 0 224 12 0 0 20 0 19 0 28983926 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079490562472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30877/tid=30881] ppid=30874 vsize=9824732 CPUtime=2.38 cores=0,2,4,6
/proc/30877/task/30881/stat : 30881 (java) S 30874 30877 28285 0 -1 4202560 558 0 0 0 227 11 0 0 20 0 19 0 28983926 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079489509928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30877/tid=30882] ppid=30874 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/30877/task/30882/stat : 30882 (java) S 30874 30877 28285 0 -1 4202560 459 0 0 0 212 9 0 0 20 0 19 0 28983926 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079488456872 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30877/tid=30883] ppid=30874 vsize=9824732 CPUtime=2.34 cores=0,2,4,6
/proc/30877/task/30883/stat : 30883 (java) S 30874 30877 28285 0 -1 4202560 693 0 0 0 219 15 0 0 20 0 19 0 28983926 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079487404328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30877/tid=30884] ppid=30874 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/30877/task/30884/stat : 30884 (java) S 30874 30877 28285 0 -1 4202560 636 0 0 0 204 11 0 0 20 0 19 0 28983926 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079340927912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30877/tid=30885] ppid=30874 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/30877/task/30885/stat : 30885 (java) S 30874 30877 28285 0 -1 4202560 603 0 0 0 218 12 0 0 20 0 19 0 28983926 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079339875368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30877/tid=30886] ppid=30874 vsize=9824732 CPUtime=2.5 cores=0,2,4,6
/proc/30877/task/30886/stat : 30886 (java) S 30874 30877 28285 0 -1 4202560 548 0 0 0 240 10 0 0 20 0 19 0 28983926 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079338822312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30877/tid=30887] ppid=30874 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/30877/task/30887/stat : 30887 (java) S 30874 30877 28285 0 -1 4202560 544 0 0 0 216 10 0 0 20 0 19 0 28983926 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079337769768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30877/tid=30888] ppid=30874 vsize=9824732 CPUtime=2.64 cores=0,2,4,6
/proc/30877/task/30888/stat : 30888 (java) S 30874 30877 28285 0 -1 4202560 1836 0 0 0 246 18 0 0 20 0 19 0 28983928 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079325571432 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30877/tid=30889] ppid=30874 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30877/task/30889/stat : 30889 (java) S 30874 30877 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28983928 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079324517752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30877/tid=30890] ppid=30874 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30877/task/30890/stat : 30890 (java) S 30874 30877 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 28983928 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079323464584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30877/tid=30891] ppid=30874 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30877/task/30891/stat : 30891 (java) S 30874 30877 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28983930 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079322413328 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30877/tid=30892] ppid=30874 vsize=9824732 CPUtime=2.54 cores=0,2,4,6
/proc/30877/task/30892/stat : 30892 (java) S 30874 30877 28285 0 -1 4202560 28813 0 0 0 249 5 0 0 20 0 19 0 28983930 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079321361208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30877/tid=30893] ppid=30874 vsize=9824732 CPUtime=1.63 cores=0,2,4,6
/proc/30877/task/30893/stat : 30893 (java) S 30874 30877 28285 0 -1 4202560 8020 0 0 0 161 2 0 0 20 0 19 0 28983930 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079320308664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30877/tid=30894] ppid=30874 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30877/task/30894/stat : 30894 (java) S 30874 30877 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28983930 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079319255800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30877/tid=30895] ppid=30874 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/30877/task/30895/stat : 30895 (java) S 30874 30877 28285 0 -1 4202560 51 0 0 0 13 18 0 0 20 0 19 0 28983930 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079318203464 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30877/tid=30899] ppid=30874 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30877/task/30899/stat : 30899 (java) S 30874 30877 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28983949 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079313990568 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1780.26
Current children cumulated vsize (KiB) 9824732

[startup+890.801 s]
/proc/loadavg: 3.23 3.35 3.50 3/215 30922
/proc/meminfo: memFree=26580708/32872528 swapFree=1534436/1655032
[pid=30877] ppid=30874 vsize=9824732 CPUtime=1780.66 cores=0,2,4,6
/proc/30877/stat : 30877 (java) S 30874 30877 28285 0 -1 4202496 49785 0 1 0 177858 208 0 0 20 0 19 0 28983925 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140735532701776 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30877/statm: 2456183 523102 2293 9 0 2446860 0
[pid=30877/tid=30879] ppid=30874 vsize=9824732 CPUtime=5.27 cores=0,2,4,6
/proc/30877/task/30879/stat : 30879 (java) R 30874 30877 28285 0 -1 4202560 2434 0 1 0 524 3 0 0 20 0 19 0 28983926 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079501498928 140079369852077 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30877/tid=30880] ppid=30874 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/30877/task/30880/stat : 30880 (java) S 30874 30877 28285 0 -1 4202560 642 0 0 0 224 12 0 0 20 0 19 0 28983926 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079490562472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30877/tid=30881] ppid=30874 vsize=9824732 CPUtime=2.38 cores=0,2,4,6
/proc/30877/task/30881/stat : 30881 (java) S 30874 30877 28285 0 -1 4202560 558 0 0 0 227 11 0 0 20 0 19 0 28983926 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079489509928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30877/tid=30882] ppid=30874 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/30877/task/30882/stat : 30882 (java) S 30874 30877 28285 0 -1 4202560 459 0 0 0 212 9 0 0 20 0 19 0 28983926 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079488456872 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30877/tid=30883] ppid=30874 vsize=9824732 CPUtime=2.34 cores=0,2,4,6
/proc/30877/task/30883/stat : 30883 (java) S 30874 30877 28285 0 -1 4202560 693 0 0 0 219 15 0 0 20 0 19 0 28983926 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079487404328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30877/tid=30884] ppid=30874 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/30877/task/30884/stat : 30884 (java) S 30874 30877 28285 0 -1 4202560 636 0 0 0 204 11 0 0 20 0 19 0 28983926 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079340927912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30877/tid=30885] ppid=30874 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/30877/task/30885/stat : 30885 (java) S 30874 30877 28285 0 -1 4202560 603 0 0 0 218 12 0 0 20 0 19 0 28983926 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079339875368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30877/tid=30886] ppid=30874 vsize=9824732 CPUtime=2.5 cores=0,2,4,6
/proc/30877/task/30886/stat : 30886 (java) S 30874 30877 28285 0 -1 4202560 548 0 0 0 240 10 0 0 20 0 19 0 28983926 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079338822312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30877/tid=30887] ppid=30874 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/30877/task/30887/stat : 30887 (java) S 30874 30877 28285 0 -1 4202560 544 0 0 0 216 10 0 0 20 0 19 0 28983926 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079337769768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30877/tid=30888] ppid=30874 vsize=9824732 CPUtime=2.64 cores=0,2,4,6
/proc/30877/task/30888/stat : 30888 (java) S 30874 30877 28285 0 -1 4202560 1836 0 0 0 246 18 0 0 20 0 19 0 28983928 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079325571432 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30877/tid=30889] ppid=30874 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30877/task/30889/stat : 30889 (java) S 30874 30877 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28983928 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079324517752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30877/tid=30890] ppid=30874 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30877/task/30890/stat : 30890 (java) S 30874 30877 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 28983928 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079323464584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30877/tid=30891] ppid=30874 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30877/task/30891/stat : 30891 (java) S 30874 30877 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28983930 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079322413328 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30877/tid=30892] ppid=30874 vsize=9824732 CPUtime=2.54 cores=0,2,4,6
/proc/30877/task/30892/stat : 30892 (java) S 30874 30877 28285 0 -1 4202560 28813 0 0 0 249 5 0 0 20 0 19 0 28983930 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079321361208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30877/tid=30893] ppid=30874 vsize=9824732 CPUtime=1.63 cores=0,2,4,6
/proc/30877/task/30893/stat : 30893 (java) S 30874 30877 28285 0 -1 4202560 8020 0 0 0 161 2 0 0 20 0 19 0 28983930 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079320308664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30877/tid=30894] ppid=30874 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30877/task/30894/stat : 30894 (java) S 30874 30877 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28983930 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079319255800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30877/tid=30895] ppid=30874 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/30877/task/30895/stat : 30895 (java) S 30874 30877 28285 0 -1 4202560 51 0 0 0 13 18 0 0 20 0 19 0 28983930 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079318203464 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30877/tid=30899] ppid=30874 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30877/task/30899/stat : 30899 (java) S 30874 30877 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28983949 10060525568 523102 33554432000 1073741824 1073778376 140735532710640 140079313990568 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1780.66
Current children cumulated vsize (KiB) 9824732

Child status: 30

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 3.99998
#  lost CPU user time (s): 4.28989
#  lost CPU system time (s): -0.29

Real time (s): 890.883
CPU time (s): 1784.94
CPU user time (s): 1782.99
CPU system time (s): 1.95066
CPU usage (%): 200.357
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1778.7
system time used= 2.24066
maximum resident set size= 2888420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49792
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28958
involuntary context switches= 38881

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.49101 second user time and 8.04378 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-18 19:02:35
IDJOB=4106215
IDBENCH=47975
IDSOLVER=2543
FILE ID=node122/4106215-1466269355
RUNJOBID= node122-1466264503-28301
PBS_JOBID= 19918220
Free space on /tmp= 71744 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=383-P1=149-P2=409-P3=307-P4=127-P5=191-P6=227-P7=281-P8=211-B.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106215-1466269355/watcher-4106215-1466269355 -o /tmp/evaluation-result-4106215-1466269355/solver-4106215-1466269355 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466264503-28301 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106215-1466269355.opb

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

MD5SUM BENCH= 1d88cb7e119c66203d260e6c8e2ab364
RANDOM SEED=1459989233

node122.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.769
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.53
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.769
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.769
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.769
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.769
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.53
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.769
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.769
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.769
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28893124 kB
Buffers:          143396 kB
Cached:           219268 kB
SwapCached:            0 kB
Active:          1309648 kB
Inactive:         266196 kB
Active(anon):    1206084 kB
Inactive(anon):     9916 kB
Active(file):     103564 kB
Inactive(file):   256280 kB
Unevictable:     1655032 kB
Mlocked:         1534436 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1032 kB
Writeback:             0 kB
AnonPages:       2974852 kB
Mapped:            21096 kB
Shmem:               204 kB
Slab:             610212 kB
SReclaimable:      53880 kB
SUnreclaim:       556332 kB
KernelStack:        1800 kB
PageTables:        10204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3591516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1376256 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 node122 at 2016-06-18 19:17:26