Trace number 2662444

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)24992 1800.32 927.822

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/ttp/normalized-data6_3.opb
MD5SUMf675f355e04fd5af6f49610fb88dbbd3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark24973
Best CPU time to get the best result obtained on this benchmark1798.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 24674
Optimality of the best value was proved NO
Number of variables540
Total number of constraints4476
Number of constraints which are clauses2532
Number of constraints which are cardinality constraints (but not clauses)264
Number of constraints which are nor clauses,nor cardinality constraints1680
Minimum length of a constraint2
Maximum length of a constraint20
Number of terms in the objective function 180
Biggest coefficient in the objective function 1380
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 116904
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 1380
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 116904
Number of bits of the biggest sum of numbers17
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.13/0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.13/0.20	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.20	c See www.sat4j.org for details.
0.13/0.21	c version 2.2.0.v20100531
0.13/0.21	c java.runtime.name	Java(TM) SE Runtime Environment
0.13/0.21	c java.vm.name		Java HotSpot(TM) Server VM
0.13/0.21	c java.vm.version	11.2-b01
0.13/0.21	c java.vm.vendor	Sun Microsystems Inc.
0.13/0.21	c sun.arch.data.model	32
0.13/0.21	c java.version		1.6.0_12
0.13/0.21	c os.name		Linux
0.13/0.21	c os.version		2.6.18-164.el5
0.13/0.21	c os.arch		i386
0.13/0.21	c Free memory 		1393557488
0.13/0.21	c Max memory 		1395916800
0.13/0.21	c Total memory 		1395916800
0.13/0.21	c Number of processors 	2
0.13/0.28	c Pseudo Boolean Optimization
0.13/0.28	c ManyCore solver with 2 solvers running in parallel
0.13/0.28	c --- Begin Solver configuration ---
0.13/0.28	c Stops conflict analysis at the first Unique Implication Point
0.13/0.28	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.13/0.28	c Learn all clauses as in MiniSAT
0.13/0.28	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.28	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.28	c Expensive reason simplification
0.13/0.28	c Armin Biere (Picosat) restarts strategy
0.13/0.28	c Glucose learned constraints deletion strategy
0.13/0.28	c timeout=2147483s
0.13/0.28	c DB Simplification allowed=false
0.13/0.28	c --- End Solver configuration ---
0.13/0.28	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.28	c --- Begin Solver configuration ---
0.13/0.28	c Stops conflict analysis at the first Unique Implication Point
0.13/0.28	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.13/0.28	c Learn all clauses as in MiniSAT
0.13/0.28	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.28	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.28	c No reason simplification
0.13/0.28	c Armin Biere (Picosat) restarts strategy
0.13/0.28	c Glucose learned constraints deletion strategy
0.13/0.28	c timeout=2147483s
0.13/0.28	c DB Simplification allowed=false
0.13/0.28	c --- End Solver configuration ---
0.13/0.28	
0.13/0.28	c solving HOME/instance-2662444-1276399425.opb
0.13/0.28	c reading problem ... 
1.57/1.07	c ... done. Wall clock time 0.787s.
1.57/1.07	c #vars     540
1.57/1.07	c #constraints  4626
1.57/1.07	c constraints type 
1.57/1.07	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2052
1.57/1.07	c org.sat4j.minisat.constraints.card.MinWatchCard => 264
1.57/1.07	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 630
1.57/1.07	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1680
1.57/1.07	c constraints type 
1.57/1.07	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 630
1.57/1.07	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2052
1.57/1.07	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 264
1.57/1.07	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1680
3.55/2.04	c And the winner is Resolution
3.80/3.09	c SATISFIABLE
3.80/3.09	c OPTIMIZING...
3.80/3.09	c Got one! Elapsed wall clock time (in seconds):2.816
3.80/3.09	o 26642
9.55/6.08	c cleaning 2496 clauses out of 5000 with flag 5000/5000
10.69/6.65	c And the winner is Resolution
10.80/7.17	c Got one! Elapsed wall clock time (in seconds):6.894
10.80/7.17	o 26437
15.81/9.74	c cleaning 4252 clauses out of 8505 with flag 11001/11001
24.45/14.15	c cleaning 5601 clauses out of 11252 with flag 18000/18000
36.26/20.14	c cleaning 6819 clauses out of 13652 with flag 26001/26001
39.72/21.91	c And the winner is Resolution
39.78/22.28	c Got one! Elapsed wall clock time (in seconds):22.004
39.78/22.28	o 26109
49.52/27.26	c cleaning 7904 clauses out of 15833 with flag 35001/35001
66.28/35.70	c cleaning 8936 clauses out of 17930 with flag 45002/45002
83.22/44.35	c cleaning 9489 clauses out of 18993 with flag 55001/55001
102.72/54.20	c cleaning 9734 clauses out of 19503 with flag 65000/65000
121.20/63.62	c cleaning 9862 clauses out of 19769 with flag 75000/75000
131.96/69.14	c And the winner is Resolution
132.17/69.53	c Got one! Elapsed wall clock time (in seconds):69.248
132.17/69.53	o 26051
141.03/74.02	c And the winner is Resolution
141.16/74.54	c Got one! Elapsed wall clock time (in seconds):74.264
141.16/74.54	o 25764
141.66/74.87	c cleaning 9950 clauses out of 19907 with flag 85000/85000
152.80/80.56	c And the winner is Resolution
153.06/81.57	c Got one! Elapsed wall clock time (in seconds):81.286
153.06/81.57	o 25508
162.63/86.49	c cleaning 9974 clauses out of 19958 with flag 95001/95001
172.41/91.44	c And the winner is Resolution
172.59/91.64	c Got one! Elapsed wall clock time (in seconds):91.366
172.59/91.64	o 25361
181.02/95.98	c cleaning 9973 clauses out of 19984 with flag 105001/105001
195.50/103.41	c And the winner is Resolution
195.89/103.67	c Got one! Elapsed wall clock time (in seconds):103.395
195.89/103.67	o 25342
200.09/105.88	c cleaning 9991 clauses out of 20013 with flag 115003/115003
221.75/116.86	c cleaning 9998 clauses out of 20020 with flag 125001/125001
240.85/126.57	c cleaning 9997 clauses out of 20021 with flag 135000/135000
260.50/136.52	c cleaning 9962 clauses out of 20026 with flag 145002/145002
277.74/145.36	c cleaning 9982 clauses out of 20064 with flag 155002/155002
295.82/154.56	c cleaning 9988 clauses out of 20084 with flag 165004/165004
316.85/165.27	c cleaning 10033 clauses out of 20092 with flag 175000/175000
337.90/175.96	c cleaning 10027 clauses out of 20059 with flag 185000/185000
353.51/183.91	c cleaning 9999 clauses out of 20033 with flag 195001/195001
361.67/188.12	c cleaning 0 clauses out of 5001 with flag 0/5001
371.65/193.21	c cleaning 9996 clauses out of 20033 with flag 205000/205000
375.81/195.42	c And the winner is Resolution
376.02/195.87	c Got one! Elapsed wall clock time (in seconds):195.593
376.02/195.87	o 25204
388.97/202.46	c cleaning 10016 clauses out of 20039 with flag 215002/215002
405.76/211.09	c cleaning 9994 clauses out of 20021 with flag 225000/225000
414.09/215.38	c And the winner is Resolution
414.40/215.92	c Got one! Elapsed wall clock time (in seconds):215.639
414.40/215.92	o 25025
425.46/221.52	c cleaning 9997 clauses out of 20028 with flag 235001/235001
444.51/231.21	c cleaning 9999 clauses out of 20030 with flag 245000/245000
465.54/241.98	c cleaning 9990 clauses out of 20031 with flag 255000/255000
486.46/252.64	c cleaning 10000 clauses out of 20044 with flag 265003/265003
490.02/254.55	c And the winner is Resolution
490.23/255.01	c Got one! Elapsed wall clock time (in seconds):254.729
490.23/255.01	o 24992
505.68/262.86	c cleaning 10007 clauses out of 20041 with flag 275000/275000
526.07/273.28	c cleaning 9997 clauses out of 20034 with flag 285000/285000
547.66/284.25	c cleaning 10011 clauses out of 20038 with flag 295001/295001
565.20/293.27	c cleaning 9985 clauses out of 20027 with flag 305001/305001
584.21/302.96	c cleaning 10012 clauses out of 20041 with flag 315000/315000
607.37/314.78	c cleaning 10002 clauses out of 20029 with flag 325000/325000
628.57/325.54	c cleaning 9984 clauses out of 20027 with flag 335000/335000
646.90/334.94	c cleaning 10003 clauses out of 20043 with flag 345000/345000
664.32/343.80	c cleaning 10006 clauses out of 20040 with flag 355000/355000
685.71/354.74	c cleaning 10006 clauses out of 20034 with flag 365000/365000
708.08/366.16	c cleaning 10000 clauses out of 20028 with flag 375000/375000
726.82/375.77	c cleaning 9997 clauses out of 20029 with flag 385001/385001
745.78/385.48	c cleaning 10003 clauses out of 20031 with flag 395000/395000
763.35/394.45	c cleaning 9986 clauses out of 20028 with flag 405000/405000
780.73/403.33	c cleaning 9995 clauses out of 20042 with flag 415000/415000
798.66/412.52	c cleaning 9987 clauses out of 20048 with flag 425001/425001
816.23/421.53	c cleaning 10019 clauses out of 20060 with flag 435000/435000
833.40/430.32	c cleaning 10010 clauses out of 20041 with flag 445000/445000
851.17/439.45	c cleaning 9997 clauses out of 20031 with flag 455000/455000
870.66/449.45	c cleaning 10015 clauses out of 20035 with flag 465001/465001
886.65/457.67	c cleaning 9971 clauses out of 20021 with flag 475002/475002
904.19/466.67	c cleaning 9976 clauses out of 20048 with flag 485000/485000
920.36/474.92	c cleaning 9983 clauses out of 20072 with flag 495000/495000
938.05/484.07	c cleaning 9984 clauses out of 20089 with flag 505000/505000
956.59/493.51	c cleaning 10033 clauses out of 20107 with flag 515002/515002
975.74/503.33	c cleaning 10014 clauses out of 20073 with flag 525001/525001
994.46/512.96	c cleaning 10018 clauses out of 20058 with flag 535000/535000
1012.93/522.42	c cleaning 9984 clauses out of 20040 with flag 545000/545000
1030.46/531.42	c cleaning 9999 clauses out of 20056 with flag 555000/555000
1049.00/540.95	c cleaning 10026 clauses out of 20065 with flag 565008/565008
1069.51/551.47	c cleaning 10000 clauses out of 20031 with flag 575000/575000
1088.16/561.09	c cleaning 9993 clauses out of 20031 with flag 585000/585000
1106.66/570.54	c cleaning 10004 clauses out of 20038 with flag 595000/595000
1125.99/580.43	c cleaning 9986 clauses out of 20034 with flag 605000/605000
1143.72/589.60	c cleaning 9985 clauses out of 20048 with flag 615000/615000
1161.74/598.89	c cleaning 10022 clauses out of 20063 with flag 625000/625000
1179.05/607.79	c cleaning 10010 clauses out of 20043 with flag 635002/635002
1196.58/616.74	c cleaning 9994 clauses out of 20032 with flag 645001/645001
1214.31/625.87	c cleaning 9998 clauses out of 20038 with flag 655001/655001
1231.53/634.79	c cleaning 9996 clauses out of 20039 with flag 665000/665000
1254.19/646.39	c cleaning 9976 clauses out of 20044 with flag 675001/675001
1274.09/656.60	c cleaning 10016 clauses out of 20067 with flag 685000/685000
1292.78/666.12	c cleaning 10019 clauses out of 20051 with flag 695000/695000
1312.37/676.23	c cleaning 10000 clauses out of 20032 with flag 705000/705000
1332.28/686.44	c cleaning 9991 clauses out of 20036 with flag 715004/715004
1351.14/696.19	c cleaning 9983 clauses out of 20041 with flag 725000/725000
1370.83/706.23	c cleaning 9987 clauses out of 20059 with flag 735001/735001
1389.61/715.92	c cleaning 10014 clauses out of 20072 with flag 745001/745001
1409.48/726.19	c cleaning 10002 clauses out of 20057 with flag 755000/755000
1426.78/735.02	c cleaning 9972 clauses out of 20055 with flag 765000/765000
1442.09/742.94	c cleaning 10005 clauses out of 20086 with flag 775003/775003
1458.69/751.59	c cleaning 10014 clauses out of 20078 with flag 785000/785000
1476.38/760.70	c cleaning 10020 clauses out of 20064 with flag 795000/795000
1494.47/769.97	c cleaning 9998 clauses out of 20046 with flag 805002/805002
1511.15/778.55	c cleaning 9994 clauses out of 20046 with flag 815000/815000
1527.94/787.28	c cleaning 9971 clauses out of 20052 with flag 825000/825000
1545.43/796.29	c cleaning 9992 clauses out of 20081 with flag 835000/835000
1563.12/805.38	c cleaning 10017 clauses out of 20089 with flag 845000/845000
1579.83/813.92	c cleaning 9975 clauses out of 20073 with flag 855001/855001
1596.80/822.78	c cleaning 9997 clauses out of 20097 with flag 865000/865000
1613.47/831.35	c cleaning 10022 clauses out of 20103 with flag 875003/875003
1631.16/840.43	c cleaning 9965 clauses out of 20078 with flag 885000/885000
1648.62/849.42	c cleaning 10006 clauses out of 20113 with flag 895000/895000
1665.98/858.40	c cleaning 9999 clauses out of 20107 with flag 905000/905000
1682.67/867.09	c cleaning 10025 clauses out of 20109 with flag 915001/915001
1700.34/876.19	c cleaning 9997 clauses out of 20083 with flag 925000/925000
1718.20/885.34	c cleaning 10014 clauses out of 20087 with flag 935001/935001
1736.75/894.98	c cleaning 10022 clauses out of 20073 with flag 945001/945001
1753.21/903.46	c cleaning 9967 clauses out of 20050 with flag 955000/955000
1769.50/911.85	c cleaning 9980 clauses out of 20083 with flag 965000/965000
1786.56/920.63	c cleaning 10013 clauses out of 20104 with flag 975001/975001
1800.13/927.72	c starts		: 197
1800.13/927.72	c conflicts		: 983779
1800.13/927.72	c decisions		: 1366434
1800.13/927.72	c propagations		: 74707224
1800.13/927.72	c inspects		: 2467654974
1800.13/927.72	c learnt literals	: 0
1800.13/927.72	c learnt binary clauses	: 0
1800.13/927.72	c learnt ternary clauses	: 7
1800.13/927.72	c learnt clauses	: 983779
1800.13/927.72	c ignored clauses	: 0
1800.13/927.72	c root simplifications	: 0
1800.13/927.72	c removed literals (reason simplification)	: 20574991
1800.13/927.72	c reason swapping (by a shorter reason)	: 0
1800.13/927.72	c Calls to reduceDB	: 99
1800.13/927.72	c number of reductions to clauses (during analyze)	: 0
1800.13/927.72	c number of learned constraints concerned by reduction	: 0
1800.13/927.72	c number of learning phase by resolution	: 0
1800.13/927.72	c number of learning phase by cutting planes	: 0
1800.13/927.72	c speed (assignments/second)	: 111055.12082580155
1800.13/927.72	c non guided choices	92
1800.13/927.77	c learnt constraints type 
1800.13/927.77	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 18877
1800.13/927.77	c constraints type 
1800.13/927.77	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2052
1800.13/927.77	c org.sat4j.minisat.constraints.card.MinWatchCard => 264
1800.13/927.77	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 630
1800.13/927.77	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1681
1800.13/927.77	c constraints type 
1800.13/927.77	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 630
1800.13/927.77	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2052
1800.13/927.77	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 264
1800.13/927.77	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1681
1800.13/927.77	s SATISFIABLE
1800.13/927.77	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 
1800.13/927.77	c objective function=24992
1800.13/927.77	c Total wall clock time (in seconds): 927.48

