Trace number 3687523

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 Resolution 2.3.2 SnapshotSAT (TO)69260 1800.95 1768.35

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-cracpb1.opb
MD5SUM75f6d21683e6eb738b98c93cf5598ff3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark22199
Best CPU time to get the best result obtained on this benchmark0.202968
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 22199
Optimality of the best value was proved YES
Number of variables572
Total number of constraints126
Number of constraints which are clauses3
Number of constraints which are cardinality constraints (but not clauses)54
Number of constraints which are nor clauses,nor cardinality constraints69
Minimum length of a constraint4
Maximum length of a constraint518
Number of terms in the objective function 572
Biggest coefficient in the objective function 5000
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 547769
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 5000
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 547769
Number of bits of the biggest sum of numbers20
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.2.v20120418
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		501472288
0.05/0.09	c Max memory 		7480803328
0.05/0.09	c Total memory 		504102912
0.05/0.09	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-3687523-1337871960.opb
0.08/0.11	c reading problem ... 
0.28/0.22	c ... done. Wall clock time 0.111s.
0.28/0.22	c declared #vars     572
0.28/0.22	c #constraints  215
0.28/0.22	c constraints type 
0.28/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 58
0.28/0.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 153
0.28/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4
0.28/0.22	c 215 constraints processed.
0.28/0.22	c objective function length is 572 literals
1.21/0.72	c cleaning 2501 clauses out of 5001 with flag 5001/5001
2.05/1.13	c cleaning 4251 clauses out of 8502 with flag 11003/11003
2.58/1.62	c cleaning 5625 clauses out of 11249 with flag 18001/18001
3.12/2.19	c cleaning 6807 clauses out of 13623 with flag 26000/26000
3.87/2.80	c cleaning 7897 clauses out of 15816 with flag 35000/35000
4.59/3.50	c cleaning 8953 clauses out of 17919 with flag 45000/45000
5.35/4.29	c cleaning 9983 clauses out of 19967 with flag 56001/56001
6.41/5.21	c cleaning 10988 clauses out of 21983 with flag 68000/68000
7.51/6.33	c cleaning 11992 clauses out of 23997 with flag 81002/81002
8.64/7.46	c cleaning 12994 clauses out of 26006 with flag 95003/95003
9.85/8.68	c cleaning 14003 clauses out of 28009 with flag 110000/110000
11.08/9.90	c cleaning 15004 clauses out of 30007 with flag 126001/126001
11.57/10.35	c SATISFIABLE
11.57/10.35	c OPTIMIZING...
11.57/10.35	c Got one! Elapsed wall clock time (in seconds):10.241
11.57/10.36	o 182649
11.88/10.66	c cleaning 13029 clauses out of 26069 with flag 5003/137069
12.30/11.06	c cleaning 9515 clauses out of 19038 with flag 11001/143067
12.59/11.33	c Got one! Elapsed wall clock time (in seconds):11.223
12.59/11.33	o 117947
12.70/11.43	c cleaning 7742 clauses out of 15508 with flag 2000/149052
12.90/11.64	c Got one! Elapsed wall clock time (in seconds):11.532
12.90/11.64	o 72521
13.00/11.74	c cleaning 6760 clauses out of 13547 with flag 2001/154834
13.41/12.14	c cleaning 6368 clauses out of 12786 with flag 8000/160833
13.83/12.58	c cleaning 6701 clauses out of 13419 with flag 15001/167834
14.45/13.13	c cleaning 7350 clauses out of 14717 with flag 23000/175833
14.95/13.62	c Got one! Elapsed wall clock time (in seconds):13.514
14.95/13.62	o 69260
15.25/13.97	c cleaning 9949 clauses out of 19910 with flag 5001/188376
15.76/14.41	c cleaning 7971 clauses out of 15961 with flag 11001/194376
16.26/14.93	c cleaning 7483 clauses out of 14989 with flag 18000/201375
16.98/15.65	c cleaning 7747 clauses out of 15510 with flag 26004/209379
17.69/16.35	c cleaning 8373 clauses out of 16759 with flag 35000/218375
18.60/17.22	c cleaning 9191 clauses out of 18388 with flag 45002/228377
19.53/18.18	c cleaning 10093 clauses out of 20195 with flag 56000/239375
20.65/19.29	c cleaning 11049 clauses out of 22103 with flag 68001/251376
21.76/20.38	c cleaning 12019 clauses out of 24054 with flag 81001/264376
22.96/21.58	c cleaning 13012 clauses out of 26034 with flag 95000/278375
24.18/22.72	c cleaning 14000 clauses out of 28023 with flag 110001/293376
25.41/23.90	c cleaning 15004 clauses out of 30022 with flag 126001/309376
26.61/25.14	c cleaning 16009 clauses out of 32017 with flag 143000/326375
28.02/26.59	c cleaning 16996 clauses out of 34008 with flag 161000/344375
29.53/28.09	c cleaning 18001 clauses out of 36013 with flag 180001/363376
31.27/29.73	c cleaning 19002 clauses out of 38011 with flag 200000/383375
33.07/31.50	c cleaning 19996 clauses out of 40010 with flag 221001/404376
34.78/33.24	c cleaning 21001 clauses out of 42015 with flag 243002/426377
36.61/35.07	c cleaning 22005 clauses out of 44012 with flag 266000/449375
38.74/37.10	c cleaning 23000 clauses out of 46008 with flag 290001/473376
40.75/39.17	c cleaning 23994 clauses out of 48007 with flag 315000/498375
43.28/41.64	c cleaning 24988 clauses out of 50014 with flag 341001/524376
45.61/43.92	c cleaning 26007 clauses out of 52025 with flag 368000/551375
48.02/46.31	c cleaning 27006 clauses out of 54020 with flag 396002/579377
50.32/48.62	c cleaning 28004 clauses out of 56014 with flag 425002/608377
52.98/51.23	c cleaning 29000 clauses out of 58010 with flag 455002/638377
56.02/54.22	c cleaning 30001 clauses out of 60009 with flag 486001/669376
58.85/57.05	c cleaning 30998 clauses out of 62007 with flag 518000/701375
62.57/60.73	c cleaning 31996 clauses out of 64013 with flag 551004/734379
65.94/64.08	c cleaning 32984 clauses out of 66013 with flag 585000/768375
69.66/67.73	c cleaning 33995 clauses out of 68029 with flag 620000/803375
73.08/71.11	c cleaning 35000 clauses out of 70036 with flag 656002/839377
76.49/74.56	c cleaning 36000 clauses out of 72034 with flag 693000/876375
79.71/77.73	c cleaning 37012 clauses out of 74034 with flag 731000/914375
83.32/81.34	c cleaning 38008 clauses out of 76024 with flag 770002/953377
87.12/85.15	c cleaning 39004 clauses out of 78014 with flag 810000/993375
91.07/89.01	c cleaning 39993 clauses out of 80011 with flag 851001/1034376
95.30/93.21	c cleaning 41003 clauses out of 82018 with flag 893001/1076376
99.96/97.81	c cleaning 41996 clauses out of 84014 with flag 936000/1119375
104.21/102.00	c cleaning 42997 clauses out of 86018 with flag 980000/1163375
108.35/106.12	c cleaning 44000 clauses out of 88022 with flag 1025001/1208376
112.79/110.58	c cleaning 45003 clauses out of 90022 with flag 1071001/1254376
118.05/115.79	c cleaning 46002 clauses out of 92018 with flag 1118000/1301375
123.47/121.13	c cleaning 47003 clauses out of 94017 with flag 1166001/1349376
128.89/126.58	c cleaning 48001 clauses out of 96014 with flag 1215001/1398376
134.61/132.24	c cleaning 49002 clauses out of 98013 with flag 1265001/1448376
140.27/137.88	c cleaning 49998 clauses out of 100010 with flag 1316000/1499375
146.06/143.59	c cleaning 50996 clauses out of 102012 with flag 1368000/1551375
151.70/149.14	c cleaning 51999 clauses out of 104017 with flag 1421001/1604376
157.42/154.90	c cleaning 53000 clauses out of 106017 with flag 1475000/1658375
164.24/161.65	c cleaning 53997 clauses out of 108018 with flag 1530001/1713376
171.69/169.03	c cleaning 54992 clauses out of 110021 with flag 1586001/1769376
178.23/175.52	c cleaning 55999 clauses out of 112029 with flag 1643001/1826376
184.37/181.62	c cleaning 57000 clauses out of 114029 with flag 1701000/1884375
190.81/188.07	c cleaning 58010 clauses out of 116030 with flag 1760001/1943376
198.13/195.36	c cleaning 58991 clauses out of 118020 with flag 1820001/2003376
204.98/202.01	c cleaning 60005 clauses out of 120029 with flag 1881001/2064376
213.87/210.89	c cleaning 61004 clauses out of 122023 with flag 1943000/2126375
220.88/217.74	c cleaning 61991 clauses out of 124019 with flag 2006000/2189375
228.60/225.36	c cleaning 63000 clauses out of 126029 with flag 2070001/2253376
237.90/234.50	c cleaning 64005 clauses out of 128028 with flag 2135000/2318375
249.31/245.69	c cleaning 64995 clauses out of 130024 with flag 2201001/2384376
257.75/253.83	c cleaning 65999 clauses out of 132029 with flag 2268001/2451376
265.98/261.92	c cleaning 67003 clauses out of 134029 with flag 2336000/2519375
273.98/269.89	c cleaning 67998 clauses out of 136027 with flag 2405001/2588376
283.10/278.81	c cleaning 69003 clauses out of 138029 with flag 2475001/2658376
292.44/288.07	c cleaning 70005 clauses out of 140025 with flag 2546000/2729375
302.84/298.38	c cleaning 71001 clauses out of 142020 with flag 2618000/2801375
314.61/310.09	c cleaning 71998 clauses out of 144020 with flag 2691001/2874376
326.33/321.61	c cleaning 72997 clauses out of 146021 with flag 2765000/2948375
337.75/332.80	c cleaning 74004 clauses out of 148024 with flag 2840000/3023375
347.02/341.91	c cleaning 75002 clauses out of 150020 with flag 2916000/3099375
357.02/351.79	c cleaning 76003 clauses out of 152021 with flag 2993003/3176378
365.81/360.31	c cleaning 76999 clauses out of 154015 with flag 3071000/3254375
374.55/368.90	c cleaning 77997 clauses out of 156018 with flag 3150002/3333377
384.22/378.49	c cleaning 79001 clauses out of 158021 with flag 3230002/3413377
394.29/388.37	c cleaning 79996 clauses out of 160018 with flag 3311000/3494375
404.45/398.37	c cleaning 81003 clauses out of 162023 with flag 3393001/3576376
418.46/412.14	c cleaning 81984 clauses out of 164019 with flag 3476000/3659375
432.05/425.46	c cleaning 83000 clauses out of 166036 with flag 3560001/3743376
445.19/438.32	c cleaning 84007 clauses out of 168039 with flag 3645004/3828379
456.50/449.48	c cleaning 84995 clauses out of 170030 with flag 3731002/3914377
469.10/461.80	c cleaning 86001 clauses out of 172034 with flag 3818001/4001376
480.43/472.91	c cleaning 86998 clauses out of 174034 with flag 3906002/4089377
491.87/484.11	c cleaning 87998 clauses out of 176035 with flag 3995001/4178376
508.03/500.03	c cleaning 89007 clauses out of 178037 with flag 4085001/4268376
520.47/512.28	c cleaning 89987 clauses out of 180029 with flag 4176000/4359375
535.83/527.37	c cleaning 90994 clauses out of 182042 with flag 4268000/4451375
547.34/538.58	c cleaning 92015 clauses out of 184048 with flag 4361000/4544375
559.72/550.67	c cleaning 93011 clauses out of 186034 with flag 4455001/4638376
575.03/565.60	c cleaning 94002 clauses out of 188024 with flag 4550002/4733377
588.48/578.80	c cleaning 94989 clauses out of 190025 with flag 4646005/4829380
602.45/592.56	c cleaning 95980 clauses out of 192031 with flag 4743000/4926375
614.60/604.41	c cleaning 97008 clauses out of 194052 with flag 4841001/5024376
628.20/617.78	c cleaning 98000 clauses out of 196045 with flag 4940002/5123377
645.92/635.17	c cleaning 99007 clauses out of 198044 with flag 5040001/5223376
663.79/652.63	c cleaning 100002 clauses out of 200036 with flag 5141000/5324375
683.76/672.35	c cleaning 101013 clauses out of 202034 with flag 5243000/5426375
701.90/690.17	c cleaning 102007 clauses out of 204021 with flag 5346000/5529375
717.16/705.02	c cleaning 102976 clauses out of 206014 with flag 5450000/5633375
735.08/722.65	c cleaning 103980 clauses out of 208040 with flag 5555002/5738377
753.34/740.50	c cleaning 104987 clauses out of 210058 with flag 5661000/5844375
770.76/757.58	c cleaning 105992 clauses out of 212072 with flag 5768001/5951376
791.63/778.01	c cleaning 107017 clauses out of 214079 with flag 5876000/6059375
813.93/799.92	c cleaning 108019 clauses out of 216062 with flag 5985000/6168375
835.31/820.95	c cleaning 109006 clauses out of 218043 with flag 6095000/6278375
856.99/842.28	c cleaning 110009 clauses out of 220040 with flag 6206003/6389378
879.25/864.06	c cleaning 111003 clauses out of 222028 with flag 6318000/6501375
898.61/883.02	c cleaning 111999 clauses out of 224025 with flag 6431000/6614375
920.55/904.67	c cleaning 113005 clauses out of 226026 with flag 6545000/6728375
935.64/919.37	c cleaning 113978 clauses out of 228022 with flag 6660001/6843376
950.85/934.19	c cleaning 115003 clauses out of 230043 with flag 6776000/6959375
966.63/949.63	c cleaning 115997 clauses out of 232040 with flag 6893000/7076375
987.20/969.93	c cleaning 117001 clauses out of 234043 with flag 7011000/7194375
1003.54/985.92	c cleaning 118000 clauses out of 236042 with flag 7130000/7313375
1023.10/1005.10	c cleaning 118999 clauses out of 238042 with flag 7250000/7433375
1041.82/1023.59	c cleaning 120012 clauses out of 240043 with flag 7371000/7554375
1063.53/1044.90	c cleaning 120996 clauses out of 242032 with flag 7493001/7676376
1087.96/1068.87	c cleaning 122001 clauses out of 244036 with flag 7616001/7799376
1110.56/1091.06	c cleaning 123001 clauses out of 246034 with flag 7740000/7923375
1133.88/1113.93	c cleaning 123999 clauses out of 248033 with flag 7865000/8048375
1157.00/1136.62	c cleaning 125004 clauses out of 250034 with flag 7991000/8174375
1177.49/1156.69	c cleaning 125998 clauses out of 252030 with flag 8118000/8301375
1199.22/1177.97	c cleaning 126999 clauses out of 254033 with flag 8246001/8429376
1221.22/1199.55	c cleaning 128002 clauses out of 256034 with flag 8375001/8558376
1248.75/1226.68	c cleaning 128997 clauses out of 258031 with flag 8505000/8688375
1276.19/1253.59	c cleaning 130004 clauses out of 260035 with flag 8636001/8819376
1298.97/1275.85	c cleaning 130984 clauses out of 262030 with flag 8768000/8951375
1323.87/1300.28	c cleaning 131993 clauses out of 264047 with flag 8901001/9084376
1354.32/1330.22	c cleaning 133008 clauses out of 266054 with flag 9035001/9218376
1390.97/1366.47	c cleaning 134001 clauses out of 268045 with flag 9170000/9353375
1421.72/1396.77	c cleaning 135006 clauses out of 270048 with flag 9306004/9489379
1456.98/1431.41	c cleaning 135993 clauses out of 272039 with flag 9443001/9626376
1494.35/1468.44	c cleaning 136989 clauses out of 274045 with flag 9581000/9764375
1527.44/1501.07	c cleaning 137996 clauses out of 276056 with flag 9720000/9903375
1565.32/1538.31	c cleaning 139000 clauses out of 278060 with flag 9860000/10043375
1586.62/1559.07	c cleaning 140022 clauses out of 280060 with flag 10001000/10184375
1608.05/1579.97	c cleaning 141009 clauses out of 282038 with flag 10143000/10326375
1628.69/1600.13	c cleaning 142005 clauses out of 284029 with flag 10286000/10469375
1651.19/1622.19	c cleaning 143003 clauses out of 286024 with flag 10430000/10613375
1680.09/1650.58	c cleaning 143993 clauses out of 288022 with flag 10575001/10758376
1707.46/1677.46	c cleaning 144998 clauses out of 290028 with flag 10721000/10904375
1742.70/1712.13	c cleaning 145998 clauses out of 292031 with flag 10868001/11051376
1771.05/1739.95	c cleaning 146992 clauses out of 294032 with flag 11016000/11199375
1799.57/1767.96	c cleaning 148004 clauses out of 296040 with flag 11165000/11348375
1800.01/1768.31	c starts		: 326
1800.01/1768.31	c conflicts		: 11351102
1800.01/1768.31	c decisions		: 13077948
1800.01/1768.31	c propagations		: 166871570
1800.01/1768.31	c inspects		: 16677251018
1800.01/1768.31	c shortcuts		: 0
1800.01/1768.31	c learnt literals	: 4
1800.01/1768.31	c learnt binary clauses	: 241
1800.01/1768.31	c learnt ternary clauses	: 252
1800.01/1768.31	c learnt constraints	: 11351099
1800.01/1768.31	c ignored constraints	: 0
1800.01/1768.31	c root simplifications	: 0
1800.01/1768.31	c removed literals (reason simplification)	: 0
1800.01/1768.31	c reason swapping (by a shorter reason)	: 0
1800.01/1768.31	c Calls to reduceDB	: 164
1800.01/1768.31	c number of reductions to clauses (during analyze)	: 0
1800.01/1768.31	c number of learned constraints concerned by reduction	: 0
1800.01/1768.31	c number of learning phase by resolution	: 0
1800.01/1768.31	c number of learning phase by cutting planes	: 0
1800.01/1768.31	c speed (assignments/second)	: 94380.17475463483
1800.01/1768.31	c non guided choices	17
1800.01/1768.34	c learnt constraints type 
1800.01/1768.34	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 241
1800.01/1768.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 150887
1800.01/1768.34	c constraints type 
1800.01/1768.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 58
1800.01/1768.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 153
1800.01/1768.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5
1800.01/1768.34	c 216 constraints processed.
1800.01/1768.34	s SATISFIABLE
1800.01/1768.34	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 -x10 x11 x12 -x13 -x14 -x15 -x16 -x17 -x18 x19 -x20 -x21 x22 x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 x33 -x34 x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 x48 -x49 x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 x75 -x76 -x77 x78 -x79 x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 x114 -x115 -x116 -x117 x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 x154 -x155 x156 -x157 -x158 -x159 -x160 -x161 x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 x171 -x172 x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 x184 -x185 -x186 -x187 -x188 -x189 x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 x245 -x246 -x247 -x248 -x249 x250 -x251 -x252 -x253 -x254 -x255 x256 -x257 -x258 -x259 -x260 -x261 x262 -x263 -x264 -x265 x266 -x267 -x268 x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 x288 -x289 -x290 -x291 -x292 -x293 x294 -x295 x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 x308 -x309 -x310 -x311 x312 -x313 x314 -x315 -x316 -x317 -x318 -x319 x320 -x321 -x322 -x323 x324 -x325 x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 x335 x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 x344 -x345 -x346 -x347 -x348 -x349 x350 x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 x418 -x419 -x420 x421 x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 x470 -x471 -x472 -x473 -x474 x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 
1800.01/1768.34	c objective function=69260
1800.01/1768.34	c Total wall clock time (in seconds): 1768.236

