Trace number 3735139

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31SAT (TO)55 1800.16 902.435

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_10.opb
MD5SUMdd415565c40b70127defa3137ccd18d3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark334.51
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 55
Optimality of the best value was proved YES
Number of variables895
Total number of constraints1660
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1659
Minimum length of a constraint1
Maximum length of a constraint29
Number of terms in the objective function 7
Biggest coefficient in the objective function 45
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 108
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 144
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 741
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.2.0.v20100531
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.06/0.08	c Free memory 		1349517296
0.06/0.08	c Max memory 		1356595200
0.06/0.08	c Total memory 		1356595200
0.06/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	
0.09/0.11	c solving HOME/instance-3735139-1338747679.opb
0.09/0.11	c reading problem ... 
0.88/0.47	c ... done. Wall clock time 0.363s.
0.88/0.47	c #vars     895
0.88/0.47	c #constraints  1660
0.88/0.47	c constraints type 
0.88/0.47	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1659
0.88/0.47	c constraints type 
0.88/0.47	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1659
3.56/1.35	c And the winner is Resolution
3.69/1.47	c SATISFIABLE
3.69/1.47	c OPTIMIZING...
3.69/1.47	c Got one! Elapsed wall clock time (in seconds):1.365
3.69/1.47	o 102
4.59/1.92	c And the winner is Resolution
4.65/2.47	c Got one! Elapsed wall clock time (in seconds):2.367
4.65/2.47	o 78
5.63/2.99	c And the winner is CuttingPlanes
5.83/3.47	c Got one! Elapsed wall clock time (in seconds):3.368
5.83/3.47	o 76
10.14/5.57	c And the winner is CuttingPlanes
10.28/6.48	c Got one! Elapsed wall clock time (in seconds):6.369
10.28/6.48	o 75
10.72/6.79	c cleaning 2496 clauses out of 5000 with flag 5000/5000
12.39/7.39	c And the winner is Resolution
12.65/7.48	c Got one! Elapsed wall clock time (in seconds):7.37
12.65/7.48	o 74
16.11/9.21	c And the winner is Resolution
16.15/9.48	c Got one! Elapsed wall clock time (in seconds):9.371
16.15/9.48	o 68
21.44/12.12	c cleaning 4252 clauses out of 8503 with flag 11000/11000
23.40/13.18	c And the winner is CuttingPlanes
23.55/13.48	c Got one! Elapsed wall clock time (in seconds):13.372
23.55/13.48	o 67
29.45/16.47	c And the winner is Resolution
29.60/17.48	c Got one! Elapsed wall clock time (in seconds):17.373
29.60/17.48	o 66
29.64/17.56	c cleaning 0 clauses out of 5000 with flag 0/5000
33.63/19.42	c cleaning 5619 clauses out of 11250 with flag 18000/18000
36.44/20.85	c And the winner is CuttingPlanes
36.53/21.50	c Got one! Elapsed wall clock time (in seconds):21.388
36.53/21.50	o 65
46.97/26.72	c cleaning 6815 clauses out of 13630 with flag 26000/26000
60.22/33.37	c And the winner is Resolution
60.35/33.50	c Got one! Elapsed wall clock time (in seconds):33.39
60.35/33.50	o 64
62.56/34.69	c cleaning 7901 clauses out of 15816 with flag 35001/35001
80.81/43.70	c cleaning 8954 clauses out of 17914 with flag 45001/45001
97.90/52.28	c cleaning 9475 clauses out of 18959 with flag 55000/55000
115.52/61.09	c cleaning 9736 clauses out of 19485 with flag 65001/65001
118.27/62.44	c cleaning 0 clauses out of 11003 with flag 0/11003
134.34/70.47	c cleaning 9874 clauses out of 19748 with flag 75000/75000
153.00/79.72	c cleaning 9930 clauses out of 19875 with flag 85001/85001
171.70/89.03	c cleaning 9965 clauses out of 19945 with flag 95001/95001
175.07/90.74	c And the winner is Resolution
174.95/91.55	c Got one! Elapsed wall clock time (in seconds):91.445
174.95/91.55	o 63
190.73/99.44	c cleaning 9982 clauses out of 19980 with flag 105001/105001
210.06/109.07	c cleaning 9991 clauses out of 19997 with flag 115000/115000
228.97/118.43	c cleaning 9990 clauses out of 20005 with flag 125000/125000
247.06/127.49	c cleaning 10007 clauses out of 20017 with flag 135002/135002
264.99/136.38	c cleaning 9995 clauses out of 20008 with flag 145000/145000
285.09/146.39	c cleaning 10002 clauses out of 20013 with flag 155000/155000
304.26/155.85	c cleaning 9998 clauses out of 20011 with flag 165000/165000
318.07/162.77	c cleaning 0 clauses out of 18000 with flag 0/18000
320.62/164.01	c cleaning 9996 clauses out of 20014 with flag 175001/175001
337.74/172.55	c cleaning 10004 clauses out of 20017 with flag 185000/185000
353.64/180.42	c cleaning 9999 clauses out of 20013 with flag 195000/195000
368.89/188.01	c And the winner is Resolution
368.54/188.65	c Got one! Elapsed wall clock time (in seconds):188.543
368.54/188.65	o 61
372.51/190.68	c cleaning 10003 clauses out of 20014 with flag 205000/205000
391.43/200.04	c cleaning 10000 clauses out of 20011 with flag 215000/215000
407.75/208.14	c cleaning 10004 clauses out of 20011 with flag 225000/225000
424.85/216.61	c cleaning 9995 clauses out of 20008 with flag 235001/235001
443.73/226.08	c cleaning 10003 clauses out of 20013 with flag 245001/245001
460.62/234.49	c cleaning 9994 clauses out of 20010 with flag 255001/255001
478.52/243.32	c cleaning 10002 clauses out of 20015 with flag 265000/265000
496.04/252.05	c cleaning 9999 clauses out of 20013 with flag 275000/275000
512.46/260.29	c cleaning 10001 clauses out of 20014 with flag 285000/285000
528.33/268.14	c cleaning 10001 clauses out of 20013 with flag 295000/295000
544.63/276.25	c cleaning 10000 clauses out of 20012 with flag 305000/305000
561.70/284.70	c cleaning 10002 clauses out of 20012 with flag 315000/315000
578.51/293.16	c cleaning 10005 clauses out of 20010 with flag 325000/325000
596.62/302.10	c cleaning 10001 clauses out of 20005 with flag 335000/335000
613.57/310.51	c cleaning 9998 clauses out of 20004 with flag 345000/345000
630.66/319.04	c cleaning 10005 clauses out of 20010 with flag 355004/355004
647.70/327.53	c cleaning 9993 clauses out of 20001 with flag 365000/365000
664.59/335.91	c cleaning 10002 clauses out of 20008 with flag 375000/375000
681.53/344.37	c cleaning 9995 clauses out of 20008 with flag 385002/385002
697.64/352.35	c cleaning 10000 clauses out of 20011 with flag 395000/395000
717.30/362.11	c cleaning 10003 clauses out of 20011 with flag 405000/405000
732.64/369.71	c cleaning 0 clauses out of 26000 with flag 0/26000
733.34/370.15	c And the winner is Resolution
732.75/370.91	c Got one! Elapsed wall clock time (in seconds):370.8
732.75/370.91	o 60
736.15/372.66	c cleaning 10000 clauses out of 20008 with flag 415001/415001
753.46/381.28	c cleaning 10000 clauses out of 20007 with flag 425000/425000
772.29/390.63	c cleaning 9997 clauses out of 20007 with flag 435000/435000
789.37/399.13	c cleaning 9994 clauses out of 20010 with flag 445000/445000
806.24/407.52	c cleaning 10000 clauses out of 20017 with flag 455001/455001
822.30/415.52	c cleaning 10007 clauses out of 20017 with flag 465001/465001
838.51/423.61	c cleaning 9999 clauses out of 20009 with flag 475000/475000
855.21/431.95	c cleaning 10000 clauses out of 20010 with flag 485000/485000
874.37/441.41	c cleaning 9991 clauses out of 20010 with flag 495000/495000
892.31/450.37	c cleaning 10001 clauses out of 20020 with flag 505001/505001
905.52/456.91	c And the winner is Resolution
905.32/457.92	c Got one! Elapsed wall clock time (in seconds):457.812
905.32/457.92	o 58
909.92/460.26	c cleaning 10001 clauses out of 20018 with flag 515000/515000
928.39/469.48	c cleaning 10009 clauses out of 20019 with flag 525002/525002
945.73/478.09	c cleaning 9999 clauses out of 20008 with flag 535000/535000
963.41/486.86	c cleaning 10001 clauses out of 20009 with flag 545000/545000
982.14/496.17	c cleaning 9996 clauses out of 20008 with flag 555000/555000
999.85/504.92	c cleaning 10001 clauses out of 20012 with flag 565000/565000
1016.78/513.39	c cleaning 9998 clauses out of 20012 with flag 575001/575001
1032.46/521.18	c cleaning 9997 clauses out of 20013 with flag 585000/585000
1050.55/530.13	c cleaning 10001 clauses out of 20018 with flag 595002/595002
1067.62/538.67	c cleaning 10001 clauses out of 20016 with flag 605001/605001
1085.35/547.48	c cleaning 9999 clauses out of 20014 with flag 615000/615000
1102.91/556.12	c cleaning 9999 clauses out of 20015 with flag 625000/625000
1120.91/565.14	c cleaning 10003 clauses out of 20017 with flag 635001/635001
1140.27/574.75	c cleaning 9995 clauses out of 20013 with flag 645000/645000
1156.58/582.86	c cleaning 10000 clauses out of 20019 with flag 655001/655001
1174.75/591.81	c cleaning 10006 clauses out of 20020 with flag 665002/665002
1193.00/600.98	c cleaning 10001 clauses out of 20013 with flag 675001/675001
1210.35/609.58	c cleaning 9999 clauses out of 20011 with flag 685000/685000
1227.28/617.92	c cleaning 10000 clauses out of 20014 with flag 695002/695002
1243.80/626.10	c cleaning 9997 clauses out of 20012 with flag 705000/705000
1260.63/634.55	c cleaning 10002 clauses out of 20016 with flag 715001/715001
1277.13/642.75	c cleaning 10003 clauses out of 20015 with flag 725002/725002
1294.69/651.49	c cleaning 9999 clauses out of 20010 with flag 735000/735000
1313.23/660.65	c cleaning 10002 clauses out of 20011 with flag 745000/745000
1323.40/665.70	c cleaning 0 clauses out of 35000 with flag 0/35000
1331.26/669.67	c cleaning 9998 clauses out of 20009 with flag 755000/755000
1350.45/679.18	c cleaning 9999 clauses out of 20012 with flag 765001/765001
1369.15/688.49	c cleaning 10003 clauses out of 20012 with flag 775000/775000
1388.60/698.16	c cleaning 9997 clauses out of 20009 with flag 785000/785000
1408.77/708.17	c cleaning 10000 clauses out of 20013 with flag 795001/795001
1428.08/717.74	c cleaning 10003 clauses out of 20014 with flag 805002/805002
1447.27/727.27	c cleaning 9998 clauses out of 20009 with flag 815000/815000
1467.94/737.52	c cleaning 9995 clauses out of 20011 with flag 825000/825000
1488.13/747.50	c cleaning 10005 clauses out of 20018 with flag 835002/835002
1508.13/757.40	c cleaning 10002 clauses out of 20013 with flag 845002/845002
1526.91/766.77	c cleaning 9998 clauses out of 20009 with flag 855000/855000
1545.15/775.80	c cleaning 9999 clauses out of 20012 with flag 865001/865001
1564.53/785.48	c cleaning 9999 clauses out of 20012 with flag 875000/875000
1583.12/794.65	c cleaning 10000 clauses out of 20014 with flag 885001/885001
1602.09/804.09	c cleaning 10001 clauses out of 20014 with flag 895001/895001
1620.31/813.19	c cleaning 9998 clauses out of 20012 with flag 905000/905000
1638.29/822.05	c cleaning 9999 clauses out of 20015 with flag 915001/915001
1654.36/830.01	c And the winner is Resolution
1652.90/830.82	c Got one! Elapsed wall clock time (in seconds):830.716
1652.90/830.82	o 55
1654.28/831.52	c cleaning 10005 clauses out of 20017 with flag 925002/925002
1673.67/841.14	c cleaning 9992 clauses out of 20010 with flag 935000/935000
1691.97/850.21	c cleaning 10003 clauses out of 20018 with flag 945000/945000
1709.52/858.97	c cleaning 9998 clauses out of 20015 with flag 955000/955000
1726.66/867.48	c cleaning 9999 clauses out of 20017 with flag 965000/965000
1744.58/876.37	c cleaning 10006 clauses out of 20018 with flag 975000/975000
1762.16/885.09	c cleaning 10003 clauses out of 20012 with flag 985000/985000
1780.39/894.00	c cleaning 9999 clauses out of 20011 with flag 995002/995002
1797.34/902.41	c starts		: 197
1797.34/902.41	c conflicts		: 1004307
1797.34/902.41	c decisions		: 1113499
1797.34/902.41	c propagations		: 112969552
1797.34/902.41	c inspects		: 2343597488
1797.34/902.41	c learnt literals	: 6
1797.34/902.41	c learnt binary clauses	: 22
1797.34/902.41	c learnt ternary clauses	: 28
1797.34/902.41	c learnt clauses	: 1004300
1797.34/902.41	c ignored clauses	: 0
1797.34/902.41	c root simplifications	: 0
1797.34/902.41	c removed literals (reason simplification)	: 11173283
1797.34/902.41	c reason swapping (by a shorter reason)	: 0
1797.34/902.41	c Calls to reduceDB	: 101
1797.34/902.41	c number of reductions to clauses (during analyze)	: 0
1797.34/902.41	c number of learned constraints concerned by reduction	: 0
1797.34/902.41	c number of learning phase by resolution	: 0
1797.34/902.41	c number of learning phase by cutting planes	: 0
1797.34/902.41	c speed (assignments/second)	: 1578117.66431515
1797.34/902.41	c non guided choices	3302
1797.34/902.42	c learnt constraints type 
1797.34/902.42	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 19313
1797.34/902.42	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 22
1797.34/902.42	c constraints type 
1797.34/902.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1660
1797.34/902.42	c constraints type 
1797.34/902.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1660
1797.34/902.42	s SATISFIABLE
1797.34/902.42	v -x1 x2 -x3 x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 x21 x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 x30 -x31 -x32 -x33 -x34 x35 -x36 x37 x38 -x39 -x40 -x41 x42 x43 -x44 x45 -x46 -x47 -x48 x49 -x50 x51 x52 -x53 -x54 -x55 x56 -x57 x58 x59 -x60 -x61 -x62 x63 -x64 -x65 -x66 x67 -x68 -x69 x70 x71 x72 x73 x74 x75 x76 x77 x78 x79 x80 x81 x82 x83 x84 x85 x86 x87 x88 x89 x90 x91 x92 x93 x94 x95 x96 x97 x98 x99 x100 x101 x102 x103 x104 x105 x106 x107 x108 x109 x110 x111 x112 x113 x114 x115 x116 x117 x118 x119 x120 x121 x122 x123 x124 x125 x126 x127 x128 x129 x130 x131 x132 x133 x134 x135 x136 x137 x138 x139 x140 x141 x142 x143 x144 x145 x146 x147 x148 x149 x150 x151 x152 x153 x154 x155 x156 x157 x158 x159 x160 x161 x162 x163 x164 x165 x166 x167 x168 x169 x170 x171 x172 -x173 x174 x175 x176 x177 x178 x179 x180 x181 x182 x183 x184 x185 -x186 x187 x188 x189 x190 x191 x192 x193 x194 x195 x196 x197 x198 x199 -x200 x201 x202 x203 x204 x205 x206 x207 x208 x209 x210 x211 x212 x213 x214 x215 x216 x217 x218 x219 x220 x221 x222 x223 x224 -x225 x226 x227 x228 x229 -x230 x231 x232 x233 -x234 x235 x236 x237 x238 -x239 x240 x241 x242 x243 x244 x245 x246 x247 x248 x249 -x250 x251 x252 x253 x254 -x255 x256 x257 x258 x259 -x260 -x261 -x262 x263 x264 -x265 -x266 x267 x268 -x269 -x270 -x271 -x272 -x273 -x274 x275 x276 x277 x278 x279 x280 x281 x282 x283 x284 x285 x286 -x287 x288 x289 x290 -x291 -x292 x293 x294 -x295 -x296 x297 x298 -x299 -x300 -x301 -x302 -x303 -x304 x305 x306 x307 x308 x309 x310 x311 x312 x313 -x314 x315 x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 x329 x330 x331 x332 x333 x334 x335 x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 x346 x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 x355 x356 x357 x358 x359 x360 x361 x362 x363 x364 x365 x366 x367 x368 x369 x370 x371 x372 x373 x374 x375 x376 x377 x378 x379 x380 x381 x382 x383 x384 x385 x386 x387 x388 x389 x390 x391 x392 x393 x394 x395 x396 x397 -x398 x399 x400 x401 x402 x403 x404 x405 x406 x407 x408 x409 x410 -x411 x412 x413 x414 x415 x416 x417 x418 x419 x420 x421 x422 x423 x424 -x425 x426 x427 x428 x429 x430 x431 x432 x433 x434 x435 x436 x437 x438 x439 x440 x441 x442 x443 -x444 x445 x446 x447 x448 -x449 x450 x451 x452 -x453 x454 x455 x456 x457 -x458 x459 x460 x461 x462 x463 -x464 x465 x466 x467 x468 -x469 x470 x471 x472 x473 -x474 -x475 -x476 x477 x478 -x479 -x480 x481 x482 -x483 -x484 -x485 -x486 -x487 -x488 x489 x490 x491 x492 x493 x494 x495 x496 -x497 x498 x499 x500 -x501 -x502 x503 x504 -x505 -x506 x507 x508 -x509 -x510 -x511 -x512 -x513 -x514 x515 x516 x517 x518 x519 x520 -x521 x522 x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 x536 x537 x538 x539 x540 x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 x560 x561 x562 x563 x564 x565 x566 x567 x568 x569 x570 x571 -x572 x573 x574 x575 x576 x577 x578 x579 x580 x581 x582 x583 x584 x585 -x586 x587 x588 x589 x590 x591 x592 x593 x594 x595 x596 x597 x598 -x599 x600 x601 x602 x603 -x604 x605 x606 x607 -x608 x609 x610 x611 x612 -x613 -x614 x615 x616 x617 x618 -x619 x620 x621 x622 x623 -x624 -x625 -x626 x627 x628 -x629 -x630 x631 x632 -x633 -x634 -x635 -x636 -x637 -x638 x639 x640 x641 x642 -x643 x644 x645 x646 -x647 -x648 x649 x650 -x651 -x652 x653 x654 -x655 -x656 -x657 -x658 -x659 -x660 x661 x662 x663 -x664 x665 x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 x679 x680 x681 x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 x699 x700 x701 x702 x703 x704 -x705 x706 x707 x708 x709 x710 x711 x712 x713 x714 x715 x716 x717 x718 -x719 -x720 x721 x722 x723 x724 -x725 -x726 x727 x728 x729 -x730 -x731 x732 x733 -x734 x735 x736 -x737 -x738 -x739 x740 x741 x742 x743 -x744 -x745 x746 x747 -x748 -x749 x750 x751 -x752 -x753 x754 -x755 -x756 -x757 x758 x759 x760 -x761 x762 x763 -x764 -x765 x766 -x767 -x768 -x769 -x770 -x771 -x772 x773 x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 x792 x793 x794 -x795 x796 x797 x798 -x799 x800 x801 -x802 x803 -x804 -x805 x806 x807 x808 -x809 -x810 x811 x812 -x813 x814 x815 -x816 -x817 -x818 -x819 x820 x821 -x822 x823 x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 x845 x846 x847 x848 x849 x850 x851 x852 x853 -x854 x855 x856 x857 -x858 x859 x860 x861 x862 -x863 x864 x865 x866 x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 x876 x877 x878 x879 -x880 x881 x882 -x883 -x884 -x885 -x886 -x887 -x888 x889 x890 -x891 -x892 -x893 -x894 x895 
1797.34/902.42	c objective function=55
1797.34/902.42	c Total wall clock time (in seconds): 902.317