Verifier Data

OK	24992

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2662444-1276399425/watcher-2662444-1276399425 -o /tmp/evaluation-result-2662444-1276399425/solver-2662444-1276399425 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662444-1276399425.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.85 0.97 0.99 3/106 21647
/proc/meminfo: memFree=1836620/2059040 swapFree=4136696/4192956
[pid=21647] ppid=21645 vsize=392 CPUtime=0
/proc/21647/stat : 21647 (java6) D 21645 21647 21622 0 -1 4194304 116 0 1 0 0 0 0 0 19 0 1 0 15544061 401408 36 1992294400 134512640 134550932 4293691040 18446744073709551615 7621799 0 0 4096 0 18446744071562154983 0 0 17 1 0 0 0
/proc/21647/statm: 98 36 29 10 0 23 0

[startup+0.08958 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 21647
/proc/meminfo: memFree=1836620/2059040 swapFree=4136696/4192956
[pid=21647] ppid=21645 vsize=1521016 CPUtime=0.03
/proc/21647/stat : 21647 (java) S 21645 21647 21622 0 -1 4202496 3456 0 6 0 2 1 0 0 15 0 5 0 15544061 1557520384 2904 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 1
/proc/21647/statm: 380254 2906 979 10 0 377564 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1521016

[startup+0.10058 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 21647
/proc/meminfo: memFree=1836620/2059040 swapFree=4136696/4192956
[pid=21647] ppid=21645 vsize=1521664 CPUtime=0.04
/proc/21647/stat : 21647 (java) S 21645 21647 21622 0 -1 4202496 3576 0 6 0 3 1 0 0 15 0 7 0 15544061 1558183936 3022 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 1
/proc/21647/statm: 380416 3022 1014 10 0 377726 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521664

[startup+0.300577 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 21647
/proc/meminfo: memFree=1836620/2059040 swapFree=4136696/4192956
[pid=21647] ppid=21645 vsize=1526344 CPUtime=0.29
/proc/21647/stat : 21647 (java) S 21645 21647 21622 0 -1 4202496 5230 0 6 0 26 3 0 0 15 0 12 0 15544061 1562976256 4672 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/21647/statm: 381586 4672 1350 10 0 378889 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1526344

[startup+0.700569 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 21647
/proc/meminfo: memFree=1836620/2059040 swapFree=4136696/4192956
[pid=21647] ppid=21645 vsize=1528896 CPUtime=0.98
/proc/21647/stat : 21647 (java) S 21645 21647 21622 0 -1 4202496 7339 0 6 0 95 3 0 0 15 0 12 0 15544061 1565589504 6740 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/21647/statm: 382224 6740 1395 10 0 379527 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 1528896

[startup+1.50155 s]
/proc/loadavg: 0.85 0.97 0.99 4/118 21659
/proc/meminfo: memFree=1799792/2059040 swapFree=4136696/4192956
[pid=21647] ppid=21645 vsize=1536904 CPUtime=2.55
/proc/21647/stat : 21647 (java) S 21645 21647 21622 0 -1 4202496 14029 0 6 0 248 7 0 0 15 0 16 0 15544061 1573789696 12694 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/21647/statm: 384226 12694 1423 10 0 381529 0
[pid=21647/tid=21649] ppid=21645 vsize=1536904 CPUtime=0.98
/proc/21647/task/21649/stat : 21649 (java) S 21645 21647 21622 0 -1 4202560 8284 0 3 0 94 4 0 0 25 0 16 0 15544064 1573789696 12694 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 1 0 0 3
[pid=21647/tid=21650] ppid=21645 vsize=1536904 CPUtime=0
/proc/21647/task/21650/stat : 21650 (java) S 21645 21647 21622 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 16 0 15544068 1573789696 12694 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21651] ppid=21645 vsize=1536904 CPUtime=0
/proc/21647/task/21651/stat : 21651 (java) S 21645 21647 21622 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 16 0 15544068 1573789696 12694 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21652] ppid=21645 vsize=1536904 CPUtime=0
/proc/21647/task/21652/stat : 21652 (java) S 21645 21647 21622 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 15544070 1573789696 12694 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 0 0 16800975 18446604437814687872 0 0 -1 1 0 0 0
[pid=21647/tid=21653] ppid=21645 vsize=1536904 CPUtime=0
/proc/21647/task/21653/stat : 21653 (java) S 21645 21647 21622 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 15544070 1573789696 12694 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21654] ppid=21645 vsize=1536904 CPUtime=0
/proc/21647/task/21654/stat : 21654 (java) S 21645 21647 21622 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 15544070 1573789696 12694 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21655] ppid=21645 vsize=1536904 CPUtime=0
/proc/21647/task/21655/stat : 21655 (java) S 21645 21647 21622 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 15544075 1573789696 12694 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21656] ppid=21645 vsize=1536904 CPUtime=0.12
/proc/21647/task/21656/stat : 21656 (java) R 21645 21647 21622 0 -1 4202560 97 0 0 0 12 0 0 0 21 0 16 0 15544075 1573789696 12694 1992294400 134512640 134550932 4289958960 18446744073709551615 105579318 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21647/tid=21657] ppid=21645 vsize=1536904 CPUtime=1.03
/proc/21647/task/21657/stat : 21657 (java) R 21645 21647 21622 0 -1 4202560 3617 0 0 0 102 1 0 0 16 0 16 0 15544075 1573789696 12694 1992294400 134512640 134550932 4289958960 18446744073709551615 104143366 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21647/tid=21658] ppid=21645 vsize=1536904 CPUtime=0
/proc/21647/task/21658/stat : 21658 (java) S 21645 21647 21622 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 15544075 1573789696 12694 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21659] ppid=21645 vsize=1536904 CPUtime=0
/proc/21647/task/21659/stat : 21659 (java) S 21645 21647 21622 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 15544075 1573789696 12694 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 1536904

