Trace number 3736745

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB11: Sat4j Res//CP 2.3.0SAT (TO)39 1800.01 921.54

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_25_1.opb
MD5SUM93a95f0846e71f0984a2317cf811edef
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark27
Best CPU time to get the best result obtained on this benchmark1796.79
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 35
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint26
Maximum length of a constraint49
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)15716
Sum of products size (including duplicates)31432
Number of different products15716
Sum of products size31432

Quality of the solution as a function of time


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

Solver Data

0.06/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.11	c See www.sat4j.org for details.
0.06/0.12	c version 2.3.1.v20110525
0.06/0.12	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.12	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.12	c java.vm.version	19.1-b02
0.06/0.12	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.12	c sun.arch.data.model	64
0.06/0.12	c java.version		1.6.0_24
0.06/0.12	c os.name		Linux
0.06/0.12	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.12	c os.arch		amd64
0.06/0.12	c Free memory 		9996466904
0.06/0.12	c Max memory 		10048897024
0.06/0.12	c Total memory 		10048897024
0.06/0.12	c Number of processors 	8
0.06/0.15	c Pseudo Boolean Optimization
0.06/0.15	c ManyCore solver with 2 solvers running in parallel
0.06/0.15	c --- Begin Solver configuration ---
0.06/0.15	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.06/0.15	c Learn all clauses as in MiniSAT
0.06/0.15	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.15	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.15	c Expensive reason simplification
0.06/0.15	c Armin Biere (Picosat) restarts strategy
0.06/0.15	c Glucose learned constraints deletion strategy
0.06/0.15	c timeout=2147483s
0.06/0.15	c DB Simplification allowed=false
0.06/0.15	c --- End Solver configuration ---
0.06/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.15	c --- Begin Solver configuration ---
0.06/0.15	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.06/0.15	c Learn all clauses as in MiniSAT
0.06/0.15	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.15	c No reason simplification
0.06/0.15	c Armin Biere (Picosat) restarts strategy
0.06/0.15	c Glucose learned constraints deletion strategy
0.06/0.15	c timeout=2147483s
0.06/0.15	c DB Simplification allowed=false
0.06/0.15	c --- End Solver configuration ---
0.06/0.15	c solving HOME/instance-3736745-1338717588.opb
0.06/0.15	c reading problem ... 
1.83/0.84	c ... done. Wall clock time 0.694s.
1.83/0.84	c #vars     16216
1.83/0.84	c #constraints  31932
1.83/0.84	c constraints type 
1.83/0.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16216
1.83/0.84	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15716
1.83/0.84	c constraints type 
1.83/0.84	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16216
1.83/0.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15716
3.00/1.15	c  And the winner is Resolution
3.25/1.36	c SATISFIABLE
3.25/1.36	c OPTIMIZING...
3.25/1.36	c Got one! Elapsed wall clock time (in seconds):1.21
3.25/1.36	o 46
3.25/1.39	c  And the winner is Resolution
3.46/1.86	c Got one! Elapsed wall clock time (in seconds):1.717
3.46/1.86	o 45
3.55/1.99	c  And the winner is Resolution
3.93/2.37	c Got one! Elapsed wall clock time (in seconds):2.226
3.93/2.37	o 44
4.28/2.58	c  And the winner is Resolution
4.57/2.88	c Got one! Elapsed wall clock time (in seconds):2.731
4.57/2.88	o 42
6.51/3.87	c  And the winner is Resolution
6.68/3.93	c Got one! Elapsed wall clock time (in seconds):3.787
6.68/3.93	o 41
7.87/4.58	c cleaning 2858 clauses out of 5719 with flag 2000/5719
11.88/6.54	c cleaning 4427 clauses out of 8862 with flag 8001/11720
15.98/8.69	c cleaning 5715 clauses out of 11434 with flag 15000/18719
20.86/11.12	c cleaning 6855 clauses out of 13719 with flag 23000/26719
26.13/13.88	c cleaning 7925 clauses out of 15864 with flag 32000/35719
32.28/16.92	c cleaning 8961 clauses out of 17939 with flag 42000/45719
38.76/20.27	c cleaning 9982 clauses out of 19978 with flag 53000/56719
46.44/24.14	c cleaning 10990 clauses out of 21998 with flag 65002/68721
54.64/28.36	c cleaning 11996 clauses out of 24007 with flag 78001/81720
63.30/32.70	c cleaning 13003 clauses out of 26010 with flag 92000/95719
72.76/37.56	c cleaning 13997 clauses out of 28007 with flag 107000/110719
75.39/38.94	c  And the winner is CuttingPlanes
75.30/39.27	c Got one! Elapsed wall clock time (in seconds):39.121
75.30/39.27	o 40
76.59/39.92	c cleaning 9979 clauses out of 19966 with flag 2001/116675
80.54/42.09	c cleaning 7988 clauses out of 15987 with flag 8001/122675
85.16/44.44	c cleaning 7492 clauses out of 14999 with flag 15001/129675
90.39/47.11	c cleaning 7750 clauses out of 15506 with flag 23000/137674
95.60/49.89	c cleaning 8372 clauses out of 16756 with flag 32000/146674
102.33/53.33	c cleaning 9182 clauses out of 18384 with flag 42000/156674
108.72/56.69	c cleaning 10093 clauses out of 20202 with flag 53000/167674
116.35/60.55	c cleaning 11047 clauses out of 22110 with flag 65001/179675
124.15/64.57	c cleaning 12024 clauses out of 24063 with flag 78001/192675
133.05/69.17	c cleaning 13020 clauses out of 26039 with flag 92001/206675
141.86/73.62	c cleaning 14001 clauses out of 28018 with flag 107000/221674
151.45/78.57	c cleaning 15002 clauses out of 30017 with flag 123000/237674
162.24/84.07	c cleaning 16003 clauses out of 32015 with flag 140000/254674
174.75/90.47	c cleaning 17000 clauses out of 34013 with flag 158001/272675
188.15/97.26	c cleaning 18005 clauses out of 36013 with flag 177001/291675
200.56/103.59	c cleaning 18993 clauses out of 38008 with flag 197001/311675
215.36/111.01	c cleaning 20000 clauses out of 40015 with flag 218001/332675
230.48/118.78	c cleaning 21002 clauses out of 42015 with flag 240001/354675
246.66/126.96	c cleaning 22003 clauses out of 44012 with flag 263000/377674
262.42/134.92	c cleaning 23001 clauses out of 46009 with flag 287000/401674
280.19/143.90	c cleaning 23998 clauses out of 48009 with flag 312001/426675
298.65/153.38	c cleaning 24995 clauses out of 50011 with flag 338001/452675
317.61/162.90	c cleaning 26002 clauses out of 52016 with flag 365001/479675
337.37/172.90	c cleaning 26999 clauses out of 54013 with flag 393000/507674
356.11/182.47	c cleaning 28004 clauses out of 56015 with flag 422001/536675
377.11/193.18	c cleaning 28996 clauses out of 58010 with flag 452000/566674
397.06/203.29	c cleaning 30000 clauses out of 60014 with flag 483000/597674
420.22/214.96	c cleaning 30999 clauses out of 62014 with flag 515000/629674
446.84/228.32	c cleaning 31500 clauses out of 63015 with flag 547000/661674
476.66/243.43	c cleaning 31750 clauses out of 63515 with flag 579000/693674
499.56/255.04	c cleaning 31876 clauses out of 63765 with flag 611000/725674
522.64/266.70	c cleaning 31939 clauses out of 63889 with flag 643000/757674
544.87/278.04	c cleaning 31965 clauses out of 63950 with flag 675000/789674
566.35/289.09	c cleaning 31981 clauses out of 63986 with flag 707001/821675
587.38/299.73	c cleaning 31993 clauses out of 64005 with flag 739001/853675
610.24/311.35	c cleaning 32000 clauses out of 64012 with flag 771001/885675
634.08/323.46	c cleaning 31998 clauses out of 64011 with flag 803000/917674
661.50/337.41	c cleaning 31998 clauses out of 64014 with flag 835001/949675
687.97/350.85	c cleaning 32000 clauses out of 64015 with flag 867000/981674
711.21/362.63	c cleaning 32002 clauses out of 64016 with flag 899001/1013675
734.05/374.25	c cleaning 32001 clauses out of 64015 with flag 931002/1045676
757.67/386.34	c cleaning 31996 clauses out of 64012 with flag 963000/1077674
780.51/397.93	c cleaning 32000 clauses out of 64017 with flag 995001/1109675
804.16/409.90	c cleaning 31996 clauses out of 64017 with flag 1027001/1141675
831.21/423.66	c cleaning 32002 clauses out of 64022 with flag 1059002/1173676
856.69/436.62	c cleaning 32005 clauses out of 64019 with flag 1091001/1205675
884.89/450.92	c cleaning 32001 clauses out of 64014 with flag 1123001/1237675
910.90/464.11	c cleaning 31997 clauses out of 64013 with flag 1155001/1269675
936.08/476.95	c cleaning 32004 clauses out of 64016 with flag 1187001/1301675
960.85/489.68	c cleaning 31995 clauses out of 64012 with flag 1219001/1333675
987.27/503.00	c cleaning 31997 clauses out of 64017 with flag 1251001/1365675
1014.08/516.61	c cleaning 31999 clauses out of 64019 with flag 1283000/1397674
1040.91/530.22	c cleaning 32003 clauses out of 64022 with flag 1315002/1429676
1062.45/541.36	c cleaning 32000 clauses out of 64017 with flag 1347000/1461674
1084.65/552.64	c cleaning 32002 clauses out of 64017 with flag 1379000/1493674
1108.04/564.58	c cleaning 32003 clauses out of 64016 with flag 1411001/1525675
1132.05/576.71	c cleaning 31997 clauses out of 64013 with flag 1443001/1557675
1155.02/588.54	c cleaning 31996 clauses out of 64016 with flag 1475001/1589675
1180.62/601.53	c cleaning 32003 clauses out of 64019 with flag 1507000/1621674
1203.44/613.17	c cleaning 31995 clauses out of 64016 with flag 1539000/1653674
1227.44/625.32	c cleaning 32001 clauses out of 64021 with flag 1571000/1685674
1251.20/637.59	c cleaning 32001 clauses out of 64021 with flag 1603001/1717675
1272.21/648.28	c cleaning 32004 clauses out of 64023 with flag 1635004/1749678
1296.80/660.75	c cleaning 31998 clauses out of 64015 with flag 1667000/1781674
1321.60/673.38	c cleaning 32002 clauses out of 64018 with flag 1699001/1813675
1346.16/685.96	c cleaning 31997 clauses out of 64015 with flag 1731000/1845674
1370.96/698.55	c cleaning 32003 clauses out of 64019 with flag 1763001/1877675
1391.74/709.15	c cleaning 31997 clauses out of 64015 with flag 1795000/1909674
1413.72/720.38	c cleaning 32003 clauses out of 64018 with flag 1827000/1941674
1436.65/732.13	c cleaning 31999 clauses out of 64016 with flag 1859001/1973675
1459.81/743.90	c cleaning 31997 clauses out of 64020 with flag 1891004/2005678
1462.99/745.73	c  And the winner is CuttingPlanes
1459.80/745.92	c Got one! Elapsed wall clock time (in seconds):745.777
1459.80/745.92	o 39
1460.55/746.32	c cleaning 18637 clauses out of 37283 with flag 1000/2010938
1464.90/748.71	c cleaning 12318 clauses out of 24647 with flag 7001/2016939
1469.82/751.59	c cleaning 9660 clauses out of 19328 with flag 14000/2023938
1475.18/754.49	c cleaning 8826 clauses out of 17668 with flag 22000/2031938
1481.15/757.65	c cleaning 8919 clauses out of 17843 with flag 31001/2040939
1487.93/761.29	c cleaning 9458 clauses out of 18923 with flag 41000/2050938
1496.19/765.73	c cleaning 10229 clauses out of 20465 with flag 52000/2061938
1504.54/770.18	c cleaning 11115 clauses out of 22237 with flag 64001/2073939
1513.88/775.03	c cleaning 12058 clauses out of 24121 with flag 77000/2086938
1523.43/780.03	c cleaning 13028 clauses out of 26065 with flag 91002/2100940
1534.50/785.93	c cleaning 14009 clauses out of 28037 with flag 106002/2115940
1546.64/792.22	c cleaning 15009 clauses out of 30027 with flag 122001/2131939
1558.59/798.46	c cleaning 16000 clauses out of 32017 with flag 139000/2148938
1570.90/804.88	c cleaning 17001 clauses out of 34017 with flag 157000/2166938
1584.13/811.82	c cleaning 18002 clauses out of 36016 with flag 176000/2185938
1597.63/818.89	c cleaning 19001 clauses out of 38014 with flag 196000/2205938
1612.14/826.36	c cleaning 20002 clauses out of 40013 with flag 217000/2226938
1628.44/834.73	c cleaning 20997 clauses out of 42011 with flag 239000/2248938
1646.06/843.98	c cleaning 22002 clauses out of 44014 with flag 262000/2271938
1663.39/852.87	c cleaning 22998 clauses out of 46012 with flag 286000/2295938
1681.71/862.22	c cleaning 24001 clauses out of 48016 with flag 311002/2320940
1701.61/872.43	c cleaning 24997 clauses out of 50013 with flag 337000/2346938
1721.82/882.99	c cleaning 26001 clauses out of 52016 with flag 364000/2373938
1743.14/893.81	c cleaning 27002 clauses out of 54017 with flag 392002/2401940
1762.03/903.55	c cleaning 28002 clauses out of 56014 with flag 421001/2430939
1784.73/915.16	c cleaning 28996 clauses out of 58012 with flag 451001/2460939
1796.73/921.51	c starts		: 28
1796.73/921.51	c conflicts		: 5004
1796.73/921.51	c decisions		: 27359
1796.73/921.51	c propagations		: 4211511
1796.73/921.51	c inspects		: 268941900
1796.73/921.51	c shortcuts		: 0
1796.73/921.51	c learnt literals	: 0
1796.73/921.51	c learnt binary clauses	: 0
1796.73/921.51	c learnt ternary clauses	: 0
1796.73/921.51	c learnt constraints	: 5002
1796.73/921.51	c ignored constraints	: 0
1796.73/921.51	c root simplifications	: 0
1796.73/921.51	c removed literals (reason simplification)	: 0
1796.73/921.51	c reason swapping (by a shorter reason)	: 0
1796.73/921.51	c Calls to reduceDB	: 0
1796.73/921.51	c number of reductions to clauses (during analyze)	: 0
1796.73/921.51	c number of learned constraints concerned by reduction	: 0
1796.73/921.51	c number of learning phase by resolution	: 0
1796.73/921.51	c number of learning phase by cutting planes	: 0
1796.73/921.51	c speed (assignments/second)	: 23985.329210021246
1796.73/921.51	c non guided choices	0
1796.73/921.52	c learnt constraints type 
1796.73/921.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 116
1796.73/921.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4886
1796.73/921.52	c constraints type 
1796.73/921.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16216
1796.73/921.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1796.73/921.52	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15716
1796.73/921.52	c constraints type 
1796.73/921.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16216
1796.73/921.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1796.73/921.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15716
1796.73/921.52	s SATISFIABLE
1796.73/921.52	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 
1796.73/921.52	c objective function=39
1796.73/921.52	c Total wall clock time (in seconds): 921.375

