Trace number 3733261

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
PB11: Sat4j Res//CP 2.3.0SAT (TO)-41 1800.64 938.063

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-2.opb
MD5SUM669011fc499ae56e44c354cc6cddc4c7
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-47
Best CPU time to get the best result obtained on this benchmark1800.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -49
Optimality of the best value was proved NO
Number of variables1150
Total number of constraints80851
Number of constraints which are clauses80851
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1150
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 1150
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1150
Number of bits of the biggest sum of numbers11
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.08/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.10	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.1.v20110525
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		9996466904
0.08/0.10	c Max memory 		10048897024
0.08/0.10	c Total memory 		10048897024
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3733261-1338688556.opb
0.08/0.13	c reading problem ... 
1.17/0.72	c ... done. Wall clock time 0.59s.
1.17/0.72	c #vars     1150
1.17/0.72	c #constraints  80851
1.17/0.72	c constraints type 
1.17/0.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 80851
1.17/0.72	c constraints type 
1.17/0.72	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 80851
1.17/0.74	c  And the winner is CuttingPlanes
1.32/1.23	c SATISFIABLE
1.32/1.23	c OPTIMIZING...
1.32/1.23	c Got one! Elapsed wall clock time (in seconds):1.097
1.32/1.23	o -34
1.58/1.36	c  And the winner is Resolution
2.32/1.73	c Got one! Elapsed wall clock time (in seconds):1.603
2.32/1.73	o -35
2.55/1.85	c  And the winner is Resolution
2.80/2.24	c Got one! Elapsed wall clock time (in seconds):2.107
2.80/2.24	o -36
3.04/2.39	c  And the winner is Resolution
3.28/2.74	c Got one! Elapsed wall clock time (in seconds):2.611
3.28/2.74	o -37
4.03/3.17	c  And the winner is Resolution
4.22/3.24	c Got one! Elapsed wall clock time (in seconds):3.114
4.22/3.24	o -38
6.09/4.15	c cleaning 3629 clauses out of 7262 with flag 4000/7262
9.15/5.62	c cleaning 4814 clauses out of 9633 with flag 10000/13262
12.28/7.27	c cleaning 5909 clauses out of 11819 with flag 17000/20262
16.22/9.22	c cleaning 6948 clauses out of 13910 with flag 25000/28262
20.86/11.60	c cleaning 7975 clauses out of 15962 with flag 34000/37262
26.18/14.32	c cleaning 8994 clauses out of 17988 with flag 44001/47263
29.02/15.84	c  And the winner is Resolution
29.18/16.05	c Got one! Elapsed wall clock time (in seconds):15.92
29.18/16.05	o -39
31.47/17.22	c cleaning 9768 clauses out of 19535 with flag 5000/57804
34.72/18.93	c cleaning 7884 clauses out of 15768 with flag 11001/63805
38.45/20.93	c cleaning 7438 clauses out of 14883 with flag 18000/70804
42.67/23.14	c cleaning 7715 clauses out of 15445 with flag 26000/78804
47.30/25.54	c cleaning 8366 clauses out of 16731 with flag 35001/87805
52.92/28.43	c cleaning 9180 clauses out of 18364 with flag 45000/97804
59.42/31.81	c cleaning 10086 clauses out of 20184 with flag 56000/108804
66.03/35.22	c cleaning 11045 clauses out of 22098 with flag 68000/120804
73.20/38.92	c cleaning 12027 clauses out of 24053 with flag 81000/133804
81.17/43.03	c cleaning 13013 clauses out of 26027 with flag 95001/147805
90.59/47.90	c cleaning 14007 clauses out of 28013 with flag 110000/162804
100.14/52.81	c cleaning 14994 clauses out of 30007 with flag 126001/178805
109.46/57.64	c cleaning 16006 clauses out of 32013 with flag 143001/195805
119.82/62.97	c cleaning 16998 clauses out of 34006 with flag 161000/213804
132.56/69.57	c cleaning 18000 clauses out of 36008 with flag 180000/232804
147.29/77.09	c cleaning 18996 clauses out of 38008 with flag 200000/252804
158.79/82.92	c cleaning 20003 clauses out of 40012 with flag 221000/273804
171.49/89.46	c cleaning 21005 clauses out of 42010 with flag 243001/295805
187.35/97.69	c cleaning 21995 clauses out of 44005 with flag 266001/318805
206.64/107.49	c cleaning 22997 clauses out of 46009 with flag 290000/342804
207.93/108.25	c  And the winner is Resolution
209.71/109.95	c Got one! Elapsed wall clock time (in seconds):109.818
209.71/109.95	o -40
211.82/111.03	c cleaning 14107 clauses out of 28233 with flag 4000/348025
215.26/112.95	c cleaning 10064 clauses out of 20127 with flag 10001/354026
219.68/115.49	c cleaning 8527 clauses out of 17062 with flag 17000/361025
224.70/118.10	c cleaning 8263 clauses out of 16536 with flag 25001/369026
229.96/120.92	c cleaning 8628 clauses out of 17272 with flag 34000/378025
236.19/124.25	c cleaning 9316 clauses out of 18645 with flag 44001/388026
243.41/128.17	c cleaning 10156 clauses out of 20328 with flag 55000/399025
251.84/132.51	c cleaning 11085 clauses out of 22172 with flag 67000/411025
259.32/136.43	c cleaning 12030 clauses out of 24088 with flag 80001/424026
266.75/140.35	c cleaning 13028 clauses out of 26058 with flag 94001/438026
276.53/145.54	c cleaning 14015 clauses out of 28029 with flag 109000/453025
286.78/150.84	c cleaning 15005 clauses out of 30015 with flag 125001/469026
297.01/156.16	c cleaning 16001 clauses out of 32010 with flag 142001/486026
310.98/163.36	c cleaning 17003 clauses out of 34009 with flag 160001/504026
324.52/170.42	c cleaning 18000 clauses out of 36005 with flag 179000/523025
340.51/178.60	c cleaning 19000 clauses out of 38006 with flag 199001/543026
353.30/185.20	c cleaning 19998 clauses out of 40005 with flag 220000/564025
370.47/194.05	c cleaning 21000 clauses out of 42007 with flag 242000/586025
389.81/204.08	c cleaning 22003 clauses out of 44007 with flag 265000/609025
403.97/211.30	c cleaning 23000 clauses out of 46004 with flag 289000/633025
419.75/219.44	c cleaning 23992 clauses out of 48004 with flag 314000/658025
436.32/227.93	c cleaning 24995 clauses out of 50012 with flag 340000/684025
454.98/237.65	c cleaning 26003 clauses out of 52017 with flag 367000/711025
476.30/248.55	c cleaning 26998 clauses out of 54014 with flag 395000/739025
495.20/258.27	c cleaning 28002 clauses out of 56016 with flag 424000/768025
518.31/270.08	c cleaning 29002 clauses out of 58014 with flag 454000/798025
540.82/281.78	c cleaning 29992 clauses out of 60012 with flag 485000/829025
570.32/296.70	c cleaning 31009 clauses out of 62020 with flag 517000/861025
599.20/311.41	c cleaning 32005 clauses out of 64011 with flag 550000/894025
621.89/323.02	c cleaning 33001 clauses out of 66006 with flag 584000/928025
644.32/334.76	c cleaning 33998 clauses out of 68006 with flag 619001/963026
670.38/348.06	c cleaning 34998 clauses out of 70007 with flag 655000/999025
701.20/363.80	c cleaning 35997 clauses out of 72009 with flag 692000/1036025
729.81/378.35	c cleaning 37002 clauses out of 74012 with flag 730000/1074025
760.13/394.08	c cleaning 38005 clauses out of 76010 with flag 769000/1113025
796.89/412.73	c cleaning 39003 clauses out of 78005 with flag 809000/1153025
834.02/431.67	c cleaning 40001 clauses out of 80002 with flag 850000/1194025
866.94/448.49	c cleaning 40997 clauses out of 82001 with flag 892000/1236025
906.00/468.54	c cleaning 41993 clauses out of 84004 with flag 935000/1279025
948.75/490.23	c cleaning 42994 clauses out of 86011 with flag 979000/1323025
974.50/503.43	c  And the winner is Resolution
980.23/509.02	c Got one! Elapsed wall clock time (in seconds):508.891
980.23/509.02	o -41
983.98/510.92	c cleaning 38735 clauses out of 77489 with flag 5000/1357497
988.29/513.50	c cleaning 22360 clauses out of 44755 with flag 11001/1363498
993.43/516.67	c cleaning 14693 clauses out of 29394 with flag 18000/1370497
998.71/519.63	c cleaning 11348 clauses out of 22702 with flag 26001/1378498
1004.58/522.94	c cleaning 10172 clauses out of 20353 with flag 35000/1387497
1010.63/526.32	c cleaning 10083 clauses out of 20181 with flag 45000/1397497
1018.36/530.89	c cleaning 10542 clauses out of 21098 with flag 56000/1408497
1025.63/534.89	c cleaning 11276 clauses out of 22557 with flag 68001/1420498
1034.49/539.64	c cleaning 12139 clauses out of 24281 with flag 81001/1433498
1042.75/544.19	c cleaning 13066 clauses out of 26142 with flag 95001/1447498
1053.70/550.26	c cleaning 14036 clauses out of 28076 with flag 110001/1462498
1066.15/556.84	c cleaning 15020 clauses out of 30039 with flag 126000/1478497
1076.82/562.54	c cleaning 16010 clauses out of 32020 with flag 143001/1495498
1090.70/569.85	c cleaning 16999 clauses out of 34009 with flag 161000/1513497
1105.01/577.62	c cleaning 17996 clauses out of 36012 with flag 180002/1532499
1118.63/584.80	c cleaning 18998 clauses out of 38014 with flag 200000/1552497
1133.70/592.75	c cleaning 20001 clauses out of 40016 with flag 221000/1573497
1150.15/601.30	c cleaning 20998 clauses out of 42015 with flag 243000/1595497
1168.63/611.22	c cleaning 22009 clauses out of 44017 with flag 266000/1618497
1187.69/621.18	c cleaning 22998 clauses out of 46008 with flag 290000/1642497
1205.54/630.47	c cleaning 24004 clauses out of 48011 with flag 315001/1667498
1226.56/641.34	c cleaning 25003 clauses out of 50006 with flag 341000/1693497
1248.69/653.00	c cleaning 25999 clauses out of 52004 with flag 368001/1720498
1274.09/666.12	c cleaning 26993 clauses out of 54004 with flag 396000/1748497
1300.50/679.78	c cleaning 28000 clauses out of 56011 with flag 425000/1777497
1327.52/693.61	c cleaning 28995 clauses out of 58011 with flag 455000/1807497
1356.45/708.82	c cleaning 30008 clauses out of 60016 with flag 486000/1838497
1371.44/716.79	c cleaning 0 clauses out of 7473 with flag 0/7475
1386.43/724.46	c cleaning 30996 clauses out of 62008 with flag 518000/1870497
1414.59/738.95	c cleaning 32001 clauses out of 64012 with flag 551000/1903497
1444.93/754.85	c cleaning 33002 clauses out of 66011 with flag 585000/1937497
1479.45/772.56	c cleaning 34002 clauses out of 68009 with flag 620000/1972497
1515.03/790.73	c cleaning 35002 clauses out of 70008 with flag 656001/2008498
1538.77/803.06	c cleaning 36000 clauses out of 72005 with flag 693000/2045497
1564.34/816.68	c cleaning 36987 clauses out of 74005 with flag 731000/2083497
1592.50/831.10	c cleaning 38007 clauses out of 76018 with flag 770000/2122497
1624.00/847.30	c cleaning 38990 clauses out of 78011 with flag 810000/2162497
1665.13/868.33	c cleaning 40002 clauses out of 80022 with flag 851001/2203498
1696.48/884.88	c cleaning 41006 clauses out of 82019 with flag 893000/2245497
1735.39/904.77	c cleaning 42005 clauses out of 84013 with flag 936000/2288497
1771.68/923.30	c cleaning 42993 clauses out of 86010 with flag 980002/2332499
1800.20/938.01	c starts		: 237
1800.20/938.01	c conflicts		: 2369217
1800.20/938.01	c decisions		: 2566474
1800.20/938.01	c propagations		: 14263485
1800.20/938.01	c inspects		: 2468049587
1800.20/938.01	c shortcuts		: 0
1800.20/938.01	c learnt literals	: 0
1800.20/938.01	c learnt binary clauses	: 0
1800.20/938.01	c learnt ternary clauses	: 0
1800.20/938.01	c learnt constraints	: 2369217
1800.20/938.01	c ignored constraints	: 0
1800.20/938.01	c root simplifications	: 0
1800.20/938.01	c removed literals (reason simplification)	: 31602582
1800.20/938.01	c reason swapping (by a shorter reason)	: 0
1800.20/938.01	c Calls to reduceDB	: 106
1800.20/938.01	c number of reductions to clauses (during analyze)	: 0
1800.20/938.01	c number of learned constraints concerned by reduction	: 0
1800.20/938.01	c number of learning phase by resolution	: 0
1800.20/938.01	c number of learning phase by cutting planes	: 0
1800.20/938.01	c speed (assignments/second)	: 33248.92363709262
1800.20/938.01	c non guided choices	0
1800.20/938.04	c learnt constraints type 
1800.20/938.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 79793
1800.20/938.04	c constraints type 
1800.20/938.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.20/938.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 80851
1800.20/938.04	c constraints type 
1800.20/938.04	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 80851
1800.20/938.04	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.20/938.04	s SATISFIABLE
1800.20/938.04	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 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 x456 -x457 -x458 -x459 -x460 -x461 x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 x503 -x504 -x505 -x506 x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 x939 -x940 -x941 -x942 -x943 -x944 -x945 -x946 x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 -x962 -x963 -x964 -x965 -x966 -x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 -x983 -x984 -x985 x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 -x1003 -x1004 -x1005 x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 -x1021 -x1022 -x1023 -x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 -x1034 x1035 -x1036 x1037 -x1038 -x1039 -x1040 -x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 -x1054 -x1055 -x1056 -x1057 -x1058 -x1059 -x1060 -x1061 -x1062 -x1063 -x1064 -x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 -x1075 -x1076 -x1077 -x1078 -x1079 -x1080 -x1081 -x1082 -x1083 -x1084 -x1085 x1086 -x1087 -x1088 -x1089 -x1090 -x1091 -x1092 -x1093 -x1094 -x1095 -x1096 -x1097 -x1098 -x1099 -x1100 -x1101 -x1102 -x1103 -x1104 -x1105 -x1106 -x1107 -x1108 -x1109 -x1110 -x1111 -x1112 -x1113 -x1114 -x1115 -x1116 -x1117 -x1118 x1119 -x1120 -x1121 -x1122 -x1123 -x1124 -x1125 -x1126 -x1127 -x1128 -x1129 -x1130 -x1131 -x1132 -x1133 -x1134 -x1135 -x1136 -x1137 -x1138 -x1139 -x1140 -x1141 -x1142 -x1143 -x1144 -x1145 -x1146 -x1147 x1148 -x1149 -x1150 
1800.20/938.04	c objective function=-41
1800.20/938.04	c Total wall clock time (in seconds): 937.915

