Trace number 3688774

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)-42 1800.65 921.235

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_10_1.opb
MD5SUM74165f17686851db36d48a05683565a5
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-58
Best CPU time to get the best result obtained on this benchmark1796.83
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -58
Optimality of the best value was proved NO
Number of variables400
Total number of constraints601
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)4964
Sum of products size (including duplicates)9928
Number of different products2482
Sum of products size4964

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.07	c version 2.3.2.v20120418
0.05/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.07	c java.vm.version	19.1-b02
0.05/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.07	c sun.arch.data.model	64
0.05/0.07	c java.version		1.6.0_24
0.05/0.07	c os.name		Linux
0.05/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.07	c os.arch		amd64
0.05/0.07	c Free memory 		501472288
0.05/0.07	c Max memory 		7480803328
0.05/0.07	c Total memory 		504102912
0.05/0.07	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@587bd9f2
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@4e3eca90
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-3688774-1337879675.opb
0.10/0.10	c reading problem ... 
0.74/0.40	c ... done. Wall clock time 0.295s.
0.74/0.40	c declared #vars     400
0.74/0.40	c internal #vars     2882
0.74/0.40	c #constraints  5566
0.74/0.40	c constraints type 
0.74/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2482
0.74/0.40	c org.sat4j.minisat.constraints.card.MinWatchCard => 402
0.74/0.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
0.74/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2482
0.74/0.40	c 5566 constraints processed.
0.74/0.40	c constraints type 
0.74/0.40	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
0.74/0.40	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2482
0.74/0.40	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 402
0.74/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2482
0.74/0.40	c 5566 constraints processed.
0.74/0.40	c objective function length is 200 literals
1.93/0.70	c  And the winner is solver1
1.99/0.90	c SATISFIABLE
1.99/0.90	c OPTIMIZING...
1.99/0.90	c Got one! Elapsed wall clock time (in seconds):0.797
1.99/0.90	o -13
1.99/0.94	c  And the winner is solver1
2.19/1.40	c Got one! Elapsed wall clock time (in seconds):1.299
2.19/1.40	o -14
2.19/1.43	c  And the winner is solver1
2.43/1.90	c Got one! Elapsed wall clock time (in seconds):1.801
2.43/1.90	o -15
2.43/1.92	c  And the winner is solver1
2.53/2.40	c Got one! Elapsed wall clock time (in seconds):2.302
2.53/2.40	o -17
2.53/2.42	c  And the winner is solver1
2.66/2.90	c Got one! Elapsed wall clock time (in seconds):2.803
2.66/2.90	o -18
2.66/2.93	c  And the winner is solver1
2.73/3.40	c Got one! Elapsed wall clock time (in seconds):3.304
2.73/3.40	o -19
2.73/3.44	c  And the winner is solver1
2.92/3.91	c Got one! Elapsed wall clock time (in seconds):3.804
2.92/3.91	o -20
2.92/3.92	c  And the winner is solver1
2.98/4.41	c Got one! Elapsed wall clock time (in seconds):4.305
2.98/4.41	o -21
2.98/4.43	c  And the winner is solver1
3.02/4.91	c Got one! Elapsed wall clock time (in seconds):4.806
3.02/4.91	o -22
3.02/4.93	c  And the winner is solver1
3.08/5.41	c Got one! Elapsed wall clock time (in seconds):5.307
3.08/5.41	o -23
3.08/5.47	c  And the winner is solver1
3.39/5.91	c Got one! Elapsed wall clock time (in seconds):5.808
3.39/5.91	o -24
3.39/5.93	c  And the winner is solver1
3.52/6.41	c Got one! Elapsed wall clock time (in seconds):6.309
3.52/6.41	o -25
3.52/6.44	c  And the winner is solver1
3.63/6.91	c Got one! Elapsed wall clock time (in seconds):6.81
3.63/6.91	o -26
3.63/6.93	c  And the winner is solver1
3.67/7.41	c Got one! Elapsed wall clock time (in seconds):7.311
3.67/7.41	o -27
3.67/7.48	c  And the winner is solver1
3.87/7.91	c Got one! Elapsed wall clock time (in seconds):7.812
3.87/7.91	o -28
3.87/7.94	c  And the winner is solver1
3.93/8.41	c Got one! Elapsed wall clock time (in seconds):8.313
3.93/8.41	o -29
3.93/8.45	c  And the winner is solver1
4.01/8.91	c Got one! Elapsed wall clock time (in seconds):8.814
4.01/8.91	o -30
4.17/9.01	c  And the winner is solver1
4.21/9.42	c Got one! Elapsed wall clock time (in seconds):9.314
4.21/9.42	o -31
4.21/9.46	c  And the winner is solver0
4.35/9.92	c Got one! Elapsed wall clock time (in seconds):9.815
4.35/9.92	o -36
5.15/10.32	c  And the winner is solver1
5.20/10.42	c Got one! Elapsed wall clock time (in seconds):10.316
5.20/10.42	o -37
6.48/11.04	c cleaning 3882 clauses out of 7764 with flag 3000/7764
8.95/12.28	c cleaning 4926 clauses out of 9892 with flag 9010/13774
10.71/12.90	c  And the winner is solver1
10.71/12.92	c Got one! Elapsed wall clock time (in seconds):12.818
10.71/12.92	o -38
11.11/13.20	c  And the winner is solver1
11.31/13.42	c Got one! Elapsed wall clock time (in seconds):13.318
11.31/13.42	o -39
11.86/13.73	c cleaning 5422 clauses out of 10847 with flag 2007/19655
14.45/15.10	c cleaning 5700 clauses out of 11423 with flag 8005/25653
17.63/16.67	c cleaning 6338 clauses out of 12723 with flag 15005/32653
21.98/18.82	c  And the winner is solver1
22.05/18.92	c Got one! Elapsed wall clock time (in seconds):18.82
22.05/18.92	o -40
22.40/19.15	c  And the winner is solver1
22.53/19.42	c Got one! Elapsed wall clock time (in seconds):19.321
22.53/19.42	o -41
24.07/20.22	c cleaning 9590 clauses out of 19189 with flag 4000/45457
26.21/21.36	c cleaning 7772 clauses out of 15599 with flag 10000/51457
29.16/22.84	c cleaning 7394 clauses out of 14831 with flag 17004/58461
33.05/24.89	c cleaning 7659 clauses out of 15433 with flag 25000/66457
36.76/26.77	c cleaning 8374 clauses out of 16781 with flag 34007/75464
43.26/30.05	c cleaning 9200 clauses out of 18402 with flag 44002/85459
54.29/35.60	c cleaning 10088 clauses out of 20201 with flag 55001/96458
63.97/40.45	c cleaning 11056 clauses out of 22115 with flag 67003/108460
72.87/44.96	c cleaning 12020 clauses out of 24056 with flag 80000/121457
83.35/50.28	c cleaning 13017 clauses out of 26038 with flag 94002/135459
99.07/58.20	c cleaning 14001 clauses out of 28019 with flag 109000/150457
109.01/63.24	c cleaning 15007 clauses out of 30022 with flag 125004/166461
122.63/70.14	c cleaning 16000 clauses out of 32012 with flag 142001/183458
145.45/81.61	c cleaning 17007 clauses out of 34015 with flag 160004/201461
171.08/94.58	c cleaning 18000 clauses out of 36004 with flag 179000/220457
177.83/98.13	c  And the winner is solver1
177.95/98.56	c Got one! Elapsed wall clock time (in seconds):98.454
177.95/98.56	o -42
179.85/99.54	c cleaning 15180 clauses out of 30360 with flag 5025/232813
183.37/101.40	c cleaning 10552 clauses out of 21156 with flag 11001/238789
186.30/103.08	c cleaning 8786 clauses out of 17604 with flag 18001/245789
189.84/104.92	c cleaning 8376 clauses out of 16821 with flag 26004/253792
195.01/107.80	c cleaning 8709 clauses out of 17444 with flag 35003/262791
200.93/110.84	c cleaning 9353 clauses out of 18732 with flag 45000/272788
209.05/115.06	c cleaning 10181 clauses out of 20381 with flag 56002/283790
217.57/119.46	c cleaning 11089 clauses out of 22201 with flag 68003/295791
226.93/124.35	c cleaning 12041 clauses out of 24120 with flag 81011/308799
238.84/130.49	c cleaning 13012 clauses out of 26069 with flag 95001/322789
250.60/136.47	c cleaning 14028 clauses out of 28083 with flag 110027/337815
265.33/143.95	c cleaning 15017 clauses out of 30054 with flag 126026/353814
282.24/152.65	c cleaning 16010 clauses out of 32025 with flag 143014/370802
303.38/163.38	c cleaning 16996 clauses out of 34003 with flag 161002/388790
333.18/178.32	c cleaning 18000 clauses out of 36010 with flag 180005/407793
349.51/186.68	c cleaning 18985 clauses out of 38008 with flag 200003/427791
374.43/199.34	c cleaning 20017 clauses out of 40055 with flag 221035/448823
384.66/204.51	c cleaning 0 clauses out of 7388 with flag 0/7388
400.30/212.44	c cleaning 21000 clauses out of 42007 with flag 243004/470792
420.44/222.67	c cleaning 22004 clauses out of 44010 with flag 266007/493795
440.74/233.10	c cleaning 22987 clauses out of 46002 with flag 290003/517791
467.50/246.59	c cleaning 24007 clauses out of 48018 with flag 315006/542794
496.11/260.95	c cleaning 24981 clauses out of 50005 with flag 341000/568788
526.59/276.37	c cleaning 25987 clauses out of 52024 with flag 368000/595788
548.65/287.66	c cleaning 27003 clauses out of 54041 with flag 396004/623792
587.90/307.37	c cleaning 28014 clauses out of 56036 with flag 425002/652790
628.48/327.73	c cleaning 29000 clauses out of 58022 with flag 455002/682790
669.82/348.55	c cleaning 30003 clauses out of 60025 with flag 486005/713793
710.26/369.01	c cleaning 30994 clauses out of 62017 with flag 518000/745788
751.61/390.17	c cleaning 31999 clauses out of 64041 with flag 551018/778806
781.44/405.27	c cleaning 32971 clauses out of 66024 with flag 585000/812788
812.52/421.18	c cleaning 34025 clauses out of 68053 with flag 620000/847788
849.61/439.86	c cleaning 35014 clauses out of 70032 with flag 656004/883792
891.52/460.96	c cleaning 36003 clauses out of 72015 with flag 693001/920789
920.02/475.47	c cleaning 36991 clauses out of 74016 with flag 731005/958793
968.69/500.12	c cleaning 37987 clauses out of 76020 with flag 770000/997788
1032.92/532.37	c cleaning 39003 clauses out of 78034 with flag 810001/1037789
1068.18/550.29	c cleaning 40006 clauses out of 80034 with flag 851004/1078792
1105.29/569.08	c cleaning 41017 clauses out of 82033 with flag 893009/1120797
1143.33/588.51	c cleaning 41998 clauses out of 84009 with flag 936002/1163790
1193.24/613.80	c cleaning 42983 clauses out of 86011 with flag 980002/1207790
1244.70/639.71	c cleaning 43974 clauses out of 88026 with flag 1025000/1252788
1292.98/664.12	c cleaning 45022 clauses out of 90052 with flag 1071000/1298788
1347.23/691.77	c cleaning 45990 clauses out of 92032 with flag 1118002/1345790
1437.47/737.08	c cleaning 46973 clauses out of 94047 with flag 1166007/1393795
1474.43/755.82	c cleaning 48028 clauses out of 96071 with flag 1215004/1442792
1547.12/792.43	c cleaning 48989 clauses out of 98050 with flag 1265011/1492799
1580.45/809.78	c cleaning 0 clauses out of 13389 with flag 0/13389
1611.87/825.82	c cleaning 50011 clauses out of 100058 with flag 1316008/1543796
1653.59/847.01	c cleaning 51007 clauses out of 102039 with flag 1368000/1595788
1753.82/897.41	c cleaning 52012 clauses out of 104035 with flag 1421003/1648791
1800.21/921.21	c starts		: 66
1800.21/921.21	c conflicts		: 14007
1800.21/921.21	c decisions		: 185612
1800.21/921.21	c propagations		: 2590980
1800.21/921.21	c inspects		: 1090905828
1800.21/921.21	c shortcuts		: 0
1800.21/921.21	c learnt literals	: 0
1800.21/921.21	c learnt binary clauses	: 0
1800.21/921.21	c learnt ternary clauses	: 0
1800.21/921.21	c learnt constraints	: 14006
1800.21/921.21	c ignored constraints	: 0
1800.21/921.21	c root simplifications	: 0
1800.21/921.21	c removed literals (reason simplification)	: 0
1800.21/921.21	c reason swapping (by a shorter reason)	: 0
1800.21/921.21	c Calls to reduceDB	: 2
1800.21/921.21	c number of reductions to clauses (during analyze)	: 0
1800.21/921.21	c number of learned constraints concerned by reduction	: 0
1800.21/921.21	c number of learning phase by resolution	: 0
1800.21/921.21	c number of learning phase by cutting planes	: 0
1800.21/921.21	c speed (assignments/second)	: 2843.1909385894546
1800.21/921.21	c non guided choices	54
1800.21/921.22	c learnt constraints type 
1800.21/921.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
1800.21/921.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14004
1800.21/921.22	c constraints type 
1800.21/921.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2482
1800.21/921.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.21/921.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.21/921.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2482
1800.21/921.22	c 5567 constraints processed.
1800.21/921.22	c constraints type 
1800.21/921.22	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
1800.21/921.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2482
1800.21/921.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 403
1800.21/921.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2482
1800.21/921.22	c 5567 constraints processed.
1800.21/921.22	s SATISFIABLE
1800.21/921.22	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 
1800.21/921.22	c objective function=-42
1800.21/921.22	c Total wall clock time (in seconds): 921.115

