Trace number 4106314

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 1371.46 684.517

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=103-P1=277-P2=401-P3=67-P4=337-P5=17-P6=499-P7=23-B.opb
MD5SUM9de8f37e65dc0eaf693e157cab5aa725
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.160974
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables189
Total number of constraints15
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints15
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)567
Sum of products size (including duplicates)1134
Number of different products567
Sum of products size1134

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
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 lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Glucose 2.1 dynamic restart 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@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
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@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4106314-1466270484.opb
0.10/0.12	c reading problem ... 
0.10/0.12	c  objective function found
0.22/0.24	c ... done. Wall clock time 0.118s.
0.22/0.24	c declared #vars     189
0.22/0.24	c internal #vars     756
0.22/0.24	c #constraints  1156
0.22/0.24	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.22/0.24	c constraints type 
0.22/0.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 567
0.22/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 589
0.22/0.24	c 1156 constraints processed.
0.22/0.24	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.22/0.24	c constraints type 
0.22/0.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 567
0.22/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 589
0.22/0.24	c 1156 constraints processed.
0.22/0.24	c objective function length is 9 literals
2.55/0.85	c cleaning 2498 clauses out of 5001 with flag 11125/5001
4.16/1.23	c cleaning 4244 clauses out of 8502 with flag 23821/11000
5.26/1.69	c cleaning 5621 clauses out of 11259 with flag 39052/18001
6.29/2.12	c And the winner is solver0
6.34/2.24	c SATISFIABLE
6.34/2.24	c OPTIMIZING...
6.34/2.24	c Got one! Elapsed wall clock time (in seconds):2.123
6.34/2.24	o 59
7.09/2.61	c cleaning 9150 clauses out of 18319 with flag 11027/30682
7.93/3.06	c cleaning 7580 clauses out of 15168 with flag 23802/36681
8.97/3.54	c cleaning 7286 clauses out of 14589 with flag 39712/43682
10.17/4.13	c cleaning 7644 clauses out of 15302 with flag 59450/51681
11.41/4.78	c cleaning 8324 clauses out of 16660 with flag 80124/60683
13.52/5.70	c cleaning 9160 clauses out of 18335 with flag 101522/70682
15.46/6.59	c cleaning 10079 clauses out of 20174 with flag 125044/81681
17.81/7.54	c cleaning 11036 clauses out of 22095 with flag 152007/93681
21.67/9.45	c cleaning 12013 clauses out of 24060 with flag 179818/106682
25.15/11.12	c cleaning 13022 clauses out of 26046 with flag 210741/120681
25.73/11.41	c And the winner is solver0
25.74/11.74	c Got one! Elapsed wall clock time (in seconds):11.625
25.74/11.74	o 57
25.84/11.81	c cleaning 9128 clauses out of 18277 with flag 2192/125934
26.45/12.12	c cleaning 7565 clauses out of 15150 with flag 14605/131935
27.24/12.56	c cleaning 7287 clauses out of 14584 with flag 29972/138934
28.44/13.15	c cleaning 7628 clauses out of 15298 with flag 47602/146935
30.66/14.25	c cleaning 8317 clauses out of 16669 with flag 69781/155934
33.32/15.56	c cleaning 9170 clauses out of 18352 with flag 93972/165934
35.90/16.82	c cleaning 10069 clauses out of 20182 with flag 120830/176934
38.70/18.28	c cleaning 11045 clauses out of 22114 with flag 150314/188935
40.92/19.34	c cleaning 12028 clauses out of 24069 with flag 180478/201935
42.92/20.30	c cleaning 13013 clauses out of 26040 with flag 213009/215934
43.32/20.55	c And the winner is solver0
43.42/20.75	c Got one! Elapsed wall clock time (in seconds):20.627
43.42/20.75	o 5
43.52/20.85	c cleaning 9308 clauses out of 18625 with flag 4700/221532
44.52/21.36	c cleaning 7645 clauses out of 15317 with flag 18158/227532
45.32/21.72	c cleaning 7322 clauses out of 14671 with flag 33578/234531
46.32/22.22	c cleaning 7670 clauses out of 15350 with flag 51004/242532
47.32/22.76	c cleaning 8337 clauses out of 16679 with flag 70963/251531
48.53/23.37	c cleaning 9157 clauses out of 18343 with flag 92471/261532
48.93/23.57	c And the winner is solver0
49.11/23.75	c Got one! Elapsed wall clock time (in seconds):23.629
49.11/23.75	o 3
49.20/23.82	c cleaning 7295 clauses out of 14603 with flag 2568/266949
49.80/24.20	c cleaning 6648 clauses out of 13306 with flag 15990/272947
51.21/24.87	c cleaning 6815 clauses out of 13658 with flag 31643/279947
52.22/25.38	c cleaning 7415 clauses out of 14844 with flag 49066/287948
53.47/25.96	c cleaning 8201 clauses out of 16429 with flag 69361/296948
55.46/26.95	c cleaning 9102 clauses out of 18227 with flag 92417/306947
57.26/27.84	c cleaning 10051 clauses out of 20126 with flag 118785/317948
59.08/28.79	c cleaning 11025 clauses out of 22075 with flag 145507/329948
61.07/29.79	c cleaning 12018 clauses out of 24049 with flag 174575/342947
63.27/30.84	c cleaning 13014 clauses out of 26031 with flag 205876/356947
65.27/31.89	c cleaning 13988 clauses out of 28018 with flag 238591/371948
68.14/33.20	c cleaning 15003 clauses out of 30030 with flag 274412/387948
70.74/34.56	c cleaning 16008 clauses out of 32026 with flag 312720/404947
73.94/36.20	c cleaning 17003 clauses out of 34019 with flag 354980/422948
77.94/38.17	c cleaning 17993 clauses out of 36015 with flag 398517/441947
81.99/40.12	c cleaning 19003 clauses out of 38022 with flag 447028/461947
87.59/42.98	c cleaning 19998 clauses out of 40019 with flag 495555/482947
91.58/44.93	c cleaning 20997 clauses out of 42021 with flag 545268/504947
95.46/46.86	c cleaning 22009 clauses out of 44023 with flag 596627/527947
100.06/49.18	c cleaning 22979 clauses out of 46015 with flag 648553/551948
104.46/51.30	c cleaning 24002 clauses out of 48035 with flag 705630/576947
107.56/52.83	c cleaning 0 clauses out of 6378 with flag 0/6380
112.03/54.95	c cleaning 25007 clauses out of 50034 with flag 763602/602948
119.84/58.75	c cleaning 26006 clauses out of 52026 with flag 821384/629947
124.91/61.21	c cleaning 26999 clauses out of 54020 with flag 883560/657947
134.17/65.85	c cleaning 28003 clauses out of 56021 with flag 946347/686947
141.78/69.62	c cleaning 28999 clauses out of 58021 with flag 1011473/716950
148.44/72.93	c cleaning 29994 clauses out of 60020 with flag 1081369/747948
160.50/78.96	c cleaning 31008 clauses out of 62026 with flag 1156000/779948
172.55/84.91	c cleaning 31989 clauses out of 64018 with flag 1231631/812948
182.40/89.89	c cleaning 33004 clauses out of 66028 with flag 1307894/846947
195.64/96.49	c cleaning 34009 clauses out of 68025 with flag 1386407/881948
205.92/101.51	c cleaning 34983 clauses out of 70015 with flag 1474899/917947
223.22/110.12	c cleaning 36009 clauses out of 72032 with flag 1555603/954947
231.65/114.38	c cleaning 36999 clauses out of 74023 with flag 1643376/992947
243.91/120.45	c cleaning 38004 clauses out of 76025 with flag 1731827/1031948
254.92/125.98	c cleaning 39009 clauses out of 78021 with flag 1823456/1071948
268.79/132.82	c cleaning 40002 clauses out of 80011 with flag 1916865/1112947
289.49/143.19	c cleaning 41001 clauses out of 82010 with flag 2013607/1154948
301.50/149.14	c cleaning 0 clauses out of 12377 with flag 0/12379
303.33/150.06	c cleaning 41989 clauses out of 84007 with flag 2108445/1197947
319.62/158.11	c cleaning 42994 clauses out of 86018 with flag 2205056/1241947
332.71/164.69	c cleaning 44010 clauses out of 88024 with flag 2309761/1286947
351.42/173.94	c cleaning 44992 clauses out of 90015 with flag 2414505/1332948
369.45/183.09	c cleaning 46004 clauses out of 92024 with flag 2522374/1379949
393.15/194.88	c cleaning 46994 clauses out of 94018 with flag 2630666/1427947
412.99/204.71	c cleaning 48005 clauses out of 96024 with flag 2743760/1476947
437.07/216.80	c cleaning 48994 clauses out of 98020 with flag 2859385/1526948
456.15/226.21	c cleaning 50005 clauses out of 100025 with flag 2975180/1577947
477.20/236.79	c cleaning 51005 clauses out of 102020 with flag 3094617/1629947
501.88/249.01	c cleaning 51999 clauses out of 104016 with flag 3217870/1682948
524.80/260.45	c cleaning 53001 clauses out of 106017 with flag 3341400/1736948
556.74/276.54	c cleaning 0 clauses out of 19378 with flag 0/19380
563.18/279.72	c cleaning 54004 clauses out of 108015 with flag 3460842/1791948
592.03/294.17	c cleaning 54994 clauses out of 110011 with flag 3584920/1847948
611.28/303.71	c cleaning 56005 clauses out of 112017 with flag 3708156/1904948
638.59/317.36	c cleaning 56998 clauses out of 114012 with flag 3835754/1962948
662.34/329.17	c cleaning 57996 clauses out of 116014 with flag 3970803/2021948
695.30/345.55	c cleaning 59002 clauses out of 118017 with flag 4104174/2081947
720.41/358.07	c cleaning 59990 clauses out of 120016 with flag 4241434/2142948
743.56/369.62	c cleaning 61005 clauses out of 122026 with flag 4380996/2204948
766.63/381.16	c cleaning 61999 clauses out of 124020 with flag 4529940/2267948
810.33/402.96	c cleaning 63000 clauses out of 126021 with flag 4677135/2331948
855.76/425.57	c cleaning 64007 clauses out of 128019 with flag 4817094/2396947
888.13/441.66	c cleaning 65000 clauses out of 130013 with flag 4963420/2462948
888.33/441.79	c cleaning 0 clauses out of 27377 with flag 0/27379
939.28/467.14	c cleaning 66000 clauses out of 132012 with flag 5115198/2529947
974.20/484.57	c cleaning 67001 clauses out of 134013 with flag 5265895/2597948
1015.03/504.88	c cleaning 67996 clauses out of 136011 with flag 5424393/2666947
1053.22/524.18	c cleaning 69002 clauses out of 138015 with flag 5584496/2736947
1108.27/551.58	c cleaning 69998 clauses out of 140013 with flag 5755242/2807947
1180.57/587.59	c cleaning 71000 clauses out of 142015 with flag 5921394/2879947
1256.84/625.55	c cleaning 72002 clauses out of 144014 with flag 6089064/2952947
1331.71/662.81	c cleaning 73004 clauses out of 146012 with flag 6260109/3026947
1367.47/680.63	c And the winner is solver0
1371.21/684.50	c >>>>>>>>>> Solver number 0 (5 answers) <<<<<<<<<<<<<<<<<<
1371.21/684.50	c starts		: 6766
1371.21/684.50	c conflicts		: 3072516
1371.21/684.50	c decisions		: 3554787
1371.21/684.50	c propagations		: 67607454
1371.21/684.50	c inspects		: 9966277171
1371.21/684.50	c shortcuts		: 0
1371.21/684.50	c learnt literals	: 16
1371.21/684.50	c learnt binary clauses	: 31
1371.21/684.50	c learnt ternary clauses	: 98
1371.21/684.50	c learnt constraints	: 3072499
1371.21/684.50	c ignored constraints	: 0
1371.21/684.50	c root simplifications	: 0
1371.21/684.50	c removed literals (reason simplification)	: 9172419
1371.21/684.50	c reason swapping (by a shorter reason)	: 0
1371.21/684.50	c Calls to reduceDB	: 99
1371.21/684.50	c Number of update (reduction) of LBD	: 112767
1371.21/684.50	c Imported unit clauses	: 0
1371.21/684.50	c number of reductions to clauses (during analyze)	: 0
1371.21/684.50	c number of learned constraints concerned by reduction	: 0
1371.21/684.50	c number of learning phase by resolution	: 0
1371.21/684.50	c number of learning phase by cutting planes	: 0
1371.21/684.50	c speed (assignments/second)	: 98804.1832235549
1371.21/684.50	c non guided choices	23344
1371.21/684.50	c learnt constraints type 
1371.21/684.50	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1371.21/684.50	c starts		: 86
1371.21/684.50	c conflicts		: 31642
1371.21/684.50	c decisions		: 35051
1371.21/684.50	c propagations		: 567641
1371.21/684.50	c inspects		: 827837448
1371.21/684.50	c shortcuts		: 0
1371.21/684.50	c learnt literals	: 0
1371.21/684.50	c learnt binary clauses	: 0
1371.21/684.50	c learnt ternary clauses	: 0
1371.21/684.50	c learnt constraints	: 31639
1371.21/684.50	c ignored constraints	: 0
1371.21/684.50	c root simplifications	: 0
1371.21/684.50	c removed literals (reason simplification)	: 0
1371.21/684.50	c reason swapping (by a shorter reason)	: 0
1371.21/684.50	c Calls to reduceDB	: 4
1371.21/684.50	c Number of update (reduction) of LBD	: 0
1371.21/684.50	c Imported unit clauses	: 0
1371.21/684.50	c number of reductions to clauses (during analyze)	: 0
1371.21/684.50	c number of learned constraints concerned by reduction	: 0
1371.21/684.50	c number of learning phase by resolution	: 0
1371.21/684.50	c number of learning phase by cutting planes	: 0
1371.21/684.50	c speed (assignments/second)	: 859.0819867635863
1371.21/684.50	c non guided choices	1032
1371.21/684.50	c learnt constraints type 
1371.21/684.50	s OPTIMUM FOUND
1371.21/684.50	c Found 4 solution(s)
1371.21/684.50	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 
1371.21/684.50	c objective function=3
1371.21/684.50	c Total wall clock time (in seconds): 684.384

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