[startup+3.10053 s]
/proc/loadavg: 1.26 1.05 1.02 7/121 21663
/proc/meminfo: memFree=1779620/2059040 swapFree=4136696/4192956
[pid=21647] ppid=21645 vsize=1536944 CPUtime=3.81
/proc/21647/stat : 21647 (java) S 21645 21647 21622 0 -1 4202496 16885 0 6 0 373 8 0 0 15 0 14 0 15544061 1573830656 15026 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/21647/statm: 384236 15026 1426 10 0 381539 0
[pid=21647/tid=21649] ppid=21645 vsize=1536944 CPUtime=0.98
/proc/21647/task/21649/stat : 21649 (java) R 21645 21647 21622 0 -1 4202560 8287 0 3 0 94 4 0 0 18 0 14 0 15544064 1573830656 15026 1992294400 134512640 134550932 4289958960 18446744073709551615 4109436891 0 4 0 16800975 0 0 0 -1 1 0 0 3
[pid=21647/tid=21650] ppid=21645 vsize=1536944 CPUtime=0
/proc/21647/task/21650/stat : 21650 (java) S 21645 21647 21622 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 14 0 15544068 1573830656 15026 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21651] ppid=21645 vsize=1536944 CPUtime=0
/proc/21647/task/21651/stat : 21651 (java) S 21645 21647 21622 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 14 0 15544068 1573830656 15026 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21652] ppid=21645 vsize=1536944 CPUtime=0
/proc/21647/task/21652/stat : 21652 (java) S 21645 21647 21622 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 15544070 1573830656 15026 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 0 0 16800975 18446604437814687872 0 0 -1 1 0 0 0
[pid=21647/tid=21653] ppid=21645 vsize=1536944 CPUtime=0
/proc/21647/task/21653/stat : 21653 (java) S 21645 21647 21622 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 15544070 1573830656 15026 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21654] ppid=21645 vsize=1536944 CPUtime=0
/proc/21647/task/21654/stat : 21654 (java) S 21645 21647 21622 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 15544070 1573830656 15026 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21655] ppid=21645 vsize=1536944 CPUtime=0
/proc/21647/task/21655/stat : 21655 (java) S 21645 21647 21622 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 15544075 1573830656 15026 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21656] ppid=21645 vsize=1536944 CPUtime=0.39
/proc/21647/task/21656/stat : 21656 (java) S 21645 21647 21622 0 -1 4202560 592 0 0 0 39 0 0 0 18 0 14 0 15544075 1573830656 15026 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21657] ppid=21645 vsize=1536944 CPUtime=1.65
/proc/21647/task/21657/stat : 21657 (java) S 21645 21647 21622 0 -1 4202560 3656 0 0 0 164 1 0 0 15 0 14 0 15544075 1573830656 15026 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21658] ppid=21645 vsize=1536944 CPUtime=0
/proc/21647/task/21658/stat : 21658 (java) S 21645 21647 21622 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 15544075 1573830656 15026 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21659] ppid=21645 vsize=1536944 CPUtime=0
/proc/21647/task/21659/stat : 21659 (java) S 21645 21647 21622 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 15544075 1573830656 15026 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 1 0 0 0
[pid=21647/tid=21662] ppid=21645 vsize=1536944 CPUtime=0
/proc/21647/task/21662/stat : 21662 (java) S 21645 21647 21622 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 15544170 1573830656 15026 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 1 0 0 0
[pid=21647/tid=21663] ppid=21645 vsize=1536944 CPUtime=0
/proc/21647/task/21663/stat : 21663 (java) S 21645 21647 21622 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 15544173 1573830656 15026 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 1536944