Verifier Data

OK	55

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 3.93 3.85 3.74 4/197 3001
/proc/meminfo: memFree=27324328/32873648 swapFree=7116/7116
[pid=3001] ppid=2999 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/3001/stat : 3001 (java6) D 2999 3001 32179 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 340893331 9515008 182 33554432000 1073741824 1073778376 140734200768704 140734200759736 260190322357 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/3001/statm: 2323 182 140 9 0 71 0

[startup+0.0829301 s]
/proc/loadavg: 3.93 3.85 3.74 4/197 3001
/proc/meminfo: memFree=27324328/32873648 swapFree=7116/7116
[pid=3001] ppid=2999 vsize=2699928 CPUtime=0.06 cores=0,2,4,6
/proc/3001/stat : 3001 (java) S 2999 3001 32179 0 -1 4202496 3899 0 1 0 5 1 0 0 20 0 18 0 340893331 2764726272 5619 33554432000 1073741824 1073778376 140733338505472 140733338496608 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3001/statm: 674982 5619 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2699928

[startup+0.100282 s]
/proc/loadavg: 3.93 3.85 3.74 4/197 3001
/proc/meminfo: memFree=27324328/32873648 swapFree=7116/7116
[pid=3001] ppid=2999 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/3001/stat : 3001 (java) S 2999 3001 32179 0 -1 4202496 4736 0 1 0 8 1 0 0 20 0 18 0 340893331 2764726272 6437 33554432000 1073741824 1073778376 140733338505472 140733338496608 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3001/statm: 674982 6437 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300175 s]
/proc/loadavg: 3.93 3.85 3.74 4/197 3001
/proc/meminfo: memFree=27324328/32873648 swapFree=7116/7116
[pid=3001] ppid=2999 vsize=2699928 CPUtime=0.57 cores=0,2,4,6
/proc/3001/stat : 3001 (java) S 2999 3001 32179 0 -1 4202496 11145 0 1 0 55 2 0 0 20 0 18 0 340893331 2764726272 12611 33554432000 1073741824 1073778376 140733338505472 140733338496608 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3001/statm: 674982 12611 2220 9 0 665676 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 2699928