pid=31569
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.63 3.44 3.49 4/196 31572
/proc/meminfo: memFree=28620652/32872528 swapFree=1534436/1655032
[pid=31572] ppid=31569 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/31572/stat : 31572 (java) R 31569 31572 28285 0 -1 4202496 1057 0 0 0 0 0 0 0 20 0 1 0 29096783 23793664 707 33554432000 1073741824 1073778376 140736592975680 140736592964744 217401309264 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31572/statm: 5809 708 523 9 0 128 0

[startup+0.100154 s]
/proc/loadavg: 3.63 3.44 3.49 4/196 31572
/proc/meminfo: memFree=28620652/32872528 swapFree=1534436/1655032
[pid=31572] ppid=31569 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/31572/stat : 31572 (java) S 31569 31572 28285 0 -1 4202496 4430 0 1 0 9 1 0 0 20 0 18 0 29096783 9787879424 6057 33554432000 1073741824 1073778376 140736592975680 140736592966816 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31572/statm: 2389619 6057 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200291 s]
/proc/loadavg: 3.63 3.44 3.49 4/196 31572
/proc/meminfo: memFree=28620652/32872528 swapFree=1534436/1655032
[pid=31572] ppid=31569 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/31572/stat : 31572 (java) S 31569 31572 28285 0 -1 4202496 4584 0 1 0 21 1 0 0 20 0 18 0 29096783 9787879424 7213 33554432000 1073741824 1073778376 140736592975680 140736592966816 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31572/statm: 2389619 7213 2208 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300176 s]
/proc/loadavg: 3.63 3.44 3.49 4/196 31572
/proc/meminfo: memFree=28620652/32872528 swapFree=1534436/1655032
[pid=31572] ppid=31569 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/31572/stat : 31572 (java) S 31569 31572 28285 0 -1 4202496 7462 0 1 0 53 2 0 0 20 0 22 0 29096783 10060525568 10723 33554432000 1073741824 1073778376 140736592975680 140736592966816 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31572/statm: 2456183 10723 2234 9 0 2446860 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9824732

