Trace number 2661936

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 RES // CP 2.2.0 2010-05-31SAT (TO)-63 1800.71 968.341

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_25_1.opb
MD5SUM7980660368cd371c40e33d6668082e41
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-65
Best CPU time to get the best result obtained on this benchmark1800.23
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -64
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint25
Maximum length of a constraint48
Number of terms in the objective function 500
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 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)15716
Sum of products size (including duplicates)31432
Number of different products7858
Sum of products size15716

Quality of the solution as a function of time


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

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100531
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c ManyCore solver with 2 solvers running in parallel
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	
0.23/0.21	c solving HOME/instance-2661936-1276661526.opb
0.23/0.21	c reading problem ... 
27.45/25.04	c ... done. Wall clock time 24.823s.
27.45/25.04	c #vars     8358
27.45/25.04	c #constraints  23574
27.45/25.04	c constraints type 
27.45/25.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7858
27.45/25.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7858
27.45/25.04	c constraints type 
27.45/25.04	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7858
27.45/25.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7858
28.02/25.35	c And the winner is CuttingPlanes
28.13/26.06	c SATISFIABLE
28.13/26.06	c OPTIMIZING...
28.13/26.06	c Got one! Elapsed wall clock time (in seconds):25.849
28.13/26.06	o -54
29.02/26.56	c And the winner is Resolution
29.19/27.08	c Got one! Elapsed wall clock time (in seconds):26.867
29.19/27.08	o -58
31.42/28.30	c And the winner is Resolution
31.69/29.10	c Got one! Elapsed wall clock time (in seconds):28.883
31.69/29.10	o -59
32.90/29.75	c And the winner is Resolution
33.07/30.18	c Got one! Elapsed wall clock time (in seconds):29.965
33.07/30.18	o -60
33.51/30.44	c cleaning 2497 clauses out of 5000 with flag 5000/5000
37.13/32.31	c And the winner is Resolution
37.43/33.19	c Got one! Elapsed wall clock time (in seconds):32.979
37.43/33.19	o -61
38.03/33.53	c cleaning 4242 clauses out of 8503 with flag 11000/11000
42.44/35.86	c cleaning 5631 clauses out of 11261 with flag 18000/18000
48.01/38.71	c cleaning 6809 clauses out of 13630 with flag 26000/26000
53.94/41.86	c cleaning 7911 clauses out of 15821 with flag 35000/35000
61.06/45.51	c cleaning 8953 clauses out of 17911 with flag 45001/45001
69.17/49.75	c cleaning 9979 clauses out of 19959 with flag 56002/56002
78.44/54.54	c cleaning 10987 clauses out of 21978 with flag 68000/68000
86.25/58.64	c And the winner is Resolution
86.61/59.44	c Got one! Elapsed wall clock time (in seconds):59.232
86.61/59.44	o -62
89.70/61.07	c cleaning 11995 clauses out of 23992 with flag 81001/81001
102.72/67.72	c cleaning 12991 clauses out of 25996 with flag 95000/95000
116.31/74.72	c cleaning 13993 clauses out of 28005 with flag 110000/110000
130.03/81.81	c cleaning 14999 clauses out of 30012 with flag 126000/126000
145.25/89.77	c cleaning 15501 clauses out of 31013 with flag 142000/142000
161.18/97.92	c cleaning 15754 clauses out of 31513 with flag 158001/158001
177.44/106.31	c cleaning 15873 clauses out of 31759 with flag 174001/174001
189.11/112.45	c cleaning 15932 clauses out of 31886 with flag 190001/190001
204.64/120.50	c cleaning 15971 clauses out of 31954 with flag 206001/206001
216.16/126.58	c cleaning 15991 clauses out of 31982 with flag 222000/222000
231.60/134.58	c cleaning 15996 clauses out of 31991 with flag 238000/238000
256.36/147.27	c cleaning 15998 clauses out of 31995 with flag 254000/254000
273.61/156.23	c cleaning 15989 clauses out of 31998 with flag 270001/270001
287.06/163.26	c cleaning 15994 clauses out of 32009 with flag 286001/286001
301.87/170.95	c cleaning 16005 clauses out of 32014 with flag 302000/302000
322.61/181.64	c cleaning 16005 clauses out of 32009 with flag 318000/318000
339.95/190.76	c cleaning 15989 clauses out of 32005 with flag 334001/334001
357.08/199.65	c cleaning 16001 clauses out of 32016 with flag 350001/350001
374.81/208.87	c cleaning 15994 clauses out of 32014 with flag 366000/366000
391.54/217.55	c cleaning 15998 clauses out of 32020 with flag 382000/382000
406.67/225.55	c cleaning 16001 clauses out of 32022 with flag 398000/398000
419.01/232.04	c cleaning 16007 clauses out of 32021 with flag 414000/414000
436.69/241.27	c cleaning 15993 clauses out of 32014 with flag 430000/430000
437.90/242.11	c And the winner is Resolution
440.13/244.88	c Got one! Elapsed wall clock time (in seconds):244.666
440.13/244.88	o -63
456.82/253.39	c cleaning 16011 clauses out of 32021 with flag 446000/446000
472.28/261.57	c cleaning 15996 clauses out of 32010 with flag 462000/462000
489.98/270.73	c cleaning 16000 clauses out of 32014 with flag 478000/478000
506.67/279.46	c cleaning 16001 clauses out of 32015 with flag 494001/494001
526.14/289.58	c cleaning 15988 clauses out of 32013 with flag 510000/510000
542.19/298.09	c cleaning 16011 clauses out of 32026 with flag 526001/526001
561.60/308.12	c cleaning 16002 clauses out of 32014 with flag 542000/542000
578.63/317.01	c cleaning 16001 clauses out of 32014 with flag 558002/558002
594.09/325.20	c cleaning 15995 clauses out of 32011 with flag 574000/574000
612.88/335.08	c cleaning 16004 clauses out of 32016 with flag 590000/590000
625.92/341.97	c cleaning 16002 clauses out of 32012 with flag 606000/606000
639.95/349.37	c cleaning 16000 clauses out of 32010 with flag 622000/622000
654.75/357.12	c cleaning 15993 clauses out of 32011 with flag 638001/638001
669.74/365.15	c cleaning 16007 clauses out of 32019 with flag 654002/654002
689.86/375.62	c cleaning 15995 clauses out of 32010 with flag 670000/670000
705.66/383.91	c cleaning 15999 clauses out of 32016 with flag 686001/686001
722.20/392.68	c cleaning 16005 clauses out of 32016 with flag 702000/702000
738.71/401.47	c cleaning 15993 clauses out of 32012 with flag 718001/718001
753.07/409.00	c cleaning 16003 clauses out of 32018 with flag 734000/734000
768.80/417.38	c cleaning 0 clauses out of 5003 with flag 0/5003
772.03/419.36	c cleaning 15998 clauses out of 32016 with flag 750001/750001
791.88/429.87	c cleaning 15995 clauses out of 32017 with flag 766000/766000
807.21/437.91	c cleaning 16007 clauses out of 32022 with flag 782000/782000
822.76/446.17	c cleaning 16002 clauses out of 32016 with flag 798001/798001
837.87/454.13	c cleaning 16001 clauses out of 32013 with flag 814000/814000
856.11/463.84	c cleaning 15998 clauses out of 32013 with flag 830001/830001
879.73/476.19	c cleaning 16006 clauses out of 32014 with flag 846000/846000
898.15/485.85	c cleaning 15998 clauses out of 32008 with flag 862000/862000
918.53/496.55	c cleaning 16001 clauses out of 32012 with flag 878002/878002
931.54/503.66	c cleaning 15995 clauses out of 32009 with flag 894000/894000
946.39/511.55	c cleaning 16007 clauses out of 32014 with flag 910000/910000
965.60/521.69	c cleaning 15995 clauses out of 32007 with flag 926000/926000
985.32/532.05	c cleaning 15994 clauses out of 32012 with flag 942000/942000
1004.78/542.41	c cleaning 15998 clauses out of 32019 with flag 958001/958001
1022.58/551.88	c cleaning 16007 clauses out of 32021 with flag 974001/974001
1041.35/561.74	c cleaning 15994 clauses out of 32013 with flag 990000/990000
1058.73/570.97	c cleaning 16002 clauses out of 32019 with flag 1006000/1006000
1074.43/579.46	c cleaning 15998 clauses out of 32018 with flag 1022001/1022001
1094.55/590.05	c cleaning 16005 clauses out of 32019 with flag 1038000/1038000
1113.46/600.08	c cleaning 15992 clauses out of 32014 with flag 1054000/1054000
1135.14/611.46	c cleaning 16001 clauses out of 32022 with flag 1070000/1070000
1149.80/619.46	c cleaning 16011 clauses out of 32021 with flag 1086000/1086000
1166.30/628.30	c cleaning 16004 clauses out of 32011 with flag 1102001/1102001
1185.36/638.39	c cleaning 16000 clauses out of 32006 with flag 1118000/1118000
1204.57/648.50	c cleaning 15997 clauses out of 32006 with flag 1134000/1134000
1227.63/660.84	c cleaning 16005 clauses out of 32009 with flag 1150000/1150000
1252.02/673.66	c cleaning 16000 clauses out of 32004 with flag 1166000/1166000
1273.21/684.87	c cleaning 15997 clauses out of 32004 with flag 1182000/1182000
1295.18/696.45	c cleaning 16000 clauses out of 32007 with flag 1198000/1198000
1318.38/708.83	c cleaning 15997 clauses out of 32007 with flag 1214000/1214000
1341.54/721.00	c cleaning 16000 clauses out of 32010 with flag 1230000/1230000
1362.50/732.19	c cleaning 15998 clauses out of 32011 with flag 1246001/1246001
1382.63/742.81	c cleaning 15998 clauses out of 32012 with flag 1262000/1262000
1402.64/753.69	c cleaning 16007 clauses out of 32016 with flag 1278002/1278002
1424.34/765.12	c cleaning 16002 clauses out of 32007 with flag 1294000/1294000
1449.47/778.36	c cleaning 16003 clauses out of 32006 with flag 1310001/1310001
1475.11/791.82	c cleaning 16000 clauses out of 32004 with flag 1326002/1326002
1489.29/799.74	c cleaning 15992 clauses out of 32002 with flag 1342000/1342000
1504.13/807.73	c cleaning 15999 clauses out of 32011 with flag 1358001/1358001
1518.65/815.63	c cleaning 15994 clauses out of 32011 with flag 1374000/1374000
1533.55/823.71	c cleaning 16002 clauses out of 32018 with flag 1390001/1390001
1550.46/833.02	c cleaning 15994 clauses out of 32016 with flag 1406001/1406001
1565.54/841.24	c cleaning 16002 clauses out of 32023 with flag 1422002/1422002
1584.75/851.49	c cleaning 15995 clauses out of 32019 with flag 1438000/1438000
1604.98/862.28	c cleaning 16007 clauses out of 32024 with flag 1454000/1454000
1621.46/871.38	c cleaning 15997 clauses out of 32017 with flag 1470000/1470000
1640.50/881.55	c cleaning 16004 clauses out of 32020 with flag 1486000/1486000
1660.49/892.23	c cleaning 15997 clauses out of 32016 with flag 1502000/1502000
1682.40/903.87	c cleaning 16002 clauses out of 32020 with flag 1518001/1518001
1697.67/912.34	c cleaning 15998 clauses out of 32017 with flag 1534000/1534000
1716.67/922.54	c cleaning 15999 clauses out of 32019 with flag 1550000/1550000
1736.23/933.06	c cleaning 16006 clauses out of 32021 with flag 1566001/1566001
1759.16/945.28	c cleaning 15998 clauses out of 32014 with flag 1582000/1582000
1777.14/955.17	c cleaning 15999 clauses out of 32017 with flag 1598001/1598001
1795.86/965.23	c cleaning 16001 clauses out of 32018 with flag 1614001/1614001
1800.12/968.04	c starts		: 215
1800.12/968.04	c conflicts		: 1618522
1800.12/968.04	c decisions		: 1859476
1800.12/968.04	c propagations		: 9484895
1800.12/968.04	c inspects		: 794604273
1800.12/968.04	c learnt literals	: 0
1800.12/968.04	c learnt binary clauses	: 0
1800.12/968.04	c learnt ternary clauses	: 0
1800.12/968.04	c learnt clauses	: 1618521
1800.12/968.04	c ignored clauses	: 0
1800.12/968.04	c root simplifications	: 0
1800.12/968.04	c removed literals (reason simplification)	: 16631628
1800.12/968.04	c reason swapping (by a shorter reason)	: 0
1800.12/968.04	c Calls to reduceDB	: 105
1800.12/968.04	c number of reductions to clauses (during analyze)	: 0
1800.12/968.04	c number of learned constraints concerned by reduction	: 0
1800.12/968.04	c number of learning phase by resolution	: 0
1800.12/968.04	c number of learning phase by cutting planes	: 0
1800.12/968.04	c speed (assignments/second)	: 13115.937319368657
1800.12/968.04	c non guided choices	0
1800.49/968.23	c learnt constraints type 
1800.49/968.23	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 20972
1800.49/968.23	c constraints type 
1800.49/968.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7858
1800.49/968.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.49/968.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7858
1800.49/968.23	c constraints type 
1800.49/968.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7858
1800.49/968.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.49/968.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7858
1800.49/968.23	s SATISFIABLE
1800.49/968.24	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 x11 -x12 -x13 -x14 x15 -x16 -x17 -x18 -x19 -x20 x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 x105 x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 x140 -x141 -x142 x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 x160 -x161 x162 x163 -x164 -x165 -x166 x167 -x168 -x169 -x170 -x171 x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 x188 -x189 -x190 -x191 -x192 x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -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 
1800.49/968.24	c objective function=-63
1800.49/968.24	c Total wall clock time (in seconds): 968.023

