Trace number 2681235

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-31OPT5 560.682 296.079

General information on the benchmark

Name/OPT-SMALLINT-NLC/oren/keeloq_tasca_instances/
normalized-90_rounds_5_errors.opb
MD5SUM06d341d0af76f66d4946a3c264573060
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark35.6086
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables584
Total number of constraints427
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)33
Number of constraints which are nor clauses,nor cardinality constraints394
Minimum length of a constraint1
Maximum length of a constraint34
Number of terms in the objective function 182
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 182
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 18
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 182
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2406
Sum of products size (including duplicates)10572
Number of different products2406
Sum of products size10572

Quality of the solution as a function of time


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

Solver Data

0.15/1.11	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.15/1.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.15/1.11	c See www.sat4j.org for details.
0.15/1.12	c version 2.2.0.v20100531
0.15/1.12	c java.runtime.name	Java(TM) SE Runtime Environment
0.15/1.12	c java.vm.name		Java HotSpot(TM) Server VM
0.15/1.12	c java.vm.version	11.2-b01
0.15/1.12	c java.vm.vendor	Sun Microsystems Inc.
0.15/1.12	c sun.arch.data.model	32
0.15/1.12	c java.version		1.6.0_12
0.15/1.12	c os.name		Linux
0.15/1.12	c os.version		2.6.18-164.el5
0.15/1.12	c os.arch		i386
0.15/1.12	c Free memory 		1393557488
0.15/1.12	c Max memory 		1395916800
0.15/1.12	c Total memory 		1395916800
0.15/1.12	c Number of processors 	2
0.29/1.20	c Pseudo Boolean Optimization
0.29/1.20	c ManyCore solver with 2 solvers running in parallel
0.29/1.20	c --- Begin Solver configuration ---
0.29/1.20	c Stops conflict analysis at the first Unique Implication Point
0.29/1.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.29/1.20	c Learn all clauses as in MiniSAT
0.29/1.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/1.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.29/1.20	c Expensive reason simplification
0.29/1.20	c Armin Biere (Picosat) restarts strategy
0.29/1.20	c Glucose learned constraints deletion strategy
0.29/1.20	c timeout=2147483s
0.29/1.20	c DB Simplification allowed=false
0.29/1.20	c --- End Solver configuration ---
0.29/1.20	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.29/1.20	c --- Begin Solver configuration ---
0.29/1.20	c Stops conflict analysis at the first Unique Implication Point
0.29/1.20	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.29/1.20	c Learn all clauses as in MiniSAT
0.29/1.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/1.20	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.29/1.20	c No reason simplification
0.29/1.20	c Armin Biere (Picosat) restarts strategy
0.29/1.20	c Glucose learned constraints deletion strategy
0.29/1.20	c timeout=2147483s
0.29/1.20	c DB Simplification allowed=false
0.29/1.20	c --- End Solver configuration ---
0.29/1.20	
0.29/1.20	c solving HOME/instance-2681235-1277475289.opb
0.29/1.20	c reading problem ... 
2.07/2.22	c ... done. Wall clock time 1.011s.
2.07/2.22	c #vars     2990
2.07/2.22	c #constraints  5660
2.07/2.22	c constraints type 
2.07/2.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2104
2.07/2.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 436
2.07/2.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 20
2.07/2.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2406
2.07/2.22	c constraints type 
2.07/2.22	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 20
2.07/2.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2104
2.07/2.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 436
2.07/2.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2406
4.06/3.23	c cleaning 2494 clauses out of 5000 with flag 5000/5000
7.20/4.88	c cleaning 4252 clauses out of 8506 with flag 11000/11000
16.11/9.30	c cleaning 5624 clauses out of 11254 with flag 18000/18000
17.63/10.14	c cleaning 6811 clauses out of 13630 with flag 26000/26000
19.33/11.08	c cleaning 7907 clauses out of 15819 with flag 35000/35000
21.62/12.26	c cleaning 8957 clauses out of 17913 with flag 45001/45001
23.92/13.49	c cleaning 9478 clauses out of 18955 with flag 55000/55000
26.43/14.75	c cleaning 9739 clauses out of 19478 with flag 65001/65001
28.72/16.00	c cleaning 9866 clauses out of 19738 with flag 75000/75000
31.61/17.40	c cleaning 9937 clauses out of 19874 with flag 85002/85002
35.68/19.58	c cleaning 9964 clauses out of 19935 with flag 95000/95000
39.56/21.54	c cleaning 9985 clauses out of 19971 with flag 105000/105000
40.46/22.10	c And the winner is CuttingPlanes
40.65/22.38	c SATISFIABLE
40.65/22.38	c OPTIMIZING...
40.65/22.38	c Got one! Elapsed wall clock time (in seconds):21.185
40.65/22.38	o 81
45.24/24.79	c cleaning 9985 clauses out of 19986 with flag 115000/115000
49.50/26.94	c And the winner is Resolution
49.66/27.41	c Got one! Elapsed wall clock time (in seconds):26.211
49.66/27.41	o 63
51.64/28.46	c cleaning 9991 clauses out of 20001 with flag 125000/125000
53.94/29.62	c And the winner is Resolution
54.02/30.42	c Got one! Elapsed wall clock time (in seconds):29.226
54.02/30.42	o 41
56.54/31.71	c cleaning 10002 clauses out of 20010 with flag 135000/135000
59.62/33.36	c cleaning 9998 clauses out of 20011 with flag 145003/145003
61.68/34.42	c cleaning 10005 clauses out of 20010 with flag 155000/155000
63.76/35.53	c cleaning 10000 clauses out of 20005 with flag 165000/165000
65.86/36.66	c cleaning 9994 clauses out of 20005 with flag 175000/175000
67.74/37.64	c cleaning 10007 clauses out of 20014 with flag 185003/185003
69.80/38.74	c cleaning 9999 clauses out of 20004 with flag 195000/195000
71.88/39.85	c cleaning 9995 clauses out of 20005 with flag 205000/205000
73.96/40.92	c cleaning 10006 clauses out of 20011 with flag 215001/215001
76.23/42.11	c cleaning 9989 clauses out of 20004 with flag 225000/225000
78.09/43.12	c cleaning 9999 clauses out of 20016 with flag 235001/235001
79.97/44.20	c cleaning 10004 clauses out of 20016 with flag 245000/245000
82.24/45.32	c cleaning 9998 clauses out of 20012 with flag 255000/255000
84.12/46.39	c cleaning 10002 clauses out of 20014 with flag 265000/265000
85.98/47.38	c cleaning 10001 clauses out of 20012 with flag 275000/275000
87.85/48.33	c cleaning 10007 clauses out of 20013 with flag 285002/285002
89.31/49.17	c cleaning 9999 clauses out of 20004 with flag 295000/295000
100.10/54.64	c cleaning 9994 clauses out of 20005 with flag 305000/305000
114.02/61.77	c cleaning 9998 clauses out of 20013 with flag 315002/315002
118.08/63.89	c cleaning 9994 clauses out of 20013 with flag 325000/325000
119.74/64.80	c cleaning 9998 clauses out of 20019 with flag 335000/335000
121.40/65.62	c cleaning 10000 clauses out of 20022 with flag 345001/345001
122.84/66.46	c cleaning 10010 clauses out of 20021 with flag 355000/355000
124.50/67.32	c cleaning 9994 clauses out of 20011 with flag 365000/365000
125.98/68.18	c cleaning 10005 clauses out of 20017 with flag 375000/375000
127.64/69.02	c cleaning 9998 clauses out of 20012 with flag 385000/385000
129.07/69.89	c cleaning 10004 clauses out of 20015 with flag 395001/395001
130.73/70.74	c cleaning 9999 clauses out of 20010 with flag 405000/405000
132.21/71.57	c cleaning 9997 clauses out of 20011 with flag 415000/415000
133.67/72.36	c cleaning 10001 clauses out of 20015 with flag 425001/425001
135.31/73.23	c cleaning 9997 clauses out of 20013 with flag 435000/435000
136.76/74.04	c cleaning 10003 clauses out of 20016 with flag 445000/445000
138.42/74.90	c cleaning 9999 clauses out of 20014 with flag 455001/455001
139.89/75.77	c cleaning 10000 clauses out of 20014 with flag 465000/465000
141.54/76.63	c cleaning 9999 clauses out of 20014 with flag 475000/475000
143.20/77.53	c cleaning 10002 clauses out of 20015 with flag 485000/485000
144.66/78.35	c cleaning 10007 clauses out of 20015 with flag 495002/495002
146.13/79.15	c cleaning 10003 clauses out of 20007 with flag 505001/505001
147.76/80.05	c cleaning 9999 clauses out of 20003 with flag 515000/515000
149.62/81.08	c cleaning 9995 clauses out of 20004 with flag 525000/525000
151.47/82.04	c cleaning 9994 clauses out of 20010 with flag 535001/535001
153.32/83.03	c cleaning 10003 clauses out of 20015 with flag 545000/545000
154.95/83.99	c cleaning 10001 clauses out of 20012 with flag 555000/555000
156.81/84.95	c cleaning 10000 clauses out of 20011 with flag 565000/565000
158.66/85.96	c cleaning 10001 clauses out of 20011 with flag 575000/575000
160.53/86.99	c cleaning 10000 clauses out of 20011 with flag 585001/585001
162.36/87.93	c cleaning 9994 clauses out of 20011 with flag 595001/595001
164.20/88.91	c cleaning 10003 clauses out of 20017 with flag 605001/605001
166.06/89.90	c cleaning 9998 clauses out of 20014 with flag 615001/615001
167.71/90.82	c cleaning 10003 clauses out of 20016 with flag 625001/625001
169.34/91.74	c cleaning 9994 clauses out of 20012 with flag 635000/635000
171.00/92.65	c cleaning 10001 clauses out of 20018 with flag 645000/645000
174.23/94.30	c cleaning 10002 clauses out of 20017 with flag 655000/655000
176.48/95.59	c cleaning 9993 clauses out of 20015 with flag 665000/665000
179.09/96.95	c cleaning 10008 clauses out of 20023 with flag 675001/675001
182.93/98.99	c cleaning 9999 clauses out of 20014 with flag 685000/685000
185.75/100.50	c cleaning 9995 clauses out of 20015 with flag 695000/695000
187.39/101.37	c cleaning 10001 clauses out of 20021 with flag 705001/705001
189.01/102.24	c cleaning 9995 clauses out of 20019 with flag 715000/715000
190.45/103.05	c cleaning 10005 clauses out of 20026 with flag 725002/725002
192.09/103.91	c cleaning 9998 clauses out of 20019 with flag 735000/735000
193.54/104.73	c cleaning 10001 clauses out of 20021 with flag 745000/745000
195.96/106.00	c cleaning 10003 clauses out of 20020 with flag 755000/755000
198.80/107.51	c cleaning 10005 clauses out of 20018 with flag 765001/765001
209.36/112.94	c cleaning 9992 clauses out of 20013 with flag 775001/775001
212.38/114.56	c And the winner is Resolution
212.66/114.93	c Got one! Elapsed wall clock time (in seconds):113.728
212.66/114.93	o 39
215.81/116.55	c cleaning 10003 clauses out of 20021 with flag 785001/785001
218.36/117.93	c cleaning 9997 clauses out of 20018 with flag 795001/795001
219.61/118.60	c cleaning 10001 clauses out of 20021 with flag 805001/805001
221.06/119.40	c cleaning 9998 clauses out of 20020 with flag 815001/815001
222.50/120.21	c cleaning 10002 clauses out of 20022 with flag 825001/825001
223.91/121.07	c cleaning 10001 clauses out of 20019 with flag 835000/835000
229.91/124.17	c cleaning 10006 clauses out of 20018 with flag 845000/845000
251.57/135.12	c cleaning 9990 clauses out of 20013 with flag 855001/855001
272.99/146.04	c cleaning 10002 clauses out of 20026 with flag 865004/865004
294.78/157.12	c cleaning 9994 clauses out of 20020 with flag 875000/875000
319.79/169.83	c cleaning 9993 clauses out of 20026 with flag 885000/885000
343.20/181.79	c cleaning 10007 clauses out of 20033 with flag 895000/895000
369.18/194.96	c cleaning 9992 clauses out of 20027 with flag 905001/905001
395.52/208.39	c cleaning 10007 clauses out of 20034 with flag 915000/915000
416.54/219.02	c cleaning 9986 clauses out of 20027 with flag 925000/925000
423.88/222.82	c cleaning 0 clauses out of 5000 with flag 0/5000
444.28/233.27	c cleaning 9994 clauses out of 20044 with flag 935003/935003
463.05/242.88	c cleaning 10011 clauses out of 20047 with flag 945000/945000
472.17/247.57	c cleaning 10009 clauses out of 20036 with flag 955000/955000
473.55/248.39	c cleaning 10003 clauses out of 20028 with flag 965001/965001
490.20/256.84	c cleaning 10003 clauses out of 20024 with flag 975000/975000
521.83/272.94	c cleaning 9992 clauses out of 20021 with flag 985000/985000
548.77/286.68	c cleaning 9988 clauses out of 20030 with flag 995001/995001
550.94/287.84	c And the winner is Resolution
551.34/288.93	c Got one! Elapsed wall clock time (in seconds):287.729
551.34/288.93	o 37
556.03/291.34	c cleaning 10013 clauses out of 20041 with flag 1005000/1005000
556.61/291.77	c And the winner is CuttingPlanes
556.75/291.96	c Got one! Elapsed wall clock time (in seconds):290.762
556.75/291.96	o 7
558.61/292.97	c And the winner is CuttingPlanes
558.76/293.97	c Got one! Elapsed wall clock time (in seconds):292.771
558.76/293.97	o 5
559.62/294.41	c And the winner is CuttingPlanes
560.55/295.99	c starts		: 30
560.55/295.99	c conflicts		: 5566
560.55/295.99	c decisions		: 11279
560.55/295.99	c propagations		: 1278801
560.55/295.99	c inspects		: 122500705
560.55/295.99	c learnt literals	: 0
560.55/295.99	c learnt binary clauses	: 2
560.55/295.99	c learnt ternary clauses	: 1
560.55/295.99	c learnt clauses	: 5565
560.55/295.99	c ignored clauses	: 0
560.55/295.99	c root simplifications	: 0
560.55/295.99	c removed literals (reason simplification)	: 0
560.55/295.99	c reason swapping (by a shorter reason)	: 0
560.55/295.99	c Calls to reduceDB	: 1
560.55/295.99	c number of reductions to clauses (during analyze)	: 0
560.55/295.99	c number of learned constraints concerned by reduction	: 0
560.55/295.99	c number of learning phase by resolution	: 0
560.55/295.99	c number of learning phase by cutting planes	: 0
560.55/295.99	c speed (assignments/second)	: 647494.1772151898
560.55/295.99	c non guided choices	3
560.55/295.99	c learnt constraints type 
560.55/295.99	c constraints type 
560.55/295.99	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2104
560.55/295.99	c org.sat4j.minisat.constraints.card.MinWatchCard => 436
560.55/295.99	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 20
560.55/296.00	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2406
560.55/296.00	c constraints type 
560.55/296.00	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 20
560.55/296.00	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2104
560.55/296.00	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 436
560.55/296.00	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2406
560.55/296.00	s OPTIMUM FOUND
560.64/296.00	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 x183 -x184 x185 -x186 x187 -x188 -x189 -x190 -x191 -x192 x193 x194 x195 -x196 x197 x198 x199 x200 -x201 x202 x203 x204 -x205 -x206 x207 -x208 -x209 -x210 x211 x212 -x213 x214 -x215 -x216 -x217 x218 -x219 x220 x221 -x222 x223 -x224 x225 -x226 x227 -x228 -x229 -x230 -x231 x232 -x233 x234 x235 x236 -x237 -x238 x239 -x240 -x241 x242 -x243 x244 -x245 -x246 -x247 x248 -x249 -x250 -x251 -x252 -x253 -x254 x255 x256 -x257 -x258 -x259 -x260 x261 x262 x263 x264 -x265 x266 x267 x268 -x269 -x270 -x271 x272 -x273 x274 -x275 x276 -x277 -x278 -x279 x280 -x281 -x282 x283 -x284 -x285 x286 x287 -x288 x289 -x290 x291 x292 x293 x294 x295 x296 x297 x298 x299 x300 -x301 x302 x303 x304 x305 -x306 x307 -x308 x309 -x310 x311 x312 x313 x314 x315 -x316 -x317 -x318 x319 -x320 x321 x322 x323 -x324 -x325 x326 -x327 -x328 -x329 x330 -x331 -x332 -x333 x334 -x335 x336 x337 x338 -x339 -x340 -x341 x342 -x343 x344 x345 x346 x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 x356 -x357 x358 -x359 x360 x361 -x362 x363 x364 x365 -x366 x367 x368 -x369 -x370 -x371 -x372 x373 -x374 -x375 -x376 x377 -x378 -x379 x380 -x381 x382 x383 -x384 -x385 x386 x387 x388 x389 x390 -x391 -x392 -x393 -x394 x395 x396 x397 x398 -x399 -x400 x401 x402 -x403 x404 -x405 -x406 -x407 -x408 -x409 x410 x411 -x412 x413 x414 -x415 -x416 x417 -x418 -x419 -x420 -x421 x422 x423 -x424 -x425 x426 x427 x428 x429 x430 -x431 x432 x433 -x434 -x435 -x436 x437 -x438 x439 x440 -x441 x442 x443 -x444 -x445 -x446 x447 x448 -x449 x450 -x451 x452 x453 x454 x455 -x456 x457 -x458 x459 -x460 -x461 x462 x463 -x464 -x465 -x466 -x467 -x468 -x469 x470 x471 -x472 -x473 -x474 -x475 x476 -x477 x478 -x479 -x480 -x481 -x482 x483 -x484 x485 -x486 x487 -x488 -x489 x490 -x491 -x492 -x493 -x494 x495 x496 x497 -x498 -x499 x500 -x501 x502 x503 -x504 -x505 -x506 x507 -x508 -x509 -x510 -x511 x512 x513 -x514 -x515 x516 x517 x518 -x519 x520 x521 x522 x523 x524 -x525 x526 -x527 -x528 -x529 x530 -x531 x532 -x533 -x534 -x535 -x536 -x537 -x538 x539 -x540 x541 x542 x543 x544 x545 -x546 x547 -x548 -x549 x550 -x551 x552 x553 x554 x555 -x556 -x557 -x558 -x559 x560 -x561 -x562 x563 x564 -x565 -x566 -x567 x568 x569 -x570 -x571 x572 -x573 x574 x575 -x576 -x577 x578 -x579 x580 x581 x582 -x583 -x584 
560.64/296.00	c objective function=5
560.64/296.00	c Total wall clock time (in seconds): 294.802

