Trace number 3711182

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
SAT4J PB specific settings 2.3.2 snapshotSAT (TO)-26 1800.58 1790.65

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_25_2.opb
MD5SUM219f407da86957d900e068170e9af8b6
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-33
Best CPU time to get the best result obtained on this benchmark1796.73
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -32
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)12440
Sum of products size (including duplicates)24880
Number of different products6220
Sum of products size12440

Quality of the solution as a function of time


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

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.01/0.08	c version 2.3.2.v20120418
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		501472288
0.01/0.08	c Max memory 		7480803328
0.01/0.08	c Total memory 		504102912
0.01/0.08	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3711182-1338171947.opb
0.09/0.12	c reading problem ... 
1.06/0.52	c ... done. Wall clock time 0.396s.
1.06/0.52	c declared #vars     400
1.06/0.52	c internal #vars     6620
1.06/0.52	c #constraints  13042
1.06/0.52	c constraints type 
1.06/0.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6220
1.06/0.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 402
1.06/0.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1.06/0.52	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6220
1.06/0.52	c 13042 constraints processed.
1.35/0.65	c SATISFIABLE
1.35/0.65	c OPTIMIZING...
1.35/0.65	c Got one! Elapsed wall clock time (in seconds):0.528
1.35/0.65	o 0
1.66/0.71	c Got one! Elapsed wall clock time (in seconds):0.589
1.66/0.71	o -1
1.95/0.87	c Got one! Elapsed wall clock time (in seconds):0.748
1.95/0.87	o -19
2.49/1.06	c Got one! Elapsed wall clock time (in seconds):0.934
2.49/1.06	o -20
2.49/1.10	c Got one! Elapsed wall clock time (in seconds):0.978
2.49/1.10	o -21
2.81/1.37	c Got one! Elapsed wall clock time (in seconds):1.252
2.81/1.37	o -22
3.01/1.55	c Got one! Elapsed wall clock time (in seconds):1.432
3.01/1.55	o -23
3.51/2.07	c cleaning 3152 clauses out of 6308 with flag 3000/6308
4.06/2.55	c Got one! Elapsed wall clock time (in seconds):2.43
4.06/2.55	o -24
4.40/2.83	c cleaning 4300 clauses out of 8609 with flag 2000/11761
5.22/3.61	c cleaning 5149 clauses out of 10311 with flag 8002/17763
6.24/4.66	c cleaning 6074 clauses out of 12165 with flag 15005/24766
7.26/5.63	c Got one! Elapsed wall clock time (in seconds):5.509
7.26/5.63	o -25
7.96/6.32	c cleaning 9263 clauses out of 18532 with flag 5000/37207
8.66/7.03	c cleaning 7630 clauses out of 15270 with flag 11001/43208
9.58/7.91	c cleaning 7318 clauses out of 14645 with flag 18006/50213
10.49/8.86	c cleaning 7658 clauses out of 15321 with flag 26000/58207
11.61/9.96	c cleaning 8327 clauses out of 16664 with flag 35001/67208
12.93/11.24	c cleaning 9164 clauses out of 18337 with flag 45001/77208
14.24/12.51	c cleaning 10083 clauses out of 20177 with flag 56005/88212
15.76/14.08	c cleaning 11037 clauses out of 22090 with flag 68001/100208
17.37/15.67	c cleaning 12022 clauses out of 24052 with flag 81000/113207
19.09/17.39	c cleaning 13010 clauses out of 26030 with flag 95000/127207
21.11/19.38	c cleaning 14007 clauses out of 28024 with flag 110004/142211
23.02/21.27	c cleaning 14993 clauses out of 30013 with flag 126000/158207
25.74/23.94	c cleaning 16009 clauses out of 32020 with flag 143000/175207
28.05/26.29	c cleaning 17003 clauses out of 34012 with flag 161001/193208
30.66/28.82	c cleaning 18000 clauses out of 36009 with flag 180001/212208
33.09/31.28	c cleaning 19001 clauses out of 38008 with flag 200000/232207
35.81/33.95	c cleaning 20001 clauses out of 40007 with flag 221000/253207
38.83/36.94	c cleaning 20997 clauses out of 42006 with flag 243000/275207
41.84/39.99	c cleaning 22002 clauses out of 44009 with flag 266000/298207
44.76/42.83	c cleaning 23000 clauses out of 46009 with flag 290002/322209
48.69/46.79	c cleaning 24003 clauses out of 48009 with flag 315002/347209
52.21/50.27	c cleaning 24991 clauses out of 50004 with flag 341000/373207
56.15/54.17	c cleaning 26004 clauses out of 52016 with flag 368003/400210
59.99/57.94	c cleaning 26998 clauses out of 54009 with flag 396000/428207
63.82/61.71	c cleaning 27999 clauses out of 56011 with flag 425000/457207
68.83/66.73	c cleaning 29001 clauses out of 58014 with flag 455002/487209
78.97/76.85	c cleaning 29999 clauses out of 60011 with flag 486000/518207
83.09/80.99	c cleaning 30991 clauses out of 62014 with flag 518002/550209
87.84/85.63	c cleaning 32003 clauses out of 64023 with flag 551002/583209
92.66/90.42	c cleaning 33000 clauses out of 66018 with flag 585000/617207
96.27/94.05	c Got one! Elapsed wall clock time (in seconds):93.931
96.27/94.05	o -26
97.17/94.91	c cleaning 34725 clauses out of 69463 with flag 5003/653652
97.91/95.65	c cleaning 20363 clauses out of 40735 with flag 11000/659649
98.71/96.48	c cleaning 13675 clauses out of 27372 with flag 18000/666649
99.73/97.45	c cleaning 10814 clauses out of 21699 with flag 26002/674651
100.74/98.47	c cleaning 9938 clauses out of 19883 with flag 35000/683649
101.95/99.67	c cleaning 9964 clauses out of 19945 with flag 45000/693649
103.26/100.98	c cleaning 10484 clauses out of 20981 with flag 56000/704649
104.77/102.48	c cleaning 11241 clauses out of 22499 with flag 68002/716651
106.47/104.14	c cleaning 12125 clauses out of 24258 with flag 81002/729651
108.39/106.07	c cleaning 13056 clauses out of 26134 with flag 95003/743652
110.40/108.07	c cleaning 14033 clauses out of 28075 with flag 110000/758649
112.83/110.47	c cleaning 15016 clauses out of 30044 with flag 126002/774651
115.54/113.12	c cleaning 16009 clauses out of 32027 with flag 143001/791650
118.67/116.26	c cleaning 17004 clauses out of 34019 with flag 161002/809651
121.61/119.13	c cleaning 17996 clauses out of 36015 with flag 180002/828651
124.64/122.19	c cleaning 18997 clauses out of 38017 with flag 200000/848649
128.15/125.69	c cleaning 20002 clauses out of 40020 with flag 221000/869649
131.56/129.08	c cleaning 21004 clauses out of 42019 with flag 243001/891650
134.60/132.01	c cleaning 22005 clauses out of 44015 with flag 266001/914650
138.20/135.61	c cleaning 22996 clauses out of 46009 with flag 290000/938649
141.43/138.88	c cleaning 23999 clauses out of 48014 with flag 315001/963650
146.17/143.52	c cleaning 24999 clauses out of 50014 with flag 341000/989649
150.30/147.63	c cleaning 26008 clauses out of 52016 with flag 368001/1016650
154.23/151.55	c cleaning 26998 clauses out of 54009 with flag 396002/1044651
158.98/156.25	c cleaning 27997 clauses out of 56010 with flag 425001/1073650
163.09/160.33	c cleaning 29004 clauses out of 58018 with flag 455006/1103655
167.50/164.78	c cleaning 30003 clauses out of 60009 with flag 486001/1134650
171.93/169.11	c cleaning 30997 clauses out of 62005 with flag 518000/1166649
176.14/173.39	c cleaning 31998 clauses out of 64010 with flag 551002/1199651
181.67/178.85	c cleaning 32994 clauses out of 66011 with flag 585001/1233650
187.11/184.24	c cleaning 33996 clauses out of 68017 with flag 620001/1268650
193.32/190.40	c cleaning 35002 clauses out of 70023 with flag 656003/1304652
198.87/195.99	c cleaning 36007 clauses out of 72019 with flag 693001/1341650
204.98/202.09	c cleaning 37000 clauses out of 74014 with flag 731003/1379652
210.72/207.77	c cleaning 37999 clauses out of 76011 with flag 770000/1418649
216.64/213.66	c cleaning 38999 clauses out of 78014 with flag 810002/1458651
222.08/219.00	c cleaning 40001 clauses out of 80016 with flag 851003/1499652
227.41/224.35	c cleaning 41002 clauses out of 82015 with flag 893003/1541652
233.25/230.19	c cleaning 42001 clauses out of 84012 with flag 936002/1584651
239.19/236.05	c cleaning 43001 clauses out of 86011 with flag 980002/1628651
249.75/246.57	c cleaning 43995 clauses out of 88008 with flag 1025000/1673649
259.19/255.96	c cleaning 44997 clauses out of 90013 with flag 1071000/1719649
267.83/264.53	c cleaning 45997 clauses out of 92017 with flag 1118001/1766650
274.18/270.83	c cleaning 47004 clauses out of 94019 with flag 1166000/1814649
282.10/278.72	c cleaning 47998 clauses out of 96015 with flag 1215000/1863649
289.83/286.42	c cleaning 49000 clauses out of 98019 with flag 1265002/1913651
298.35/294.93	c cleaning 50000 clauses out of 100019 with flag 1316002/1964651
305.94/302.42	c cleaning 51000 clauses out of 102017 with flag 1368000/2016649
314.37/310.86	c cleaning 52002 clauses out of 104021 with flag 1421004/2069653
322.21/318.62	c cleaning 53002 clauses out of 106016 with flag 1475001/2123650
329.54/325.98	c cleaning 53999 clauses out of 108013 with flag 1530000/2178649
337.29/333.67	c cleaning 55000 clauses out of 110014 with flag 1586000/2234649
345.43/341.77	c cleaning 56008 clauses out of 112016 with flag 1643002/2291651
353.98/350.29	c cleaning 56998 clauses out of 114011 with flag 1701005/2349654
363.24/359.45	c cleaning 57999 clauses out of 116008 with flag 1760000/2408649
371.50/367.69	c cleaning 58999 clauses out of 118010 with flag 1820001/2468650
381.02/377.13	c cleaning 59999 clauses out of 120012 with flag 1881002/2529651
390.71/386.80	c cleaning 60995 clauses out of 122014 with flag 1943003/2591652
400.56/396.58	c cleaning 61998 clauses out of 124017 with flag 2006001/2654650
409.71/405.61	c cleaning 63006 clauses out of 126018 with flag 2070000/2718649
420.55/416.46	c cleaning 63996 clauses out of 128012 with flag 2135000/2783649
431.43/427.29	c cleaning 64995 clauses out of 130016 with flag 2201000/2849649
443.39/439.19	c cleaning 65999 clauses out of 132021 with flag 2268000/2916649
454.43/450.16	c cleaning 67010 clauses out of 134024 with flag 2336002/2984651
464.07/459.75	c cleaning 68003 clauses out of 136013 with flag 2405001/3053650
474.20/469.89	c cleaning 69000 clauses out of 138013 with flag 2475004/3123653
485.55/481.15	c cleaning 69997 clauses out of 140010 with flag 2546001/3194650
497.12/492.63	c cleaning 71000 clauses out of 142014 with flag 2618002/3266651
507.98/503.46	c cleaning 71998 clauses out of 144013 with flag 2691001/3339650
526.61/522.04	c cleaning 72995 clauses out of 146014 with flag 2765000/3413649
538.99/534.34	c cleaning 73997 clauses out of 148019 with flag 2840000/3488649
552.82/548.14	c cleaning 75003 clauses out of 150028 with flag 2916006/3564655
568.10/563.35	c cleaning 75993 clauses out of 152019 with flag 2993000/3641649
580.86/576.00	c cleaning 77005 clauses out of 154026 with flag 3071000/3719649
595.44/590.60	c cleaning 77999 clauses out of 156021 with flag 3150000/3798649
610.83/605.85	c cleaning 79002 clauses out of 158022 with flag 3230000/3878649
626.87/621.89	c cleaning 80000 clauses out of 160020 with flag 3311000/3959649
642.97/637.86	c cleaning 81005 clauses out of 162023 with flag 3393003/4041652
663.30/658.17	c cleaning 82004 clauses out of 164015 with flag 3476000/4124649
683.48/678.24	c cleaning 82992 clauses out of 166014 with flag 3560003/4208652
702.83/697.52	c cleaning 84002 clauses out of 168023 with flag 3645004/4293653
721.71/716.30	c cleaning 84994 clauses out of 170017 with flag 3731000/4379649
740.96/735.50	c cleaning 86003 clauses out of 172023 with flag 3818000/4466649
754.03/748.57	c cleaning 87002 clauses out of 174021 with flag 3906001/4554650
766.77/761.28	c cleaning 88005 clauses out of 176021 with flag 3995003/4643652
779.62/774.02	c cleaning 89005 clauses out of 178013 with flag 4085000/4733649
792.75/787.10	c cleaning 89990 clauses out of 180008 with flag 4176000/4824649
809.00/803.38	c cleaning 91003 clauses out of 182020 with flag 4268002/4916651
823.28/817.57	c cleaning 92002 clauses out of 184016 with flag 4361001/5009650
838.64/832.89	c cleaning 92994 clauses out of 186013 with flag 4455000/5103649
865.48/859.68	c cleaning 94002 clauses out of 188019 with flag 4550000/5198649
917.55/911.67	c cleaning 95000 clauses out of 190020 with flag 4646003/5294652
959.07/953.04	c cleaning 96009 clauses out of 192025 with flag 4743008/5391657
1006.25/1000.15	c cleaning 96994 clauses out of 194010 with flag 4841002/5489651
1026.23/1020.06	c cleaning 97999 clauses out of 196014 with flag 4940000/5588649
1046.91/1040.65	c cleaning 99002 clauses out of 198017 with flag 5040002/5688651
1068.04/1061.66	c cleaning 99996 clauses out of 200013 with flag 5141000/5789649
1090.02/1083.57	c cleaning 100999 clauses out of 202017 with flag 5243000/5891649
1109.75/1103.24	c cleaning 102004 clauses out of 204020 with flag 5346002/5994651
1126.42/1119.84	c cleaning 102994 clauses out of 206014 with flag 5450000/6098649
1148.19/1141.54	c cleaning 103997 clauses out of 208020 with flag 5555000/6203649
1168.59/1161.88	c cleaning 105000 clauses out of 210025 with flag 5661002/6309651
1191.11/1184.29	c cleaning 106000 clauses out of 212023 with flag 5768000/6416649
1217.77/1210.84	c cleaning 106998 clauses out of 214023 with flag 5876000/6524649
1250.97/1243.95	c cleaning 108006 clauses out of 216025 with flag 5985000/6633649
1279.78/1272.62	c cleaning 109005 clauses out of 218020 with flag 6095001/6743650
1296.08/1288.73	c cleaning 109999 clauses out of 220016 with flag 6206002/6854651
1314.65/1307.15	c cleaning 111001 clauses out of 222015 with flag 6318000/6966649
1332.78/1325.15	c cleaning 112001 clauses out of 224015 with flag 6431001/7079650
1351.11/1343.48	c cleaning 113001 clauses out of 226013 with flag 6545000/7193649
1373.60/1365.87	c cleaning 113996 clauses out of 228012 with flag 6660000/7308649
1394.00/1386.14	c cleaning 115005 clauses out of 230018 with flag 6776002/7424651
1415.10/1407.14	c cleaning 115999 clauses out of 232013 with flag 6893002/7541651
1440.67/1432.66	c cleaning 117001 clauses out of 234014 with flag 7011002/7659651
1461.78/1453.67	c cleaning 118001 clauses out of 236011 with flag 7130000/7778649
1490.45/1482.20	c cleaning 118997 clauses out of 238013 with flag 7250003/7898652
1516.07/1507.75	c cleaning 119999 clauses out of 240016 with flag 7371003/8019652
1542.07/1533.70	c cleaning 121001 clauses out of 242018 with flag 7493004/8141653
1563.04/1554.51	c cleaning 122001 clauses out of 244015 with flag 7616002/8264651
1584.13/1575.44	c cleaning 123000 clauses out of 246012 with flag 7740000/8388649
1606.78/1598.02	c cleaning 124005 clauses out of 248013 with flag 7865001/8513650
1630.17/1621.32	c cleaning 124992 clauses out of 250007 with flag 7991000/8639649
1654.36/1645.50	c cleaning 125998 clauses out of 252017 with flag 8118002/8766651
1676.13/1667.11	c cleaning 126999 clauses out of 254017 with flag 8246000/8894649
1698.19/1689.13	c cleaning 128001 clauses out of 256018 with flag 8375000/9023649
1722.76/1713.62	c cleaning 128994 clauses out of 258017 with flag 8505000/9153649
1752.15/1742.97	c cleaning 130000 clauses out of 260023 with flag 8636000/9284649
1781.26/1771.90	c cleaning 130999 clauses out of 262023 with flag 8768000/9416649
1800.01/1790.61	c starts		: 310
1800.01/1790.61	c conflicts		: 9525968
1800.01/1790.61	c decisions		: 12386564
1800.01/1790.61	c propagations		: 198701728
1800.01/1790.61	c inspects		: 9764664771
1800.01/1790.61	c shortcuts		: 0
1800.01/1790.61	c learnt literals	: 0
1800.01/1790.61	c learnt binary clauses	: 0
1800.01/1790.61	c learnt ternary clauses	: 50359
1800.01/1790.61	c learnt constraints	: 9525968
1800.01/1790.61	c ignored constraints	: 0
1800.01/1790.61	c root simplifications	: 310
1800.01/1790.61	c removed literals (reason simplification)	: 380211930
1800.01/1790.61	c reason swapping (by a shorter reason)	: 0
1800.01/1790.61	c Calls to reduceDB	: 162
1800.01/1790.61	c number of reductions to clauses (during analyze)	: 0
1800.01/1790.61	c number of learned constraints concerned by reduction	: 0
1800.01/1790.61	c number of learning phase by resolution	: 0
1800.01/1790.61	c number of learning phase by cutting planes	: 0
1800.01/1790.61	c speed (assignments/second)	: 111001.65299967208
1800.01/1790.61	c non guided choices	12742
1800.01/1790.64	c learnt constraints type 
1800.01/1790.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 240414
1800.01/1790.64	c constraints type 
1800.01/1790.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6220
1800.01/1790.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.01/1790.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.01/1790.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6220
1800.01/1790.64	c 13043 constraints processed.
1800.01/1790.64	s SATISFIABLE
1800.01/1790.64	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.01/1790.64	c objective function=-26
1800.01/1790.64	c Total wall clock time (in seconds): 1790.522