Verifier Data

OK	-63

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2661936-1276661526/watcher-2661936-1276661526 -o /tmp/evaluation-result-2661936-1276661526/solver-2661936-1276661526 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661936-1276661526.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.93 0.97 0.98 3/105 15497
/proc/meminfo: memFree=1785164/2059040 swapFree=4164960/4192956
[pid=15497] ppid=15495 vsize=1700 CPUtime=0
/proc/15497/stat : 15497 (java6) R 15495 15497 15387 0 -1 4194304 196 0 0 0 0 0 0 0 25 0 1 0 7446151 1740800 100 1992294400 134512640 134550932 4290236224 18446744073709551615 134521816 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15497/statm: 425 106 81 10 0 30 0

[startup+0.0907369 s]
/proc/loadavg: 0.93 0.97 0.98 3/105 15497
/proc/meminfo: memFree=1785164/2059040 swapFree=4164960/4192956
[pid=15497] ppid=15495 vsize=1521796 CPUtime=0.07
/proc/15497/stat : 15497 (java) S 15495 15497 15387 0 -1 4202496 3849 0 1 0 5 2 0 0 25 0 7 0 7446151 1558319104 3289 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/15497/statm: 380449 3289 1045 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.10173 s]
/proc/loadavg: 0.93 0.97 0.98 3/105 15497
/proc/meminfo: memFree=1785164/2059040 swapFree=4164960/4192956
[pid=15497] ppid=15495 vsize=1524180 CPUtime=0.09
/proc/15497/stat : 15497 (java) S 15495 15497 15387 0 -1 4202496 3958 0 1 0 6 3 0 0 25 0 12 0 7446151 1560760320 3396 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15497/statm: 381045 3397 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.301759 s]
/proc/loadavg: 0.93 0.97 0.98 3/105 15497
/proc/meminfo: memFree=1785164/2059040 swapFree=4164960/4192956
[pid=15497] ppid=15495 vsize=1526216 CPUtime=0.36
/proc/15497/stat : 15497 (java) S 15495 15497 15387 0 -1 4202496 5394 0 1 0 32 4 0 0 25 0 12 0 7446151 1562845184 4830 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15497/statm: 381554 4830 1360 10 0 378857 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526216

