Trace number 4118875

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16SAT (TO)-120 1800.07 1782.64

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
minlplib2-pb-0.1.0/opb/normalized-autocorr_bern25-06.lin.opb
MD5SUM35dc0307228d50357654f68e722217b3
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-120
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables407
Total number of constraints764
Number of constraints which are clauses382
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints382
Minimum length of a constraint3
Maximum length of a constraint5
Number of terms in the objective function 407
Biggest coefficient in the objective function 34
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 5840
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 34
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 5840
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.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 	16
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@3f662dc8
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@2a0ecd7e
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4118875-1467236801.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.27/0.21	c ... done. Wall clock time 0.107s.
0.27/0.21	c declared #vars     407
0.27/0.21	c #constraints  764
0.27/0.21	c constraints type 
0.27/0.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 382
0.27/0.21	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 382
0.27/0.21	c 764 constraints processed.
0.27/0.21	c objective function length is 407 literals
0.27/0.22	c SATISFIABLE
0.27/0.22	c OPTIMIZING...
0.27/0.22	c Got one! Elapsed wall clock time (in seconds):0.118
0.27/0.22	o -55
0.27/0.24	c Got one! Elapsed wall clock time (in seconds):0.131
0.27/0.24	o -57
0.27/0.25	c Got one! Elapsed wall clock time (in seconds):0.143
0.27/0.25	o -58
0.75/0.44	c Got one! Elapsed wall clock time (in seconds):0.331
0.75/0.44	o -77
0.75/0.44	c Got one! Elapsed wall clock time (in seconds):0.335
0.75/0.44	o -89
0.75/0.44	c Got one! Elapsed wall clock time (in seconds):0.339
0.75/0.44	o -91
0.75/0.45	c Got one! Elapsed wall clock time (in seconds):0.346
0.75/0.45	o -92
1.02/0.52	c Got one! Elapsed wall clock time (in seconds):0.414
1.02/0.52	o -93
1.02/0.58	c Got one! Elapsed wall clock time (in seconds):0.475
1.02/0.58	o -94
1.20/0.61	c Got one! Elapsed wall clock time (in seconds):0.509
1.20/0.61	o -95
1.20/0.66	c Got one! Elapsed wall clock time (in seconds):0.558
1.20/0.66	o -96
1.20/0.67	c Got one! Elapsed wall clock time (in seconds):0.561
1.20/0.67	o -99
1.20/0.67	c Got one! Elapsed wall clock time (in seconds):0.563
1.20/0.67	o -101
1.20/0.67	c Got one! Elapsed wall clock time (in seconds):0.565
1.20/0.67	o -102
1.43/0.82	c Got one! Elapsed wall clock time (in seconds):0.71
1.43/0.82	o -103
1.43/0.86	c Got one! Elapsed wall clock time (in seconds):0.751
1.43/0.86	o -104
1.43/0.86	c Got one! Elapsed wall clock time (in seconds):0.753
1.43/0.86	o -105
1.43/0.86	c Got one! Elapsed wall clock time (in seconds):0.756
1.43/0.86	o -106
1.63/0.94	c Got one! Elapsed wall clock time (in seconds):0.837
1.63/0.94	o -108
1.91/1.13	c cleaning 4579 clauses out of 9158 with flag 4062/9158
1.91/1.17	c Got one! Elapsed wall clock time (in seconds):1.068
1.91/1.17	o -113
2.24/1.40	c Got one! Elapsed wall clock time (in seconds):1.296
2.24/1.40	o -114
2.35/1.57	c cleaning 5221 clauses out of 10443 with flag 4040/15022
2.35/1.57	c Got one! Elapsed wall clock time (in seconds):1.462
2.35/1.57	o -116
2.75/1.92	c cleaning 5125 clauses out of 10254 with flag 10039/20054
2.75/1.99	c Got one! Elapsed wall clock time (in seconds):1.886
2.75/1.99	o -117
3.09/2.28	c cleaning 5120 clauses out of 10246 with flag 8004/25171
3.39/2.57	c Got one! Elapsed wall clock time (in seconds):2.461
3.39/2.57	o -118
3.50/2.65	c cleaning 5149 clauses out of 10299 with flag 2027/30344
3.91/3.06	c cleaning 5574 clauses out of 11149 with flag 14194/36343
3.91/3.09	c Got one! Elapsed wall clock time (in seconds):2.983
3.91/3.09	o -119
4.37/3.47	c cleaning 5514 clauses out of 11033 with flag 10002/41801
5.16/3.91	c cleaning 5760 clauses out of 11519 with flag 22003/47801
6.03/4.42	c cleaning 6379 clauses out of 12760 with flag 36005/54802
6.03/4.48	c Got one! Elapsed wall clock time (in seconds):4.372
6.03/4.48	o -120
6.36/4.77	c cleaning 5692 clauses out of 11387 with flag 8004/59808
6.77/5.19	c cleaning 5845 clauses out of 11695 with flag 20017/65808
7.31/5.68	c cleaning 6419 clauses out of 12850 with flag 34926/72808
8.06/6.31	c cleaning 7213 clauses out of 14432 with flag 54556/80809
8.76/7.04	c cleaning 8103 clauses out of 16218 with flag 76571/89808
9.67/7.94	c cleaning 9053 clauses out of 18116 with flag 100982/99809
10.65/8.89	c cleaning 10023 clauses out of 20062 with flag 128786/110808
11.75/9.95	c cleaning 11018 clauses out of 22039 with flag 162646/122808
13.04/11.20	c cleaning 12010 clauses out of 24021 with flag 202828/135808
14.55/12.70	c cleaning 12995 clauses out of 26011 with flag 250561/149808
15.95/14.17	c cleaning 14008 clauses out of 28016 with flag 286460/164808
17.85/16.01	c cleaning 14999 clauses out of 30009 with flag 322380/180809
19.66/17.83	c cleaning 16001 clauses out of 32010 with flag 357936/197809
21.67/19.82	c cleaning 17003 clauses out of 34008 with flag 394973/215808
24.10/22.09	c cleaning 17998 clauses out of 36005 with flag 435561/234808
26.49/24.40	c cleaning 19001 clauses out of 38008 with flag 479235/254809
28.79/26.78	c cleaning 20003 clauses out of 40007 with flag 524024/275809
31.59/29.53	c cleaning 20999 clauses out of 42003 with flag 570788/297808
34.29/32.28	c cleaning 22001 clauses out of 44004 with flag 619690/320808
37.30/35.28	c cleaning 23000 clauses out of 46003 with flag 670740/344808
40.94/38.57	c cleaning 23999 clauses out of 48003 with flag 724291/369808
44.43/42.07	c cleaning 25002 clauses out of 50004 with flag 784889/395808
48.13/45.71	c cleaning 25998 clauses out of 52003 with flag 845267/422809
51.73/49.35	c cleaning 27002 clauses out of 54004 with flag 906221/450808
57.23/54.37	c cleaning 27997 clauses out of 56002 with flag 968092/479808
62.73/59.82	c cleaning 28999 clauses out of 58005 with flag 1028506/509808
68.33/65.49	c cleaning 30001 clauses out of 60007 with flag 1090841/540809
73.63/70.78	c cleaning 31002 clauses out of 62005 with flag 1155198/572808
79.48/76.14	c cleaning 31999 clauses out of 64003 with flag 1222759/605808
85.10/81.79	c cleaning 33002 clauses out of 66004 with flag 1293955/639808
91.00/87.61	c cleaning 33999 clauses out of 68003 with flag 1369499/674809
97.60/94.24	c cleaning 34996 clauses out of 70003 with flag 1444791/710808
105.38/101.62	c cleaning 36000 clauses out of 72008 with flag 1524369/747809
113.39/109.69	c cleaning 37002 clauses out of 74007 with flag 1606708/785808
122.19/118.42	c cleaning 37998 clauses out of 76006 with flag 1687082/824809
131.06/126.92	c cleaning 38997 clauses out of 78007 with flag 1770053/864808
138.86/134.77	c cleaning 40001 clauses out of 80010 with flag 1852527/905808
147.36/143.30	c cleaning 41003 clauses out of 82009 with flag 1937288/947808
156.46/152.05	c cleaning 41999 clauses out of 84006 with flag 2024606/990808
165.56/161.18	c cleaning 43004 clauses out of 86007 with flag 2128174/1034808
175.91/171.12	c cleaning 44002 clauses out of 88004 with flag 2224729/1079809
187.21/182.40	c cleaning 45001 clauses out of 90001 with flag 2324104/1125808
199.36/194.30	c cleaning 46001 clauses out of 92002 with flag 2426215/1172810
211.26/206.12	c cleaning 47000 clauses out of 94000 with flag 2530402/1220809
222.98/217.24	c cleaning 47999 clauses out of 96001 with flag 2632175/1269810
234.08/228.35	c cleaning 48998 clauses out of 98000 with flag 2737957/1319808
245.64/239.85	c cleaning 49997 clauses out of 100002 with flag 2843005/1370808
257.22/251.46	c cleaning 51002 clauses out of 102006 with flag 2951712/1422809
270.06/264.02	c cleaning 52000 clauses out of 104003 with flag 3064412/1475808
282.66/276.45	c cleaning 53000 clauses out of 106003 with flag 3179389/1529808
296.17/289.94	c cleaning 54001 clauses out of 108003 with flag 3299052/1584808
309.61/303.21	c cleaning 55001 clauses out of 110005 with flag 3418086/1640811
323.72/317.37	c cleaning 56001 clauses out of 112002 with flag 3540843/1697809
339.00/332.53	c cleaning 57001 clauses out of 114001 with flag 3663898/1755809
354.62/348.06	c cleaning 57997 clauses out of 116000 with flag 3790384/1814809
371.74/364.95	c cleaning 58998 clauses out of 118002 with flag 3915621/1874808
387.65/380.87	c cleaning 59997 clauses out of 120004 with flag 4046140/1935808
404.40/397.48	c cleaning 61001 clauses out of 122007 with flag 4175405/1997808
421.74/414.62	c cleaning 61999 clauses out of 124006 with flag 4308034/2060808
441.66/434.43	c cleaning 63000 clauses out of 126007 with flag 4437801/2124808
459.93/452.53	c cleaning 63999 clauses out of 128008 with flag 4573721/2189809
479.99/472.46	c cleaning 65004 clauses out of 130008 with flag 4714762/2255808
500.50/492.78	c cleaning 66001 clauses out of 132004 with flag 4855970/2322808
522.21/514.29	c cleaning 66989 clauses out of 134005 with flag 5032365/2390810
544.70/536.51	c cleaning 68002 clauses out of 136014 with flag 5219394/2459808
564.58/556.23	c cleaning 69004 clauses out of 138013 with flag 5361944/2529809
586.27/577.70	c cleaning 70001 clauses out of 140009 with flag 5506812/2600809
609.50/600.88	c cleaning 71002 clauses out of 142007 with flag 5653844/2672808
634.01/625.23	c cleaning 72001 clauses out of 144006 with flag 5800846/2745809
658.78/649.83	c cleaning 72999 clauses out of 146004 with flag 5950206/2819808
682.65/673.67	c cleaning 74000 clauses out of 148005 with flag 6102273/2894808
708.86/699.54	c cleaning 75001 clauses out of 150007 with flag 6256562/2970810
737.26/727.87	c cleaning 75998 clauses out of 152004 with flag 6445617/3047808
770.39/760.85	c cleaning 77003 clauses out of 154011 with flag 6685553/3125813
801.95/792.14	c cleaning 77994 clauses out of 156003 with flag 6892106/3204808
833.20/823.20	c cleaning 79001 clauses out of 158009 with flag 7057225/3284808
862.77/852.41	c cleaning 80001 clauses out of 160009 with flag 7224092/3365809
893.95/883.56	c cleaning 81005 clauses out of 162009 with flag 7453298/3447810
933.14/922.51	c cleaning 81991 clauses out of 164004 with flag 7710969/3530810
964.40/953.58	c cleaning 83001 clauses out of 166011 with flag 7908563/3614808
997.83/986.61	c cleaning 84003 clauses out of 168011 with flag 8082025/3699809
1029.18/1017.88	c cleaning 84999 clauses out of 170007 with flag 8256567/3785808
1063.45/1051.97	c cleaning 86004 clauses out of 172008 with flag 8435004/3872808
1099.44/1087.66	c cleaning 86998 clauses out of 174004 with flag 8612165/3960808
1137.11/1124.94	c cleaning 88002 clauses out of 176007 with flag 8792503/4049809
1175.58/1163.14	c cleaning 88998 clauses out of 178004 with flag 8976151/4139808
1217.60/1204.79	c cleaning 90001 clauses out of 180006 with flag 9162076/4230808
1259.94/1246.89	c cleaning 91002 clauses out of 182006 with flag 9349592/4322809
1304.91/1291.50	c cleaning 91998 clauses out of 184003 with flag 9537519/4415808
1350.14/1336.39	c cleaning 93001 clauses out of 186006 with flag 9729343/4509809
1395.30/1381.18	c cleaning 93999 clauses out of 188005 with flag 9922501/4604809
1443.27/1428.69	c cleaning 95001 clauses out of 190005 with flag 10116644/4700808
1494.73/1479.86	c cleaning 96000 clauses out of 192004 with flag 10313222/4797808
1548.32/1533.02	c cleaning 96998 clauses out of 194004 with flag 10512946/4895808
1599.45/1583.74	c cleaning 97997 clauses out of 196006 with flag 10715237/4994808
1647.66/1631.54	c cleaning 99003 clauses out of 198010 with flag 10918891/5094809
1699.64/1682.94	c cleaning 99994 clauses out of 200006 with flag 11134314/5195808
1754.89/1737.89	c cleaning 101003 clauses out of 202014 with flag 11427870/5297810
1800.07/1782.60	c starts		: 12184
1800.07/1782.60	c conflicts		: 5384027
1800.07/1782.60	c decisions		: 6782558
1800.07/1782.60	c propagations		: 116946289
1800.07/1782.60	c inspects		: 32885735826
1800.07/1782.60	c shortcuts		: 0
1800.07/1782.60	c learnt literals	: 0
1800.07/1782.60	c learnt binary clauses	: 367
1800.07/1782.60	c learnt ternary clauses	: 1623
1800.07/1782.60	c learnt constraints	: 5384028
1800.07/1782.60	c ignored constraints	: 0
1800.07/1782.60	c root simplifications	: 0
1800.07/1782.60	c removed literals (reason simplification)	: 0
1800.07/1782.60	c reason swapping (by a shorter reason)	: 0
1800.07/1782.60	c Calls to reduceDB	: 107
1800.07/1782.60	c Number of update (reduction) of LBD	: 66839
1800.07/1782.60	c Imported unit clauses	: 0
1800.07/1782.60	c number of reductions to clauses (during analyze)	: 0
1800.07/1782.60	c number of learned constraints concerned by reduction	: 0
1800.07/1782.60	c number of learning phase by resolution	: 0
1800.07/1782.60	c number of learning phase by cutting planes	: 0
1800.07/1782.60	c speed (assignments/second)	: 65612.25043971982
1800.07/1782.60	c non guided choices	0
1800.07/1782.63	c learnt constraints type 
1800.07/1782.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 367
1800.07/1782.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 186862
1800.07/1782.63	s SATISFIABLE
1800.07/1782.63	c Found 26 solution(s)
1800.07/1782.63	v -x1 x2 -x3 -x4 -x5 x6 -x7 x8 x9 x10 -x11 x12 x13 x14 -x15 x16 x17 x18 x19 -x20 x21 -x22 -x23 -x24 x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 x56 -x57 -x58 x59 x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 x72 -x73 -x74 x75 x76 -x77 -x78 -x79 -x80 x81 -x82 -x83 -x84 -x85 x86 -x87 -x88 x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 x158 -x159 x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 x172 -x173 x174 x175 -x176 x177 -x178 -x179 x180 -x181 x182 x183 x184 -x185 -x186 x187 x188 x189 -x190 -x191 -x192 -x193 x194 -x195 x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 x208 -x209 x210 x211 -x212 x213 -x214 -x215 x216 -x217 x218 x219 x220 -x221 -x222 x223 x224 x225 -x226 -x227 -x228 -x229 x230 x231 x232 x233 x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 x244 x245 -x246 x247 x248 x249 -x250 x251 -x252 x253 -x254 x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 x324 x325 x326 -x327 -x328 -x329 -x330 -x331 -x332 x333 x334 -x335 x336 x337 x338 -x339 x340 x341 x342 -x343 x344 x345 x346 -x347 -x348 -x349 -x350 -x351 -x352 x353 x354 -x355 x356 x357 x358 -x359 x360 x361 x362 -x363 x364 x365 x366 x367 -x368 -x369 -x370 -x371 -x372 x373 x374 x375 -x376 x377 x378 x379 -x380 x381 -x382 x383 -x384 x385 -x386 -x387 -x388 x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 x401 -x402 -x403 -x404 -x405 -x406 -x407 
1800.07/1782.63	c objective function=-120
1800.07/1782.63	c Total wall clock time (in seconds): 1782.529