[startup+0.700179 s]
/proc/loadavg: 3.63 3.44 3.49 4/196 31572
/proc/meminfo: memFree=28620652/32872528 swapFree=1534436/1655032
[pid=31572] ppid=31569 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/31572/stat : 31572 (java) S 31569 31572 28285 0 -1 4202496 18164 0 1 0 211 4 0 0 20 0 22 0 29096783 10060525568 22932 33554432000 1073741824 1073778376 140736592975680 140736592966816 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31572/statm: 2456183 22932 2256 9 0 2446860 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 9824732

[startup+1.50095 s]
/proc/loadavg: 3.74 3.46 3.50 6/218 31594
/proc/meminfo: memFree=28448092/32872528 swapFree=1534436/1655032
[pid=31572] ppid=31569 vsize=9824732 CPUtime=5.06 cores=0,2,4,6
/proc/31572/stat : 31572 (java) S 31569 31572 28285 0 -1 4202496 27151 0 1 0 497 9 0 0 20 0 22 0 29096783 10060525568 47885 33554432000 1073741824 1073778376 140736592975680 140736592966816 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31572/statm: 2456183 47885 2278 9 0 2446860 0
[pid=31572/tid=31574] ppid=31569 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/31572/task/31574/stat : 31574 (java) S 31569 31572 28285 0 -1 4202560 2411 0 1 0 20 1 0 0 20 0 22 0 29096784 10060525568 47885 33554432000 1073741824 1073778376 140736592975680 139834300031864 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31572/tid=31575] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31575/stat : 31575 (java) S 31569 31572 28285 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 29096785 10060525568 47885 33554432000 1073741824 1073778376 140736592975680 139834272483880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31572/tid=31576] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31576/stat : 31576 (java) S 31569 31572 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29096785 10060525568 47885 33554432000 1073741824 1073778376 140736592975680 139834271431080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31572/tid=31577] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31577/stat : 31577 (java) S 31569 31572 28285 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29096785 10060525568 47885 33554432000 1073741824 1073778376 140736592975680 139834141747496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31572/tid=31578] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31578/stat : 31578 (java) S 31569 31572 28285 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 29096785 10060525568 47885 33554432000 1073741824 1073778376 140736592975680 139834140694696 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31572/tid=31579] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31579/stat : 31579 (java) S 31569 31572 28285 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 29096785 10060525568 47885 33554432000 1073741824 1073778376 140736592975680 139834139642920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31572/tid=31580] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31580/stat : 31580 (java) S 31569 31572 28285 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29096785 10060525568 47885 33554432000 1073741824 1073778376 140736592975680 139834138590120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31572/tid=31581] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31581/stat : 31581 (java) S 31569 31572 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29096785 10060525568 47885 33554432000 1073741824 1073778376 140736592975680 139834137537320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31572/tid=31582] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31582/stat : 31582 (java) S 31569 31572 28285 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 29096785 10060525568 47885 33554432000 1073741824 1073778376 140736592975680 139833666169512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31572/tid=31583] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31583/stat : 31583 (java) S 31569 31572 28285 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 29096786 10060525568 47885 33554432000 1073741824 1073778376 140736592975680 139833653971432 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31572/tid=31584] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31584/stat : 31584 (java) S 31569 31572 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29096786 10060525568 47885 33554432000 1073741824 1073778376 140736592975680 139833652917496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31572/tid=31585] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31585/stat : 31585 (java) S 31569 31572 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29096786 10060525568 47885 33554432000 1073741824 1073778376 140736592975680 139833651864584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31572/tid=31586] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31586/stat : 31586 (java) S 31569 31572 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29096789 10060525568 47885 33554432000 1073741824 1073778376 140736592975680 139833650813072 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31572/tid=31587] ppid=31569 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/31572/task/31587/stat : 31587 (java) S 31569 31572 28285 0 -1 4202560 11896 0 0 0 113 2 0 0 20 0 22 0 29096789 10060525568 47885 33554432000 1073741824 1073778376 140736592975680 139833649761208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31572/tid=31588] ppid=31569 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/31572/task/31588/stat : 31588 (java) S 31569 31572 28285 0 -1 4202560 11344 0 0 0 113 2 0 0 20 0 22 0 29096789 10060525568 47885 33554432000 1073741824 1073778376 140736592975680 139833648708408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31572/tid=31589] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31589/stat : 31589 (java) S 31569 31572 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29096789 10060525568 47885 33554432000 1073741824 1073778376 140736592975680 139833647655800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31572/tid=31590] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31590/stat : 31590 (java) S 31569 31572 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29096789 10060525568 47885 33554432000 1073741824 1073778376 140736592975680 139833646603208 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31572/tid=31591] ppid=31569 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/31572/task/31591/stat : 31591 (java) R 31569 31572 28285 0 -1 4202560 23 0 0 0 122 0 0 0 20 0 22 0 29096808 10060525568 47885 33554432000 1073741824 1073778376 140736592975680 139833645447952 139834153229117 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31572/tid=31592] ppid=31569 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/31572/task/31592/stat : 31592 (java) R 31569 31572 28285 0 -1 4202560 97 0 0 0 119 2 0 0 20 0 22 0 29096808 10060525568 47885 33554432000 1073741824 1073778376 140736592975680 139833644395392 139834153322335 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31572/tid=31593] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31593/stat : 31593 (java) S 31569 31572 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29096808 10060525568 47885 33554432000 1073741824 1073778376 140736592975680 139833643344808 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31572/tid=31594] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31594/stat : 31594 (java) S 31569 31572 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29096808 10060525568 47885 33554432000 1073741824 1073778376 140736592975680 139833642292008 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.06
Current children cumulated vsize (KiB) 9824732