Verifier Data

OK	5

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2681235-1277475289/watcher-2681235-1277475289 -o /tmp/evaluation-result-2681235-1277475289/solver-2681235-1277475289 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2681235-1277475289.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.08 0.02 0.01 3/105 29300
/proc/meminfo: memFree=1815752/2059040 swapFree=4135616/4192956
[pid=29300] ppid=29298 vsize=24036 CPUtime=0
/proc/29300/stat : 29300 (runsolver) D 29298 29300 29248 0 -1 4202560 82 0 0 0 0 0 0 0 25 0 1 0 88822798 24612864 106 1992294400 4194304 4302564 140733281294672 18446744073709551615 270612931575 0 0 4096 24578 18446744071562154983 0 0 17 1 0 0 0
/proc/29300/statm: 6009 106 69 27 0 2647 0

[startup+0.06267 s]
/proc/loadavg: 0.08 0.02 0.01 3/105 29300
/proc/meminfo: memFree=1815752/2059040 swapFree=4135616/4192956
[pid=29300] ppid=29298 vsize=24036 CPUtime=0
/proc/29300/stat : 29300 (runsolver) D 29298 29300 29248 0 -1 4202560 82 0 0 0 0 0 0 0 25 0 1 0 88822798 24612864 106 1992294400 4194304 4302564 140733281294672 18446744073709551615 270612931575 0 0 4096 24578 18446744071562154983 0 0 17 1 0 0 0
/proc/29300/statm: 6009 106 69 27 0 2647 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 24036