[startup+0.700203 s]
/proc/loadavg: 3.93 3.85 3.74 4/197 3001
/proc/meminfo: memFree=27324328/32873648 swapFree=7116/7116
[pid=3001] ppid=2999 vsize=2966184 CPUtime=1.78 cores=0,2,4,6
/proc/3001/stat : 3001 (java) S 2999 3001 32179 0 -1 4202496 13945 0 1 0 174 4 0 0 20 0 22 0 340893331 3037372416 37045 33554432000 1073741824 1073778376 140733338505472 140733338496608 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3001/statm: 741546 37045 2249 9 0 732240 0
Current children cumulated CPU time (s) 1.78
Current children cumulated vsize (KiB) 2966184

[startup+1.5007 s]
/proc/loadavg: 3.93 3.85 3.74 7/219 3023
/proc/meminfo: memFree=27036352/32873648 swapFree=7116/7116
[pid=3001] ppid=2999 vsize=2966184 CPUtime=3.74 cores=0,2,4,6
/proc/3001/stat : 3001 (java) S 2999 3001 32179 0 -1 4202496 17303 0 1 0 363 11 0 0 20 0 22 0 340893331 3037372416 99574 33554432000 1073741824 1073778376 140733338505472 140733338496608 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3001/statm: 741546 99574 2267 9 0 732240 0
[pid=3001/tid=3003] ppid=2999 vsize=2966184 CPUtime=0.44 cores=0,2,4,6
/proc/3001/task/3003/stat : 3003 (java) S 2999 3001 32179 0 -1 4202560 2809 0 1 0 42 2 0 0 20 0 22 0 340893332 3037372416 99574 33554432000 1073741824 1073778376 140733338505472 140528890160280 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3001/tid=3004] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3004/stat : 3004 (java) S 2999 3001 32179 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340893334 3037372416 99574 33554432000 1073741824 1073778376 140733338505472 140528874441640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3001/tid=3005] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3005/stat : 3005 (java) S 2999 3001 32179 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340893334 3037372416 99574 33554432000 1073741824 1073778376 140733338505472 140528873389096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3001/tid=3006] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3006/stat : 3006 (java) S 2999 3001 32179 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 340893334 3037372416 99574 33554432000 1073741824 1073778376 140733338505472 140528872336040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3001/tid=3007] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3007/stat : 3007 (java) S 2999 3001 32179 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 340893334 3037372416 99574 33554432000 1073741824 1073778376 140733338505472 140528871283496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3001/tid=3008] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3008/stat : 3008 (java) S 2999 3001 32179 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 340893334 3037372416 99574 33554432000 1073741824 1073778376 140733338505472 140528870230440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3001/tid=3009] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3009/stat : 3009 (java) S 2999 3001 32179 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 340893334 3037372416 99574 33554432000 1073741824 1073778376 140733338505472 140528869177896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3001/tid=3010] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3010/stat : 3010 (java) S 2999 3001 32179 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 340893334 3037372416 99574 33554432000 1073741824 1073778376 140733338505472 140528868124840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3001/tid=3011] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3011/stat : 3011 (java) S 2999 3001 32179 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 340893334 3037372416 99574 33554432000 1073741824 1073778376 140733338505472 140528867072296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3001/tid=3012] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3012/stat : 3012 (java) S 2999 3001 32179 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340893335 3037372416 99574 33554432000 1073741824 1073778376 140733338505472 140528854661992 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3001/tid=3013] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3013/stat : 3013 (java) S 2999 3001 32179 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340893335 3037372416 99574 33554432000 1073741824 1073778376 140733338505472 140528853608312 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3001/tid=3014] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3014/stat : 3014 (java) S 2999 3001 32179 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340893335 3037372416 99574 33554432000 1073741824 1073778376 140733338505472 140528852555144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3001/tid=3015] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3015/stat : 3015 (java) S 2999 3001 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340893337 3037372416 99574 33554432000 1073741824 1073778376 140733338505472 140528851503888 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3001/tid=3016] ppid=2999 vsize=2966184 CPUtime=0.77 cores=0,2,4,6
/proc/3001/task/3016/stat : 3016 (java) S 2999 3001 32179 0 -1 4202560 6265 0 0 0 77 0 0 0 20 0 22 0 340893337 3037372416 99574 33554432000 1073741824 1073778376 140733338505472 140528850450744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3001/tid=3017] ppid=2999 vsize=2966184 CPUtime=0.69 cores=0,2,4,6
/proc/3001/task/3017/stat : 3017 (java) S 2999 3001 32179 0 -1 4202560 6728 0 0 0 69 0 0 0 20 0 22 0 340893337 3037372416 99574 33554432000 1073741824 1073778376 140733338505472 140528849398200 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3001/tid=3018] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3018/stat : 3018 (java) S 2999 3001 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340893337 3037372416 99574 33554432000 1073741824 1073778376 140733338505472 140528848345336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3001/tid=3019] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3019/stat : 3019 (java) S 2999 3001 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340893337 3037372416 99574 33554432000 1073741824 1073778376 140733338505472 140528729451080 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3001/tid=3022] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3022/stat : 3022 (java) S 2999 3001 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340893379 3037372416 99574 33554432000 1073741824 1073778376 140733338505472 140528726291752 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3001/tid=3023] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3023/stat : 3023 (java) S 2999 3001 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340893379 3037372416 99574 33554432000 1073741824 1073778376 140733338505472 140528725239208 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 2966184