Verifier Data

OK	-41

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3733261-1338688556/watcher-3733261-1338688556 -o /tmp/evaluation-result-3733261-1338688556/solver-3733261-1338688556 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3733261-1338688556.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 3.97 3.97 3.91 4/197 26512
/proc/meminfo: memFree=24117352/32873844 swapFree=7628/7628
[pid=26512] ppid=26510 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/26512/stat : 26512 (java) D 26510 26512 23082 0 -1 4202496 247 0 0 0 0 0 0 0 20 0 1 0 334980460 9515008 182 33554432000 1073741824 1073778376 140733490842640 140733490833672 223651643061 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/26512/statm: 2323 182 140 9 0 71 0

[startup+0.011309 s]
/proc/loadavg: 3.97 3.97 3.91 4/197 26512
/proc/meminfo: memFree=24117352/32873844 swapFree=7628/7628
[pid=26512] ppid=26510 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/26512/stat : 26512 (java) R 26510 26512 23082 0 -1 4202496 1143 0 0 0 0 0 0 0 20 0 1 0 334980460 24780800 865 33554432000 1073741824 1073778376 140735550479616 140735550470712 223654997926 0 0 4096 0 0 0 0 17 7 0 0 0 0 0
/proc/26512/statm: 6050 865 653 9 0 385 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 24200

