Trace number 3687504

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
SAT 4j PB RES // CP 2.3.2 SnapshotSAT (TO)114 1800.71 900.556

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos16.opb
MD5SUM49459e9c72edb2754f1d384319cf8731
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark114
Best CPU time to get the best result obtained on this benchmark1076.07
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 114
Optimality of the best value was proved NO
Number of variables464
Total number of constraints1059
Number of constraints which are clauses336
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints723
Minimum length of a constraint2
Maximum length of a constraint128
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 138
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 535
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.05/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.07	c See www.sat4j.org for details.
0.05/0.08	c version 2.3.2.v20120418
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		501472288
0.05/0.08	c Max memory 		7480803328
0.05/0.08	c Total memory 		504102912
0.05/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c ManyCore solver with 2 solvers running in parallel
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3687504-1337871926.opb
0.10/0.10	c reading problem ... 
0.27/0.27	c ... done. Wall clock time 0.166s.
0.27/0.27	c declared #vars     464
0.27/0.27	c #constraints  1069
0.27/0.27	c constraints type 
0.27/0.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 40
0.27/0.27	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 336
0.27/0.27	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 693
0.27/0.27	c 1069 constraints processed.
0.27/0.27	c constraints type 
0.27/0.27	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 336
0.27/0.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 40
0.27/0.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 693
0.27/0.27	c 1069 constraints processed.
0.27/0.27	c objective function length is 8 literals
1.36/0.56	c  And the winner is solver0
1.83/0.77	c SATISFIABLE
1.83/0.77	c OPTIMIZING...
1.83/0.77	c Got one! Elapsed wall clock time (in seconds):0.671
1.83/0.77	o 119
3.10/1.12	c cleaning 2631 clauses out of 5262 with flag 4001/5262
3.42/1.20	c  And the winner is solver0
3.42/1.27	c Got one! Elapsed wall clock time (in seconds):1.172
3.42/1.27	o 118
4.09/1.46	c cleaning 3951 clauses out of 7916 with flag 4001/10547
5.29/1.89	c cleaning 4973 clauses out of 9965 with flag 10001/16547
6.48/2.44	c cleaning 5983 clauses out of 11992 with flag 17001/23547
7.90/3.15	c cleaning 6994 clauses out of 14010 with flag 25002/31548
9.90/4.13	c cleaning 8003 clauses out of 16015 with flag 34001/40547
12.28/5.38	c cleaning 9002 clauses out of 18013 with flag 44002/50548
14.26/6.35	c cleaning 9999 clauses out of 20010 with flag 55001/61547
17.04/7.79	c cleaning 11003 clauses out of 22011 with flag 67001/73547
20.20/9.31	c cleaning 12000 clauses out of 24007 with flag 80000/86546
21.19/9.87	c cleaning 0 clauses out of 5750 with flag 0/5751
24.67/11.46	c cleaning 12992 clauses out of 26009 with flag 94002/100548
29.57/13.83	c cleaning 13992 clauses out of 28015 with flag 109000/115546
32.94/15.56	c  And the winner is solver0
33.10/15.78	c Got one! Elapsed wall clock time (in seconds):15.676
33.10/15.78	o 116
33.53/16.03	c cleaning 15205 clauses out of 30416 with flag 5001/131939
34.51/16.58	c cleaning 10583 clauses out of 21211 with flag 11001/137939
35.86/17.26	c cleaning 8807 clauses out of 17628 with flag 18001/144939
37.61/18.10	c cleaning 8396 clauses out of 16820 with flag 26000/152938
39.58/19.11	c cleaning 8695 clauses out of 17424 with flag 35000/161938
41.93/20.39	c cleaning 9355 clauses out of 18729 with flag 45000/171938
44.49/21.69	c cleaning 10182 clauses out of 20375 with flag 56001/182939
47.63/23.27	c cleaning 11091 clauses out of 22192 with flag 68000/194938
51.19/25.09	c cleaning 12035 clauses out of 24101 with flag 81000/207938
55.16/27.07	c cleaning 13024 clauses out of 26066 with flag 95000/221938
55.93/27.45	c  And the winner is solver0
56.04/27.83	c Got one! Elapsed wall clock time (in seconds):27.725
56.04/27.83	o 115
56.17/27.95	c cleaning 9393 clauses out of 18789 with flag 3001/227685
56.92/28.39	c cleaning 7685 clauses out of 15395 with flag 9000/233684
58.27/29.02	c cleaning 7339 clauses out of 14711 with flag 16001/240685
59.65/29.77	c cleaning 7669 clauses out of 15371 with flag 24000/248684
61.39/30.68	c cleaning 8336 clauses out of 16702 with flag 33000/257684
63.52/31.70	c cleaning 9165 clauses out of 18366 with flag 43000/267684
66.09/33.05	c cleaning 10088 clauses out of 20201 with flag 54000/278684
69.24/34.61	c cleaning 11051 clauses out of 22115 with flag 66002/290686
72.60/36.38	c cleaning 12025 clauses out of 24062 with flag 79000/303684
76.51/38.33	c cleaning 13007 clauses out of 26040 with flag 93003/317687
81.08/40.67	c cleaning 13999 clauses out of 28030 with flag 108000/332684
86.22/43.22	c cleaning 15007 clauses out of 30033 with flag 124002/348686
91.97/46.17	c cleaning 16001 clauses out of 32025 with flag 141001/365685
98.30/49.40	c cleaning 16996 clauses out of 34023 with flag 159000/383684
105.28/52.82	c cleaning 18010 clauses out of 36029 with flag 178002/402686
110.41/55.43	c cleaning 0 clauses out of 12207 with flag 0/12209
113.15/56.87	c cleaning 19004 clauses out of 38017 with flag 198000/422684
121.90/61.26	c cleaning 19987 clauses out of 40013 with flag 219000/443684
132.06/66.36	c cleaning 20998 clauses out of 42026 with flag 241000/465684
141.83/71.27	c cleaning 21991 clauses out of 44030 with flag 264002/488686
153.21/77.00	c cleaning 23017 clauses out of 46037 with flag 288000/512684
165.93/83.36	c cleaning 23995 clauses out of 48020 with flag 313000/537684
178.91/89.84	c cleaning 25006 clauses out of 50025 with flag 339000/563684
193.14/96.97	c cleaning 26000 clauses out of 52019 with flag 366000/590684
207.56/104.19	c cleaning 26997 clauses out of 54019 with flag 394000/618684
224.32/112.55	c cleaning 27996 clauses out of 56022 with flag 423000/647684
241.95/121.31	c cleaning 28993 clauses out of 58027 with flag 453001/677685
257.76/129.23	c cleaning 30005 clauses out of 60033 with flag 484000/708684
277.59/139.13	c cleaning 30996 clauses out of 62028 with flag 516000/740684
297.77/149.22	c cleaning 31998 clauses out of 64033 with flag 549001/773685
319.02/159.86	c cleaning 33005 clauses out of 66035 with flag 583001/807685
325.38/163.04	c cleaning 0 clauses out of 18208 with flag 0/18210
339.76/170.29	c cleaning 34001 clauses out of 68030 with flag 618001/842685
361.78/181.27	c cleaning 34995 clauses out of 70029 with flag 654001/878685
385.45/193.07	c cleaning 36005 clauses out of 72033 with flag 691000/915684
409.52/205.05	c cleaning 37007 clauses out of 74031 with flag 729003/953687
431.96/216.26	c cleaning 37994 clauses out of 76021 with flag 768000/992684
456.32/228.48	c cleaning 39012 clauses out of 78029 with flag 808002/1032686
483.23/241.90	c cleaning 40004 clauses out of 80015 with flag 849000/1073684
508.46/254.40	c cleaning 40995 clauses out of 82015 with flag 891004/1115688
534.33/267.37	c cleaning 41995 clauses out of 84016 with flag 934000/1158684
563.55/281.93	c cleaning 42997 clauses out of 86023 with flag 978002/1202686
597.46/298.81	c cleaning 43989 clauses out of 88024 with flag 1023000/1247684
630.55/315.35	c cleaning 45012 clauses out of 90035 with flag 1069000/1293684
665.86/332.94	c cleaning 45995 clauses out of 92023 with flag 1116000/1340684
701.28/350.60	c cleaning 47003 clauses out of 94028 with flag 1164000/1388684
738.01/368.95	c cleaning 48001 clauses out of 96025 with flag 1213000/1437684
743.32/371.70	c cleaning 0 clauses out of 25206 with flag 0/25208
776.40/388.14	c cleaning 49000 clauses out of 98024 with flag 1263000/1487684
816.07/407.90	c cleaning 49998 clauses out of 100026 with flag 1314002/1538686
858.06/428.80	c cleaning 50989 clauses out of 102026 with flag 1366000/1590684
903.99/451.74	c cleaning 52005 clauses out of 104037 with flag 1419000/1643684
955.79/477.55	c cleaning 53008 clauses out of 106033 with flag 1473001/1697685
999.64/499.45	c cleaning 54007 clauses out of 108025 with flag 1528001/1752685
1045.63/522.32	c cleaning 55000 clauses out of 110017 with flag 1584000/1808684
1097.83/548.31	c cleaning 55996 clauses out of 112019 with flag 1641002/1865686
1151.84/575.25	c cleaning 57001 clauses out of 114022 with flag 1699001/1923685
1208.38/603.46	c cleaning 58000 clauses out of 116021 with flag 1758001/1982685
1255.19/626.76	c  And the winner is solver0
1255.47/627.15	c Got one! Elapsed wall clock time (in seconds):627.046
1255.47/627.15	o 114
1256.58/627.72	c cleaning 57876 clauses out of 115772 with flag 5001/2040436
1257.67/628.31	c cleaning 31946 clauses out of 63896 with flag 11001/2046436
1258.94/629.09	c cleaning 19461 clauses out of 38950 with flag 18001/2053436
1260.75/630.08	c cleaning 13727 clauses out of 27491 with flag 26003/2061438
1262.64/631.05	c cleaning 11359 clauses out of 22763 with flag 35002/2070437
1264.91/632.21	c cleaning 10697 clauses out of 21405 with flag 45003/2080438
1268.60/634.11	c cleaning 10838 clauses out of 21707 with flag 56002/2091437
1272.60/636.28	c cleaning 11414 clauses out of 22867 with flag 68000/2103435
1277.07/638.50	c cleaning 12209 clauses out of 24454 with flag 81001/2116436
1281.75/640.96	c cleaning 13113 clauses out of 26246 with flag 95002/2130437
1287.88/644.04	c cleaning 14043 clauses out of 28131 with flag 110000/2145435
1294.33/647.34	c cleaning 15031 clauses out of 30089 with flag 126001/2161436
1301.64/651.02	c cleaning 16015 clauses out of 32057 with flag 143000/2178435
1309.16/654.84	c cleaning 17014 clauses out of 34044 with flag 161002/2196437
1317.51/659.08	c cleaning 17999 clauses out of 36029 with flag 180001/2215436
1327.19/663.97	c cleaning 19005 clauses out of 38030 with flag 200001/2235436
1337.72/669.27	c cleaning 19990 clauses out of 40024 with flag 221000/2256435
1350.48/675.65	c cleaning 20996 clauses out of 42035 with flag 243001/2278436
1362.00/681.40	c cleaning 22010 clauses out of 44040 with flag 266002/2301437
1374.70/687.86	c cleaning 23005 clauses out of 46029 with flag 290001/2325436
1387.68/694.37	c cleaning 24004 clauses out of 48027 with flag 315004/2350439
1401.25/701.14	c cleaning 24995 clauses out of 50019 with flag 341000/2376435
1415.99/708.56	c cleaning 25989 clauses out of 52024 with flag 368000/2403435
1434.33/717.76	c cleaning 27007 clauses out of 54037 with flag 396002/2431437
1451.91/726.52	c cleaning 27998 clauses out of 56029 with flag 425001/2460436
1473.70/737.42	c cleaning 29001 clauses out of 58030 with flag 455000/2490435
1493.87/747.53	c cleaning 29998 clauses out of 60029 with flag 486000/2521435
1515.18/758.21	c cleaning 31008 clauses out of 62031 with flag 518000/2553435
1535.36/768.32	c cleaning 31997 clauses out of 64023 with flag 551000/2586435
1558.95/780.11	c cleaning 33007 clauses out of 66029 with flag 585003/2620438
1585.43/793.30	c cleaning 33998 clauses out of 68020 with flag 620001/2655436
1613.14/807.26	c cleaning 35009 clauses out of 70022 with flag 656001/2691436
1643.23/822.29	c cleaning 35984 clauses out of 72012 with flag 693000/2728435
1676.35/838.80	c cleaning 37000 clauses out of 74029 with flag 731001/2766436
1711.01/856.06	c cleaning 38009 clauses out of 76028 with flag 770000/2805435
1745.37/873.22	c cleaning 38989 clauses out of 78019 with flag 810000/2845435
1779.69/890.36	c cleaning 39995 clauses out of 80030 with flag 851000/2886435
1800.07/900.51	c starts		: 236
1800.07/900.51	c conflicts		: 2915278
1800.07/900.51	c decisions		: 3537030
1800.07/900.51	c propagations		: 212295820
1800.07/900.51	c inspects		: 9322759600
1800.07/900.51	c shortcuts		: 0
1800.07/900.51	c learnt literals	: 0
1800.07/900.51	c learnt binary clauses	: 0
1800.07/900.51	c learnt ternary clauses	: 18
1800.07/900.51	c learnt constraints	: 2915278
1800.07/900.51	c ignored constraints	: 0
1800.07/900.51	c root simplifications	: 0
1800.07/900.51	c removed literals (reason simplification)	: 19437981
1800.07/900.51	c reason swapping (by a shorter reason)	: 0
1800.07/900.51	c Calls to reduceDB	: 114
1800.07/900.51	c number of reductions to clauses (during analyze)	: 0
1800.07/900.51	c number of learned constraints concerned by reduction	: 0
1800.07/900.51	c number of learning phase by resolution	: 0
1800.07/900.51	c number of learning phase by cutting planes	: 0
1800.07/900.51	c speed (assignments/second)	: 235821.9315336611
1800.07/900.51	c non guided choices	89
1800.07/900.54	c learnt constraints type 
1800.07/900.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 68944
1800.07/900.54	c constraints type 
1800.07/900.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 40
1800.07/900.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 336
1800.07/900.54	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 694
1800.07/900.54	c 1070 constraints processed.
1800.07/900.54	c constraints type 
1800.07/900.54	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 336
1800.07/900.54	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 40
1800.07/900.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 694
1800.07/900.54	c 1070 constraints processed.
1800.07/900.54	s SATISFIABLE
1800.07/900.54	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 
1800.07/900.54	c objective function=114
1800.07/900.54	c Total wall clock time (in seconds): 900.441