[startup+3.10084 s]
/proc/loadavg: 3.74 3.46 3.50 2/215 31594
/proc/meminfo: memFree=28424820/32872528 swapFree=1534436/1655032
[pid=31572] ppid=31569 vsize=9824732 CPUtime=8.16 cores=0,2,4,6
/proc/31572/stat : 31572 (java) S 31569 31572 28285 0 -1 4202496 27418 0 1 0 799 17 0 0 20 0 22 0 29096783 10060525568 86409 33554432000 1073741824 1073778376 140736592975680 140736592966816 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31572/statm: 2456183 86409 2284 9 0 2446860 0
[pid=31572/tid=31574] ppid=31569 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/31572/task/31574/stat : 31574 (java) S 31569 31572 28285 0 -1 4202560 2411 0 1 0 20 1 0 0 20 0 22 0 29096784 10060525568 86409 33554432000 1073741824 1073778376 140736592975680 139834300031864 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31572/tid=31575] ppid=31569 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31572/task/31575/stat : 31575 (java) S 31569 31572 28285 0 -1 4202560 25 0 0 0 1 0 0 0 20 0 22 0 29096785 10060525568 86409 33554432000 1073741824 1073778376 140736592975680 139834272483880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31572/tid=31576] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31576/stat : 31576 (java) S 31569 31572 28285 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 29096785 10060525568 86409 33554432000 1073741824 1073778376 140736592975680 139834271431080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31572/tid=31577] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31577/stat : 31577 (java) S 31569 31572 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29096785 10060525568 86409 33554432000 1073741824 1073778376 140736592975680 139834141747496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31572/tid=31578] ppid=31569 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31572/task/31578/stat : 31578 (java) S 31569 31572 28285 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 22 0 29096785 10060525568 86409 33554432000 1073741824 1073778376 140736592975680 139834140694696 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31572/tid=31579] ppid=31569 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/31572/task/31579/stat : 31579 (java) S 31569 31572 28285 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 29096785 10060525568 86409 33554432000 1073741824 1073778376 140736592975680 139834139642920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31572/tid=31580] ppid=31569 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31572/task/31580/stat : 31580 (java) S 31569 31572 28285 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 29096785 10060525568 86409 33554432000 1073741824 1073778376 140736592975680 139834138590120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31572/tid=31581] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31581/stat : 31581 (java) S 31569 31572 28285 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 29096785 10060525568 86409 33554432000 1073741824 1073778376 140736592975680 139834137537320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31572/tid=31582] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31582/stat : 31582 (java) S 31569 31572 28285 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 29096785 10060525568 86409 33554432000 1073741824 1073778376 140736592975680 139833666169512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31572/tid=31583] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31583/stat : 31583 (java) S 31569 31572 28285 0 -1 4202560 189 0 0 0 0 0 0 0 20 0 22 0 29096786 10060525568 86409 33554432000 1073741824 1073778376 140736592975680 139833653971432 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31572/tid=31584] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31584/stat : 31584 (java) S 31569 31572 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29096786 10060525568 86409 33554432000 1073741824 1073778376 140736592975680 139833652917496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31572/tid=31585] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31585/stat : 31585 (java) S 31569 31572 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29096786 10060525568 86409 33554432000 1073741824 1073778376 140736592975680 139833651864584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31572/tid=31586] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31586/stat : 31586 (java) S 31569 31572 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29096789 10060525568 86409 33554432000 1073741824 1073778376 140736592975680 139833650813072 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31572/tid=31587] ppid=31569 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/31572/task/31587/stat : 31587 (java) S 31569 31572 28285 0 -1 4202560 11902 0 0 0 118 2 0 0 20 0 22 0 29096789 10060525568 86409 33554432000 1073741824 1073778376 140736592975680 139833649761208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31572/tid=31588] ppid=31569 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/31572/task/31588/stat : 31588 (java) S 31569 31572 28285 0 -1 4202560 11344 0 0 0 118 2 0 0 20 0 22 0 29096789 10060525568 86409 33554432000 1073741824 1073778376 140736592975680 139833648708408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31572/tid=31589] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31589/stat : 31589 (java) S 31569 31572 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29096789 10060525568 86409 33554432000 1073741824 1073778376 140736592975680 139833647655800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31572/tid=31590] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31590/stat : 31590 (java) S 31569 31572 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29096789 10060525568 86409 33554432000 1073741824 1073778376 140736592975680 139833646603208 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31572/tid=31593] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31593/stat : 31593 (java) S 31569 31572 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29096808 10060525568 86409 33554432000 1073741824 1073778376 140736592975680 139833643344808 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.16
Current children cumulated vsize (KiB) 9824732