Verifier Data

OK	69260

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-3687523-1337871960/watcher-3687523-1337871960 -o /tmp/evaluation-result-3687523-1337871960/solver-3687523-1337871960 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687523-1337871960.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: 1.44 0.45 0.16 3/194 2598
/proc/meminfo: memFree=29618340/32873844 swapFree=6848/6848
[pid=2598] ppid=2596 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/2598/stat : 2598 (java) D 2596 2598 2422 0 -1 4202496 247 0 0 0 0 0 0 0 20 0 1 0 253320867 9515008 182 33554432000 1073741824 1073778376 140736806786896 140736806777928 223651643061 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/2598/statm: 2323 182 140 9 0 71 0

[startup+0.075627 s]
/proc/loadavg: 1.44 0.45 0.16 3/194 2598
/proc/meminfo: memFree=29618340/32873844 swapFree=6848/6848
[pid=2598] ppid=2596 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/2598/stat : 2598 (java) S 2596 2598 2422 0 -1 4202496 3357 0 1 0 5 0 0 0 20 0 18 0 253320867 9787813888 4056 33554432000 1073741824 1073778376 140737161760592 140737161751728 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2598/statm: 2389603 4056 1771 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.100294 s]
/proc/loadavg: 1.44 0.45 0.16 3/194 2598
/proc/meminfo: memFree=29618340/32873844 swapFree=6848/6848
[pid=2598] ppid=2596 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/2598/stat : 2598 (java) S 2596 2598 2422 0 -1 4202496 4361 0 1 0 8 0 0 0 20 0 18 0 253320867 9787813888 5051 33554432000 1073741824 1073778376 140737161760592 140737161751728 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2598/statm: 2389603 5052 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300157 s]
/proc/loadavg: 1.44 0.45 0.16 3/194 2598
/proc/meminfo: memFree=29618340/32873844 swapFree=6848/6848
[pid=2598] ppid=2596 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/2598/stat : 2598 (java) S 2596 2598 2422 0 -1 4202496 8057 0 1 0 56 1 0 0 20 0 19 0 253320867 9855975424 8545 33554432000 1073741824 1073778376 140737161760592 140737161751728 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2598/statm: 2406244 8545 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9624976