Verifier Data

OK	114

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-3687504-1337871926/watcher-3687504-1337871926 -o /tmp/evaluation-result-3687504-1337871926/solver-3687504-1337871926 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687504-1337871926.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: 0.86 0.24 0.08 1/194 21976
/proc/meminfo: memFree=29193492/32873844 swapFree=7100/7100
[pid=21976] ppid=21974 vsize=91880 CPUtime=0 cores=0,2,4,6
/proc/21976/stat : 21976 (java) S 21974 21976 21308 0 -1 4202496 1186 0 0 0 0 0 0 0 20 0 2 0 253321155 94085120 906 33554432000 1073741824 1073778376 140734010332880 140734010324016 247067607101 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21976/statm: 22954 901 682 9 0 16769 0
[pid=21976/tid=21977] ppid=21974 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/21976/task/21977/stat : 21977 (java) R 21974 21976 21308 0 -1 4202560 57 0 0 0 0 0 0 0 20 0 2 0 253321156 94019584 915 33554432000 1073741824 1073778376 140734010332880 140734010321944 140229853939223 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.0655519 s]
/proc/loadavg: 0.86 0.24 0.08 1/194 21976
/proc/meminfo: memFree=29193492/32873844 swapFree=7100/7100
[pid=21976] ppid=21974 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/21976/stat : 21976 (java) S 21974 21976 21308 0 -1 4202496 3311 0 1 0 5 0 0 0 20 0 18 0 253321155 9787813888 4519 33554432000 1073741824 1073778376 140734010332880 140734010324016 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21976/statm: 2389603 4522 1771 9 0 2380296 0
[pid=21976/tid=21977] ppid=21974 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/21976/task/21977/stat : 21977 (java) R 21974 21976 21308 0 -1 4202560 2105 0 1 0 4 0 0 0 20 0 18 0 253321156 9787813888 4522 33554432000 1073741824 1073778376 140734010332880 140229847399072 247067632909 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.100339 s]
/proc/loadavg: 0.86 0.24 0.08 1/194 21976
/proc/meminfo: memFree=29193492/32873844 swapFree=7100/7100
[pid=21976] ppid=21974 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/21976/stat : 21976 (java) S 21974 21976 21308 0 -1 4202496 4433 0 1 0 10 0 0 0 20 0 18 0 253321155 9787813888 6112 33554432000 1073741824 1073778376 140734010332880 140734010324016 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21976/statm: 2389603 6112 2139 9 0 2380296 0
[pid=21976/tid=21977] ppid=21974 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/21976/task/21977/stat : 21977 (java) R 21974 21976 21308 0 -1 4202560 2430 0 1 0 7 0 0 0 20 0 18 0 253321156 9787813888 6112 33554432000 1073741824 1073778376 140734010332880 140229847395248 140229692435919 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300189 s]
/proc/loadavg: 0.86 0.24 0.08 1/194 21976
/proc/meminfo: memFree=29193492/32873844 swapFree=7100/7100
[pid=21976] ppid=21974 vsize=9824668 CPUtime=0.56 cores=0,2,4,6
/proc/21976/stat : 21976 (java) S 21974 21976 21308 0 -1 4202496 6100 0 1 0 55 1 0 0 20 0 22 0 253321155 10060460032 9689 33554432000 1073741824 1073778376 140734010332880 140734010324016 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21976/statm: 2456167 9689 2228 9 0 2446860 0
[pid=21976/tid=21977] ppid=21974 vsize=9824668 CPUtime=0.25 cores=0,2,4,6
/proc/21976/task/21977/stat : 21977 (java) S 21974 21976 21308 0 -1 4202560 2456 0 1 0 25 0 0 0 20 0 22 0 253321156 10060460032 9689 33554432000 1073741824 1073778376 140734010332880 140229847397368 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9824668