Verifier Data

OK	-120

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-4118875-1467236801/watcher-4118875-1467236801 -o /tmp/evaluation-result-4118875-1467236801/solver-4118875-1467236801 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467233254-15698 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4118875-1467236801.opb 

pid=16141
running on 8 cores: 4-7,12-15

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.40 2.21 2.14 3/281 16144
/proc/meminfo: memFree=27914560/32872528 swapFree=8828/8828
[pid=16144] ppid=16141 vsize=97336 CPUtime=0 cores=4-7,12-15
/proc/16144/stat : 16144 (java) S 16141 16144 15681 0 -1 4202496 1396 0 0 0 0 0 0 0 20 0 2 0 4632888 99672064 1019 33554432000 1073741824 1073778376 140734923957424 140734923948560 216811995197 0 0 0 16784584 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/16144/statm: 24334 1020 780 9 0 16774 0
[pid=16144/tid=16145] ppid=16141 vsize=99436 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16145/stat : 16145 (java) R 16141 16144 15681 0 -1 4202560 194 0 0 0 0 0 0 0 20 0 2 0 4632889 101822464 1031 33554432000 1073741824 1073778376 140734923957424 139840719467192 216799472935 0 0 0 16784584 0 0 0 -1 12 0 0 0 0 0

[startup+0.100175 s]
/proc/loadavg: 2.40 2.21 2.14 3/281 16144
/proc/meminfo: memFree=27914560/32872528 swapFree=8828/8828
[pid=16144] ppid=16141 vsize=9896436 CPUtime=0.1 cores=4-7,12-15
/proc/16144/stat : 16144 (java) S 16141 16144 15681 0 -1 4202496 4540 0 1 0 9 1 0 0 20 0 23 0 4632888 10133950464 5657 33554432000 1073741824 1073778376 140734923957424 140734923948560 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/16144/statm: 2474109 5657 2140 9 0 2464786 0
[pid=16144/tid=16145] ppid=16141 vsize=9896436 CPUtime=0.07 cores=4-7,12-15
/proc/16144/task/16145/stat : 16145 (java) R 16141 16144 15681 0 -1 4202560 2469 0 1 0 7 0 0 0 20 0 23 0 4632889 10133950464 5657 33554432000 1073741824 1073778376 140734923957424 139840719469640 216812021005 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9896436