Verifier Data

OK	39

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

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

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


[startup+0 s]
/proc/loadavg: 3.35 3.52 3.57 4/199 31978
/proc/meminfo: memFree=26397136/32873844 swapFree=7124/7124
[pid=31978] ppid=31976 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/31978/stat : 31978 (java) D 31976 31978 30903 0 -1 4202496 92 0 0 0 0 0 0 0 20 0 1 0 337884160 2560000 46 33554432000 1073741824 1073778376 140735088388752 140735088385880 273896533287 0 0 4096 0 18446744072100748580 0 0 17 5 0 0 0 0 0
/proc/31978/statm: 625 46 37 9 0 29 0

[startup+0.0636651 s]
/proc/loadavg: 3.35 3.52 3.57 4/199 31978
/proc/meminfo: memFree=26397136/32873844 swapFree=7124/7124
[pid=31978] ppid=31976 vsize=11253516 CPUtime=0.03 cores=1,3,5,7
/proc/31978/stat : 31978 (java) S 31976 31978 30903 0 -1 4202496 4279 0 1 0 2 1 0 0 20 0 13 0 337884160 11523600384 11622 33554432000 1073741824 1073778376 140734849484640 140734849475776 273909055549 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31978/statm: 2813379 11622 1662 9 0 2804080 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 11253516