[startup+0.700247 s]
/proc/loadavg: 0.86 0.24 0.08 1/194 21976
/proc/meminfo: memFree=29193492/32873844 swapFree=7100/7100
[pid=21976] ppid=21974 vsize=9824668 CPUtime=1.83 cores=0,2,4,6
/proc/21976/stat : 21976 (java) S 21974 21976 21308 0 -1 4202496 13699 0 1 0 179 4 0 0 20 0 19 0 253321155 10060460032 20033 33554432000 1073741824 1073778376 140734010332880 140734010324016 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21976/statm: 2456167 20033 2242 9 0 2446860 0
[pid=21976/tid=21977] ppid=21974 vsize=9824668 CPUtime=0.25 cores=0,2,4,6
/proc/21976/task/21977/stat : 21977 (java) S 21974 21976 21308 0 -1 4202560 2456 0 1 0 25 0 0 0 20 0 19 0 253321156 10060460032 20033 33554432000 1073741824 1073778376 140734010332880 140229847397368 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 9824668

[startup+1.50065 s]
/proc/loadavg: 0.86 0.24 0.08 5/216 22007
/proc/meminfo: memFree=29040168/32873844 swapFree=7100/7100
[pid=21976] ppid=21974 vsize=9824668 CPUtime=4.44 cores=0,2,4,6
/proc/21976/stat : 21976 (java) S 21974 21976 21308 0 -1 4202496 22395 0 1 0 435 9 0 0 20 0 22 0 253321155 10060460032 49424 33554432000 1073741824 1073778376 140734010332880 140734010324016 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21976/statm: 2456167 49424 2277 9 0 2446860 0
[pid=21976/tid=21977] ppid=21974 vsize=9824668 CPUtime=0.25 cores=0,2,4,6
/proc/21976/task/21977/stat : 21977 (java) S 21974 21976 21308 0 -1 4202560 2456 0 1 0 25 0 0 0 20 0 22 0 253321156 10060460032 49424 33554432000 1073741824 1073778376 140734010332880 140229847397368 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21976/tid=21979] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/21979/stat : 21979 (java) S 21974 21976 21308 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253321157 10060460032 49424 33554432000 1073741824 1073778376 140734010332880 140229819849768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21976/tid=21980] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/21980/stat : 21980 (java) S 21974 21976 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253321157 10060460032 49424 33554432000 1073741824 1073778376 140734010332880 140229818796968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21976/tid=21981] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/21981/stat : 21981 (java) S 21974 21976 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253321157 10060460032 49424 33554432000 1073741824 1073778376 140734010332880 140229817744168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21976/tid=21982] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/21982/stat : 21982 (java) S 21974 21976 21308 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253321157 10060460032 49424 33554432000 1073741824 1073778376 140734010332880 140229816691368 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21976/tid=21983] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/21983/stat : 21983 (java) S 21974 21976 21308 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253321157 10060460032 49424 33554432000 1073741824 1073778376 140734010332880 140229815638568 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21976/tid=21984] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/21984/stat : 21984 (java) S 21974 21976 21308 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253321157 10060460032 49424 33554432000 1073741824 1073778376 140734010332880 140229814585768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21976/tid=21985] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/21985/stat : 21985 (java) S 21974 21976 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253321157 10060460032 49424 33554432000 1073741824 1073778376 140734010332880 140229813532968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21976/tid=21986] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/21986/stat : 21986 (java) S 21974 21976 21308 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253321157 10060460032 49424 33554432000 1073741824 1073778376 140734010332880 140229812480168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21976/tid=21987] ppid=21974 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/21976/task/21987/stat : 21987 (java) S 21974 21976 21308 0 -1 4202560 30 0 0 0 2 0 0 0 20 0 22 0 253321158 10060460032 49424 33554432000 1073741824 1073778376 140734010332880 140229200550888 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21976/tid=21988] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/21988/stat : 21988 (java) S 21974 21976 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253321158 10060460032 49424 33554432000 1073741824 1073778376 140734010332880 140229199496952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21976/tid=21989] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/21989/stat : 21989 (java) S 21974 21976 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253321158 10060460032 49424 33554432000 1073741824 1073778376 140734010332880 140229198444040 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21976/tid=21990] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/21990/stat : 21990 (java) S 21974 21976 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253321160 10060460032 49424 33554432000 1073741824 1073778376 140734010332880 140229197392528 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21976/tid=21991] ppid=21974 vsize=9824668 CPUtime=1.14 cores=0,2,4,6
/proc/21976/task/21991/stat : 21991 (java) R 21974 21976 21308 0 -1 4202560 10624 0 0 0 113 1 0 0 20 0 22 0 253321160 10060460032 49424 33554432000 1073741824 1073778376 140734010332880 140229196332456 140229850263729 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21976/tid=21992] ppid=21974 vsize=9824668 CPUtime=1.14 cores=0,2,4,6
/proc/21976/task/21992/stat : 21992 (java) R 21974 21976 21308 0 -1 4202560 7881 0 0 0 114 0 0 0 20 0 22 0 253321160 10060460032 49424 33554432000 1073741824 1073778376 140734010332880 140229195264088 140229853359268 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=21976/tid=21993] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/21993/stat : 21993 (java) S 21974 21976 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253321160 10060460032 49424 33554432000 1073741824 1073778376 140734010332880 140229194234232 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21976/tid=21994] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/21994/stat : 21994 (java) S 21974 21976 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253321160 10060460032 49424 33554432000 1073741824 1073778376 140734010332880 140229193181640 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21976/tid=21997] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/21997/stat : 21997 (java) S 21974 21976 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253321183 10060460032 49424 33554432000 1073741824 1073778376 140734010332880 140229190022568 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.44
Current children cumulated vsize (KiB) 9824668