[startup+3.10077 s]
/proc/loadavg: 3.93 3.85 3.74 3/217 3025
/proc/meminfo: memFree=26921044/32873648 swapFree=7116/7116
[pid=3001] ppid=2999 vsize=2966184 CPUtime=5.83 cores=0,2,4,6
/proc/3001/stat : 3001 (java) S 2999 3001 32179 0 -1 4202496 19504 0 1 0 568 15 0 0 20 0 20 0 340893331 3037372416 103156 33554432000 1073741824 1073778376 140733338505472 140733338496608 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3001/statm: 741546 103156 2267 9 0 732240 0
[pid=3001/tid=3003] ppid=2999 vsize=2966184 CPUtime=0.44 cores=0,2,4,6
/proc/3001/task/3003/stat : 3003 (java) S 2999 3001 32179 0 -1 4202560 2809 0 1 0 42 2 0 0 20 0 20 0 340893332 3037372416 103156 33554432000 1073741824 1073778376 140733338505472 140528890160280 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3001/tid=3004] ppid=2999 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/3001/task/3004/stat : 3004 (java) S 2999 3001 32179 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 20 0 340893334 3037372416 103156 33554432000 1073741824 1073778376 140733338505472 140528874441640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3001/tid=3005] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3005/stat : 3005 (java) S 2999 3001 32179 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 340893334 3037372416 103156 33554432000 1073741824 1073778376 140733338505472 140528873389096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3001/tid=3006] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3006/stat : 3006 (java) S 2999 3001 32179 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 340893334 3037372416 103156 33554432000 1073741824 1073778376 140733338505472 140528872336040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3001/tid=3007] ppid=2999 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/3001/task/3007/stat : 3007 (java) S 2999 3001 32179 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 20 0 340893334 3037372416 103156 33554432000 1073741824 1073778376 140733338505472 140528871283496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3001/tid=3008] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3008/stat : 3008 (java) S 2999 3001 32179 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 340893334 3037372416 103156 33554432000 1073741824 1073778376 140733338505472 140528870230440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3001/tid=3009] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3009/stat : 3009 (java) S 2999 3001 32179 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 340893334 3037372416 103156 33554432000 1073741824 1073778376 140733338505472 140528869177896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3001/tid=3010] ppid=2999 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/3001/task/3010/stat : 3010 (java) S 2999 3001 32179 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 20 0 340893334 3037372416 103156 33554432000 1073741824 1073778376 140733338505472 140528868124840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3001/tid=3011] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3011/stat : 3011 (java) S 2999 3001 32179 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 340893334 3037372416 103156 33554432000 1073741824 1073778376 140733338505472 140528867072296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3001/tid=3012] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3012/stat : 3012 (java) S 2999 3001 32179 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340893335 3037372416 103156 33554432000 1073741824 1073778376 140733338505472 140528854661992 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3001/tid=3013] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3013/stat : 3013 (java) S 2999 3001 32179 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340893335 3037372416 103156 33554432000 1073741824 1073778376 140733338505472 140528853608312 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3001/tid=3014] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3014/stat : 3014 (java) S 2999 3001 32179 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 340893335 3037372416 103156 33554432000 1073741824 1073778376 140733338505472 140528852555144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3001/tid=3015] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3015/stat : 3015 (java) S 2999 3001 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340893337 3037372416 103156 33554432000 1073741824 1073778376 140733338505472 140528851503888 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3001/tid=3016] ppid=2999 vsize=2966184 CPUtime=0.83 cores=0,2,4,6
/proc/3001/task/3016/stat : 3016 (java) S 2999 3001 32179 0 -1 4202560 6266 0 0 0 83 0 0 0 20 0 20 0 340893337 3037372416 103156 33554432000 1073741824 1073778376 140733338505472 140528850450744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3001/tid=3017] ppid=2999 vsize=2966184 CPUtime=0.81 cores=0,2,4,6
/proc/3001/task/3017/stat : 3017 (java) S 2999 3001 32179 0 -1 4202560 8901 0 0 0 80 1 0 0 20 0 20 0 340893337 3037372416 103156 33554432000 1073741824 1073778376 140733338505472 140528849398200 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3001/tid=3018] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3018/stat : 3018 (java) S 2999 3001 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340893337 3037372416 103156 33554432000 1073741824 1073778376 140733338505472 140528848345336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3001/tid=3019] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3019/stat : 3019 (java) S 2999 3001 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340893337 3037372416 103156 33554432000 1073741824 1073778376 140733338505472 140528729451080 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3001/tid=3022] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3022/stat : 3022 (java) S 2999 3001 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340893379 3037372416 103156 33554432000 1073741824 1073778376 140733338505472 140528726291752 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3001/tid=3023] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3023/stat : 3023 (java) S 2999 3001 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340893379 3037372416 103156 33554432000 1073741824 1073778376 140733338505472 140528725239208 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 5.83
Current children cumulated vsize (KiB) 2966184