[startup+0.701809 s]
/proc/loadavg: 0.93 0.97 0.98 3/105 15497
/proc/meminfo: memFree=1785164/2059040 swapFree=4164960/4192956
[pid=15497] ppid=15495 vsize=1528440 CPUtime=1.12
/proc/15497/stat : 15497 (java) S 15495 15497 15387 0 -1 4202496 7011 0 1 0 107 5 0 0 25 0 12 0 7446151 1565122560 6447 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15497/statm: 382110 6448 1402 10 0 379413 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1528440

[startup+1.5019 s]
/proc/loadavg: 0.93 0.97 0.98 5/117 15509
/proc/meminfo: memFree=1756984/2059040 swapFree=4164960/4192956
[pid=15497] ppid=15495 vsize=1542032 CPUtime=2.72
/proc/15497/stat : 15497 (java) S 15495 15497 15387 0 -1 4202496 12603 0 1 0 265 7 0 0 25 0 12 0 7446151 1579040768 10891 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15497/statm: 385508 10900 1409 10 0 382811 0
[pid=15497/tid=15499] ppid=15495 vsize=1542032 CPUtime=1.46
/proc/15497/task/15499/stat : 15499 (java) R 15495 15497 15387 0 -1 4202560 6008 0 1 0 142 4 0 0 25 0 12 0 7446153 1579040768 10905 1992294400 134512640 134550932 4293316336 18446744073709551615 4109134787 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15497/tid=15500] ppid=15495 vsize=1542032 CPUtime=0
/proc/15497/task/15500/stat : 15500 (java) S 15495 15497 15387 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 7446154 1579040768 10911 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15501] ppid=15495 vsize=1542032 CPUtime=0
/proc/15497/task/15501/stat : 15501 (java) S 15495 15497 15387 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 7446154 1579040768 10911 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15502] ppid=15495 vsize=1542032 CPUtime=0
/proc/15497/task/15502/stat : 15502 (java) S 15495 15497 15387 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 7446156 1579040768 10911 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 0 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=15497/tid=15503] ppid=15495 vsize=1542032 CPUtime=0
/proc/15497/task/15503/stat : 15503 (java) S 15495 15497 15387 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 12 0 7446156 1579040768 10911 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15504] ppid=15495 vsize=1542032 CPUtime=0
/proc/15497/task/15504/stat : 15504 (java) S 15495 15497 15387 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 12 0 7446156 1579040768 10911 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15505] ppid=15495 vsize=1542032 CPUtime=0
/proc/15497/task/15505/stat : 15505 (java) S 15495 15497 15387 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 7446161 1579040768 10911 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15506] ppid=15495 vsize=1542032 CPUtime=0.6
/proc/15497/task/15506/stat : 15506 (java) R 15495 15497 15387 0 -1 4202560 2064 0 0 0 60 0 0 0 25 0 12 0 7446161 1579040768 10911 1992294400 134512640 134550932 4293316336 18446744073709551615 103371266 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15497/tid=15507] ppid=15495 vsize=1542032 CPUtime=0.62
/proc/15497/task/15507/stat : 15507 (java) R 15495 15497 15387 0 -1 4202560 3487 0 0 0 61 1 0 0 25 0 12 0 7446161 1579040768 10911 1992294400 134512640 134550932 4293316336 18446744073709551615 104163101 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15497/tid=15508] ppid=15495 vsize=1542032 CPUtime=0
/proc/15497/task/15508/stat : 15508 (java) S 15495 15497 15387 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 7446161 1579040768 10911 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15509] ppid=15495 vsize=1542032 CPUtime=0
/proc/15497/task/15509/stat : 15509 (java) S 15495 15497 15387 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 7446161 1579040768 10911 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 1542032