[startup+3.10079 s]
/proc/loadavg: 0.86 0.24 0.08 5/219 22016
/proc/meminfo: memFree=28918540/32873844 swapFree=7100/7100
[pid=21976] ppid=21974 vsize=9824668 CPUtime=7.9 cores=0,2,4,6
/proc/21976/stat : 21976 (java) S 21974 21976 21308 0 -1 4202496 22671 0 1 0 779 11 0 0 20 0 22 0 253321155 10060460032 72024 33554432000 1073741824 1073778376 140734010332880 140734010324016 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21976/statm: 2456167 72024 2277 9 0 2446860 0
[pid=21976/tid=21977] ppid=21974 vsize=9824668 CPUtime=0.25 cores=0,2,4,6
/proc/21976/task/21977/stat : 21977 (java) S 21974 21976 21308 0 -1 4202560 2456 0 1 0 25 0 0 0 20 0 22 0 253321156 10060460032 72536 33554432000 1073741824 1073778376 140734010332880 140229847397368 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21976/tid=21979] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/21979/stat : 21979 (java) S 21974 21976 21308 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253321157 10060460032 72536 33554432000 1073741824 1073778376 140734010332880 140229819849768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21976/tid=21980] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/21980/stat : 21980 (java) S 21974 21976 21308 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253321157 10060460032 72536 33554432000 1073741824 1073778376 140734010332880 140229818796968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21976/tid=21981] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/21981/stat : 21981 (java) S 21974 21976 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253321157 10060460032 72536 33554432000 1073741824 1073778376 140734010332880 140229817744168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21976/tid=21982] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/21982/stat : 21982 (java) S 21974 21976 21308 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253321157 10060460032 72536 33554432000 1073741824 1073778376 140734010332880 140229816691368 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21976/tid=21983] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/21983/stat : 21983 (java) S 21974 21976 21308 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253321157 10060460032 72536 33554432000 1073741824 1073778376 140734010332880 140229815638568 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21976/tid=21984] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/21984/stat : 21984 (java) S 21974 21976 21308 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253321157 10060460032 72536 33554432000 1073741824 1073778376 140734010332880 140229814585768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21976/tid=21985] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/21985/stat : 21985 (java) S 21974 21976 21308 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253321157 10060460032 72536 33554432000 1073741824 1073778376 140734010332880 140229813532968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21976/tid=21986] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/21986/stat : 21986 (java) S 21974 21976 21308 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253321157 10060460032 72536 33554432000 1073741824 1073778376 140734010332880 140229812480168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21976/tid=21987] ppid=21974 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/21976/task/21987/stat : 21987 (java) S 21974 21976 21308 0 -1 4202560 95 0 0 0 7 0 0 0 20 0 22 0 253321158 10060460032 72536 33554432000 1073741824 1073778376 140734010332880 140229200550888 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21976/tid=21988] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/21988/stat : 21988 (java) S 21974 21976 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253321158 10060460032 72536 33554432000 1073741824 1073778376 140734010332880 140229199496952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21976/tid=21989] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/21989/stat : 21989 (java) S 21974 21976 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253321158 10060460032 72536 33554432000 1073741824 1073778376 140734010332880 140229198444040 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21976/tid=21990] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/21990/stat : 21990 (java) S 21974 21976 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253321160 10060460032 72536 33554432000 1073741824 1073778376 140734010332880 140229197392528 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21976/tid=21991] ppid=21974 vsize=9824668 CPUtime=1.33 cores=0,2,4,6
/proc/21976/task/21991/stat : 21991 (java) S 21974 21976 21308 0 -1 4202560 10624 0 0 0 132 1 0 0 20 0 22 0 253321160 10060460032 72536 33554432000 1073741824 1073778376 140734010332880 140229196339640 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21976/tid=21992] ppid=21974 vsize=9824668 CPUtime=1.27 cores=0,2,4,6
/proc/21976/task/21992/stat : 21992 (java) S 21974 21976 21308 0 -1 4202560 8037 0 0 0 127 0 0 0 20 0 22 0 253321160 10060460032 72536 33554432000 1073741824 1073778376 140734010332880 140229195286840 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21976/tid=21993] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/21993/stat : 21993 (java) S 21974 21976 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253321160 10060460032 72536 33554432000 1073741824 1073778376 140734010332880 140229194234232 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21976/tid=21994] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/21994/stat : 21994 (java) S 21974 21976 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253321160 10060460032 72536 33554432000 1073741824 1073778376 140734010332880 140229193181640 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21976/tid=21997] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/21997/stat : 21997 (java) S 21974 21976 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253321183 10060460032 72536 33554432000 1073741824 1073778376 140734010332880 140229190022568 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21976/tid=22008] ppid=21974 vsize=9824668 CPUtime=1.71 cores=0,2,4,6
/proc/21976/task/22008/stat : 22008 (java) R 21974 21976 21308 0 -1 4202560 9 0 0 0 171 0 0 0 20 0 22 0 253321283 10060460032 72536 33554432000 1073741824 1073778376 140734010332880 140229192126752 140229692894221 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21976/tid=22009] ppid=21974 vsize=9824668 CPUtime=1.72 cores=0,2,4,6
/proc/21976/task/22009/stat : 22009 (java) R 21974 21976 21308 0 -1 4202560 44 0 0 0 170 2 0 0 20 0 22 0 253321283 10060460032 72536 33554432000 1073741824 1073778376 140734010332880 140229191073744 140229692989868 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21976/tid=22010] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/22010/stat : 22010 (java) S 21974 21976 21308 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253321284 10060460032 72536 33554432000 1073741824 1073778376 140734010332880 140229188970024 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.9
Current children cumulated vsize (KiB) 9824668