[startup+0.100674 s]
/proc/loadavg: 0.08 0.02 0.01 3/105 29300
/proc/meminfo: memFree=1815752/2059040 swapFree=4135616/4192956
[pid=29300] ppid=29298 vsize=24036 CPUtime=0
/proc/29300/stat : 29300 (runsolver) D 29298 29300 29248 0 -1 4202560 82 0 0 0 0 0 0 0 25 0 1 0 88822798 24612864 106 1992294400 4194304 4302564 140733281294672 18446744073709551615 270612931575 0 0 4096 24578 18446744071562154983 0 0 17 1 0 0 0
/proc/29300/statm: 6009 106 69 27 0 2647 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 24036

[startup+0.300694 s]
/proc/loadavg: 0.08 0.02 0.01 3/105 29300
/proc/meminfo: memFree=1815752/2059040 swapFree=4135616/4192956
[pid=29300] ppid=29298 vsize=24036 CPUtime=0
/proc/29300/stat : 29300 (runsolver) D 29298 29300 29248 0 -1 4202560 82 0 0 0 0 0 0 0 23 0 1 0 88822798 24612864 106 1992294400 4194304 4302564 140733281294672 18446744073709551615 270612931575 0 0 4096 24578 18446744071562154983 0 0 17 0 0 0 28
/proc/29300/statm: 6009 106 69 27 0 2647 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 24036