[startup+0.20028 s]
/proc/loadavg: 2.40 2.21 2.14 3/281 16144
/proc/meminfo: memFree=27914560/32872528 swapFree=8828/8828
[pid=16144] ppid=16141 vsize=9896436 CPUtime=0.27 cores=4-7,12-15
/proc/16144/stat : 16144 (java) S 16141 16144 15681 0 -1 4202496 5049 0 1 0 26 1 0 0 20 0 23 0 4632888 10133950464 6560 33554432000 1073741824 1073778376 140734923957424 140734923948560 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/16144/statm: 2474109 6560 2215 9 0 2464786 0
[pid=16144/tid=16145] ppid=16141 vsize=9896436 CPUtime=0.17 cores=4-7,12-15
/proc/16144/task/16145/stat : 16145 (java) R 16141 16144 15681 0 -1 4202560 2487 0 1 0 17 0 0 0 20 0 23 0 4632889 10133950464 6560 33554432000 1073741824 1073778376 140734923957424 139840719463752 139840591976736 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9896436

[startup+0.300277 s]
/proc/loadavg: 2.40 2.21 2.14 3/281 16144
/proc/meminfo: memFree=27914560/32872528 swapFree=8828/8828
[pid=16144] ppid=16141 vsize=9963000 CPUtime=0.49 cores=4-7,12-15
/proc/16144/stat : 16144 (java) S 16141 16144 15681 0 -1 4202496 7234 0 1 0 47 2 0 0 20 0 24 0 4632888 10202112000 8828 33554432000 1073741824 1073778376 140734923957424 140734923948560 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/16144/statm: 2490750 8828 2245 9 0 2481427 0
[pid=16144/tid=16145] ppid=16141 vsize=9963000 CPUtime=0.27 cores=4-7,12-15
/proc/16144/task/16145/stat : 16145 (java) R 16141 16144 15681 0 -1 4202560 2497 0 1 0 26 1 0 0 20 0 24 0 4632889 10202112000 8828 33554432000 1073741824 1073778376 140734923957424 139840719471232 139840592016371 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9963000