[startup+0.100318 s]
/proc/loadavg: 3.35 3.52 3.57 4/199 31978
/proc/meminfo: memFree=26397136/32873844 swapFree=7124/7124
[pid=31978] ppid=31976 vsize=11586392 CPUtime=0.06 cores=1,3,5,7
/proc/31978/stat : 31978 (java) S 31976 31978 30903 0 -1 4202496 4469 0 1 0 5 1 0 0 20 0 18 0 337884160 11864465408 12833 33554432000 1073741824 1073778376 140734849484640 140734849475776 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31978/statm: 2896598 12833 1764 9 0 2887285 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 11586392

[startup+0.300275 s]
/proc/loadavg: 3.35 3.52 3.57 4/199 31978
/proc/meminfo: memFree=26397136/32873844 swapFree=7124/7124
[pid=31978] ppid=31976 vsize=11586392 CPUtime=0.38 cores=1,3,5,7
/proc/31978/stat : 31978 (java) S 31976 31978 30903 0 -1 4202496 6117 0 1 0 36 2 0 0 20 0 18 0 337884160 11864465408 15277 33554432000 1073741824 1073778376 140734849484640 140734849475776 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31978/statm: 2896598 15277 2214 9 0 2887285 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 11586392

[startup+0.700298 s]
/proc/loadavg: 3.35 3.52 3.57 4/199 31978
/proc/meminfo: memFree=26397136/32873844 swapFree=7124/7124
[pid=31978] ppid=31976 vsize=11586392 CPUtime=1.53 cores=1,3,5,7
/proc/31978/stat : 31978 (java) S 31976 31978 30903 0 -1 4202496 21053 0 1 0 148 5 0 0 20 0 18 0 337884160 11864465408 31829 33554432000 1073741824 1073778376 140734849484640 140734849475776 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31978/statm: 2896598 31835 2248 9 0 2887285 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 11586392

[startup+1.50076 s]
/proc/loadavg: 3.35 3.52 3.57 6/221 32000
/proc/meminfo: memFree=26254072/32873844 swapFree=7124/7124
[pid=31978] ppid=31976 vsize=11852648 CPUtime=3.46 cores=1,3,5,7
/proc/31978/stat : 31978 (java) S 31976 31978 30903 0 -1 4202496 21960 0 1 0 336 10 0 0 20 0 19 0 337884160 12137111552 41340 33554432000 1073741824 1073778376 140734849484640 140734849475776 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31978/statm: 2963162 41340 2269 9 0 2953849 0
[pid=31978/tid=31980] ppid=31976 vsize=11852648 CPUtime=0.81 cores=1,3,5,7
/proc/31978/task/31980/stat : 31980 (java) S 31976 31978 30903 0 -1 4202560 3460 0 1 0 78 3 0 0 20 0 19 0 337884161 12137111552 41340 33554432000 1073741824 1073778376 140734849484640 139947817485464 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31978/tid=31981] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31981/stat : 31981 (java) S 31976 31978 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337884164 12137111552 41340 33554432000 1073741824 1073778376 140734849484640 139947756215080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31978/tid=31982] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31982/stat : 31982 (java) S 31976 31978 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337884164 12137111552 41340 33554432000 1073741824 1073778376 140734849484640 139947755162280 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31978/tid=31983] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31983/stat : 31983 (java) S 31976 31978 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337884164 12137111552 41340 33554432000 1073741824 1073778376 140734849484640 139947754109992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31978/tid=31984] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31984/stat : 31984 (java) S 31976 31978 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337884164 12137111552 41340 33554432000 1073741824 1073778376 140734849484640 139947753057192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31978/tid=31985] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31985/stat : 31985 (java) S 31976 31978 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337884164 12137111552 41340 33554432000 1073741824 1073778376 140734849484640 139947649820968 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31978/tid=31986] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31986/stat : 31986 (java) S 31976 31978 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337884164 12137111552 41340 33554432000 1073741824 1073778376 140734849484640 139947648768168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31978/tid=31987] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31987/stat : 31987 (java) S 31976 31978 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337884164 12137111552 41340 33554432000 1073741824 1073778376 140734849484640 139947647715880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31978/tid=31988] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31988/stat : 31988 (java) S 31976 31978 30903 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 337884164 12137111552 41340 33554432000 1073741824 1073778376 140734849484640 139947646663080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31978/tid=31989] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31989/stat : 31989 (java) S 31976 31978 30903 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 337884165 12137111552 41340 33554432000 1073741824 1073778376 140734849484640 139947634465512 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31978/tid=31990] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31990/stat : 31990 (java) S 31976 31978 30903 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 337884166 12137111552 41340 33554432000 1073741824 1073778376 140734849484640 139947633411576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31978/tid=31991] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31991/stat : 31991 (java) S 31976 31978 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 337884166 12137111552 41340 33554432000 1073741824 1073778376 140734849484640 139947632359176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31978/tid=31992] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31992/stat : 31992 (java) S 31976 31978 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337884169 12137111552 41340 33554432000 1073741824 1073778376 140734849484640 139947631307664 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31978/tid=31993] ppid=31976 vsize=11852648 CPUtime=0.96 cores=1,3,5,7
/proc/31978/task/31993/stat : 31993 (java) S 31976 31978 30903 0 -1 4202560 10082 0 0 0 95 1 0 0 20 0 19 0 337884169 12137111552 41340 33554432000 1073741824 1073778376 140734849484640 139947630254264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31978/tid=31994] ppid=31976 vsize=11852648 CPUtime=0.96 cores=1,3,5,7
/proc/31978/task/31994/stat : 31994 (java) S 31976 31978 30903 0 -1 4202560 7105 0 0 0 94 2 0 0 20 0 19 0 337884169 12137111552 41340 33554432000 1073741824 1073778376 140734849484640 139947629201464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31978/tid=31995] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31995/stat : 31995 (java) S 31976 31978 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337884169 12137111552 41340 33554432000 1073741824 1073778376 140734849484640 139947628149368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31978/tid=31996] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31996/stat : 31996 (java) S 31976 31978 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337884169 12137111552 41340 33554432000 1073741824 1073778376 140734849484640 139947627096776 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31978/tid=32000] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/32000/stat : 32000 (java) S 31976 31978 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 337884249 12137111552 41340 33554432000 1073741824 1073778376 140734849484640 139947622884904 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 11852648