[startup+0.700735 s]
/proc/loadavg: 0.08 0.02 0.01 3/105 29300
/proc/meminfo: memFree=1815752/2059040 swapFree=4135616/4192956
[pid=29300] ppid=29298 vsize=1700 CPUtime=0
/proc/29300/stat : 29300 (java6) D 29298 29300 29248 0 -1 4194304 163 0 11 0 0 0 0 0 19 0 1 0 88822798 1740800 78 1992294400 134512640 134550932 4291574064 18446744073709551615 6124264 0 0 4096 0 18446744071562234166 0 0 17 0 0 0 67
/proc/29300/statm: 425 78 59 10 0 30 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1700

[startup+1.50182 s]
/proc/loadavg: 0.08 0.02 0.01 2/112 29307
/proc/meminfo: memFree=1795544/2059040 swapFree=4135616/4192956
[pid=29300] ppid=29298 vsize=1528236 CPUtime=0.78
/proc/29300/stat : 29300 (java) S 29298 29300 29248 0 -1 4202496 6307 0 108 0 72 6 0 0 18 0 12 0 88822798 1564913664 5851 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 77
/proc/29300/statm: 382059 5851 1395 10 0 379362 0
[pid=29300/tid=29302] ppid=29298 vsize=1528236 CPUtime=0.5
/proc/29300/task/29302/stat : 29302 (java) R 29298 29300 29248 0 -1 4202560 4242 0 60 0 46 4 0 0 18 0 12 0 88822880 1564913664 5851 1992294400 134512640 134550932 4289593472 18446744073709551615 4109236998 0 4 0 16800975 0 0 0 -1 0 0 0 15
[pid=29300/tid=29303] ppid=29298 vsize=1528236 CPUtime=0
/proc/29300/task/29303/stat : 29303 (java) S 29298 29300 29248 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 88822891 1564913664 5851 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 1 0 0 0
[pid=29300/tid=29304] ppid=29298 vsize=1528236 CPUtime=0
/proc/29300/task/29304/stat : 29304 (java) S 29298 29300 29248 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 88822891 1564913664 5851 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 1 0 0 0
[pid=29300/tid=29305] ppid=29298 vsize=1528236 CPUtime=0
/proc/29300/task/29305/stat : 29305 (java) S 29298 29300 29248 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 88822894 1564913664 5851 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 0 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29306] ppid=29298 vsize=1528236 CPUtime=0
/proc/29300/task/29306/stat : 29306 (java) S 29298 29300 29248 0 -1 4202560 11 0 0 0 0 0 0 0 22 0 12 0 88822894 1564913664 5851 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29307] ppid=29298 vsize=1528236 CPUtime=0
/proc/29300/task/29307/stat : 29307 (java) S 29298 29300 29248 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 12 0 88822894 1564913664 5851 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 1528236

[startup+3.11597 s]
/proc/loadavg: 0.39 0.08 0.03 4/117 29312
/proc/meminfo: memFree=1773408/2059040 swapFree=4135616/4192956
[pid=29300] ppid=29298 vsize=1533460 CPUtime=3.87
/proc/29300/stat : 29300 (java) S 29298 29300 29248 0 -1 4202496 17482 0 108 0 377 10 0 0 18 0 16 0 88822798 1570263040 15957 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 77
/proc/29300/statm: 383365 15957 1427 10 0 380668 0
[pid=29300/tid=29302] ppid=29298 vsize=1533460 CPUtime=1.19
/proc/29300/task/29302/stat : 29302 (java) S 29298 29300 29248 0 -1 4202560 9072 0 60 0 113 6 0 0 20 0 16 0 88822880 1570263040 15957 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 1 0 0 15
[pid=29300/tid=29303] ppid=29298 vsize=1533460 CPUtime=0
/proc/29300/task/29303/stat : 29303 (java) S 29298 29300 29248 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 88822891 1570263040 15957 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 1 0 0 0
[pid=29300/tid=29304] ppid=29298 vsize=1533460 CPUtime=0
/proc/29300/task/29304/stat : 29304 (java) S 29298 29300 29248 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 88822891 1570263040 15957 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 1 0 0 0
[pid=29300/tid=29305] ppid=29298 vsize=1533460 CPUtime=0
/proc/29300/task/29305/stat : 29305 (java) S 29298 29300 29248 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 16 0 88822894 1570263040 15957 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 0 0 16800975 18446604437545494656 0 0 -1 1 0 0 0
[pid=29300/tid=29306] ppid=29298 vsize=1533460 CPUtime=0
/proc/29300/task/29306/stat : 29306 (java) S 29298 29300 29248 0 -1 4202560 11 0 0 0 0 0 0 0 22 0 16 0 88822894 1570263040 15957 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29307] ppid=29298 vsize=1533460 CPUtime=0
/proc/29300/task/29307/stat : 29307 (java) S 29298 29300 29248 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 16 0 88822894 1570263040 15957 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29308] ppid=29298 vsize=1533460 CPUtime=0
/proc/29300/task/29308/stat : 29308 (java) S 29298 29300 29248 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 16 0 88822903 1570263040 15957 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29309] ppid=29298 vsize=1533460 CPUtime=0.59
/proc/29300/task/29309/stat : 29309 (java) S 29298 29300 29248 0 -1 4202560 1011 0 0 0 59 0 0 0 15 0 16 0 88822903 1570263040 15957 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 1 0 0 0
[pid=29300/tid=29310] ppid=29298 vsize=1533460 CPUtime=1.33
/proc/29300/task/29310/stat : 29310 (java) R 29298 29300 29248 0 -1 4202560 2272 0 0 0 133 0 0 0 15 0 16 0 88822903 1570263040 15957 1992294400 134512640 134550932 4289593472 18446744073709551615 106829462 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29300/tid=29311] ppid=29298 vsize=1533460 CPUtime=0
/proc/29300/task/29311/stat : 29311 (java) S 29298 29300 29248 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 88822903 1570263040 15957 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29312] ppid=29298 vsize=1533460 CPUtime=0
/proc/29300/task/29312/stat : 29312 (java) S 29298 29300 29248 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 88822903 1570263040 15957 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 1533460