Verifier Data

OK	-26

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-3711182-1338171947/watcher-3711182-1338171947 -o /tmp/evaluation-result-3711182-1338171947/solver-3711182-1338171947 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711182-1338171947.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.92 1.99 1.99 3/194 14892
/proc/meminfo: memFree=29798472/32873648 swapFree=6860/6860
[pid=14892] ppid=14890 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/14892/stat : 14892 (java) D 14890 14892 13368 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 283320752 9515008 182 33554432000 1073741824 1073778376 140737268091040 140737268082072 266435641013 0 0 4096 0 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/14892/statm: 2323 182 140 9 0 71 0

[startup+0.0371 s]
/proc/loadavg: 1.92 1.99 1.99 3/194 14892
/proc/meminfo: memFree=29798472/32873648 swapFree=6860/6860
[pid=14892] ppid=14890 vsize=9092432 CPUtime=0.01 cores=0,2,4,6
/proc/14892/stat : 14892 (java) S 14890 14892 13368 0 -1 4202496 2926 0 1 0 1 0 0 0 20 0 11 0 283320752 9310650368 3626 33554432000 1073741824 1073778376 140733765832048 140733765823184 266439000125 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14892/statm: 2273108 3626 1650 9 0 2263809 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9092432

[startup+0.100271 s]
/proc/loadavg: 1.92 1.99 1.99 3/194 14892
/proc/meminfo: memFree=29798472/32873648 swapFree=6860/6860
[pid=14892] ppid=14890 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/14892/stat : 14892 (java) S 14890 14892 13368 0 -1 4202496 4273 0 1 0 8 1 0 0 20 0 18 0 283320752 9787842560 5481 33554432000 1073741824 1073778376 140733765832048 140733765823184 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14892/statm: 2389610 5481 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300229 s]
/proc/loadavg: 1.92 1.99 1.99 3/194 14892
/proc/meminfo: memFree=29798472/32873648 swapFree=6860/6860
[pid=14892] ppid=14890 vsize=9558440 CPUtime=0.45 cores=0,2,4,6
/proc/14892/stat : 14892 (java) S 14890 14892 13368 0 -1 4202496 5969 0 1 0 44 1 0 0 20 0 18 0 283320752 9787842560 8843 33554432000 1073741824 1073778376 140733765832048 140733765823184 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14892/statm: 2389610 8843 2235 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558440