[startup+0.700259 s]
/proc/loadavg: 1.44 0.45 0.16 3/194 2598
/proc/meminfo: memFree=29618340/32873844 swapFree=6848/6848
[pid=2598] ppid=2596 vsize=9624976 CPUtime=1.21 cores=0,2,4,6
/proc/2598/stat : 2598 (java) S 2596 2598 2422 0 -1 4202496 8574 0 1 0 120 1 0 0 20 0 19 0 253320867 9855975424 11667 33554432000 1073741824 1073778376 140737161760592 140737161751728 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2598/statm: 2406244 11667 2242 9 0 2396937 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 9624976

[startup+1.50067 s]
/proc/loadavg: 1.44 0.45 0.16 4/213 2617
/proc/meminfo: memFree=29552816/32873844 swapFree=6848/6848
[pid=2598] ppid=2596 vsize=9624976 CPUtime=2.48 cores=0,2,4,6
/proc/2598/stat : 2598 (java) S 2596 2598 2422 0 -1 4202496 16117 0 1 0 245 3 0 0 20 0 19 0 253320867 9855975424 21314 33554432000 1073741824 1073778376 140737161760592 140737161751728 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2598/statm: 2406244 21314 2270 9 0 2396937 0
[pid=2598/tid=2600] ppid=2596 vsize=9624976 CPUtime=1.44 cores=0,2,4,6
/proc/2598/task/2600/stat : 2600 (java) R 2596 2598 2422 0 -1 4202560 2514 0 1 0 144 0 0 0 20 0 19 0 253320868 9855975424 21314 33554432000 1073741824 1073778376 140737161760592 139983111369112 139983051681570 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2598/tid=2601] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2601/stat : 2601 (java) S 2596 2598 2422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253320869 9855975424 21314 33554432000 1073741824 1073778376 140737161760592 139982955034920 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2598/tid=2602] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2602/stat : 2602 (java) S 2596 2598 2422 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253320869 9855975424 21314 33554432000 1073741824 1073778376 140737161760592 139982953982120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2598/tid=2603] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2603/stat : 2603 (java) S 2596 2598 2422 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253320869 9855975424 21314 33554432000 1073741824 1073778376 140737161760592 139982952929832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2598/tid=2604] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2604/stat : 2604 (java) S 2596 2598 2422 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253320869 9855975424 21314 33554432000 1073741824 1073778376 140737161760592 139982951877032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2598/tid=2605] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2605/stat : 2605 (java) S 2596 2598 2422 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253320869 9855975424 21314 33554432000 1073741824 1073778376 140737161760592 139982950824744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2598/tid=2606] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2606/stat : 2606 (java) S 2596 2598 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320869 9855975424 21314 33554432000 1073741824 1073778376 140737161760592 139982949771944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2598/tid=2607] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2607/stat : 2607 (java) S 2596 2598 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320869 9855975424 21314 33554432000 1073741824 1073778376 140737161760592 139982948719656 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2598/tid=2608] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2608/stat : 2608 (java) S 2596 2598 2422 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 253320869 9855975424 21314 33554432000 1073741824 1073778376 140737161760592 139982947666856 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2598/tid=2609] ppid=2596 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/2598/task/2609/stat : 2609 (java) S 2596 2598 2422 0 -1 4202560 33 0 0 0 1 0 0 0 20 0 19 0 253320870 9855975424 21314 33554432000 1073741824 1073778376 140737161760592 139982935468264 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2598/tid=2610] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2610/stat : 2610 (java) S 2596 2598 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253320871 9855975424 21314 33554432000 1073741824 1073778376 140737161760592 139982934414328 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2598/tid=2611] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2611/stat : 2611 (java) S 2596 2598 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253320871 9855975424 21314 33554432000 1073741824 1073778376 140737161760592 139982933361928 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2598/tid=2612] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2612/stat : 2612 (java) S 2596 2598 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320873 9855975424 21314 33554432000 1073741824 1073778376 140737161760592 139982932310416 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2598/tid=2613] ppid=2596 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/2598/task/2613/stat : 2613 (java) S 2596 2598 2422 0 -1 4202560 2356 0 0 0 32 0 0 0 20 0 19 0 253320873 9855975424 21314 33554432000 1073741824 1073778376 140737161760592 139982931258040 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2598/tid=2614] ppid=2596 vsize=9624976 CPUtime=0.64 cores=0,2,4,6
/proc/2598/task/2614/stat : 2614 (java) S 2596 2598 2422 0 -1 4202560 9980 0 0 0 61 3 0 0 20 0 19 0 253320873 9855975424 21314 33554432000 1073741824 1073778376 140737161760592 139982930205240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2598/tid=2615] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2615/stat : 2615 (java) S 2596 2598 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320873 9855975424 21314 33554432000 1073741824 1073778376 140737161760592 139982929153144 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2598/tid=2616] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2616/stat : 2616 (java) S 2596 2598 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320873 9855975424 21314 33554432000 1073741824 1073778376 140737161760592 139982928100552 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2598/tid=2617] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2617/stat : 2617 (java) S 2596 2598 2422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253320890 9855975424 21314 33554432000 1073741824 1073778376 140737161760592 139982927045544 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 9624976