Verifier Data

OK	-42

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-3688774-1337879675/watcher-3688774-1337879675 -o /tmp/evaluation-result-3688774-1337879675/solver-3688774-1337879675 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688774-1337879675.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.95 3.97 3.89 5/197 24979
/proc/meminfo: memFree=26842940/32873648 swapFree=6852/6852
[pid=24979] ppid=24977 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/24979/stat : 24979 (java) R 24977 24979 21497 0 -1 4202496 989 0 0 0 0 0 0 0 20 0 1 0 254093516 23793664 716 33554432000 1073741824 1073778376 140734295167952 140734295157016 266426430824 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24979/statm: 5809 716 530 9 0 128 0

[startup+0.0688879 s]
/proc/loadavg: 3.95 3.97 3.89 5/197 24979
/proc/meminfo: memFree=26842940/32873648 swapFree=6852/6852
[pid=24979] ppid=24977 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/24979/stat : 24979 (java) S 24977 24979 21497 0 -1 4202496 3427 0 1 0 5 0 0 0 20 0 18 0 254093516 9787813888 4124 33554432000 1073741824 1073778376 140734295167952 140734295159088 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24979/statm: 2389603 4125 1772 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.100204 s]
/proc/loadavg: 3.95 3.97 3.89 5/197 24979
/proc/meminfo: memFree=26842940/32873648 swapFree=6852/6852
[pid=24979] ppid=24977 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/24979/stat : 24979 (java) S 24977 24979 21497 0 -1 4202496 4539 0 1 0 10 0 0 0 20 0 18 0 254093516 9787813888 5674 33554432000 1073741824 1073778376 140734295167952 140734295159088 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24979/statm: 2389603 5681 2142 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300145 s]
/proc/loadavg: 3.95 3.97 3.89 5/197 24979
/proc/meminfo: memFree=26842940/32873648 swapFree=6852/6852
[pid=24979] ppid=24977 vsize=9558412 CPUtime=0.48 cores=1,3,5,7
/proc/24979/stat : 24979 (java) S 24977 24979 21497 0 -1 4202496 5808 0 1 0 47 1 0 0 20 0 18 0 254093516 9787813888 8668 33554432000 1073741824 1073778376 140734295167952 140734295159088 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24979/statm: 2389603 8668 2224 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558412