[startup+0.700182 s]
/proc/loadavg: 1.92 1.99 1.99 3/194 14892
/proc/meminfo: memFree=29798472/32873648 swapFree=6860/6860
[pid=14892] ppid=14890 vsize=9625004 CPUtime=1.66 cores=0,2,4,6
/proc/14892/stat : 14892 (java) S 14890 14892 13368 0 -1 4202496 22443 0 1 0 161 5 0 0 20 0 19 0 283320752 9856004096 26710 33554432000 1073741824 1073778376 140733765832048 140733765823184 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14892/statm: 2406251 26710 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 9625004

[startup+1.50069 s]
/proc/loadavg: 1.92 1.99 1.99 3/213 14911
/proc/meminfo: memFree=29699468/32873648 swapFree=6860/6860
[pid=14892] ppid=14890 vsize=9625004 CPUtime=3.01 cores=0,2,4,6
/proc/14892/stat : 14892 (java) S 14890 14892 13368 0 -1 4202496 23919 0 1 0 296 5 0 0 20 0 19 0 283320752 9856004096 27942 33554432000 1073741824 1073778376 140733765832048 140733765823184 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14892/statm: 2406251 27942 2268 9 0 2396937 0
[pid=14892/tid=14894] ppid=14890 vsize=9625004 CPUtime=1.46 cores=0,2,4,6
/proc/14892/task/14894/stat : 14894 (java) R 14890 14892 13368 0 -1 4202560 2533 0 1 0 144 2 0 0 20 0 19 0 283320753 9856004096 27942 33554432000 1073741824 1073778376 140733765832048 140190509826120 140190367343274 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14892/tid=14895] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14895/stat : 14895 (java) S 14890 14892 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283320754 9856004096 27942 33554432000 1073741824 1073778376 140733765832048 140190487927336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14892/tid=14896] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14896/stat : 14896 (java) S 14890 14892 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283320754 9856004096 27942 33554432000 1073741824 1073778376 140733765832048 140190486874536 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14892/tid=14897] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14897/stat : 14897 (java) S 14890 14892 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283320754 9856004096 27942 33554432000 1073741824 1073778376 140733765832048 140190485821736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14892/tid=14898] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14898/stat : 14898 (java) S 14890 14892 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283320754 9856004096 27942 33554432000 1073741824 1073778376 140733765832048 140190148454568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14892/tid=14899] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14899/stat : 14899 (java) S 14890 14892 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283320754 9856004096 27942 33554432000 1073741824 1073778376 140733765832048 140190147402792 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14892/tid=14900] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14900/stat : 14900 (java) S 14890 14892 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283320754 9856004096 27942 33554432000 1073741824 1073778376 140733765832048 140190146349992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14892/tid=14901] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14901/stat : 14901 (java) S 14890 14892 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283320755 9856004096 27942 33554432000 1073741824 1073778376 140733765832048 140190145297192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14892/tid=14902] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14902/stat : 14902 (java) S 14890 14892 13368 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283320755 9856004096 27942 33554432000 1073741824 1073778376 140733765832048 140190144244392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14892/tid=14903] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14903/stat : 14903 (java) S 14890 14892 13368 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283320756 9856004096 27942 33554432000 1073741824 1073778376 140733765832048 140190132046312 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14892/tid=14904] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14904/stat : 14904 (java) S 14890 14892 13368 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 283320756 9856004096 27942 33554432000 1073741824 1073778376 140733765832048 140190130992376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14892/tid=14905] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14905/stat : 14905 (java) S 14890 14892 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283320756 9856004096 27942 33554432000 1073741824 1073778376 140733765832048 140190129939464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14892/tid=14906] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14906/stat : 14906 (java) S 14890 14892 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283320758 9856004096 27942 33554432000 1073741824 1073778376 140733765832048 140190128887952 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14892/tid=14907] ppid=14890 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/14892/task/14907/stat : 14907 (java) S 14890 14892 13368 0 -1 4202560 13322 0 0 0 71 3 0 0 20 0 19 0 283320759 9856004096 27942 33554432000 1073741824 1073778376 140733765832048 140190127836088 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14892/tid=14908] ppid=14890 vsize=9625004 CPUtime=0.77 cores=0,2,4,6
/proc/14892/task/14908/stat : 14908 (java) S 14890 14892 13368 0 -1 4202560 6864 0 0 0 77 0 0 0 20 0 19 0 283320759 9856004096 27942 33554432000 1073741824 1073778376 140733765832048 140190126783288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14892/tid=14909] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14909/stat : 14909 (java) S 14890 14892 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283320759 9856004096 27942 33554432000 1073741824 1073778376 140733765832048 140190125730680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14892/tid=14910] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14910/stat : 14910 (java) S 14890 14892 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283320759 9856004096 27942 33554432000 1073741824 1073778376 140733765832048 140190124678088 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14892/tid=14911] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14911/stat : 14911 (java) S 14890 14892 13368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283320806 9856004096 27942 33554432000 1073741824 1073778376 140733765832048 140190123562152 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 9625004