[startup+0.100268 s]
/proc/loadavg: 3.97 3.97 3.91 4/197 26512
/proc/meminfo: memFree=24117352/32873844 swapFree=7628/7628
[pid=26512] ppid=26510 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/26512/stat : 26512 (java) S 26510 26512 23082 0 -1 4202496 4474 0 1 0 6 2 0 0 20 0 18 0 334980460 11864465408 12838 33554432000 1073741824 1073778376 140735550479616 140735550470752 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26512/statm: 2896598 12838 1779 9 0 2887285 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11586392

[startup+0.300191 s]
/proc/loadavg: 3.97 3.97 3.91 4/197 26512
/proc/meminfo: memFree=24117352/32873844 swapFree=7628/7628
[pid=26512] ppid=26510 vsize=11586392 CPUtime=0.45 cores=1,3,5,7
/proc/26512/stat : 26512 (java) S 26510 26512 23082 0 -1 4202496 6325 0 1 0 43 2 0 0 20 0 18 0 334980460 11864465408 15834 33554432000 1073741824 1073778376 140735550479616 140735550470752 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26512/statm: 2896598 15834 2223 9 0 2887285 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 11586392

[startup+0.700322 s]
/proc/loadavg: 3.97 3.97 3.91 4/197 26512
/proc/meminfo: memFree=24117352/32873844 swapFree=7628/7628
[pid=26512] ppid=26510 vsize=11586392 CPUtime=1.17 cores=1,3,5,7
/proc/26512/stat : 26512 (java) S 26510 26512 23082 0 -1 4202496 9980 0 1 0 111 6 0 0 20 0 18 0 334980460 11864465408 56557 33554432000 1073741824 1073778376 140735550479616 140735550470752 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26512/statm: 2896598 56557 2237 9 0 2887285 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 11586392

[startup+1.5007 s]
/proc/loadavg: 3.89 3.95 3.90 3/216 26534
/proc/meminfo: memFree=23882020/32873844 swapFree=7628/7628
[pid=26512] ppid=26510 vsize=11852648 CPUtime=2.18 cores=1,3,5,7
/proc/26512/stat : 26512 (java) S 26510 26512 23082 0 -1 4202496 16920 0 1 0 207 11 0 0 20 0 19 0 334980460 12137111552 66078 33554432000 1073741824 1073778376 140735550479616 140735550470752 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26512/statm: 2963162 66078 2258 9 0 2953849 0
[pid=26512/tid=26514] ppid=26510 vsize=11852648 CPUtime=0.69 cores=1,3,5,7
/proc/26512/task/26514/stat : 26514 (java) S 26510 26512 23082 0 -1 4202560 3462 0 1 0 64 5 0 0 20 0 19 0 334980462 12137111552 66078 33554432000 1073741824 1073778376 140735550479616 139803345810584 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26512/tid=26515] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26515/stat : 26515 (java) S 26510 26512 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334980464 12137111552 66078 33554432000 1073741824 1073778376 140735550479616 139803334872104 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26512/tid=26516] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26516/stat : 26516 (java) S 26510 26512 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334980464 12137111552 66078 33554432000 1073741824 1073778376 140735550479616 139803181214632 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26512/tid=26517] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26517/stat : 26517 (java) S 26510 26512 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334980464 12137111552 66078 33554432000 1073741824 1073778376 140735550479616 139803180161832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26512/tid=26518] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26518/stat : 26518 (java) S 26510 26512 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334980464 12137111552 66078 33554432000 1073741824 1073778376 140735550479616 139803179109032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26512/tid=26519] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26519/stat : 26519 (java) S 26510 26512 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334980464 12137111552 66078 33554432000 1073741824 1073778376 140735550479616 139803178056232 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26512/tid=26520] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26520/stat : 26520 (java) S 26510 26512 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334980464 12137111552 66078 33554432000 1073741824 1073778376 140735550479616 139803177003432 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26512/tid=26521] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26521/stat : 26521 (java) S 26510 26512 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334980464 12137111552 66078 33554432000 1073741824 1073778376 140735550479616 139803175950632 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26512/tid=26522] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26522/stat : 26522 (java) S 26510 26512 23082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334980464 12137111552 66078 33554432000 1073741824 1073778376 140735550479616 139803174897832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26512/tid=26523] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26523/stat : 26523 (java) S 26510 26512 23082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 334980465 12137111552 66078 33554432000 1073741824 1073778376 140735550479616 139803162700776 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26512/tid=26524] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26524/stat : 26524 (java) S 26510 26512 23082 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 334980466 12137111552 66078 33554432000 1073741824 1073778376 140735550479616 139803161646840 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26512/tid=26525] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26525/stat : 26525 (java) S 26510 26512 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334980466 12137111552 66078 33554432000 1073741824 1073778376 140735550479616 139803160593928 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26512/tid=26526] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26526/stat : 26526 (java) S 26510 26512 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334980468 12137111552 66078 33554432000 1073741824 1073778376 140735550479616 139803159542416 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26512/tid=26527] ppid=26510 vsize=11852648 CPUtime=0.58 cores=1,3,5,7
/proc/26512/task/26527/stat : 26527 (java) R 26510 26512 23082 0 -1 4202560 8294 0 0 0 56 2 0 0 20 0 19 0 334980468 12137111552 66078 33554432000 1073741824 1073778376 140735550479616 139803158467368 139803348411276 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26512/tid=26528] ppid=26510 vsize=11852648 CPUtime=0.49 cores=1,3,5,7
/proc/26512/task/26528/stat : 26528 (java) R 26510 26512 23082 0 -1 4202560 3851 0 0 0 49 0 0 0 20 0 19 0 334980468 12137111552 66078 33554432000 1073741824 1073778376 140735550479616 139803157436296 139803352361843 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=26512/tid=26529] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26529/stat : 26529 (java) S 26510 26512 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334980468 12137111552 66078 33554432000 1073741824 1073778376 140735550479616 139803156384120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26512/tid=26530] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26530/stat : 26530 (java) S 26510 26512 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334980468 12137111552 66078 33554432000 1073741824 1073778376 140735550479616 139803155331528 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 11852648