[startup+6.30094 s]
/proc/loadavg: 3.68 3.45 3.50 4/218 31597
/proc/meminfo: memFree=28017676/32872528 swapFree=1534436/1655032
[pid=31572] ppid=31569 vsize=9824732 CPUtime=15.06 cores=0,2,4,6
/proc/31572/stat : 31572 (java) S 31569 31572 28285 0 -1 4202496 34004 0 1 0 1480 26 0 0 20 0 22 0 29096783 10060525568 154198 33554432000 1073741824 1073778376 140736592975680 140736592966816 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31572/statm: 2456183 154198 2284 9 0 2446860 0
[pid=31572/tid=31574] ppid=31569 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/31572/task/31574/stat : 31574 (java) S 31569 31572 28285 0 -1 4202560 2411 0 1 0 20 1 0 0 20 0 22 0 29096784 10060525568 154198 33554432000 1073741824 1073778376 140736592975680 139834300031864 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31572/tid=31575] ppid=31569 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/31572/task/31575/stat : 31575 (java) S 31569 31572 28285 0 -1 4202560 36 0 0 0 1 2 0 0 20 0 22 0 29096785 10060525568 154198 33554432000 1073741824 1073778376 140736592975680 139834272483880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31572/tid=31576] ppid=31569 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/31572/task/31576/stat : 31576 (java) S 31569 31572 28285 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 29096785 10060525568 154198 33554432000 1073741824 1073778376 140736592975680 139834271431080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31572/tid=31577] ppid=31569 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31572/task/31577/stat : 31577 (java) S 31569 31572 28285 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 29096785 10060525568 154198 33554432000 1073741824 1073778376 140736592975680 139834141747496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31572/tid=31578] ppid=31569 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/31572/task/31578/stat : 31578 (java) S 31569 31572 28285 0 -1 4202560 28 0 0 0 1 2 0 0 20 0 22 0 29096785 10060525568 154198 33554432000 1073741824 1073778376 140736592975680 139834140694696 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31572/tid=31579] ppid=31569 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/31572/task/31579/stat : 31579 (java) S 31569 31572 28285 0 -1 4202560 25 0 0 0 3 1 0 0 20 0 22 0 29096785 10060525568 154198 33554432000 1073741824 1073778376 140736592975680 139834139642920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31572/tid=31580] ppid=31569 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/31572/task/31580/stat : 31580 (java) S 31569 31572 28285 0 -1 4202560 31 0 0 0 2 2 0 0 20 0 22 0 29096785 10060525568 154198 33554432000 1073741824 1073778376 140736592975680 139834138590120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31572/tid=31581] ppid=31569 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/31572/task/31581/stat : 31581 (java) S 31569 31572 28285 0 -1 4202560 25 0 0 0 2 2 0 0 20 0 22 0 29096785 10060525568 154198 33554432000 1073741824 1073778376 140736592975680 139834137537320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31572/tid=31582] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31582/stat : 31582 (java) S 31569 31572 28285 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 29096785 10060525568 154198 33554432000 1073741824 1073778376 140736592975680 139833666169512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31572/tid=31583] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31583/stat : 31583 (java) S 31569 31572 28285 0 -1 4202560 441 0 0 0 0 0 0 0 20 0 22 0 29096786 10060525568 154198 33554432000 1073741824 1073778376 140736592975680 139833653971432 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31572/tid=31584] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31584/stat : 31584 (java) S 31569 31572 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29096786 10060525568 154198 33554432000 1073741824 1073778376 140736592975680 139833652917496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31572/tid=31585] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31585/stat : 31585 (java) S 31569 31572 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29096786 10060525568 154198 33554432000 1073741824 1073778376 140736592975680 139833651864584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31572/tid=31586] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31586/stat : 31586 (java) S 31569 31572 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29096789 10060525568 154198 33554432000 1073741824 1073778376 140736592975680 139833650813072 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31572/tid=31587] ppid=31569 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/31572/task/31587/stat : 31587 (java) S 31569 31572 28285 0 -1 4202560 11902 0 0 0 119 2 0 0 20 0 22 0 29096789 10060525568 154198 33554432000 1073741824 1073778376 140736592975680 139833649761208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31572/tid=31588] ppid=31569 vsize=9824732 CPUtime=1.6 cores=0,2,4,6
/proc/31572/task/31588/stat : 31588 (java) S 31569 31572 28285 0 -1 4202560 17497 0 0 0 158 2 0 0 20 0 22 0 29096789 10060525568 154198 33554432000 1073741824 1073778376 140736592975680 139833648708408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31572/tid=31589] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31589/stat : 31589 (java) S 31569 31572 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29096789 10060525568 154198 33554432000 1073741824 1073778376 140736592975680 139833647655800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31572/tid=31590] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6

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