[startup+3.10062 s]
/proc/loadavg: 1.92 1.99 1.99 3/213 14911
/proc/meminfo: memFree=29682332/32873648 swapFree=6860/6860
[pid=14892] ppid=14890 vsize=9625004 CPUtime=4.72 cores=0,2,4,6
/proc/14892/stat : 14892 (java) S 14890 14892 13368 0 -1 4202496 23998 0 1 0 465 7 0 0 20 0 19 0 283320752 9856004096 34135 33554432000 1073741824 1073778376 140733765832048 140733765823184 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14892/statm: 2406251 34135 2293 9 0 2396937 0
[pid=14892/tid=14894] ppid=14890 vsize=9625004 CPUtime=3.01 cores=0,2,4,6
/proc/14892/task/14894/stat : 14894 (java) R 14890 14892 13368 0 -1 4202560 2539 0 1 0 298 3 0 0 20 0 19 0 283320753 9856004096 34135 33554432000 1073741824 1073778376 140733765832048 140190509826472 140190367411584 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14892/tid=14895] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14895/stat : 14895 (java) S 14890 14892 13368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283320754 9856004096 34135 33554432000 1073741824 1073778376 140733765832048 140190487927336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14892/tid=14896] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14896/stat : 14896 (java) S 14890 14892 13368 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 283320754 9856004096 34135 33554432000 1073741824 1073778376 140733765832048 140190486874536 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14892/tid=14897] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14897/stat : 14897 (java) S 14890 14892 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283320754 9856004096 34135 33554432000 1073741824 1073778376 140733765832048 140190485821736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14892/tid=14898] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14898/stat : 14898 (java) S 14890 14892 13368 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 283320754 9856004096 34135 33554432000 1073741824 1073778376 140733765832048 140190148454568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14892/tid=14899] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14899/stat : 14899 (java) S 14890 14892 13368 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 283320754 9856004096 34135 33554432000 1073741824 1073778376 140733765832048 140190147402792 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14892/tid=14900] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14900/stat : 14900 (java) S 14890 14892 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283320754 9856004096 34135 33554432000 1073741824 1073778376 140733765832048 140190146349992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14892/tid=14901] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14901/stat : 14901 (java) S 14890 14892 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283320755 9856004096 34135 33554432000 1073741824 1073778376 140733765832048 140190145297192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14892/tid=14902] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14902/stat : 14902 (java) S 14890 14892 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283320755 9856004096 34135 33554432000 1073741824 1073778376 140733765832048 140190144244392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14892/tid=14903] ppid=14890 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/14892/task/14903/stat : 14903 (java) S 14890 14892 13368 0 -1 4202560 34 0 0 0 3 0 0 0 20 0 19 0 283320756 9856004096 34135 33554432000 1073741824 1073778376 140733765832048 140190132046312 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14892/tid=14904] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14904/stat : 14904 (java) S 14890 14892 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283320756 9856004096 34135 33554432000 1073741824 1073778376 140733765832048 140190130992376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14892/tid=14905] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14905/stat : 14905 (java) S 14890 14892 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283320756 9856004096 34135 33554432000 1073741824 1073778376 140733765832048 140190129939464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14892/tid=14906] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14906/stat : 14906 (java) S 14890 14892 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283320758 9856004096 34135 33554432000 1073741824 1073778376 140733765832048 140190128887952 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14892/tid=14907] ppid=14890 vsize=9625004 CPUtime=0.79 cores=0,2,4,6
/proc/14892/task/14907/stat : 14907 (java) S 14890 14892 13368 0 -1 4202560 13323 0 0 0 76 3 0 0 20 0 19 0 283320759 9856004096 34135 33554432000 1073741824 1073778376 140733765832048 140190127836088 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14892/tid=14908] ppid=14890 vsize=9625004 CPUtime=0.8 cores=0,2,4,6
/proc/14892/task/14908/stat : 14908 (java) S 14890 14892 13368 0 -1 4202560 6867 0 0 0 80 0 0 0 20 0 19 0 283320759 9856004096 34135 33554432000 1073741824 1073778376 140733765832048 140190126783288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14892/tid=14909] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14909/stat : 14909 (java) S 14890 14892 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283320759 9856004096 34135 33554432000 1073741824 1073778376 140733765832048 140190125730680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14892/tid=14910] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14910/stat : 14910 (java) S 14890 14892 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283320759 9856004096 34135 33554432000 1073741824 1073778376 140733765832048 140190124678088 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14892/tid=14911] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14911/stat : 14911 (java) S 14890 14892 13368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283320806 9856004096 34135 33554432000 1073741824 1073778376 140733765832048 140190123562152 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.72
Current children cumulated vsize (KiB) 9625004

