Trace number 4081789

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 PB16SAT (TO)-26 1800.85 898.271

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_200_25_5.opb
MD5SUMcdccc05ac387e7ee9cb8ab81f53ca6f8
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-29
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -31
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
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 constraints200
Minimum length of a constraint25
Maximum length of a constraint49
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6226
Sum of products size (including duplicates)12452
Number of different products3113
Sum of products size6226

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4081789-1465255975.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
0.73/0.44	c ... done. Wall clock time 0.334s.
0.73/0.44	c declared #vars     200
0.73/0.44	c internal #vars     3313
0.73/0.44	c #constraints  6626
0.73/0.44	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.73/0.44	c constraints type 
0.73/0.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3113
0.73/0.44	c org.sat4j.minisat.constraints.cnf.UnitClauses => 184
0.73/0.44	c org.sat4j.specs.Constr$1 => 209
0.73/0.44	c org.sat4j.minisat.constraints.cnf.UnitClause => 7
0.73/0.44	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3113
0.73/0.44	c 6626 constraints processed.
0.73/0.44	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.73/0.44	c constraints type 
0.73/0.44	c org.sat4j.specs.Constr$1 => 209
0.73/0.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3113
0.73/0.44	c org.sat4j.pb.constraints.pb.UnitClausesPB => 184
0.73/0.44	c org.sat4j.pb.constraints.pb.UnitClausePB => 7
0.73/0.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3113
0.73/0.44	c 6626 constraints processed.
0.73/0.44	c objective function length is 200 literals
0.73/0.48	c And the winner is solver0
1.52/0.95	c SATISFIABLE
1.52/0.95	c OPTIMIZING...
1.52/0.95	c Got one! Elapsed wall clock time (in seconds):0.839
1.52/0.95	o -20
1.68/1.07	c And the winner is solver1
2.32/1.45	c Got one! Elapsed wall clock time (in seconds):1.34
2.32/1.45	o -21
2.32/1.45	c And the winner is solver0
2.44/1.95	c Got one! Elapsed wall clock time (in seconds):1.844
2.44/1.95	o -23
2.44/1.98	c And the winner is solver0
2.68/2.45	c Got one! Elapsed wall clock time (in seconds):2.345
2.68/2.45	o -24
3.19/2.62	c And the winner is solver1
3.35/2.95	c Got one! Elapsed wall clock time (in seconds):2.847
3.35/2.95	o -25
4.09/3.28	c cleaning 2795 clauses out of 5595 with flag 7294/5595
5.58/3.83	c cleaning 4400 clauses out of 8800 with flag 20642/11595
6.65/4.40	c cleaning 5701 clauses out of 11402 with flag 35370/18597
8.33/5.13	c cleaning 6850 clauses out of 13699 with flag 52164/26595
10.26/6.01	c cleaning 7920 clauses out of 15849 with flag 71086/35595
12.38/7.09	c cleaning 8963 clauses out of 17929 with flag 92060/45595
14.79/8.26	c cleaning 9983 clauses out of 19966 with flag 115113/56595
16.85/9.22	c And the winner is solver1
16.90/9.46	c Got one! Elapsed wall clock time (in seconds):9.349
16.90/9.46	o -26
18.98/10.57	c cleaning 11970 clauses out of 23951 with flag 11511/70563
20.98/11.58	c cleaning 8989 clauses out of 17983 with flag 26319/76565
23.09/12.52	c cleaning 7991 clauses out of 15992 with flag 43326/83563
25.09/13.51	c cleaning 7993 clauses out of 16002 with flag 63155/91564
27.29/14.62	c cleaning 8491 clauses out of 17008 with flag 85857/100563
29.99/15.95	c cleaning 9259 clauses out of 18518 with flag 112142/110564
32.82/17.33	c cleaning 10129 clauses out of 20259 with flag 138488/121564
36.62/19.22	c cleaning 11063 clauses out of 22130 with flag 167670/133564
40.72/21.22	c cleaning 12029 clauses out of 24066 with flag 199648/146563
45.72/23.72	c cleaning 13012 clauses out of 26037 with flag 233850/160563
51.82/26.73	c cleaning 14008 clauses out of 28025 with flag 271476/175563
58.81/30.22	c cleaning 15002 clauses out of 30017 with flag 313058/191563
66.01/33.82	c cleaning 16002 clauses out of 32015 with flag 356182/208563
74.13/37.83	c cleaning 17000 clauses out of 34014 with flag 401142/226564
82.35/41.99	c cleaning 18006 clauses out of 36014 with flag 447024/245564
91.54/46.55	c cleaning 19002 clauses out of 38007 with flag 497128/265563
101.25/51.34	c cleaning 20003 clauses out of 40005 with flag 549006/286563
110.86/56.20	c cleaning 21002 clauses out of 42004 with flag 599913/308565
120.56/60.90	c cleaning 21994 clauses out of 44000 with flag 650446/331563
129.36/65.38	c cleaning 23004 clauses out of 46007 with flag 700874/355564
139.35/70.32	c cleaning 23994 clauses out of 48002 with flag 753288/380563
150.66/75.96	c cleaning 25004 clauses out of 50008 with flag 809139/406563
163.04/82.18	c cleaning 25999 clauses out of 52005 with flag 866251/433564
171.15/86.15	c cleaning 0 clauses out of 5878 with flag 0/5879
176.12/88.40	c cleaning 26997 clauses out of 54006 with flag 925111/461564
189.64/95.47	c cleaning 27998 clauses out of 56008 with flag 985823/490563
203.23/102.21	c cleaning 29006 clauses out of 58011 with flag 1048759/520564
218.47/109.83	c cleaning 29999 clauses out of 60005 with flag 1113860/551564
234.76/117.94	c cleaning 31004 clauses out of 62007 with flag 1180870/583565
251.56/126.31	c cleaning 31997 clauses out of 64002 with flag 1250067/616564
269.64/135.34	c cleaning 32999 clauses out of 66005 with flag 1321564/650564
290.72/145.86	c cleaning 33999 clauses out of 68005 with flag 1394786/685563
311.19/156.09	c cleaning 35001 clauses out of 70007 with flag 1470918/721564
334.32/167.57	c cleaning 36002 clauses out of 72005 with flag 1548855/758563
357.78/179.25	c cleaning 37002 clauses out of 74003 with flag 1628819/796563
381.98/191.34	c cleaning 38000 clauses out of 76002 with flag 1711051/835564
406.28/203.48	c cleaning 39002 clauses out of 78003 with flag 1794739/875565
433.92/217.17	c cleaning 40000 clauses out of 80000 with flag 1880151/916564
463.83/232.05	c cleaning 40996 clauses out of 81999 with flag 1968337/958563
493.18/247.07	c cleaning 41999 clauses out of 84004 with flag 2059575/1001564
521.03/260.96	c cleaning 42998 clauses out of 86004 with flag 2153376/1045563
552.30/276.60	c cleaning 44003 clauses out of 88006 with flag 2248698/1090563
585.11/292.82	c cleaning 45003 clauses out of 90005 with flag 2345881/1136565
620.99/310.72	c cleaning 45997 clauses out of 92000 with flag 2444360/1183563
654.86/327.53	c cleaning 46995 clauses out of 94003 with flag 2545686/1231563
692.87/346.43	c cleaning 47999 clauses out of 96009 with flag 2648662/1280564
729.36/364.54	c cleaning 49002 clauses out of 98010 with flag 2753817/1330564
771.25/385.36	c cleaning 50002 clauses out of 100008 with flag 2860317/1381564
793.37/396.38	c cleaning 0 clauses out of 11876 with flag 0/11877
812.38/405.84	c cleaning 51000 clauses out of 102006 with flag 2969318/1433564
852.99/426.07	c cleaning 52002 clauses out of 104006 with flag 3080449/1486564
901.15/450.05	c cleaning 52998 clauses out of 106003 with flag 3193704/1540563
949.11/473.92	c cleaning 53995 clauses out of 108005 with flag 3309446/1595563
1001.92/500.29	c cleaning 55004 clauses out of 110012 with flag 3425994/1651565
1055.71/527.08	c cleaning 56003 clauses out of 112006 with flag 3546114/1708563
1108.07/553.06	c cleaning 56996 clauses out of 114003 with flag 3667119/1766563
1166.01/582.49	c cleaning 57994 clauses out of 116008 with flag 3789880/1825564
1223.42/611.00	c cleaning 59005 clauses out of 118013 with flag 3914519/1885563
1281.09/639.70	c cleaning 59999 clauses out of 120008 with flag 4041403/1946563
1340.43/669.24	c cleaning 60999 clauses out of 122009 with flag 4170799/2008563
1398.81/698.35	c cleaning 62005 clauses out of 124011 with flag 4302113/2071564
1459.44/728.58	c cleaning 63001 clauses out of 126005 with flag 4435904/2135563
1523.22/760.34	c cleaning 63996 clauses out of 128004 with flag 4570859/2200563
1589.75/793.41	c cleaning 64997 clauses out of 130009 with flag 4707990/2266564
1662.94/829.87	c cleaning 66006 clauses out of 132012 with flag 4847887/2333564
1740.13/868.33	c cleaning 66994 clauses out of 134005 with flag 4989982/2401563
1800.17/898.20	c >>>>>>>>>> Solver number 0 (3 answers) <<<<<<<<<<<<<<<<<<
1800.17/898.20	c starts		: 4342
1800.17/898.20	c conflicts		: 2457144
1800.17/898.20	c decisions		: 3112932
1800.17/898.20	c propagations		: 14095604
1800.17/898.20	c inspects		: 10725516843
1800.17/898.20	c shortcuts		: 0
1800.17/898.20	c learnt literals	: 0
1800.17/898.20	c learnt binary clauses	: 0
1800.17/898.20	c learnt ternary clauses	: 0
1800.17/898.20	c learnt constraints	: 2457145
1800.17/898.20	c ignored constraints	: 0
1800.17/898.20	c root simplifications	: 0
1800.17/898.20	c removed literals (reason simplification)	: 99188103
1800.17/898.20	c reason swapping (by a shorter reason)	: 0
1800.17/898.20	c Calls to reduceDB	: 71
1800.17/898.20	c Number of update (reduction) of LBD	: 78245
1800.17/898.20	c Imported unit clauses	: 0
1800.17/898.20	c number of reductions to clauses (during analyze)	: 0
1800.17/898.20	c number of learned constraints concerned by reduction	: 0
1800.17/898.20	c number of learning phase by resolution	: 0
1800.17/898.20	c number of learning phase by cutting planes	: 0
1800.17/898.20	c speed (assignments/second)	: 15860.121857225638
1800.17/898.20	c non guided choices	0
1800.17/898.23	c learnt constraints type 
1800.17/898.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 122593
1800.17/898.23	c >>>>>>>>>> Solver number 1 (3 answers) <<<<<<<<<<<<<<<<<<
1800.17/898.23	c starts		: 50
1800.17/898.23	c conflicts		: 17544
1800.17/898.23	c decisions		: 19313
1800.17/898.23	c propagations		: 173021
1800.17/898.23	c inspects		: 842980556
1800.17/898.23	c shortcuts		: 0
1800.17/898.23	c learnt literals	: 0
1800.17/898.23	c learnt binary clauses	: 0
1800.17/898.23	c learnt ternary clauses	: 0
1800.17/898.23	c learnt constraints	: 17542
1800.17/898.23	c ignored constraints	: 0
1800.17/898.23	c root simplifications	: 0
1800.17/898.23	c removed literals (reason simplification)	: 0
1800.17/898.23	c reason swapping (by a shorter reason)	: 0
1800.17/898.23	c Calls to reduceDB	: 2
1800.17/898.23	c Number of update (reduction) of LBD	: 0
1800.17/898.23	c Imported unit clauses	: 0
1800.17/898.23	c number of reductions to clauses (during analyze)	: 0
1800.17/898.23	c number of learned constraints concerned by reduction	: 0
1800.17/898.23	c number of learning phase by resolution	: 0
1800.17/898.23	c number of learning phase by cutting planes	: 0
1800.17/898.23	c speed (assignments/second)	: 193.15229828919092
1800.17/898.23	c non guided choices	0
1800.17/898.24	c learnt constraints type 
1800.17/898.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 275
1800.17/898.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17267
1800.17/898.24	s SATISFIABLE
1800.17/898.24	c Found 6 solution(s)
1800.17/898.24	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 
1800.17/898.24	c objective function=-26
1800.17/898.24	c Total wall clock time (in seconds): 898.131