[startup+3.10073 s]
/proc/loadavg: 3.35 3.52 3.57 3/218 32006
/proc/meminfo: memFree=26220692/32873844 swapFree=7124/7124
[pid=31978] ppid=31976 vsize=11852648 CPUtime=5.07 cores=1,3,5,7
/proc/31978/stat : 31978 (java) S 31976 31978 30903 0 -1 4202496 22058 0 1 0 491 16 0 0 20 0 22 0 337884160 12137111552 78726 33554432000 1073741824 1073778376 140734849484640 140734849475776 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31978/statm: 2963162 78726 2271 9 0 2953849 0
[pid=31978/tid=31980] ppid=31976 vsize=11852648 CPUtime=0.82 cores=1,3,5,7
/proc/31978/task/31980/stat : 31980 (java) S 31976 31978 30903 0 -1 4202560 3461 0 1 0 79 3 0 0 20 0 22 0 337884161 12137111552 78726 33554432000 1073741824 1073778376 140734849484640 139947817485480 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31978/tid=31981] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31981/stat : 31981 (java) S 31976 31978 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337884164 12137111552 78726 33554432000 1073741824 1073778376 140734849484640 139947756215080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31978/tid=31982] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31982/stat : 31982 (java) S 31976 31978 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337884164 12137111552 78726 33554432000 1073741824 1073778376 140734849484640 139947755162280 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31978/tid=31983] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31983/stat : 31983 (java) S 31976 31978 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337884164 12137111552 78726 33554432000 1073741824 1073778376 140734849484640 139947754109992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31978/tid=31984] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31984/stat : 31984 (java) S 31976 31978 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337884164 12137111552 78726 33554432000 1073741824 1073778376 140734849484640 139947753057192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31978/tid=31985] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31985/stat : 31985 (java) S 31976 31978 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337884164 12137111552 78726 33554432000 1073741824 1073778376 140734849484640 139947649820968 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31978/tid=31986] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31986/stat : 31986 (java) S 31976 31978 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337884164 12137111552 78726 33554432000 1073741824 1073778376 140734849484640 139947648768168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31978/tid=31987] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31987/stat : 31987 (java) S 31976 31978 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337884164 12137111552 78726 33554432000 1073741824 1073778376 140734849484640 139947647715880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31978/tid=31988] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31988/stat : 31988 (java) S 31976 31978 30903 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 337884164 12137111552 78726 33554432000 1073741824 1073778376 140734849484640 139947646663080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31978/tid=31989] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31989/stat : 31989 (java) S 31976 31978 30903 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 337884165 12137111552 78726 33554432000 1073741824 1073778376 140734849484640 139947634465512 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31978/tid=31990] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31990/stat : 31990 (java) S 31976 31978 30903 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 337884166 12137111552 78726 33554432000 1073741824 1073778376 140734849484640 139947633411576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31978/tid=31991] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31991/stat : 31991 (java) S 31976 31978 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 337884166 12137111552 78726 33554432000 1073741824 1073778376 140734849484640 139947632359176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31978/tid=31992] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31992/stat : 31992 (java) S 31976 31978 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337884169 12137111552 78726 33554432000 1073741824 1073778376 140734849484640 139947631307664 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31978/tid=31993] ppid=31976 vsize=11852648 CPUtime=1.17 cores=1,3,5,7
/proc/31978/task/31993/stat : 31993 (java) S 31976 31978 30903 0 -1 4202560 10082 0 0 0 116 1 0 0 20 0 22 0 337884169 12137111552 78726 33554432000 1073741824 1073778376 140734849484640 139947630254264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31978/tid=31994] ppid=31976 vsize=11852648 CPUtime=1.21 cores=1,3,5,7
/proc/31978/task/31994/stat : 31994 (java) S 31976 31978 30903 0 -1 4202560 7107 0 0 0 119 2 0 0 20 0 22 0 337884169 12137111552 78726 33554432000 1073741824 1073778376 140734849484640 139947629201464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31978/tid=31995] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31995/stat : 31995 (java) S 31976 31978 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337884169 12137111552 78726 33554432000 1073741824 1073778376 140734849484640 139947628149368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31978/tid=31996] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31996/stat : 31996 (java) S 31976 31978 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337884169 12137111552 78726 33554432000 1073741824 1073778376 140734849484640 139947627096776 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31978/tid=32000] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/32000/stat : 32000 (java) S 31976 31978 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 337884249 12137111552 78726 33554432000 1073741824 1073778376 140734849484640 139947622884904 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 5.07
Current children cumulated vsize (KiB) 11852648