[startup+6.30067 s]
/proc/loadavg: 3.61 3.78 3.71 5/219 3031
/proc/meminfo: memFree=26820320/32873648 swapFree=7116/7116
[pid=3001] ppid=2999 vsize=2966184 CPUtime=10.28 cores=0,2,4,6
/proc/3001/stat : 3001 (java) S 2999 3001 32179 0 -1 4202496 21223 0 1 0 1007 21 0 0 20 0 20 0 340893331 3037372416 127477 33554432000 1073741824 1073778376 140733338505472 140733338496608 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3001/statm: 741546 127477 2270 9 0 732240 0
[pid=3001/tid=3003] ppid=2999 vsize=2966184 CPUtime=0.44 cores=0,2,4,6
/proc/3001/task/3003/stat : 3003 (java) S 2999 3001 32179 0 -1 4202560 2809 0 1 0 42 2 0 0 20 0 20 0 340893332 3037372416 127477 33554432000 1073741824 1073778376 140733338505472 140528890160280 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3001/tid=3004] ppid=2999 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/3001/task/3004/stat : 3004 (java) S 2999 3001 32179 0 -1 4202560 27 0 0 0 4 0 0 0 20 0 20 0 340893334 3037372416 127477 33554432000 1073741824 1073778376 140733338505472 140528874441640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3001/tid=3005] ppid=2999 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/3001/task/3005/stat : 3005 (java) S 2999 3001 32179 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 20 0 340893334 3037372416 127477 33554432000 1073741824 1073778376 140733338505472 140528873389096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3001/tid=3006] ppid=2999 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/3001/task/3006/stat : 3006 (java) S 2999 3001 32179 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 20 0 340893334 3037372416 127477 33554432000 1073741824 1073778376 140733338505472 140528872336040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3001/tid=3007] ppid=2999 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/3001/task/3007/stat : 3007 (java) S 2999 3001 32179 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 20 0 340893334 3037372416 127477 33554432000 1073741824 1073778376 140733338505472 140528871283496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3001/tid=3008] ppid=2999 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/3001/task/3008/stat : 3008 (java) S 2999 3001 32179 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 20 0 340893334 3037372416 127477 33554432000 1073741824 1073778376 140733338505472 140528870230440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3001/tid=3009] ppid=2999 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/3001/task/3009/stat : 3009 (java) S 2999 3001 32179 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 20 0 340893334 3037372416 127477 33554432000 1073741824 1073778376 140733338505472 140528869177896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3001/tid=3010] ppid=2999 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/3001/task/3010/stat : 3010 (java) S 2999 3001 32179 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 20 0 340893334 3037372416 127477 33554432000 1073741824 1073778376 140733338505472 140528868124840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3001/tid=3011] ppid=2999 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/3001/task/3011/stat : 3011 (java) S 2999 3001 32179 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 20 0 340893334 3037372416 127477 33554432000 1073741824 1073778376 140733338505472 140528867072296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3001/tid=3012] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3012/stat : 3012 (java) S 2999 3001 32179 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340893335 3037372416 127477 33554432000 1073741824 1073778376 140733338505472 140528854661992 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3001/tid=3013] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3013/stat : 3013 (java) S 2999 3001 32179 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340893335 3037372416 127477 33554432000 1073741824 1073778376 140733338505472 140528853608312 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3001/tid=3014] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3014/stat : 3014 (java) S 2999 3001 32179 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 340893335 3037372416 127477 33554432000 1073741824 1073778376 140733338505472 140528852555144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3001/tid=3015] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3015/stat : 3015 (java) S 2999 3001 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340893337 3037372416 127477 33554432000 1073741824 1073778376 140733338505472 140528851503888 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3001/tid=3016] ppid=2999 vsize=2966184 CPUtime=0.87 cores=0,2,4,6
/proc/3001/task/3016/stat : 3016 (java) S 2999 3001 32179 0 -1 4202560 6266 0 0 0 87 0 0 0 20 0 20 0 340893337 3037372416 127477 33554432000 1073741824 1073778376 140733338505472 140528850450744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3001/tid=3017] ppid=2999 vsize=2966184 CPUtime=0.98 cores=0,2,4,6
/proc/3001/task/3017/stat : 3017 (java) S 2999 3001 32179 0 -1 4202560 10522 0 0 0 96 2 0 0 20 0 20 0 340893337 3037372416 127477 33554432000 1073741824 1073778376 140733338505472 140528849398200 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3001/tid=3018] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3018/stat : 3018 (java) S 2999 3001 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340893337 3037372416 127477 33554432000 1073741824 1073778376 140733338505472 140528848345336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3001/tid=3019] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3019/stat : 3019 (java) S 2999 3001 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340893337 3037372416 127477 33554432000 1073741824 1073778376 140733338505472 140528729451080 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3001/tid=3022] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3022/stat : 3022 (java) S 2999 3001 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340893379 3037372416 127477 33554432000 1073741824 1073778376 140733338505472 140528726291752 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