[startup+3.10108 s]
/proc/loadavg: 0.93 0.97 0.98 4/117 15509
/proc/meminfo: memFree=1740120/2059040 swapFree=4164960/4192956
[pid=15497] ppid=15495 vsize=1541244 CPUtime=5.39
/proc/15497/stat : 15497 (java) S 15495 15497 15387 0 -1 4202496 18392 0 1 0 529 10 0 0 25 0 12 0 7446151 1578233856 11891 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15497/statm: 385311 11891 1410 10 0 382614 0
[pid=15497/tid=15499] ppid=15495 vsize=1541244 CPUtime=3.05
/proc/15497/task/15499/stat : 15499 (java) R 15495 15497 15387 0 -1 4202560 6946 0 1 0 300 5 0 0 25 0 12 0 7446153 1578233856 11891 1992294400 134512640 134550932 4293316336 18446744073709551615 4109134465 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15497/tid=15500] ppid=15495 vsize=1541244 CPUtime=0
/proc/15497/task/15500/stat : 15500 (java) S 15495 15497 15387 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 7446154 1578233856 11891 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15501] ppid=15495 vsize=1541244 CPUtime=0
/proc/15497/task/15501/stat : 15501 (java) S 15495 15497 15387 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 7446154 1578233856 11891 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15502] ppid=15495 vsize=1541244 CPUtime=0
/proc/15497/task/15502/stat : 15502 (java) S 15495 15497 15387 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 7446156 1578233856 11891 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 0 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=15497/tid=15503] ppid=15495 vsize=1541244 CPUtime=0
/proc/15497/task/15503/stat : 15503 (java) S 15495 15497 15387 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 12 0 7446156 1578233856 11891 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15504] ppid=15495 vsize=1541244 CPUtime=0
/proc/15497/task/15504/stat : 15504 (java) S 15495 15497 15387 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 12 0 7446156 1578233856 11891 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15505] ppid=15495 vsize=1541244 CPUtime=0
/proc/15497/task/15505/stat : 15505 (java) S 15495 15497 15387 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 7446161 1578233856 11891 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15506] ppid=15495 vsize=1541244 CPUtime=0.66
/proc/15497/task/15506/stat : 15506 (java) S 15495 15497 15387 0 -1 4202560 2104 0 0 0 66 0 0 0 21 0 12 0 7446161 1578233856 11891 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15507] ppid=15495 vsize=1541244 CPUtime=1.64
/proc/15497/task/15507/stat : 15507 (java) S 15495 15497 15387 0 -1 4202560 8278 0 0 0 161 3 0 0 25 0 12 0 7446161 1578233856 11891 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15508] ppid=15495 vsize=1541244 CPUtime=0
/proc/15497/task/15508/stat : 15508 (java) S 15495 15497 15387 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 7446161 1578233856 11891 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15509] ppid=15495 vsize=1541244 CPUtime=0
/proc/15497/task/15509/stat : 15509 (java) S 15495 15497 15387 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 7446161 1578233856 11891 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.39
Current children cumulated vsize (KiB) 1541244

[startup+6.30143 s]
/proc/loadavg: 0.94 0.97 0.98 2/117 15509
/proc/meminfo: memFree=1739252/2059040 swapFree=4164960/4192956
[pid=15497] ppid=15495 vsize=1540712 CPUtime=8.68
/proc/15497/stat : 15497 (java) S 15495 15497 15387 0 -1 4202496 19419 0 1 0 857 11 0 0 25 0 12 0 7446151 1577689088 12766 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15497/statm: 385178 12766 1417 10 0 382481 0
[pid=15497/tid=15499] ppid=15495 vsize=1540712 CPUtime=6.22
/proc/15497/task/15499/stat : 15499 (java) R 15495 15497 15387 0 -1 4202560 7973 0 1 0 617 5 0 0 25 0 12 0 7446153 1577689088 12766 1992294400 134512640 134550932 4293316336 18446744073709551615 4109134465 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15497/tid=15500] ppid=15495 vsize=1540712 CPUtime=0
/proc/15497/task/15500/stat : 15500 (java) S 15495 15497 15387 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 7446154 1577689088 12766 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15501] ppid=15495 vsize=1540712 CPUtime=0
/proc/15497/task/15501/stat : 15501 (java) S 15495 15497 15387 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 7446154 1577689088 12766 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15502] ppid=15495 vsize=1540712 CPUtime=0
/proc/15497/task/15502/stat : 15502 (java) S 15495 15497 15387 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 7446156 1577689088 12766 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 0 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=15497/tid=15503] ppid=15495 vsize=1540712 CPUtime=0
/proc/15497/task/15503/stat : 15503 (java) S 15495 15497 15387 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 12 0 7446156 1577689088 12766 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15504] ppid=15495 vsize=1540712 CPUtime=0
/proc/15497/task/15504/stat : 15504 (java) S 15495 15497 15387 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 12 0 7446156 1577689088 12766 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15505] ppid=15495 vsize=1540712 CPUtime=0
/proc/15497/task/15505/stat : 15505 (java) S 15495 15497 15387 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 7446161 1577689088 12766 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15506] ppid=15495 vsize=1540712 CPUtime=0.66
/proc/15497/task/15506/stat : 15506 (java) S 15495 15497 15387 0 -1 4202560 2104 0 0 0 66 0 0 0 18 0 12 0 7446161 1577689088 12766 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15507] ppid=15495 vsize=1540712 CPUtime=1.75
/proc/15497/task/15507/stat : 15507 (java) S 15495 15497 15387 0 -1 4202560 8278 0 0 0 172 3 0 0 15 0 12 0 7446161 1577689088 12766 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15508] ppid=15495 vsize=1540712 CPUtime=0
/proc/15497/task/15508/stat : 15508 (java) S 15495 15497 15387 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 7446161 1577689088 12766 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15509] ppid=15495 vsize=1540712 CPUtime=0
/proc/15497/task/15509/stat : 15509 (java) S 15495 15497 15387 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 7446161 1577689088 12766 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.68
Current children cumulated vsize (KiB) 1540712