[startup+6.3008 s]
/proc/loadavg: 3.33 3.52 3.56 5/221 32015
/proc/meminfo: memFree=25274696/32873844 swapFree=7124/7124
[pid=31978] ppid=31976 vsize=11852648 CPUtime=11.47 cores=1,3,5,7
/proc/31978/stat : 31978 (java) S 31976 31978 30903 0 -1 4202496 22686 0 1 0 1104 43 0 0 20 0 22 0 337884160 12137111552 346936 33554432000 1073741824 1073778376 140734849484640 140734849475776 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31978/statm: 2963162 346936 2295 9 0 2953849 0
[pid=31978/tid=31980] ppid=31976 vsize=11852648 CPUtime=0.83 cores=1,3,5,7
/proc/31978/task/31980/stat : 31980 (java) S 31976 31978 30903 0 -1 4202560 3461 0 1 0 80 3 0 0 20 0 22 0 337884161 12137111552 346936 33554432000 1073741824 1073778376 140734849484640 139947817485480 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31978/tid=31981] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31981/stat : 31981 (java) S 31976 31978 30903 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 337884164 12137111552 346936 33554432000 1073741824 1073778376 140734849484640 139947756215080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31978/tid=31982] ppid=31976 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/31978/task/31982/stat : 31982 (java) S 31976 31978 30903 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 337884164 12137111552 346936 33554432000 1073741824 1073778376 140734849484640 139947755162280 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31978/tid=31983] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31983/stat : 31983 (java) S 31976 31978 30903 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 337884164 12137111552 346936 33554432000 1073741824 1073778376 140734849484640 139947754109992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31978/tid=31984] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31984/stat : 31984 (java) S 31976 31978 30903 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 337884164 12137111552 346936 33554432000 1073741824 1073778376 140734849484640 139947753057192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31978/tid=31985] ppid=31976 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/31978/task/31985/stat : 31985 (java) S 31976 31978 30903 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 337884164 12137111552 346936 33554432000 1073741824 1073778376 140734849484640 139947649820968 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31978/tid=31986] ppid=31976 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/31978/task/31986/stat : 31986 (java) S 31976 31978 30903 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 337884164 12137111552 346936 33554432000 1073741824 1073778376 140734849484640 139947648768168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31978/tid=31987] ppid=31976 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/31978/task/31987/stat : 31987 (java) S 31976 31978 30903 0 -1 4202560 16 0 0 0 1 2 0 0 20 0 22 0 337884164 12137111552 346936 33554432000 1073741824 1073778376 140734849484640 139947647715880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31978/tid=31988] ppid=31976 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/31978/task/31988/stat : 31988 (java) S 31976 31978 30903 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 337884164 12137111552 346936 33554432000 1073741824 1073778376 140734849484640 139947646663080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31978/tid=31989] ppid=31976 vsize=11852648 CPUtime=0.14 cores=1,3,5,7
/proc/31978/task/31989/stat : 31989 (java) S 31976 31978 30903 0 -1 4202560 47 0 0 0 12 2 0 0 20 0 22 0 337884165 12137111552 346936 33554432000 1073741824 1073778376 140734849484640 139947634465512 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31978/tid=31990] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31990/stat : 31990 (java) S 31976 31978 30903 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 337884166 12137111552 346936 33554432000 1073741824 1073778376 140734849484640 139947633411576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31978/tid=31991] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31991/stat : 31991 (java) S 31976 31978 30903 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 337884166 12137111552 346936 33554432000 1073741824 1073778376 140734849484640 139947632359176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31978/tid=31992] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31992/stat : 31992 (java) S 31976 31978 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337884169 12137111552 346936 33554432000 1073741824 1073778376 140734849484640 139947631307664 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31978/tid=31993] ppid=31976 vsize=11852648 CPUtime=1.23 cores=1,3,5,7
/proc/31978/task/31993/stat : 31993 (java) S 31976 31978 30903 0 -1 4202560 10083 0 0 0 121 2 0 0 20 0 22 0 337884169 12137111552 346936 33554432000 1073741824 1073778376 140734849484640 139947630254264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31978/tid=31994] ppid=31976 vsize=11852648 CPUtime=1.36 cores=1,3,5,7
/proc/31978/task/31994/stat : 31994 (java) S 31976 31978 30903 0 -1 4202560 7113 0 0 0 134 2 0 0 20 0 22 0 337884169 12137111552 346936 33554432000 1073741824 1073778376 140734849484640 139947629201464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31978/tid=31995] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31995/stat : 31995 (java) S 31976 31978 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337884169 12137111552 346936 33554432000 1073741824 1073778376 140734849484640 139947628149368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31978/tid=31996] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31996/stat : 31996 (java) S 31976 31978 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337884169 12137111552 346936 33554432000 1073741824 1073778376 140734849484640 139947627096776 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31978/tid=32000] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/32000/stat : 32000 (java) S 31976 31978 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 337884249 12137111552 346936 33554432000 1073741824 1073778376 140734849484640 139947622884904 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31978/tid=32013] ppid=31976 vsize=11852648 CPUtime=2.13 cores=1,3,5,7
/proc/31978/task/32013/stat : 32013 (java) R 31976 31978 30903 0 -1 4202560 7 0 0 0 213 0 0 0 20 0 22 0 337884553 12137111552 346936 33554432000 1073741824 1073778376 140734849484640 139947623936920 139947757903076 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=31978/tid=32014] ppid=31976 vsize=11852648 CPUtime=2.14 cores=1,3,5,7
/proc/31978/task/32014/stat : 32014 (java) R 31976 31978 30903 0 -1 4202560 352 0 0 0 201 13 0 0 20 0 22 0 337884553 12137111552 346936 33554432000 1073741824 1073778376 140734849484640 139947626041544 139947758426576 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0

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