[startup+3.10073 s]
/proc/loadavg: 3.89 3.95 3.90 3/216 26540
/proc/meminfo: memFree=23848072/32873844 swapFree=7628/7628
[pid=26512] ppid=26510 vsize=11852648 CPUtime=4.03 cores=1,3,5,7
/proc/26512/stat : 26512 (java) S 26510 26512 23082 0 -1 4202496 17474 0 1 0 386 17 0 0 20 0 22 0 334980460 12137111552 96382 33554432000 1073741824 1073778376 140735550479616 140735550470752 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26512/statm: 2963162 96382 2263 9 0 2953849 0
[pid=26512/tid=26514] ppid=26510 vsize=11852648 CPUtime=0.71 cores=1,3,5,7
/proc/26512/task/26514/stat : 26514 (java) S 26510 26512 23082 0 -1 4202560 3463 0 1 0 66 5 0 0 20 0 22 0 334980462 12137111552 96382 33554432000 1073741824 1073778376 140735550479616 139803345810584 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26512/tid=26515] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26515/stat : 26515 (java) S 26510 26512 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334980464 12137111552 96382 33554432000 1073741824 1073778376 140735550479616 139803334872104 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26512/tid=26516] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26516/stat : 26516 (java) S 26510 26512 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334980464 12137111552 96382 33554432000 1073741824 1073778376 140735550479616 139803181214632 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26512/tid=26517] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26517/stat : 26517 (java) S 26510 26512 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334980464 12137111552 96382 33554432000 1073741824 1073778376 140735550479616 139803180161832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26512/tid=26518] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26518/stat : 26518 (java) S 26510 26512 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334980464 12137111552 96382 33554432000 1073741824 1073778376 140735550479616 139803179109032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26512/tid=26519] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26519/stat : 26519 (java) S 26510 26512 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334980464 12137111552 96382 33554432000 1073741824 1073778376 140735550479616 139803178056232 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26512/tid=26520] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26520/stat : 26520 (java) S 26510 26512 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334980464 12137111552 96382 33554432000 1073741824 1073778376 140735550479616 139803177003432 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26512/tid=26521] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26521/stat : 26521 (java) S 26510 26512 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334980464 12137111552 96382 33554432000 1073741824 1073778376 140735550479616 139803175950632 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26512/tid=26522] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26522/stat : 26522 (java) S 26510 26512 23082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334980464 12137111552 96382 33554432000 1073741824 1073778376 140735550479616 139803174897832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26512/tid=26523] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26523/stat : 26523 (java) S 26510 26512 23082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334980465 12137111552 96382 33554432000 1073741824 1073778376 140735550479616 139803162700776 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26512/tid=26524] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26524/stat : 26524 (java) S 26510 26512 23082 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 334980466 12137111552 96382 33554432000 1073741824 1073778376 140735550479616 139803161646840 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26512/tid=26525] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26525/stat : 26525 (java) S 26510 26512 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334980466 12137111552 96382 33554432000 1073741824 1073778376 140735550479616 139803160593928 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26512/tid=26526] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26526/stat : 26526 (java) S 26510 26512 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334980468 12137111552 96382 33554432000 1073741824 1073778376 140735550479616 139803159542416 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26512/tid=26527] ppid=26510 vsize=11852648 CPUtime=0.97 cores=1,3,5,7
/proc/26512/task/26527/stat : 26527 (java) S 26510 26512 23082 0 -1 4202560 8414 0 0 0 95 2 0 0 20 0 22 0 334980468 12137111552 96382 33554432000 1073741824 1073778376 140735550479616 139803158489528 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26512/tid=26528] ppid=26510 vsize=11852648 CPUtime=0.65 cores=1,3,5,7
/proc/26512/task/26528/stat : 26528 (java) S 26510 26512 23082 0 -1 4202560 4204 0 0 0 65 0 0 0 20 0 22 0 334980468 12137111552 96382 33554432000 1073741824 1073778376 140735550479616 139803157436728 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26512/tid=26529] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26529/stat : 26529 (java) S 26510 26512 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334980468 12137111552 96382 33554432000 1073741824 1073778376 140735550479616 139803156384120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26512/tid=26530] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26530/stat : 26530 (java) S 26510 26512 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334980468 12137111552 96382 33554432000 1073741824 1073778376 140735550479616 139803155331528 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26512/tid=26537] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26537/stat : 26537 (java) S 26510 26512 23082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334980584 12137111552 96382 33554432000 1073741824 1073778376 140735550479616 139803151119272 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 11852648