[startup+12.7011 s]
/proc/loadavg: 0.94 0.97 0.98 2/117 15509
/proc/meminfo: memFree=1733176/2059040 swapFree=4164960/4192956
[pid=15497] ppid=15495 vsize=1540712 CPUtime=15.06
/proc/15497/stat : 15497 (java) S 15495 15497 15387 0 -1 4202496 20912 0 1 0 1494 12 0 0 25 0 12 0 7446151 1577689088 14259 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15497/statm: 385178 14259 1417 10 0 382481 0
[pid=15497/tid=15499] ppid=15495 vsize=1540712 CPUtime=12.61
/proc/15497/task/15499/stat : 15499 (java) R 15495 15497 15387 0 -1 4202560 9466 0 1 0 1254 7 0 0 25 0 12 0 7446153 1577689088 14259 1992294400 134512640 134550932 4293316336 18446744073709551615 4109135052 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15497/tid=15500] ppid=15495 vsize=1540712 CPUtime=0
/proc/15497/task/15500/stat : 15500 (java) S 15495 15497 15387 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 7446154 1577689088 14259 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15501] ppid=15495 vsize=1540712 CPUtime=0
/proc/15497/task/15501/stat : 15501 (java) S 15495 15497 15387 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 7446154 1577689088 14259 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15502] ppid=15495 vsize=1540712 CPUtime=0
/proc/15497/task/15502/stat : 15502 (java) S 15495 15497 15387 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 7446156 1577689088 14259 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 0 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=15497/tid=15503] ppid=15495 vsize=1540712 CPUtime=0
/proc/15497/task/15503/stat : 15503 (java) S 15495 15497 15387 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 12 0 7446156 1577689088 14259 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15504] ppid=15495 vsize=1540712 CPUtime=0
/proc/15497/task/15504/stat : 15504 (java) S 15495 15497 15387 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 12 0 7446156 1577689088 14259 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15505] ppid=15495 vsize=1540712 CPUtime=0
/proc/15497/task/15505/stat : 15505 (java) S 15495 15497 15387 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 7446161 1577689088 14259 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15506] ppid=15495 vsize=1540712 CPUtime=0.68
/proc/15497/task/15506/stat : 15506 (java) S 15495 15497 15387 0 -1 4202560 2104 0 0 0 68 0 0 0 15 0 12 0 7446161 1577689088 14259 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15507] ppid=15495 vsize=1540712 CPUtime=1.75
/proc/15497/task/15507/stat : 15507 (java) S 15495 15497 15387 0 -1 4202560 8278 0 0 0 172 3 0 0 15 0 12 0 7446161 1577689088 14259 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15508] ppid=15495 vsize=1540712 CPUtime=0
/proc/15497/task/15508/stat : 15508 (java) S 15495 15497 15387 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 7446161 1577689088 14259 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15509] ppid=15495 vsize=1540712 CPUtime=0
/proc/15497/task/15509/stat : 15509 (java) S 15495 15497 15387 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 7446161 1577689088 14259 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.06
Current children cumulated vsize (KiB) 1540712

[startup+25.5025 s]
/proc/loadavg: 0.96 0.97 0.98 5/121 15513
/proc/meminfo: memFree=1720620/2059040 swapFree=4164960/4192956
[pid=15497] ppid=15495 vsize=1542008 CPUtime=28.13
/proc/15497/stat : 15497 (java) S 15495 15497 15387 0 -1 4202496 24872 0 1 0 2796 17 0 0 25 0 14 0 7446151 1579016192 18214 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15497/statm: 385502 18214 1422 10 0 382805 0
[pid=15497/tid=15499] ppid=15495 vsize=1542008 CPUtime=24.9
/proc/15497/task/15499/stat : 15499 (java) S 15495 15497 15387 0 -1 4202560 11704 0 1 0 2481 9 0 0 25 0 14 0 7446153 1579016192 18214 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=15497/tid=15500] ppid=15495 vsize=1542008 CPUtime=0
/proc/15497/task/15500/stat : 15500 (java) S 15495 15497 15387 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 7446154 1579016192 18214 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15501] ppid=15495 vsize=1542008 CPUtime=0
/proc/15497/task/15501/stat : 15501 (java) S 15495 15497 15387 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 7446154 1579016192 18214 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15502] ppid=15495 vsize=1542008 CPUtime=0.03
/proc/15497/task/15502/stat : 15502 (java) S 15495 15497 15387 0 -1 4202560 2 0 0 0 1 2 0 0 16 0 14 0 7446156 1579016192 18214 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 0 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15503] ppid=15495 vsize=1542008 CPUtime=0
/proc/15497/task/15503/stat : 15503 (java) S 15495 15497 15387 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 14 0 7446156 1579016192 18214 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15504] ppid=15495 vsize=1542008 CPUtime=0
/proc/15497/task/15504/stat : 15504 (java) S 15495 15497 15387 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 7446156 1579016192 18214 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15505] ppid=15495 vsize=1542008 CPUtime=0
/proc/15497/task/15505/stat : 15505 (java) S 15495 15497 15387 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 7446161 1579016192 18214 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15506] ppid=15495 vsize=1542008 CPUtime=0.98

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