Verifier Data

OK	-26

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-4081789-1465255975/watcher-4081789-1465255975 -o /tmp/evaluation-result-4081789-1465255975/solver-4081789-1465255975 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1465243580-15693 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081789-1465255975.opb 

pid=20715
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: 4.06 4.15 4.16 10/199 20718
/proc/meminfo: memFree=26716712/32872528 swapFree=15540/1663004
[pid=20718] ppid=20715 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/20718/stat : 20718 (java) S 20715 20718 15677 0 -1 4202496 1295 0 0 0 0 0 0 0 20 0 2 0 107530273 95129600 927 33554432000 1073741824 1073778376 140736846812032 140736846803168 273909055549 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20718/statm: 23225 927 703 9 0 16769 0
[pid=20718/tid=20719] ppid=20715 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/20718/task/20719/stat : 20719 (java) R 20715 20718 15677 0 -1 4202560 89 0 0 0 0 0 0 0 20 0 2 0 107530273 98635776 944 33554432000 1073741824 1073778376 140736846812032 139755949911592 273896479997 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100162 s]
/proc/loadavg: 4.06 4.15 4.16 10/199 20718
/proc/meminfo: memFree=26716712/32872528 swapFree=15540/1663004
[pid=20718] ppid=20715 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/20718/stat : 20718 (java) S 20715 20718 15677 0 -1 4202496 4539 0 1 0 10 1 0 0 20 0 18 0 107530273 9787879424 5653 33554432000 1073741824 1073778376 140736846812032 140736846803168 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20718/statm: 2389619 5653 2156 9 0 2380296 0
[pid=20718/tid=20719] ppid=20715 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/20718/task/20719/stat : 20719 (java) R 20715 20718 15677 0 -1 4202560 2438 0 1 0 7 0 0 0 20 0 18 0 107530273 9787879424 5658 33554432000 1073741824 1073778376 140736846812032 139755949913352 139755952698752 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200266 s]
/proc/loadavg: 4.06 4.15 4.16 10/199 20718
/proc/meminfo: memFree=26716712/32872528 swapFree=15540/1663004
[pid=20718] ppid=20715 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/20718/stat : 20718 (java) S 20715 20718 15677 0 -1 4202496 4680 0 1 0 23 1 0 0 20 0 18 0 107530273 9787879424 6784 33554432000 1073741824 1073778376 140736846812032 140736846803168 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20718/statm: 2389619 6784 2213 9 0 2380296 0
[pid=20718/tid=20719] ppid=20715 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/20718/task/20719/stat : 20719 (java) R 20715 20718 15677 0 -1 4202560 2452 0 1 0 17 0 0 0 20 0 18 0 107530273 9787879424 6784 33554432000 1073741824 1073778376 140736846812032 139755949905152 273909070904 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300293 s]
/proc/loadavg: 4.06 4.15 4.16 10/199 20718
/proc/meminfo: memFree=26716712/32872528 swapFree=15540/1663004
[pid=20718] ppid=20715 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/20718/stat : 20718 (java) S 20715 20718 15677 0 -1 4202496 6089 0 1 0 48 1 0 0 20 0 18 0 107530273 9787879424 8642 33554432000 1073741824 1073778376 140736846812032 140736846803168 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20718/statm: 2389619 8642 2241 9 0 2380296 0
[pid=20718/tid=20719] ppid=20715 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/20718/task/20719/stat : 20719 (java) R 20715 20718 15677 0 -1 4202560 2456 0 1 0 27 0 0 0 20 0 18 0 107530273 9787879424 8642 33554432000 1073741824 1073778376 140736846812032 139755949905152 139755890039456 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700205 s]
/proc/loadavg: 4.06 4.15 4.16 10/199 20718
/proc/meminfo: memFree=26716712/32872528 swapFree=15540/1663004
[pid=20718] ppid=20715 vsize=9759196 CPUtime=1.32 cores=0,2,4,6
/proc/20718/stat : 20718 (java) S 20715 20718 15677 0 -1 4202496 20556 0 1 0 127 5 0 0 20 0 19 0 107530273 9993416704 22085 33554432000 1073741824 1073778376 140736846812032 140736846803168 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20718/statm: 2439799 22085 2259 9 0 2430476 0
[pid=20718/tid=20719] ppid=20715 vsize=9759196 CPUtime=0.42 cores=0,2,4,6
/proc/20718/task/20719/stat : 20719 (java) S 20715 20718 15677 0 -1 4202560 2471 0 1 0 42 0 0 0 20 0 19 0 107530273 9993416704 22085 33554432000 1073741824 1073778376 140736846812032 139755949917048 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 9759196