[startup+3.10066 s]
/proc/loadavg: 1.44 0.45 0.16 3/213 2617
/proc/meminfo: memFree=29533020/32873844 swapFree=6848/6848
[pid=2598] ppid=2596 vsize=9624976 CPUtime=4.18 cores=0,2,4,6
/proc/2598/stat : 2598 (java) S 2596 2598 2422 0 -1 4202496 16623 0 1 0 414 4 0 0 20 0 19 0 253320867 9855975424 24978 33554432000 1073741824 1073778376 140737161760592 140737161751728 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2598/statm: 2406244 24978 2270 9 0 2396937 0
[pid=2598/tid=2600] ppid=2596 vsize=9624976 CPUtime=2.98 cores=0,2,4,6
/proc/2598/task/2600/stat : 2600 (java) R 2596 2598 2422 0 -1 4202560 2516 0 1 0 298 0 0 0 20 0 19 0 253320868 9855975424 24978 33554432000 1073741824 1073778376 140737161760592 139983111368992 139983051636452 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2598/tid=2601] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2601/stat : 2601 (java) S 2596 2598 2422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253320869 9855975424 24978 33554432000 1073741824 1073778376 140737161760592 139982955034920 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2598/tid=2602] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2602/stat : 2602 (java) S 2596 2598 2422 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253320869 9855975424 24978 33554432000 1073741824 1073778376 140737161760592 139982953982120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2598/tid=2603] ppid=2596 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/2598/task/2603/stat : 2603 (java) S 2596 2598 2422 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 253320869 9855975424 24978 33554432000 1073741824 1073778376 140737161760592 139982952929832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2598/tid=2604] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2604/stat : 2604 (java) S 2596 2598 2422 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253320869 9855975424 24978 33554432000 1073741824 1073778376 140737161760592 139982951877032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2598/tid=2605] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2605/stat : 2605 (java) S 2596 2598 2422 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253320869 9855975424 24978 33554432000 1073741824 1073778376 140737161760592 139982950824744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2598/tid=2606] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2606/stat : 2606 (java) S 2596 2598 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320869 9855975424 24978 33554432000 1073741824 1073778376 140737161760592 139982949771944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2598/tid=2607] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2607/stat : 2607 (java) S 2596 2598 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253320869 9855975424 24978 33554432000 1073741824 1073778376 140737161760592 139982948719656 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2598/tid=2608] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2608/stat : 2608 (java) S 2596 2598 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253320869 9855975424 24978 33554432000 1073741824 1073778376 140737161760592 139982947666856 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2598/tid=2609] ppid=2596 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/2598/task/2609/stat : 2609 (java) S 2596 2598 2422 0 -1 4202560 35 0 0 0 4 0 0 0 20 0 19 0 253320870 9855975424 24978 33554432000 1073741824 1073778376 140737161760592 139982935468264 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2598/tid=2610] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2610/stat : 2610 (java) S 2596 2598 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253320871 9855975424 24978 33554432000 1073741824 1073778376 140737161760592 139982934414328 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2598/tid=2611] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2611/stat : 2611 (java) S 2596 2598 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253320871 9855975424 24978 33554432000 1073741824 1073778376 140737161760592 139982933361928 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2598/tid=2612] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2612/stat : 2612 (java) S 2596 2598 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320873 9855975424 24978 33554432000 1073741824 1073778376 140737161760592 139982932310416 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2598/tid=2613] ppid=2596 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/2598/task/2613/stat : 2613 (java) S 2596 2598 2422 0 -1 4202560 2842 0 0 0 37 0 0 0 20 0 19 0 253320873 9855975424 24978 33554432000 1073741824 1073778376 140737161760592 139982931258040 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2598/tid=2614] ppid=2596 vsize=9624976 CPUtime=0.65 cores=0,2,4,6
/proc/2598/task/2614/stat : 2614 (java) S 2596 2598 2422 0 -1 4202560 9980 0 0 0 62 3 0 0 20 0 19 0 253320873 9855975424 24978 33554432000 1073741824 1073778376 140737161760592 139982930205240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2598/tid=2615] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2615/stat : 2615 (java) S 2596 2598 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320873 9855975424 24978 33554432000 1073741824 1073778376 140737161760592 139982929153144 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2598/tid=2616] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2616/stat : 2616 (java) S 2596 2598 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320873 9855975424 24978 33554432000 1073741824 1073778376 140737161760592 139982928100552 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2598/tid=2617] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2617/stat : 2617 (java) S 2596 2598 2422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253320890 9855975424 24978 33554432000 1073741824 1073778376 140737161760592 139982927045544 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 9624976