/proc/15497/statm: 386352 138418 1453 10 0 383655 0
[pid=15497/tid=15499] ppid=15495 vsize=1545408 CPUtime=24.95
/proc/15497/task/15499/stat : 15499 (java) S 15495 15497 15387 0 -1 4202560 11834 0 1 0 2486 9 0 0 15 0 16 0 7446153 1582497792 138418 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15500] ppid=15495 vsize=1545408 CPUtime=19.75
/proc/15497/task/15500/stat : 15500 (java) S 15495 15497 15387 0 -1 4202560 48011 0 0 0 1893 82 0 0 16 0 16 0 7446154 1582497792 138418 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15501] ppid=15495 vsize=1545408 CPUtime=19.7
/proc/15497/task/15501/stat : 15501 (java) S 15495 15497 15387 0 -1 4202560 55398 0 0 0 1897 73 0 0 16 0 16 0 7446154 1582497792 138418 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15502] ppid=15495 vsize=1545408 CPUtime=76.13
/proc/15497/task/15502/stat : 15502 (java) R 15495 15497 15387 0 -1 4202560 11458 0 0 0 7601 12 0 0 16 0 16 0 7446156 1582497792 138418 1992294400 134512640 134550932 4293316336 18446744073709551615 106157861 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=15497/tid=15503] ppid=15495 vsize=1545408 CPUtime=0
/proc/15497/task/15503/stat : 15503 (java) S 15495 15497 15387 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 7446156 1582497792 138418 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15504] ppid=15495 vsize=1545408 CPUtime=0
/proc/15497/task/15504/stat : 15504 (java) S 15495 15497 15387 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 7446156 1582497792 138418 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15505] ppid=15495 vsize=1545408 CPUtime=0
/proc/15497/task/15505/stat : 15505 (java) S 15495 15497 15387 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 7446161 1582497792 138418 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15506] ppid=15495 vsize=1545408 CPUtime=2.97
/proc/15497/task/15506/stat : 15506 (java) S 15495 15497 15387 0 -1 4202560 4674 0 0 0 296 1 0 0 16 0 16 0 7446161 1582497792 138418 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15507] ppid=15495 vsize=1545408 CPUtime=3.16
/proc/15497/task/15507/stat : 15507 (java) S 15495 15497 15387 0 -1 4202560 8410 0 0 0 312 4 0 0 15 0 16 0 7446161 1582497792 138418 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=15497/tid=15508] ppid=15495 vsize=1545408 CPUtime=0
/proc/15497/task/15508/stat : 15508 (java) S 15495 15497 15387 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 7446161 1582497792 138418 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15509] ppid=15495 vsize=1545408 CPUtime=0
/proc/15497/task/15509/stat : 15509 (java) S 15495 15497 15387 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 7446161 1582497792 138418 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15512] ppid=15495 vsize=1545408 CPUtime=0
/proc/15497/task/15512/stat : 15512 (java) S 15495 15497 15387 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 7448666 1582497792 138418 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=15497/tid=15513] ppid=15495 vsize=1545408 CPUtime=0
/proc/15497/task/15513/stat : 15513 (java) S 15495 15497 15387 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 7448670 1582497792 138418 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=15497/tid=15532] ppid=15495 vsize=1545408 CPUtime=554.31
/proc/15497/task/15532/stat : 15532 (java) S 15495 15497 15387 0 -1 4202560 165 0 0 0 55430 1 0 0 25 0 16 0 7470640 1582497792 138418 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15533] ppid=15495 vsize=1545408 CPUtime=553.18
/proc/15497/task/15533/stat : 15533 (java) S 15495 15497 15387 0 -1 4202560 163 0 0 0 55314 4 0 0 25 0 16 0 7470640 1582497792 138418 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1641.4
Current children cumulated vsize (KiB) 1545408