[startup+0.70015 s]
/proc/loadavg: 3.95 3.97 3.89 5/197 24979
/proc/meminfo: memFree=26842940/32873648 swapFree=6852/6852
[pid=24979] ppid=24977 vsize=9824668 CPUtime=1.93 cores=1,3,5,7
/proc/24979/stat : 24979 (java) S 24977 24979 21497 0 -1 4202496 15542 0 1 0 190 3 0 0 20 0 22 0 254093516 10060460032 20697 33554432000 1073741824 1073778376 140734295167952 140734295159088 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24979/statm: 2456167 20697 2251 9 0 2446860 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 9824668

[startup+1.50055 s]
/proc/loadavg: 3.95 3.97 3.89 3/216 25004
/proc/meminfo: memFree=26758820/32873648 swapFree=6852/6852
[pid=24979] ppid=24977 vsize=9824668 CPUtime=2.37 cores=1,3,5,7
/proc/24979/stat : 24979 (java) S 24977 24979 21497 0 -1 4202496 18126 0 1 0 228 9 0 0 20 0 19 0 254093516 10060460032 27316 33554432000 1073741824 1073778376 140734295167952 140734295159088 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24979/statm: 2456167 27316 2254 9 0 2446860 0
[pid=24979/tid=24981] ppid=24977 vsize=9824668 CPUtime=0.38 cores=1,3,5,7
/proc/24979/task/24981/stat : 24981 (java) S 24977 24979 21497 0 -1 4202560 2547 0 1 0 37 1 0 0 20 0 19 0 254093516 10060460032 27316 33554432000 1073741824 1073778376 140734295167952 139895006749688 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24979/tid=24982] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24982/stat : 24982 (java) S 24977 24979 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254093517 10060460032 27316 33554432000 1073741824 1073778376 140734295167952 139894850734760 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24979/tid=24983] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24983/stat : 24983 (java) S 24977 24979 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254093517 10060460032 27316 33554432000 1073741824 1073778376 140734295167952 139894849682216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24979/tid=24984] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24984/stat : 24984 (java) S 24977 24979 21497 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254093517 10060460032 27316 33554432000 1073741824 1073778376 140734295167952 139894848629672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24979/tid=24985] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24985/stat : 24985 (java) S 24977 24979 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254093517 10060460032 27316 33554432000 1073741824 1073778376 140734295167952 139894847577128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24979/tid=24986] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24986/stat : 24986 (java) S 24977 24979 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254093517 10060460032 27316 33554432000 1073741824 1073778376 140734295167952 139894846523560 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24979/tid=24987] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24987/stat : 24987 (java) S 24977 24979 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254093517 10060460032 27316 33554432000 1073741824 1073778376 140734295167952 139894845471016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24979/tid=24988] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24988/stat : 24988 (java) S 24977 24979 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254093517 10060460032 27316 33554432000 1073741824 1073778376 140734295167952 139894844418472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24979/tid=24989] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24989/stat : 24989 (java) S 24977 24979 21497 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254093517 10060460032 27316 33554432000 1073741824 1073778376 140734295167952 139894843365928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24979/tid=24990] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24990/stat : 24990 (java) S 24977 24979 21497 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254093518 10060460032 27316 33554432000 1073741824 1073778376 140734295167952 139894830955112 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24979/tid=24991] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24991/stat : 24991 (java) S 24977 24979 21497 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254093518 10060460032 27316 33554432000 1073741824 1073778376 140734295167952 139894829901432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24979/tid=24992] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24992/stat : 24992 (java) S 24977 24979 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254093518 10060460032 27316 33554432000 1073741824 1073778376 140734295167952 139894828848776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24979/tid=24993] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24993/stat : 24993 (java) S 24977 24979 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254093520 10060460032 27316 33554432000 1073741824 1073778376 140734295167952 139894827797520 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24979/tid=24994] ppid=24977 vsize=9824668 CPUtime=0.57 cores=1,3,5,7
/proc/24979/task/24994/stat : 24994 (java) S 24977 24979 21497 0 -1 4202560 4998 0 0 0 57 0 0 0 20 0 19 0 254093520 10060460032 27316 33554432000 1073741824 1073778376 140734295167952 139894826743864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24979/tid=24995] ppid=24977 vsize=9824668 CPUtime=0.62 cores=1,3,5,7
/proc/24979/task/24995/stat : 24995 (java) R 24977 24979 21497 0 -1 4202560 9244 0 0 0 60 2 0 0 20 0 19 0 254093520 10060460032 27316 33554432000 1073741824 1073778376 140734295167952 139894825668472 139895013724395 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24979/tid=24996] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24996/stat : 24996 (java) S 24977 24979 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254093520 10060460032 27316 33554432000 1073741824 1073778376 140734295167952 139894824638968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24979/tid=24997] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24997/stat : 24997 (java) S 24977 24979 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254093520 10060460032 27316 33554432000 1073741824 1073778376 140734295167952 139894823586632 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24979/tid=25001] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/25001/stat : 25001 (java) S 24977 24979 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254093557 10060460032 27316 33554432000 1073741824 1073778376 140734295167952 139894817703592 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 9824668