[startup+6.30147 s]
/proc/loadavg: 1.26 1.05 1.02 3/122 21665
/proc/meminfo: memFree=1679668/2059040 swapFree=4136696/4192956
[pid=21647] ppid=21645 vsize=1543716 CPUtime=10.08
/proc/21647/stat : 21647 (java) S 21645 21647 21622 0 -1 4202496 48108 0 6 0 988 20 0 0 15 0 16 0 15544061 1580765184 42462 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/21647/statm: 385929 42462 1451 10 0 383232 0
[pid=21647/tid=21649] ppid=21645 vsize=1543716 CPUtime=0.98
/proc/21647/task/21649/stat : 21649 (java) S 21645 21647 21622 0 -1 4202560 8306 0 3 0 94 4 0 0 17 0 16 0 15544064 1580765184 42462 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 3
[pid=21647/tid=21650] ppid=21645 vsize=1543716 CPUtime=0.08
/proc/21647/task/21650/stat : 21650 (java) S 21645 21647 21622 0 -1 4202560 2170 0 0 0 8 0 0 0 16 0 16 0 15544068 1580765184 42462 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21651] ppid=21645 vsize=1543716 CPUtime=0.05
/proc/21647/task/21651/stat : 21651 (java) S 21645 21647 21622 0 -1 4202560 1242 0 0 0 5 0 0 0 16 0 16 0 15544068 1580765184 42462 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21652] ppid=21645 vsize=1543716 CPUtime=0.05
/proc/21647/task/21652/stat : 21652 (java) S 21645 21647 21622 0 -1 4202560 1705 0 0 0 5 0 0 0 16 0 16 0 15544070 1580765184 42462 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 0 0 16800975 18446604437814687872 0 0 -1 1 0 0 0
[pid=21647/tid=21653] ppid=21645 vsize=1543716 CPUtime=0
/proc/21647/task/21653/stat : 21653 (java) S 21645 21647 21622 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 15544070 1580765184 42462 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21654] ppid=21645 vsize=1543716 CPUtime=0
/proc/21647/task/21654/stat : 21654 (java) S 21645 21647 21622 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 15544070 1580765184 42462 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21655] ppid=21645 vsize=1543716 CPUtime=0
/proc/21647/task/21655/stat : 21655 (java) S 21645 21647 21622 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 15544075 1580765184 42462 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21656] ppid=21645 vsize=1543716 CPUtime=1.51
/proc/21647/task/21656/stat : 21656 (java) S 21645 21647 21622 0 -1 4202560 5090 0 0 0 149 2 0 0 15 0 16 0 15544075 1580765184 42462 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21657] ppid=21645 vsize=1543716 CPUtime=2.69
/proc/21647/task/21657/stat : 21657 (java) S 21645 21647 21622 0 -1 4202560 4704 0 0 0 268 1 0 0 15 0 16 0 15544075 1580765184 42462 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 1 0 0 0
[pid=21647/tid=21658] ppid=21645 vsize=1543716 CPUtime=0
/proc/21647/task/21658/stat : 21658 (java) S 21645 21647 21622 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 15544075 1580765184 42462 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21659] ppid=21645 vsize=1543716 CPUtime=0
/proc/21647/task/21659/stat : 21659 (java) S 21645 21647 21622 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 15544075 1580765184 42462 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21662] ppid=21645 vsize=1543716 CPUtime=0
/proc/21647/task/21662/stat : 21662 (java) S 21645 21647 21622 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 15544170 1580765184 42462 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 1 0 0 0
[pid=21647/tid=21663] ppid=21645 vsize=1543716 CPUtime=0
/proc/21647/task/21663/stat : 21663 (java) S 21645 21647 21622 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 15544173 1580765184 42462 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 1 0 0 0
[pid=21647/tid=21664] ppid=21645 vsize=1543716 CPUtime=2.13
/proc/21647/task/21664/stat : 21664 (java) R 21645 21647 21622 0 -1 4202560 10953 0 0 0 209 4 0 0 25 0 16 0 15544371 1580765184 42462 1992294400 134512640 134550932 4289958960 18446744073709551615 4109943488 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21647/tid=21665] ppid=21645 vsize=1543716 CPUtime=1.73
/proc/21647/task/21665/stat : 21665 (java) R 21645 21647 21622 0 -1 4202560 9592 0 0 0 171 2 0 0 18 0 16 0 15544371 1580765184 42462 1992294400 134512640 134550932 4289958960 18446744073709551615 4110070435 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.08
Current children cumulated vsize (KiB) 1543716