[startup+6.30088 s]
/proc/loadavg: 3.90 3.95 3.90 5/219 26549
/proc/meminfo: memFree=23350844/32873844 swapFree=7628/7628
[pid=26512] ppid=26510 vsize=11852648 CPUtime=10.48 cores=1,3,5,7
/proc/26512/stat : 26512 (java) S 26510 26512 23082 0 -1 4202496 18962 0 1 0 1005 43 0 0 20 0 22 0 334980460 12137111552 216200 33554432000 1073741824 1073778376 140735550479616 140735550470752 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26512/statm: 2963162 216200 2291 9 0 2953849 0
[pid=26512/tid=26514] ppid=26510 vsize=11852648 CPUtime=0.71 cores=1,3,5,7
/proc/26512/task/26514/stat : 26514 (java) S 26510 26512 23082 0 -1 4202560 3464 0 1 0 66 5 0 0 20 0 22 0 334980462 12137111552 216200 33554432000 1073741824 1073778376 140735550479616 139803345810584 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26512/tid=26515] ppid=26510 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/26512/task/26515/stat : 26515 (java) S 26510 26512 23082 0 -1 4202560 20 0 0 0 1 1 0 0 20 0 22 0 334980464 12137111552 216200 33554432000 1073741824 1073778376 140735550479616 139803334872104 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26512/tid=26516] ppid=26510 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/26512/task/26516/stat : 26516 (java) S 26510 26512 23082 0 -1 4202560 22 0 0 0 1 2 0 0 20 0 22 0 334980464 12137111552 216200 33554432000 1073741824 1073778376 140735550479616 139803181214632 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26512/tid=26517] ppid=26510 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/26512/task/26517/stat : 26517 (java) S 26510 26512 23082 0 -1 4202560 23 0 0 0 1 2 0 0 20 0 22 0 334980464 12137111552 216200 33554432000 1073741824 1073778376 140735550479616 139803180161832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26512/tid=26518] ppid=26510 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/26512/task/26518/stat : 26518 (java) S 26510 26512 23082 0 -1 4202560 36 0 0 0 3 3 0 0 20 0 22 0 334980464 12137111552 216200 33554432000 1073741824 1073778376 140735550479616 139803179109032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26512/tid=26519] ppid=26510 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/26512/task/26519/stat : 26519 (java) S 26510 26512 23082 0 -1 4202560 14 0 0 0 0 1 0 0 20 0 22 0 334980464 12137111552 216200 33554432000 1073741824 1073778376 140735550479616 139803178056232 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26512/tid=26520] ppid=26510 vsize=11852648 CPUtime=0.05 cores=1,3,5,7
/proc/26512/task/26520/stat : 26520 (java) S 26510 26512 23082 0 -1 4202560 31 0 0 0 2 3 0 0 20 0 22 0 334980464 12137111552 216200 33554432000 1073741824 1073778376 140735550479616 139803177003432 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26512/tid=26521] ppid=26510 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/26512/task/26521/stat : 26521 (java) S 26510 26512 23082 0 -1 4202560 21 0 0 0 1 1 0 0 20 0 22 0 334980464 12137111552 216200 33554432000 1073741824 1073778376 140735550479616 139803175950632 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26512/tid=26522] ppid=26510 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/26512/task/26522/stat : 26522 (java) S 26510 26512 23082 0 -1 4202560 21 0 0 0 0 2 0 0 20 0 22 0 334980464 12137111552 216200 33554432000 1073741824 1073778376 140735550479616 139803174897832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26512/tid=26523] ppid=26510 vsize=11852648 CPUtime=0.28 cores=1,3,5,7
/proc/26512/task/26523/stat : 26523 (java) S 26510 26512 23082 0 -1 4202560 69 0 0 0 26 2 0 0 20 0 22 0 334980465 12137111552 216200 33554432000 1073741824 1073778376 140735550479616 139803162700776 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26512/tid=26524] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26524/stat : 26524 (java) S 26510 26512 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334980466 12137111552 216200 33554432000 1073741824 1073778376 140735550479616 139803161646840 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26512/tid=26525] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26525/stat : 26525 (java) S 26510 26512 23082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334980466 12137111552 216200 33554432000 1073741824 1073778376 140735550479616 139803160593928 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26512/tid=26526] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26526/stat : 26526 (java) S 26510 26512 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334980468 12137111552 216200 33554432000 1073741824 1073778376 140735550479616 139803159542416 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26512/tid=26527] ppid=26510 vsize=11852648 CPUtime=1.03 cores=1,3,5,7
/proc/26512/task/26527/stat : 26527 (java) S 26510 26512 23082 0 -1 4202560 8419 0 0 0 101 2 0 0 20 0 22 0 334980468 12137111552 216200 33554432000 1073741824 1073778376 140735550479616 139803158489528 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26512/tid=26528] ppid=26510 vsize=11852648 CPUtime=0.84 cores=1,3,5,7
/proc/26512/task/26528/stat : 26528 (java) S 26510 26512 23082 0 -1 4202560 5270 0 0 0 82 2 0 0 20 0 22 0 334980468 12137111552 216200 33554432000 1073741824 1073778376 140735550479616 139803157436728 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26512/tid=26529] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26529/stat : 26529 (java) S 26510 26512 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334980468 12137111552 216200 33554432000 1073741824 1073778376 140735550479616 139803156384120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26512/tid=26530] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26530/stat : 26530 (java) S 26510 26512 23082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334980468 12137111552 216200 33554432000 1073741824 1073778376 140735550479616 139803155331528 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26512/tid=26537] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26537/stat : 26537 (java) S 26510 26512 23082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334980584 12137111552 216200 33554432000 1073741824 1073778376 140735550479616 139803151119272 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26512/tid=26547] ppid=26510 vsize=11852648 CPUtime=2.66 cores=1,3,5,7
/proc/26512/task/26547/stat : 26547 (java) R 26510 26512 23082 0 -1 4202560 18 0 0 0 266 0 0 0 20 0 22 0 334980785 12137111552 216200 33554432000 1073741824 1073778376 140735550479616 139803152171984 139803216795902 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26512/tid=26548] ppid=26510 vsize=11852648 CPUtime=2.64 cores=1,3,5,7
/proc/26512/task/26548/stat : 26548 (java) R 26510 26512 23082 0 -1 4202560 138 0 0 0 258 6 0 0 20 0 22 0 334980785 12137111552 216200 33554432000 1073741824 1073778376 140735550479616 139803154276376 139803216438883 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26512/tid=26549] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26549/stat : 26549 (java) S 26510 26512 23082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334980785 12137111552 216200 33554432000 1073741824 1073778376 140735550479616 139803153225128 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

[pid=26512/tid=26646] ppid=26510 vsize=11852648 CPUtime=221.28 cores=1,3,5,7
/proc/26512/task/26646/stat : 26646 (java) R 26510 26512 23082 0 -1 4202560 6 0 0 0 22125 3 0 0 20 0 22 0 335031363 12137111552 920195 33554432000 1073741824 1073778376 140735550479616 139803153224528 139803216287646 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26512/tid=26647] ppid=26510 vsize=11852648 CPUtime=221.2 cores=1,3,5,7
/proc/26512/task/26647/stat : 26647 (java) R 26510 26512 23082 0 -1 4202560 4 0 0 0 22117 3 0 0 20 0 22 0 335031363 12137111552 920195 33554432000 1073741824 1073778376 140735550479616 139803152169744 139803216438355 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26512/tid=26648] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26648/stat : 26648 (java) S 26510 26512 23082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335031363 12137111552 920195 33554432000 1073741824 1073778376 140735550479616 139803154277672 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1459.08
Current children cumulated vsize (KiB) 11852648