[startup+0.700291 s]
/proc/loadavg: 2.40 2.21 2.14 3/281 16144
/proc/meminfo: memFree=27914560/32872528 swapFree=8828/8828
[pid=16144] ppid=16141 vsize=9963000 CPUtime=1.33 cores=4-7,12-15
/proc/16144/stat : 16144 (java) S 16141 16144 15681 0 -1 4202496 11973 0 1 0 130 3 0 0 20 0 24 0 4632888 10202112000 12691 33554432000 1073741824 1073778376 140734923957424 140734923948560 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/16144/statm: 2490750 12691 2250 9 0 2481427 0
[pid=16144/tid=16145] ppid=16141 vsize=9963000 CPUtime=0.67 cores=4-7,12-15
/proc/16144/task/16145/stat : 16145 (java) R 16141 16144 15681 0 -1 4202560 2501 0 1 0 66 1 0 0 20 0 24 0 4632889 10202112000 12691 33554432000 1073741824 1073778376 140734923957424 139840719471232 139840592425031 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 9963000

[startup+1.50092 s]
/proc/loadavg: 2.45 2.22 2.14 3/305 16168
/proc/meminfo: memFree=27865136/32872528 swapFree=8828/8828
[pid=16144] ppid=16141 vsize=9963000 CPUtime=2.35 cores=4-7,12-15
/proc/16144/stat : 16144 (java) S 16141 16144 15681 0 -1 4202496 12937 0 1 0 232 3 0 0 20 0 24 0 4632888 10202112000 15858 33554432000 1073741824 1073778376 140734923957424 140734923948560 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/16144/statm: 2490750 15858 2263 9 0 2481427 0
[pid=16144/tid=16145] ppid=16141 vsize=9963000 CPUtime=1.47 cores=4-7,12-15
/proc/16144/task/16145/stat : 16145 (java) R 16141 16144 15681 0 -1 4202560 2508 0 1 0 146 1 0 0 20 0 24 0 4632889 10202112000 15858 33554432000 1073741824 1073778376 140734923957424 139840719471096 139840592543958 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16144/tid=16147] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16147/stat : 16147 (java) S 16141 16144 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4632890 10202112000 15858 33554432000 1073741824 1073778376 140734923957424 139840563362856 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=16144/tid=16148] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16148/stat : 16148 (java) S 16141 16144 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4632890 10202112000 15858 33554432000 1073741824 1073778376 140734923957424 139840562310056 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16144/tid=16149] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16149/stat : 16149 (java) S 16141 16144 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4632890 10202112000 15858 33554432000 1073741824 1073778376 140734923957424 139840561257256 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16144/tid=16150] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16150/stat : 16150 (java) S 16141 16144 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4632890 10202112000 15858 33554432000 1073741824 1073778376 140734923957424 139840560204456 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16144/tid=16151] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16151/stat : 16151 (java) S 16141 16144 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4632890 10202112000 15858 33554432000 1073741824 1073778376 140734923957424 139840559151656 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16144/tid=16152] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16152/stat : 16152 (java) S 16141 16144 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4632890 10202112000 15858 33554432000 1073741824 1073778376 140734923957424 139840558098856 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16144/tid=16153] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16153/stat : 16153 (java) S 16141 16144 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4632890 10202112000 15858 33554432000 1073741824 1073778376 140734923957424 139840557046056 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16144/tid=16154] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16154/stat : 16154 (java) S 16141 16144 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 4632890 10202112000 15858 33554432000 1073741824 1073778376 140734923957424 139840555993256 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16144/tid=16155] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16155/stat : 16155 (java) S 16141 16144 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 4632890 10202112000 15858 33554432000 1073741824 1073778376 140734923957424 139840554941480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=16144/tid=16156] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16156/stat : 16156 (java) S 16141 16144 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 4632890 10202112000 15858 33554432000 1073741824 1073778376 140734923957424 139840553888680 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=16144/tid=16157] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16157/stat : 16157 (java) S 16141 16144 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 4632890 10202112000 15858 33554432000 1073741824 1073778376 140734923957424 139840552835880 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=16144/tid=16158] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16158/stat : 16158 (java) S 16141 16144 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 4632890 10202112000 15858 33554432000 1073741824 1073778376 140734923957424 139840551783080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16144/tid=16159] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16159/stat : 16159 (java) S 16141 16144 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 4632890 10202112000 15858 33554432000 1073741824 1073778376 140734923957424 139840550730280 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16144/tid=16160] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16160/stat : 16160 (java) S 16141 16144 15681 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 24 0 4632891 10202112000 15858 33554432000 1073741824 1073778376 140734923957424 139840533055848 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16144/tid=16161] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16161/stat : 16161 (java) S 16141 16144 15681 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 24 0 4632891 10202112000 15858 33554432000 1073741824 1073778376 140734923957424 139840532001912 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16144/tid=16162] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16162/stat : 16162 (java) S 16141 16144 15681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 4632891 10202112000 15858 33554432000 1073741824 1073778376 140734923957424 139840530949000 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16144/tid=16163] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16163/stat : 16163 (java) S 16141 16144 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4632894 10202112000 15858 33554432000 1073741824 1073778376 140734923957424 139840529898512 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16144/tid=16164] ppid=16141 vsize=9963000 CPUtime=0.37 cores=4-7,12-15
/proc/16144/task/16164/stat : 16164 (java) S 16141 16144 15681 0 -1 4202560 3764 0 0 0 37 0 0 0 20 0 24 0 4632894 10202112000 15858 33554432000 1073741824 1073778376 140734923957424 139840528845624 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16144/tid=16165] ppid=16141 vsize=9963000 CPUtime=0.46 cores=4-7,12-15
/proc/16144/task/16165/stat : 16165 (java) S 16141 16144 15681 0 -1 4202560 5378 0 0 0 46 0 0 0 20 0 24 0 4632894 10202112000 15858 33554432000 1073741824 1073778376 140734923957424 139840527792824 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=16144/tid=16166] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16166/stat : 16166 (java) S 16141 16144 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4632894 10202112000 15858 33554432000 1073741824 1073778376 140734923957424 139840526740216 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=16144/tid=16167] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16167/stat : 16167 (java) S 16141 16144 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4632894 10202112000 15858 33554432000 1073741824 1073778376 140734923957424 139840525687624 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16144/tid=16168] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16168/stat : 16168 (java) S 16141 16144 15681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 4632911 10202112000 15858 33554432000 1073741824 1073778376 140734923957424 139840524534824 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 9963000