[pid=31978/tid=31984] ppid=31976 vsize=11852648 CPUtime=1.3 cores=1,3,5,7
/proc/31978/task/31984/stat : 31984 (java) S 31976 31978 30903 0 -1 4202560 137 0 0 0 128 2 0 0 20 0 22 0 337884164 12137111552 769697 33554432000 1073741824 1073778376 140734849484640 139947753057192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31978/tid=31985] ppid=31976 vsize=11852648 CPUtime=1.27 cores=1,3,5,7
/proc/31978/task/31985/stat : 31985 (java) S 31976 31978 30903 0 -1 4202560 152 0 0 0 125 2 0 0 20 0 22 0 337884164 12137111552 769697 33554432000 1073741824 1073778376 140734849484640 139947649820968 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31978/tid=31986] ppid=31976 vsize=11852648 CPUtime=1.27 cores=1,3,5,7
/proc/31978/task/31986/stat : 31986 (java) S 31976 31978 30903 0 -1 4202560 105 0 0 0 126 1 0 0 20 0 22 0 337884164 12137111552 769697 33554432000 1073741824 1073778376 140734849484640 139947648768168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31978/tid=31987] ppid=31976 vsize=11852648 CPUtime=1.27 cores=1,3,5,7
/proc/31978/task/31987/stat : 31987 (java) S 31976 31978 30903 0 -1 4202560 140 0 0 0 124 3 0 0 20 0 22 0 337884164 12137111552 769697 33554432000 1073741824 1073778376 140734849484640 139947647715880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31978/tid=31988] ppid=31976 vsize=11852648 CPUtime=1.16 cores=1,3,5,7
/proc/31978/task/31988/stat : 31988 (java) S 31976 31978 30903 0 -1 4202560 112 0 0 0 113 3 0 0 20 0 22 0 337884164 12137111552 769697 33554432000 1073741824 1073778376 140734849484640 139947646663080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31978/tid=31989] ppid=31976 vsize=11852648 CPUtime=43.19 cores=1,3,5,7
/proc/31978/task/31989/stat : 31989 (java) S 31976 31978 30903 0 -1 4202560 270 0 0 0 4308 11 0 0 20 0 22 0 337884165 12137111552 769697 33554432000 1073741824 1073778376 140734849484640 139947634465512 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31978/tid=31990] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31990/stat : 31990 (java) S 31976 31978 30903 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 337884166 12137111552 769697 33554432000 1073741824 1073778376 140734849484640 139947633411576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31978/tid=31991] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31991/stat : 31991 (java) S 31976 31978 30903 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 337884166 12137111552 769697 33554432000 1073741824 1073778376 140734849484640 139947632359176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31978/tid=31992] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31992/stat : 31992 (java) S 31976 31978 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337884169 12137111552 769697 33554432000 1073741824 1073778376 140734849484640 139947631307664 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31978/tid=31993] ppid=31976 vsize=11852648 CPUtime=1.44 cores=1,3,5,7
/proc/31978/task/31993/stat : 31993 (java) S 31976 31978 30903 0 -1 4202560 10094 0 0 0 142 2 0 0 20 0 22 0 337884169 12137111552 769697 33554432000 1073741824 1073778376 140734849484640 139947630254264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31978/tid=31994] ppid=31976 vsize=11852648 CPUtime=1.44 cores=1,3,5,7
/proc/31978/task/31994/stat : 31994 (java) S 31976 31978 30903 0 -1 4202560 7119 0 0 0 142 2 0 0 20 0 22 0 337884169 12137111552 769697 33554432000 1073741824 1073778376 140734849484640 139947629201464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31978/tid=31995] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31995/stat : 31995 (java) S 31976 31978 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337884169 12137111552 769697 33554432000 1073741824 1073778376 140734849484640 139947628149368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31978/tid=31996] ppid=31976 vsize=11852648 CPUtime=0.42 cores=1,3,5,7
/proc/31978/task/31996/stat : 31996 (java) S 31976 31978 30903 0 -1 4202560 51 0 0 0 22 20 0 0 20 0 22 0 337884169 12137111552 769697 33554432000 1073741824 1073778376 140734849484640 139947627096776 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31978/tid=32015] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/32015/stat : 32015 (java) S 31976 31978 30903 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 337884554 12137111552 769697 33554432000 1073741824 1073778376 140734849484640 139947624990376 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31978/tid=32133] ppid=31976 vsize=11852648 CPUtime=122.34 cores=1,3,5,7
/proc/31978/task/32133/stat : 32133 (java) R 31976 31978 30903 0 -1 4202560 4 0 0 0 12233 1 0 0 20 0 22 0 337958753 12137111552 769697 33554432000 1073741824 1073778376 140734849484640 139947623936464 139947758454514 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31978/tid=32134] ppid=31976 vsize=11852648 CPUtime=122.36 cores=1,3,5,7
/proc/31978/task/32134/stat : 32134 (java) R 31976 31978 30903 0 -1 4202560 4 0 0 0 12235 1 0 0 20 0 22 0 337958753 12137111552 769697 33554432000 1073741824 1073778376 140734849484640 139947626039760 139947758306501 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=31978/tid=32135] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/32135/stat : 32135 (java) S 31976 31978 30903 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 337958753 12137111552 769697 33554432000 1073741824 1073778376 140734849484640 139947622884776 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1720.62
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+921.501 s]
/proc/loadavg: 3.92 4.01 3.83 5/221 32135
/proc/meminfo: memFree=21948436/32873844 swapFree=7124/7124
[pid=31978] ppid=31976 vsize=11852648 CPUtime=1796.73 cores=1,3,5,7
/proc/31978/stat : 31978 (java) S 31976 31978 30903 0 -1 4202496 24703 0 1 0 179531 142 0 0 20 0 22 0 337884160 12137111552 770244 33554432000 1073741824 1073778376 140734849484640 140734849475776 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31978/statm: 2963162 770244 2297 9 0 2953849 0
[pid=31978/tid=31980] ppid=31976 vsize=11852648 CPUtime=0.9 cores=1,3,5,7
/proc/31978/task/31980/stat : 31980 (java) S 31976 31978 30903 0 -1 4202560 3533 0 1 0 85 5 0 0 20 0 22 0 337884161 12137111552 770244 33554432000 1073741824 1073778376 140734849484640 139947817485464 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31978/tid=31981] ppid=31976 vsize=11852648 CPUtime=1.1 cores=1,3,5,7
/proc/31978/task/31981/stat : 31981 (java) S 31976 31978 30903 0 -1 4202560 101 0 0 0 109 1 0 0 20 0 22 0 337884164 12137111552 770244 33554432000 1073741824 1073778376 140734849484640 139947756215080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31978/tid=31982] ppid=31976 vsize=11852648 CPUtime=1.37 cores=1,3,5,7
/proc/31978/task/31982/stat : 31982 (java) S 31976 31978 30903 0 -1 4202560 121 0 0 0 135 2 0 0 20 0 22 0 337884164 12137111552 770244 33554432000 1073741824 1073778376 140734849484640 139947755162280 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31978/tid=31983] ppid=31976 vsize=11852648 CPUtime=1.38 cores=1,3,5,7
/proc/31978/task/31983/stat : 31983 (java) S 31976 31978 30903 0 -1 4202560 135 0 0 0 136 2 0 0 20 0 22 0 337884164 12137111552 770244 33554432000 1073741824 1073778376 140734849484640 139947754109992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31978/tid=31984] ppid=31976 vsize=11852648 CPUtime=1.33 cores=1,3,5,7
/proc/31978/task/31984/stat : 31984 (java) S 31976 31978 30903 0 -1 4202560 137 0 0 0 131 2 0 0 20 0 22 0 337884164 12137111552 770244 33554432000 1073741824 1073778376 140734849484640 139947753057192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31978/tid=31985] ppid=31976 vsize=11852648 CPUtime=1.31 cores=1,3,5,7
/proc/31978/task/31985/stat : 31985 (java) S 31976 31978 30903 0 -1 4202560 160 0 0 0 129 2 0 0 20 0 22 0 337884164 12137111552 770244 33554432000 1073741824 1073778376 140734849484640 139947649820968 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31978/tid=31986] ppid=31976 vsize=11852648 CPUtime=1.34 cores=1,3,5,7
/proc/31978/task/31986/stat : 31986 (java) S 31976 31978 30903 0 -1 4202560 109 0 0 0 133 1 0 0 20 0 22 0 337884164 12137111552 770244 33554432000 1073741824 1073778376 140734849484640 139947648768168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31978/tid=31987] ppid=31976 vsize=11852648 CPUtime=1.33 cores=1,3,5,7
/proc/31978/task/31987/stat : 31987 (java) S 31976 31978 30903 0 -1 4202560 144 0 0 0 130 3 0 0 20 0 22 0 337884164 12137111552 770244 33554432000 1073741824 1073778376 140734849484640 139947647715880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31978/tid=31988] ppid=31976 vsize=11852648 CPUtime=1.23 cores=1,3,5,7
/proc/31978/task/31988/stat : 31988 (java) S 31976 31978 30903 0 -1 4202560 116 0 0 0 120 3 0 0 20 0 22 0 337884164 12137111552 770244 33554432000 1073741824 1073778376 140734849484640 139947646663080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31978/tid=31989] ppid=31976 vsize=11852648 CPUtime=45.67 cores=1,3,5,7
/proc/31978/task/31989/stat : 31989 (java) S 31976 31978 30903 0 -1 4202560 273 0 0 0 4556 11 0 0 20 0 22 0 337884165 12137111552 770244 33554432000 1073741824 1073778376 140734849484640 139947634465512 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31978/tid=31990] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31990/stat : 31990 (java) S 31976 31978 30903 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 337884166 12137111552 770244 33554432000 1073741824 1073778376 140734849484640 139947633411576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31978/tid=31991] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31991/stat : 31991 (java) S 31976 31978 30903 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 337884166 12137111552 770244 33554432000 1073741824 1073778376 140734849484640 139947632359176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31978/tid=31992] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31992/stat : 31992 (java) S 31976 31978 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337884169 12137111552 770244 33554432000 1073741824 1073778376 140734849484640 139947631307664 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31978/tid=31993] ppid=31976 vsize=11852648 CPUtime=1.44 cores=1,3,5,7
/proc/31978/task/31993/stat : 31993 (java) S 31976 31978 30903 0 -1 4202560 10094 0 0 0 142 2 0 0 20 0 22 0 337884169 12137111552 770244 33554432000 1073741824 1073778376 140734849484640 139947630254264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31978/tid=31994] ppid=31976 vsize=11852648 CPUtime=1.44 cores=1,3,5,7
/proc/31978/task/31994/stat : 31994 (java) S 31976 31978 30903 0 -1 4202560 7119 0 0 0 142 2 0 0 20 0 22 0 337884169 12137111552 770244 33554432000 1073741824 1073778376 140734849484640 139947629201464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31978/tid=31995] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31995/stat : 31995 (java) S 31976 31978 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337884169 12137111552 770244 33554432000 1073741824 1073778376 140734849484640 139947628149368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31978/tid=31996] ppid=31976 vsize=11852648 CPUtime=0.44 cores=1,3,5,7
/proc/31978/task/31996/stat : 31996 (java) S 31976 31978 30903 0 -1 4202560 53 0 0 0 23 21 0 0 20 0 22 0 337884169 12137111552 770244 33554432000 1073741824 1073778376 140734849484640 139947627096776 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31978/tid=32015] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/32015/stat : 32015 (java) S 31976 31978 30903 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 337884554 12137111552 770244 33554432000 1073741824 1073778376 140734849484640 139947624990376 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31978/tid=32133] ppid=31976 vsize=11852648 CPUtime=158.84 cores=1,3,5,7
/proc/31978/task/32133/stat : 32133 (java) R 31976 31978 30903 0 -1 4202560 4 0 0 0 15882 2 0 0 20 0 22 0 337958753 12137111552 770244 33554432000 1073741824 1073778376 140734849484640 139947623936464 139947758283846 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31978/tid=32134] ppid=31976 vsize=11852648 CPUtime=158.88 cores=1,3,5,7
/proc/31978/task/32134/stat : 32134 (java) R 31976 31978 30903 0 -1 4202560 4 0 0 0 15886 2 0 0 20 0 22 0 337958753 12137111552 770244 33554432000 1073741824 1073778376 140734849484640 139947626039760 139947758306497 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=31978/tid=32135] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/32135/stat : 32135 (java) S 31976 31978 30903 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 337958753 12137111552 770244 33554432000 1073741824 1073778376 140734849484640 139947622884776 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1796.73
Current children cumulated vsize (KiB) 11852648

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

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