[startup+3.10062 s]
/proc/loadavg: 3.95 3.97 3.89 3/216 25010
/proc/meminfo: memFree=26735032/32873648 swapFree=6852/6852
[pid=24979] ppid=24977 vsize=9824668 CPUtime=2.73 cores=1,3,5,7
/proc/24979/stat : 24979 (java) S 24977 24979 21497 0 -1 4202496 19149 0 1 0 258 15 0 0 20 0 19 0 254093516 10060460032 33550 33554432000 1073741824 1073778376 140734295167952 140734295159088 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24979/statm: 2456167 33550 2258 9 0 2446860 0
[pid=24979/tid=24981] ppid=24977 vsize=9824668 CPUtime=0.38 cores=1,3,5,7
/proc/24979/task/24981/stat : 24981 (java) S 24977 24979 21497 0 -1 4202560 2548 0 1 0 37 1 0 0 20 0 19 0 254093516 10060460032 33550 33554432000 1073741824 1073778376 140734295167952 139895006749688 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24979/tid=24982] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24982/stat : 24982 (java) S 24977 24979 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254093517 10060460032 33550 33554432000 1073741824 1073778376 140734295167952 139894850734760 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24979/tid=24983] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24983/stat : 24983 (java) S 24977 24979 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254093517 10060460032 33550 33554432000 1073741824 1073778376 140734295167952 139894849682216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24979/tid=24984] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24984/stat : 24984 (java) S 24977 24979 21497 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254093517 10060460032 33550 33554432000 1073741824 1073778376 140734295167952 139894848629672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24979/tid=24985] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24985/stat : 24985 (java) S 24977 24979 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254093517 10060460032 33550 33554432000 1073741824 1073778376 140734295167952 139894847577128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24979/tid=24986] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24986/stat : 24986 (java) S 24977 24979 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254093517 10060460032 33550 33554432000 1073741824 1073778376 140734295167952 139894846523560 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24979/tid=24987] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24987/stat : 24987 (java) S 24977 24979 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254093517 10060460032 33550 33554432000 1073741824 1073778376 140734295167952 139894845471016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24979/tid=24988] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24988/stat : 24988 (java) S 24977 24979 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254093517 10060460032 33550 33554432000 1073741824 1073778376 140734295167952 139894844418472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24979/tid=24989] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24989/stat : 24989 (java) S 24977 24979 21497 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254093517 10060460032 33550 33554432000 1073741824 1073778376 140734295167952 139894843365928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24979/tid=24990] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24990/stat : 24990 (java) S 24977 24979 21497 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254093518 10060460032 33550 33554432000 1073741824 1073778376 140734295167952 139894830955112 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24979/tid=24991] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24991/stat : 24991 (java) S 24977 24979 21497 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254093518 10060460032 33550 33554432000 1073741824 1073778376 140734295167952 139894829901432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24979/tid=24992] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24992/stat : 24992 (java) S 24977 24979 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254093518 10060460032 33550 33554432000 1073741824 1073778376 140734295167952 139894828848776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24979/tid=24993] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24993/stat : 24993 (java) S 24977 24979 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254093520 10060460032 33550 33554432000 1073741824 1073778376 140734295167952 139894827797520 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24979/tid=24994] ppid=24977 vsize=9824668 CPUtime=0.66 cores=1,3,5,7
/proc/24979/task/24994/stat : 24994 (java) S 24977 24979 21497 0 -1 4202560 5003 0 0 0 66 0 0 0 20 0 19 0 254093520 10060460032 33550 33554432000 1073741824 1073778376 140734295167952 139894826743864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24979/tid=24995] ppid=24977 vsize=9824668 CPUtime=0.74 cores=1,3,5,7
/proc/24979/task/24995/stat : 24995 (java) S 24977 24979 21497 0 -1 4202560 10228 0 0 0 72 2 0 0 20 0 19 0 254093520 10060460032 33550 33554432000 1073741824 1073778376 140734295167952 139894825691320 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24979/tid=24996] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24996/stat : 24996 (java) S 24977 24979 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254093520 10060460032 33550 33554432000 1073741824 1073778376 140734295167952 139894824638968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24979/tid=24997] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24997/stat : 24997 (java) S 24977 24979 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254093520 10060460032 33550 33554432000 1073741824 1073778376 140734295167952 139894823586632 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24979/tid=25001] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/25001/stat : 25001 (java) S 24977 24979 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254093557 10060460032 33550 33554432000 1073741824 1073778376 140734295167952 139894817703592 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 9824668