[startup+3.10086 s]
/proc/loadavg: 2.45 2.22 2.14 3/305 16168
/proc/meminfo: memFree=27846084/32872528 swapFree=8828/8828
[pid=16144] ppid=16141 vsize=9963000 CPUtime=4.02 cores=4-7,12-15
/proc/16144/stat : 16144 (java) S 16141 16144 15681 0 -1 4202496 12959 0 1 0 398 4 0 0 20 0 24 0 4632888 10202112000 22522 33554432000 1073741824 1073778376 140734923957424 140734923948560 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/16144/statm: 2490750 22522 2263 9 0 2481427 0
[pid=16144/tid=16145] ppid=16141 vsize=9963000 CPUtime=3.06 cores=4-7,12-15
/proc/16144/task/16145/stat : 16145 (java) R 16141 16144 15681 0 -1 4202560 2522 0 1 0 305 1 0 0 20 0 24 0 4632889 10202112000 22522 33554432000 1073741824 1073778376 140734923957424 139840719462048 139840592517373 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16144/tid=16147] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16147/stat : 16147 (java) S 16141 16144 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4632890 10202112000 22522 33554432000 1073741824 1073778376 140734923957424 139840563362856 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=16144/tid=16148] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16148/stat : 16148 (java) S 16141 16144 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4632890 10202112000 22522 33554432000 1073741824 1073778376 140734923957424 139840562310056 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16144/tid=16149] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16149/stat : 16149 (java) S 16141 16144 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4632890 10202112000 22522 33554432000 1073741824 1073778376 140734923957424 139840561257256 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16144/tid=16150] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16150/stat : 16150 (java) S 16141 16144 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4632890 10202112000 22522 33554432000 1073741824 1073778376 140734923957424 139840560204456 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16144/tid=16151] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16151/stat : 16151 (java) S 16141 16144 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4632890 10202112000 22522 33554432000 1073741824 1073778376 140734923957424 139840559151656 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16144/tid=16152] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16152/stat : 16152 (java) S 16141 16144 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4632890 10202112000 22522 33554432000 1073741824 1073778376 140734923957424 139840558098856 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16144/tid=16153] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16153/stat : 16153 (java) S 16141 16144 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4632890 10202112000 22522 33554432000 1073741824 1073778376 140734923957424 139840557046056 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16144/tid=16154] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16154/stat : 16154 (java) S 16141 16144 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 4632890 10202112000 22522 33554432000 1073741824 1073778376 140734923957424 139840555993256 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16144/tid=16155] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16155/stat : 16155 (java) S 16141 16144 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 4632890 10202112000 22522 33554432000 1073741824 1073778376 140734923957424 139840554941480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=16144/tid=16156] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16156/stat : 16156 (java) S 16141 16144 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 4632890 10202112000 22522 33554432000 1073741824 1073778376 140734923957424 139840553888680 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=16144/tid=16157] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16157/stat : 16157 (java) S 16141 16144 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 4632890 10202112000 22522 33554432000 1073741824 1073778376 140734923957424 139840552835880 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=16144/tid=16158] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16158/stat : 16158 (java) S 16141 16144 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 4632890 10202112000 22522 33554432000 1073741824 1073778376 140734923957424 139840551783080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16144/tid=16159] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16159/stat : 16159 (java) S 16141 16144 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 4632890 10202112000 22522 33554432000 1073741824 1073778376 140734923957424 139840550730280 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16144/tid=16160] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16160/stat : 16160 (java) S 16141 16144 15681 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 24 0 4632891 10202112000 22522 33554432000 1073741824 1073778376 140734923957424 139840533055848 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16144/tid=16161] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16161/stat : 16161 (java) S 16141 16144 15681 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 24 0 4632891 10202112000 22522 33554432000 1073741824 1073778376 140734923957424 139840532001912 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16144/tid=16162] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16162/stat : 16162 (java) S 16141 16144 15681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 4632891 10202112000 22522 33554432000 1073741824 1073778376 140734923957424 139840530949000 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16144/tid=16163] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16163/stat : 16163 (java) S 16141 16144 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4632894 10202112000 22522 33554432000 1073741824 1073778376 140734923957424 139840529898512 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16144/tid=16164] ppid=16141 vsize=9963000 CPUtime=0.39 cores=4-7,12-15
/proc/16144/task/16164/stat : 16164 (java) R 16141 16144 15681 0 -1 4202560 3766 0 0 0 39 0 0 0 20 0 24 0 4632894 10202112000 22522 33554432000 1073741824 1073778376 140734923957424 139840528845624 139840722072396 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0
[pid=16144/tid=16165] ppid=16141 vsize=9963000 CPUtime=0.51 cores=4-7,12-15
/proc/16144/task/16165/stat : 16165 (java) R 16141 16144 15681 0 -1 4202560 5384 0 0 0 51 0 0 0 20 0 24 0 4632894 10202112000 22522 33554432000 1073741824 1073778376 140734923957424 139840527792704 139840727462065 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0
[pid=16144/tid=16166] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16166/stat : 16166 (java) S 16141 16144 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4632894 10202112000 22522 33554432000 1073741824 1073778376 140734923957424 139840526740216 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=16144/tid=16167] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16167/stat : 16167 (java) S 16141 16144 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4632894 10202112000 22522 33554432000 1073741824 1073778376 140734923957424 139840525687624 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16144/tid=16168] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16168/stat : 16168 (java) S 16141 16144 15681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 4632911 10202112000 22522 33554432000 1073741824 1073778376 140734923957424 139840524534824 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 4.02
Current children cumulated vsize (KiB) 9963000

[startup+6.30092 s]
/proc/loadavg: 2.41 2.22 2.14 3/305 16168
/proc/meminfo: memFree=27767040/32872528 swapFree=8828/8828
[pid=16144] ppid=16141 vsize=9963000 CPUtime=8.06 cores=4-7,12-15
/proc/16144/stat : 16144 (java) S 16141 16144 15681 0 -1 4202496 19076 0 1 0 800 6 0 0 20 0 24 0 4632888 10202112000 36979 33554432000 1073741824 1073778376 140734923957424 140734923948560 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/16144/statm: 2490750 36979 2266 9 0 2481427 0
[pid=16144/tid=16145] ppid=16141 vsize=9963000 CPUtime=6.26 cores=4-7,12-15
/proc/16144/task/16145/stat : 16145 (java) R 16141 16144 15681 0 -1 4202560 2550 0 1 0 624 2 0 0 20 0 24 0 4632889 10202112000 36979 33554432000 1073741824 1073778376 140734923957424 139840719469128 139840592517725 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16144/tid=16147] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16147/stat : 16147 (java) S 16141 16144 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4632890 10202112000 36979 33554432000 1073741824 1073778376 140734923957424 139840563362856 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=16144/tid=16148] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16148/stat : 16148 (java) S 16141 16144 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4632890 10202112000 36979 33554432000 1073741824 1073778376 140734923957424 139840562310056 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16144/tid=16149] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16149/stat : 16149 (java) S 16141 16144 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4632890 10202112000 36979 33554432000 1073741824 1073778376 140734923957424 139840561257256 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16144/tid=16150] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15

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