[startup+1.50074 s]
/proc/loadavg: 4.06 4.15 4.16 5/218 20743
/proc/meminfo: memFree=26524140/32872528 swapFree=15540/1663004
[pid=20718] ppid=20715 vsize=9824732 CPUtime=2.41 cores=0,2,4,6
/proc/20718/stat : 20718 (java) S 20715 20718 15677 0 -1 4202496 25070 0 1 0 232 9 0 0 20 0 20 0 107530273 10060525568 26789 33554432000 1073741824 1073778376 140736846812032 140736846803168 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20718/statm: 2456183 26789 2268 9 0 2446860 0
[pid=20718/tid=20719] ppid=20715 vsize=9824732 CPUtime=0.43 cores=0,2,4,6
/proc/20718/task/20719/stat : 20719 (java) S 20715 20718 15677 0 -1 4202560 2472 0 1 0 43 0 0 0 20 0 20 0 107530273 10060525568 26789 33554432000 1073741824 1073778376 140736846812032 139755949917048 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20718/tid=20721] ppid=20715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20718/task/20721/stat : 20721 (java) S 20715 20718 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 107530274 10060525568 26789 33554432000 1073741824 1073778376 140736846812032 139755888646440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20718/tid=20722] ppid=20715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20718/task/20722/stat : 20722 (java) S 20715 20718 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 107530274 10060525568 26789 33554432000 1073741824 1073778376 140736846812032 139755792316584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20718/tid=20723] ppid=20715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20718/task/20723/stat : 20723 (java) S 20715 20718 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 107530274 10060525568 26789 33554432000 1073741824 1073778376 140736846812032 139755791264296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20718/tid=20724] ppid=20715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20718/task/20724/stat : 20724 (java) S 20715 20718 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 107530274 10060525568 26789 33554432000 1073741824 1073778376 140736846812032 139755790211496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20718/tid=20725] ppid=20715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20718/task/20725/stat : 20725 (java) S 20715 20718 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 107530274 10060525568 26789 33554432000 1073741824 1073778376 140736846812032 139755789159208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20718/tid=20726] ppid=20715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20718/task/20726/stat : 20726 (java) S 20715 20718 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 107530274 10060525568 26789 33554432000 1073741824 1073778376 140736846812032 139755788106408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20718/tid=20727] ppid=20715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20718/task/20727/stat : 20727 (java) S 20715 20718 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 107530274 10060525568 26789 33554432000 1073741824 1073778376 140736846812032 139755787054120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20718/tid=20728] ppid=20715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20718/task/20728/stat : 20728 (java) S 20715 20718 15677 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 107530274 10060525568 26789 33554432000 1073741824 1073778376 140736846812032 139755786001320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20718/tid=20729] ppid=20715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20718/task/20729/stat : 20729 (java) S 20715 20718 15677 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 107530275 10060525568 26789 33554432000 1073741824 1073778376 140736846812032 139755773802728 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20718/tid=20730] ppid=20715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20718/task/20730/stat : 20730 (java) S 20715 20718 15677 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 107530276 10060525568 26789 33554432000 1073741824 1073778376 140736846812032 139755772748792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20718/tid=20731] ppid=20715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20718/task/20731/stat : 20731 (java) S 20715 20718 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 107530276 10060525568 26789 33554432000 1073741824 1073778376 140736846812032 139755771696392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20718/tid=20732] ppid=20715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20718/task/20732/stat : 20732 (java) S 20715 20718 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 107530278 10060525568 26789 33554432000 1073741824 1073778376 140736846812032 139755770644880 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20718/tid=20733] ppid=20715 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/20718/task/20733/stat : 20733 (java) R 20715 20718 15677 0 -1 4202560 3758 0 0 0 56 0 0 0 20 0 20 0 107530278 10060525568 26789 33554432000 1073741824 1073778376 140736846812032 139755769592504 139755956891813 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20718/tid=20734] ppid=20715 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/20718/task/20734/stat : 20734 (java) S 20715 20718 15677 0 -1 4202560 17482 0 0 0 103 3 0 0 20 0 20 0 107530278 10060525568 26789 33554432000 1073741824 1073778376 140736846812032 139755768539704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20718/tid=20735] ppid=20715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20718/task/20735/stat : 20735 (java) S 20715 20718 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 107530278 10060525568 26789 33554432000 1073741824 1073778376 140736846812032 139755767487608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20718/tid=20736] ppid=20715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20718/task/20736/stat : 20736 (java) S 20715 20718 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 107530278 10060525568 26789 33554432000 1073741824 1073778376 140736846812032 139755766435016 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 9824732