[startup+822.301 s]
/proc/loadavg: 3.87 3.85 3.88 5/219 26649
/proc/meminfo: memFree=23422084/32873844 swapFree=7628/7628
[pid=26512] ppid=26510 vsize=11852648 CPUtime=1574.91 cores=1,3,5,7
/proc/26512/stat : 26512 (java) S 26510 26512 23082 0 -1 4202496 22027 0 1 0 157328 163 0 0 20 0 22 0 334980460 12137111552 920237 33554432000 1073741824 1073778376 140735550479616 140735550470752 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26512/statm: 2963162 920237 2292 9 0 2953849 0
[pid=26512/tid=26514] ppid=26510 vsize=11852648 CPUtime=0.76 cores=1,3,5,7
/proc/26512/task/26514/stat : 26514 (java) S 26510 26512 23082 0 -1 4202560 3542 0 1 0 69 7 0 0 20 0 22 0 334980462 12137111552 920237 33554432000 1073741824 1073778376 140735550479616 139803345810584 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26512/tid=26515] ppid=26510 vsize=11852648 CPUtime=2.04 cores=1,3,5,7
/proc/26512/task/26515/stat : 26515 (java) S 26510 26512 23082 0 -1 4202560 232 0 0 0 197 7 0 0 20 0 22 0 334980464 12137111552 920237 33554432000 1073741824 1073778376 140735550479616 139803334872104 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26512/tid=26516] ppid=26510 vsize=11852648 CPUtime=2.06 cores=1,3,5,7
/proc/26512/task/26516/stat : 26516 (java) S 26510 26512 23082 0 -1 4202560 219 0 0 0 199 7 0 0 20 0 22 0 334980464 12137111552 920237 33554432000 1073741824 1073778376 140735550479616 139803181214632 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26512/tid=26517] ppid=26510 vsize=11852648 CPUtime=1.74 cores=1,3,5,7
/proc/26512/task/26517/stat : 26517 (java) S 26510 26512 23082 0 -1 4202560 217 0 0 0 166 8 0 0 20 0 22 0 334980464 12137111552 920237 33554432000 1073741824 1073778376 140735550479616 139803180161832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26512/tid=26518] ppid=26510 vsize=11852648 CPUtime=1.97 cores=1,3,5,7
/proc/26512/task/26518/stat : 26518 (java) S 26510 26512 23082 0 -1 4202560 216 0 0 0 191 6 0 0 20 0 22 0 334980464 12137111552 920237 33554432000 1073741824 1073778376 140735550479616 139803179109032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26512/tid=26519] ppid=26510 vsize=11852648 CPUtime=2.16 cores=1,3,5,7
/proc/26512/task/26519/stat : 26519 (java) S 26510 26512 23082 0 -1 4202560 188 0 0 0 211 5 0 0 20 0 22 0 334980464 12137111552 920237 33554432000 1073741824 1073778376 140735550479616 139803178056232 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26512/tid=26520] ppid=26510 vsize=11852648 CPUtime=2.03 cores=1,3,5,7
/proc/26512/task/26520/stat : 26520 (java) S 26510 26512 23082 0 -1 4202560 201 0 0 0 196 7 0 0 20 0 22 0 334980464 12137111552 920237 33554432000 1073741824 1073778376 140735550479616 139803177003432 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26512/tid=26521] ppid=26510 vsize=11852648 CPUtime=2.01 cores=1,3,5,7
/proc/26512/task/26521/stat : 26521 (java) S 26510 26512 23082 0 -1 4202560 246 0 0 0 195 6 0 0 20 0 22 0 334980464 12137111552 920237 33554432000 1073741824 1073778376 140735550479616 139803175950632 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26512/tid=26522] ppid=26510 vsize=11852648 CPUtime=1.89 cores=1,3,5,7
/proc/26512/task/26522/stat : 26522 (java) S 26510 26512 23082 0 -1 4202560 222 0 0 0 183 6 0 0 20 0 22 0 334980464 12137111552 920237 33554432000 1073741824 1073778376 140735550479616 139803174897832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26512/tid=26523] ppid=26510 vsize=11852648 CPUtime=68.09 cores=1,3,5,7
/proc/26512/task/26523/stat : 26523 (java) S 26510 26512 23082 0 -1 4202560 519 0 0 0 6793 16 0 0 20 0 22 0 334980465 12137111552 920237 33554432000 1073741824 1073778376 140735550479616 139803162700776 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26512/tid=26524] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26524/stat : 26524 (java) S 26510 26512 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334980466 12137111552 920237 33554432000 1073741824 1073778376 140735550479616 139803161646840 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26512/tid=26525] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26525/stat : 26525 (java) S 26510 26512 23082 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 334980466 12137111552 920237 33554432000 1073741824 1073778376 140735550479616 139803160593928 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26512/tid=26526] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26526/stat : 26526 (java) S 26510 26512 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334980468 12137111552 920237 33554432000 1073741824 1073778376 140735550479616 139803159542416 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26512/tid=26527] ppid=26510 vsize=11852648 CPUtime=1.55 cores=1,3,5,7
/proc/26512/task/26527/stat : 26527 (java) S 26510 26512 23082 0 -1 4202560 8482 0 0 0 153 2 0 0 20 0 22 0 334980468 12137111552 920237 33554432000 1073741824 1073778376 140735550479616 139803158489528 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26512/tid=26528] ppid=26510 vsize=11852648 CPUtime=1.05 cores=1,3,5,7
/proc/26512/task/26528/stat : 26528 (java) S 26510 26512 23082 0 -1 4202560 5273 0 0 0 103 2 0 0 20 0 22 0 334980468 12137111552 920237 33554432000 1073741824 1073778376 140735550479616 139803157436728 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26512/tid=26529] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26529/stat : 26529 (java) S 26510 26512 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334980468 12137111552 920237 33554432000 1073741824 1073778376 140735550479616 139803156384120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26512/tid=26530] ppid=26510 vsize=11852648 CPUtime=0.4 cores=1,3,5,7
/proc/26512/task/26530/stat : 26530 (java) S 26510 26512 23082 0 -1 4202560 48 0 0 0 19 21 0 0 20 0 22 0 334980468 12137111552 920237 33554432000 1073741824 1073778376 140735550479616 139803155331528 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26512/tid=26537] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26537/stat : 26537 (java) S 26510 26512 23082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334980584 12137111552 920237 33554432000 1073741824 1073778376 140735550479616 139803151119272 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26512/tid=26646] ppid=26510 vsize=11852648 CPUtime=276.41 cores=1,3,5,7
/proc/26512/task/26646/stat : 26646 (java) R 26510 26512 23082 0 -1 4202560 7 0 0 0 27637 4 0 0 20 0 22 0 335031363 12137111552 920237 33554432000 1073741824 1073778376 140735550479616 139803153224528 139803216308665 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26512/tid=26647] ppid=26510 vsize=11852648 CPUtime=276.31 cores=1,3,5,7
/proc/26512/task/26647/stat : 26647 (java) R 26510 26512 23082 0 -1 4202560 4 0 0 0 27625 6 0 0 20 0 22 0 335031363 12137111552 920237 33554432000 1073741824 1073778376 140735550479616 139803152169904 139803216576265 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26512/tid=26648] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26648/stat : 26648 (java) S 26510 26512 23082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335031363 12137111552 920237 33554432000 1073741824 1073778376 140735550479616 139803154277672 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1574.91
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.91 3.86 3.88 5/220 26652
/proc/meminfo: memFree=23391848/32873844 swapFree=7628/7628
[pid=26512] ppid=26510 vsize=11852648 CPUtime=1691.49 cores=1,3,5,7
/proc/26512/stat : 26512 (java) S 26510 26512 23082 0 -1 4202496 22096 0 1 0 168983 166 0 0 20 0 22 0 334980460 12137111552 927448 33554432000 1073741824 1073778376 140735550479616 140735550470752 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26512/statm: 2963162 927448 2292 9 0 2953849 0
[pid=26512/tid=26514] ppid=26510 vsize=11852648 CPUtime=0.77 cores=1,3,5,7
/proc/26512/task/26514/stat : 26514 (java) S 26510 26512 23082 0 -1 4202560 3545 0 1 0 70 7 0 0 20 0 22 0 334980462 12137111552 927448 33554432000 1073741824 1073778376 140735550479616 139803345810584 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26512/tid=26515] ppid=26510 vsize=11852648 CPUtime=2.11 cores=1,3,5,7
/proc/26512/task/26515/stat : 26515 (java) S 26510 26512 23082 0 -1 4202560 247 0 0 0 204 7 0 0 20 0 22 0 334980464 12137111552 927448 33554432000 1073741824 1073778376 140735550479616 139803334872104 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26512/tid=26516] ppid=26510 vsize=11852648 CPUtime=2.14 cores=1,3,5,7
/proc/26512/task/26516/stat : 26516 (java) S 26510 26512 23082 0 -1 4202560 222 0 0 0 207 7 0 0 20 0 22 0 334980464 12137111552 927448 33554432000 1073741824 1073778376 140735550479616 139803181214632 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26512/tid=26517] ppid=26510 vsize=11852648 CPUtime=1.83 cores=1,3,5,7
/proc/26512/task/26517/stat : 26517 (java) S 26510 26512 23082 0 -1 4202560 222 0 0 0 175 8 0 0 20 0 22 0 334980464 12137111552 927448 33554432000 1073741824 1073778376 140735550479616 139803180161832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26512/tid=26518] ppid=26510 vsize=11852648 CPUtime=2.05 cores=1,3,5,7
/proc/26512/task/26518/stat : 26518 (java) S 26510 26512 23082 0 -1 4202560 219 0 0 0 199 6 0 0 20 0 22 0 334980464 12137111552 927448 33554432000 1073741824 1073778376 140735550479616 139803179109032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26512/tid=26519] ppid=26510 vsize=11852648 CPUtime=2.25 cores=1,3,5,7
/proc/26512/task/26519/stat : 26519 (java) S 26510 26512 23082 0 -1 4202560 190 0 0 0 220 5 0 0 20 0 22 0 334980464 12137111552 927448 33554432000 1073741824 1073778376 140735550479616 139803178056232 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26512/tid=26520] ppid=26510 vsize=11852648 CPUtime=2.12 cores=1,3,5,7
/proc/26512/task/26520/stat : 26520 (java) S 26510 26512 23082 0 -1 4202560 202 0 0 0 205 7 0 0 20 0 22 0 334980464 12137111552 927448 33554432000 1073741824 1073778376 140735550479616 139803177003432 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26512/tid=26521] ppid=26510 vsize=11852648 CPUtime=2.11 cores=1,3,5,7
/proc/26512/task/26521/stat : 26521 (java) S 26510 26512 23082 0 -1 4202560 249 0 0 0 205 6 0 0 20 0 22 0 334980464 12137111552 927448 33554432000 1073741824 1073778376 140735550479616 139803175950632 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26512/tid=26522] ppid=26510 vsize=11852648 CPUtime=1.99 cores=1,3,5,7
/proc/26512/task/26522/stat : 26522 (java) S 26510 26512 23082 0 -1 4202560 234 0 0 0 193 6 0 0 20 0 22 0 334980464 12137111552 927448 33554432000 1073741824 1073778376 140735550479616 139803174897832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26512/tid=26523] ppid=26510 vsize=11852648 CPUtime=71.83 cores=1,3,5,7
/proc/26512/task/26523/stat : 26523 (java) S 26510 26512 23082 0 -1 4202560 537 0 0 0 7166 17 0 0 20 0 22 0 334980465 12137111552 927448 33554432000 1073741824 1073778376 140735550479616 139803162700776 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26512/tid=26524] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26524/stat : 26524 (java) S 26510 26512 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334980466 12137111552 927448 33554432000 1073741824 1073778376 140735550479616 139803161646840 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26512/tid=26525] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26525/stat : 26525 (java) S 26510 26512 23082 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 334980466 12137111552 927448 33554432000 1073741824 1073778376 140735550479616 139803160593928 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26512/tid=26526] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26526/stat : 26526 (java) S 26510 26512 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334980468 12137111552 927448 33554432000 1073741824 1073778376 140735550479616 139803159542416 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26512/tid=26527] ppid=26510 vsize=11852648 CPUtime=1.55 cores=1,3,5,7
/proc/26512/task/26527/stat : 26527 (java) S 26510 26512 23082 0 -1 4202560 8482 0 0 0 153 2 0 0 20 0 22 0 334980468 12137111552 927448 33554432000 1073741824 1073778376 140735550479616 139803158489528 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26512/tid=26528] ppid=26510 vsize=11852648 CPUtime=1.05 cores=1,3,5,7
/proc/26512/task/26528/stat : 26528 (java) S 26510 26512 23082 0 -1 4202560 5273 0 0 0 103 2 0 0 20 0 22 0 334980468 12137111552 927448 33554432000 1073741824 1073778376 140735550479616 139803157436728 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26512/tid=26529] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26529/stat : 26529 (java) S 26510 26512 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334980468 12137111552 927448 33554432000 1073741824 1073778376 140735550479616 139803156384120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26512/tid=26530] ppid=26510 vsize=11852648 CPUtime=0.44 cores=1,3,5,7
/proc/26512/task/26530/stat : 26530 (java) S 26510 26512 23082 0 -1 4202560 52 0 0 0 21 23 0 0 20 0 22 0 334980468 12137111552 927448 33554432000 1073741824 1073778376 140735550479616 139803155331528 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26512/tid=26537] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26537/stat : 26537 (java) S 26510 26512 23082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334980584 12137111552 927448 33554432000 1073741824 1073778376 140735550479616 139803151119272 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26512/tid=26646] ppid=26510 vsize=11852648 CPUtime=332.49 cores=1,3,5,7
/proc/26512/task/26646/stat : 26646 (java) R 26510 26512 23082 0 -1 4202560 7 0 0 0 33244 5 0 0 20 0 22 0 335031363 12137111552 927448 33554432000 1073741824 1073778376 140735550479616 139803153224528 139803216287287 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26512/tid=26647] ppid=26510 vsize=11852648 CPUtime=332.36 cores=1,3,5,7
/proc/26512/task/26647/stat : 26647 (java) R 26510 26512 23082 0 -1 4202560 4 0 0 0 33229 7 0 0 20 0 22 0 335031363 12137111552 927448 33554432000 1073741824 1073778376 140735550479616 139803152169840 139803216576265 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26512/tid=26648] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26648/stat : 26648 (java) S 26510 26512 23082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335031363 12137111552 927448 33554432000 1073741824 1073778376 140735550479616 139803154277672 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1691.49
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+938.001 s]
/proc/loadavg: 3.76 3.83 3.87 4/219 26652
/proc/meminfo: memFree=23352076/32873844 swapFree=7628/7628
[pid=26512] ppid=26510 vsize=11852648 CPUtime=1800.2 cores=1,3,5,7
/proc/26512/stat : 26512 (java) S 26510 26512 23082 0 -1 4202496 22170 0 1 0 179851 169 0 0 20 0 22 0 334980460 12137111552 936202 33554432000 1073741824 1073778376 140735550479616 140735550470752 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26512/statm: 2963162 936202 2292 9 0 2953849 0
[pid=26512/tid=26514] ppid=26510 vsize=11852648 CPUtime=0.77 cores=1,3,5,7
/proc/26512/task/26514/stat : 26514 (java) S 26510 26512 23082 0 -1 4202560 3548 0 1 0 70 7 0 0 20 0 22 0 334980462 12137111552 936202 33554432000 1073741824 1073778376 140735550479616 139803345810584 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26512/tid=26515] ppid=26510 vsize=11852648 CPUtime=2.23 cores=1,3,5,7
/proc/26512/task/26515/stat : 26515 (java) S 26510 26512 23082 0 -1 4202560 250 0 0 0 216 7 0 0 20 0 22 0 334980464 12137111552 936202 33554432000 1073741824 1073778376 140735550479616 139803334872104 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26512/tid=26516] ppid=26510 vsize=11852648 CPUtime=2.21 cores=1,3,5,7
/proc/26512/task/26516/stat : 26516 (java) S 26510 26512 23082 0 -1 4202560 222 0 0 0 214 7 0 0 20 0 22 0 334980464 12137111552 936202 33554432000 1073741824 1073778376 140735550479616 139803181214632 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26512/tid=26517] ppid=26510 vsize=11852648 CPUtime=1.9 cores=1,3,5,7
/proc/26512/task/26517/stat : 26517 (java) S 26510 26512 23082 0 -1 4202560 233 0 0 0 182 8 0 0 20 0 22 0 334980464 12137111552 936202 33554432000 1073741824 1073778376 140735550479616 139803180161832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26512/tid=26518] ppid=26510 vsize=11852648 CPUtime=2.12 cores=1,3,5,7
/proc/26512/task/26518/stat : 26518 (java) S 26510 26512 23082 0 -1 4202560 223 0 0 0 206 6 0 0 20 0 22 0 334980464 12137111552 936202 33554432000 1073741824 1073778376 140735550479616 139803179109032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26512/tid=26519] ppid=26510 vsize=11852648 CPUtime=2.36 cores=1,3,5,7
/proc/26512/task/26519/stat : 26519 (java) S 26510 26512 23082 0 -1 4202560 190 0 0 0 231 5 0 0 20 0 22 0 334980464 12137111552 936202 33554432000 1073741824 1073778376 140735550479616 139803178056232 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26512/tid=26520] ppid=26510 vsize=11852648 CPUtime=2.27 cores=1,3,5,7
/proc/26512/task/26520/stat : 26520 (java) S 26510 26512 23082 0 -1 4202560 218 0 0 0 220 7 0 0 20 0 22 0 334980464 12137111552 936202 33554432000 1073741824 1073778376 140735550479616 139803177003432 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26512/tid=26521] ppid=26510 vsize=11852648 CPUtime=2.19 cores=1,3,5,7
/proc/26512/task/26521/stat : 26521 (java) S 26510 26512 23082 0 -1 4202560 252 0 0 0 213 6 0 0 20 0 22 0 334980464 12137111552 936202 33554432000 1073741824 1073778376 140735550479616 139803175950632 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26512/tid=26522] ppid=26510 vsize=11852648 CPUtime=2.09 cores=1,3,5,7
/proc/26512/task/26522/stat : 26522 (java) S 26510 26512 23082 0 -1 4202560 247 0 0 0 203 6 0 0 20 0 22 0 334980464 12137111552 936202 33554432000 1073741824 1073778376 140735550479616 139803174897832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26512/tid=26523] ppid=26510 vsize=11852648 CPUtime=74.9 cores=1,3,5,7
/proc/26512/task/26523/stat : 26523 (java) S 26510 26512 23082 0 -1 4202560 556 0 0 0 7472 18 0 0 20 0 22 0 334980465 12137111552 936202 33554432000 1073741824 1073778376 140735550479616 139803162700776 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26512/tid=26524] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26524/stat : 26524 (java) S 26510 26512 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334980466 12137111552 936202 33554432000 1073741824 1073778376 140735550479616 139803161646840 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26512/tid=26525] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26525/stat : 26525 (java) S 26510 26512 23082 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 334980466 12137111552 936202 33554432000 1073741824 1073778376 140735550479616 139803160593928 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26512/tid=26526] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26526/stat : 26526 (java) S 26510 26512 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334980468 12137111552 936202 33554432000 1073741824 1073778376 140735550479616 139803159542416 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26512/tid=26527] ppid=26510 vsize=11852648 CPUtime=1.55 cores=1,3,5,7
/proc/26512/task/26527/stat : 26527 (java) S 26510 26512 23082 0 -1 4202560 8482 0 0 0 153 2 0 0 20 0 22 0 334980468 12137111552 936202 33554432000 1073741824 1073778376 140735550479616 139803158489528 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26512/tid=26528] ppid=26510 vsize=11852648 CPUtime=1.05 cores=1,3,5,7
/proc/26512/task/26528/stat : 26528 (java) S 26510 26512 23082 0 -1 4202560 5273 0 0 0 103 2 0 0 20 0 22 0 334980468 12137111552 936202 33554432000 1073741824 1073778376 140735550479616 139803157436728 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26512/tid=26529] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26529/stat : 26529 (java) S 26510 26512 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334980468 12137111552 936202 33554432000 1073741824 1073778376 140735550479616 139803156384120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26512/tid=26530] ppid=26510 vsize=11852648 CPUtime=0.46 cores=1,3,5,7
/proc/26512/task/26530/stat : 26530 (java) S 26510 26512 23082 0 -1 4202560 54 0 0 0 22 24 0 0 20 0 22 0 334980468 12137111552 936202 33554432000 1073741824 1073778376 140735550479616 139803155331528 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26512/tid=26537] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26537/stat : 26537 (java) S 26510 26512 23082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334980584 12137111552 936202 33554432000 1073741824 1073778376 140735550479616 139803151119272 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26512/tid=26646] ppid=26510 vsize=11852648 CPUtime=384.93 cores=1,3,5,7
/proc/26512/task/26646/stat : 26646 (java) R 26510 26512 23082 0 -1 4202560 7 0 0 0 38488 5 0 0 20 0 22 0 335031363 12137111552 936202 33554432000 1073741824 1073778376 140735550479616 139803153224528 139803216276275 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26512/tid=26647] ppid=26510 vsize=11852648 CPUtime=384.77 cores=1,3,5,7
/proc/26512/task/26647/stat : 26647 (java) R 26510 26512 23082 0 -1 4202560 4 0 0 0 38469 8 0 0 20 0 22 0 335031363 12137111552 936202 33554432000 1073741824 1073778376 140735550479616 139803152169904 139803216438360 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26512/tid=26648] ppid=26510 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/26512/task/26648/stat : 26648 (java) S 26510 26512 23082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335031363 12137111552 936202 33554432000 1073741824 1073778376 140735550479616 139803154277672 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 11852648

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

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 938.063
CPU time (s): 1800.64
CPU user time (s): 1798.64
CPU system time (s): 2.00369
CPU usage (%): 191.953
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.64
system time used= 2.0037
maximum resident set size= 3744928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22203
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25220
involuntary context switches= 34936