[startup+6.30068 s]
/proc/loadavg: 1.49 0.48 0.17 3/213 2617
/proc/meminfo: memFree=29514092/32873844 swapFree=6848/6848
[pid=2598] ppid=2596 vsize=9624976 CPUtime=7.51 cores=0,2,4,6
/proc/2598/stat : 2598 (java) S 2596 2598 2422 0 -1 4202496 17624 0 1 0 746 5 0 0 20 0 19 0 253320867 9855975424 28763 33554432000 1073741824 1073778376 140737161760592 140737161751728 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2598/statm: 2406244 28763 2271 9 0 2396937 0
[pid=2598/tid=2600] ppid=2596 vsize=9624976 CPUtime=6.11 cores=0,2,4,6
/proc/2598/task/2600/stat : 2600 (java) R 2596 2598 2422 0 -1 4202560 2523 0 1 0 611 0 0 0 20 0 19 0 253320868 9855975424 28763 33554432000 1073741824 1073778376 140737161760592 139983111368992 139983051602997 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2598/tid=2601] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2601/stat : 2601 (java) S 2596 2598 2422 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253320869 9855975424 28763 33554432000 1073741824 1073778376 140737161760592 139982955034920 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2598/tid=2602] ppid=2596 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/2598/task/2602/stat : 2602 (java) S 2596 2598 2422 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 253320869 9855975424 28763 33554432000 1073741824 1073778376 140737161760592 139982953982120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2598/tid=2603] ppid=2596 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/2598/task/2603/stat : 2603 (java) S 2596 2598 2422 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 253320869 9855975424 28763 33554432000 1073741824 1073778376 140737161760592 139982952929832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2598/tid=2604] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2604/stat : 2604 (java) S 2596 2598 2422 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 253320869 9855975424 28763 33554432000 1073741824 1073778376 140737161760592 139982951877032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2598/tid=2605] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2605/stat : 2605 (java) S 2596 2598 2422 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253320869 9855975424 28763 33554432000 1073741824 1073778376 140737161760592 139982950824744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2598/tid=2606] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2606/stat : 2606 (java) S 2596 2598 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320869 9855975424 28763 33554432000 1073741824 1073778376 140737161760592 139982949771944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2598/tid=2607] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2607/stat : 2607 (java) S 2596 2598 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253320869 9855975424 28763 33554432000 1073741824 1073778376 140737161760592 139982948719656 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2598/tid=2608] ppid=2596 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/2598/task/2608/stat : 2608 (java) S 2596 2598 2422 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 253320869 9855975424 28763 33554432000 1073741824 1073778376 140737161760592 139982947666856 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2598/tid=2609] ppid=2596 vsize=9624976 CPUtime=0.09 cores=0,2,4,6
/proc/2598/task/2609/stat : 2609 (java) S 2596 2598 2422 0 -1 4202560 36 0 0 0 9 0 0 0 20 0 19 0 253320870 9855975424 28763 33554432000 1073741824 1073778376 140737161760592 139982935468264 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2598/tid=2610] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2610/stat : 2610 (java) S 2596 2598 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253320871 9855975424 28763 33554432000 1073741824 1073778376 140737161760592 139982934414328 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2598/tid=2611] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2611/stat : 2611 (java) S 2596 2598 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253320871 9855975424 28763 33554432000 1073741824 1073778376 140737161760592 139982933361928 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2598/tid=2612] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2612/stat : 2612 (java) S 2596 2598 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320873 9855975424 28763 33554432000 1073741824 1073778376 140737161760592 139982932310416 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2598/tid=2613] ppid=2596 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/2598/task/2613/stat : 2613 (java) S 2596 2598 2422 0 -1 4202560 3815 0 0 0 46 0 0 0 20 0 19 0 253320873 9855975424 28763 33554432000 1073741824 1073778376 140737161760592 139982931258040 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2598/tid=2614] ppid=2596 vsize=9624976 CPUtime=0.65 cores=0,2,4,6
/proc/2598/task/2614/stat : 2614 (java) S 2596 2598 2422 0 -1 4202560 9980 0 0 0 62 3 0 0 20 0 19 0 253320873 9855975424 28763 33554432000 1073741824 1073778376 140737161760592 139982930205240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2598/tid=2615] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2615/stat : 2615 (java) S 2596 2598 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320873 9855975424 28763 33554432000 1073741824 1073778376 140737161760592 139982929153144 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2598/tid=2616] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2616/stat : 2616 (java) S 2596 2598 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320873 9855975424 28763 33554432000 1073741824 1073778376 140737161760592 139982928100552 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2598/tid=2617] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2617/stat : 2617 (java) S 2596 2598 2422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253320890 9855975424 28763 33554432000 1073741824 1073778376 140737161760592 139982927045544 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.51
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=2598/tid=2606] ppid=2596 vsize=9624976 CPUtime=4.82 cores=0,2,4,6
/proc/2598/task/2606/stat : 2606 (java) S 2596 2598 2422 0 -1 4202560 2261 0 0 0 471 11 0 0 20 0 19 0 253320869 9855975424 109507 33554432000 1073741824 1073778376 140737161760592 139982949771944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2598/tid=2607] ppid=2596 vsize=9624976 CPUtime=5.5 cores=0,2,4,6
/proc/2598/task/2607/stat : 2607 (java) S 2596 2598 2422 0 -1 4202560 2212 0 0 0 540 10 0 0 20 0 19 0 253320869 9855975424 109507 33554432000 1073741824 1073778376 140737161760592 139982948719656 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2598/tid=2608] ppid=2596 vsize=9624976 CPUtime=4.8 cores=0,2,4,6
/proc/2598/task/2608/stat : 2608 (java) S 2596 2598 2422 0 -1 4202560 2437 0 0 0 470 10 0 0 20 0 19 0 253320869 9855975424 109507 33554432000 1073741824 1073778376 140737161760592 139982947666856 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2598/tid=2609] ppid=2596 vsize=9624976 CPUtime=7.27 cores=0,2,4,6
/proc/2598/task/2609/stat : 2609 (java) S 2596 2598 2422 0 -1 4202560 577 0 0 0 718 9 0 0 20 0 19 0 253320870 9855975424 109507 33554432000 1073741824 1073778376 140737161760592 139982935468264 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2598/tid=2610] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2610/stat : 2610 (java) S 2596 2598 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253320871 9855975424 109507 33554432000 1073741824 1073778376 140737161760592 139982934414328 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2598/tid=2611] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2611/stat : 2611 (java) S 2596 2598 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253320871 9855975424 109507 33554432000 1073741824 1073778376 140737161760592 139982933361928 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2598/tid=2612] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2612/stat : 2612 (java) S 2596 2598 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320873 9855975424 109507 33554432000 1073741824 1073778376 140737161760592 139982932310416 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2598/tid=2613] ppid=2596 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/2598/task/2613/stat : 2613 (java) S 2596 2598 2422 0 -1 4202560 3821 0 0 0 53 0 0 0 20 0 19 0 253320873 9855975424 109507 33554432000 1073741824 1073778376 140737161760592 139982931258040 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2598/tid=2614] ppid=2596 vsize=9624976 CPUtime=0.65 cores=0,2,4,6
/proc/2598/task/2614/stat : 2614 (java) S 2596 2598 2422 0 -1 4202560 9980 0 0 0 62 3 0 0 20 0 19 0 253320873 9855975424 109507 33554432000 1073741824 1073778376 140737161760592 139982930205240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2598/tid=2615] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2615/stat : 2615 (java) S 2596 2598 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320873 9855975424 109507 33554432000 1073741824 1073778376 140737161760592 139982929153144 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2598/tid=2616] ppid=2596 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/2598/task/2616/stat : 2616 (java) S 2596 2598 2422 0 -1 4202560 93 0 0 0 24 24 0 0 20 0 19 0 253320873 9855975424 109507 33554432000 1073741824 1073778376 140737161760592 139982928100552 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2598/tid=2617] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2617/stat : 2617 (java) S 2596 2598 2422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253320890 9855975424 109507 33554432000 1073741824 1073778376 140737161760592 139982927045544 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1692.13
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 1.73 3/213 2691
/proc/meminfo: memFree=29552316/32873844 swapFree=6848/6848
[pid=2598] ppid=2596 vsize=9624976 CPUtime=1753.15 cores=0,2,4,6
/proc/2598/stat : 2598 (java) S 2596 2598 2422 0 -1 4202496 36212 0 1 0 175193 122 0 0 20 0 19 0 253320867 9855975424 100594 33554432000 1073741824 1073778376 140737161760592 140737161751728 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2598/statm: 2406244 100594 2273 9 0 2396937 0
[pid=2598/tid=2600] ppid=2596 vsize=9624976 CPUtime=1702.67 cores=0,2,4,6
/proc/2598/task/2600/stat : 2600 (java) R 2596 2598 2422 0 -1 4202560 3212 0 1 0 170236 31 0 0 20 0 19 0 253320868 9855975424 100594 33554432000 1073741824 1073778376 140737161760592 139983111368048 139983051628565 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2598/tid=2601] ppid=2596 vsize=9624976 CPUtime=5.31 cores=0,2,4,6
/proc/2598/task/2601/stat : 2601 (java) S 2596 2598 2422 0 -1 4202560 1593 0 0 0 522 9 0 0 20 0 19 0 253320869 9855975424 100594 33554432000 1073741824 1073778376 140737161760592 139982955034920 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2598/tid=2602] ppid=2596 vsize=9624976 CPUtime=5.21 cores=0,2,4,6
/proc/2598/task/2602/stat : 2602 (java) S 2596 2598 2422 0 -1 4202560 2767 0 0 0 509 12 0 0 20 0 19 0 253320869 9855975424 100594 33554432000 1073741824 1073778376 140737161760592 139982953982120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2598/tid=2603] ppid=2596 vsize=9624976 CPUtime=5.32 cores=0,2,4,6
/proc/2598/task/2603/stat : 2603 (java) S 2596 2598 2422 0 -1 4202560 1998 0 0 0 521 11 0 0 20 0 19 0 253320869 9855975424 100594 33554432000 1073741824 1073778376 140737161760592 139982952929832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2598/tid=2604] ppid=2596 vsize=9624976 CPUtime=5.19 cores=0,2,4,6
/proc/2598/task/2604/stat : 2604 (java) S 2596 2598 2422 0 -1 4202560 2309 0 0 0 508 11 0 0 20 0 19 0 253320869 9855975424 100594 33554432000 1073741824 1073778376 140737161760592 139982951877032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2598/tid=2605] ppid=2596 vsize=9624976 CPUtime=5.3 cores=0,2,4,6
/proc/2598/task/2605/stat : 2605 (java) S 2596 2598 2422 0 -1 4202560 1762 0 0 0 519 11 0 0 20 0 19 0 253320869 9855975424 100594 33554432000 1073741824 1073778376 140737161760592 139982950824744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2598/tid=2606] ppid=2596 vsize=9624976 CPUtime=4.99 cores=0,2,4,6
/proc/2598/task/2606/stat : 2606 (java) S 2596 2598 2422 0 -1 4202560 2261 0 0 0 488 11 0 0 20 0 19 0 253320869 9855975424 100594 33554432000 1073741824 1073778376 140737161760592 139982949771944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2598/tid=2607] ppid=2596 vsize=9624976 CPUtime=5.66 cores=0,2,4,6
/proc/2598/task/2607/stat : 2607 (java) S 2596 2598 2422 0 -1 4202560 2212 0 0 0 556 10 0 0 20 0 19 0 253320869 9855975424 100594 33554432000 1073741824 1073778376 140737161760592 139982948719656 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2598/tid=2608] ppid=2596 vsize=9624976 CPUtime=4.95 cores=0,2,4,6
/proc/2598/task/2608/stat : 2608 (java) S 2596 2598 2422 0 -1 4202560 2437 0 0 0 485 10 0 0 20 0 19 0 253320869 9855975424 100594 33554432000 1073741824 1073778376 140737161760592 139982947666856 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2598/tid=2609] ppid=2596 vsize=9624976 CPUtime=7.45 cores=0,2,4,6
/proc/2598/task/2609/stat : 2609 (java) S 2596 2598 2422 0 -1 4202560 585 0 0 0 735 10 0 0 20 0 19 0 253320870 9855975424 100594 33554432000 1073741824 1073778376 140737161760592 139982935468264 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2598/tid=2610] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2610/stat : 2610 (java) S 2596 2598 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253320871 9855975424 100594 33554432000 1073741824 1073778376 140737161760592 139982934414328 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2598/tid=2611] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2611/stat : 2611 (java) S 2596 2598 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253320871 9855975424 100594 33554432000 1073741824 1073778376 140737161760592 139982933361928 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2598/tid=2612] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2612/stat : 2612 (java) S 2596 2598 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320873 9855975424 100594 33554432000 1073741824 1073778376 140737161760592 139982932310416 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2598/tid=2613] ppid=2596 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/2598/task/2613/stat : 2613 (java) S 2596 2598 2422 0 -1 4202560 3821 0 0 0 53 0 0 0 20 0 19 0 253320873 9855975424 100594 33554432000 1073741824 1073778376 140737161760592 139982931258040 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2598/tid=2614] ppid=2596 vsize=9624976 CPUtime=0.65 cores=0,2,4,6
/proc/2598/task/2614/stat : 2614 (java) S 2596 2598 2422 0 -1 4202560 9980 0 0 0 62 3 0 0 20 0 19 0 253320873 9855975424 100594 33554432000 1073741824 1073778376 140737161760592 139982930205240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2598/tid=2615] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2615/stat : 2615 (java) S 2596 2598 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320873 9855975424 100594 33554432000 1073741824 1073778376 140737161760592 139982929153144 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2598/tid=2616] ppid=2596 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/2598/task/2616/stat : 2616 (java) S 2596 2598 2422 0 -1 4202560 97 0 0 0 25 25 0 0 20 0 19 0 253320873 9855975424 100594 33554432000 1073741824 1073778376 140737161760592 139982928100552 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2598/tid=2617] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2617/stat : 2617 (java) S 2596 2598 2422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253320890 9855975424 100594 33554432000 1073741824 1073778376 140737161760592 139982927045544 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1753.15
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1768.3 s]
/proc/loadavg: 2.01 2.02 1.74 3/213 2692
/proc/meminfo: memFree=29518600/32873844 swapFree=6848/6848
[pid=2598] ppid=2596 vsize=9624976 CPUtime=1800.01 cores=0,2,4,6
/proc/2598/stat : 2598 (java) S 2596 2598 2422 0 -1 4202496 36265 0 1 0 179876 125 0 0 20 0 19 0 253320867 9855975424 100044 33554432000 1073741824 1073778376 140737161760592 140737161751728 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2598/statm: 2406244 100044 2273 9 0 2396937 0
[pid=2598/tid=2600] ppid=2596 vsize=9624976 CPUtime=1748.1 cores=0,2,4,6
/proc/2598/task/2600/stat : 2600 (java) R 2596 2598 2422 0 -1 4202560 3229 0 1 0 174778 32 0 0 20 0 19 0 253320868 9855975424 100044 33554432000 1073741824 1073778376 140737161760592 139983111369112 139983051686402 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2598/tid=2601] ppid=2596 vsize=9624976 CPUtime=5.44 cores=0,2,4,6
/proc/2598/task/2601/stat : 2601 (java) S 2596 2598 2422 0 -1 4202560 1595 0 0 0 535 9 0 0 20 0 19 0 253320869 9855975424 100044 33554432000 1073741824 1073778376 140737161760592 139982955034920 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2598/tid=2602] ppid=2596 vsize=9624976 CPUtime=5.37 cores=0,2,4,6
/proc/2598/task/2602/stat : 2602 (java) S 2596 2598 2422 0 -1 4202560 2771 0 0 0 525 12 0 0 20 0 19 0 253320869 9855975424 100044 33554432000 1073741824 1073778376 140737161760592 139982953982120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2598/tid=2603] ppid=2596 vsize=9624976 CPUtime=5.5 cores=0,2,4,6
/proc/2598/task/2603/stat : 2603 (java) S 2596 2598 2422 0 -1 4202560 2000 0 0 0 539 11 0 0 20 0 19 0 253320869 9855975424 100044 33554432000 1073741824 1073778376 140737161760592 139982952929832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2598/tid=2604] ppid=2596 vsize=9624976 CPUtime=5.31 cores=0,2,4,6
/proc/2598/task/2604/stat : 2604 (java) S 2596 2598 2422 0 -1 4202560 2309 0 0 0 520 11 0 0 20 0 19 0 253320869 9855975424 100044 33554432000 1073741824 1073778376 140737161760592 139982951877032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2598/tid=2605] ppid=2596 vsize=9624976 CPUtime=5.41 cores=0,2,4,6
/proc/2598/task/2605/stat : 2605 (java) S 2596 2598 2422 0 -1 4202560 1762 0 0 0 530 11 0 0 20 0 19 0 253320869 9855975424 100044 33554432000 1073741824 1073778376 140737161760592 139982950824744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2598/tid=2606] ppid=2596 vsize=9624976 CPUtime=5.15 cores=0,2,4,6
/proc/2598/task/2606/stat : 2606 (java) S 2596 2598 2422 0 -1 4202560 2267 0 0 0 504 11 0 0 20 0 19 0 253320869 9855975424 100044 33554432000 1073741824 1073778376 140737161760592 139982949771944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2598/tid=2607] ppid=2596 vsize=9624976 CPUtime=5.84 cores=0,2,4,6
/proc/2598/task/2607/stat : 2607 (java) S 2596 2598 2422 0 -1 4202560 2216 0 0 0 574 10 0 0 20 0 19 0 253320869 9855975424 100044 33554432000 1073741824 1073778376 140737161760592 139982948719656 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2598/tid=2608] ppid=2596 vsize=9624976 CPUtime=5.14 cores=0,2,4,6
/proc/2598/task/2608/stat : 2608 (java) S 2596 2598 2422 0 -1 4202560 2441 0 0 0 504 10 0 0 20 0 19 0 253320869 9855975424 100044 33554432000 1073741824 1073778376 140737161760592 139982947666856 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2598/tid=2609] ppid=2596 vsize=9624976 CPUtime=7.66 cores=0,2,4,6
/proc/2598/task/2609/stat : 2609 (java) S 2596 2598 2422 0 -1 4202560 595 0 0 0 756 10 0 0 20 0 19 0 253320870 9855975424 100044 33554432000 1073741824 1073778376 140737161760592 139982935468264 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2598/tid=2610] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2610/stat : 2610 (java) S 2596 2598 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253320871 9855975424 100044 33554432000 1073741824 1073778376 140737161760592 139982934414328 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2598/tid=2611] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2611/stat : 2611 (java) S 2596 2598 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253320871 9855975424 100044 33554432000 1073741824 1073778376 140737161760592 139982933361928 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2598/tid=2612] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2612/stat : 2612 (java) S 2596 2598 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320873 9855975424 100044 33554432000 1073741824 1073778376 140737161760592 139982932310416 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2598/tid=2613] ppid=2596 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/2598/task/2613/stat : 2613 (java) S 2596 2598 2422 0 -1 4202560 3821 0 0 0 53 0 0 0 20 0 19 0 253320873 9855975424 100044 33554432000 1073741824 1073778376 140737161760592 139982931258040 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2598/tid=2614] ppid=2596 vsize=9624976 CPUtime=0.65 cores=0,2,4,6
/proc/2598/task/2614/stat : 2614 (java) S 2596 2598 2422 0 -1 4202560 9980 0 0 0 62 3 0 0 20 0 19 0 253320873 9855975424 100044 33554432000 1073741824 1073778376 140737161760592 139982930205240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2598/tid=2615] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2615/stat : 2615 (java) S 2596 2598 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320873 9855975424 100044 33554432000 1073741824 1073778376 140737161760592 139982929153144 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2598/tid=2616] ppid=2596 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/2598/task/2616/stat : 2616 (java) S 2596 2598 2422 0 -1 4202560 101 0 0 0 26 25 0 0 20 0 19 0 253320873 9855975424 100044 33554432000 1073741824 1073778376 140737161760592 139982928100552 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2598/tid=2617] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2617/stat : 2617 (java) S 2596 2598 2422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253320890 9855975424 100044 33554432000 1073741824 1073778376 140737161760592 139982927045544 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9624976

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

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