[startup+3.10074 s]
/proc/loadavg: 4.06 4.15 4.16 3/218 20749
/proc/meminfo: memFree=26510240/32872528 swapFree=15540/1663004
[pid=20718] ppid=20715 vsize=9824732 CPUtime=3.77 cores=0,2,4,6
/proc/20718/stat : 20718 (java) S 20715 20718 15677 0 -1 4202496 26408 0 1 0 362 15 0 0 20 0 22 0 107530273 10060525568 53475 33554432000 1073741824 1073778376 140736846812032 140736846803168 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20718/statm: 2456183 53475 2287 9 0 2446860 0
[pid=20718/tid=20719] ppid=20715 vsize=9824732 CPUtime=0.43 cores=0,2,4,6
/proc/20718/task/20719/stat : 20719 (java) S 20715 20718 15677 0 -1 4202560 2473 0 1 0 43 0 0 0 20 0 22 0 107530273 10060525568 53475 33554432000 1073741824 1073778376 140736846812032 139755949917048 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20718/tid=20721] ppid=20715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20718/task/20721/stat : 20721 (java) S 20715 20718 15677 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 107530274 10060525568 53475 33554432000 1073741824 1073778376 140736846812032 139755888646440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20718/tid=20722] ppid=20715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20718/task/20722/stat : 20722 (java) S 20715 20718 15677 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107530274 10060525568 53475 33554432000 1073741824 1073778376 140736846812032 139755792316584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20718/tid=20723] ppid=20715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20718/task/20723/stat : 20723 (java) S 20715 20718 15677 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107530274 10060525568 53475 33554432000 1073741824 1073778376 140736846812032 139755791264296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20718/tid=20724] ppid=20715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20718/task/20724/stat : 20724 (java) S 20715 20718 15677 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 107530274 10060525568 53475 33554432000 1073741824 1073778376 140736846812032 139755790211496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20718/tid=20725] ppid=20715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20718/task/20725/stat : 20725 (java) S 20715 20718 15677 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 107530274 10060525568 53475 33554432000 1073741824 1073778376 140736846812032 139755789159208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20718/tid=20726] ppid=20715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20718/task/20726/stat : 20726 (java) S 20715 20718 15677 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 107530274 10060525568 53475 33554432000 1073741824 1073778376 140736846812032 139755788106408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20718/tid=20727] ppid=20715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20718/task/20727/stat : 20727 (java) S 20715 20718 15677 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107530274 10060525568 53475 33554432000 1073741824 1073778376 140736846812032 139755787054120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20718/tid=20728] ppid=20715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20718/task/20728/stat : 20728 (java) S 20715 20718 15677 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107530274 10060525568 53475 33554432000 1073741824 1073778376 140736846812032 139755786001320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20718/tid=20729] ppid=20715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20718/task/20729/stat : 20729 (java) S 20715 20718 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107530275 10060525568 53475 33554432000 1073741824 1073778376 140736846812032 139755773802728 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20718/tid=20730] ppid=20715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20718/task/20730/stat : 20730 (java) S 20715 20718 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107530276 10060525568 53475 33554432000 1073741824 1073778376 140736846812032 139755772748792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20718/tid=20731] ppid=20715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20718/task/20731/stat : 20731 (java) S 20715 20718 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107530276 10060525568 53475 33554432000 1073741824 1073778376 140736846812032 139755771696392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20718/tid=20732] ppid=20715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20718/task/20732/stat : 20732 (java) S 20715 20718 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107530278 10060525568 53475 33554432000 1073741824 1073778376 140736846812032 139755770644880 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20718/tid=20733] ppid=20715 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/20718/task/20733/stat : 20733 (java) R 20715 20718 15677 0 -1 4202560 4952 0 0 0 88 0 0 0 20 0 22 0 107530278 10060525568 53475 33554432000 1073741824 1073778376 140736846812032 139755769592504 139755952518016 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20718/tid=20734] ppid=20715 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/20718/task/20734/stat : 20734 (java) R 20715 20718 15677 0 -1 4202560 17510 0 0 0 136 3 0 0 20 0 22 0 107530278 10060525568 53475 33554432000 1073741824 1073778376 140736846812032 139755768532272 139755952936063 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=20718/tid=20735] ppid=20715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20718/task/20735/stat : 20735 (java) S 20715 20718 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107530278 10060525568 53475 33554432000 1073741824 1073778376 140736846812032 139755767487608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20718/tid=20736] ppid=20715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20718/task/20736/stat : 20736 (java) S 20715 20718 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107530278 10060525568 53475 33554432000 1073741824 1073778376 140736846812032 139755766435016 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.77
Current children cumulated vsize (KiB) 9824732