/proc/16144/task/16155/stat : 16155 (java) S 16141 16144 15681 0 -1 4202560 426 0 0 0 120 24 0 0 20 0 24 0 4632890 10202112000 100656 33554432000 1073741824 1073778376 140734923957424 139840554941480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=16144/tid=16156] ppid=16141 vsize=9963000 CPUtime=1.19 cores=4-7,12-15
/proc/16144/task/16156/stat : 16156 (java) S 16141 16144 15681 0 -1 4202560 205 0 0 0 104 15 0 0 20 0 24 0 4632890 10202112000 100656 33554432000 1073741824 1073778376 140734923957424 139840553888680 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16144/tid=16157] ppid=16141 vsize=9963000 CPUtime=1.33 cores=4-7,12-15
/proc/16144/task/16157/stat : 16157 (java) S 16141 16144 15681 0 -1 4202560 312 0 0 0 117 16 0 0 20 0 24 0 4632890 10202112000 100656 33554432000 1073741824 1073778376 140734923957424 139840552835880 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16144/tid=16158] ppid=16141 vsize=9963000 CPUtime=1.38 cores=4-7,12-15
/proc/16144/task/16158/stat : 16158 (java) S 16141 16144 15681 0 -1 4202560 353 0 0 0 117 21 0 0 20 0 24 0 4632890 10202112000 100656 33554432000 1073741824 1073778376 140734923957424 139840551783080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16144/tid=16159] ppid=16141 vsize=9963000 CPUtime=1.13 cores=4-7,12-15
/proc/16144/task/16159/stat : 16159 (java) S 16141 16144 15681 0 -1 4202560 177 0 0 0 99 14 0 0 20 0 24 0 4632890 10202112000 100656 33554432000 1073741824 1073778376 140734923957424 139840550730280 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16144/tid=16160] ppid=16141 vsize=9963000 CPUtime=1.16 cores=4-7,12-15
/proc/16144/task/16160/stat : 16160 (java) S 16141 16144 15681 0 -1 4202560 347 0 0 0 112 4 0 0 20 0 24 0 4632891 10202112000 100656 33554432000 1073741824 1073778376 140734923957424 139840533055848 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16144/tid=16161] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16161/stat : 16161 (java) S 16141 16144 15681 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 4632891 10202112000 100656 33554432000 1073741824 1073778376 140734923957424 139840532001912 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16144/tid=16162] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16162/stat : 16162 (java) S 16141 16144 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 24 0 4632891 10202112000 100656 33554432000 1073741824 1073778376 140734923957424 139840530949000 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16144/tid=16163] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16163/stat : 16163 (java) S 16141 16144 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4632894 10202112000 100656 33554432000 1073741824 1073778376 140734923957424 139840529898512 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16144/tid=16164] ppid=16141 vsize=9963000 CPUtime=0.45 cores=4-7,12-15
/proc/16144/task/16164/stat : 16164 (java) S 16141 16144 15681 0 -1 4202560 3773 0 0 0 45 0 0 0 20 0 24 0 4632894 10202112000 100656 33554432000 1073741824 1073778376 140734923957424 139840528845624 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16144/tid=16165] ppid=16141 vsize=9963000 CPUtime=1.32 cores=4-7,12-15
/proc/16144/task/16165/stat : 16165 (java) S 16141 16144 15681 0 -1 4202560 11470 0 0 0 130 2 0 0 20 0 24 0 4632894 10202112000 100656 33554432000 1073741824 1073778376 140734923957424 139840527792824 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16144/tid=16166] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16166/stat : 16166 (java) S 16141 16144 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4632894 10202112000 100656 33554432000 1073741824 1073778376 140734923957424 139840526740216 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=16144/tid=16167] ppid=16141 vsize=9963000 CPUtime=0.7 cores=4-7,12-15
/proc/16144/task/16167/stat : 16167 (java) S 16141 16144 15681 0 -1 4202560 100 0 0 0 32 38 0 0 20 0 24 0 4632894 10202112000 100656 33554432000 1073741824 1073778376 140734923957424 139840525687624 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16144/tid=16168] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16168/stat : 16168 (java) S 16141 16144 15681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 4632911 10202112000 100656 33554432000 1073741824 1073778376 140734923957424 139840524534824 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 1739.28
Current children cumulated vsize (KiB) 9963000