[startup+12.7024 s]
/proc/loadavg: 1.45 1.10 1.03 3/122 21667
/proc/meminfo: memFree=1643584/2059040 swapFree=4136696/4192956
[pid=21647] ppid=21645 vsize=1546788 CPUtime=21.68
/proc/21647/stat : 21647 (java) S 21645 21647 21622 0 -1 4202496 55832 0 6 0 2144 24 0 0 15 0 16 0 15544061 1583910912 49334 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/21647/statm: 386697 49334 1451 10 0 384000 0
[pid=21647/tid=21649] ppid=21645 vsize=1546788 CPUtime=0.98
/proc/21647/task/21649/stat : 21649 (java) S 21645 21647 21622 0 -1 4202560 8306 0 3 0 94 4 0 0 15 0 16 0 15544064 1583910912 49334 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 1 0 0 3
[pid=21647/tid=21650] ppid=21645 vsize=1546788 CPUtime=0.2
/proc/21647/task/21650/stat : 21650 (java) S 21645 21647 21622 0 -1 4202560 3802 0 0 0 19 1 0 0 16 0 16 0 15544068 1583910912 49334 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21651] ppid=21645 vsize=1546788 CPUtime=0.16
/proc/21647/task/21651/stat : 21651 (java) S 21645 21647 21622 0 -1 4202560 2907 0 0 0 16 0 0 0 16 0 16 0 15544068 1583910912 49334 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 1 0 0 0
[pid=21647/tid=21652] ppid=21645 vsize=1546788 CPUtime=0.13
/proc/21647/task/21652/stat : 21652 (java) S 21645 21647 21622 0 -1 4202560 2347 0 0 0 12 1 0 0 15 0 16 0 15544070 1583910912 49334 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 0 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21653] ppid=21645 vsize=1546788 CPUtime=0
/proc/21647/task/21653/stat : 21653 (java) S 21645 21647 21622 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 15544070 1583910912 49334 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21654] ppid=21645 vsize=1546788 CPUtime=0
/proc/21647/task/21654/stat : 21654 (java) S 21645 21647 21622 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 15544070 1583910912 49334 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21655] ppid=21645 vsize=1546788 CPUtime=0
/proc/21647/task/21655/stat : 21655 (java) S 21645 21647 21622 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 15544075 1583910912 49334 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21656] ppid=21645 vsize=1546788 CPUtime=1.76
/proc/21647/task/21656/stat : 21656 (java) S 21645 21647 21622 0 -1 4202560 6476 0 0 0 174 2 0 0 15 0 16 0 15544075 1583910912 49334 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21657] ppid=21645 vsize=1546788 CPUtime=2.77
/proc/21647/task/21657/stat : 21657 (java) S 21645 21647 21622 0 -1 4202560 4709 0 0 0 275 2 0 0 15 0 16 0 15544075 1583910912 49334 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 1 0 0 0
[pid=21647/tid=21658] ppid=21645 vsize=1546788 CPUtime=0
/proc/21647/task/21658/stat : 21658 (java) S 21645 21647 21622 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 15544075 1583910912 49334 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21659] ppid=21645 vsize=1546788 CPUtime=0
/proc/21647/task/21659/stat : 21659 (java) S 21645 21647 21622 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 15544075 1583910912 49334 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21662] ppid=21645 vsize=1546788 CPUtime=0
/proc/21647/task/21662/stat : 21662 (java) S 21645 21647 21622 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 15544170 1583910912 49334 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 1 0 0 0
[pid=21647/tid=21663] ppid=21645 vsize=1546788 CPUtime=0
/proc/21647/task/21663/stat : 21663 (java) S 21645 21647 21622 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 15544173 1583910912 49334 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 1 0 0 0
[pid=21647/tid=21666] ppid=21645 vsize=1546788 CPUtime=5.06
/proc/21647/task/21666/stat : 21666 (java) R 21645 21647 21622 0 -1 4202560 731 0 0 0 506 0 0 0 23 0 16 0 15544779 1583910912 49334 1992294400 134512640 134550932 4289958960 18446744073709551615 4109844496 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21647/tid=21667] ppid=21645 vsize=1546788 CPUtime=5.17
/proc/21647/task/21667/stat : 21667 (java) R 21645 21647 21622 0 -1 4202560 1662 0 0 0 517 0 0 0 25 0 16 0 15544779 1583910912 49334 1992294400 134512640 134550932 4289958960 18446744073709551615 4109968023 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 21.68
Current children cumulated vsize (KiB) 1546788