[startup+6.30072 s]
/proc/loadavg: 1.19 0.32 0.11 6/219 22085
/proc/meminfo: memFree=28578932/32873844 swapFree=7100/7100
[pid=21976] ppid=21974 vsize=9824668 CPUtime=14.26 cores=0,2,4,6
/proc/21976/stat : 21976 (java) S 21974 21976 21308 0 -1 4202496 23373 0 1 0 1408 18 0 0 20 0 22 0 253321155 10060460032 155580 33554432000 1073741824 1073778376 140734010332880 140734010324016 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21976/statm: 2456167 155580 2277 9 0 2446860 0
[pid=21976/tid=21977] ppid=21974 vsize=9824668 CPUtime=0.25 cores=0,2,4,6
/proc/21976/task/21977/stat : 21977 (java) S 21974 21976 21308 0 -1 4202560 2456 0 1 0 25 0 0 0 20 0 22 0 253321156 10060460032 155580 33554432000 1073741824 1073778376 140734010332880 140229847397368 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21976/tid=21979] ppid=21974 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/21976/task/21979/stat : 21979 (java) S 21974 21976 21308 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 22 0 253321157 10060460032 155580 33554432000 1073741824 1073778376 140734010332880 140229819849768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21976/tid=21980] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/21980/stat : 21980 (java) S 21974 21976 21308 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253321157 10060460032 155580 33554432000 1073741824 1073778376 140734010332880 140229818796968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21976/tid=21981] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/21981/stat : 21981 (java) S 21974 21976 21308 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253321157 10060460032 155580 33554432000 1073741824 1073778376 140734010332880 140229817744168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21976/tid=21982] ppid=21974 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/21976/task/21982/stat : 21982 (java) S 21974 21976 21308 0 -1 4202560 37 0 0 0 2 0 0 0 20 0 22 0 253321157 10060460032 155580 33554432000 1073741824 1073778376 140734010332880 140229816691368 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21976/tid=21983] ppid=21974 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/21976/task/21983/stat : 21983 (java) S 21974 21976 21308 0 -1 4202560 35 0 0 0 1 0 0 0 20 0 22 0 253321157 10060460032 155580 33554432000 1073741824 1073778376 140734010332880 140229815638568 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21976/tid=21984] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/21984/stat : 21984 (java) S 21974 21976 21308 0 -1 4202560 34 0 0 0 0 0 0 0 20 0 22 0 253321157 10060460032 155580 33554432000 1073741824 1073778376 140734010332880 140229814585768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21976/tid=21985] ppid=21974 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/21976/task/21985/stat : 21985 (java) S 21974 21976 21308 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 253321157 10060460032 155580 33554432000 1073741824 1073778376 140734010332880 140229813532968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21976/tid=21986] ppid=21974 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/21976/task/21986/stat : 21986 (java) S 21974 21976 21308 0 -1 4202560 43 0 0 0 2 0 0 0 20 0 22 0 253321157 10060460032 155580 33554432000 1073741824 1073778376 140734010332880 140229812480168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21976/tid=21987] ppid=21974 vsize=9824668 CPUtime=0.16 cores=0,2,4,6
/proc/21976/task/21987/stat : 21987 (java) S 21974 21976 21308 0 -1 4202560 496 0 0 0 14 2 0 0 20 0 22 0 253321158 10060460032 155580 33554432000 1073741824 1073778376 140734010332880 140229200550888 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21976/tid=21988] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/21988/stat : 21988 (java) S 21974 21976 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253321158 10060460032 155580 33554432000 1073741824 1073778376 140734010332880 140229199496952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21976/tid=21989] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/21989/stat : 21989 (java) S 21974 21976 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253321158 10060460032 155580 33554432000 1073741824 1073778376 140734010332880 140229198444040 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