[startup+921.501 s]
/proc/loadavg: 3.92 4.01 3.83 5/221 32135
/proc/meminfo: memFree=21948436/32873844 swapFree=7124/7124
[pid=31978] ppid=31976 vsize=11852648 CPUtime=1796.73 cores=1,3,5,7
/proc/31978/stat : 31978 (java) S 31976 31978 30903 0 -1 4202496 24703 0 1 0 179531 142 0 0 20 0 22 0 337884160 12137111552 770244 33554432000 1073741824 1073778376 140734849484640 140734849475776 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31978/statm: 2963162 770244 2297 9 0 2953849 0
[pid=31978/tid=31980] ppid=31976 vsize=11852648 CPUtime=0.9 cores=1,3,5,7
/proc/31978/task/31980/stat : 31980 (java) S 31976 31978 30903 0 -1 4202560 3533 0 1 0 85 5 0 0 20 0 22 0 337884161 12137111552 770244 33554432000 1073741824 1073778376 140734849484640 139947817485464 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31978/tid=31981] ppid=31976 vsize=11852648 CPUtime=1.1 cores=1,3,5,7
/proc/31978/task/31981/stat : 31981 (java) S 31976 31978 30903 0 -1 4202560 101 0 0 0 109 1 0 0 20 0 22 0 337884164 12137111552 770244 33554432000 1073741824 1073778376 140734849484640 139947756215080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31978/tid=31982] ppid=31976 vsize=11852648 CPUtime=1.37 cores=1,3,5,7
/proc/31978/task/31982/stat : 31982 (java) S 31976 31978 30903 0 -1 4202560 121 0 0 0 135 2 0 0 20 0 22 0 337884164 12137111552 770244 33554432000 1073741824 1073778376 140734849484640 139947755162280 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31978/tid=31983] ppid=31976 vsize=11852648 CPUtime=1.38 cores=1,3,5,7
/proc/31978/task/31983/stat : 31983 (java) S 31976 31978 30903 0 -1 4202560 135 0 0 0 136 2 0 0 20 0 22 0 337884164 12137111552 770244 33554432000 1073741824 1073778376 140734849484640 139947754109992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31978/tid=31984] ppid=31976 vsize=11852648 CPUtime=1.33 cores=1,3,5,7
/proc/31978/task/31984/stat : 31984 (java) S 31976 31978 30903 0 -1 4202560 137 0 0 0 131 2 0 0 20 0 22 0 337884164 12137111552 770244 33554432000 1073741824 1073778376 140734849484640 139947753057192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31978/tid=31985] ppid=31976 vsize=11852648 CPUtime=1.31 cores=1,3,5,7
/proc/31978/task/31985/stat : 31985 (java) S 31976 31978 30903 0 -1 4202560 160 0 0 0 129 2 0 0 20 0 22 0 337884164 12137111552 770244 33554432000 1073741824 1073778376 140734849484640 139947649820968 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31978/tid=31986] ppid=31976 vsize=11852648 CPUtime=1.34 cores=1,3,5,7
/proc/31978/task/31986/stat : 31986 (java) S 31976 31978 30903 0 -1 4202560 109 0 0 0 133 1 0 0 20 0 22 0 337884164 12137111552 770244 33554432000 1073741824 1073778376 140734849484640 139947648768168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31978/tid=31987] ppid=31976 vsize=11852648 CPUtime=1.33 cores=1,3,5,7
/proc/31978/task/31987/stat : 31987 (java) S 31976 31978 30903 0 -1 4202560 144 0 0 0 130 3 0 0 20 0 22 0 337884164 12137111552 770244 33554432000 1073741824 1073778376 140734849484640 139947647715880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31978/tid=31988] ppid=31976 vsize=11852648 CPUtime=1.23 cores=1,3,5,7
/proc/31978/task/31988/stat : 31988 (java) S 31976 31978 30903 0 -1 4202560 116 0 0 0 120 3 0 0 20 0 22 0 337884164 12137111552 770244 33554432000 1073741824 1073778376 140734849484640 139947646663080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31978/tid=31989] ppid=31976 vsize=11852648 CPUtime=45.67 cores=1,3,5,7
/proc/31978/task/31989/stat : 31989 (java) S 31976 31978 30903 0 -1 4202560 273 0 0 0 4556 11 0 0 20 0 22 0 337884165 12137111552 770244 33554432000 1073741824 1073778376 140734849484640 139947634465512 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31978/tid=31990] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31990/stat : 31990 (java) S 31976 31978 30903 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 337884166 12137111552 770244 33554432000 1073741824 1073778376 140734849484640 139947633411576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31978/tid=31991] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31991/stat : 31991 (java) S 31976 31978 30903 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 337884166 12137111552 770244 33554432000 1073741824 1073778376 140734849484640 139947632359176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31978/tid=31992] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31992/stat : 31992 (java) S 31976 31978 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337884169 12137111552 770244 33554432000 1073741824 1073778376 140734849484640 139947631307664 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31978/tid=31993] ppid=31976 vsize=11852648 CPUtime=1.44 cores=1,3,5,7
/proc/31978/task/31993/stat : 31993 (java) S 31976 31978 30903 0 -1 4202560 10094 0 0 0 142 2 0 0 20 0 22 0 337884169 12137111552 770244 33554432000 1073741824 1073778376 140734849484640 139947630254264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31978/tid=31994] ppid=31976 vsize=11852648 CPUtime=1.44 cores=1,3,5,7
/proc/31978/task/31994/stat : 31994 (java) S 31976 31978 30903 0 -1 4202560 7119 0 0 0 142 2 0 0 20 0 22 0 337884169 12137111552 770244 33554432000 1073741824 1073778376 140734849484640 139947629201464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31978/tid=31995] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/31995/stat : 31995 (java) S 31976 31978 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337884169 12137111552 770244 33554432000 1073741824 1073778376 140734849484640 139947628149368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31978/tid=31996] ppid=31976 vsize=11852648 CPUtime=0.44 cores=1,3,5,7
/proc/31978/task/31996/stat : 31996 (java) S 31976 31978 30903 0 -1 4202560 53 0 0 0 23 21 0 0 20 0 22 0 337884169 12137111552 770244 33554432000 1073741824 1073778376 140734849484640 139947627096776 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31978/tid=32015] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/32015/stat : 32015 (java) S 31976 31978 30903 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 337884554 12137111552 770244 33554432000 1073741824 1073778376 140734849484640 139947624990376 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31978/tid=32133] ppid=31976 vsize=11852648 CPUtime=158.84 cores=1,3,5,7
/proc/31978/task/32133/stat : 32133 (java) R 31976 31978 30903 0 -1 4202560 4 0 0 0 15882 2 0 0 20 0 22 0 337958753 12137111552 770244 33554432000 1073741824 1073778376 140734849484640 139947623936464 139947758283846 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31978/tid=32134] ppid=31976 vsize=11852648 CPUtime=158.88 cores=1,3,5,7
/proc/31978/task/32134/stat : 32134 (java) R 31976 31978 30903 0 -1 4202560 4 0 0 0 15886 2 0 0 20 0 22 0 337958753 12137111552 770244 33554432000 1073741824 1073778376 140734849484640 139947626039760 139947758306497 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=31978/tid=32135] ppid=31976 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31978/task/32135/stat : 32135 (java) S 31976 31978 30903 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 337958753 12137111552 770244 33554432000 1073741824 1073778376 140734849484640 139947622884776 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1796.73
Current children cumulated vsize (KiB) 11852648

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31978 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=308223
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=600756
# CPU time returned by wait4() is 1795.91
# while last known CPU time is 1796.73
#
# 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): 3.28007
#  lost CPU user time (s): 3.50002
#  lost CPU system time (s): -0.22