[startup+25.5016 s]

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

/proc/21647/statm: 385929 74876 1453 10 0 383232 0
[pid=21647/tid=21649] ppid=21645 vsize=1543716 CPUtime=1
/proc/21647/task/21649/stat : 21649 (java) S 21645 21647 21622 0 -1 4202560 8321 0 3 0 96 4 0 0 15 0 16 0 15544064 1580765184 74876 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 3
[pid=21647/tid=21650] ppid=21645 vsize=1543716 CPUtime=10.77
/proc/21647/task/21650/stat : 21650 (java) S 21645 21647 21622 0 -1 4202560 17288 0 0 0 1054 23 0 0 15 0 16 0 15544068 1580765184 74876 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 1 0 0 0
[pid=21647/tid=21651] ppid=21645 vsize=1543716 CPUtime=10.7
/proc/21647/task/21651/stat : 21651 (java) S 21645 21647 21622 0 -1 4202560 15795 0 0 0 1050 20 0 0 16 0 16 0 15544068 1580765184 74876 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21652] ppid=21645 vsize=1543716 CPUtime=21.15
/proc/21647/task/21652/stat : 21652 (java) S 21645 21647 21622 0 -1 4202560 3444 0 0 0 2107 8 0 0 15 0 16 0 15544070 1580765184 74876 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 0 0 16800975 18446604437814687872 0 0 -1 1 0 0 0
[pid=21647/tid=21653] ppid=21645 vsize=1543716 CPUtime=0
/proc/21647/task/21653/stat : 21653 (java) S 21645 21647 21622 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 15544070 1580765184 74876 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21654] ppid=21645 vsize=1543716 CPUtime=0
/proc/21647/task/21654/stat : 21654 (java) S 21645 21647 21622 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 15544070 1580765184 74876 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21655] ppid=21645 vsize=1543716 CPUtime=0
/proc/21647/task/21655/stat : 21655 (java) S 21645 21647 21622 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 15544075 1580765184 74876 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21656] ppid=21645 vsize=1543716 CPUtime=2.14
/proc/21647/task/21656/stat : 21656 (java) S 21645 21647 21622 0 -1 4202560 6898 0 0 0 212 2 0 0 15 0 16 0 15544075 1580765184 74876 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21657] ppid=21645 vsize=1543716 CPUtime=3.05
/proc/21647/task/21657/stat : 21657 (java) S 21645 21647 21622 0 -1 4202560 4717 0 0 0 303 2 0 0 16 0 16 0 15544075 1580765184 74876 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 1 0 0 0
[pid=21647/tid=21658] ppid=21645 vsize=1543716 CPUtime=0
/proc/21647/task/21658/stat : 21658 (java) S 21645 21647 21622 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 15544075 1580765184 74876 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21659] ppid=21645 vsize=1543716 CPUtime=0
/proc/21647/task/21659/stat : 21659 (java) S 21645 21647 21622 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 16 0 15544075 1580765184 74876 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21662] ppid=21645 vsize=1543716 CPUtime=0
/proc/21647/task/21662/stat : 21662 (java) S 21645 21647 21622 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 15544170 1580765184 74876 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 1 0 0 0
[pid=21647/tid=21663] ppid=21645 vsize=1543716 CPUtime=0
/proc/21647/task/21663/stat : 21663 (java) S 21645 21647 21622 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 15544173 1580765184 74876 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 1 0 0 0
[pid=21647/tid=21690] ppid=21645 vsize=1543716 CPUtime=478.29
/proc/21647/task/21690/stat : 21690 (java) R 21645 21647 21622 0 -1 4202560 228 0 0 0 47822 7 0 0 25 0 16 0 15569562 1580765184 74876 1992294400 134512640 134550932 4289958960 18446744073709551615 4109968020 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21647/tid=21691] ppid=21645 vsize=1543716 CPUtime=478.69
/proc/21647/task/21691/stat : 21691 (java) R 21645 21647 21622 0 -1 4202560 186 0 0 0 47863 6 0 0 25 0 16 0 15569563 1580765184 74876 1992294400 134512640 134550932 4289958960 18446744073709551615 4109892655 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1479.4
Current children cumulated vsize (KiB) 1543716

[startup+822.302 s]
/proc/loadavg: 1.95 1.87 1.56 3/122 21707
/proc/meminfo: memFree=1534836/2059040 swapFree=4136696/4192956
[pid=21647] ppid=21645 vsize=1543716 CPUtime=1596
/proc/21647/stat : 21647 (java) S 21645 21647 21622 0 -1 4202496 85605 0 6 0 159494 106 0 0 15 0 16 0 15544061 1580765184 75819 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/21647/statm: 385929 75819 1453 10 0 383232 0
[pid=21647/tid=21649] ppid=21645 vsize=1543716 CPUtime=1
/proc/21647/task/21649/stat : 21649 (java) S 21645 21647 21622 0 -1 4202560 8323 0 3 0 96 4 0 0 15 0 16 0 15544064 1580765184 75819 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 3
[pid=21647/tid=21650] ppid=21645 vsize=1543716 CPUtime=11.89
/proc/21647/task/21650/stat : 21650 (java) S 21645 21647 21622 0 -1 4202560 18026 0 0 0 1165 24 0 0 15 0 16 0 15544068 1580765184 75819 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 1 0 0 0
[pid=21647/tid=21651] ppid=21645 vsize=1543716 CPUtime=11.82
/proc/21647/task/21651/stat : 21651 (java) S 21645 21647 21622 0 -1 4202560 16036 0 0 0 1156 26 0 0 16 0 16 0 15544068 1580765184 75819 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21652] ppid=21645 vsize=1543716 CPUtime=23.49
/proc/21647/task/21652/stat : 21652 (java) S 21645 21647 21622 0 -1 4202560 3448 0 0 0 2341 8 0 0 15 0 16 0 15544070 1580765184 75819 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 0 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21653] ppid=21645 vsize=1543716 CPUtime=0
/proc/21647/task/21653/stat : 21653 (java) S 21645 21647 21622 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 15544070 1580765184 75819 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21654] ppid=21645 vsize=1543716 CPUtime=0
/proc/21647/task/21654/stat : 21654 (java) S 21645 21647 21622 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 15544070 1580765184 75819 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21655] ppid=21645 vsize=1543716 CPUtime=0
/proc/21647/task/21655/stat : 21655 (java) S 21645 21647 21622 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 15544075 1580765184 75819 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21656] ppid=21645 vsize=1543716 CPUtime=2.14
/proc/21647/task/21656/stat : 21656 (java) S 21645 21647 21622 0 -1 4202560 6898 0 0 0 212 2 0 0 15 0 16 0 15544075 1580765184 75819 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21657] ppid=21645 vsize=1543716 CPUtime=3.05
/proc/21647/task/21657/stat : 21657 (java) S 21645 21647 21622 0 -1 4202560 4717 0 0 0 303 2 0 0 16 0 16 0 15544075 1580765184 75819 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 1 0 0 0
[pid=21647/tid=21658] ppid=21645 vsize=1543716 CPUtime=0
/proc/21647/task/21658/stat : 21658 (java) S 21645 21647 21622 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 15544075 1580765184 75819 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21659] ppid=21645 vsize=1543716 CPUtime=0
/proc/21647/task/21659/stat : 21659 (java) S 21645 21647 21622 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 15544075 1580765184 75819 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 1 0 0 0
[pid=21647/tid=21662] ppid=21645 vsize=1543716 CPUtime=0
/proc/21647/task/21662/stat : 21662 (java) S 21645 21647 21622 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 15544170 1580765184 75819 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 1 0 0 0
[pid=21647/tid=21663] ppid=21645 vsize=1543716 CPUtime=0
/proc/21647/task/21663/stat : 21663 (java) S 21645 21647 21622 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 15544173 1580765184 75819 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 1 0 0 0
[pid=21647/tid=21690] ppid=21645 vsize=1543716 CPUtime=534.54
/proc/21647/task/21690/stat : 21690 (java) R 21645 21647 21622 0 -1 4202560 254 0 0 0 53445 9 0 0 25 0 16 0 15569562 1580765184 75819 1992294400 134512640 134550932 4289958960 18446744073709551615 4109837614 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21647/tid=21691] ppid=21645 vsize=1543716 CPUtime=534.46
/proc/21647/task/21691/stat : 21691 (java) R 21645 21647 21622 0 -1 4202560 208 0 0 0 53440 6 0 0 25 0 16 0 15569563 1580765184 75819 1992294400 134512640 134550932 4289958960 18446744073709551615 4109941250 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1596
Current children cumulated vsize (KiB) 1543716