[pid=21976/tid=22097] ppid=21974 vsize=9824668 CPUtime=187.86 cores=0,2,4,6
/proc/21976/task/22097/stat : 22097 (java) S 21974 21976 21308 0 -1 4202560 68 0 0 0 18784 2 0 0 20 0 22 0 253383871 10060460032 318969 33554432000 1073741824 1073778376 140734010332880 140229192127240 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21976/tid=22098] ppid=21974 vsize=9824668 CPUtime=187.86 cores=0,2,4,6
/proc/21976/task/22098/stat : 22098 (java) S 21974 21976 21308 0 -1 4202560 34 0 0 0 18784 2 0 0 20 0 22 0 253383871 10060460032 318969 33554432000 1073741824 1073778376 140734010332880 140229191072984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21976/tid=22099] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/22099/stat : 22099 (java) S 21974 21976 21308 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253383872 10060460032 318969 33554432000 1073741824 1073778376 140734010332880 140229188969896 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1643.43
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.86 3.64 2.37 5/220 22109
/proc/meminfo: memFree=25038204/32873844 swapFree=7100/7100
[pid=21976] ppid=21974 vsize=9824668 CPUtime=1763.58 cores=0,2,4,6
/proc/21976/stat : 21976 (java) S 21974 21976 21308 0 -1 4202496 30919 0 1 0 176205 153 0 0 20 0 22 0 253321155 10060460032 319699 33554432000 1073741824 1073778376 140734010332880 140734010324016 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21976/statm: 2456167 319699 2279 9 0 2446860 0
[pid=21976/tid=21977] ppid=21974 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/21976/task/21977/stat : 21977 (java) S 21974 21976 21308 0 -1 4202560 2479 0 1 0 27 3 0 0 20 0 22 0 253321156 10060460032 319699 33554432000 1073741824 1073778376 140734010332880 140229847397368 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21976/tid=21979] ppid=21974 vsize=9824668 CPUtime=3.42 cores=0,2,4,6
/proc/21976/task/21979/stat : 21979 (java) S 21974 21976 21308 0 -1 4202560 501 0 0 0 335 7 0 0 20 0 22 0 253321157 10060460032 319699 33554432000 1073741824 1073778376 140734010332880 140229819849768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21976/tid=21980] ppid=21974 vsize=9824668 CPUtime=3.31 cores=0,2,4,6
/proc/21976/task/21980/stat : 21980 (java) S 21974 21976 21308 0 -1 4202560 406 0 0 0 326 5 0 0 20 0 22 0 253321157 10060460032 319699 33554432000 1073741824 1073778376 140734010332880 140229818796968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21976/tid=21981] ppid=21974 vsize=9824668 CPUtime=3.31 cores=0,2,4,6
/proc/21976/task/21981/stat : 21981 (java) S 21974 21976 21308 0 -1 4202560 430 0 0 0 325 6 0 0 20 0 22 0 253321157 10060460032 319699 33554432000 1073741824 1073778376 140734010332880 140229817744168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21976/tid=21982] ppid=21974 vsize=9824668 CPUtime=3.44 cores=0,2,4,6
/proc/21976/task/21982/stat : 21982 (java) S 21974 21976 21308 0 -1 4202560 421 0 0 0 338 6 0 0 20 0 22 0 253321157 10060460032 319699 33554432000 1073741824 1073778376 140734010332880 140229816691368 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21976/tid=21983] ppid=21974 vsize=9824668 CPUtime=3.4 cores=0,2,4,6
/proc/21976/task/21983/stat : 21983 (java) S 21974 21976 21308 0 -1 4202560 433 0 0 0 334 6 0 0 20 0 22 0 253321157 10060460032 319699 33554432000 1073741824 1073778376 140734010332880 140229815638568 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21976/tid=21984] ppid=21974 vsize=9824668 CPUtime=3.65 cores=0,2,4,6
/proc/21976/task/21984/stat : 21984 (java) S 21974 21976 21308 0 -1 4202560 542 0 0 0 358 7 0 0 20 0 22 0 253321157 10060460032 319699 33554432000 1073741824 1073778376 140734010332880 140229814585768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21976/tid=21985] ppid=21974 vsize=9824668 CPUtime=3.52 cores=0,2,4,6
/proc/21976/task/21985/stat : 21985 (java) S 21974 21976 21308 0 -1 4202560 453 0 0 0 345 7 0 0 20 0 22 0 253321157 10060460032 319699 33554432000 1073741824 1073778376 140734010332880 140229813532968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21976/tid=21986] ppid=21974 vsize=9824668 CPUtime=3.38 cores=0,2,4,6
/proc/21976/task/21986/stat : 21986 (java) S 21974 21976 21308 0 -1 4202560 464 0 0 0 332 6 0 0 20 0 22 0 253321157 10060460032 319699 33554432000 1073741824 1073778376 140734010332880 140229812480168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21976/tid=21987] ppid=21974 vsize=9824668 CPUtime=13.07 cores=0,2,4,6
/proc/21976/task/21987/stat : 21987 (java) S 21974 21976 21308 0 -1 4202560 1198 0 0 0 1271 36 0 0 20 0 22 0 253321158 10060460032 319699 33554432000 1073741824 1073778376 140734010332880 140229200550888 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21976/tid=21988] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/21988/stat : 21988 (java) S 21974 21976 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253321158 10060460032 319699 33554432000 1073741824 1073778376 140734010332880 140229199496952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21976/tid=21989] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/21989/stat : 21989 (java) S 21974 21976 21308 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253321158 10060460032 319699 33554432000 1073741824 1073778376 140734010332880 140229198444040 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21976/tid=21990] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/21990/stat : 21990 (java) S 21974 21976 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253321160 10060460032 319699 33554432000 1073741824 1073778376 140734010332880 140229197392528 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21976/tid=21991] ppid=21974 vsize=9824668 CPUtime=1.42 cores=0,2,4,6
/proc/21976/task/21991/stat : 21991 (java) S 21974 21976 21308 0 -1 4202560 10625 0 0 0 140 2 0 0 20 0 22 0 253321160 10060460032 319699 33554432000 1073741824 1073778376 140734010332880 140229196339640 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21976/tid=21992] ppid=21974 vsize=9824668 CPUtime=1.79 cores=0,2,4,6
/proc/21976/task/21992/stat : 21992 (java) S 21974 21976 21308 0 -1 4202560 10133 0 0 0 179 0 0 0 20 0 22 0 253321160 10060460032 319699 33554432000 1073741824 1073778376 140734010332880 140229195286840 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21976/tid=21993] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/21993/stat : 21993 (java) S 21974 21976 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253321160 10060460032 319699 33554432000 1073741824 1073778376 140734010332880 140229194234232 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21976/tid=21994] ppid=21974 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/21976/task/21994/stat : 21994 (java) S 21974 21976 21308 0 -1 4202560 50 0 0 0 10 21 0 0 20 0 22 0 253321160 10060460032 319699 33554432000 1073741824 1073778376 140734010332880 140229193181640 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21976/tid=21997] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/21997/stat : 21997 (java) S 21974 21976 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253321183 10060460032 319699 33554432000 1073741824 1073778376 140734010332880 140229190022568 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21976/tid=22097] ppid=21974 vsize=9824668 CPUtime=246.55 cores=0,2,4,6
/proc/21976/task/22097/stat : 22097 (java) R 21974 21976 21308 0 -1 4202560 83 0 0 0 24652 3 0 0 20 0 22 0 253383871 10060460032 319699 33554432000 1073741824 1073778376 140734010332880 140229192126480 140229692894221 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21976/tid=22098] ppid=21974 vsize=9824668 CPUtime=246.55 cores=0,2,4,6
/proc/21976/task/22098/stat : 22098 (java) R 21974 21976 21308 0 -1 4202560 42 0 0 0 24652 3 0 0 20 0 22 0 253383871 10060460032 319699 33554432000 1073741824 1073778376 140734010332880 140229191072736 140229692927232 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21976/tid=22099] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/22099/stat : 22099 (java) S 21974 21976 21308 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253383872 10060460032 319699 33554432000 1073741824 1073778376 140734010332880 140229188969896 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1763.58
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.501 s]
/proc/loadavg: 4.28 3.74 2.43 5/220 22109
/proc/meminfo: memFree=25043988/32873844 swapFree=7100/7100
[pid=21976] ppid=21974 vsize=9824668 CPUtime=1800.07 cores=0,2,4,6
/proc/21976/stat : 21976 (java) S 21974 21976 21308 0 -1 4202496 30946 0 1 0 179852 155 0 0 20 0 22 0 253321155 10060460032 320044 33554432000 1073741824 1073778376 140734010332880 140734010324016 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21976/statm: 2456167 320044 2279 9 0 2446860 0
[pid=21976/tid=21977] ppid=21974 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/21976/task/21977/stat : 21977 (java) S 21974 21976 21308 0 -1 4202560 2481 0 1 0 27 3 0 0 20 0 22 0 253321156 10060460032 320044 33554432000 1073741824 1073778376 140734010332880 140229847397368 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21976/tid=21979] ppid=21974 vsize=9824668 CPUtime=3.52 cores=0,2,4,6
/proc/21976/task/21979/stat : 21979 (java) S 21974 21976 21308 0 -1 4202560 505 0 0 0 345 7 0 0 20 0 22 0 253321157 10060460032 320044 33554432000 1073741824 1073778376 140734010332880 140229819849768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21976/tid=21980] ppid=21974 vsize=9824668 CPUtime=3.38 cores=0,2,4,6
/proc/21976/task/21980/stat : 21980 (java) S 21974 21976 21308 0 -1 4202560 409 0 0 0 332 6 0 0 20 0 22 0 253321157 10060460032 320044 33554432000 1073741824 1073778376 140734010332880 140229818796968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21976/tid=21981] ppid=21974 vsize=9824668 CPUtime=3.36 cores=0,2,4,6
/proc/21976/task/21981/stat : 21981 (java) S 21974 21976 21308 0 -1 4202560 430 0 0 0 330 6 0 0 20 0 22 0 253321157 10060460032 320044 33554432000 1073741824 1073778376 140734010332880 140229817744168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21976/tid=21982] ppid=21974 vsize=9824668 CPUtime=3.51 cores=0,2,4,6
/proc/21976/task/21982/stat : 21982 (java) S 21974 21976 21308 0 -1 4202560 423 0 0 0 345 6 0 0 20 0 22 0 253321157 10060460032 320044 33554432000 1073741824 1073778376 140734010332880 140229816691368 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21976/tid=21983] ppid=21974 vsize=9824668 CPUtime=3.47 cores=0,2,4,6
/proc/21976/task/21983/stat : 21983 (java) S 21974 21976 21308 0 -1 4202560 434 0 0 0 341 6 0 0 20 0 22 0 253321157 10060460032 320044 33554432000 1073741824 1073778376 140734010332880 140229815638568 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21976/tid=21984] ppid=21974 vsize=9824668 CPUtime=3.74 cores=0,2,4,6
/proc/21976/task/21984/stat : 21984 (java) S 21974 21976 21308 0 -1 4202560 546 0 0 0 367 7 0 0 20 0 22 0 253321157 10060460032 320044 33554432000 1073741824 1073778376 140734010332880 140229814585768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21976/tid=21985] ppid=21974 vsize=9824668 CPUtime=3.57 cores=0,2,4,6
/proc/21976/task/21985/stat : 21985 (java) S 21974 21976 21308 0 -1 4202560 453 0 0 0 350 7 0 0 20 0 22 0 253321157 10060460032 320044 33554432000 1073741824 1073778376 140734010332880 140229813532968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21976/tid=21986] ppid=21974 vsize=9824668 CPUtime=3.46 cores=0,2,4,6
/proc/21976/task/21986/stat : 21986 (java) S 21974 21976 21308 0 -1 4202560 467 0 0 0 340 6 0 0 20 0 22 0 253321157 10060460032 320044 33554432000 1073741824 1073778376 140734010332880 140229812480168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21976/tid=21987] ppid=21974 vsize=9824668 CPUtime=13.25 cores=0,2,4,6
/proc/21976/task/21987/stat : 21987 (java) S 21974 21976 21308 0 -1 4202560 1200 0 0 0 1288 37 0 0 20 0 22 0 253321158 10060460032 320044 33554432000 1073741824 1073778376 140734010332880 140229200550888 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21976/tid=21988] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/21988/stat : 21988 (java) S 21974 21976 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253321158 10060460032 320044 33554432000 1073741824 1073778376 140734010332880 140229199496952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21976/tid=21989] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/21989/stat : 21989 (java) S 21974 21976 21308 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253321158 10060460032 320044 33554432000 1073741824 1073778376 140734010332880 140229198444040 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21976/tid=21990] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/21990/stat : 21990 (java) S 21974 21976 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253321160 10060460032 320044 33554432000 1073741824 1073778376 140734010332880 140229197392528 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21976/tid=21991] ppid=21974 vsize=9824668 CPUtime=1.42 cores=0,2,4,6
/proc/21976/task/21991/stat : 21991 (java) S 21974 21976 21308 0 -1 4202560 10625 0 0 0 140 2 0 0 20 0 22 0 253321160 10060460032 320044 33554432000 1073741824 1073778376 140734010332880 140229196339640 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21976/tid=21992] ppid=21974 vsize=9824668 CPUtime=1.79 cores=0,2,4,6
/proc/21976/task/21992/stat : 21992 (java) S 21974 21976 21308 0 -1 4202560 10133 0 0 0 179 0 0 0 20 0 22 0 253321160 10060460032 320044 33554432000 1073741824 1073778376 140734010332880 140229195286840 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21976/tid=21993] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/21993/stat : 21993 (java) S 21974 21976 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253321160 10060460032 320044 33554432000 1073741824 1073778376 140734010332880 140229194234232 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21976/tid=21994] ppid=21974 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/21976/task/21994/stat : 21994 (java) S 21974 21976 21308 0 -1 4202560 50 0 0 0 11 21 0 0 20 0 22 0 253321160 10060460032 320044 33554432000 1073741824 1073778376 140734010332880 140229193181640 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21976/tid=21997] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/21997/stat : 21997 (java) S 21974 21976 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253321183 10060460032 320044 33554432000 1073741824 1073778376 140734010332880 140229190022568 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21976/tid=22097] ppid=21974 vsize=9824668 CPUtime=264.42 cores=0,2,4,6
/proc/21976/task/22097/stat : 22097 (java) R 21974 21976 21308 0 -1 4202560 87 0 0 0 26438 4 0 0 20 0 22 0 253383871 10060460032 320044 33554432000 1073741824 1073778376 140734010332880 140229192125664 140229692914210 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21976/tid=22098] ppid=21974 vsize=9824668 CPUtime=264.41 cores=0,2,4,6
/proc/21976/task/22098/stat : 22098 (java) R 21974 21976 21308 0 -1 4202560 44 0 0 0 26437 4 0 0 20 0 22 0 253383871 10060460032 320044 33554432000 1073741824 1073778376 140734010332880 140229191073736 140229692927566 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21976/tid=22099] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/22099/stat : 22099 (java) S 21974 21976 21308 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253383872 10060460032 320044 33554432000 1073741824 1073778376 140734010332880 140229188969896 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9824668

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

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