/proc/3001/task/3006/stat : 3006 (java) S 2999 3001 32179 0 -1 4202560 277 0 0 0 660 7 0 0 20 0 20 0 340893334 3037372416 153279 33554432000 1073741824 1073778376 140733338505472 140528872336040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3001/tid=3007] ppid=2999 vsize=2966184 CPUtime=6.75 cores=0,2,4,6
/proc/3001/task/3007/stat : 3007 (java) S 2999 3001 32179 0 -1 4202560 284 0 0 0 668 7 0 0 20 0 20 0 340893334 3037372416 153279 33554432000 1073741824 1073778376 140733338505472 140528871283496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3001/tid=3008] ppid=2999 vsize=2966184 CPUtime=7 cores=0,2,4,6
/proc/3001/task/3008/stat : 3008 (java) S 2999 3001 32179 0 -1 4202560 279 0 0 0 694 6 0 0 20 0 20 0 340893334 3037372416 153279 33554432000 1073741824 1073778376 140733338505472 140528870230440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3001/tid=3009] ppid=2999 vsize=2966184 CPUtime=6.8 cores=0,2,4,6
/proc/3001/task/3009/stat : 3009 (java) S 2999 3001 32179 0 -1 4202560 273 0 0 0 673 7 0 0 20 0 20 0 340893334 3037372416 153279 33554432000 1073741824 1073778376 140733338505472 140528869177896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3001/tid=3010] ppid=2999 vsize=2966184 CPUtime=6.82 cores=0,2,4,6
/proc/3001/task/3010/stat : 3010 (java) S 2999 3001 32179 0 -1 4202560 278 0 0 0 677 5 0 0 20 0 20 0 340893334 3037372416 153279 33554432000 1073741824 1073778376 140733338505472 140528868124840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3001/tid=3011] ppid=2999 vsize=2966184 CPUtime=6.63 cores=0,2,4,6
/proc/3001/task/3011/stat : 3011 (java) S 2999 3001 32179 0 -1 4202560 270 0 0 0 657 6 0 0 20 0 20 0 340893334 3037372416 153279 33554432000 1073741824 1073778376 140733338505472 140528867072296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3001/tid=3012] ppid=2999 vsize=2966184 CPUtime=13.35 cores=0,2,4,6
/proc/3001/task/3012/stat : 3012 (java) S 2999 3001 32179 0 -1 4202560 621 0 0 0 1280 55 0 0 20 0 20 0 340893335 3037372416 153279 33554432000 1073741824 1073778376 140733338505472 140528854661992 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3001/tid=3013] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3013/stat : 3013 (java) S 2999 3001 32179 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340893335 3037372416 153279 33554432000 1073741824 1073778376 140733338505472 140528853608312 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3001/tid=3014] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3014/stat : 3014 (java) S 2999 3001 32179 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 340893335 3037372416 153279 33554432000 1073741824 1073778376 140733338505472 140528852555144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3001/tid=3015] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3015/stat : 3015 (java) S 2999 3001 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340893337 3037372416 153279 33554432000 1073741824 1073778376 140733338505472 140528851503888 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3001/tid=3016] ppid=2999 vsize=2966184 CPUtime=1.87 cores=0,2,4,6
/proc/3001/task/3016/stat : 3016 (java) S 2999 3001 32179 0 -1 4202560 14937 0 0 0 184 3 0 0 20 0 20 0 340893337 3037372416 153279 33554432000 1073741824 1073778376 140733338505472 140528850450744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3001/tid=3017] ppid=2999 vsize=2966184 CPUtime=1.06 cores=0,2,4,6
/proc/3001/task/3017/stat : 3017 (java) S 2999 3001 32179 0 -1 4202560 10540 0 0 0 104 2 0 0 20 0 20 0 340893337 3037372416 153279 33554432000 1073741824 1073778376 140733338505472 140528849398200 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3001/tid=3018] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3018/stat : 3018 (java) S 2999 3001 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340893337 3037372416 153279 33554432000 1073741824 1073778376 140733338505472 140528848345336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3001/tid=3019] ppid=2999 vsize=2966184 CPUtime=0.29 cores=0,2,4,6
/proc/3001/task/3019/stat : 3019 (java) S 2999 3001 32179 0 -1 4202560 49 0 0 0 13 16 0 0 20 0 20 0 340893337 3037372416 153279 33554432000 1073741824 1073778376 140733338505472 140528729451080 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3001/tid=3022] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3022/stat : 3022 (java) S 2999 3001 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340893379 3037372416 153279 33554432000 1073741824 1073778376 140733338505472 140528726291752 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3001/tid=3023] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3023/stat : 3023 (java) S 2999 3001 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340893379 3037372416 153279 33554432000 1073741824 1073778376 140733338505472 140528725239208 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1652.9
Current children cumulated vsize (KiB) 2966184
#
############