[startup+6.30265 s]
/proc/loadavg: 0.39 0.08 0.03 3/121 29316
/proc/meminfo: memFree=1636920/2059040 swapFree=4135616/4192956
[pid=29300] ppid=29298 vsize=1553260 CPUtime=10.17
/proc/29300/stat : 29300 (java) S 29298 29300 29248 0 -1 4202496 51142 0 108 0 991 26 0 0 18 0 16 0 88822798 1590538240 42823 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 77
/proc/29300/statm: 388315 42823 1450 10 0 385618 0
[pid=29300/tid=29302] ppid=29298 vsize=1553260 CPUtime=1.19
/proc/29300/task/29302/stat : 29302 (java) S 29298 29300 29248 0 -1 4202560 9072 0 60 0 113 6 0 0 18 0 16 0 88822880 1590538240 42823 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 1 0 0 15
[pid=29300/tid=29303] ppid=29298 vsize=1553260 CPUtime=0.04
/proc/29300/task/29303/stat : 29303 (java) S 29298 29300 29248 0 -1 4202560 798 0 0 0 4 0 0 0 15 0 16 0 88822891 1590538240 42823 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29304] ppid=29298 vsize=1553260 CPUtime=0.04
/proc/29300/task/29304/stat : 29304 (java) R 29298 29300 29248 0 -1 4202560 793 0 0 0 4 0 0 0 16 0 16 0 88822891 1590538240 42823 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29300/tid=29305] ppid=29298 vsize=1553260 CPUtime=0.08
/proc/29300/task/29305/stat : 29305 (java) S 29298 29300 29248 0 -1 4202560 1508 0 0 0 8 0 0 0 15 0 16 0 88822894 1590538240 42823 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 0 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29306] ppid=29298 vsize=1553260 CPUtime=0
/proc/29300/task/29306/stat : 29306 (java) S 29298 29300 29248 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 88822894 1590538240 42823 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29307] ppid=29298 vsize=1553260 CPUtime=0
/proc/29300/task/29307/stat : 29307 (java) S 29298 29300 29248 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 88822894 1590538240 42823 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29308] ppid=29298 vsize=1553260 CPUtime=0
/proc/29300/task/29308/stat : 29308 (java) S 29298 29300 29248 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 16 0 88822903 1590538240 42823 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29309] ppid=29298 vsize=1553260 CPUtime=1.99
/proc/29300/task/29309/stat : 29309 (java) S 29298 29300 29248 0 -1 4202560 7510 0 0 0 195 4 0 0 15 0 16 0 88822903 1590538240 42823 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 1 0 0 0
[pid=29300/tid=29310] ppid=29298 vsize=1553260 CPUtime=2.44
/proc/29300/task/29310/stat : 29310 (java) S 29298 29300 29248 0 -1 4202560 7446 0 0 0 241 3 0 0 16 0 16 0 88822903 1590538240 42823 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29311] ppid=29298 vsize=1553260 CPUtime=0
/proc/29300/task/29311/stat : 29311 (java) S 29298 29300 29248 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 88822903 1590538240 42823 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29312] ppid=29298 vsize=1553260 CPUtime=0
/proc/29300/task/29312/stat : 29312 (java) S 29298 29300 29248 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 88822903 1590538240 42823 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 1 0 0 0
[pid=29300/tid=29313] ppid=29298 vsize=1553260 CPUtime=2.41
/proc/29300/task/29313/stat : 29313 (java) S 29298 29300 29248 0 -1 4202560 9451 0 0 0 237 4 0 0 25 0 16 0 88823021 1590538240 42823 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 1 0 0 1
[pid=29300/tid=29314] ppid=29298 vsize=1553260 CPUtime=1.89
/proc/29300/task/29314/stat : 29314 (java) S 29298 29300 29248 0 -1 4202560 13540 0 0 0 184 5 0 0 25 0 16 0 88823021 1590538240 42823 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29315] ppid=29298 vsize=1553260 CPUtime=0
/proc/29300/task/29315/stat : 29315 (java) S 29298 29300 29248 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 88823025 1590538240 42823 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29316] ppid=29298 vsize=1553260 CPUtime=0
/proc/29300/task/29316/stat : 29316 (java) S 29298 29300 29248 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 16 0 88823025 1590538240 42823 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.17
Current children cumulated vsize (KiB) 1553260

[startup+12.7019 s]
/proc/loadavg: 0.64 0.15 0.05 3/121 29316
/proc/meminfo: memFree=1601828/2059040 swapFree=4135616/4192956
[pid=29300] ppid=29298 vsize=1544276 CPUtime=22.54
/proc/29300/stat : 29300 (java) S 29298 29300 29248 0 -1 4202496 62648 0 108 0 2223 31 0 0 18 0 16 0 88822798 1581338624 50158 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 77
/proc/29300/statm: 386069 50158 1450 10 0 383372 0
[pid=29300/tid=29302] ppid=29298 vsize=1544276 CPUtime=1.19
/proc/29300/task/29302/stat : 29302 (java) S 29298 29300 29248 0 -1 4202560 9072 0 60 0 113 6 0 0 17 0 16 0 88822880 1581338624 50158 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 15
[pid=29300/tid=29303] ppid=29298 vsize=1544276 CPUtime=0.17
/proc/29300/task/29303/stat : 29303 (java) S 29298 29300 29248 0 -1 4202560 2668 0 0 0 16 1 0 0 16 0 16 0 88822891 1581338624 50158 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29304] ppid=29298 vsize=1544276 CPUtime=0.16
/proc/29300/task/29304/stat : 29304 (java) S 29298 29300 29248 0 -1 4202560 2818 0 0 0 15 1 0 0 15 0 16 0 88822891 1581338624 50158 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 1 0 0 0
[pid=29300/tid=29305] ppid=29298 vsize=1544276 CPUtime=0.4
/proc/29300/task/29305/stat : 29305 (java) S 29298 29300 29248 0 -1 4202560 2138 0 0 0 39 1 0 0 16 0 16 0 88822894 1581338624 50158 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 0 0 16800975 18446604437545494656 0 0 -1 1 0 0 0
[pid=29300/tid=29306] ppid=29298 vsize=1544276 CPUtime=0
/proc/29300/task/29306/stat : 29306 (java) S 29298 29300 29248 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 88822894 1581338624 50158 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29307] ppid=29298 vsize=1544276 CPUtime=0
/proc/29300/task/29307/stat : 29307 (java) S 29298 29300 29248 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 88822894 1581338624 50158 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29308] ppid=29298 vsize=1544276 CPUtime=0
/proc/29300/task/29308/stat : 29308 (java) S 29298 29300 29248 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 16 0 88822903 1581338624 50158 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29309] ppid=29298 vsize=1544276 CPUtime=3.16
/proc/29300/task/29309/stat : 29309 (java) S 29298 29300 29248 0 -1 4202560 9369 0 0 0 312 4 0 0 15 0 16 0 88822903 1581338624 50158 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29310] ppid=29298 vsize=1544276 CPUtime=2.62
/proc/29300/task/29310/stat : 29310 (java) S 29298 29300 29248 0 -1 4202560 7450 0 0 0 259 3 0 0 16 0 16 0 88822903 1581338624 50158 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 1 0 0 0
[pid=29300/tid=29311] ppid=29298 vsize=1544276 CPUtime=0
/proc/29300/task/29311/stat : 29311 (java) S 29298 29300 29248 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 88822903 1581338624 50158 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29312] ppid=29298 vsize=1544276 CPUtime=0
/proc/29300/task/29312/stat : 29312 (java) S 29298 29300 29248 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 88822903 1581338624 50158 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29313] ppid=29298 vsize=1544276 CPUtime=7.51
/proc/29300/task/29313/stat : 29313 (java) R 29298 29300 29248 0 -1 4202560 11231 0 0 0 746 5 0 0 19 0 16 0 88823021 1581338624 50158 1992294400 134512640 134550932 4289593472 18446744073709551615 4109911199 0 4 0 16800975 0 0 0 -1 0 0 0 1
[pid=29300/tid=29314] ppid=29298 vsize=1544276 CPUtime=7.24
/proc/29300/task/29314/stat : 29314 (java) R 29298 29300 29248 0 -1 4202560 16878 0 0 0 718 6 0 0 25 0 16 0 88823021 1581338624 50158 1992294400 134512640 134550932 4289593472 18446744073709551615 4109787252 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29300/tid=29315] ppid=29298 vsize=1544276 CPUtime=0
/proc/29300/task/29315/stat : 29315 (java) S 29298 29300 29248 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 88823025 1581338624 50158 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29316] ppid=29298 vsize=1544276 CPUtime=0
/proc/29300/task/29316/stat : 29316 (java) S 29298 29300 29248 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 16 0 88823025 1581338624 50158 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 22.54
Current children cumulated vsize (KiB) 1544276