[startup+6.30086 s]
/proc/loadavg: 3.90 4.11 4.15 6/221 20755
/proc/meminfo: memFree=26200600/32872528 swapFree=15540/1663004
[pid=20718] ppid=20715 vsize=9824732 CPUtime=10.88 cores=0,2,4,6
/proc/20718/stat : 20718 (java) S 20715 20718 15677 0 -1 4202496 28491 0 1 0 1057 31 0 0 20 0 22 0 107530273 10060525568 117154 33554432000 1073741824 1073778376 140736846812032 140736846803168 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20718/statm: 2456183 117154 2294 9 0 2446860 0
[pid=20718/tid=20719] ppid=20715 vsize=9824732 CPUtime=0.43 cores=0,2,4,6
/proc/20718/task/20719/stat : 20719 (java) S 20715 20718 15677 0 -1 4202560 2473 0 1 0 43 0 0 0 20 0 22 0 107530273 10060525568 117154 33554432000 1073741824 1073778376 140736846812032 139755949917048 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20718/tid=20721] ppid=20715 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/20718/task/20721/stat : 20721 (java) S 20715 20718 15677 0 -1 4202560 137 0 0 0 5 3 0 0 20 0 22 0 107530274 10060525568 117154 33554432000 1073741824 1073778376 140736846812032 139755888646440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20718/tid=20722] ppid=20715 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/20718/task/20722/stat : 20722 (java) S 20715 20718 15677 0 -1 4202560 60 0 0 0 9 3 0 0 20 0 22 0 107530274 10060525568 117154 33554432000 1073741824 1073778376 140736846812032 139755792316584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20718/tid=20723] ppid=20715 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/20718/task/20723/stat : 20723 (java) S 20715 20718 15677 0 -1 4202560 22 0 0 0 5 0 0 0 20 0 22 0 107530274 10060525568 117154 33554432000 1073741824 1073778376 140736846812032 139755791264296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20718/tid=20724] ppid=20715 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/20718/task/20724/stat : 20724 (java) S 20715 20718 15677 0 -1 4202560 51 0 0 0 6 3 0 0 20 0 22 0 107530274 10060525568 117154 33554432000 1073741824 1073778376 140736846812032 139755790211496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20718/tid=20725] ppid=20715 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/20718/task/20725/stat : 20725 (java) S 20715 20718 15677 0 -1 4202560 56 0 0 0 4 1 0 0 20 0 22 0 107530274 10060525568 117154 33554432000 1073741824 1073778376 140736846812032 139755789159208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20718/tid=20726] ppid=20715 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/20718/task/20726/stat : 20726 (java) S 20715 20718 15677 0 -1 4202560 128 0 0 0 4 2 0 0 20 0 22 0 107530274 10060525568 117154 33554432000 1073741824 1073778376 140736846812032 139755788106408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20718/tid=20727] ppid=20715 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/20718/task/20727/stat : 20727 (java) S 20715 20718 15677 0 -1 4202560 79 0 0 0 4 0 0 0 20 0 22 0 107530274 10060525568 117154 33554432000 1073741824 1073778376 140736846812032 139755787054120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20718/tid=20728] ppid=20715 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/20718/task/20728/stat : 20728 (java) S 20715 20718 15677 0 -1 4202560 188 0 0 0 7 2 0 0 20 0 22 0 107530274 10060525568 117154 33554432000 1073741824 1073778376 140736846812032 139755786001320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20718/tid=20729] ppid=20715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20718/task/20729/stat : 20729 (java) S 20715 20718 15677 0 -1 4202560 214 0 0 0 0 0 0 0 20 0 22 0 107530275 10060525568 117154 33554432000 1073741824 1073778376 140736846812032 139755773802728 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20718/tid=20730] ppid=20715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20718/task/20730/stat : 20730 (java) S 20715 20718 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107530276 10060525568 117154 33554432000 1073741824 1073778376 140736846812032 139755772748792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20718/tid=20731] ppid=20715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20718/task/20731/stat : 20731 (java) S 20715 20718 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107530276 10060525568 117154 33554432000 1073741824 1073778376 140736846812032 139755771696392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20718/tid=20732] ppid=20715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20718/task/20732/stat : 20732 (java) S 20715 20718 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107530278 10060525568 117154 33554432000 1073741824 1073778376 140736846812032 139755770644880 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20718/tid=20733] ppid=20715 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/20718/task/20733/stat : 20733 (java) S 20715 20718 15677 0 -1 4202560 5454 0 0 0 106 0 0 0 20 0 22 0 107530278 10060525568 117154 33554432000 1073741824 1073778376 140736846812032 139755769592504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20718/tid=20734] ppid=20715 vsize=9824732 CPUtime=1.67 cores=0,2,4,6
/proc/20718/task/20734/stat : 20734 (java) S 20715 20718 15677 0 -1 4202560 17532 0 0 0 164 3 0 0 20 0 22 0 107530278 10060525568 117154 33554432000 1073741824 1073778376 140736846812032 139755768539704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20718/tid=20735] ppid=20715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20718/task/20735/stat : 20735 (java) S 20715 20718 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107530278 10060525568 117154 33554432000 1073741824 1073778376 140736846812032 139755767487608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20718/tid=20736] ppid=20715 vsize=9824732 CPUtime=0 cores=0,2,4,6

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