[startup+882.301 s]
/proc/loadavg: 4.15 4.10 3.90 5/219 3134
/proc/meminfo: memFree=26621216/32873648 swapFree=7116/7116
[pid=3001] ppid=2999 vsize=2966184 CPUtime=1756.55 cores=0,2,4,6
/proc/3001/stat : 3001 (java) S 2999 3001 32179 0 -1 4202496 34126 0 1 0 175470 185 0 0 20 0 22 0 340893331 3037372416 154307 33554432000 1073741824 1073778376 140733338505472 140733338496608 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3001/statm: 741546 154307 2283 9 0 732240 0
[pid=3001/tid=3003] ppid=2999 vsize=2966184 CPUtime=0.47 cores=0,2,4,6
/proc/3001/task/3003/stat : 3003 (java) S 2999 3001 32179 0 -1 4202560 2832 0 1 0 44 3 0 0 20 0 22 0 340893332 3037372416 154307 33554432000 1073741824 1073778376 140733338505472 140528890160280 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3001/tid=3004] ppid=2999 vsize=2966184 CPUtime=7.38 cores=0,2,4,6
/proc/3001/task/3004/stat : 3004 (java) S 2999 3001 32179 0 -1 4202560 295 0 0 0 730 8 0 0 20 0 22 0 340893334 3037372416 154307 33554432000 1073741824 1073778376 140733338505472 140528874441640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3001/tid=3005] ppid=2999 vsize=2966184 CPUtime=7.28 cores=0,2,4,6
/proc/3001/task/3005/stat : 3005 (java) S 2999 3001 32179 0 -1 4202560 290 0 0 0 721 7 0 0 20 0 22 0 340893334 3037372416 154307 33554432000 1073741824 1073778376 140733338505472 140528873389096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3001/tid=3006] ppid=2999 vsize=2966184 CPUtime=7.24 cores=0,2,4,6
/proc/3001/task/3006/stat : 3006 (java) S 2999 3001 32179 0 -1 4202560 277 0 0 0 717 7 0 0 20 0 22 0 340893334 3037372416 154307 33554432000 1073741824 1073778376 140733338505472 140528872336040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3001/tid=3007] ppid=2999 vsize=2966184 CPUtime=7.3 cores=0,2,4,6
/proc/3001/task/3007/stat : 3007 (java) S 2999 3001 32179 0 -1 4202560 285 0 0 0 723 7 0 0 20 0 22 0 340893334 3037372416 154307 33554432000 1073741824 1073778376 140733338505472 140528871283496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3001/tid=3008] ppid=2999 vsize=2966184 CPUtime=7.57 cores=0,2,4,6
/proc/3001/task/3008/stat : 3008 (java) S 2999 3001 32179 0 -1 4202560 279 0 0 0 751 6 0 0 20 0 22 0 340893334 3037372416 154307 33554432000 1073741824 1073778376 140733338505472 140528870230440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3001/tid=3009] ppid=2999 vsize=2966184 CPUtime=7.3 cores=0,2,4,6
/proc/3001/task/3009/stat : 3009 (java) S 2999 3001 32179 0 -1 4202560 273 0 0 0 723 7 0 0 20 0 22 0 340893334 3037372416 154307 33554432000 1073741824 1073778376 140733338505472 140528869177896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3001/tid=3010] ppid=2999 vsize=2966184 CPUtime=7.35 cores=0,2,4,6
/proc/3001/task/3010/stat : 3010 (java) S 2999 3001 32179 0 -1 4202560 278 0 0 0 729 6 0 0 20 0 22 0 340893334 3037372416 154307 33554432000 1073741824 1073778376 140733338505472 140528868124840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3001/tid=3011] ppid=2999 vsize=2966184 CPUtime=7.23 cores=0,2,4,6
/proc/3001/task/3011/stat : 3011 (java) S 2999 3001 32179 0 -1 4202560 270 0 0 0 717 6 0 0 20 0 22 0 340893334 3037372416 154307 33554432000 1073741824 1073778376 140733338505472 140528867072296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3001/tid=3012] ppid=2999 vsize=2966184 CPUtime=14.58 cores=0,2,4,6
/proc/3001/task/3012/stat : 3012 (java) S 2999 3001 32179 0 -1 4202560 623 0 0 0 1400 58 0 0 20 0 22 0 340893335 3037372416 154307 33554432000 1073741824 1073778376 140733338505472 140528854661992 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3001/tid=3013] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3013/stat : 3013 (java) S 2999 3001 32179 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340893335 3037372416 154307 33554432000 1073741824 1073778376 140733338505472 140528853608312 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3001/tid=3014] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3014/stat : 3014 (java) S 2999 3001 32179 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340893335 3037372416 154307 33554432000 1073741824 1073778376 140733338505472 140528852555144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3001/tid=3015] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3015/stat : 3015 (java) S 2999 3001 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340893337 3037372416 154307 33554432000 1073741824 1073778376 140733338505472 140528851503888 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3001/tid=3016] ppid=2999 vsize=2966184 CPUtime=1.87 cores=0,2,4,6
/proc/3001/task/3016/stat : 3016 (java) S 2999 3001 32179 0 -1 4202560 14937 0 0 0 184 3 0 0 20 0 22 0 340893337 3037372416 154307 33554432000 1073741824 1073778376 140733338505472 140528850450744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3001/tid=3017] ppid=2999 vsize=2966184 CPUtime=1.06 cores=0,2,4,6
/proc/3001/task/3017/stat : 3017 (java) S 2999 3001 32179 0 -1 4202560 10540 0 0 0 104 2 0 0 20 0 22 0 340893337 3037372416 154307 33554432000 1073741824 1073778376 140733338505472 140528849398200 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3001/tid=3018] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3018/stat : 3018 (java) S 2999 3001 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340893337 3037372416 154307 33554432000 1073741824 1073778376 140733338505472 140528848345336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3001/tid=3019] ppid=2999 vsize=2966184 CPUtime=0.3 cores=0,2,4,6
/proc/3001/task/3019/stat : 3019 (java) S 2999 3001 32179 0 -1 4202560 51 0 0 0 13 17 0 0 20 0 22 0 340893337 3037372416 154307 33554432000 1073741824 1073778376 140733338505472 140528729451080 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3001/tid=3022] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3022/stat : 3022 (java) S 2999 3001 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340893379 3037372416 154307 33554432000 1073741824 1073778376 140733338505472 140528726291752 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3001/tid=3023] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3023/stat : 3023 (java) S 2999 3001 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340893379 3037372416 154307 33554432000 1073741824 1073778376 140733338505472 140528725239208 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3001/tid=3133] ppid=2999 vsize=2966184 CPUtime=48.83 cores=0,2,4,6
/proc/3001/task/3133/stat : 3133 (java) R 2999 3001 32179 0 -1 4202560 41 0 0 0 4883 0 0 0 20 0 22 0 340976414 3037372416 154307 33554432000 1073741824 1073778376 140733338505472 140528727342144 140528729898778 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3001/tid=3134] ppid=2999 vsize=2966184 CPUtime=48.84 cores=0,2,4,6
/proc/3001/task/3134/stat : 3134 (java) R 2999 3001 32179 0 -1 4202560 42 0 0 0 4884 0 0 0 20 0 22 0 340976414 3037372416 154307 33554432000 1073741824 1073778376 140733338505472 140528728395960 140528730151356 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1756.55
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.401 s]
/proc/loadavg: 4.11 4.09 3.91 5/219 3134
/proc/meminfo: memFree=26614580/32873648 swapFree=7116/7116
[pid=3001] ppid=2999 vsize=2966184 CPUtime=1797.34 cores=0,2,4,6
/proc/3001/stat : 3001 (java) S 2999 3001 32179 0 -1 4202496 34467 0 1 0 179546 188 0 0 20 0 22 0 340893331 3037372416 154307 33554432000 1073741824 1073778376 140733338505472 140733338496608 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3001/statm: 741546 154307 2283 9 0 732240 0
[pid=3001/tid=3003] ppid=2999 vsize=2966184 CPUtime=0.47 cores=0,2,4,6
/proc/3001/task/3003/stat : 3003 (java) S 2999 3001 32179 0 -1 4202560 2832 0 1 0 44 3 0 0 20 0 22 0 340893332 3037372416 154307 33554432000 1073741824 1073778376 140733338505472 140528890160280 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3001/tid=3004] ppid=2999 vsize=2966184 CPUtime=7.6 cores=0,2,4,6
/proc/3001/task/3004/stat : 3004 (java) S 2999 3001 32179 0 -1 4202560 295 0 0 0 752 8 0 0 20 0 22 0 340893334 3037372416 154307 33554432000 1073741824 1073778376 140733338505472 140528874441640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3001/tid=3005] ppid=2999 vsize=2966184 CPUtime=7.54 cores=0,2,4,6
/proc/3001/task/3005/stat : 3005 (java) S 2999 3001 32179 0 -1 4202560 290 0 0 0 747 7 0 0 20 0 22 0 340893334 3037372416 154307 33554432000 1073741824 1073778376 140733338505472 140528873389096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3001/tid=3006] ppid=2999 vsize=2966184 CPUtime=7.44 cores=0,2,4,6
/proc/3001/task/3006/stat : 3006 (java) S 2999 3001 32179 0 -1 4202560 277 0 0 0 737 7 0 0 20 0 22 0 340893334 3037372416 154307 33554432000 1073741824 1073778376 140733338505472 140528872336040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3001/tid=3007] ppid=2999 vsize=2966184 CPUtime=7.52 cores=0,2,4,6
/proc/3001/task/3007/stat : 3007 (java) S 2999 3001 32179 0 -1 4202560 285 0 0 0 744 8 0 0 20 0 22 0 340893334 3037372416 154307 33554432000 1073741824 1073778376 140733338505472 140528871283496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3001/tid=3008] ppid=2999 vsize=2966184 CPUtime=7.83 cores=0,2,4,6
/proc/3001/task/3008/stat : 3008 (java) S 2999 3001 32179 0 -1 4202560 279 0 0 0 777 6 0 0 20 0 22 0 340893334 3037372416 154307 33554432000 1073741824 1073778376 140733338505472 140528870230440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3001/tid=3009] ppid=2999 vsize=2966184 CPUtime=7.5 cores=0,2,4,6
/proc/3001/task/3009/stat : 3009 (java) S 2999 3001 32179 0 -1 4202560 273 0 0 0 743 7 0 0 20 0 22 0 340893334 3037372416 154307 33554432000 1073741824 1073778376 140733338505472 140528869177896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3001/tid=3010] ppid=2999 vsize=2966184 CPUtime=7.56 cores=0,2,4,6
/proc/3001/task/3010/stat : 3010 (java) S 2999 3001 32179 0 -1 4202560 278 0 0 0 750 6 0 0 20 0 22 0 340893334 3037372416 154307 33554432000 1073741824 1073778376 140733338505472 140528868124840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3001/tid=3011] ppid=2999 vsize=2966184 CPUtime=7.48 cores=0,2,4,6
/proc/3001/task/3011/stat : 3011 (java) S 2999 3001 32179 0 -1 4202560 270 0 0 0 742 6 0 0 20 0 22 0 340893334 3037372416 154307 33554432000 1073741824 1073778376 140733338505472 140528867072296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3001/tid=3012] ppid=2999 vsize=2966184 CPUtime=14.93 cores=0,2,4,6
/proc/3001/task/3012/stat : 3012 (java) S 2999 3001 32179 0 -1 4202560 625 0 0 0 1433 60 0 0 20 0 22 0 340893335 3037372416 154307 33554432000 1073741824 1073778376 140733338505472 140528854661992 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3001/tid=3013] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3013/stat : 3013 (java) S 2999 3001 32179 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340893335 3037372416 154307 33554432000 1073741824 1073778376 140733338505472 140528853608312 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3001/tid=3014] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3014/stat : 3014 (java) S 2999 3001 32179 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340893335 3037372416 154307 33554432000 1073741824 1073778376 140733338505472 140528852555144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3001/tid=3015] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3015/stat : 3015 (java) S 2999 3001 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340893337 3037372416 154307 33554432000 1073741824 1073778376 140733338505472 140528851503888 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3001/tid=3016] ppid=2999 vsize=2966184 CPUtime=1.98 cores=0,2,4,6
/proc/3001/task/3016/stat : 3016 (java) S 2999 3001 32179 0 -1 4202560 15245 0 0 0 195 3 0 0 20 0 22 0 340893337 3037372416 154307 33554432000 1073741824 1073778376 140733338505472 140528850450744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3001/tid=3017] ppid=2999 vsize=2966184 CPUtime=1.06 cores=0,2,4,6
/proc/3001/task/3017/stat : 3017 (java) S 2999 3001 32179 0 -1 4202560 10540 0 0 0 104 2 0 0 20 0 22 0 340893337 3037372416 154307 33554432000 1073741824 1073778376 140733338505472 140528849398200 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3001/tid=3018] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3018/stat : 3018 (java) S 2999 3001 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340893337 3037372416 154307 33554432000 1073741824 1073778376 140733338505472 140528848345336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3001/tid=3019] ppid=2999 vsize=2966184 CPUtime=0.3 cores=0,2,4,6
/proc/3001/task/3019/stat : 3019 (java) S 2999 3001 32179 0 -1 4202560 53 0 0 0 13 17 0 0 20 0 22 0 340893337 3037372416 154307 33554432000 1073741824 1073778376 140733338505472 140528729451080 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3001/tid=3022] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3022/stat : 3022 (java) S 2999 3001 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340893379 3037372416 154307 33554432000 1073741824 1073778376 140733338505472 140528726291752 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3001/tid=3023] ppid=2999 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3001/task/3023/stat : 3023 (java) S 2999 3001 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340893379 3037372416 154307 33554432000 1073741824 1073778376 140733338505472 140528725239208 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3001/tid=3133] ppid=2999 vsize=2966184 CPUtime=68.03 cores=0,2,4,6
/proc/3001/task/3133/stat : 3133 (java) R 2999 3001 32179 0 -1 4202560 53 0 0 0 6802 1 0 0 20 0 22 0 340976414 3037372416 154307 33554432000 1073741824 1073778376 140733338505472 140528727342848 140528730151377 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3001/tid=3134] ppid=2999 vsize=2966184 CPUtime=68.03 cores=0,2,4,6
/proc/3001/task/3134/stat : 3134 (java) R 2999 3001 32179 0 -1 4202560 59 0 0 0 6802 1 0 0 20 0 22 0 340976414 3037372416 154307 33554432000 1073741824 1073778376 140733338505472 140528728395056 140528730167328 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.34
Current children cumulated vsize (KiB) 2966184

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3001 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=188089
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=120677
# CPU time returned by wait4() is 1797.31
# while last known CPU time is 1797.34
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 2.81999
#  lost CPU user time (s): 3.05011
#  lost CPU system time (s): -0.23