[startup+1782.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/305 16318
/proc/meminfo: memFree=27234280/32872528 swapFree=8828/8828
[pid=16144] ppid=16141 vsize=9963000 CPUtime=1799.77 cores=4-7,12-15
/proc/16144/stat : 16144 (java) S 16141 16144 15681 0 -1 4202496 23916 0 1 0 179697 280 0 0 20 0 24 0 4632888 10202112000 99895 33554432000 1073741824 1073778376 140734923957424 140734923948560 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/16144/statm: 2490750 99895 2288 9 0 2481427 0
[pid=16144/tid=16145] ppid=16141 vsize=9963000 CPUtime=1774.03 cores=4-7,12-15
/proc/16144/task/16145/stat : 16145 (java) R 16141 16144 15681 0 -1 4202560 2667 0 1 0 177370 33 0 0 20 0 24 0 4632889 10202112000 99895 33554432000 1073741824 1073778376 140734923957424 139840719469760 139840592457112 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0
[pid=16144/tid=16147] ppid=16141 vsize=9963000 CPUtime=1.31 cores=4-7,12-15
/proc/16144/task/16147/stat : 16147 (java) S 16141 16144 15681 0 -1 4202560 390 0 0 0 116 15 0 0 20 0 24 0 4632890 10202112000 99895 33554432000 1073741824 1073778376 140734923957424 139840563362856 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16144/tid=16148] ppid=16141 vsize=9963000 CPUtime=1.29 cores=4-7,12-15
/proc/16144/task/16148/stat : 16148 (java) S 16141 16144 15681 0 -1 4202560 377 0 0 0 116 13 0 0 20 0 24 0 4632890 10202112000 99895 33554432000 1073741824 1073778376 140734923957424 139840562310056 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16144/tid=16149] ppid=16141 vsize=9963000 CPUtime=1.3 cores=4-7,12-15
/proc/16144/task/16149/stat : 16149 (java) S 16141 16144 15681 0 -1 4202560 404 0 0 0 115 15 0 0 20 0 24 0 4632890 10202112000 99895 33554432000 1073741824 1073778376 140734923957424 139840561257256 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16144/tid=16150] ppid=16141 vsize=9963000 CPUtime=1.33 cores=4-7,12-15
/proc/16144/task/16150/stat : 16150 (java) S 16141 16144 15681 0 -1 4202560 249 0 0 0 121 12 0 0 20 0 24 0 4632890 10202112000 99895 33554432000 1073741824 1073778376 140734923957424 139840560204456 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=16144/tid=16151] ppid=16141 vsize=9963000 CPUtime=1.36 cores=4-7,12-15
/proc/16144/task/16151/stat : 16151 (java) S 16141 16144 15681 0 -1 4202560 230 0 0 0 121 15 0 0 20 0 24 0 4632890 10202112000 99895 33554432000 1073741824 1073778376 140734923957424 139840559151656 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=16144/tid=16152] ppid=16141 vsize=9963000 CPUtime=1.44 cores=4-7,12-15
/proc/16144/task/16152/stat : 16152 (java) S 16141 16144 15681 0 -1 4202560 472 0 0 0 124 20 0 0 20 0 24 0 4632890 10202112000 99895 33554432000 1073741824 1073778376 140734923957424 139840558098856 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=16144/tid=16153] ppid=16141 vsize=9963000 CPUtime=1.24 cores=4-7,12-15
/proc/16144/task/16153/stat : 16153 (java) S 16141 16144 15681 0 -1 4202560 337 0 0 0 107 17 0 0 20 0 24 0 4632890 10202112000 99895 33554432000 1073741824 1073778376 140734923957424 139840557046056 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16144/tid=16154] ppid=16141 vsize=9963000 CPUtime=1.31 cores=4-7,12-15
/proc/16144/task/16154/stat : 16154 (java) S 16141 16144 15681 0 -1 4202560 359 0 0 0 113 18 0 0 20 0 24 0 4632890 10202112000 99895 33554432000 1073741824 1073778376 140734923957424 139840555993256 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16144/tid=16155] ppid=16141 vsize=9963000 CPUtime=1.49 cores=4-7,12-15
/proc/16144/task/16155/stat : 16155 (java) S 16141 16144 15681 0 -1 4202560 426 0 0 0 125 24 0 0 20 0 24 0 4632890 10202112000 99895 33554432000 1073741824 1073778376 140734923957424 139840554941480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=16144/tid=16156] ppid=16141 vsize=9963000 CPUtime=1.22 cores=4-7,12-15
/proc/16144/task/16156/stat : 16156 (java) S 16141 16144 15681 0 -1 4202560 205 0 0 0 107 15 0 0 20 0 24 0 4632890 10202112000 99895 33554432000 1073741824 1073778376 140734923957424 139840553888680 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16144/tid=16157] ppid=16141 vsize=9963000 CPUtime=1.38 cores=4-7,12-15
/proc/16144/task/16157/stat : 16157 (java) S 16141 16144 15681 0 -1 4202560 312 0 0 0 122 16 0 0 20 0 24 0 4632890 10202112000 99895 33554432000 1073741824 1073778376 140734923957424 139840552835880 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16144/tid=16158] ppid=16141 vsize=9963000 CPUtime=1.43 cores=4-7,12-15
/proc/16144/task/16158/stat : 16158 (java) S 16141 16144 15681 0 -1 4202560 353 0 0 0 121 22 0 0 20 0 24 0 4632890 10202112000 99895 33554432000 1073741824 1073778376 140734923957424 139840551783080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16144/tid=16159] ppid=16141 vsize=9963000 CPUtime=1.17 cores=4-7,12-15
/proc/16144/task/16159/stat : 16159 (java) S 16141 16144 15681 0 -1 4202560 177 0 0 0 103 14 0 0 20 0 24 0 4632890 10202112000 99895 33554432000 1073741824 1073778376 140734923957424 139840550730280 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16144/tid=16160] ppid=16141 vsize=9963000 CPUtime=1.16 cores=4-7,12-15
/proc/16144/task/16160/stat : 16160 (java) S 16141 16144 15681 0 -1 4202560 352 0 0 0 112 4 0 0 20 0 24 0 4632891 10202112000 99895 33554432000 1073741824 1073778376 140734923957424 139840533055848 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16144/tid=16161] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16161/stat : 16161 (java) S 16141 16144 15681 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 4632891 10202112000 99895 33554432000 1073741824 1073778376 140734923957424 139840532001912 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16144/tid=16162] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16162/stat : 16162 (java) S 16141 16144 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 24 0 4632891 10202112000 99895 33554432000 1073741824 1073778376 140734923957424 139840530949000 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16144/tid=16163] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16163/stat : 16163 (java) S 16141 16144 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4632894 10202112000 99895 33554432000 1073741824 1073778376 140734923957424 139840529898512 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16144/tid=16164] ppid=16141 vsize=9963000 CPUtime=0.45 cores=4-7,12-15
/proc/16144/task/16164/stat : 16164 (java) S 16141 16144 15681 0 -1 4202560 3773 0 0 0 45 0 0 0 20 0 24 0 4632894 10202112000 99895 33554432000 1073741824 1073778376 140734923957424 139840528845624 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16144/tid=16165] ppid=16141 vsize=9963000 CPUtime=1.32 cores=4-7,12-15
/proc/16144/task/16165/stat : 16165 (java) S 16141 16144 15681 0 -1 4202560 11470 0 0 0 130 2 0 0 20 0 24 0 4632894 10202112000 99895 33554432000 1073741824 1073778376 140734923957424 139840527792824 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16144/tid=16166] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16166/stat : 16166 (java) S 16141 16144 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4632894 10202112000 99895 33554432000 1073741824 1073778376 140734923957424 139840526740216 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=16144/tid=16167] ppid=16141 vsize=9963000 CPUtime=0.72 cores=4-7,12-15
/proc/16144/task/16167/stat : 16167 (java) S 16141 16144 15681 0 -1 4202560 104 0 0 0 33 39 0 0 20 0 24 0 4632894 10202112000 99895 33554432000 1073741824 1073778376 140734923957424 139840525687624 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16144/tid=16168] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16168/stat : 16168 (java) S 16141 16144 15681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 4632911 10202112000 99895 33554432000 1073741824 1073778376 140734923957424 139840524534824 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 1799.77
Current children cumulated vsize (KiB) 9963000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1782.6 s]
/proc/loadavg: 2.06 2.03 2.05 3/305 16318
/proc/meminfo: memFree=27234280/32872528 swapFree=8828/8828
[pid=16144] ppid=16141 vsize=9963000 CPUtime=1800.07 cores=4-7,12-15
/proc/16144/stat : 16144 (java) S 16141 16144 15681 0 -1 4202496 23916 0 1 0 179727 280 0 0 20 0 24 0 4632888 10202112000 99895 33554432000 1073741824 1073778376 140734923957424 140734923948560 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/16144/statm: 2490750 99895 2288 9 0 2481427 0
[pid=16144/tid=16145] ppid=16141 vsize=9963000 CPUtime=1774.33 cores=4-7,12-15
/proc/16144/task/16145/stat : 16145 (java) R 16141 16144 15681 0 -1 4202560 2667 0 1 0 177400 33 0 0 20 0 24 0 4632889 10202112000 99895 33554432000 1073741824 1073778376 140734923957424 139840719469760 139840592424803 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0
[pid=16144/tid=16147] ppid=16141 vsize=9963000 CPUtime=1.31 cores=4-7,12-15
/proc/16144/task/16147/stat : 16147 (java) S 16141 16144 15681 0 -1 4202560 390 0 0 0 116 15 0 0 20 0 24 0 4632890 10202112000 99895 33554432000 1073741824 1073778376 140734923957424 139840563362856 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16144/tid=16148] ppid=16141 vsize=9963000 CPUtime=1.29 cores=4-7,12-15
/proc/16144/task/16148/stat : 16148 (java) S 16141 16144 15681 0 -1 4202560 377 0 0 0 116 13 0 0 20 0 24 0 4632890 10202112000 99895 33554432000 1073741824 1073778376 140734923957424 139840562310056 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16144/tid=16149] ppid=16141 vsize=9963000 CPUtime=1.3 cores=4-7,12-15
/proc/16144/task/16149/stat : 16149 (java) S 16141 16144 15681 0 -1 4202560 404 0 0 0 115 15 0 0 20 0 24 0 4632890 10202112000 99895 33554432000 1073741824 1073778376 140734923957424 139840561257256 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16144/tid=16150] ppid=16141 vsize=9963000 CPUtime=1.33 cores=4-7,12-15
/proc/16144/task/16150/stat : 16150 (java) S 16141 16144 15681 0 -1 4202560 249 0 0 0 121 12 0 0 20 0 24 0 4632890 10202112000 99895 33554432000 1073741824 1073778376 140734923957424 139840560204456 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=16144/tid=16151] ppid=16141 vsize=9963000 CPUtime=1.36 cores=4-7,12-15
/proc/16144/task/16151/stat : 16151 (java) S 16141 16144 15681 0 -1 4202560 230 0 0 0 121 15 0 0 20 0 24 0 4632890 10202112000 99895 33554432000 1073741824 1073778376 140734923957424 139840559151656 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=16144/tid=16152] ppid=16141 vsize=9963000 CPUtime=1.44 cores=4-7,12-15
/proc/16144/task/16152/stat : 16152 (java) S 16141 16144 15681 0 -1 4202560 472 0 0 0 124 20 0 0 20 0 24 0 4632890 10202112000 99895 33554432000 1073741824 1073778376 140734923957424 139840558098856 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=16144/tid=16153] ppid=16141 vsize=9963000 CPUtime=1.24 cores=4-7,12-15
/proc/16144/task/16153/stat : 16153 (java) S 16141 16144 15681 0 -1 4202560 337 0 0 0 107 17 0 0 20 0 24 0 4632890 10202112000 99895 33554432000 1073741824 1073778376 140734923957424 139840557046056 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16144/tid=16154] ppid=16141 vsize=9963000 CPUtime=1.31 cores=4-7,12-15
/proc/16144/task/16154/stat : 16154 (java) S 16141 16144 15681 0 -1 4202560 359 0 0 0 113 18 0 0 20 0 24 0 4632890 10202112000 99895 33554432000 1073741824 1073778376 140734923957424 139840555993256 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16144/tid=16155] ppid=16141 vsize=9963000 CPUtime=1.49 cores=4-7,12-15
/proc/16144/task/16155/stat : 16155 (java) S 16141 16144 15681 0 -1 4202560 426 0 0 0 125 24 0 0 20 0 24 0 4632890 10202112000 99895 33554432000 1073741824 1073778376 140734923957424 139840554941480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=16144/tid=16156] ppid=16141 vsize=9963000 CPUtime=1.22 cores=4-7,12-15
/proc/16144/task/16156/stat : 16156 (java) S 16141 16144 15681 0 -1 4202560 205 0 0 0 107 15 0 0 20 0 24 0 4632890 10202112000 99895 33554432000 1073741824 1073778376 140734923957424 139840553888680 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16144/tid=16157] ppid=16141 vsize=9963000 CPUtime=1.38 cores=4-7,12-15
/proc/16144/task/16157/stat : 16157 (java) S 16141 16144 15681 0 -1 4202560 312 0 0 0 122 16 0 0 20 0 24 0 4632890 10202112000 99895 33554432000 1073741824 1073778376 140734923957424 139840552835880 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16144/tid=16158] ppid=16141 vsize=9963000 CPUtime=1.43 cores=4-7,12-15
/proc/16144/task/16158/stat : 16158 (java) S 16141 16144 15681 0 -1 4202560 353 0 0 0 121 22 0 0 20 0 24 0 4632890 10202112000 99895 33554432000 1073741824 1073778376 140734923957424 139840551783080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16144/tid=16159] ppid=16141 vsize=9963000 CPUtime=1.17 cores=4-7,12-15
/proc/16144/task/16159/stat : 16159 (java) S 16141 16144 15681 0 -1 4202560 177 0 0 0 103 14 0 0 20 0 24 0 4632890 10202112000 99895 33554432000 1073741824 1073778376 140734923957424 139840550730280 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16144/tid=16160] ppid=16141 vsize=9963000 CPUtime=1.16 cores=4-7,12-15
/proc/16144/task/16160/stat : 16160 (java) S 16141 16144 15681 0 -1 4202560 352 0 0 0 112 4 0 0 20 0 24 0 4632891 10202112000 99895 33554432000 1073741824 1073778376 140734923957424 139840533055848 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16144/tid=16161] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16161/stat : 16161 (java) S 16141 16144 15681 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 4632891 10202112000 99895 33554432000 1073741824 1073778376 140734923957424 139840532001912 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16144/tid=16162] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16162/stat : 16162 (java) S 16141 16144 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 24 0 4632891 10202112000 99895 33554432000 1073741824 1073778376 140734923957424 139840530949000 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16144/tid=16163] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16163/stat : 16163 (java) S 16141 16144 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4632894 10202112000 99895 33554432000 1073741824 1073778376 140734923957424 139840529898512 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16144/tid=16164] ppid=16141 vsize=9963000 CPUtime=0.45 cores=4-7,12-15
/proc/16144/task/16164/stat : 16164 (java) S 16141 16144 15681 0 -1 4202560 3773 0 0 0 45 0 0 0 20 0 24 0 4632894 10202112000 99895 33554432000 1073741824 1073778376 140734923957424 139840528845624 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=16144/tid=16165] ppid=16141 vsize=9963000 CPUtime=1.32 cores=4-7,12-15
/proc/16144/task/16165/stat : 16165 (java) S 16141 16144 15681 0 -1 4202560 11470 0 0 0 130 2 0 0 20 0 24 0 4632894 10202112000 99895 33554432000 1073741824 1073778376 140734923957424 139840527792824 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16144/tid=16166] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16166/stat : 16166 (java) S 16141 16144 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 4632894 10202112000 99895 33554432000 1073741824 1073778376 140734923957424 139840526740216 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=16144/tid=16167] ppid=16141 vsize=9963000 CPUtime=0.72 cores=4-7,12-15
/proc/16144/task/16167/stat : 16167 (java) S 16141 16144 15681 0 -1 4202560 104 0 0 0 33 39 0 0 20 0 24 0 4632894 10202112000 99895 33554432000 1073741824 1073778376 140734923957424 139840525687624 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16144/tid=16168] ppid=16141 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/16144/task/16168/stat : 16168 (java) S 16141 16144 15681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 4632911 10202112000 99895 33554432000 1073741824 1073778376 140734923957424 139840524534824 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9963000

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 16144 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16144 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=579486
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=131523
# CPU time returned by wait4() is 1795.71
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1782.64
CPU time (s): 1800.07
CPU user time (s): 1797.27
CPU system time (s): 2.8
CPU usage (%): 100.978
Max. virtual memory (cumulated for all children) (KiB): 9963000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.58
system time used= 3.13152
maximum resident set size= 639780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23960
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42481
involuntary context switches= 16858

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.9423 second user time and 15.1547 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-29 23:46:41
IDJOB=4118875
IDBENCH=111542
IDSOLVER=2546
FILE ID=node132/4118875-1467236801
RUNJOBID= node132-1467233254-15698
PBS_JOBID= 19997601
Free space on /tmp= 71540 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/minlplib2-pb-0.1.0/opb/normalized-autocorr_bern25-06.lin.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4118875-1467236801/watcher-4118875-1467236801 -o /tmp/evaluation-result-4118875-1467236801/solver-4118875-1467236801 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467233254-15698 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4118875-1467236801.opb

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

MD5SUM BENCH= 35dc0307228d50357654f68e722217b3
RANDOM SEED=1554650018

node132.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		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.02
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		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        27914148 kB
Buffers:          118872 kB
Cached:          3853200 kB
SwapCached:            0 kB
Active:           317808 kB
Inactive:        3865576 kB
Active(anon):     213248 kB
Inactive(anon):        0 kB
Active(file):     104560 kB
Inactive(file):  3865576 kB
Unevictable:        8828 kB
Mlocked:            8828 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               632 kB
Writeback:             0 kB
AnonPages:        223824 kB
Mapped:            22188 kB
Shmem:               216 kB
Slab:             632072 kB
SReclaimable:      72640 kB
SUnreclaim:       559432 kB
KernelStack:        2352 kB
PageTables:         4316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     710524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    182272 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= 71536 MiB
End job on node132 at 2016-06-30 00:16:24