[startup+6.30064 s]
/proc/loadavg: 3.87 3.95 3.89 3/216 25028
/proc/meminfo: memFree=26670540/32873648 swapFree=6852/6852
[pid=24979] ppid=24977 vsize=9824668 CPUtime=3.52 cores=1,3,5,7
/proc/24979/stat : 24979 (java) S 24977 24979 21497 0 -1 4202496 21001 0 1 0 323 29 0 0 20 0 19 0 254093516 10060460032 44464 33554432000 1073741824 1073778376 140734295167952 140734295159088 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24979/statm: 2456167 44464 2274 9 0 2446860 0
[pid=24979/tid=24981] ppid=24977 vsize=9824668 CPUtime=0.39 cores=1,3,5,7
/proc/24979/task/24981/stat : 24981 (java) S 24977 24979 21497 0 -1 4202560 2550 0 1 0 37 2 0 0 20 0 19 0 254093516 10060460032 44464 33554432000 1073741824 1073778376 140734295167952 139895006749688 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24979/tid=24982] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24982/stat : 24982 (java) S 24977 24979 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254093517 10060460032 44464 33554432000 1073741824 1073778376 140734295167952 139894850734760 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24979/tid=24983] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24983/stat : 24983 (java) S 24977 24979 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254093517 10060460032 44464 33554432000 1073741824 1073778376 140734295167952 139894849682216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24979/tid=24984] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24984/stat : 24984 (java) S 24977 24979 21497 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254093517 10060460032 44464 33554432000 1073741824 1073778376 140734295167952 139894848629672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24979/tid=24985] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24985/stat : 24985 (java) S 24977 24979 21497 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254093517 10060460032 44464 33554432000 1073741824 1073778376 140734295167952 139894847577128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24979/tid=24986] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24986/stat : 24986 (java) S 24977 24979 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254093517 10060460032 44464 33554432000 1073741824 1073778376 140734295167952 139894846523560 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24979/tid=24987] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24987/stat : 24987 (java) S 24977 24979 21497 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254093517 10060460032 44464 33554432000 1073741824 1073778376 140734295167952 139894845471016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24979/tid=24988] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24988/stat : 24988 (java) S 24977 24979 21497 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254093517 10060460032 44464 33554432000 1073741824 1073778376 140734295167952 139894844418472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24979/tid=24989] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24989/stat : 24989 (java) S 24977 24979 21497 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254093517 10060460032 44464 33554432000 1073741824 1073778376 140734295167952 139894843365928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24979/tid=24990] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24990/stat : 24990 (java) S 24977 24979 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254093518 10060460032 44464 33554432000 1073741824 1073778376 140734295167952 139894830955112 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24979/tid=24991] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24991/stat : 24991 (java) S 24977 24979 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254093518 10060460032 44464 33554432000 1073741824 1073778376 140734295167952 139894829901432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24979/tid=24992] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24992/stat : 24992 (java) S 24977 24979 21497 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254093518 10060460032 44464 33554432000 1073741824 1073778376 140734295167952 139894828848776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24979/tid=24993] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24993/stat : 24993 (java) S 24977 24979 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254093520 10060460032 44464 33554432000 1073741824 1073778376 140734295167952 139894827797520 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24979/tid=24994] ppid=24977 vsize=9824668 CPUtime=0.83 cores=1,3,5,7
/proc/24979/task/24994/stat : 24994 (java) S 24977 24979 21497 0 -1 4202560 6051 0 0 0 83 0 0 0 20 0 19 0 254093520 10060460032 44464 33554432000 1073741824 1073778376 140734295167952 139894826743864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24979/tid=24995] ppid=24977 vsize=9824668 CPUtime=0.92 cores=1,3,5,7
/proc/24979/task/24995/stat : 24995 (java) S 24977 24979 21497 0 -1 4202560 10922 0 0 0 90 2 0 0 20 0 19 0 254093520 10060460032 44464 33554432000 1073741824 1073778376 140734295167952 139894825691320 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24979/tid=24996] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24996/stat : 24996 (java) S 24977 24979 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254093520 10060460032 44464 33554432000 1073741824 1073778376 140734295167952 139894824638968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24979/tid=24997] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24997/stat : 24997 (java) S 24977 24979 21497 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254093520 10060460032 44464 33554432000 1073741824 1073778376 140734295167952 139894823586632 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24979/tid=25001] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/25001/stat : 25001 (java) S 24977 24979 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254093557 10060460032 44464 33554432000 1073741824 1073778376 140734295167952 139894817703592 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 9824668
heavy processes:


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

[pid=24979/tid=25074] ppid=24977 vsize=9824668 CPUtime=632.21 cores=1,3,5,7
/proc/24979/task/25074/stat : 25074 (java) R 24977 24979 21497 0 -1 4202560 50 0 0 0 63212 9 0 0 20 0 22 0 254103372 10060460032 682988 33554432000 1073741824 1073778376 140734295167952 139894820831312 139894879179610 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24979/tid=25075] ppid=24977 vsize=9824668 CPUtime=632.23 cores=1,3,5,7
/proc/24979/task/25075/stat : 25075 (java) R 24977 24979 21497 0 -1 4202560 135 0 0 0 63214 9 0 0 20 0 22 0 254103372 10060460032 682988 33554432000 1073741824 1073778376 140734295167952 139894821882336 139894879293334 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24979/tid=25076] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/25076/stat : 25076 (java) S 24977 24979 21497 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254103372 10060460032 682988 33554432000 1073741824 1073778376 140734295167952 139894818755624 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1486.66
Current children cumulated vsize (KiB) 9824668