[startup+822.301 s]
/proc/loadavg: 4.16 4.17 4.17 5/221 20867
/proc/meminfo: memFree=24325672/32872528 swapFree=15540/1663004
[pid=20718] ppid=20715 vsize=9824732 CPUtime=1647.87 cores=0,2,4,6
/proc/20718/stat : 20718 (java) S 20715 20718 15677 0 -1 4202496 41647 0 1 0 164565 222 0 0 20 0 22 0 107530273 10060525568 791056 33554432000 1073741824 1073778376 140736846812032 140736846803168 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20718/statm: 2456183 791056 2303 9 0 2446860 0
[pid=20718/tid=20719] ppid=20715 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/20718/task/20719/stat : 20719 (java) S 20715 20718 15677 0 -1 4202560 2478 0 1 0 45 3 0 0 20 0 22 0 107530273 10060525568 791056 33554432000 1073741824 1073778376 140736846812032 139755949917048 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20718/tid=20721] ppid=20715 vsize=9824732 CPUtime=2.22 cores=0,2,4,6
/proc/20718/task/20721/stat : 20721 (java) S 20715 20718 15677 0 -1 4202560 933 0 0 0 205 17 0 0 20 0 22 0 107530274 10060525568 791056 33554432000 1073741824 1073778376 140736846812032 139755888646440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20718/tid=20722] ppid=20715 vsize=9824732 CPUtime=2.03 cores=0,2,4,6
/proc/20718/task/20722/stat : 20722 (java) S 20715 20718 15677 0 -1 4202560 654 0 0 0 185 18 0 0 20 0 22 0 107530274 10060525568 791056 33554432000 1073741824 1073778376 140736846812032 139755792316584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20718/tid=20723] ppid=20715 vsize=9824732 CPUtime=2.12 cores=0,2,4,6
/proc/20718/task/20723/stat : 20723 (java) S 20715 20718 15677 0 -1 4202560 924 0 0 0 194 18 0 0 20 0 22 0 107530274 10060525568 791056 33554432000 1073741824 1073778376 140736846812032 139755791264296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20718/tid=20724] ppid=20715 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/20718/task/20724/stat : 20724 (java) S 20715 20718 15677 0 -1 4202560 1144 0 0 0 202 19 0 0 20 0 22 0 107530274 10060525568 791056 33554432000 1073741824 1073778376 140736846812032 139755790211496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20718/tid=20725] ppid=20715 vsize=9824732 CPUtime=2.23 cores=0,2,4,6
/proc/20718/task/20725/stat : 20725 (java) S 20715 20718 15677 0 -1 4202560 1466 0 0 0 203 20 0 0 20 0 22 0 107530274 10060525568 791056 33554432000 1073741824 1073778376 140736846812032 139755789159208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20718/tid=20726] ppid=20715 vsize=9824732 CPUtime=2.07 cores=0,2,4,6
/proc/20718/task/20726/stat : 20726 (java) S 20715 20718 15677 0 -1 4202560 1119 0 0 0 188 19 0 0 20 0 22 0 107530274 10060525568 791056 33554432000 1073741824 1073778376 140736846812032 139755788106408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20718/tid=20727] ppid=20715 vsize=9824732 CPUtime=2.16 cores=0,2,4,6
/proc/20718/task/20727/stat : 20727 (java) S 20715 20718 15677 0 -1 4202560 865 0 0 0 197 19 0 0 20 0 22 0 107530274 10060525568 791056 33554432000 1073741824 1073778376 140736846812032 139755787054120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20718/tid=20728] ppid=20715 vsize=9824732 CPUtime=2.02 cores=0,2,4,6
/proc/20718/task/20728/stat : 20728 (java) S 20715 20718 15677 0 -1 4202560 1014 0 0 0 184 18 0 0 20 0 22 0 107530274 10060525568 791056 33554432000 1073741824 1073778376 140736846812032 139755786001320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20718/tid=20729] ppid=20715 vsize=9824732 CPUtime=2.51 cores=0,2,4,6
/proc/20718/task/20729/stat : 20729 (java) S 20715 20718 15677 0 -1 4202560 2425 0 0 0 244 7 0 0 20 0 22 0 107530275 10060525568 791056 33554432000 1073741824 1073778376 140736846812032 139755773802728 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20718/tid=20730] ppid=20715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20718/task/20730/stat : 20730 (java) S 20715 20718 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107530276 10060525568 791056 33554432000 1073741824 1073778376 140736846812032 139755772748792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20718/tid=20731] ppid=20715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20718/task/20731/stat : 20731 (java) S 20715 20718 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107530276 10060525568 791056 33554432000 1073741824 1073778376 140736846812032 139755771696392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20718/tid=20732] ppid=20715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20718/task/20732/stat : 20732 (java) S 20715 20718 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107530278 10060525568 791056 33554432000 1073741824 1073778376 140736846812032 139755770644880 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20718/tid=20733] ppid=20715 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/20718/task/20733/stat : 20733 (java) S 20715 20718 15677 0 -1 4202560 7130 0 0 0 127 0 0 0 20 0 22 0 107530278 10060525568 791056 33554432000 1073741824 1073778376 140736846812032 139755769592504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20718/tid=20734] ppid=20715 vsize=9824732 CPUtime=2.17 cores=0,2,4,6
/proc/20718/task/20734/stat : 20734 (java) S 20715 20718 15677 0 -1 4202560 17644 0 0 0 214 3 0 0 20 0 22 0 107530278 10060525568 791056 33554432000 1073741824 1073778376 140736846812032 139755768539704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20718/tid=20735] ppid=20715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20718/task/20735/stat : 20735 (java) S 20715 20718 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107530278 10060525568 791056 33554432000 1073741824 1073778376 140736846812032 139755767487608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20718/tid=20736] ppid=20715 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/20718/task/20736/stat : 20736 (java) S 20715 20718 15677 0 -1 4202560 47 0 0 0 13 17 0 0 20 0 22 0 107530278 10060525568 791056 33554432000 1073741824 1073778376 140736846812032 139755766435016 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20718/tid=20752] ppid=20715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20718/task/20752/stat : 20752 (java) S 20715 20718 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107530519 10060525568 791056 33554432000 1073741824 1073778376 140736846812032 139755762222632 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20718/tid=20756] ppid=20715 vsize=9824732 CPUtime=805.8 cores=0,2,4,6
/proc/20718/task/20756/stat : 20756 (java) R 20715 20718 15677 0 -1 4202560 33 0 0 0 80566 14 0 0 20 0 22 0 107531219 10060525568 791056 33554432000 1073741824 1073778376 140736846812032 139755765378464 139755890234613 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20718/tid=20757] ppid=20715 vsize=9824732 CPUtime=805.86 cores=0,2,4,6
/proc/20718/task/20757/stat : 20757 (java) R 20715 20718 15677 0 -1 4202560 1587 0 0 0 80539 47 0 0 20 0 22 0 107531219 10060525568 791056 33554432000 1073741824 1073778376 140736846812032 139755764327496 139755890611686 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20718/tid=20758] ppid=20715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20718/task/20758/stat : 20758 (java) S 20715 20718 15677 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107531219 10060525568 791056 33554432000 1073741824 1073778376 140736846812032 139755763275048 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1647.87
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 3.96 4.12 4.16 5/221 20868
/proc/meminfo: memFree=24228804/32872528 swapFree=15540/1663004
[pid=20718] ppid=20715 vsize=9824732 CPUtime=1768.21 cores=0,2,4,6
/proc/20718/stat : 20718 (java) S 20715 20718 15677 0 -1 4202496 41860 0 1 0 176590 231 0 0 20 0 22 0 107530273 10060525568 828668 33554432000 1073741824 1073778376 140736846812032 140736846803168 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20718/statm: 2456183 828668 2303 9 0 2446860 0
[pid=20718/tid=20719] ppid=20715 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/20718/task/20719/stat : 20719 (java) S 20715 20718 15677 0 -1 4202560 2480 0 1 0 45 3 0 0 20 0 22 0 107530273 10060525568 828668 33554432000 1073741824 1073778376 140736846812032 139755949917048 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20718/tid=20721] ppid=20715 vsize=9824732 CPUtime=2.31 cores=0,2,4,6
/proc/20718/task/20721/stat : 20721 (java) S 20715 20718 15677 0 -1 4202560 946 0 0 0 213 18 0 0 20 0 22 0 107530274 10060525568 828668 33554432000 1073741824 1073778376 140736846812032 139755888646440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20718/tid=20722] ppid=20715 vsize=9824732 CPUtime=2.14 cores=0,2,4,6
/proc/20718/task/20722/stat : 20722 (java) S 20715 20718 15677 0 -1 4202560 671 0 0 0 195 19 0 0 20 0 22 0 107530274 10060525568 828668 33554432000 1073741824 1073778376 140736846812032 139755792316584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20718/tid=20723] ppid=20715 vsize=9824732 CPUtime=2.2 cores=0,2,4,6
/proc/20718/task/20723/stat : 20723 (java) S 20715 20718 15677 0 -1 4202560 931 0 0 0 202 18 0 0 20 0 22 0 107530274 10060525568 828668 33554432000 1073741824 1073778376 140736846812032 139755791264296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20718/tid=20724] ppid=20715 vsize=9824732 CPUtime=2.35 cores=0,2,4,6
/proc/20718/task/20724/stat : 20724 (java) S 20715 20718 15677 0 -1 4202560 1162 0 0 0 215 20 0 0 20 0 22 0 107530274 10060525568 828668 33554432000 1073741824 1073778376 140736846812032 139755790211496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20718/tid=20725] ppid=20715 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/20718/task/20725/stat : 20725 (java) S 20715 20718 15677 0 -1 4202560 1480 0 0 0 215 21 0 0 20 0 22 0 107530274 10060525568 828668 33554432000 1073741824 1073778376 140736846812032 139755789159208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20718/tid=20726] ppid=20715 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/20718/task/20726/stat : 20726 (java) S 20715 20718 15677 0 -1 4202560 1131 0 0 0 195 20 0 0 20 0 22 0 107530274 10060525568 828668 33554432000 1073741824 1073778376 140736846812032 139755788106408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20718/tid=20727] ppid=20715 vsize=9824732 CPUtime=2.25 cores=0,2,4,6
/proc/20718/task/20727/stat : 20727 (java) S 20715 20718 15677 0 -1 4202560 880 0 0 0 206 19 0 0 20 0 22 0 107530274 10060525568 828668 33554432000 1073741824 1073778376 140736846812032 139755787054120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20718/tid=20728] ppid=20715 vsize=9824732 CPUtime=2.12 cores=0,2,4,6
/proc/20718/task/20728/stat : 20728 (java) S 20715 20718 15677 0 -1 4202560 1027 0 0 0 194 18 0 0 20 0 22 0 107530274 10060525568 828668 33554432000 1073741824 1073778376 140736846812032 139755786001320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20718/tid=20729] ppid=20715 vsize=9824732 CPUtime=2.52 cores=0,2,4,6
/proc/20718/task/20729/stat : 20729 (java) S 20715 20718 15677 0 -1 4202560 2429 0 0 0 244 8 0 0 20 0 22 0 107530275 10060525568 828668 33554432000 1073741824 1073778376 140736846812032 139755773802728 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20718/tid=20730] ppid=20715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20718/task/20730/stat : 20730 (java) S 20715 20718 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107530276 10060525568 828668 33554432000 1073741824 1073778376 140736846812032 139755772748792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20718/tid=20731] ppid=20715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20718/task/20731/stat : 20731 (java) S 20715 20718 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107530276 10060525568 828668 33554432000 1073741824 1073778376 140736846812032 139755771696392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20718/tid=20732] ppid=20715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20718/task/20732/stat : 20732 (java) S 20715 20718 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107530278 10060525568 828668 33554432000 1073741824 1073778376 140736846812032 139755770644880 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20718/tid=20733] ppid=20715 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/20718/task/20733/stat : 20733 (java) S 20715 20718 15677 0 -1 4202560 7130 0 0 0 127 0 0 0 20 0 22 0 107530278 10060525568 828668 33554432000 1073741824 1073778376 140736846812032 139755769592504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20718/tid=20734] ppid=20715 vsize=9824732 CPUtime=2.17 cores=0,2,4,6
/proc/20718/task/20734/stat : 20734 (java) S 20715 20718 15677 0 -1 4202560 17644 0 0 0 214 3 0 0 20 0 22 0 107530278 10060525568 828668 33554432000 1073741824 1073778376 140736846812032 139755768539704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20718/tid=20735] ppid=20715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20718/task/20735/stat : 20735 (java) S 20715 20718 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107530278 10060525568 828668 33554432000 1073741824 1073778376 140736846812032 139755767487608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20718/tid=20736] ppid=20715 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/20718/task/20736/stat : 20736 (java) S 20715 20718 15677 0 -1 4202560 51 0 0 0 14 18 0 0 20 0 22 0 107530278 10060525568 828668 33554432000 1073741824 1073778376 140736846812032 139755766435016 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20718/tid=20752] ppid=20715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20718/task/20752/stat : 20752 (java) S 20715 20718 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107530519 10060525568 828668 33554432000 1073741824 1073778376 140736846812032 139755762222632 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20718/tid=20756] ppid=20715 vsize=9824732 CPUtime=865.58 cores=0,2,4,6
/proc/20718/task/20756/stat : 20756 (java) R 20715 20718 15677 0 -1 4202560 34 0 0 0 86543 15 0 0 20 0 22 0 107531219 10060525568 828668 33554432000 1073741824 1073778376 140736846812032 139755765378464 139755890234613 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20718/tid=20757] ppid=20715 vsize=9824732 CPUtime=865.63 cores=0,2,4,6
/proc/20718/task/20757/stat : 20757 (java) R 20715 20718 15677 0 -1 4202560 1680 0 0 0 86511 52 0 0 20 0 22 0 107531219 10060525568 828668 33554432000 1073741824 1073778376 140736846812032 139755764325296 139755890630335 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20718/tid=20758] ppid=20715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20718/task/20758/stat : 20758 (java) S 20715 20718 15677 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107531219 10060525568 828668 33554432000 1073741824 1073778376 140736846812032 139755763275048 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1768.21
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.201 s]
/proc/loadavg: 3.97 4.11 4.15 5/221 20868
/proc/meminfo: memFree=24322628/32872528 swapFree=15540/1663004
[pid=20718] ppid=20715 vsize=9824732 CPUtime=1800.17 cores=0,2,4,6
/proc/20718/stat : 20718 (java) S 20715 20718 15677 0 -1 4202496 41862 0 1 0 179786 231 0 0 20 0 22 0 107530273 10060525568 810104 33554432000 1073741824 1073778376 140736846812032 140736846803168 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20718/statm: 2456183 810104 2303 9 0 2446860 0
[pid=20718/tid=20719] ppid=20715 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/20718/task/20719/stat : 20719 (java) S 20715 20718 15677 0 -1 4202560 2480 0 1 0 45 3 0 0 20 0 22 0 107530273 10060525568 810104 33554432000 1073741824 1073778376 140736846812032 139755949917048 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20718/tid=20721] ppid=20715 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/20718/task/20721/stat : 20721 (java) S 20715 20718 15677 0 -1 4202560 946 0 0 0 218 18 0 0 20 0 22 0 107530274 10060525568 810104 33554432000 1073741824 1073778376 140736846812032 139755888646440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20718/tid=20722] ppid=20715 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/20718/task/20722/stat : 20722 (java) S 20715 20718 15677 0 -1 4202560 671 0 0 0 202 19 0 0 20 0 22 0 107530274 10060525568 810104 33554432000 1073741824 1073778376 140736846812032 139755792316584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20718/tid=20723] ppid=20715 vsize=9824732 CPUtime=2.22 cores=0,2,4,6
/proc/20718/task/20723/stat : 20723 (java) S 20715 20718 15677 0 -1 4202560 931 0 0 0 204 18 0 0 20 0 22 0 107530274 10060525568 810104 33554432000 1073741824 1073778376 140736846812032 139755791264296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20718/tid=20724] ppid=20715 vsize=9824732 CPUtime=2.38 cores=0,2,4,6
/proc/20718/task/20724/stat : 20724 (java) S 20715 20718 15677 0 -1 4202560 1162 0 0 0 218 20 0 0 20 0 22 0 107530274 10060525568 810104 33554432000 1073741824 1073778376 140736846812032 139755790211496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20718/tid=20725] ppid=20715 vsize=9824732 CPUtime=2.4 cores=0,2,4,6
/proc/20718/task/20725/stat : 20725 (java) S 20715 20718 15677 0 -1 4202560 1480 0 0 0 219 21 0 0 20 0 22 0 107530274 10060525568 810104 33554432000 1073741824 1073778376 140736846812032 139755789159208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20718/tid=20726] ppid=20715 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/20718/task/20726/stat : 20726 (java) S 20715 20718 15677 0 -1 4202560 1131 0 0 0 201 20 0 0 20 0 22 0 107530274 10060525568 810104 33554432000 1073741824 1073778376 140736846812032 139755788106408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20718/tid=20727] ppid=20715 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/20718/task/20727/stat : 20727 (java) S 20715 20718 15677 0 -1 4202560 880 0 0 0 209 19 0 0 20 0 22 0 107530274 10060525568 810104 33554432000 1073741824 1073778376 140736846812032 139755787054120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20718/tid=20728] ppid=20715 vsize=9824732 CPUtime=2.19 cores=0,2,4,6
/proc/20718/task/20728/stat : 20728 (java) S 20715 20718 15677 0 -1 4202560 1027 0 0 0 201 18 0 0 20 0 22 0 107530274 10060525568 810104 33554432000 1073741824 1073778376 140736846812032 139755786001320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20718/tid=20729] ppid=20715 vsize=9824732 CPUtime=2.52 cores=0,2,4,6
/proc/20718/task/20729/stat : 20729 (java) S 20715 20718 15677 0 -1 4202560 2429 0 0 0 244 8 0 0 20 0 22 0 107530275 10060525568 810104 33554432000 1073741824 1073778376 140736846812032 139755773802728 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20718/tid=20730] ppid=20715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20718/task/20730/stat : 20730 (java) S 20715 20718 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107530276 10060525568 810104 33554432000 1073741824 1073778376 140736846812032 139755772748792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20718/tid=20731] ppid=20715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20718/task/20731/stat : 20731 (java) S 20715 20718 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107530276 10060525568 810104 33554432000 1073741824 1073778376 140736846812032 139755771696392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20718/tid=20732] ppid=20715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20718/task/20732/stat : 20732 (java) S 20715 20718 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107530278 10060525568 810104 33554432000 1073741824 1073778376 140736846812032 139755770644880 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20718/tid=20733] ppid=20715 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/20718/task/20733/stat : 20733 (java) S 20715 20718 15677 0 -1 4202560 7130 0 0 0 127 0 0 0 20 0 22 0 107530278 10060525568 810104 33554432000 1073741824 1073778376 140736846812032 139755769592504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20718/tid=20734] ppid=20715 vsize=9824732 CPUtime=2.17 cores=0,2,4,6
/proc/20718/task/20734/stat : 20734 (java) S 20715 20718 15677 0 -1 4202560 17644 0 0 0 214 3 0 0 20 0 22 0 107530278 10060525568 810104 33554432000 1073741824 1073778376 140736846812032 139755768539704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20718/tid=20735] ppid=20715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20718/task/20735/stat : 20735 (java) S 20715 20718 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107530278 10060525568 810104 33554432000 1073741824 1073778376 140736846812032 139755767487608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20718/tid=20736] ppid=20715 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/20718/task/20736/stat : 20736 (java) S 20715 20718 15677 0 -1 4202560 51 0 0 0 15 18 0 0 20 0 22 0 107530278 10060525568 810104 33554432000 1073741824 1073778376 140736846812032 139755766435016 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20718/tid=20752] ppid=20715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20718/task/20752/stat : 20752 (java) S 20715 20718 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107530519 10060525568 810104 33554432000 1073741824 1073778376 140736846812032 139755762222632 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20718/tid=20756] ppid=20715 vsize=9824732 CPUtime=881.36 cores=0,2,4,6
/proc/20718/task/20756/stat : 20756 (java) R 20715 20718 15677 0 -1 4202560 35 0 0 0 88121 15 0 0 20 0 22 0 107531219 10060525568 810104 33554432000 1073741824 1073778376 140736846812032 139755765378480 139755890234618 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20718/tid=20757] ppid=20715 vsize=9824732 CPUtime=881.41 cores=0,2,4,6
/proc/20718/task/20757/stat : 20757 (java) R 20715 20718 15677 0 -1 4202560 1681 0 0 0 88089 52 0 0 20 0 22 0 107531219 10060525568 810104 33554432000 1073741824 1073778376 140736846812032 139755764325264 139755890611783 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20718/tid=20758] ppid=20715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20718/task/20758/stat : 20758 (java) S 20715 20718 15677 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107531219 10060525568 810104 33554432000 1073741824 1073778376 140736846812032 139755763275048 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 20718 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 898.271
CPU time (s): 1800.85
CPU user time (s): 1797.99
CPU system time (s): 2.86256
CPU usage (%): 200.48
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.99
system time used= 2.86256
maximum resident set size= 3449536
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41900
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23904
involuntary context switches= 29647

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.63214 second user time and 7.55485 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-07 01:32:55
IDJOB=4081789
IDBENCH=48205
IDSOLVER=2543
FILE ID=node134/4081789-1465255975
RUNJOBID= node134-1465243580-15693
PBS_JOBID= 19843249
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_200_25_5.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081789-1465255975/watcher-4081789-1465255975 -o /tmp/evaluation-result-4081789-1465255975/solver-4081789-1465255975 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1465243580-15693 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081789-1465255975.opb

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

MD5SUM BENCH= cdccc05ac387e7ee9cb8ab81f53ca6f8
RANDOM SEED=882785816

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.403
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.56
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.403
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.403
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.403
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.403
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26717356 kB
Buffers:           53904 kB
Cached:           121316 kB
SwapCached:         1804 kB
Active:          3677752 kB
Inactive:         103980 kB
Active(anon):    3607852 kB
Inactive(anon):     1040 kB
Active(file):      69900 kB
Inactive(file):   102940 kB
Unevictable:     1663004 kB
Mlocked:           15540 kB
SwapTotal:      67108856 kB
SwapFree:       67098296 kB
Dirty:               916 kB
Writeback:             0 kB
AnonPages:       5269192 kB
Mapped:            15416 kB
Shmem:                 0 kB
Slab:             569532 kB
SReclaimable:      12872 kB
SUnreclaim:       556660 kB
KernelStack:        1624 kB
PageTables:        14672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5896260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5169152 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= 71732 MiB
End job on node134 at 2016-06-07 01:47:53