[startup+942.302 s]
/proc/loadavg: 1.92 1.90 1.57 3/121 15553
/proc/meminfo: memFree=1225736/2059040 swapFree=4164960/4192956
[pid=15497] ppid=15495 vsize=1545408 CPUtime=1753.42
/proc/15497/stat : 15497 (java) S 15495 15497 15387 0 -1 4202496 163733 0 1 0 175128 214 0 0 25 0 16 0 7446151 1582497792 140321 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15497/statm: 386352 140321 1453 10 0 383655 0
[pid=15497/tid=15499] ppid=15495 vsize=1545408 CPUtime=24.95
/proc/15497/task/15499/stat : 15499 (java) S 15495 15497 15387 0 -1 4202560 11838 0 1 0 2486 9 0 0 15 0 16 0 7446153 1582497792 140321 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=15497/tid=15500] ppid=15495 vsize=1545408 CPUtime=21.18
/proc/15497/task/15500/stat : 15500 (java) S 15495 15497 15387 0 -1 4202560 49060 0 0 0 2033 85 0 0 16 0 16 0 7446154 1582497792 140321 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=15497/tid=15501] ppid=15495 vsize=1545408 CPUtime=21.15
/proc/15497/task/15501/stat : 15501 (java) S 15495 15497 15387 0 -1 4202560 56335 0 0 0 2034 81 0 0 15 0 16 0 7446154 1582497792 140321 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15502] ppid=15495 vsize=1545408 CPUtime=83.19
/proc/15497/task/15502/stat : 15502 (java) S 15495 15497 15387 0 -1 4202560 11462 0 0 0 8306 13 0 0 15 0 16 0 7446156 1582497792 140321 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 0 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=15497/tid=15503] ppid=15495 vsize=1545408 CPUtime=0
/proc/15497/task/15503/stat : 15503 (java) S 15495 15497 15387 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 7446156 1582497792 140321 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15504] ppid=15495 vsize=1545408 CPUtime=0
/proc/15497/task/15504/stat : 15504 (java) S 15495 15497 15387 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 7446156 1582497792 140321 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15505] ppid=15495 vsize=1545408 CPUtime=0
/proc/15497/task/15505/stat : 15505 (java) S 15495 15497 15387 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 7446161 1582497792 140321 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15506] ppid=15495 vsize=1545408 CPUtime=2.97
/proc/15497/task/15506/stat : 15506 (java) S 15495 15497 15387 0 -1 4202560 4674 0 0 0 296 1 0 0 16 0 16 0 7446161 1582497792 140321 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15507] ppid=15495 vsize=1545408 CPUtime=3.16
/proc/15497/task/15507/stat : 15507 (java) S 15495 15497 15387 0 -1 4202560 8410 0 0 0 312 4 0 0 15 0 16 0 7446161 1582497792 140321 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=15497/tid=15508] ppid=15495 vsize=1545408 CPUtime=0
/proc/15497/task/15508/stat : 15508 (java) S 15495 15497 15387 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 7446161 1582497792 140321 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15509] ppid=15495 vsize=1545408 CPUtime=0
/proc/15497/task/15509/stat : 15509 (java) S 15495 15497 15387 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 16 0 7446161 1582497792 140321 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=15497/tid=15512] ppid=15495 vsize=1545408 CPUtime=0
/proc/15497/task/15512/stat : 15512 (java) S 15495 15497 15387 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 7448666 1582497792 140321 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=15497/tid=15513] ppid=15495 vsize=1545408 CPUtime=0
/proc/15497/task/15513/stat : 15513 (java) S 15495 15497 15387 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 7448670 1582497792 140321 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=15497/tid=15532] ppid=15495 vsize=1545408 CPUtime=605.2
/proc/15497/task/15532/stat : 15532 (java) R 15495 15497 15387 0 -1 4202560 177 0 0 0 60519 1 0 0 25 0 16 0 7470640 1582497792 140321 1992294400 134512640 134550932 4293316336 18446744073709551615 4109862800 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15497/tid=15533] ppid=15495 vsize=1545408 CPUtime=604.36
/proc/15497/task/15533/stat : 15533 (java) R 15495 15497 15387 0 -1 4202560 176 0 0 0 60432 4 0 0 25 0 16 0 7470640 1582497792 140321 1992294400 134512640 134550932 4293316336 18446744073709551615 4109697792 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1753.42
Current children cumulated vsize (KiB) 1545408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+968.01 s]
/proc/loadavg: 2.01 1.92 1.59 3/121 15553
/proc/meminfo: memFree=1220032/2059040 swapFree=4164960/4192956
[pid=15497] ppid=15495 vsize=1545408 CPUtime=1800.12
/proc/15497/stat : 15497 (java) S 15495 15497 15387 0 -1 4202496 165658 0 1 0 179794 218 0 0 25 0 16 0 7446151 1582497792 141740 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15497/statm: 386352 141740 1453 10 0 383655 0
[pid=15497/tid=15499] ppid=15495 vsize=1545408 CPUtime=24.95
/proc/15497/task/15499/stat : 15499 (java) S 15495 15497 15387 0 -1 4202560 11839 0 1 0 2486 9 0 0 15 0 16 0 7446153 1582497792 141740 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=15497/tid=15500] ppid=15495 vsize=1545408 CPUtime=21.78
/proc/15497/task/15500/stat : 15500 (java) S 15495 15497 15387 0 -1 4202560 50289 0 0 0 2091 87 0 0 15 0 16 0 7446154 1582497792 141740 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15501] ppid=15495 vsize=1545408 CPUtime=21.74
/proc/15497/task/15501/stat : 15501 (java) S 15495 15497 15387 0 -1 4202560 57019 0 0 0 2091 83 0 0 16 0 16 0 7446154 1582497792 141740 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=15497/tid=15502] ppid=15495 vsize=1545408 CPUtime=87.51
/proc/15497/task/15502/stat : 15502 (java) S 15495 15497 15387 0 -1 4202560 11462 0 0 0 8738 13 0 0 15 0 16 0 7446156 1582497792 141740 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 0 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15503] ppid=15495 vsize=1545408 CPUtime=0
/proc/15497/task/15503/stat : 15503 (java) S 15495 15497 15387 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 7446156 1582497792 141740 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15504] ppid=15495 vsize=1545408 CPUtime=0
/proc/15497/task/15504/stat : 15504 (java) S 15495 15497 15387 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 7446156 1582497792 141740 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15505] ppid=15495 vsize=1545408 CPUtime=0
/proc/15497/task/15505/stat : 15505 (java) S 15495 15497 15387 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 7446161 1582497792 141740 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15506] ppid=15495 vsize=1545408 CPUtime=2.97
/proc/15497/task/15506/stat : 15506 (java) S 15495 15497 15387 0 -1 4202560 4674 0 0 0 296 1 0 0 16 0 16 0 7446161 1582497792 141740 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15507] ppid=15495 vsize=1545408 CPUtime=3.16
/proc/15497/task/15507/stat : 15507 (java) S 15495 15497 15387 0 -1 4202560 8410 0 0 0 312 4 0 0 15 0 16 0 7446161 1582497792 141740 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=15497/tid=15508] ppid=15495 vsize=1545408 CPUtime=0
/proc/15497/task/15508/stat : 15508 (java) S 15495 15497 15387 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 7446161 1582497792 141740 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15509] ppid=15495 vsize=1545408 CPUtime=0
/proc/15497/task/15509/stat : 15509 (java) R 15495 15497 15387 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 16 0 7446161 1582497792 141740 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15497/tid=15512] ppid=15495 vsize=1545408 CPUtime=0
/proc/15497/task/15512/stat : 15512 (java) S 15495 15497 15387 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 7448666 1582497792 141740 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=15497/tid=15513] ppid=15495 vsize=1545408 CPUtime=0
/proc/15497/task/15513/stat : 15513 (java) S 15495 15497 15387 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 7448670 1582497792 141740 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=15497/tid=15532] ppid=15495 vsize=1545408 CPUtime=625.98
/proc/15497/task/15532/stat : 15532 (java) R 15495 15497 15387 0 -1 4202560 186 0 0 0 62597 1 0 0 19 0 16 0 7470640 1582497792 141740 1992294400 134512640 134550932 4293316336 18446744073709551615 4109803525 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15497/tid=15533] ppid=15495 vsize=1545408 CPUtime=624.77
/proc/15497/task/15533/stat : 15533 (java) R 15495 15497 15387 0 -1 4202560 178 0 0 0 62473 4 0 0 19 0 16 0 7470640 1582497792 141740 1992294400 134512640 134550932 4293316336 18446744073709551615 4109699680 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 1545408

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

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