[startup+900.501 s]
/proc/loadavg: 4.28 3.74 2.43 5/220 22109
/proc/meminfo: memFree=25043988/32873844 swapFree=7100/7100
[pid=21976] ppid=21974 vsize=9824668 CPUtime=1800.07 cores=0,2,4,6
/proc/21976/stat : 21976 (java) S 21974 21976 21308 0 -1 4202496 30946 0 1 0 179852 155 0 0 20 0 22 0 253321155 10060460032 320044 33554432000 1073741824 1073778376 140734010332880 140734010324016 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21976/statm: 2456167 320044 2279 9 0 2446860 0
[pid=21976/tid=21977] ppid=21974 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/21976/task/21977/stat : 21977 (java) S 21974 21976 21308 0 -1 4202560 2481 0 1 0 27 3 0 0 20 0 22 0 253321156 10060460032 320044 33554432000 1073741824 1073778376 140734010332880 140229847397368 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21976/tid=21979] ppid=21974 vsize=9824668 CPUtime=3.52 cores=0,2,4,6
/proc/21976/task/21979/stat : 21979 (java) S 21974 21976 21308 0 -1 4202560 505 0 0 0 345 7 0 0 20 0 22 0 253321157 10060460032 320044 33554432000 1073741824 1073778376 140734010332880 140229819849768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21976/tid=21980] ppid=21974 vsize=9824668 CPUtime=3.38 cores=0,2,4,6
/proc/21976/task/21980/stat : 21980 (java) S 21974 21976 21308 0 -1 4202560 409 0 0 0 332 6 0 0 20 0 22 0 253321157 10060460032 320044 33554432000 1073741824 1073778376 140734010332880 140229818796968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21976/tid=21981] ppid=21974 vsize=9824668 CPUtime=3.36 cores=0,2,4,6
/proc/21976/task/21981/stat : 21981 (java) S 21974 21976 21308 0 -1 4202560 430 0 0 0 330 6 0 0 20 0 22 0 253321157 10060460032 320044 33554432000 1073741824 1073778376 140734010332880 140229817744168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21976/tid=21982] ppid=21974 vsize=9824668 CPUtime=3.51 cores=0,2,4,6
/proc/21976/task/21982/stat : 21982 (java) S 21974 21976 21308 0 -1 4202560 423 0 0 0 345 6 0 0 20 0 22 0 253321157 10060460032 320044 33554432000 1073741824 1073778376 140734010332880 140229816691368 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21976/tid=21983] ppid=21974 vsize=9824668 CPUtime=3.47 cores=0,2,4,6
/proc/21976/task/21983/stat : 21983 (java) S 21974 21976 21308 0 -1 4202560 434 0 0 0 341 6 0 0 20 0 22 0 253321157 10060460032 320044 33554432000 1073741824 1073778376 140734010332880 140229815638568 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21976/tid=21984] ppid=21974 vsize=9824668 CPUtime=3.74 cores=0,2,4,6
/proc/21976/task/21984/stat : 21984 (java) S 21974 21976 21308 0 -1 4202560 546 0 0 0 367 7 0 0 20 0 22 0 253321157 10060460032 320044 33554432000 1073741824 1073778376 140734010332880 140229814585768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21976/tid=21985] ppid=21974 vsize=9824668 CPUtime=3.57 cores=0,2,4,6
/proc/21976/task/21985/stat : 21985 (java) S 21974 21976 21308 0 -1 4202560 453 0 0 0 350 7 0 0 20 0 22 0 253321157 10060460032 320044 33554432000 1073741824 1073778376 140734010332880 140229813532968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21976/tid=21986] ppid=21974 vsize=9824668 CPUtime=3.46 cores=0,2,4,6
/proc/21976/task/21986/stat : 21986 (java) S 21974 21976 21308 0 -1 4202560 467 0 0 0 340 6 0 0 20 0 22 0 253321157 10060460032 320044 33554432000 1073741824 1073778376 140734010332880 140229812480168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21976/tid=21987] ppid=21974 vsize=9824668 CPUtime=13.25 cores=0,2,4,6
/proc/21976/task/21987/stat : 21987 (java) S 21974 21976 21308 0 -1 4202560 1200 0 0 0 1288 37 0 0 20 0 22 0 253321158 10060460032 320044 33554432000 1073741824 1073778376 140734010332880 140229200550888 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21976/tid=21988] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/21988/stat : 21988 (java) S 21974 21976 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253321158 10060460032 320044 33554432000 1073741824 1073778376 140734010332880 140229199496952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21976/tid=21989] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/21989/stat : 21989 (java) S 21974 21976 21308 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253321158 10060460032 320044 33554432000 1073741824 1073778376 140734010332880 140229198444040 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21976/tid=21990] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/21990/stat : 21990 (java) S 21974 21976 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253321160 10060460032 320044 33554432000 1073741824 1073778376 140734010332880 140229197392528 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21976/tid=21991] ppid=21974 vsize=9824668 CPUtime=1.42 cores=0,2,4,6
/proc/21976/task/21991/stat : 21991 (java) S 21974 21976 21308 0 -1 4202560 10625 0 0 0 140 2 0 0 20 0 22 0 253321160 10060460032 320044 33554432000 1073741824 1073778376 140734010332880 140229196339640 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21976/tid=21992] ppid=21974 vsize=9824668 CPUtime=1.79 cores=0,2,4,6
/proc/21976/task/21992/stat : 21992 (java) S 21974 21976 21308 0 -1 4202560 10133 0 0 0 179 0 0 0 20 0 22 0 253321160 10060460032 320044 33554432000 1073741824 1073778376 140734010332880 140229195286840 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21976/tid=21993] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/21993/stat : 21993 (java) S 21974 21976 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253321160 10060460032 320044 33554432000 1073741824 1073778376 140734010332880 140229194234232 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21976/tid=21994] ppid=21974 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/21976/task/21994/stat : 21994 (java) S 21974 21976 21308 0 -1 4202560 50 0 0 0 11 21 0 0 20 0 22 0 253321160 10060460032 320044 33554432000 1073741824 1073778376 140734010332880 140229193181640 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21976/tid=21997] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/21997/stat : 21997 (java) S 21974 21976 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253321183 10060460032 320044 33554432000 1073741824 1073778376 140734010332880 140229190022568 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21976/tid=22097] ppid=21974 vsize=9824668 CPUtime=264.42 cores=0,2,4,6
/proc/21976/task/22097/stat : 22097 (java) R 21974 21976 21308 0 -1 4202560 87 0 0 0 26438 4 0 0 20 0 22 0 253383871 10060460032 320044 33554432000 1073741824 1073778376 140734010332880 140229192125664 140229692914210 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21976/tid=22098] ppid=21974 vsize=9824668 CPUtime=264.41 cores=0,2,4,6
/proc/21976/task/22098/stat : 22098 (java) R 21974 21976 21308 0 -1 4202560 44 0 0 0 26437 4 0 0 20 0 22 0 253383871 10060460032 320044 33554432000 1073741824 1073778376 140734010332880 140229191073736 140229692927566 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21976/tid=22099] ppid=21974 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/21976/task/22099/stat : 22099 (java) S 21974 21976 21308 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253383872 10060460032 320044 33554432000 1073741824 1073778376 140734010332880 140229188969896 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 900.556
CPU time (s): 1800.71
CPU user time (s): 1798.84
CPU system time (s): 1.86971
CPU usage (%): 199.955
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.84
system time used= 1.86972
maximum resident set size= 1284780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30983
page faults= 1
swaps= 0
block input operations= 8
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37615
involuntary context switches= 51099