/proc/31572/task/31581/stat : 31581 (java) S 31569 31572 28285 0 -1 4202560 328 0 0 0 181 11 0 0 20 0 19 0 29096785 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139834137537320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31572/tid=31582] ppid=31569 vsize=9824732 CPUtime=1.8 cores=0,2,4,6
/proc/31572/task/31582/stat : 31582 (java) S 31569 31572 28285 0 -1 4202560 367 0 0 0 171 9 0 0 20 0 19 0 29096785 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139833666169512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31572/tid=31583] ppid=31569 vsize=9824732 CPUtime=1.83 cores=0,2,4,6
/proc/31572/task/31583/stat : 31583 (java) S 31569 31572 28285 0 -1 4202560 1489 0 0 0 163 20 0 0 20 0 19 0 29096786 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139833653971432 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31572/tid=31584] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31584/stat : 31584 (java) S 31569 31572 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29096786 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139833652917496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31572/tid=31585] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31585/stat : 31585 (java) S 31569 31572 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29096786 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139833651864584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31572/tid=31586] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31586/stat : 31586 (java) S 31569 31572 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29096789 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139833650813072 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31572/tid=31587] ppid=31569 vsize=9824732 CPUtime=1.72 cores=0,2,4,6
/proc/31572/task/31587/stat : 31587 (java) S 31569 31572 28285 0 -1 4202560 15819 0 0 0 169 3 0 0 20 0 19 0 29096789 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139833649761208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31572/tid=31588] ppid=31569 vsize=9824732 CPUtime=2.4 cores=0,2,4,6
/proc/31572/task/31588/stat : 31588 (java) S 31569 31572 28285 0 -1 4202560 20477 0 0 0 236 4 0 0 20 0 19 0 29096789 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139833648708408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31572/tid=31589] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31589/stat : 31589 (java) S 31569 31572 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29096789 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139833647655800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31572/tid=31590] ppid=31569 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/31572/task/31590/stat : 31590 (java) S 31569 31572 28285 0 -1 4202560 39 0 0 0 11 12 0 0 20 0 19 0 29096789 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139833646603208 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31572/tid=31593] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31593/stat : 31593 (java) S 31569 31572 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29096808 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139833643344808 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1366.97
Current children cumulated vsize (KiB) 9824732

[startup+684.001 s]
/proc/loadavg: 4.15 3.92 3.68 4/216 32494
/proc/meminfo: memFree=25379660/32872528 swapFree=1534436/1655032
[pid=31572] ppid=31569 vsize=9824732 CPUtime=1367.76 cores=0,2,4,6
/proc/31572/stat : 31572 (java) S 31569 31572 28285 0 -1 4202496 46190 0 1 0 136603 173 0 0 20 0 19 0 29096783 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 140736592966816 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31572/statm: 2456183 497913 2293 9 0 2446860 0
[pid=31572/tid=31574] ppid=31569 vsize=9824732 CPUtime=3.25 cores=0,2,4,6
/proc/31572/task/31574/stat : 31574 (java) R 31569 31572 28285 0 -1 4202560 2419 0 1 0 322 3 0 0 20 0 19 0 29096784 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139834300029488 139834153603008 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31572/tid=31575] ppid=31569 vsize=9824732 CPUtime=1.86 cores=0,2,4,6
/proc/31572/task/31575/stat : 31575 (java) S 31569 31572 28285 0 -1 4202560 353 0 0 0 176 10 0 0 20 0 19 0 29096785 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139834272483880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31572/tid=31576] ppid=31569 vsize=9824732 CPUtime=1.95 cores=0,2,4,6
/proc/31572/task/31576/stat : 31576 (java) S 31569 31572 28285 0 -1 4202560 457 0 0 0 187 8 0 0 20 0 19 0 29096785 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139834271431080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31572/tid=31577] ppid=31569 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/31572/task/31577/stat : 31577 (java) S 31569 31572 28285 0 -1 4202560 341 0 0 0 183 9 0 0 20 0 19 0 29096785 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139834141747496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31572/tid=31578] ppid=31569 vsize=9824732 CPUtime=1.8 cores=0,2,4,6
/proc/31572/task/31578/stat : 31578 (java) S 31569 31572 28285 0 -1 4202560 381 0 0 0 172 8 0 0 20 0 19 0 29096785 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139834140694696 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31572/tid=31579] ppid=31569 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/31572/task/31579/stat : 31579 (java) S 31569 31572 28285 0 -1 4202560 469 0 0 0 185 7 0 0 20 0 19 0 29096785 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139834139642920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31572/tid=31580] ppid=31569 vsize=9824732 CPUtime=1.75 cores=0,2,4,6
/proc/31572/task/31580/stat : 31580 (java) S 31569 31572 28285 0 -1 4202560 422 0 0 0 165 10 0 0 20 0 19 0 29096785 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139834138590120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31572/tid=31581] ppid=31569 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/31572/task/31581/stat : 31581 (java) S 31569 31572 28285 0 -1 4202560 328 0 0 0 181 11 0 0 20 0 19 0 29096785 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139834137537320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31572/tid=31582] ppid=31569 vsize=9824732 CPUtime=1.8 cores=0,2,4,6
/proc/31572/task/31582/stat : 31582 (java) S 31569 31572 28285 0 -1 4202560 367 0 0 0 171 9 0 0 20 0 19 0 29096785 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139833666169512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31572/tid=31583] ppid=31569 vsize=9824732 CPUtime=1.83 cores=0,2,4,6
/proc/31572/task/31583/stat : 31583 (java) S 31569 31572 28285 0 -1 4202560 1489 0 0 0 163 20 0 0 20 0 19 0 29096786 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139833653971432 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31572/tid=31584] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31584/stat : 31584 (java) S 31569 31572 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29096786 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139833652917496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31572/tid=31585] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31585/stat : 31585 (java) S 31569 31572 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29096786 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139833651864584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31572/tid=31586] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31586/stat : 31586 (java) S 31569 31572 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29096789 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139833650813072 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31572/tid=31587] ppid=31569 vsize=9824732 CPUtime=1.72 cores=0,2,4,6
/proc/31572/task/31587/stat : 31587 (java) S 31569 31572 28285 0 -1 4202560 15819 0 0 0 169 3 0 0 20 0 19 0 29096789 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139833649761208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31572/tid=31588] ppid=31569 vsize=9824732 CPUtime=2.4 cores=0,2,4,6
/proc/31572/task/31588/stat : 31588 (java) S 31569 31572 28285 0 -1 4202560 20477 0 0 0 236 4 0 0 20 0 19 0 29096789 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139833648708408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31572/tid=31589] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31589/stat : 31589 (java) S 31569 31572 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29096789 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139833647655800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31572/tid=31590] ppid=31569 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/31572/task/31590/stat : 31590 (java) S 31569 31572 28285 0 -1 4202560 39 0 0 0 11 12 0 0 20 0 19 0 29096789 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139833646603208 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31572/tid=31593] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31593/stat : 31593 (java) S 31569 31572 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29096808 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139833643344808 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1367.76
Current children cumulated vsize (KiB) 9824732