[startup+882.302 s]
/proc/loadavg: 1.93 1.87 1.58 3/122 21709
/proc/meminfo: memFree=1532604/2059040 swapFree=4136696/4192956
[pid=21647] ppid=21645 vsize=1543716 CPUtime=1712.25
/proc/21647/stat : 21647 (java) S 21645 21647 21622 0 -1 4202496 86208 0 6 0 171110 115 0 0 15 0 16 0 15544061 1580765184 76353 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/21647/statm: 385929 76353 1453 10 0 383232 0
[pid=21647/tid=21649] ppid=21645 vsize=1543716 CPUtime=1
/proc/21647/task/21649/stat : 21649 (java) S 21645 21647 21622 0 -1 4202560 8324 0 3 0 96 4 0 0 15 0 16 0 15544064 1580765184 76353 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 3
[pid=21647/tid=21650] ppid=21645 vsize=1543716 CPUtime=13.04
/proc/21647/task/21650/stat : 21650 (java) S 21645 21647 21622 0 -1 4202560 18150 0 0 0 1276 28 0 0 16 0 16 0 15544068 1580765184 76353 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21651] ppid=21645 vsize=1543716 CPUtime=12.98
/proc/21647/task/21651/stat : 21651 (java) S 21645 21647 21622 0 -1 4202560 16456 0 0 0 1270 28 0 0 15 0 16 0 15544068 1580765184 76353 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 1 0 0 0
[pid=21647/tid=21652] ppid=21645 vsize=1543716 CPUtime=26.16
/proc/21647/task/21652/stat : 21652 (java) S 21645 21647 21622 0 -1 4202560 3452 0 0 0 2607 9 0 0 15 0 16 0 15544070 1580765184 76353 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 0 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21653] ppid=21645 vsize=1543716 CPUtime=0
/proc/21647/task/21653/stat : 21653 (java) S 21645 21647 21622 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 15544070 1580765184 76353 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21654] ppid=21645 vsize=1543716 CPUtime=0
/proc/21647/task/21654/stat : 21654 (java) S 21645 21647 21622 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 15544070 1580765184 76353 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21655] ppid=21645 vsize=1543716 CPUtime=0
/proc/21647/task/21655/stat : 21655 (java) S 21645 21647 21622 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 15544075 1580765184 76353 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21656] ppid=21645 vsize=1543716 CPUtime=2.14
/proc/21647/task/21656/stat : 21656 (java) S 21645 21647 21622 0 -1 4202560 6898 0 0 0 212 2 0 0 15 0 16 0 15544075 1580765184 76353 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21657] ppid=21645 vsize=1543716 CPUtime=3.05
/proc/21647/task/21657/stat : 21657 (java) S 21645 21647 21622 0 -1 4202560 4717 0 0 0 303 2 0 0 16 0 16 0 15544075 1580765184 76353 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 1 0 0 0
[pid=21647/tid=21658] ppid=21645 vsize=1543716 CPUtime=0
/proc/21647/task/21658/stat : 21658 (java) S 21645 21647 21622 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 15544075 1580765184 76353 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21659] ppid=21645 vsize=1543716 CPUtime=0
/proc/21647/task/21659/stat : 21659 (java) S 21645 21647 21622 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 15544075 1580765184 76353 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 1 0 0 0
[pid=21647/tid=21662] ppid=21645 vsize=1543716 CPUtime=0
/proc/21647/task/21662/stat : 21662 (java) S 21645 21647 21622 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 15544170 1580765184 76353 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 1 0 0 0
[pid=21647/tid=21663] ppid=21645 vsize=1543716 CPUtime=0
/proc/21647/task/21663/stat : 21663 (java) S 21645 21647 21622 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 15544173 1580765184 76353 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 1 0 0 0
[pid=21647/tid=21690] ppid=21645 vsize=1543716 CPUtime=590.66
/proc/21647/task/21690/stat : 21690 (java) R 21645 21647 21622 0 -1 4202560 284 0 0 0 59056 10 0 0 25 0 16 0 15569562 1580765184 76353 1992294400 134512640 134550932 4289958960 18446744073709551615 4110093780 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21647/tid=21691] ppid=21645 vsize=1543716 CPUtime=589.6
/proc/21647/task/21691/stat : 21691 (java) R 21645 21647 21622 0 -1 4202560 228 0 0 0 58953 7 0 0 25 0 16 0 15569563 1580765184 76353 1992294400 134512640 134550932 4289958960 18446744073709551615 4109941215 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1712.25
Current children cumulated vsize (KiB) 1543716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+927.702 s]
/proc/loadavg: 2.06 1.92 1.60 3/122 21709
/proc/meminfo: memFree=1530248/2059040 swapFree=4136696/4192956
[pid=21647] ppid=21645 vsize=1543716 CPUtime=1800.13
/proc/21647/stat : 21647 (java) S 21645 21647 21622 0 -1 4202496 86821 0 6 0 179890 123 0 0 15 0 16 0 15544061 1580765184 76917 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/21647/statm: 385929 76917 1453 10 0 383232 0
[pid=21647/tid=21649] ppid=21645 vsize=1543716 CPUtime=1.01
/proc/21647/task/21649/stat : 21649 (java) S 21645 21647 21622 0 -1 4202560 8325 0 3 0 96 5 0 0 15 0 16 0 15544064 1580765184 76917 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 3
[pid=21647/tid=21650] ppid=21645 vsize=1543716 CPUtime=13.94
/proc/21647/task/21650/stat : 21650 (java) S 21645 21647 21622 0 -1 4202560 18374 0 0 0 1364 30 0 0 16 0 16 0 15544068 1580765184 76917 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21651] ppid=21645 vsize=1543716 CPUtime=13.86
/proc/21647/task/21651/stat : 21651 (java) S 21645 21647 21622 0 -1 4202560 16802 0 0 0 1354 32 0 0 15 0 16 0 15544068 1580765184 76917 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 1 0 0 0
[pid=21647/tid=21652] ppid=21645 vsize=1543716 CPUtime=28.3
/proc/21647/task/21652/stat : 21652 (java) S 21645 21647 21622 0 -1 4202560 3454 0 0 0 2820 10 0 0 16 0 16 0 15544070 1580765184 76917 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 0 0 16800975 18446604437814687872 0 0 -1 1 0 0 0
[pid=21647/tid=21653] ppid=21645 vsize=1543716 CPUtime=0
/proc/21647/task/21653/stat : 21653 (java) S 21645 21647 21622 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 15544070 1580765184 76917 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21654] ppid=21645 vsize=1543716 CPUtime=0
/proc/21647/task/21654/stat : 21654 (java) S 21645 21647 21622 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 15544070 1580765184 76917 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21655] ppid=21645 vsize=1543716 CPUtime=0
/proc/21647/task/21655/stat : 21655 (java) S 21645 21647 21622 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 15544075 1580765184 76917 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21656] ppid=21645 vsize=1543716 CPUtime=2.14
/proc/21647/task/21656/stat : 21656 (java) S 21645 21647 21622 0 -1 4202560 6898 0 0 0 212 2 0 0 15 0 16 0 15544075 1580765184 76917 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21657] ppid=21645 vsize=1543716 CPUtime=3.05
/proc/21647/task/21657/stat : 21657 (java) S 21645 21647 21622 0 -1 4202560 4717 0 0 0 303 2 0 0 16 0 16 0 15544075 1580765184 76917 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 1 0 0 0
[pid=21647/tid=21658] ppid=21645 vsize=1543716 CPUtime=0
/proc/21647/task/21658/stat : 21658 (java) S 21645 21647 21622 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 15544075 1580765184 76917 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21659] ppid=21645 vsize=1543716 CPUtime=0
/proc/21647/task/21659/stat : 21659 (java) S 21645 21647 21622 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 15544075 1580765184 76917 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 0 0 0 0
[pid=21647/tid=21662] ppid=21645 vsize=1543716 CPUtime=0
/proc/21647/task/21662/stat : 21662 (java) S 21645 21647 21622 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 15544170 1580765184 76917 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 1 0 0 0
[pid=21647/tid=21663] ppid=21645 vsize=1543716 CPUtime=0
/proc/21647/task/21663/stat : 21663 (java) S 21645 21647 21622 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 15544173 1580765184 76917 1992294400 134512640 134550932 4289958960 18446744073709551615 4294960144 0 4 0 16800975 18446604437814687872 0 0 -1 1 0 0 0
[pid=21647/tid=21690] ppid=21645 vsize=1543716 CPUtime=632.78
/proc/21647/task/21690/stat : 21690 (java) R 21645 21647 21622 0 -1 4202560 304 0 0 0 63266 12 0 0 25 0 16 0 15569562 1580765184 76917 1992294400 134512640 134550932 4289958960 18446744073709551615 4109996748 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21647/tid=21691] ppid=21645 vsize=1543716 CPUtime=631.46
/proc/21647/task/21691/stat : 21691 (java) R 21645 21647 21622 0 -1 4202560 246 0 0 0 63139 7 0 0 25 0 16 0 15569563 1580765184 76917 1992294400 134512640 134550932 4289958960 18446744073709551615 4109941250 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 1543716

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

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