[startup+25.5022 s]
/proc/loadavg: 0.85 0.21 0.07 4/121 29318
/proc/meminfo: memFree=1600092/2059040 swapFree=4135616/4192956
[pid=29300] ppid=29298 vsize=1544276 CPUtime=46.73
/proc/29300/stat : 29300 (java) S 29298 29300 29248 0 -1 4202496 64523 0 108 0 4639 34 0 0 18 0 16 0 88822798 1581338624 51889 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 77
/proc/29300/statm: 386069 51889 1451 10 0 383372 0
[pid=29300/tid=29302] ppid=29298 vsize=1544276 CPUtime=1.2
/proc/29300/task/29302/stat : 29302 (java) S 29298 29300 29248 0 -1 4202560 9072 0 60 0 114 6 0 0 15 0 16 0 88822880 1581338624 51889 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 1 0 0 15
[pid=29300/tid=29303] ppid=29298 vsize=1544276 CPUtime=0.31
/proc/29300/task/29303/stat : 29303 (java) S 29298 29300 29248 0 -1 4202560 3262 0 0 0 29 2 0 0 16 0 16 0 88822891 1581338624 51889 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 1 0 0 0
[pid=29300/tid=29304] ppid=29298 vsize=1544276 CPUtime=0.31
/proc/29300/task/29304/stat : 29304 (java) S 29298 29300 29248 0 -1 4202560 3792 0 0 0 29 2 0 0 15 0 16 0 88822891 1581338624 51889 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 1 0 0 0
[pid=29300/tid=29305] ppid=29298 vsize=1544276 CPUtime=1.04
/proc/29300/task/29305/stat : 29305 (java) S 29298 29300 29248 0 -1 4202560 2427 0 0 0 103 1 0 0 16 0 16 0 88822894 1581338624 51889 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 0 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29306] ppid=29298 vsize=1544276 CPUtime=0

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

/proc/29300/stat : 29300 (java) S 29298 29300 29248 0 -1 4202496 76679 0 108 0 55882 60 0 0 18 0 16 0 88822798 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 77
/proc/29300/statm: 386069 63179 1451 10 0 383372 0
[pid=29300/tid=29302] ppid=29298 vsize=1544276 CPUtime=1.22
/proc/29300/task/29302/stat : 29302 (java) S 29298 29300 29248 0 -1 4202560 9076 0 60 0 116 6 0 0 17 0 16 0 88822880 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 15
[pid=29300/tid=29303] ppid=29298 vsize=1544276 CPUtime=4.36
/proc/29300/task/29303/stat : 29303 (java) S 29298 29300 29248 0 -1 4202560 8236 0 0 0 425 11 0 0 16 0 16 0 88822891 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 1 0 0 0
[pid=29300/tid=29304] ppid=29298 vsize=1544276 CPUtime=4.36
/proc/29300/task/29304/stat : 29304 (java) S 29298 29300 29248 0 -1 4202560 8954 0 0 0 427 9 0 0 16 0 16 0 88822891 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29305] ppid=29298 vsize=1544276 CPUtime=14.28
/proc/29300/task/29305/stat : 29305 (java) S 29298 29300 29248 0 -1 4202560 4032 0 0 0 1422 6 0 0 15 0 16 0 88822894 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 0 0 16800975 18446604437545494656 0 0 -1 1 0 0 0
[pid=29300/tid=29306] ppid=29298 vsize=1544276 CPUtime=0
/proc/29300/task/29306/stat : 29306 (java) S 29298 29300 29248 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 88822894 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29307] ppid=29298 vsize=1544276 CPUtime=0
/proc/29300/task/29307/stat : 29307 (java) S 29298 29300 29248 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 88822894 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29308] ppid=29298 vsize=1544276 CPUtime=0
/proc/29300/task/29308/stat : 29308 (java) S 29298 29300 29248 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 16 0 88822903 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29309] ppid=29298 vsize=1544276 CPUtime=3.96
/proc/29300/task/29309/stat : 29309 (java) S 29298 29300 29248 0 -1 4202560 9410 0 0 0 392 4 0 0 15 0 16 0 88822903 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 1 0 0 0
[pid=29300/tid=29310] ppid=29298 vsize=1544276 CPUtime=2.69
/proc/29300/task/29310/stat : 29310 (java) S 29298 29300 29248 0 -1 4202560 7450 0 0 0 266 3 0 0 15 0 16 0 88822903 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 1 0 0 0
[pid=29300/tid=29311] ppid=29298 vsize=1544276 CPUtime=0
/proc/29300/task/29311/stat : 29311 (java) S 29298 29300 29248 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 88822903 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29312] ppid=29298 vsize=1544276 CPUtime=0
/proc/29300/task/29312/stat : 29312 (java) S 29298 29300 29248 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 16 0 88822903 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29315] ppid=29298 vsize=1544276 CPUtime=0
/proc/29300/task/29315/stat : 29315 (java) S 29298 29300 29248 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 88823025 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29316] ppid=29298 vsize=1544276 CPUtime=0
/proc/29300/task/29316/stat : 29316 (java) S 29298 29300 29248 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 16 0 88823025 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 559.42
Current children cumulated vsize (KiB) 1544276

[startup+295.102 s]
/proc/loadavg: 1.93 1.26 0.54 1/119 29338
/proc/meminfo: memFree=1554476/2059040 swapFree=4135616/4192956
[pid=29300] ppid=29298 vsize=1544276 CPUtime=559.72
/proc/29300/stat : 29300 (java) S 29298 29300 29248 0 -1 4202496 76680 0 108 0 55912 60 0 0 18 0 14 0 88822798 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 77
/proc/29300/statm: 386069 63179 1451 10 0 383372 0
[pid=29300/tid=29302] ppid=29298 vsize=1544276 CPUtime=1.29
/proc/29300/task/29302/stat : 29302 (java) R 29298 29300 29248 0 -1 4202560 9076 0 60 0 123 6 0 0 16 0 14 0 88822880 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4109755672 0 4 0 16800975 0 0 0 -1 0 0 0 15
[pid=29300/tid=29303] ppid=29298 vsize=1544276 CPUtime=4.36
/proc/29300/task/29303/stat : 29303 (java) S 29298 29300 29248 0 -1 4202560 8236 0 0 0 425 11 0 0 16 0 14 0 88822891 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 1 0 0 0
[pid=29300/tid=29304] ppid=29298 vsize=1544276 CPUtime=4.36
/proc/29300/task/29304/stat : 29304 (java) S 29298 29300 29248 0 -1 4202560 8954 0 0 0 427 9 0 0 16 0 14 0 88822891 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29305] ppid=29298 vsize=1544276 CPUtime=14.28
/proc/29300/task/29305/stat : 29305 (java) S 29298 29300 29248 0 -1 4202560 4032 0 0 0 1422 6 0 0 15 0 14 0 88822894 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 0 0 16800975 18446604437545494656 0 0 -1 1 0 0 0
[pid=29300/tid=29306] ppid=29298 vsize=1544276 CPUtime=0
/proc/29300/task/29306/stat : 29306 (java) S 29298 29300 29248 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 88822894 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29307] ppid=29298 vsize=1544276 CPUtime=0
/proc/29300/task/29307/stat : 29307 (java) S 29298 29300 29248 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 14 0 88822894 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29308] ppid=29298 vsize=1544276 CPUtime=0
/proc/29300/task/29308/stat : 29308 (java) S 29298 29300 29248 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 14 0 88822903 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29309] ppid=29298 vsize=1544276 CPUtime=3.96
/proc/29300/task/29309/stat : 29309 (java) S 29298 29300 29248 0 -1 4202560 9410 0 0 0 392 4 0 0 15 0 14 0 88822903 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 1 0 0 0
[pid=29300/tid=29310] ppid=29298 vsize=1544276 CPUtime=2.69
/proc/29300/task/29310/stat : 29310 (java) S 29298 29300 29248 0 -1 4202560 7450 0 0 0 266 3 0 0 15 0 14 0 88822903 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 1 0 0 0
[pid=29300/tid=29311] ppid=29298 vsize=1544276 CPUtime=0
/proc/29300/task/29311/stat : 29311 (java) S 29298 29300 29248 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 88822903 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29312] ppid=29298 vsize=1544276 CPUtime=0
/proc/29300/task/29312/stat : 29312 (java) S 29298 29300 29248 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 14 0 88822903 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29315] ppid=29298 vsize=1544276 CPUtime=0
/proc/29300/task/29315/stat : 29315 (java) S 29298 29300 29248 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 88823025 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29316] ppid=29298 vsize=1544276 CPUtime=0
/proc/29300/task/29316/stat : 29316 (java) S 29298 29300 29248 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 14 0 88823025 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 559.72
Current children cumulated vsize (KiB) 1544276