[startup+1768.3 s]
/proc/loadavg: 2.01 2.02 1.74 3/213 2692
/proc/meminfo: memFree=29518600/32873844 swapFree=6848/6848
[pid=2598] ppid=2596 vsize=9624976 CPUtime=1800.01 cores=0,2,4,6
/proc/2598/stat : 2598 (java) S 2596 2598 2422 0 -1 4202496 36265 0 1 0 179876 125 0 0 20 0 19 0 253320867 9855975424 100044 33554432000 1073741824 1073778376 140737161760592 140737161751728 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2598/statm: 2406244 100044 2273 9 0 2396937 0
[pid=2598/tid=2600] ppid=2596 vsize=9624976 CPUtime=1748.1 cores=0,2,4,6
/proc/2598/task/2600/stat : 2600 (java) R 2596 2598 2422 0 -1 4202560 3229 0 1 0 174778 32 0 0 20 0 19 0 253320868 9855975424 100044 33554432000 1073741824 1073778376 140737161760592 139983111369112 139983051686402 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2598/tid=2601] ppid=2596 vsize=9624976 CPUtime=5.44 cores=0,2,4,6
/proc/2598/task/2601/stat : 2601 (java) S 2596 2598 2422 0 -1 4202560 1595 0 0 0 535 9 0 0 20 0 19 0 253320869 9855975424 100044 33554432000 1073741824 1073778376 140737161760592 139982955034920 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2598/tid=2602] ppid=2596 vsize=9624976 CPUtime=5.37 cores=0,2,4,6
/proc/2598/task/2602/stat : 2602 (java) S 2596 2598 2422 0 -1 4202560 2771 0 0 0 525 12 0 0 20 0 19 0 253320869 9855975424 100044 33554432000 1073741824 1073778376 140737161760592 139982953982120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2598/tid=2603] ppid=2596 vsize=9624976 CPUtime=5.5 cores=0,2,4,6
/proc/2598/task/2603/stat : 2603 (java) S 2596 2598 2422 0 -1 4202560 2000 0 0 0 539 11 0 0 20 0 19 0 253320869 9855975424 100044 33554432000 1073741824 1073778376 140737161760592 139982952929832 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2598/tid=2604] ppid=2596 vsize=9624976 CPUtime=5.31 cores=0,2,4,6
/proc/2598/task/2604/stat : 2604 (java) S 2596 2598 2422 0 -1 4202560 2309 0 0 0 520 11 0 0 20 0 19 0 253320869 9855975424 100044 33554432000 1073741824 1073778376 140737161760592 139982951877032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2598/tid=2605] ppid=2596 vsize=9624976 CPUtime=5.41 cores=0,2,4,6
/proc/2598/task/2605/stat : 2605 (java) S 2596 2598 2422 0 -1 4202560 1762 0 0 0 530 11 0 0 20 0 19 0 253320869 9855975424 100044 33554432000 1073741824 1073778376 140737161760592 139982950824744 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2598/tid=2606] ppid=2596 vsize=9624976 CPUtime=5.15 cores=0,2,4,6
/proc/2598/task/2606/stat : 2606 (java) S 2596 2598 2422 0 -1 4202560 2267 0 0 0 504 11 0 0 20 0 19 0 253320869 9855975424 100044 33554432000 1073741824 1073778376 140737161760592 139982949771944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2598/tid=2607] ppid=2596 vsize=9624976 CPUtime=5.84 cores=0,2,4,6
/proc/2598/task/2607/stat : 2607 (java) S 2596 2598 2422 0 -1 4202560 2216 0 0 0 574 10 0 0 20 0 19 0 253320869 9855975424 100044 33554432000 1073741824 1073778376 140737161760592 139982948719656 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2598/tid=2608] ppid=2596 vsize=9624976 CPUtime=5.14 cores=0,2,4,6
/proc/2598/task/2608/stat : 2608 (java) S 2596 2598 2422 0 -1 4202560 2441 0 0 0 504 10 0 0 20 0 19 0 253320869 9855975424 100044 33554432000 1073741824 1073778376 140737161760592 139982947666856 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2598/tid=2609] ppid=2596 vsize=9624976 CPUtime=7.66 cores=0,2,4,6
/proc/2598/task/2609/stat : 2609 (java) S 2596 2598 2422 0 -1 4202560 595 0 0 0 756 10 0 0 20 0 19 0 253320870 9855975424 100044 33554432000 1073741824 1073778376 140737161760592 139982935468264 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2598/tid=2610] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2610/stat : 2610 (java) S 2596 2598 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253320871 9855975424 100044 33554432000 1073741824 1073778376 140737161760592 139982934414328 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2598/tid=2611] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2611/stat : 2611 (java) S 2596 2598 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253320871 9855975424 100044 33554432000 1073741824 1073778376 140737161760592 139982933361928 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2598/tid=2612] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2612/stat : 2612 (java) S 2596 2598 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320873 9855975424 100044 33554432000 1073741824 1073778376 140737161760592 139982932310416 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2598/tid=2613] ppid=2596 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/2598/task/2613/stat : 2613 (java) S 2596 2598 2422 0 -1 4202560 3821 0 0 0 53 0 0 0 20 0 19 0 253320873 9855975424 100044 33554432000 1073741824 1073778376 140737161760592 139982931258040 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2598/tid=2614] ppid=2596 vsize=9624976 CPUtime=0.65 cores=0,2,4,6
/proc/2598/task/2614/stat : 2614 (java) S 2596 2598 2422 0 -1 4202560 9980 0 0 0 62 3 0 0 20 0 19 0 253320873 9855975424 100044 33554432000 1073741824 1073778376 140737161760592 139982930205240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2598/tid=2615] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2615/stat : 2615 (java) S 2596 2598 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320873 9855975424 100044 33554432000 1073741824 1073778376 140737161760592 139982929153144 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2598/tid=2616] ppid=2596 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/2598/task/2616/stat : 2616 (java) S 2596 2598 2422 0 -1 4202560 101 0 0 0 26 25 0 0 20 0 19 0 253320873 9855975424 100044 33554432000 1073741824 1073778376 140737161760592 139982928100552 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2598/tid=2617] ppid=2596 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/2598/task/2617/stat : 2617 (java) S 2596 2598 2422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253320890 9855975424 100044 33554432000 1073741824 1073778376 140737161760592 139982927045544 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9624976