runsolver used 3.56246 second user time and 9.75252 second system time

The end

Launcher Data

Begin job on node144 at 2012-06-03 03:55:56
IDJOB=3733261
IDBENCH=2264
IDSOLVER=2328
FILE ID=node144/3733261-1338688556
RUNJOBID= node144-1338678623-23102
PBS_JOBID= 14636669
Free space on /tmp= 70832 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-2.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733261-1338688556/watcher-3733261-1338688556 -o /tmp/evaluation-result-3733261-1338688556/solver-3733261-1338688556 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3733261-1338688556.opb

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

MD5SUM BENCH= 669011fc499ae56e44c354cc6cddc4c7
RANDOM SEED=1412563282

node144.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.196
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.39
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.196
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	: 5331.91
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.196
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	: 5438.54
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.196
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	: 5331.91
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.196
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	: 5331.90
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.196
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	: 5331.92
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.196
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	: 5331.91
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.196
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        24117732 kB
Buffers:          628180 kB
Cached:          3627252 kB
SwapCached:          464 kB
Active:          6018872 kB
Inactive:        1865964 kB
Active(anon):    3611756 kB
Inactive(anon):    11192 kB
Active(file):    2407116 kB
Inactive(file):  1854772 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108384 kB
Dirty:              2412 kB
Writeback:             0 kB
AnonPages:       3627392 kB
Mapped:            22480 kB
Shmem:               172 kB
Slab:             725352 kB
SReclaimable:     167448 kB
SUnreclaim:       557904 kB
KernelStack:        1624 kB
PageTables:        11172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10459276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3565568 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70836 MiB
End job on node144 at 2012-06-03 04:11:36