Real time (s): 902.435
CPU time (s): 1800.16
CPU user time (s): 1798.51
CPU system time (s): 1.65
CPU usage (%): 199.478
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.19
system time used= 2.12068
maximum resident set size= 618260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34501
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58655
involuntary context switches= 88683

runsolver used 3.2795 second user time and 8.11577 second system time

The end

Launcher Data

Begin job on node123 at 2012-06-03 20:21:19
IDJOB=3735139
IDBENCH=2944
IDSOLVER=2324
FILE ID=node123/3735139-1338747679
RUNJOBID= node123-1338737887-32195
PBS_JOBID= 14636768
Free space on /tmp= 71304 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_10.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3735139-1338747679/watcher-3735139-1338747679 -o /tmp/evaluation-result-3735139-1338747679/solver-3735139-1338747679 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3735139-1338747679.opb

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

MD5SUM BENCH= dd415565c40b70127defa3137ccd18d3
RANDOM SEED=776609779

node123.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27324220 kB
Buffers:         1803212 kB
Cached:          2241780 kB
SwapCached:         2268 kB
Active:          2757828 kB
Inactive:        1902276 kB
Active(anon):     608108 kB
Inactive(anon):     5504 kB
Active(file):    2149720 kB
Inactive(file):  1896772 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100316 kB
Dirty:               488 kB
Writeback:             0 kB
AnonPages:        728956 kB
Mapped:            18592 kB
Shmem:                 0 kB
Slab:             750364 kB
SReclaimable:     194232 kB
SUnreclaim:       556132 kB
KernelStack:        1792 kB
PageTables:         5228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1572472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    661504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71304 MiB
End job on node123 at 2012-06-03 20:36:23