[startup+684.401 s]
/proc/loadavg: 4.15 3.92 3.68 4/216 32494
/proc/meminfo: memFree=25379660/32872528 swapFree=1534436/1655032
[pid=31572] ppid=31569 vsize=9824732 CPUtime=1368.16 cores=0,2,4,6
/proc/31572/stat : 31572 (java) S 31569 31572 28285 0 -1 4202496 46190 0 1 0 136643 173 0 0 20 0 19 0 29096783 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 140736592966816 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31572/statm: 2456183 497913 2293 9 0 2446860 0
[pid=31572/tid=31574] ppid=31569 vsize=9824732 CPUtime=3.65 cores=0,2,4,6
/proc/31572/task/31574/stat : 31574 (java) R 31569 31572 28285 0 -1 4202560 2419 0 1 0 362 3 0 0 20 0 19 0 29096784 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139834300029488 139834152982472 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31572/tid=31575] ppid=31569 vsize=9824732 CPUtime=1.86 cores=0,2,4,6
/proc/31572/task/31575/stat : 31575 (java) S 31569 31572 28285 0 -1 4202560 353 0 0 0 176 10 0 0 20 0 19 0 29096785 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139834272483880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31572/tid=31576] ppid=31569 vsize=9824732 CPUtime=1.95 cores=0,2,4,6
/proc/31572/task/31576/stat : 31576 (java) S 31569 31572 28285 0 -1 4202560 457 0 0 0 187 8 0 0 20 0 19 0 29096785 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139834271431080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31572/tid=31577] ppid=31569 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/31572/task/31577/stat : 31577 (java) S 31569 31572 28285 0 -1 4202560 341 0 0 0 183 9 0 0 20 0 19 0 29096785 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139834141747496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31572/tid=31578] ppid=31569 vsize=9824732 CPUtime=1.8 cores=0,2,4,6
/proc/31572/task/31578/stat : 31578 (java) S 31569 31572 28285 0 -1 4202560 381 0 0 0 172 8 0 0 20 0 19 0 29096785 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139834140694696 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31572/tid=31579] ppid=31569 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/31572/task/31579/stat : 31579 (java) S 31569 31572 28285 0 -1 4202560 469 0 0 0 185 7 0 0 20 0 19 0 29096785 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139834139642920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31572/tid=31580] ppid=31569 vsize=9824732 CPUtime=1.75 cores=0,2,4,6
/proc/31572/task/31580/stat : 31580 (java) S 31569 31572 28285 0 -1 4202560 422 0 0 0 165 10 0 0 20 0 19 0 29096785 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139834138590120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31572/tid=31581] ppid=31569 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/31572/task/31581/stat : 31581 (java) S 31569 31572 28285 0 -1 4202560 328 0 0 0 181 11 0 0 20 0 19 0 29096785 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139834137537320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31572/tid=31582] ppid=31569 vsize=9824732 CPUtime=1.8 cores=0,2,4,6
/proc/31572/task/31582/stat : 31582 (java) S 31569 31572 28285 0 -1 4202560 367 0 0 0 171 9 0 0 20 0 19 0 29096785 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139833666169512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31572/tid=31583] ppid=31569 vsize=9824732 CPUtime=1.83 cores=0,2,4,6
/proc/31572/task/31583/stat : 31583 (java) S 31569 31572 28285 0 -1 4202560 1489 0 0 0 163 20 0 0 20 0 19 0 29096786 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139833653971432 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31572/tid=31584] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31584/stat : 31584 (java) S 31569 31572 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29096786 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139833652917496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31572/tid=31585] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31585/stat : 31585 (java) S 31569 31572 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29096786 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139833651864584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31572/tid=31586] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31586/stat : 31586 (java) S 31569 31572 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29096789 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139833650813072 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31572/tid=31587] ppid=31569 vsize=9824732 CPUtime=1.72 cores=0,2,4,6
/proc/31572/task/31587/stat : 31587 (java) S 31569 31572 28285 0 -1 4202560 15819 0 0 0 169 3 0 0 20 0 19 0 29096789 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139833649761208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31572/tid=31588] ppid=31569 vsize=9824732 CPUtime=2.4 cores=0,2,4,6
/proc/31572/task/31588/stat : 31588 (java) S 31569 31572 28285 0 -1 4202560 20477 0 0 0 236 4 0 0 20 0 19 0 29096789 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139833648708408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31572/tid=31589] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31589/stat : 31589 (java) S 31569 31572 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29096789 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139833647655800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31572/tid=31590] ppid=31569 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/31572/task/31590/stat : 31590 (java) S 31569 31572 28285 0 -1 4202560 39 0 0 0 11 12 0 0 20 0 19 0 29096789 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139833646603208 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31572/tid=31593] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31593/stat : 31593 (java) S 31569 31572 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29096808 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139833643344808 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1368.16
Current children cumulated vsize (KiB) 9824732