[startup+822.301 s]
/proc/loadavg: 3.95 3.95 3.91 4/219 25148
/proc/meminfo: memFree=23071312/32873648 swapFree=6852/6852
[pid=24979] ppid=24977 vsize=9824668 CPUtime=1604.88 cores=1,3,5,7
/proc/24979/stat : 24979 (java) S 24977 24979 21497 0 -1 4202496 39764 0 1 0 160228 260 0 0 20 0 22 0 254093516 10060460032 719556 33554432000 1073741824 1073778376 140734295167952 140734295159088 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24979/statm: 2456167 719556 2288 9 0 2446860 0
[pid=24979/tid=24981] ppid=24977 vsize=9824668 CPUtime=0.44 cores=1,3,5,7
/proc/24979/task/24981/stat : 24981 (java) S 24977 24979 21497 0 -1 4202560 2583 0 1 0 41 3 0 0 20 0 22 0 254093516 10060460032 719556 33554432000 1073741824 1073778376 140734295167952 139895006749688 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24979/tid=24982] ppid=24977 vsize=9824668 CPUtime=2.39 cores=1,3,5,7
/proc/24979/task/24982/stat : 24982 (java) S 24977 24979 21497 0 -1 4202560 1480 0 0 0 223 16 0 0 20 0 22 0 254093517 10060460032 719556 33554432000 1073741824 1073778376 140734295167952 139894850734760 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24979/tid=24983] ppid=24977 vsize=9824668 CPUtime=2.68 cores=1,3,5,7
/proc/24979/task/24983/stat : 24983 (java) S 24977 24979 21497 0 -1 4202560 1625 0 0 0 250 18 0 0 20 0 22 0 254093517 10060460032 719556 33554432000 1073741824 1073778376 140734295167952 139894849682216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24979/tid=24984] ppid=24977 vsize=9824668 CPUtime=2.48 cores=1,3,5,7
/proc/24979/task/24984/stat : 24984 (java) S 24977 24979 21497 0 -1 4202560 859 0 0 0 232 16 0 0 20 0 22 0 254093517 10060460032 719556 33554432000 1073741824 1073778376 140734295167952 139894848629672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24979/tid=24985] ppid=24977 vsize=9824668 CPUtime=2.73 cores=1,3,5,7
/proc/24979/task/24985/stat : 24985 (java) S 24977 24979 21497 0 -1 4202560 1043 0 0 0 254 19 0 0 20 0 22 0 254093517 10060460032 719556 33554432000 1073741824 1073778376 140734295167952 139894847577128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24979/tid=24986] ppid=24977 vsize=9824668 CPUtime=2.62 cores=1,3,5,7
/proc/24979/task/24986/stat : 24986 (java) S 24977 24979 21497 0 -1 4202560 1475 0 0 0 243 19 0 0 20 0 22 0 254093517 10060460032 719556 33554432000 1073741824 1073778376 140734295167952 139894846523560 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24979/tid=24987] ppid=24977 vsize=9824668 CPUtime=2.81 cores=1,3,5,7
/proc/24979/task/24987/stat : 24987 (java) S 24977 24979 21497 0 -1 4202560 1487 0 0 0 260 21 0 0 20 0 22 0 254093517 10060460032 719556 33554432000 1073741824 1073778376 140734295167952 139894845471016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24979/tid=24988] ppid=24977 vsize=9824668 CPUtime=2.44 cores=1,3,5,7
/proc/24979/task/24988/stat : 24988 (java) S 24977 24979 21497 0 -1 4202560 906 0 0 0 227 17 0 0 20 0 22 0 254093517 10060460032 719556 33554432000 1073741824 1073778376 140734295167952 139894844418472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24979/tid=24989] ppid=24977 vsize=9824668 CPUtime=2.38 cores=1,3,5,7
/proc/24979/task/24989/stat : 24989 (java) S 24977 24979 21497 0 -1 4202560 906 0 0 0 223 15 0 0 20 0 22 0 254093517 10060460032 719556 33554432000 1073741824 1073778376 140734295167952 139894843365928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24979/tid=24990] ppid=24977 vsize=9824668 CPUtime=32.41 cores=1,3,5,7
/proc/24979/task/24990/stat : 24990 (java) S 24977 24979 21497 0 -1 4202560 2031 0 0 0 3218 23 0 0 20 0 22 0 254093518 10060460032 719556 33554432000 1073741824 1073778376 140734295167952 139894830955112 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24979/tid=24991] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24991/stat : 24991 (java) S 24977 24979 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254093518 10060460032 719556 33554432000 1073741824 1073778376 140734295167952 139894829901432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24979/tid=24992] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24992/stat : 24992 (java) S 24977 24979 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254093518 10060460032 719556 33554432000 1073741824 1073778376 140734295167952 139894828848776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24979/tid=24993] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24993/stat : 24993 (java) S 24977 24979 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254093520 10060460032 719556 33554432000 1073741824 1073778376 140734295167952 139894827797520 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24979/tid=24994] ppid=24977 vsize=9824668 CPUtime=1.65 cores=1,3,5,7
/proc/24979/task/24994/stat : 24994 (java) S 24977 24979 21497 0 -1 4202560 11240 0 0 0 163 2 0 0 20 0 22 0 254093520 10060460032 719556 33554432000 1073741824 1073778376 140734295167952 139894826743864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24979/tid=24995] ppid=24977 vsize=9824668 CPUtime=1.38 cores=1,3,5,7
/proc/24979/task/24995/stat : 24995 (java) S 24977 24979 21497 0 -1 4202560 10962 0 0 0 135 3 0 0 20 0 22 0 254093520 10060460032 719556 33554432000 1073741824 1073778376 140734295167952 139894825691320 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24979/tid=24996] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24996/stat : 24996 (java) S 24977 24979 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254093520 10060460032 719556 33554432000 1073741824 1073778376 140734295167952 139894824638968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24979/tid=24997] ppid=24977 vsize=9824668 CPUtime=0.32 cores=1,3,5,7
/proc/24979/task/24997/stat : 24997 (java) S 24977 24979 21497 0 -1 4202560 48 0 0 0 12 20 0 0 20 0 22 0 254093520 10060460032 719556 33554432000 1073741824 1073778376 140734295167952 139894823586632 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24979/tid=25058] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/25058/stat : 25058 (java) S 24977 24979 21497 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254094508 10060460032 719556 33554432000 1073741824 1073778376 140734295167952 139894817702696 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24979/tid=25074] ppid=24977 vsize=9824668 CPUtime=689.52 cores=1,3,5,7
/proc/24979/task/25074/stat : 25074 (java) R 24977 24979 21497 0 -1 4202560 52 0 0 0 68942 10 0 0 20 0 22 0 254103372 10060460032 719556 33554432000 1073741824 1073778376 140734295167952 139894820829424 139894879179517 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24979/tid=25075] ppid=24977 vsize=9824668 CPUtime=689.55 cores=1,3,5,7
/proc/24979/task/25075/stat : 25075 (java) R 24977 24979 21497 0 -1 4202560 141 0 0 0 68945 10 0 0 20 0 22 0 254103372 10060460032 719556 33554432000 1073741824 1073778376 140734295167952 139894821883104 139894879291359 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24979/tid=25076] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/25076/stat : 25076 (java) S 24977 24979 21497 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254103372 10060460032 719556 33554432000 1073741824 1073778376 140734295167952 139894818755624 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1604.88
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.87 3.92 3.90 5/219 25157
/proc/meminfo: memFree=22726108/32873648 swapFree=6852/6852
[pid=24979] ppid=24977 vsize=9824668 CPUtime=1723.53 cores=1,3,5,7
/proc/24979/stat : 24979 (java) S 24977 24979 21497 0 -1 4202496 40034 0 1 0 172081 272 0 0 20 0 22 0 254093516 10060460032 749839 33554432000 1073741824 1073778376 140734295167952 140734295159088 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24979/statm: 2456167 749839 2288 9 0 2446860 0
[pid=24979/tid=24981] ppid=24977 vsize=9824668 CPUtime=0.44 cores=1,3,5,7
/proc/24979/task/24981/stat : 24981 (java) S 24977 24979 21497 0 -1 4202560 2584 0 1 0 41 3 0 0 20 0 22 0 254093516 10060460032 749839 33554432000 1073741824 1073778376 140734295167952 139895006749688 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24979/tid=24982] ppid=24977 vsize=9824668 CPUtime=2.51 cores=1,3,5,7
/proc/24979/task/24982/stat : 24982 (java) S 24977 24979 21497 0 -1 4202560 1507 0 0 0 234 17 0 0 20 0 22 0 254093517 10060460032 749839 33554432000 1073741824 1073778376 140734295167952 139894850734760 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24979/tid=24983] ppid=24977 vsize=9824668 CPUtime=2.76 cores=1,3,5,7
/proc/24979/task/24983/stat : 24983 (java) S 24977 24979 21497 0 -1 4202560 1639 0 0 0 257 19 0 0 20 0 22 0 254093517 10060460032 749839 33554432000 1073741824 1073778376 140734295167952 139894849682216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24979/tid=24984] ppid=24977 vsize=9824668 CPUtime=2.59 cores=1,3,5,7
/proc/24979/task/24984/stat : 24984 (java) S 24977 24979 21497 0 -1 4202560 866 0 0 0 242 17 0 0 20 0 22 0 254093517 10060460032 749839 33554432000 1073741824 1073778376 140734295167952 139894848629672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24979/tid=24985] ppid=24977 vsize=9824668 CPUtime=2.9 cores=1,3,5,7
/proc/24979/task/24985/stat : 24985 (java) S 24977 24979 21497 0 -1 4202560 1093 0 0 0 270 20 0 0 20 0 22 0 254093517 10060460032 749839 33554432000 1073741824 1073778376 140734295167952 139894847577128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24979/tid=24986] ppid=24977 vsize=9824668 CPUtime=2.79 cores=1,3,5,7
/proc/24979/task/24986/stat : 24986 (java) S 24977 24979 21497 0 -1 4202560 1502 0 0 0 259 20 0 0 20 0 22 0 254093517 10060460032 749839 33554432000 1073741824 1073778376 140734295167952 139894846523560 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24979/tid=24987] ppid=24977 vsize=9824668 CPUtime=2.94 cores=1,3,5,7
/proc/24979/task/24987/stat : 24987 (java) S 24977 24979 21497 0 -1 4202560 1511 0 0 0 271 23 0 0 20 0 22 0 254093517 10060460032 749839 33554432000 1073741824 1073778376 140734295167952 139894845471016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24979/tid=24988] ppid=24977 vsize=9824668 CPUtime=2.59 cores=1,3,5,7
/proc/24979/task/24988/stat : 24988 (java) S 24977 24979 21497 0 -1 4202560 938 0 0 0 241 18 0 0 20 0 22 0 254093517 10060460032 749839 33554432000 1073741824 1073778376 140734295167952 139894844418472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24979/tid=24989] ppid=24977 vsize=9824668 CPUtime=2.53 cores=1,3,5,7
/proc/24979/task/24989/stat : 24989 (java) S 24977 24979 21497 0 -1 4202560 937 0 0 0 237 16 0 0 20 0 22 0 254093517 10060460032 749839 33554432000 1073741824 1073778376 140734295167952 139894843365928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24979/tid=24990] ppid=24977 vsize=9824668 CPUtime=34.25 cores=1,3,5,7
/proc/24979/task/24990/stat : 24990 (java) S 24977 24979 21497 0 -1 4202560 2078 0 0 0 3401 24 0 0 20 0 22 0 254093518 10060460032 749839 33554432000 1073741824 1073778376 140734295167952 139894830955112 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24979/tid=24991] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24991/stat : 24991 (java) S 24977 24979 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254093518 10060460032 749839 33554432000 1073741824 1073778376 140734295167952 139894829901432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24979/tid=24992] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24992/stat : 24992 (java) S 24977 24979 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254093518 10060460032 749839 33554432000 1073741824 1073778376 140734295167952 139894828848776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24979/tid=24993] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24993/stat : 24993 (java) S 24977 24979 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254093520 10060460032 749839 33554432000 1073741824 1073778376 140734295167952 139894827797520 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24979/tid=24994] ppid=24977 vsize=9824668 CPUtime=1.65 cores=1,3,5,7
/proc/24979/task/24994/stat : 24994 (java) S 24977 24979 21497 0 -1 4202560 11240 0 0 0 163 2 0 0 20 0 22 0 254093520 10060460032 749839 33554432000 1073741824 1073778376 140734295167952 139894826743864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24979/tid=24995] ppid=24977 vsize=9824668 CPUtime=1.38 cores=1,3,5,7
/proc/24979/task/24995/stat : 24995 (java) S 24977 24979 21497 0 -1 4202560 10962 0 0 0 135 3 0 0 20 0 22 0 254093520 10060460032 749839 33554432000 1073741824 1073778376 140734295167952 139894825691320 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24979/tid=24996] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24996/stat : 24996 (java) S 24977 24979 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254093520 10060460032 749839 33554432000 1073741824 1073778376 140734295167952 139894824638968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24979/tid=24997] ppid=24977 vsize=9824668 CPUtime=0.35 cores=1,3,5,7
/proc/24979/task/24997/stat : 24997 (java) S 24977 24979 21497 0 -1 4202560 52 0 0 0 12 23 0 0 20 0 22 0 254093520 10060460032 749839 33554432000 1073741824 1073778376 140734295167952 139894823586632 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24979/tid=25058] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/25058/stat : 25058 (java) S 24977 24979 21497 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254094508 10060460032 749839 33554432000 1073741824 1073778376 140734295167952 139894817702696 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24979/tid=25074] ppid=24977 vsize=9824668 CPUtime=747.38 cores=1,3,5,7
/proc/24979/task/25074/stat : 25074 (java) R 24977 24979 21497 0 -1 4202560 53 0 0 0 74727 11 0 0 20 0 22 0 254103372 10060460032 749839 33554432000 1073741824 1073778376 140734295167952 139894820829424 139894879179508 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24979/tid=25075] ppid=24977 vsize=9824668 CPUtime=747.41 cores=1,3,5,7
/proc/24979/task/25075/stat : 25075 (java) R 24977 24979 21497 0 -1 4202560 146 0 0 0 74730 11 0 0 20 0 22 0 254103372 10060460032 749839 33554432000 1073741824 1073778376 140734295167952 139894821883120 139894879414911 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24979/tid=25076] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/25076/stat : 25076 (java) S 24977 24979 21497 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254103372 10060460032 749839 33554432000 1073741824 1073778376 140734295167952 139894818755624 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1723.53
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+921.201 s]
/proc/loadavg: 3.88 3.92 3.90 5/219 25157
/proc/meminfo: memFree=22614036/32873648 swapFree=6852/6852
[pid=24979] ppid=24977 vsize=9824668 CPUtime=1800.21 cores=1,3,5,7
/proc/24979/stat : 24979 (java) S 24977 24979 21497 0 -1 4202496 40306 0 1 0 179740 281 0 0 20 0 22 0 254093516 10060460032 768404 33554432000 1073741824 1073778376 140734295167952 140734295159088 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24979/statm: 2456167 768404 2288 9 0 2446860 0
[pid=24979/tid=24981] ppid=24977 vsize=9824668 CPUtime=0.44 cores=1,3,5,7
/proc/24979/task/24981/stat : 24981 (java) S 24977 24979 21497 0 -1 4202560 2584 0 1 0 41 3 0 0 20 0 22 0 254093516 10060460032 768404 33554432000 1073741824 1073778376 140734295167952 139895006749688 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24979/tid=24982] ppid=24977 vsize=9824668 CPUtime=2.57 cores=1,3,5,7
/proc/24979/task/24982/stat : 24982 (java) S 24977 24979 21497 0 -1 4202560 1520 0 0 0 239 18 0 0 20 0 22 0 254093517 10060460032 768404 33554432000 1073741824 1073778376 140734295167952 139894850734760 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24979/tid=24983] ppid=24977 vsize=9824668 CPUtime=2.91 cores=1,3,5,7
/proc/24979/task/24983/stat : 24983 (java) S 24977 24979 21497 0 -1 4202560 1693 0 0 0 271 20 0 0 20 0 22 0 254093517 10060460032 768404 33554432000 1073741824 1073778376 140734295167952 139894849682216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24979/tid=24984] ppid=24977 vsize=9824668 CPUtime=2.66 cores=1,3,5,7
/proc/24979/task/24984/stat : 24984 (java) S 24977 24979 21497 0 -1 4202560 873 0 0 0 249 17 0 0 20 0 22 0 254093517 10060460032 768404 33554432000 1073741824 1073778376 140734295167952 139894848629672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24979/tid=24985] ppid=24977 vsize=9824668 CPUtime=3.01 cores=1,3,5,7
/proc/24979/task/24985/stat : 24985 (java) S 24977 24979 21497 0 -1 4202560 1139 0 0 0 280 21 0 0 20 0 22 0 254093517 10060460032 768404 33554432000 1073741824 1073778376 140734295167952 139894847577128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24979/tid=24986] ppid=24977 vsize=9824668 CPUtime=2.88 cores=1,3,5,7
/proc/24979/task/24986/stat : 24986 (java) S 24977 24979 21497 0 -1 4202560 1528 0 0 0 267 21 0 0 20 0 22 0 254093517 10060460032 768404 33554432000 1073741824 1073778376 140734295167952 139894846523560 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24979/tid=24987] ppid=24977 vsize=9824668 CPUtime=2.99 cores=1,3,5,7
/proc/24979/task/24987/stat : 24987 (java) S 24977 24979 21497 0 -1 4202560 1520 0 0 0 276 23 0 0 20 0 22 0 254093517 10060460032 768404 33554432000 1073741824 1073778376 140734295167952 139894845471016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24979/tid=24988] ppid=24977 vsize=9824668 CPUtime=2.75 cores=1,3,5,7
/proc/24979/task/24988/stat : 24988 (java) S 24977 24979 21497 0 -1 4202560 991 0 0 0 255 20 0 0 20 0 22 0 254093517 10060460032 768404 33554432000 1073741824 1073778376 140734295167952 139894844418472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24979/tid=24989] ppid=24977 vsize=9824668 CPUtime=2.62 cores=1,3,5,7
/proc/24979/task/24989/stat : 24989 (java) S 24977 24979 21497 0 -1 4202560 950 0 0 0 245 17 0 0 20 0 22 0 254093517 10060460032 768404 33554432000 1073741824 1073778376 140734295167952 139894843365928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24979/tid=24990] ppid=24977 vsize=9824668 CPUtime=35.78 cores=1,3,5,7
/proc/24979/task/24990/stat : 24990 (java) S 24977 24979 21497 0 -1 4202560 2123 0 0 0 3554 24 0 0 20 0 22 0 254093518 10060460032 768404 33554432000 1073741824 1073778376 140734295167952 139894830955112 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24979/tid=24991] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24991/stat : 24991 (java) S 24977 24979 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254093518 10060460032 768404 33554432000 1073741824 1073778376 140734295167952 139894829901432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24979/tid=24992] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24992/stat : 24992 (java) S 24977 24979 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254093518 10060460032 768404 33554432000 1073741824 1073778376 140734295167952 139894828848776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24979/tid=24993] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24993/stat : 24993 (java) S 24977 24979 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254093520 10060460032 768404 33554432000 1073741824 1073778376 140734295167952 139894827797520 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24979/tid=24994] ppid=24977 vsize=9824668 CPUtime=1.65 cores=1,3,5,7
/proc/24979/task/24994/stat : 24994 (java) S 24977 24979 21497 0 -1 4202560 11240 0 0 0 163 2 0 0 20 0 22 0 254093520 10060460032 768404 33554432000 1073741824 1073778376 140734295167952 139894826743864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24979/tid=24995] ppid=24977 vsize=9824668 CPUtime=1.38 cores=1,3,5,7
/proc/24979/task/24995/stat : 24995 (java) S 24977 24979 21497 0 -1 4202560 10962 0 0 0 135 3 0 0 20 0 22 0 254093520 10060460032 768404 33554432000 1073741824 1073778376 140734295167952 139894825691320 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24979/tid=24996] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/24996/stat : 24996 (java) S 24977 24979 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254093520 10060460032 768404 33554432000 1073741824 1073778376 140734295167952 139894824638968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24979/tid=24997] ppid=24977 vsize=9824668 CPUtime=0.36 cores=1,3,5,7
/proc/24979/task/24997/stat : 24997 (java) S 24977 24979 21497 0 -1 4202560 54 0 0 0 13 23 0 0 20 0 22 0 254093520 10060460032 768404 33554432000 1073741824 1073778376 140734295167952 139894823586632 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24979/tid=25058] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/25058/stat : 25058 (java) S 24977 24979 21497 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254094508 10060460032 768404 33554432000 1073741824 1073778376 140734295167952 139894817702696 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24979/tid=25074] ppid=24977 vsize=9824668 CPUtime=784.55 cores=1,3,5,7
/proc/24979/task/25074/stat : 25074 (java) R 24977 24979 21497 0 -1 4202560 53 0 0 0 78444 11 0 0 20 0 22 0 254103372 10060460032 768404 33554432000 1073741824 1073778376 140734295167952 139894820829536 139894879179610 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24979/tid=25075] ppid=24977 vsize=9824668 CPUtime=784.58 cores=1,3,5,7
/proc/24979/task/25075/stat : 25075 (java) R 24977 24979 21497 0 -1 4202560 150 0 0 0 78447 11 0 0 20 0 22 0 254103372 10060460032 768404 33554432000 1073741824 1073778376 140734295167952 139894821883104 139894879283900 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24979/tid=25076] ppid=24977 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24979/task/25076/stat : 25076 (java) S 24977 24979 21497 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254103372 10060460032 768404 33554432000 1073741824 1073778376 140734295167952 139894818755624 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
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