runsolver used 3.40148 second user time and 8.12377 second system time

The end

Launcher Data

Begin job on node103 at 2012-05-24 17:05:26
IDJOB=3687504
IDBENCH=1844
IDSOLVER=2268
FILE ID=node103/3687504-1337871926
RUNJOBID= node103-1337871881-21324
PBS_JOBID= 14620101
Free space on /tmp= 71716 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos16.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687504-1337871926/watcher-3687504-1337871926 -o /tmp/evaluation-result-3687504-1337871926/solver-3687504-1337871926 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687504-1337871926.opb

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

MD5SUM BENCH= 49459e9c72edb2754f1d384319cf8731
RANDOM SEED=152657804

node103.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		: 2666.189
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	: 5332.37
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		: 2666.189
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		: 2666.189
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		: 2666.189
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		: 2666.189
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		: 2666.189
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	: 5411.36
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		: 2666.189
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		: 2666.189
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:       32873844 kB
MemFree:        29194044 kB
Buffers:          198064 kB
Cached:          2651072 kB
SwapCached:            0 kB
Active:           738540 kB
Inactive:        2177556 kB
Active(anon):      69668 kB
Inactive(anon):        0 kB
Active(file):     668872 kB
Inactive(file):  2177556 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               956 kB
Writeback:             0 kB
AnonPages:         58080 kB
Mapped:            22048 kB
Shmem:               200 kB
Slab:             627104 kB
SReclaimable:      68440 kB
SUnreclaim:       558664 kB
KernelStack:        1568 kB
PageTables:         4152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     697080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 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= 71712 MiB
End job on node103 at 2012-05-24 17:20:28