[startup+927.816 s]
/proc/loadavg: 2.06 1.92 1.60 3/122 21709
/proc/meminfo: memFree=1530248/2059040 swapFree=4136696/4192956
[pid=21647] ppid=21645 vsize=0 CPUtime=1800.31
/proc/21647/stat : 21647 (java) Z 21645 21647 21622 0 -1 4203548 86841 0 6 0 179905 126 0 0 15 0 2 0 15544061 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/21647/statm: 0 0 0 0 0 0 0
[pid=21647/tid=21690] ppid=21645 vsize=0 CPUtime=632.84
/proc/21647/task/21690/stat : 21690 (java) R 21645 21647 21622 0 -1 4203588 304 0 0 0 63269 15 0 0 25 0 2 0 15569562 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.31
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 927.822
CPU time (s): 1800.32
CPU user time (s): 1799.06
CPU system time (s): 1.26581
CPU usage (%): 194.038
Max. virtual memory (cumulated for all children) (KiB): 1547812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.06
system time used= 1.26581
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86841
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29075
involuntary context switches= 52644

runsolver used 5.14122 second user time and 10.4564 second system time

The end

Launcher Data

Begin job on node012 at 2010-06-13 05:23:45
IDJOB=2662444
IDBENCH=2010
IDSOLVER=1166
FILE ID=node012/2662444-1276399425
PBS_JOBID= 11173272
Free space on /tmp= 62412 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/ttp/normalized-data6_3.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662444-1276399425/watcher-2662444-1276399425 -o /tmp/evaluation-result-2662444-1276399425/solver-2662444-1276399425 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662444-1276399425.opb

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

MD5SUM BENCH= f675f355e04fd5af6f49610fb88dbbd3
RANDOM SEED=1919834086

node012.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.258
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.51
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.258
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	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1836892 kB
Buffers:         11544 kB
Cached:         126100 kB
SwapCached:      16520 kB
Active:         107064 kB
Inactive:        50028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1836892 kB
SwapTotal:     4192956 kB
SwapFree:      4136696 kB
Dirty:             608 kB
Writeback:           0 kB
AnonPages:       10780 kB
Mapped:           9216 kB
Slab:            43212 kB
PageTables:       3972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181920 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= 62408 MiB
End job on node012 at 2010-06-13 05:39:15