[startup+6.30067 s]
/proc/loadavg: 1.93 1.99 1.99 3/213 14911
/proc/meminfo: memFree=29677428/32873648 swapFree=6860/6860
[pid=14892] ppid=14890 vsize=9625004 CPUtime=7.96 cores=0,2,4,6
/proc/14892/stat : 14892 (java) S 14890 14892 13368 0 -1 4202496 24131 0 1 0 789 7 0 0 20 0 19 0 283320752 9856004096 32068 33554432000 1073741824 1073778376 140733765832048 140733765823184 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14892/statm: 2406251 32068 2293 9 0 2396937 0
[pid=14892/tid=14894] ppid=14890 vsize=9625004 CPUtime=6.15 cores=0,2,4,6
/proc/14892/task/14894/stat : 14894 (java) R 14890 14892 13368 0 -1 4202560 2541 0 1 0 612 3 0 0 20 0 19 0 283320753 9856004096 32068 33554432000 1073741824 1073778376 140733765832048 140190509824352 140190367350173 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14892/tid=14895] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14895/stat : 14895 (java) S 14890 14892 13368 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 283320754 9856004096 32068 33554432000 1073741824 1073778376 140733765832048 140190487927336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14892/tid=14896] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14896/stat : 14896 (java) S 14890 14892 13368 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283320754 9856004096 32068 33554432000 1073741824 1073778376 140733765832048 140190486874536 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14892/tid=14897] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14897/stat : 14897 (java) S 14890 14892 13368 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 283320754 9856004096 32068 33554432000 1073741824 1073778376 140733765832048 140190485821736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14892/tid=14898] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14898/stat : 14898 (java) S 14890 14892 13368 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 283320754 9856004096 32068 33554432000 1073741824 1073778376 140733765832048 140190148454568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14892/tid=14899] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14899/stat : 14899 (java) S 14890 14892 13368 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283320754 9856004096 32068 33554432000 1073741824 1073778376 140733765832048 140190147402792 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14892/tid=14900] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14900/stat : 14900 (java) S 14890 14892 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283320754 9856004096 32068 33554432000 1073741824 1073778376 140733765832048 140190146349992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14892/tid=14901] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14901/stat : 14901 (java) S 14890 14892 13368 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 283320755 9856004096 32068 33554432000 1073741824 1073778376 140733765832048 140190145297192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14892/tid=14902] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14902/stat : 14902 (java) S 14890 14892 13368 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 283320755 9856004096 32068 33554432000 1073741824 1073778376 140733765832048 140190144244392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14892/tid=14903] ppid=14890 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/14892/task/14903/stat : 14903 (java) S 14890 14892 13368 0 -1 4202560 35 0 0 0 9 0 0 0 20 0 19 0 283320756 9856004096 32068 33554432000 1073741824 1073778376 140733765832048 140190132046312 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14892/tid=14904] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14904/stat : 14904 (java) S 14890 14892 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283320756 9856004096 32068 33554432000 1073741824 1073778376 140733765832048 140190130992376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14892/tid=14905] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14905/stat : 14905 (java) S 14890 14892 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283320756 9856004096 32068 33554432000 1073741824 1073778376 140733765832048 140190129939464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14892/tid=14906] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14906/stat : 14906 (java) S 14890 14892 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283320758 9856004096 32068 33554432000 1073741824 1073778376 140733765832048 140190128887952 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14892/tid=14907] ppid=14890 vsize=9625004 CPUtime=0.79 cores=0,2,4,6
/proc/14892/task/14907/stat : 14907 (java) S 14890 14892 13368 0 -1 4202560 13323 0 0 0 76 3 0 0 20 0 19 0 283320759 9856004096 32068 33554432000 1073741824 1073778376 140733765832048 140190127836088 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14892/tid=14908] ppid=14890 vsize=9625004 CPUtime=0.83 cores=0,2,4,6
/proc/14892/task/14908/stat : 14908 (java) S 14890 14892 13368 0 -1 4202560 6988 0 0 0 83 0 0 0 20 0 19 0 283320759 9856004096 32068 33554432000 1073741824 1073778376 140733765832048 140190126783288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14892/tid=14909] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14909/stat : 14909 (java) S 14890 14892 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283320759 9856004096 32068 33554432000 1073741824 1073778376 140733765832048 140190125730680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14892/tid=14910] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14910/stat : 14910 (java) S 14890 14892 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283320759 9856004096 32068 33554432000 1073741824 1073778376 140733765832048 140190124678088 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14892/tid=14911] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14911/stat : 14911 (java) S 14890 14892 13368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283320806 9856004096 32068 33554432000 1073741824 1073778376 140733765832048 140190123562152 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.96
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=14892/tid=14900] ppid=14890 vsize=9625004 CPUtime=1.21 cores=0,2,4,6
/proc/14892/task/14900/stat : 14900 (java) S 14890 14892 13368 0 -1 4202560 332 0 0 0 117 4 0 0 20 0 19 0 283320754 9856004096 138824 33554432000 1073741824 1073778376 140733765832048 140190146349992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14892/tid=14901] ppid=14890 vsize=9625004 CPUtime=1.28 cores=0,2,4,6
/proc/14892/task/14901/stat : 14901 (java) S 14890 14892 13368 0 -1 4202560 336 0 0 0 124 4 0 0 20 0 19 0 283320755 9856004096 138824 33554432000 1073741824 1073778376 140733765832048 140190145297192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14892/tid=14902] ppid=14890 vsize=9625004 CPUtime=1.22 cores=0,2,4,6
/proc/14892/task/14902/stat : 14902 (java) S 14890 14892 13368 0 -1 4202560 399 0 0 0 115 7 0 0 20 0 19 0 283320755 9856004096 138824 33554432000 1073741824 1073778376 140733765832048 140190144244392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14892/tid=14903] ppid=14890 vsize=9625004 CPUtime=8.77 cores=0,2,4,6
/proc/14892/task/14903/stat : 14903 (java) S 14890 14892 13368 0 -1 4202560 411 0 0 0 874 3 0 0 20 0 19 0 283320756 9856004096 138824 33554432000 1073741824 1073778376 140733765832048 140190132046312 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14892/tid=14904] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14904/stat : 14904 (java) S 14890 14892 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283320756 9856004096 138824 33554432000 1073741824 1073778376 140733765832048 140190130992376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14892/tid=14905] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14905/stat : 14905 (java) S 14890 14892 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283320756 9856004096 138824 33554432000 1073741824 1073778376 140733765832048 140190129939464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14892/tid=14906] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14906/stat : 14906 (java) S 14890 14892 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283320758 9856004096 138824 33554432000 1073741824 1073778376 140733765832048 140190128887952 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14892/tid=14907] ppid=14890 vsize=9625004 CPUtime=0.79 cores=0,2,4,6
/proc/14892/task/14907/stat : 14907 (java) S 14890 14892 13368 0 -1 4202560 13323 0 0 0 76 3 0 0 20 0 19 0 283320759 9856004096 138824 33554432000 1073741824 1073778376 140733765832048 140190127836088 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14892/tid=14908] ppid=14890 vsize=9625004 CPUtime=0.86 cores=0,2,4,6
/proc/14892/task/14908/stat : 14908 (java) S 14890 14892 13368 0 -1 4202560 6991 0 0 0 86 0 0 0 20 0 19 0 283320759 9856004096 138824 33554432000 1073741824 1073778376 140733765832048 140190126783288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14892/tid=14909] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14909/stat : 14909 (java) S 14890 14892 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283320759 9856004096 138824 33554432000 1073741824 1073778376 140733765832048 140190125730680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14892/tid=14910] ppid=14890 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/14892/task/14910/stat : 14910 (java) S 14890 14892 13368 0 -1 4202560 95 0 0 0 21 21 0 0 20 0 19 0 283320759 9856004096 138824 33554432000 1073741824 1073778376 140733765832048 140190124678088 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14892/tid=14911] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14911/stat : 14911 (java) S 14890 14892 13368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283320806 9856004096 138824 33554432000 1073741824 1073778376 140733765832048 140190123562152 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1671.33
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/213 14985
/proc/meminfo: memFree=29261156/32873648 swapFree=6860/6860
[pid=14892] ppid=14890 vsize=9625004 CPUtime=1731.55 cores=0,2,4,6
/proc/14892/stat : 14892 (java) S 14890 14892 13368 0 -1 4202496 28104 0 1 0 173082 73 0 0 20 0 19 0 283320752 9856004096 138824 33554432000 1073741824 1073778376 140733765832048 140733765823184 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14892/statm: 2406251 138824 2294 9 0 2396937 0
[pid=14892/tid=14894] ppid=14890 vsize=9625004 CPUtime=1710.36 cores=0,2,4,6
/proc/14892/task/14894/stat : 14894 (java) R 14890 14892 13368 0 -1 4202560 2740 0 1 0 171007 29 0 0 20 0 19 0 283320753 9856004096 138824 33554432000 1073741824 1073778376 140733765832048 140190509826352 140190367445988 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14892/tid=14895] ppid=14890 vsize=9625004 CPUtime=1.19 cores=0,2,4,6
/proc/14892/task/14895/stat : 14895 (java) S 14890 14892 13368 0 -1 4202560 684 0 0 0 114 5 0 0 20 0 19 0 283320754 9856004096 138824 33554432000 1073741824 1073778376 140733765832048 140190487927336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14892/tid=14896] ppid=14890 vsize=9625004 CPUtime=1.26 cores=0,2,4,6
/proc/14892/task/14896/stat : 14896 (java) S 14890 14892 13368 0 -1 4202560 287 0 0 0 121 5 0 0 20 0 19 0 283320754 9856004096 138824 33554432000 1073741824 1073778376 140733765832048 140190486874536 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14892/tid=14897] ppid=14890 vsize=9625004 CPUtime=1.26 cores=0,2,4,6
/proc/14892/task/14897/stat : 14897 (java) S 14890 14892 13368 0 -1 4202560 301 0 0 0 120 6 0 0 20 0 19 0 283320754 9856004096 138824 33554432000 1073741824 1073778376 140733765832048 140190485821736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14892/tid=14898] ppid=14890 vsize=9625004 CPUtime=1.37 cores=0,2,4,6
/proc/14892/task/14898/stat : 14898 (java) S 14890 14892 13368 0 -1 4202560 360 0 0 0 131 6 0 0 20 0 19 0 283320754 9856004096 138824 33554432000 1073741824 1073778376 140733765832048 140190148454568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14892/tid=14899] ppid=14890 vsize=9625004 CPUtime=1.3 cores=0,2,4,6
/proc/14892/task/14899/stat : 14899 (java) S 14890 14892 13368 0 -1 4202560 651 0 0 0 124 6 0 0 20 0 19 0 283320754 9856004096 138824 33554432000 1073741824 1073778376 140733765832048 140190147402792 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14892/tid=14900] ppid=14890 vsize=9625004 CPUtime=1.23 cores=0,2,4,6
/proc/14892/task/14900/stat : 14900 (java) S 14890 14892 13368 0 -1 4202560 332 0 0 0 119 4 0 0 20 0 19 0 283320754 9856004096 138824 33554432000 1073741824 1073778376 140733765832048 140190146349992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14892/tid=14901] ppid=14890 vsize=9625004 CPUtime=1.34 cores=0,2,4,6
/proc/14892/task/14901/stat : 14901 (java) S 14890 14892 13368 0 -1 4202560 336 0 0 0 130 4 0 0 20 0 19 0 283320755 9856004096 138824 33554432000 1073741824 1073778376 140733765832048 140190145297192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14892/tid=14902] ppid=14890 vsize=9625004 CPUtime=1.26 cores=0,2,4,6
/proc/14892/task/14902/stat : 14902 (java) S 14890 14892 13368 0 -1 4202560 399 0 0 0 119 7 0 0 20 0 19 0 283320755 9856004096 138824 33554432000 1073741824 1073778376 140733765832048 140190144244392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14892/tid=14903] ppid=14890 vsize=9625004 CPUtime=9.08 cores=0,2,4,6
/proc/14892/task/14903/stat : 14903 (java) S 14890 14892 13368 0 -1 4202560 415 0 0 0 905 3 0 0 20 0 19 0 283320756 9856004096 138824 33554432000 1073741824 1073778376 140733765832048 140190132046312 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14892/tid=14904] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14904/stat : 14904 (java) S 14890 14892 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283320756 9856004096 138824 33554432000 1073741824 1073778376 140733765832048 140190130992376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14892/tid=14905] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14905/stat : 14905 (java) S 14890 14892 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283320756 9856004096 138824 33554432000 1073741824 1073778376 140733765832048 140190129939464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14892/tid=14906] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14906/stat : 14906 (java) S 14890 14892 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283320758 9856004096 138824 33554432000 1073741824 1073778376 140733765832048 140190128887952 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14892/tid=14907] ppid=14890 vsize=9625004 CPUtime=0.79 cores=0,2,4,6
/proc/14892/task/14907/stat : 14907 (java) S 14890 14892 13368 0 -1 4202560 13323 0 0 0 76 3 0 0 20 0 19 0 283320759 9856004096 138824 33554432000 1073741824 1073778376 140733765832048 140190127836088 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14892/tid=14908] ppid=14890 vsize=9625004 CPUtime=0.86 cores=0,2,4,6
/proc/14892/task/14908/stat : 14908 (java) S 14890 14892 13368 0 -1 4202560 6991 0 0 0 86 0 0 0 20 0 19 0 283320759 9856004096 138824 33554432000 1073741824 1073778376 140733765832048 140190126783288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14892/tid=14909] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14909/stat : 14909 (java) S 14890 14892 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283320759 9856004096 138824 33554432000 1073741824 1073778376 140733765832048 140190125730680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14892/tid=14910] ppid=14890 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/14892/task/14910/stat : 14910 (java) S 14890 14892 13368 0 -1 4202560 99 0 0 0 22 21 0 0 20 0 19 0 283320759 9856004096 138824 33554432000 1073741824 1073778376 140733765832048 140190124678088 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14892/tid=14911] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14911/stat : 14911 (java) S 14890 14892 13368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283320806 9856004096 138824 33554432000 1073741824 1073778376 140733765832048 140190123562152 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1731.55
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/213 14986
/proc/meminfo: memFree=29261040/32873648 swapFree=6860/6860
[pid=14892] ppid=14890 vsize=9625004 CPUtime=1791.69 cores=0,2,4,6
/proc/14892/stat : 14892 (java) S 14890 14892 13368 0 -1 4202496 28115 0 1 0 179095 74 0 0 20 0 19 0 283320752 9856004096 138827 33554432000 1073741824 1073778376 140733765832048 140733765823184 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14892/statm: 2406251 138827 2294 9 0 2396937 0
[pid=14892/tid=14894] ppid=14890 vsize=9625004 CPUtime=1770.11 cores=0,2,4,6
/proc/14892/task/14894/stat : 14894 (java) R 14890 14892 13368 0 -1 4202560 2742 0 1 0 176981 30 0 0 20 0 19 0 283320753 9856004096 138827 33554432000 1073741824 1073778376 140733765832048 140190509826352 140190367435304 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14892/tid=14895] ppid=14890 vsize=9625004 CPUtime=1.2 cores=0,2,4,6
/proc/14892/task/14895/stat : 14895 (java) S 14890 14892 13368 0 -1 4202560 684 0 0 0 115 5 0 0 20 0 19 0 283320754 9856004096 138827 33554432000 1073741824 1073778376 140733765832048 140190487927336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14892/tid=14896] ppid=14890 vsize=9625004 CPUtime=1.31 cores=0,2,4,6
/proc/14892/task/14896/stat : 14896 (java) S 14890 14892 13368 0 -1 4202560 287 0 0 0 126 5 0 0 20 0 19 0 283320754 9856004096 138827 33554432000 1073741824 1073778376 140733765832048 140190486874536 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14892/tid=14897] ppid=14890 vsize=9625004 CPUtime=1.29 cores=0,2,4,6
/proc/14892/task/14897/stat : 14897 (java) S 14890 14892 13368 0 -1 4202560 301 0 0 0 123 6 0 0 20 0 19 0 283320754 9856004096 138827 33554432000 1073741824 1073778376 140733765832048 140190485821736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14892/tid=14898] ppid=14890 vsize=9625004 CPUtime=1.39 cores=0,2,4,6
/proc/14892/task/14898/stat : 14898 (java) S 14890 14892 13368 0 -1 4202560 360 0 0 0 133 6 0 0 20 0 19 0 283320754 9856004096 138827 33554432000 1073741824 1073778376 140733765832048 140190148454568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14892/tid=14899] ppid=14890 vsize=9625004 CPUtime=1.32 cores=0,2,4,6
/proc/14892/task/14899/stat : 14899 (java) S 14890 14892 13368 0 -1 4202560 651 0 0 0 126 6 0 0 20 0 19 0 283320754 9856004096 138827 33554432000 1073741824 1073778376 140733765832048 140190147402792 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14892/tid=14900] ppid=14890 vsize=9625004 CPUtime=1.25 cores=0,2,4,6
/proc/14892/task/14900/stat : 14900 (java) S 14890 14892 13368 0 -1 4202560 335 0 0 0 121 4 0 0 20 0 19 0 283320754 9856004096 138827 33554432000 1073741824 1073778376 140733765832048 140190146349992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14892/tid=14901] ppid=14890 vsize=9625004 CPUtime=1.39 cores=0,2,4,6
/proc/14892/task/14901/stat : 14901 (java) S 14890 14892 13368 0 -1 4202560 336 0 0 0 134 5 0 0 20 0 19 0 283320755 9856004096 138827 33554432000 1073741824 1073778376 140733765832048 140190145297192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14892/tid=14902] ppid=14890 vsize=9625004 CPUtime=1.28 cores=0,2,4,6
/proc/14892/task/14902/stat : 14902 (java) S 14890 14892 13368 0 -1 4202560 399 0 0 0 121 7 0 0 20 0 19 0 283320755 9856004096 138827 33554432000 1073741824 1073778376 140733765832048 140190144244392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14892/tid=14903] ppid=14890 vsize=9625004 CPUtime=9.27 cores=0,2,4,6
/proc/14892/task/14903/stat : 14903 (java) S 14890 14892 13368 0 -1 4202560 417 0 0 0 924 3 0 0 20 0 19 0 283320756 9856004096 138827 33554432000 1073741824 1073778376 140733765832048 140190132046312 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14892/tid=14904] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14904/stat : 14904 (java) S 14890 14892 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283320756 9856004096 138827 33554432000 1073741824 1073778376 140733765832048 140190130992376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14892/tid=14905] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14905/stat : 14905 (java) S 14890 14892 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283320756 9856004096 138827 33554432000 1073741824 1073778376 140733765832048 140190129939464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14892/tid=14906] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14906/stat : 14906 (java) S 14890 14892 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283320758 9856004096 138827 33554432000 1073741824 1073778376 140733765832048 140190128887952 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14892/tid=14907] ppid=14890 vsize=9625004 CPUtime=0.79 cores=0,2,4,6
/proc/14892/task/14907/stat : 14907 (java) S 14890 14892 13368 0 -1 4202560 13323 0 0 0 76 3 0 0 20 0 19 0 283320759 9856004096 138827 33554432000 1073741824 1073778376 140733765832048 140190127836088 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14892/tid=14908] ppid=14890 vsize=9625004 CPUtime=0.86 cores=0,2,4,6
/proc/14892/task/14908/stat : 14908 (java) S 14890 14892 13368 0 -1 4202560 6991 0 0 0 86 0 0 0 20 0 19 0 283320759 9856004096 138827 33554432000 1073741824 1073778376 140733765832048 140190126783288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14892/tid=14909] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14909/stat : 14909 (java) S 14890 14892 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283320759 9856004096 138827 33554432000 1073741824 1073778376 140733765832048 140190125730680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14892/tid=14910] ppid=14890 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/14892/task/14910/stat : 14910 (java) S 14890 14892 13368 0 -1 4202560 103 0 0 0 23 22 0 0 20 0 19 0 283320759 9856004096 138827 33554432000 1073741824 1073778376 140733765832048 140190124678088 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14892/tid=14911] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14911/stat : 14911 (java) S 14890 14892 13368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283320806 9856004096 138827 33554432000 1073741824 1073778376 140733765832048 140190123562152 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1791.69
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1790.6 s]
/proc/loadavg: 2.01 2.02 2.00 3/213 14986
/proc/meminfo: memFree=29261040/32873648 swapFree=6860/6860
[pid=14892] ppid=14890 vsize=9625004 CPUtime=1800.01 cores=0,2,4,6
/proc/14892/stat : 14892 (java) S 14890 14892 13368 0 -1 4202496 28115 0 1 0 179926 75 0 0 20 0 19 0 283320752 9856004096 138827 33554432000 1073741824 1073778376 140733765832048 140733765823184 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14892/statm: 2406251 138827 2294 9 0 2396937 0
[pid=14892/tid=14894] ppid=14890 vsize=9625004 CPUtime=1778.42 cores=0,2,4,6
/proc/14892/task/14894/stat : 14894 (java) R 14890 14892 13368 0 -1 4202560 2742 0 1 0 177811 31 0 0 20 0 19 0 283320753 9856004096 138827 33554432000 1073741824 1073778376 140733765832048 140190509826352 140190367415694 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14892/tid=14895] ppid=14890 vsize=9625004 CPUtime=1.2 cores=0,2,4,6
/proc/14892/task/14895/stat : 14895 (java) S 14890 14892 13368 0 -1 4202560 684 0 0 0 115 5 0 0 20 0 19 0 283320754 9856004096 138827 33554432000 1073741824 1073778376 140733765832048 140190487927336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14892/tid=14896] ppid=14890 vsize=9625004 CPUtime=1.31 cores=0,2,4,6
/proc/14892/task/14896/stat : 14896 (java) S 14890 14892 13368 0 -1 4202560 287 0 0 0 126 5 0 0 20 0 19 0 283320754 9856004096 138827 33554432000 1073741824 1073778376 140733765832048 140190486874536 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14892/tid=14897] ppid=14890 vsize=9625004 CPUtime=1.29 cores=0,2,4,6
/proc/14892/task/14897/stat : 14897 (java) S 14890 14892 13368 0 -1 4202560 301 0 0 0 123 6 0 0 20 0 19 0 283320754 9856004096 138827 33554432000 1073741824 1073778376 140733765832048 140190485821736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14892/tid=14898] ppid=14890 vsize=9625004 CPUtime=1.39 cores=0,2,4,6
/proc/14892/task/14898/stat : 14898 (java) S 14890 14892 13368 0 -1 4202560 360 0 0 0 133 6 0 0 20 0 19 0 283320754 9856004096 138827 33554432000 1073741824 1073778376 140733765832048 140190148454568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14892/tid=14899] ppid=14890 vsize=9625004 CPUtime=1.32 cores=0,2,4,6
/proc/14892/task/14899/stat : 14899 (java) S 14890 14892 13368 0 -1 4202560 651 0 0 0 126 6 0 0 20 0 19 0 283320754 9856004096 138827 33554432000 1073741824 1073778376 140733765832048 140190147402792 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14892/tid=14900] ppid=14890 vsize=9625004 CPUtime=1.25 cores=0,2,4,6
/proc/14892/task/14900/stat : 14900 (java) S 14890 14892 13368 0 -1 4202560 335 0 0 0 121 4 0 0 20 0 19 0 283320754 9856004096 138827 33554432000 1073741824 1073778376 140733765832048 140190146349992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14892/tid=14901] ppid=14890 vsize=9625004 CPUtime=1.39 cores=0,2,4,6
/proc/14892/task/14901/stat : 14901 (java) S 14890 14892 13368 0 -1 4202560 336 0 0 0 134 5 0 0 20 0 19 0 283320755 9856004096 138827 33554432000 1073741824 1073778376 140733765832048 140190145297192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14892/tid=14902] ppid=14890 vsize=9625004 CPUtime=1.28 cores=0,2,4,6
/proc/14892/task/14902/stat : 14902 (java) S 14890 14892 13368 0 -1 4202560 399 0 0 0 121 7 0 0 20 0 19 0 283320755 9856004096 138827 33554432000 1073741824 1073778376 140733765832048 140190144244392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14892/tid=14903] ppid=14890 vsize=9625004 CPUtime=9.27 cores=0,2,4,6
/proc/14892/task/14903/stat : 14903 (java) S 14890 14892 13368 0 -1 4202560 417 0 0 0 924 3 0 0 20 0 19 0 283320756 9856004096 138827 33554432000 1073741824 1073778376 140733765832048 140190132046312 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14892/tid=14904] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14904/stat : 14904 (java) S 14890 14892 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283320756 9856004096 138827 33554432000 1073741824 1073778376 140733765832048 140190130992376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14892/tid=14905] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14905/stat : 14905 (java) S 14890 14892 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283320756 9856004096 138827 33554432000 1073741824 1073778376 140733765832048 140190129939464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14892/tid=14906] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14906/stat : 14906 (java) S 14890 14892 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283320758 9856004096 138827 33554432000 1073741824 1073778376 140733765832048 140190128887952 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14892/tid=14907] ppid=14890 vsize=9625004 CPUtime=0.79 cores=0,2,4,6
/proc/14892/task/14907/stat : 14907 (java) S 14890 14892 13368 0 -1 4202560 13323 0 0 0 76 3 0 0 20 0 19 0 283320759 9856004096 138827 33554432000 1073741824 1073778376 140733765832048 140190127836088 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14892/tid=14908] ppid=14890 vsize=9625004 CPUtime=0.86 cores=0,2,4,6
/proc/14892/task/14908/stat : 14908 (java) S 14890 14892 13368 0 -1 4202560 6991 0 0 0 86 0 0 0 20 0 19 0 283320759 9856004096 138827 33554432000 1073741824 1073778376 140733765832048 140190126783288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14892/tid=14909] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14909/stat : 14909 (java) S 14890 14892 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283320759 9856004096 138827 33554432000 1073741824 1073778376 140733765832048 140190125730680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14892/tid=14910] ppid=14890 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/14892/task/14910/stat : 14910 (java) S 14890 14892 13368 0 -1 4202560 103 0 0 0 23 22 0 0 20 0 19 0 283320759 9856004096 138827 33554432000 1073741824 1073778376 140733765832048 140190124678088 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14892/tid=14911] ppid=14890 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/14892/task/14911/stat : 14911 (java) S 14890 14892 13368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283320806 9856004096 138827 33554432000 1073741824 1073778376 140733765832048 140190123562152 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625004

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): 1790.65
CPU time (s): 1800.58
CPU user time (s): 1799.4
CPU system time (s): 1.18082
CPU usage (%): 100.554
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.4
system time used= 1.18082
maximum resident set size= 555428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28148
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42670
involuntary context switches= 18692