[startup+295.502 s]
/proc/loadavg: 1.93 1.26 0.54 1/119 29338
/proc/meminfo: memFree=1554476/2059040 swapFree=4135616/4192956
[pid=29300] ppid=29298 vsize=1544276 CPUtime=560.14
/proc/29300/stat : 29300 (java) S 29298 29300 29248 0 -1 4202496 76680 0 108 0 55954 60 0 0 18 0 14 0 88822798 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 77
/proc/29300/statm: 386069 63179 1451 10 0 383372 0
[pid=29300/tid=29302] ppid=29298 vsize=1544276 CPUtime=1.69
/proc/29300/task/29302/stat : 29302 (java) R 29298 29300 29248 0 -1 4202560 9076 0 60 0 163 6 0 0 16 0 14 0 88822880 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4109395724 0 4 0 16800975 0 0 0 -1 0 0 0 15
[pid=29300/tid=29303] ppid=29298 vsize=1544276 CPUtime=4.36
/proc/29300/task/29303/stat : 29303 (java) S 29298 29300 29248 0 -1 4202560 8236 0 0 0 425 11 0 0 16 0 14 0 88822891 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 1 0 0 0
[pid=29300/tid=29304] ppid=29298 vsize=1544276 CPUtime=4.36
/proc/29300/task/29304/stat : 29304 (java) S 29298 29300 29248 0 -1 4202560 8954 0 0 0 427 9 0 0 16 0 14 0 88822891 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29305] ppid=29298 vsize=1544276 CPUtime=14.28
/proc/29300/task/29305/stat : 29305 (java) S 29298 29300 29248 0 -1 4202560 4032 0 0 0 1422 6 0 0 15 0 14 0 88822894 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 0 0 16800975 18446604437545494656 0 0 -1 1 0 0 0
[pid=29300/tid=29306] ppid=29298 vsize=1544276 CPUtime=0
/proc/29300/task/29306/stat : 29306 (java) S 29298 29300 29248 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 88822894 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29307] ppid=29298 vsize=1544276 CPUtime=0
/proc/29300/task/29307/stat : 29307 (java) S 29298 29300 29248 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 14 0 88822894 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29308] ppid=29298 vsize=1544276 CPUtime=0
/proc/29300/task/29308/stat : 29308 (java) S 29298 29300 29248 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 14 0 88822903 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29309] ppid=29298 vsize=1544276 CPUtime=3.98
/proc/29300/task/29309/stat : 29309 (java) S 29298 29300 29248 0 -1 4202560 9410 0 0 0 394 4 0 0 15 0 14 0 88822903 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 1 0 0 0
[pid=29300/tid=29310] ppid=29298 vsize=1544276 CPUtime=2.69
/proc/29300/task/29310/stat : 29310 (java) S 29298 29300 29248 0 -1 4202560 7450 0 0 0 266 3 0 0 15 0 14 0 88822903 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 1 0 0 0
[pid=29300/tid=29311] ppid=29298 vsize=1544276 CPUtime=0
/proc/29300/task/29311/stat : 29311 (java) S 29298 29300 29248 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 88822903 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29312] ppid=29298 vsize=1544276 CPUtime=0
/proc/29300/task/29312/stat : 29312 (java) S 29298 29300 29248 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 14 0 88822903 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29315] ppid=29298 vsize=1544276 CPUtime=0
/proc/29300/task/29315/stat : 29315 (java) S 29298 29300 29248 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 88823025 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29316] ppid=29298 vsize=1544276 CPUtime=0
/proc/29300/task/29316/stat : 29316 (java) S 29298 29300 29248 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 14 0 88823025 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 560.14
Current children cumulated vsize (KiB) 1544276

[startup+295.909 s]
/proc/loadavg: 1.93 1.26 0.54 2/119 29338
/proc/meminfo: memFree=1554476/2059040 swapFree=4135616/4192956
[pid=29300] ppid=29298 vsize=1544276 CPUtime=560.55
/proc/29300/stat : 29300 (java) S 29298 29300 29248 0 -1 4202496 76680 0 108 0 55995 60 0 0 18 0 14 0 88822798 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 77
/proc/29300/statm: 386069 63179 1451 10 0 383372 0
[pid=29300/tid=29302] ppid=29298 vsize=1544276 CPUtime=2.1
/proc/29300/task/29302/stat : 29302 (java) R 29298 29300 29248 0 -1 4202560 9076 0 60 0 204 6 0 0 16 0 14 0 88822880 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4110565651 0 4 0 16800975 0 0 0 -1 1 0 0 15
[pid=29300/tid=29303] ppid=29298 vsize=1544276 CPUtime=4.36
/proc/29300/task/29303/stat : 29303 (java) S 29298 29300 29248 0 -1 4202560 8236 0 0 0 425 11 0 0 16 0 14 0 88822891 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 1 0 0 0
[pid=29300/tid=29304] ppid=29298 vsize=1544276 CPUtime=4.36
/proc/29300/task/29304/stat : 29304 (java) S 29298 29300 29248 0 -1 4202560 8954 0 0 0 427 9 0 0 16 0 14 0 88822891 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29305] ppid=29298 vsize=1544276 CPUtime=14.28
/proc/29300/task/29305/stat : 29305 (java) S 29298 29300 29248 0 -1 4202560 4032 0 0 0 1422 6 0 0 15 0 14 0 88822894 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 0 0 16800975 18446604437545494656 0 0 -1 1 0 0 0
[pid=29300/tid=29306] ppid=29298 vsize=1544276 CPUtime=0
/proc/29300/task/29306/stat : 29306 (java) S 29298 29300 29248 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 88822894 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29307] ppid=29298 vsize=1544276 CPUtime=0
/proc/29300/task/29307/stat : 29307 (java) S 29298 29300 29248 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 14 0 88822894 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29308] ppid=29298 vsize=1544276 CPUtime=0
/proc/29300/task/29308/stat : 29308 (java) S 29298 29300 29248 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 14 0 88822903 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29309] ppid=29298 vsize=1544276 CPUtime=3.98
/proc/29300/task/29309/stat : 29309 (java) S 29298 29300 29248 0 -1 4202560 9410 0 0 0 394 4 0 0 15 0 14 0 88822903 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 1 0 0 0
[pid=29300/tid=29310] ppid=29298 vsize=1544276 CPUtime=2.69
/proc/29300/task/29310/stat : 29310 (java) S 29298 29300 29248 0 -1 4202560 7450 0 0 0 266 3 0 0 15 0 14 0 88822903 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 1 0 0 0
[pid=29300/tid=29311] ppid=29298 vsize=1544276 CPUtime=0
/proc/29300/task/29311/stat : 29311 (java) S 29298 29300 29248 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 88822903 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29312] ppid=29298 vsize=1544276 CPUtime=0
/proc/29300/task/29312/stat : 29312 (java) S 29298 29300 29248 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 14 0 88822903 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29315] ppid=29298 vsize=1544276 CPUtime=0
/proc/29300/task/29315/stat : 29315 (java) S 29298 29300 29248 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 88823025 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29316] ppid=29298 vsize=1544276 CPUtime=0
/proc/29300/task/29316/stat : 29316 (java) S 29298 29300 29248 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 14 0 88823025 1581338624 63179 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 560.55
Current children cumulated vsize (KiB) 1544276