[startup+684.501 s]
/proc/loadavg: 4.15 3.92 3.68 4/216 32494
/proc/meminfo: memFree=25379660/32872528 swapFree=1534436/1655032
[pid=31572] ppid=31569 vsize=9824732 CPUtime=1368.26 cores=0,2,4,6
/proc/31572/stat : 31572 (java) S 31569 31572 28285 0 -1 4202496 46190 0 1 0 136653 173 0 0 20 0 19 0 29096783 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 140736592966816 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31572/statm: 2456183 497913 2293 9 0 2446860 0
[pid=31572/tid=31574] ppid=31569 vsize=9824732 CPUtime=3.75 cores=0,2,4,6
/proc/31572/task/31574/stat : 31574 (java) R 31569 31572 28285 0 -1 4202560 2419 0 1 0 372 3 0 0 20 0 19 0 29096784 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139834300029488 139834152982414 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31572/tid=31575] ppid=31569 vsize=9824732 CPUtime=1.86 cores=0,2,4,6
/proc/31572/task/31575/stat : 31575 (java) S 31569 31572 28285 0 -1 4202560 353 0 0 0 176 10 0 0 20 0 19 0 29096785 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139834272483880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31572/tid=31576] ppid=31569 vsize=9824732 CPUtime=1.95 cores=0,2,4,6
/proc/31572/task/31576/stat : 31576 (java) S 31569 31572 28285 0 -1 4202560 457 0 0 0 187 8 0 0 20 0 19 0 29096785 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139834271431080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31572/tid=31577] ppid=31569 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/31572/task/31577/stat : 31577 (java) S 31569 31572 28285 0 -1 4202560 341 0 0 0 183 9 0 0 20 0 19 0 29096785 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139834141747496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31572/tid=31578] ppid=31569 vsize=9824732 CPUtime=1.8 cores=0,2,4,6
/proc/31572/task/31578/stat : 31578 (java) S 31569 31572 28285 0 -1 4202560 381 0 0 0 172 8 0 0 20 0 19 0 29096785 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139834140694696 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31572/tid=31579] ppid=31569 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/31572/task/31579/stat : 31579 (java) S 31569 31572 28285 0 -1 4202560 469 0 0 0 185 7 0 0 20 0 19 0 29096785 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139834139642920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31572/tid=31580] ppid=31569 vsize=9824732 CPUtime=1.75 cores=0,2,4,6
/proc/31572/task/31580/stat : 31580 (java) S 31569 31572 28285 0 -1 4202560 422 0 0 0 165 10 0 0 20 0 19 0 29096785 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139834138590120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31572/tid=31581] ppid=31569 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/31572/task/31581/stat : 31581 (java) S 31569 31572 28285 0 -1 4202560 328 0 0 0 181 11 0 0 20 0 19 0 29096785 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139834137537320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31572/tid=31582] ppid=31569 vsize=9824732 CPUtime=1.8 cores=0,2,4,6
/proc/31572/task/31582/stat : 31582 (java) S 31569 31572 28285 0 -1 4202560 367 0 0 0 171 9 0 0 20 0 19 0 29096785 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139833666169512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31572/tid=31583] ppid=31569 vsize=9824732 CPUtime=1.83 cores=0,2,4,6
/proc/31572/task/31583/stat : 31583 (java) S 31569 31572 28285 0 -1 4202560 1489 0 0 0 163 20 0 0 20 0 19 0 29096786 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139833653971432 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31572/tid=31584] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31584/stat : 31584 (java) S 31569 31572 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29096786 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139833652917496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31572/tid=31585] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31585/stat : 31585 (java) S 31569 31572 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29096786 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139833651864584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31572/tid=31586] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31586/stat : 31586 (java) S 31569 31572 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29096789 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139833650813072 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31572/tid=31587] ppid=31569 vsize=9824732 CPUtime=1.72 cores=0,2,4,6
/proc/31572/task/31587/stat : 31587 (java) S 31569 31572 28285 0 -1 4202560 15819 0 0 0 169 3 0 0 20 0 19 0 29096789 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139833649761208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31572/tid=31588] ppid=31569 vsize=9824732 CPUtime=2.4 cores=0,2,4,6
/proc/31572/task/31588/stat : 31588 (java) S 31569 31572 28285 0 -1 4202560 20477 0 0 0 236 4 0 0 20 0 19 0 29096789 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139833648708408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31572/tid=31589] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31589/stat : 31589 (java) S 31569 31572 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29096789 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139833647655800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31572/tid=31590] ppid=31569 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/31572/task/31590/stat : 31590 (java) S 31569 31572 28285 0 -1 4202560 39 0 0 0 11 12 0 0 20 0 19 0 29096789 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139833646603208 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31572/tid=31593] ppid=31569 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31572/task/31593/stat : 31593 (java) S 31569 31572 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29096808 10060525568 497913 33554432000 1073741824 1073778376 140736592975680 139833643344808 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1368.26
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): 2.95007
#  lost CPU user time (s): 3.13
#  lost CPU system time (s): -0.18

Real time (s): 684.517
CPU time (s): 1371.46
CPU user time (s): 1369.7
CPU system time (s): 1.75171
CPU usage (%): 200.354
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1366.57
system time used= 1.93171
maximum resident set size= 2896072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46202
page faults= 1
swaps= 0
block input operations= 0
block output operations= 752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23093
involuntary context switches= 37299

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.53631 second user time and 6.602 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-18 19:21:24
IDJOB=4106314
IDBENCH=48013
IDSOLVER=2543
FILE ID=node122/4106314-1466270484
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=103-P1=277-P2=401-P3=67-P4=337-P5=17-P6=499-P7=23-B.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106314-1466270484/watcher-4106314-1466270484 -o /tmp/evaluation-result-4106314-1466270484/solver-4106314-1466270484 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466264503-28301 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106314-1466270484.opb

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

MD5SUM BENCH= 9de8f37e65dc0eaf693e157cab5aa725
RANDOM SEED=1061951128

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:        28621668 kB
Buffers:          144488 kB
Cached:           219924 kB
SwapCached:            0 kB
Active:          1575280 kB
Inactive:         268716 kB
Active(anon):    1470896 kB
Inactive(anon):    11512 kB
Active(file):     104384 kB
Inactive(file):   257204 kB
Unevictable:     1655032 kB
Mlocked:         1534436 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               964 kB
Writeback:             0 kB
AnonPages:       3138480 kB
Mapped:            21024 kB
Shmem:               204 kB
Slab:             610588 kB
SReclaimable:      53988 kB
SUnreclaim:       556600 kB
KernelStack:        1632 kB
PageTables:        11532 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3262816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1576960 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= 71744 MiB
End job on node122 at 2016-06-18 19:32:48