Child status: 143
Real time (s): 921.235
CPU time (s): 1800.65
CPU user time (s): 1797.4
CPU system time (s): 3.24951
CPU usage (%): 195.46
Max. virtual memory (cumulated for all children) (KiB): 9825036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.4
system time used= 3.24951
maximum resident set size= 3073728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40335
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29824
involuntary context switches= 45209

runsolver used 3.47247 second user time and 8.30374 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-24 19:14:35
IDJOB=3688774
IDBENCH=48283
IDSOLVER=2268
FILE ID=node116/3688774-1337879675
RUNJOBID= node116-1337871880-21514
PBS_JOBID= 14620088
Free space on /tmp= 71728 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_200_10_1.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688774-1337879675/watcher-3688774-1337879675 -o /tmp/evaluation-result-3688774-1337879675/solver-3688774-1337879675 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688774-1337879675.opb

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

MD5SUM BENCH= 74165f17686851db36d48a05683565a5
RANDOM SEED=855900329

node116.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.556
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	: 5333.11
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.556
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.556
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	: 5438.54
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.556
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.556
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.92
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.556
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
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.556
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.90
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.556
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26843468 kB
Buffers:          210124 kB
Cached:          2933652 kB
SwapCached:            0 kB
Active:          2601628 kB
Inactive:        2662624 kB
Active(anon):    2123076 kB
Inactive(anon):        0 kB
Active(file):     478552 kB
Inactive(file):  2662624 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               488 kB
Writeback:             0 kB
AnonPages:       2129464 kB
Mapped:            21712 kB
Shmem:               200 kB
Slab:             623744 kB
SReclaimable:      67928 kB
SUnreclaim:       555816 kB
KernelStack:        1784 kB
PageTables:         8340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    2612068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2070528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71712 MiB
End job on node116 at 2012-05-24 19:29:58