Real time (s): 921.54
CPU time (s): 1800.01
CPU user time (s): 1798.81
CPU system time (s): 1.2
CPU usage (%): 195.326
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.31
system time used= 1.60076
maximum resident set size= 3081088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24732
page faults= 1
swaps= 0
block input operations= 440
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25095
involuntary context switches= 30295

runsolver used 4.70129 second user time and 8.16376 second system time

The end

Launcher Data

Begin job on node134 at 2012-06-03 11:59:48
IDJOB=3736745
IDBENCH=48112
IDSOLVER=2328
FILE ID=node134/3736745-1338717588
RUNJOBID= node134-1338713778-30920
PBS_JOBID= 14636743
Free space on /tmp= 70360 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_500_25_1.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3736745-1338717588/watcher-3736745-1338717588 -o /tmp/evaluation-result-3736745-1338717588/solver-3736745-1338717588 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3736745-1338717588.opb

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

MD5SUM BENCH= 93a95f0846e71f0984a2317cf811edef
RANDOM SEED=1793799464

node134.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.278
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.55
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.278
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	: 5332.56
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.278
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	: 5332.55
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.278
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	: 5332.59
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.278
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	: 5332.55
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.278
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	: 5332.55
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.278
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	: 5332.57
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.278
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26397664 kB
Buffers:          483288 kB
Cached:          3302504 kB
SwapCached:           76 kB
Active:          3524732 kB
Inactive:        2048076 kB
Active(anon):    1778568 kB
Inactive(anon):    10496 kB
Active(file):    1746164 kB
Inactive(file):  2037580 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67107756 kB
Dirty:                88 kB
Writeback:             0 kB
AnonPages:       1793508 kB
Mapped:            19292 kB
Shmem:                96 kB
Slab:             761212 kB
SReclaimable:     202768 kB
SUnreclaim:       558444 kB
KernelStack:        1640 kB
PageTables:         7704 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10458016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1744896 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70356 MiB
End job on node134 at 2012-06-03 12:15:11