[startup+296.001 s]
/proc/loadavg: 1.93 1.26 0.54 2/119 29338
/proc/meminfo: memFree=1554476/2059040 swapFree=4135616/4192956
[pid=29300] ppid=29298 vsize=1544276 CPUtime=560.64
/proc/29300/stat : 29300 (java) S 29298 29300 29248 0 -1 4202496 76682 0 108 0 56004 60 0 0 18 0 15 0 88822798 1581338624 63181 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 77
/proc/29300/statm: 386069 63181 1451 10 0 383372 0
[pid=29300/tid=29302] ppid=29298 vsize=1544276 CPUtime=2.18
/proc/29300/task/29302/stat : 29302 (java) S 29298 29300 29248 0 -1 4202560 9077 0 60 0 212 6 0 0 18 0 15 0 88822880 1581338624 63181 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 15
[pid=29300/tid=29303] ppid=29298 vsize=1544276 CPUtime=4.36
/proc/29300/task/29303/stat : 29303 (java) S 29298 29300 29248 0 -1 4202560 8236 0 0 0 425 11 0 0 16 0 15 0 88822891 1581338624 63181 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 1 0 0 0
[pid=29300/tid=29304] ppid=29298 vsize=1544276 CPUtime=4.36
/proc/29300/task/29304/stat : 29304 (java) S 29298 29300 29248 0 -1 4202560 8954 0 0 0 427 9 0 0 16 0 15 0 88822891 1581338624 63181 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29305] ppid=29298 vsize=1544276 CPUtime=14.28
/proc/29300/task/29305/stat : 29305 (java) S 29298 29300 29248 0 -1 4202560 4032 0 0 0 1422 6 0 0 15 0 15 0 88822894 1581338624 63181 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 0 0 16800975 18446604437545494656 0 0 -1 1 0 0 0
[pid=29300/tid=29306] ppid=29298 vsize=1544276 CPUtime=0
/proc/29300/task/29306/stat : 29306 (java) S 29298 29300 29248 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 15 0 88822894 1581338624 63181 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29307] ppid=29298 vsize=1544276 CPUtime=0
/proc/29300/task/29307/stat : 29307 (java) S 29298 29300 29248 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 15 0 88822894 1581338624 63181 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29308] ppid=29298 vsize=1544276 CPUtime=0
/proc/29300/task/29308/stat : 29308 (java) S 29298 29300 29248 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 15 0 88822903 1581338624 63181 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29309] ppid=29298 vsize=1544276 CPUtime=3.99
/proc/29300/task/29309/stat : 29309 (java) S 29298 29300 29248 0 -1 4202560 9410 0 0 0 395 4 0 0 15 0 15 0 88822903 1581338624 63181 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 1 0 0 0
[pid=29300/tid=29310] ppid=29298 vsize=1544276 CPUtime=2.69
/proc/29300/task/29310/stat : 29310 (java) S 29298 29300 29248 0 -1 4202560 7450 0 0 0 266 3 0 0 15 0 15 0 88822903 1581338624 63181 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 1 0 0 0
[pid=29300/tid=29311] ppid=29298 vsize=1544276 CPUtime=0
/proc/29300/task/29311/stat : 29311 (java) S 29298 29300 29248 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 88822903 1581338624 63181 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29312] ppid=29298 vsize=1544276 CPUtime=0
/proc/29300/task/29312/stat : 29312 (java) S 29298 29300 29248 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 15 0 88822903 1581338624 63181 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29315] ppid=29298 vsize=1544276 CPUtime=0
/proc/29300/task/29315/stat : 29315 (java) S 29298 29300 29248 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 15 0 88823025 1581338624 63181 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
[pid=29300/tid=29316] ppid=29298 vsize=1544276 CPUtime=0
/proc/29300/task/29316/stat : 29316 (java) S 29298 29300 29248 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 15 0 88823025 1581338624 63181 1992294400 134512640 134550932 4289593472 18446744073709551615 4294960144 0 4 0 16800975 18446604437545494656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 560.64
Current children cumulated vsize (KiB) 1544276

Child status: 30
Real time (s): 296.079
CPU time (s): 560.682
CPU user time (s): 560.045
CPU system time (s): 0.636903
CPU usage (%): 189.369
Max. virtual memory (cumulated for all children) (KiB): 1555288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 560.045
system time used= 0.636903
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76688
page faults= 108
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11575
involuntary context switches= 16542

runsolver used 1.20582 second user time and 3.44248 second system time

The end

Launcher Data

Begin job on node084 at 2010-06-25 16:14:50
IDJOB=2681235
IDBENCH=72484
IDSOLVER=1166
FILE ID=node084/2681235-1277475289
PBS_JOBID= 11190484
Free space on /tmp= 62456 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB10/normalized-PB10/OPT-SMALLINT-NLC/oren/keeloq_tasca_instances/normalized-90_rounds_5_errors.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2681235-1277475289/watcher-2681235-1277475289 -o /tmp/evaluation-result-2681235-1277475289/solver-2681235-1277475289 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2681235-1277475289.opb

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

MD5SUM BENCH= 06d341d0af76f66d4946a3c264573060
RANDOM SEED=512940650

node084.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.229
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.45
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.229
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.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1816148 kB
Buffers:         29692 kB
Cached:         115388 kB
SwapCached:       9832 kB
Active:          64364 kB
Inactive:        93572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1816148 kB
SwapTotal:     4192956 kB
SwapFree:      4135616 kB
Dirty:             640 kB
Writeback:           0 kB
AnonPages:       11588 kB
Mapped:           8328 kB
Slab:            63244 kB
PageTables:       4160 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181500 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= 62456 MiB
End job on node084 at 2010-06-25 16:19:46