[startup+968.203 s]
/proc/loadavg: 2.01 1.92 1.59 3/121 15553
/proc/meminfo: memFree=1220032/2059040 swapFree=4164960/4192956
[pid=15497] ppid=15495 vsize=1546056 CPUtime=1800.49
/proc/15497/stat : 15497 (java) S 15495 15497 15387 0 -1 4202496 165676 0 1 0 179831 218 0 0 18 0 18 0 7446151 1583161344 141757 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15497/statm: 386514 141757 1453 10 0 383817 0
[pid=15497/tid=15499] ppid=15495 vsize=1546056 CPUtime=24.95
/proc/15497/task/15499/stat : 15499 (java) S 15495 15497 15387 0 -1 4202560 11839 0 1 0 2486 9 0 0 15 0 18 0 7446153 1583161344 141757 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=15497/tid=15500] ppid=15495 vsize=1546056 CPUtime=21.83
/proc/15497/task/15500/stat : 15500 (java) S 15495 15497 15387 0 -1 4202560 50289 0 0 0 2096 87 0 0 16 0 18 0 7446154 1583161344 141757 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15501] ppid=15495 vsize=1546056 CPUtime=21.78
/proc/15497/task/15501/stat : 15501 (java) S 15495 15497 15387 0 -1 4202560 57019 0 0 0 2095 83 0 0 16 0 18 0 7446154 1583161344 141757 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=15497/tid=15502] ppid=15495 vsize=1546056 CPUtime=87.51
/proc/15497/task/15502/stat : 15502 (java) S 15495 15497 15387 0 -1 4202560 11462 0 0 0 8738 13 0 0 15 0 18 0 7446156 1583161344 141757 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 0 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15503] ppid=15495 vsize=1546056 CPUtime=0
/proc/15497/task/15503/stat : 15503 (java) S 15495 15497 15387 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 7446156 1583161344 141757 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15504] ppid=15495 vsize=1546056 CPUtime=0
/proc/15497/task/15504/stat : 15504 (java) S 15495 15497 15387 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 7446156 1583161344 141757 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15505] ppid=15495 vsize=1546056 CPUtime=0
/proc/15497/task/15505/stat : 15505 (java) S 15495 15497 15387 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 18 0 7446161 1583161344 141757 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15506] ppid=15495 vsize=1546056 CPUtime=2.97
/proc/15497/task/15506/stat : 15506 (java) S 15495 15497 15387 0 -1 4202560 4674 0 0 0 296 1 0 0 15 0 18 0 7446161 1583161344 141757 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15507] ppid=15495 vsize=1546056 CPUtime=3.16
/proc/15497/task/15507/stat : 15507 (java) R 15495 15497 15387 0 -1 4202560 8410 0 0 0 312 4 0 0 15 0 18 0 7446161 1583161344 141757 1992294400 134512640 134550932 4293316336 18446744073709551615 103371429 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15497/tid=15508] ppid=15495 vsize=1546056 CPUtime=0
/proc/15497/task/15508/stat : 15508 (java) S 15495 15497 15387 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 7446161 1583161344 141757 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 0 0 0 0
[pid=15497/tid=15509] ppid=15495 vsize=1546056 CPUtime=0
/proc/15497/task/15509/stat : 15509 (java) S 15495 15497 15387 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 18 0 7446161 1583161344 141757 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=15497/tid=15512] ppid=15495 vsize=1546056 CPUtime=0
/proc/15497/task/15512/stat : 15512 (java) S 15495 15497 15387 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 7448666 1583161344 141757 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=15497/tid=15513] ppid=15495 vsize=1546056 CPUtime=0
/proc/15497/task/15513/stat : 15513 (java) S 15495 15497 15387 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 18 0 7448670 1583161344 141757 1992294400 134512640 134550932 4293316336 18446744073709551615 4294960144 0 4 0 16800975 18446604437839132608 0 0 -1 1 0 0 0
[pid=15497/tid=15532] ppid=15495 vsize=1546056 CPUtime=626.1
/proc/15497/task/15532/stat : 15532 (java) R 15495 15497 15387 0 -1 4202560 186 0 0 0 62609 1 0 0 19 0 18 0 7470640 1583161344 141757 1992294400 134512640 134550932 4293316336 18446744073709551615 4109803673 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15497/tid=15533] ppid=15495 vsize=1546056 CPUtime=624.9
/proc/15497/task/15533/stat : 15533 (java) R 15495 15497 15387 0 -1 4202560 178 0 0 0 62486 4 0 0 19 0 18 0 7470640 1583161344 141757 1992294400 134512640 134550932 4293316336 18446744073709551615 4109699684 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.49
Current children cumulated vsize (KiB) 1546056

[startup+968.302 s]
/proc/loadavg: 2.01 1.92 1.59 3/121 15553
/proc/meminfo: memFree=1220032/2059040 swapFree=4164960/4192956
[pid=15497] ppid=15495 vsize=0 CPUtime=1800.66
/proc/15497/stat : 15497 (java) Z 15495 15497 15387 0 -1 4203548 165679 0 1 0 179847 219 0 0 15 0 2 0 7446151 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15497/statm: 0 0 0 0 0 0 0
[pid=15497/tid=15532] ppid=15495 vsize=0 CPUtime=626.19
/proc/15497/task/15532/stat : 15532 (java) R 15495 15497 15387 0 -1 4203588 186 0 0 0 62617 2 0 0 20 0 2 0 7470640 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.66
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 968.341
CPU time (s): 1800.71
CPU user time (s): 1798.48
CPU system time (s): 2.23666
CPU usage (%): 185.959
Max. virtual memory (cumulated for all children) (KiB): 1547236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.48
system time used= 2.23666
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 165679
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27170
involuntary context switches= 47335

runsolver used 5.15921 second user time and 9.62754 second system time

The end

Launcher Data

Begin job on node087 at 2010-06-16 06:12:06
IDJOB=2661936
IDBENCH=48191
IDSOLVER=1166
FILE ID=node087/2661936-1276661526
PBS_JOBID= 11172499
Free space on /tmp= 62556 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_500_25_1.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661936-1276661526/watcher-2661936-1276661526 -o /tmp/evaluation-result-2661936-1276661526/solver-2661936-1276661526 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661936-1276661526.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 7980660368cd371c40e33d6668082e41
RANDOM SEED=1336313350

node087.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1785560 kB
Buffers:         43960 kB
Cached:         120836 kB
SwapCached:       1016 kB
Active:          91888 kB
Inactive:       105848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1785560 kB
SwapTotal:     4192956 kB
SwapFree:      4164960 kB
Dirty:             508 kB
Writeback:           0 kB
AnonPages:       31868 kB
Mapped:          14624 kB
Slab:            53968 kB
PageTables:       4000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182184 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62552 MiB
End job on node087 at 2010-06-16 06:28:16