Child status: 143
Real time (s): 1768.35
CPU time (s): 1800.95
CPU user time (s): 1799.26
CPU system time (s): 1.69074
CPU usage (%): 101.843
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.26
system time used= 1.69074
maximum resident set size= 452900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36305
page faults= 1
swaps= 0
block input operations= 72
block output operations= 1728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58327
involuntary context switches= 86605

runsolver used 6.02008 second user time and 14.0449 second system time

The end

Launcher Data

Begin job on node144 at 2012-05-24 17:06:00
IDJOB=3687523
IDBENCH=1855
IDSOLVER=2269
FILE ID=node144/3687523-1337871960
RUNJOBID= node144-1337871880-2438
PBS_JOBID= 14620060
Free space on /tmp= 71724 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-cracpb1.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687523-1337871960/watcher-3687523-1337871960 -o /tmp/evaluation-result-3687523-1337871960/solver-3687523-1337871960 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687523-1337871960.opb

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

MD5SUM BENCH= 75f6d21683e6eb738b98c93cf5598ff3
RANDOM SEED=993311435

node144.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.196
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.39
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.196
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.196
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.196
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.196
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.90
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.196
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.196
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.196
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:        29618496 kB
Buffers:          213860 kB
Cached:          1851148 kB
SwapCached:            0 kB
Active:           811468 kB
Inactive:        1649656 kB
Active(anon):     397204 kB
Inactive(anon):        0 kB
Active(file):     414264 kB
Inactive(file):  1649656 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               448 kB
Writeback:             0 kB
AnonPages:        473232 kB
Mapped:            22568 kB
Shmem:               200 kB
Slab:             626572 kB
SReclaimable:      69152 kB
SUnreclaim:       557420 kB
KernelStack:        1760 kB
PageTables:         4676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     825064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    436224 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= 71724 MiB
End job on node144 at 2012-05-24 17:35:30