runsolver used 6.22005 second user time and 14.8247 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-28 04:25:47
IDJOB=3711182
IDBENCH=48238
IDSOLVER=2289
FILE ID=node116/3711182-1338171947
RUNJOBID= node116-1338158618-13384
PBS_JOBID= 14624543
Free space on /tmp= 71472 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_200_25_2.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3711182-1338171947/watcher-3711182-1338171947 -o /tmp/evaluation-result-3711182-1338171947/solver-3711182-1338171947 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711182-1338171947.opb

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

MD5SUM BENCH= 219f407da86957d900e068170e9af8b6
RANDOM SEED=718905198

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:        29798736 kB
Buffers:          372436 kB
Cached:          1115836 kB
SwapCached:         3236 kB
Active:          1525696 kB
Inactive:         710676 kB
Active(anon):     738952 kB
Inactive(anon):     8956 kB
Active(file):     786744 kB
Inactive(file):   701720 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103668 kB
Dirty:               852 kB
Writeback:             0 kB
AnonPages:        750120 kB
Mapped:            20864 kB
Shmem:                96 kB
Slab:             699948 kB
SReclaimable:     144184 kB
SUnreclaim:       555764 kB
KernelStack:        1600 kB
PageTables:         5724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1081512 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    698368 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= 71472 MiB
End job on node116 at 2012-05-28 04:55:40