Trace number 3710125

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 snapshot? (TO) 1800.08 1787.25

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib/normalized-mps-v2-20-10-rgn.opb
MD5SUM077c926419792cafad737b20a04bb1ea
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark893264
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 525312
Optimality of the best value was proved NO
Number of variables1260
Total number of constraints104
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)4
Number of constraints which are nor clauses,nor cardinality constraints100
Minimum length of a constraint12
Maximum length of a constraint127
Number of terms in the objective function 1160
Biggest coefficient in the objective function 196608
Number of bits for the biggest coefficient in the objective function 18
Sum of the numbers in the objective function 15892320
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 25600000000
Number of bits of the biggest number in a constraint 35
Biggest sum of numbers in a constraint 232836875088
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.03/0.08	c version 2.3.2.v20120418
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		501472288
0.03/0.08	c Max memory 		7480803328
0.03/0.08	c Total memory 		504102912
0.03/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@2dcb25f1
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-3710125-1338149798.opb
0.09/0.12	c reading problem ... 
0.26/0.23	c ... done. Wall clock time 0.112s.
0.26/0.23	c declared #vars     1260
0.26/0.23	c #constraints  124
0.26/0.23	c constraints type 
0.26/0.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 4
0.26/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 120
0.26/0.23	c 124 constraints processed.
1.18/0.62	c cleaning 2497 clauses out of 5000 with flag 5000/5000
1.40/0.85	c cleaning 4249 clauses out of 8503 with flag 11000/11000
1.64/1.10	c cleaning 5624 clauses out of 11256 with flag 18002/18002
2.04/1.42	c cleaning 6809 clauses out of 13630 with flag 26000/26000
2.50/1.82	c cleaning 7904 clauses out of 15821 with flag 35000/35000
2.81/2.18	c cleaning 8950 clauses out of 17917 with flag 45000/45000
3.30/2.63	c cleaning 9980 clauses out of 19968 with flag 56001/56001
3.81/3.12	c cleaning 10989 clauses out of 21987 with flag 68000/68000
4.41/3.71	c cleaning 11990 clauses out of 23998 with flag 81000/81000
4.91/4.27	c cleaning 12996 clauses out of 26008 with flag 95000/95000
5.62/4.93	c cleaning 14002 clauses out of 28012 with flag 110000/110000
6.35/5.63	c cleaning 15002 clauses out of 30010 with flag 126000/126000
7.07/6.33	c cleaning 16004 clauses out of 32008 with flag 143000/143000
7.88/7.19	c cleaning 16997 clauses out of 34004 with flag 161000/161000
8.79/8.09	c cleaning 18001 clauses out of 36008 with flag 180001/180001
9.71/8.94	c cleaning 18997 clauses out of 38008 with flag 200002/200002
10.62/9.86	c cleaning 20003 clauses out of 40009 with flag 221000/221000
11.74/10.97	c cleaning 20997 clauses out of 42006 with flag 243000/243000
13.04/12.28	c cleaning 21995 clauses out of 44009 with flag 266000/266000
14.17/13.36	c cleaning 22999 clauses out of 46014 with flag 290000/290000
15.48/14.64	c cleaning 24009 clauses out of 48017 with flag 315002/315002
16.79/15.93	c cleaning 24996 clauses out of 50006 with flag 341000/341000
18.92/18.08	c cleaning 26002 clauses out of 52010 with flag 368000/368000
21.14/20.23	c cleaning 27000 clauses out of 54008 with flag 396000/396000
23.27/22.30	c cleaning 28000 clauses out of 56009 with flag 425001/425001
25.49/24.57	c cleaning 29002 clauses out of 58008 with flag 455000/455000
27.70/26.78	c cleaning 29996 clauses out of 60008 with flag 486002/486002
30.33/29.37	c cleaning 31004 clauses out of 62011 with flag 518001/518001
32.64/31.60	c cleaning 31998 clauses out of 64006 with flag 551000/551000
34.97/34.00	c cleaning 33000 clauses out of 66009 with flag 585001/585001
36.68/35.67	c cleaning 34004 clauses out of 68008 with flag 620000/620000
38.79/37.73	c cleaning 35003 clauses out of 70005 with flag 656001/656001
40.73/39.68	c cleaning 35996 clauses out of 72001 with flag 693000/693000
43.46/42.31	c cleaning 36999 clauses out of 74005 with flag 731000/731000
46.07/44.97	c cleaning 38002 clauses out of 76006 with flag 770000/770000
47.90/46.74	c cleaning 38998 clauses out of 78004 with flag 810000/810000
49.73/48.51	c cleaning 40000 clauses out of 80006 with flag 851000/851000
52.36/51.18	c cleaning 40997 clauses out of 82006 with flag 893000/893000
54.49/53.21	c cleaning 41999 clauses out of 84011 with flag 936002/936002
56.70/55.47	c cleaning 42998 clauses out of 86010 with flag 980000/980000
60.11/58.82	c cleaning 44001 clauses out of 88012 with flag 1025000/1025000
62.54/61.28	c cleaning 45004 clauses out of 90012 with flag 1071001/1071001
65.18/63.85	c cleaning 46000 clauses out of 92009 with flag 1118002/1118002
68.00/66.60	c cleaning 46998 clauses out of 94007 with flag 1166000/1166000
70.43/69.00	c cleaning 48004 clauses out of 96009 with flag 1215000/1215000
73.14/71.76	c cleaning 49003 clauses out of 98005 with flag 1265000/1265000
76.26/74.84	c cleaning 49997 clauses out of 100004 with flag 1316002/1316002
80.32/78.89	c cleaning 51003 clauses out of 102005 with flag 1368000/1368000
83.75/82.27	c cleaning 51995 clauses out of 104003 with flag 1421001/1421001
86.99/85.43	c cleaning 52998 clauses out of 106007 with flag 1475000/1475000
91.30/89.75	c cleaning 54003 clauses out of 108010 with flag 1530001/1530001
95.94/94.35	c cleaning 55003 clauses out of 110007 with flag 1586001/1586001
99.58/97.96	c cleaning 56001 clauses out of 112003 with flag 1643000/1643000
104.31/102.60	c cleaning 56998 clauses out of 114002 with flag 1701000/1701000
109.83/108.14	c cleaning 57995 clauses out of 116006 with flag 1760002/1760002
113.58/111.84	c cleaning 58994 clauses out of 118009 with flag 1820000/1820000
117.22/115.42	c cleaning 59999 clauses out of 120015 with flag 1881000/1881000
120.72/118.99	c cleaning 61003 clauses out of 122016 with flag 1943000/1943000
124.52/122.77	c cleaning 61998 clauses out of 124013 with flag 2006000/2006000
128.14/126.37	c cleaning 63002 clauses out of 126018 with flag 2070003/2070003
132.27/130.48	c cleaning 64002 clauses out of 128014 with flag 2135001/2135001
137.01/135.17	c cleaning 65003 clauses out of 130012 with flag 2201001/2201001
146.15/144.24	c cleaning 65999 clauses out of 132008 with flag 2268000/2268000
150.99/149.07	c cleaning 67003 clauses out of 134009 with flag 2336000/2336000
158.73/156.77	c cleaning 68003 clauses out of 136006 with flag 2405000/2405000
164.09/162.09	c cleaning 68995 clauses out of 138004 with flag 2475001/2475001
172.01/169.96	c cleaning 69999 clauses out of 140008 with flag 2546000/2546000
183.68/181.59	c cleaning 71005 clauses out of 142009 with flag 2618000/2618000
189.26/187.02	c cleaning 71994 clauses out of 144004 with flag 2691000/2691000
195.57/193.37	c cleaning 73001 clauses out of 146010 with flag 2765000/2765000
202.30/200.08	c cleaning 73996 clauses out of 148009 with flag 2840000/2840000
209.62/207.34	c cleaning 75002 clauses out of 150013 with flag 2916000/2916000
217.45/215.13	c cleaning 76003 clauses out of 152014 with flag 2993003/2993003
223.39/221.05	c cleaning 76997 clauses out of 154009 with flag 3071001/3071001
230.40/228.01	c cleaning 77997 clauses out of 156011 with flag 3150000/3150000
235.76/233.39	c cleaning 79007 clauses out of 158014 with flag 3230000/3230000
241.80/239.35	c cleaning 80002 clauses out of 160007 with flag 3311000/3311000
251.54/249.01	c cleaning 81002 clauses out of 162006 with flag 3393001/3393001
258.09/255.57	c cleaning 81992 clauses out of 164003 with flag 3476000/3476000
264.42/261.87	c cleaning 83000 clauses out of 166012 with flag 3560001/3560001
270.64/268.08	c cleaning 84000 clauses out of 168011 with flag 3645000/3645000
283.30/280.64	c cleaning 85002 clauses out of 170013 with flag 3731002/3731002
293.46/290.76	c cleaning 86003 clauses out of 172009 with flag 3818000/3818000
304.41/301.67	c cleaning 87003 clauses out of 174008 with flag 3906002/3906002
314.27/311.45	c cleaning 88000 clauses out of 176003 with flag 3995000/3995000
323.53/320.67	c cleaning 88998 clauses out of 178003 with flag 4085000/4085000
333.79/330.87	c cleaning 89999 clauses out of 180005 with flag 4176000/4176000
345.73/342.75	c cleaning 91001 clauses out of 182008 with flag 4268002/4268002
357.19/354.12	c cleaning 92000 clauses out of 184008 with flag 4361003/4361003
369.19/366.19	c cleaning 93000 clauses out of 186005 with flag 4455000/4455000
376.82/373.78	c cleaning 94003 clauses out of 188006 with flag 4550001/4550001
382.85/379.76	c cleaning 95000 clauses out of 190003 with flag 4646001/4646001
393.70/390.52	c cleaning 95997 clauses out of 192002 with flag 4743000/4743000
399.86/396.60	c cleaning 96998 clauses out of 194006 with flag 4841001/4841001
411.40/408.16	c cleaning 98004 clauses out of 196008 with flag 4940001/4940001
420.45/417.12	c cleaning 99002 clauses out of 198004 with flag 5040001/5040001
430.33/426.91	c cleaning 100001 clauses out of 200002 with flag 5141001/5141001
438.38/434.95	c cleaning 100993 clauses out of 202000 with flag 5243000/5243000
450.16/446.68	c cleaning 101988 clauses out of 204007 with flag 5346000/5346000
464.26/460.61	c cleaning 103000 clauses out of 206020 with flag 5450001/5450001
472.90/469.25	c cleaning 103996 clauses out of 208020 with flag 5555001/5555001
481.75/478.05	c cleaning 105007 clauses out of 210024 with flag 5661001/5661001
492.73/488.97	c cleaning 106003 clauses out of 212016 with flag 5768000/5768000
502.66/498.88	c cleaning 107000 clauses out of 214014 with flag 5876001/5876001
511.53/507.60	c cleaning 108001 clauses out of 216014 with flag 5985001/5985001
520.99/517.09	c cleaning 109004 clauses out of 218012 with flag 6095000/6095000
528.95/524.90	c cleaning 110001 clauses out of 220010 with flag 6206002/6206002
538.27/534.21	c cleaning 111000 clauses out of 222009 with flag 6318002/6318002
547.63/543.55	c cleaning 111999 clauses out of 224009 with flag 6431002/6431002
558.15/554.06	c cleaning 113002 clauses out of 226009 with flag 6545001/6545001
568.78/564.69	c cleaning 113995 clauses out of 228006 with flag 6660000/6660000
580.25/576.05	c cleaning 114997 clauses out of 230012 with flag 6776001/6776001
589.37/585.12	c cleaning 115995 clauses out of 232015 with flag 6893001/6893001
602.29/598.07	c cleaning 117004 clauses out of 234019 with flag 7011000/7011000
610.66/606.32	c cleaning 118004 clauses out of 236015 with flag 7130000/7130000
619.65/615.22	c cleaning 119004 clauses out of 238012 with flag 7250001/7250001
627.61/623.13	c cleaning 119993 clauses out of 240008 with flag 7371001/7371001
640.86/636.37	c cleaning 121008 clauses out of 242018 with flag 7493004/7493004
658.23/653.63	c cleaning 122001 clauses out of 244006 with flag 7616000/7616000
677.29/672.67	c cleaning 122999 clauses out of 246006 with flag 7740001/7740001
691.20/686.42	c cleaning 124001 clauses out of 248007 with flag 7865001/7865001
702.46/697.63	c cleaning 125000 clauses out of 250005 with flag 7991000/7991000
717.56/712.62	c cleaning 125998 clauses out of 252005 with flag 8118000/8118000
731.23/726.21	c cleaning 127004 clauses out of 254008 with flag 8246001/8246001
742.29/737.25	c cleaning 127997 clauses out of 256003 with flag 8375000/8375000
753.65/748.52	c cleaning 128997 clauses out of 258007 with flag 8505001/8505001
765.11/759.95	c cleaning 130001 clauses out of 260011 with flag 8636002/8636002
776.56/771.33	c cleaning 131002 clauses out of 262008 with flag 8768000/8768000
787.68/782.41	c cleaning 131995 clauses out of 264006 with flag 8901000/8901000
797.85/792.56	c cleaning 132997 clauses out of 266011 with flag 9035000/9035000
812.29/806.93	c cleaning 134007 clauses out of 268017 with flag 9170003/9170003
824.94/819.59	c cleaning 135002 clauses out of 270007 with flag 9306000/9306000
838.89/833.42	c cleaning 136000 clauses out of 272007 with flag 9443002/9443002
853.44/847.96	c cleaning 136999 clauses out of 274006 with flag 9581001/9581001
870.62/865.01	c cleaning 137998 clauses out of 276006 with flag 9720000/9720000
885.86/880.26	c cleaning 139001 clauses out of 278008 with flag 9860000/9860000
907.39/901.71	c cleaning 140004 clauses out of 280007 with flag 10001000/10001000
928.93/923.26	c cleaning 141002 clauses out of 282003 with flag 10143000/10143000
938.93/933.03	c cleaning 141989 clauses out of 284002 with flag 10286001/10286001
965.51/959.50	c cleaning 142999 clauses out of 286013 with flag 10430001/10430001
978.51/972.44	c cleaning 144000 clauses out of 288013 with flag 10575000/10575000
991.39/985.23	c cleaning 145006 clauses out of 290014 with flag 10721001/10721001
1004.09/997.80	c cleaning 145997 clauses out of 292007 with flag 10868000/10868000
1017.86/1011.48	c cleaning 146996 clauses out of 294010 with flag 11016000/11016000
1028.79/1022.38	c cleaning 148001 clauses out of 296014 with flag 11165000/11165000
1043.03/1036.58	c cleaning 149001 clauses out of 298013 with flag 11315000/11315000
1058.51/1051.90	c cleaning 150004 clauses out of 300013 with flag 11466001/11466001
1075.03/1068.40	c cleaning 151002 clauses out of 302011 with flag 11618003/11618003
1084.20/1077.54	c cleaning 152000 clauses out of 304006 with flag 11771000/11771000
1096.92/1090.12	c cleaning 152995 clauses out of 306006 with flag 11925000/11925000
1109.59/1102.74	c cleaning 154000 clauses out of 308012 with flag 12080001/12080001
1123.46/1116.51	c cleaning 155002 clauses out of 310014 with flag 12236003/12236003
1135.22/1128.20	c cleaning 156003 clauses out of 312009 with flag 12393000/12393000
1149.91/1142.82	c cleaning 156998 clauses out of 314007 with flag 12551001/12551001
1164.90/1157.76	c cleaning 158000 clauses out of 316008 with flag 12710000/12710000
1196.50/1189.28	c cleaning 158999 clauses out of 318009 with flag 12870001/12870001
1222.58/1215.24	c cleaning 160005 clauses out of 320012 with flag 13031003/13031003
1248.64/1241.22	c cleaning 160998 clauses out of 322005 with flag 13193001/13193001
1271.54/1264.01	c cleaning 162001 clauses out of 324006 with flag 13356000/13356000
1286.56/1279.04	c cleaning 162993 clauses out of 326005 with flag 13520000/13520000
1301.30/1293.51	c cleaning 163996 clauses out of 328012 with flag 13685000/13685000
1319.07/1311.13	c cleaning 165000 clauses out of 330017 with flag 13851001/13851001
1334.09/1326.03	c cleaning 166006 clauses out of 332017 with flag 14018001/14018001
1346.22/1338.05	c cleaning 167001 clauses out of 334010 with flag 14186000/14186000
1359.97/1351.69	c cleaning 168002 clauses out of 336010 with flag 14355001/14355001
1376.34/1367.83	c cleaning 169001 clauses out of 338007 with flag 14525000/14525000
1392.98/1384.37	c cleaning 169998 clauses out of 340006 with flag 14696000/14696000
1408.80/1400.06	c cleaning 170999 clauses out of 342008 with flag 14868000/14868000
1424.45/1415.58	c cleaning 172001 clauses out of 344009 with flag 15041000/15041000
1437.91/1428.85	c cleaning 173004 clauses out of 346008 with flag 15215000/15215000
1453.71/1444.46	c cleaning 173997 clauses out of 348006 with flag 15390002/15390002
1479.98/1470.54	c cleaning 175001 clauses out of 350009 with flag 15566002/15566002
1490.86/1481.28	c cleaning 175994 clauses out of 352006 with flag 15743000/15743000
1502.55/1492.75	c cleaning 177000 clauses out of 354012 with flag 15921000/15921000
1519.56/1509.61	c cleaning 178002 clauses out of 356012 with flag 16100000/16100000
1547.86/1537.72	c cleaning 178999 clauses out of 358012 with flag 16280002/16280002
1566.82/1556.52	c cleaning 180001 clauses out of 360012 with flag 16461001/16461001
1586.56/1576.20	c cleaning 180999 clauses out of 362010 with flag 16643000/16643000
1613.68/1603.01	c cleaning 182006 clauses out of 364012 with flag 16826001/16826001
1641.98/1631.12	c cleaning 183002 clauses out of 366005 with flag 17010000/17010000
1657.70/1646.51	c cleaning 183993 clauses out of 368004 with flag 17195001/17195001
1681.32/1669.88	c cleaning 184999 clauses out of 370011 with flag 17381001/17381001
1703.73/1691.95	c cleaning 185996 clauses out of 372012 with flag 17568001/17568001
1725.04/1712.93	c cleaning 187001 clauses out of 374016 with flag 17756001/17756001
1747.24/1734.95	c cleaning 187993 clauses out of 376014 with flag 17945000/17945000
1768.55/1756.04	c cleaning 189002 clauses out of 378022 with flag 18135001/18135001
1793.76/1781.06	c cleaning 190000 clauses out of 380020 with flag 18326001/18326001
1800.08/1787.21	c starts		: 349
1800.08/1787.21	c conflicts		: 18418600
1800.08/1787.21	c decisions		: 18544553
1800.08/1787.21	c propagations		: 112011313
1800.08/1787.21	c inspects		: 15446465139
1800.08/1787.21	c shortcuts		: 0
1800.08/1787.21	c learnt literals	: 0
1800.08/1787.21	c learnt binary clauses	: 0
1800.08/1787.21	c learnt ternary clauses	: 2
1800.08/1787.21	c learnt constraints	: 18418602
1800.08/1787.21	c ignored constraints	: 0
1800.08/1787.21	c root simplifications	: 349
1800.08/1787.21	c removed literals (reason simplification)	: 149858524
1800.08/1787.21	c reason swapping (by a shorter reason)	: 0
1800.08/1787.21	c Calls to reduceDB	: 187
1800.08/1787.21	c number of reductions to clauses (during analyze)	: 0
1800.08/1787.21	c number of learned constraints concerned by reduction	: 0
1800.08/1787.21	c number of learning phase by resolution	: 0
1800.08/1787.21	c number of learning phase by cutting planes	: 0
1800.08/1787.21	c speed (assignments/second)	: 62682.161398073724
1800.08/1787.21	c non guided choices	9342
1800.08/1787.24	c learnt constraints type 
1800.08/1787.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 282848
1800.08/1787.24	c constraints type 
1800.08/1787.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 4
1800.08/1787.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 120
1800.08/1787.24	c 124 constraints processed.
1800.08/1787.24	s UNKNOWN
1800.08/1787.24	c Total wall clock time (in seconds): 1787.121

Verifier Data

ERROR: no interpretation found !

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-3710125-1338149798/watcher-3710125-1338149798 -o /tmp/evaluation-result-3710125-1338149798/solver-3710125-1338149798 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710125-1338149798.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: 2.08 2.02 2.01 2/194 20657
/proc/meminfo: memFree=26630024/32873660 swapFree=7120/7120
[pid=20657] ppid=20655 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/20657/stat : 20657 (java) D 20655 20657 16973 0 -1 4202496 251 0 0 0 0 0 0 0 20 0 1 0 281105540 9515008 185 33554432000 1073741824 1073778376 140733258134176 140733258125400 270329867703 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/20657/statm: 2323 185 142 9 0 71 0

[startup+0.059844 s]
/proc/loadavg: 2.08 2.02 2.01 2/194 20657
/proc/meminfo: memFree=26630024/32873660 swapFree=7120/7120
[pid=20657] ppid=20655 vsize=9292124 CPUtime=0.03 cores=0,2,4,6
/proc/20657/stat : 20657 (java) S 20655 20657 16973 0 -1 4202496 3102 0 1 0 3 0 0 0 20 0 14 0 281105540 9515134976 4310 33554432000 1073741824 1073778376 140733691294992 140733691286128 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20657/statm: 2323288 4314 1718 9 0 2313989 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9292124

[startup+0.100265 s]
/proc/loadavg: 2.08 2.02 2.01 2/194 20657
/proc/meminfo: memFree=26630024/32873660 swapFree=7120/7120
[pid=20657] ppid=20655 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/20657/stat : 20657 (java) S 20655 20657 16973 0 -1 4202496 4295 0 1 0 9 0 0 0 20 0 18 0 281105540 9787842560 6008 33554432000 1073741824 1073778376 140733691294992 140733691286128 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20657/statm: 2389610 6008 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300235 s]
/proc/loadavg: 2.08 2.02 2.01 2/194 20657
/proc/meminfo: memFree=26630024/32873660 swapFree=7120/7120
[pid=20657] ppid=20655 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/20657/stat : 20657 (java) S 20655 20657 16973 0 -1 4202496 9763 0 1 0 54 1 0 0 20 0 19 0 281105540 9856004096 11165 33554432000 1073741824 1073778376 140733691294992 140733691286128 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20657/statm: 2406251 11165 2236 9 0 2396937 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9625004

[startup+0.700227 s]
/proc/loadavg: 2.08 2.02 2.01 2/194 20657
/proc/meminfo: memFree=26630024/32873660 swapFree=7120/7120
[pid=20657] ppid=20655 vsize=9625004 CPUtime=1.3 cores=0,2,4,6
/proc/20657/stat : 20657 (java) S 20655 20657 16973 0 -1 4202496 11085 0 1 0 128 2 0 0 20 0 19 0 281105540 9856004096 15251 33554432000 1073741824 1073778376 140733691294992 140733691286128 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20657/statm: 2406251 15251 2278 9 0 2396937 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 9625004

[startup+1.50068 s]
/proc/loadavg: 2.08 2.02 2.01 3/213 20676
/proc/meminfo: memFree=26575340/32873660 swapFree=7120/7120
[pid=20657] ppid=20655 vsize=9625004 CPUtime=2.2 cores=0,2,4,6
/proc/20657/stat : 20657 (java) S 20655 20657 16973 0 -1 4202496 11613 0 1 0 217 3 0 0 20 0 19 0 281105540 9856004096 16798 33554432000 1073741824 1073778376 140733691294992 140733691286128 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20657/statm: 2406251 16798 2278 9 0 2396937 0
[pid=20657/tid=20659] ppid=20655 vsize=9625004 CPUtime=1.4 cores=0,2,4,6
/proc/20657/task/20659/stat : 20659 (java) R 20655 20657 16973 0 -1 4202560 2524 0 1 0 140 0 0 0 20 0 19 0 281105541 9856004096 16798 33554432000 1073741824 1073778376 140733691294992 140635706769712 140635567294527 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20657/tid=20660] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20660/stat : 20660 (java) S 20655 20657 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281105542 9856004096 16798 33554432000 1073741824 1073778376 140733691294992 140635550153640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20657/tid=20661] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20661/stat : 20661 (java) S 20655 20657 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281105542 9856004096 16798 33554432000 1073741824 1073778376 140733691294992 140635549101096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20657/tid=20662] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20662/stat : 20662 (java) S 20655 20657 16973 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281105542 9856004096 16798 33554432000 1073741824 1073778376 140733691294992 140635548048040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20657/tid=20663] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20663/stat : 20663 (java) S 20655 20657 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281105542 9856004096 16798 33554432000 1073741824 1073778376 140733691294992 140635546995496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20657/tid=20664] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20664/stat : 20664 (java) S 20655 20657 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281105542 9856004096 16798 33554432000 1073741824 1073778376 140733691294992 140635545942440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20657/tid=20665] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20665/stat : 20665 (java) S 20655 20657 16973 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281105542 9856004096 16798 33554432000 1073741824 1073778376 140733691294992 140635544889896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20657/tid=20666] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20666/stat : 20666 (java) S 20655 20657 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281105542 9856004096 16798 33554432000 1073741824 1073778376 140733691294992 140635543836840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20657/tid=20667] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20667/stat : 20667 (java) S 20655 20657 16973 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281105542 9856004096 16798 33554432000 1073741824 1073778376 140733691294992 140635542784296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20657/tid=20668] ppid=20655 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/20657/task/20668/stat : 20668 (java) S 20655 20657 16973 0 -1 4202560 32 0 0 0 3 0 0 0 20 0 19 0 281105543 9856004096 16798 33554432000 1073741824 1073778376 140733691294992 140635530586984 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20657/tid=20669] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20669/stat : 20669 (java) S 20655 20657 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281105543 9856004096 16798 33554432000 1073741824 1073778376 140733691294992 140635529533304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20657/tid=20670] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20670/stat : 20670 (java) S 20655 20657 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281105543 9856004096 16798 33554432000 1073741824 1073778376 140733691294992 140635528480136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20657/tid=20671] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20671/stat : 20671 (java) S 20655 20657 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281105546 9856004096 16798 33554432000 1073741824 1073778376 140733691294992 140635527428880 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20657/tid=20672] ppid=20655 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/20657/task/20672/stat : 20672 (java) S 20655 20657 16973 0 -1 4202560 4313 0 0 0 31 0 0 0 20 0 19 0 281105546 9856004096 16798 33554432000 1073741824 1073778376 140733691294992 140635526375736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20657/tid=20673] ppid=20655 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/20657/task/20673/stat : 20673 (java) S 20655 20657 16973 0 -1 4202560 3518 0 0 0 37 0 0 0 20 0 19 0 281105546 9856004096 16798 33554432000 1073741824 1073778376 140733691294992 140635525323192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20657/tid=20674] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20674/stat : 20674 (java) S 20655 20657 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281105546 9856004096 16798 33554432000 1073741824 1073778376 140733691294992 140635524270328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20657/tid=20675] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20675/stat : 20675 (java) S 20655 20657 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281105546 9856004096 16798 33554432000 1073741824 1073778376 140733691294992 140635523217992 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20657/tid=20676] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20676/stat : 20676 (java) S 20655 20657 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281105564 9856004096 16798 33554432000 1073741824 1073778376 140733691294992 140635522164264 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 9625004

[startup+3.10061 s]
/proc/loadavg: 2.07 2.02 2.00 3/213 20676
/proc/meminfo: memFree=26568692/32873660 swapFree=7120/7120
[pid=20657] ppid=20655 vsize=9625004 CPUtime=3.81 cores=0,2,4,6
/proc/20657/stat : 20657 (java) S 20655 20657 16973 0 -1 4202496 11627 0 1 0 378 3 0 0 20 0 19 0 281105540 9856004096 17829 33554432000 1073741824 1073778376 140733691294992 140733691286128 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20657/statm: 2406251 17829 2278 9 0 2396937 0
[pid=20657/tid=20659] ppid=20655 vsize=9625004 CPUtime=2.96 cores=0,2,4,6
/proc/20657/task/20659/stat : 20659 (java) R 20655 20657 16973 0 -1 4202560 2527 0 1 0 296 0 0 0 20 0 19 0 281105541 9856004096 17829 33554432000 1073741824 1073778376 140733691294992 140635706769712 140635567036336 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20657/tid=20660] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20660/stat : 20660 (java) S 20655 20657 16973 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 281105542 9856004096 17829 33554432000 1073741824 1073778376 140733691294992 140635550153640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20657/tid=20661] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20661/stat : 20661 (java) S 20655 20657 16973 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281105542 9856004096 17829 33554432000 1073741824 1073778376 140733691294992 140635549101096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20657/tid=20662] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20662/stat : 20662 (java) S 20655 20657 16973 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281105542 9856004096 17829 33554432000 1073741824 1073778376 140733691294992 140635548048040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20657/tid=20663] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20663/stat : 20663 (java) S 20655 20657 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281105542 9856004096 17829 33554432000 1073741824 1073778376 140733691294992 140635546995496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20657/tid=20664] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20664/stat : 20664 (java) S 20655 20657 16973 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281105542 9856004096 17829 33554432000 1073741824 1073778376 140733691294992 140635545942440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20657/tid=20665] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20665/stat : 20665 (java) S 20655 20657 16973 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281105542 9856004096 17829 33554432000 1073741824 1073778376 140733691294992 140635544889896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20657/tid=20666] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20666/stat : 20666 (java) S 20655 20657 16973 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281105542 9856004096 17829 33554432000 1073741824 1073778376 140733691294992 140635543836840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20657/tid=20667] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20667/stat : 20667 (java) S 20655 20657 16973 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281105542 9856004096 17829 33554432000 1073741824 1073778376 140733691294992 140635542784296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20657/tid=20668] ppid=20655 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/20657/task/20668/stat : 20668 (java) S 20655 20657 16973 0 -1 4202560 33 0 0 0 7 0 0 0 20 0 19 0 281105543 9856004096 17829 33554432000 1073741824 1073778376 140733691294992 140635530586984 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20657/tid=20669] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20669/stat : 20669 (java) S 20655 20657 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281105543 9856004096 17829 33554432000 1073741824 1073778376 140733691294992 140635529533304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20657/tid=20670] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20670/stat : 20670 (java) S 20655 20657 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281105543 9856004096 17829 33554432000 1073741824 1073778376 140733691294992 140635528480136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20657/tid=20671] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20671/stat : 20671 (java) S 20655 20657 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281105546 9856004096 17829 33554432000 1073741824 1073778376 140733691294992 140635527428880 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20657/tid=20672] ppid=20655 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/20657/task/20672/stat : 20672 (java) S 20655 20657 16973 0 -1 4202560 4313 0 0 0 31 0 0 0 20 0 19 0 281105546 9856004096 17829 33554432000 1073741824 1073778376 140733691294992 140635526375736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20657/tid=20673] ppid=20655 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/20657/task/20673/stat : 20673 (java) S 20655 20657 16973 0 -1 4202560 3518 0 0 0 37 0 0 0 20 0 19 0 281105546 9856004096 17829 33554432000 1073741824 1073778376 140733691294992 140635525323192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20657/tid=20674] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20674/stat : 20674 (java) S 20655 20657 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281105546 9856004096 17829 33554432000 1073741824 1073778376 140733691294992 140635524270328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20657/tid=20675] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20675/stat : 20675 (java) S 20655 20657 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281105546 9856004096 17829 33554432000 1073741824 1073778376 140733691294992 140635523217992 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20657/tid=20676] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20676/stat : 20676 (java) S 20655 20657 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281105564 9856004096 17829 33554432000 1073741824 1073778376 140733691294992 140635522164264 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 9625004

[startup+6.3007 s]
/proc/loadavg: 2.07 2.02 2.00 3/213 20676
/proc/meminfo: memFree=26560252/32873660 swapFree=7120/7120
[pid=20657] ppid=20655 vsize=9625004 CPUtime=7.07 cores=0,2,4,6
/proc/20657/stat : 20657 (java) S 20655 20657 16973 0 -1 4202496 11666 0 1 0 703 4 0 0 20 0 19 0 281105540 9856004096 19863 33554432000 1073741824 1073778376 140733691294992 140733691286128 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20657/statm: 2406251 19863 2278 9 0 2396937 0
[pid=20657/tid=20659] ppid=20655 vsize=9625004 CPUtime=6.04 cores=0,2,4,6
/proc/20657/task/20659/stat : 20659 (java) R 20655 20657 16973 0 -1 4202560 2534 0 1 0 604 0 0 0 20 0 19 0 281105541 9856004096 19863 33554432000 1073741824 1073778376 140733691294992 140635706769712 140635567036348 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20657/tid=20660] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20660/stat : 20660 (java) S 20655 20657 16973 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 281105542 9856004096 19863 33554432000 1073741824 1073778376 140733691294992 140635550153640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20657/tid=20661] ppid=20655 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/20657/task/20661/stat : 20661 (java) S 20655 20657 16973 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 281105542 9856004096 19863 33554432000 1073741824 1073778376 140733691294992 140635549101096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20657/tid=20662] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20662/stat : 20662 (java) S 20655 20657 16973 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281105542 9856004096 19863 33554432000 1073741824 1073778376 140733691294992 140635548048040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20657/tid=20663] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20663/stat : 20663 (java) S 20655 20657 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281105542 9856004096 19863 33554432000 1073741824 1073778376 140733691294992 140635546995496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20657/tid=20664] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20664/stat : 20664 (java) S 20655 20657 16973 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281105542 9856004096 19863 33554432000 1073741824 1073778376 140733691294992 140635545942440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20657/tid=20665] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20665/stat : 20665 (java) S 20655 20657 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281105542 9856004096 19863 33554432000 1073741824 1073778376 140733691294992 140635544889896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20657/tid=20666] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20666/stat : 20666 (java) S 20655 20657 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281105542 9856004096 19863 33554432000 1073741824 1073778376 140733691294992 140635543836840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20657/tid=20667] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20667/stat : 20667 (java) S 20655 20657 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281105542 9856004096 19863 33554432000 1073741824 1073778376 140733691294992 140635542784296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20657/tid=20668] ppid=20655 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/20657/task/20668/stat : 20668 (java) S 20655 20657 16973 0 -1 4202560 35 0 0 0 15 0 0 0 20 0 19 0 281105543 9856004096 19863 33554432000 1073741824 1073778376 140733691294992 140635530586984 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20657/tid=20669] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20669/stat : 20669 (java) S 20655 20657 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281105543 9856004096 19863 33554432000 1073741824 1073778376 140733691294992 140635529533304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20657/tid=20670] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20670/stat : 20670 (java) S 20655 20657 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281105543 9856004096 19863 33554432000 1073741824 1073778376 140733691294992 140635528480136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20657/tid=20671] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20671/stat : 20671 (java) S 20655 20657 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281105546 9856004096 19863 33554432000 1073741824 1073778376 140733691294992 140635527428880 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20657/tid=20672] ppid=20655 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/20657/task/20672/stat : 20672 (java) S 20655 20657 16973 0 -1 4202560 4313 0 0 0 31 0 0 0 20 0 19 0 281105546 9856004096 19863 33554432000 1073741824 1073778376 140733691294992 140635526375736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20657/tid=20673] ppid=20655 vsize=9625004 CPUtime=0.38 cores=0,2,4,6
/proc/20657/task/20673/stat : 20673 (java) S 20655 20657 16973 0 -1 4202560 3518 0 0 0 38 0 0 0 20 0 19 0 281105546 9856004096 19863 33554432000 1073741824 1073778376 140733691294992 140635525323192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20657/tid=20674] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20674/stat : 20674 (java) S 20655 20657 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281105546 9856004096 19863 33554432000 1073741824 1073778376 140733691294992 140635524270328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20657/tid=20675] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20675/stat : 20675 (java) S 20655 20657 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281105546 9856004096 19863 33554432000 1073741824 1073778376 140733691294992 140635523217992 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20657/tid=20676] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20676/stat : 20676 (java) S 20655 20657 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281105564 9856004096 19863 33554432000 1073741824 1073778376 140733691294992 140635522164264 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.07
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=20657/tid=20672] ppid=20655 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/20657/task/20672/stat : 20672 (java) S 20655 20657 16973 0 -1 4202560 4313 0 0 0 31 0 0 0 20 0 19 0 281105546 9856004096 104908 33554432000 1073741824 1073778376 140733691294992 140635526375736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20657/tid=20673] ppid=20655 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/20657/task/20673/stat : 20673 (java) S 20655 20657 16973 0 -1 4202560 3532 0 0 0 40 0 0 0 20 0 19 0 281105546 9856004096 104908 33554432000 1073741824 1073778376 140733691294992 140635525323192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20657/tid=20674] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20674/stat : 20674 (java) S 20655 20657 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281105546 9856004096 104908 33554432000 1073741824 1073778376 140733691294992 140635524270328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20657/tid=20675] ppid=20655 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/20657/task/20675/stat : 20675 (java) S 20655 20657 16973 0 -1 4202560 95 0 0 0 17 17 0 0 20 0 19 0 281105546 9856004096 104908 33554432000 1073741824 1073778376 140733691294992 140635523217992 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20657/tid=20676] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20676/stat : 20676 (java) S 20655 20657 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281105564 9856004096 104908 33554432000 1073741824 1073778376 140733691294992 140635522164264 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1673.82
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 20864
/proc/meminfo: memFree=27017032/32873660 swapFree=7120/7120
[pid=20657] ppid=20655 vsize=9625004 CPUtime=1734.52 cores=0,2,4,6
/proc/20657/stat : 20657 (java) S 20655 20657 16973 0 -1 4202496 15244 0 1 0 173385 67 0 0 20 0 19 0 281105540 9856004096 105804 33554432000 1073741824 1073778376 140733691294992 140733691286128 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20657/statm: 2406251 105804 2279 9 0 2396937 0
[pid=20657/tid=20659] ppid=20655 vsize=9625004 CPUtime=1700.62 cores=0,2,4,6
/proc/20657/task/20659/stat : 20659 (java) R 20655 20657 16973 0 -1 4202560 2794 0 1 0 170033 29 0 0 20 0 19 0 281105541 9856004096 105804 33554432000 1073741824 1073778376 140733691294992 140635706768768 140635567294220 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20657/tid=20660] ppid=20655 vsize=9625004 CPUtime=2.03 cores=0,2,4,6
/proc/20657/task/20660/stat : 20660 (java) S 20655 20657 16973 0 -1 4202560 337 0 0 0 197 6 0 0 20 0 19 0 281105542 9856004096 105804 33554432000 1073741824 1073778376 140733691294992 140635550153640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20657/tid=20661] ppid=20655 vsize=9625004 CPUtime=2.05 cores=0,2,4,6
/proc/20657/task/20661/stat : 20661 (java) S 20655 20657 16973 0 -1 4202560 484 0 0 0 200 5 0 0 20 0 19 0 281105542 9856004096 105804 33554432000 1073741824 1073778376 140733691294992 140635549101096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20657/tid=20662] ppid=20655 vsize=9625004 CPUtime=2.03 cores=0,2,4,6
/proc/20657/task/20662/stat : 20662 (java) S 20655 20657 16973 0 -1 4202560 297 0 0 0 198 5 0 0 20 0 19 0 281105542 9856004096 105804 33554432000 1073741824 1073778376 140733691294992 140635548048040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20657/tid=20663] ppid=20655 vsize=9625004 CPUtime=2.02 cores=0,2,4,6
/proc/20657/task/20663/stat : 20663 (java) S 20655 20657 16973 0 -1 4202560 326 0 0 0 196 6 0 0 20 0 19 0 281105542 9856004096 105804 33554432000 1073741824 1073778376 140733691294992 140635546995496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20657/tid=20664] ppid=20655 vsize=9625004 CPUtime=1.8 cores=0,2,4,6
/proc/20657/task/20664/stat : 20664 (java) S 20655 20657 16973 0 -1 4202560 492 0 0 0 174 6 0 0 20 0 19 0 281105542 9856004096 105804 33554432000 1073741824 1073778376 140733691294992 140635545942440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20657/tid=20665] ppid=20655 vsize=9625004 CPUtime=2.07 cores=0,2,4,6
/proc/20657/task/20665/stat : 20665 (java) S 20655 20657 16973 0 -1 4202560 411 0 0 0 202 5 0 0 20 0 19 0 281105542 9856004096 105804 33554432000 1073741824 1073778376 140733691294992 140635544889896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20657/tid=20666] ppid=20655 vsize=9625004 CPUtime=1.88 cores=0,2,4,6
/proc/20657/task/20666/stat : 20666 (java) S 20655 20657 16973 0 -1 4202560 408 0 0 0 184 4 0 0 20 0 19 0 281105542 9856004096 105804 33554432000 1073741824 1073778376 140733691294992 140635543836840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20657/tid=20667] ppid=20655 vsize=9625004 CPUtime=1.82 cores=0,2,4,6
/proc/20657/task/20667/stat : 20667 (java) S 20655 20657 16973 0 -1 4202560 325 0 0 0 177 5 0 0 20 0 19 0 281105542 9856004096 105804 33554432000 1073741824 1073778376 140733691294992 140635542784296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20657/tid=20668] ppid=20655 vsize=9625004 CPUtime=12.68 cores=0,2,4,6
/proc/20657/task/20668/stat : 20668 (java) S 20655 20657 16973 0 -1 4202560 245 0 0 0 1265 3 0 0 20 0 19 0 281105543 9856004096 105804 33554432000 1073741824 1073778376 140733691294992 140635530586984 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20657/tid=20669] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20669/stat : 20669 (java) S 20655 20657 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281105543 9856004096 105804 33554432000 1073741824 1073778376 140733691294992 140635529533304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20657/tid=20670] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20670/stat : 20670 (java) S 20655 20657 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281105543 9856004096 105804 33554432000 1073741824 1073778376 140733691294992 140635528480136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20657/tid=20671] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20671/stat : 20671 (java) S 20655 20657 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281105546 9856004096 105804 33554432000 1073741824 1073778376 140733691294992 140635527428880 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20657/tid=20672] ppid=20655 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/20657/task/20672/stat : 20672 (java) S 20655 20657 16973 0 -1 4202560 4313 0 0 0 31 0 0 0 20 0 19 0 281105546 9856004096 105804 33554432000 1073741824 1073778376 140733691294992 140635526375736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20657/tid=20673] ppid=20655 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/20657/task/20673/stat : 20673 (java) S 20655 20657 16973 0 -1 4202560 3532 0 0 0 40 0 0 0 20 0 19 0 281105546 9856004096 105804 33554432000 1073741824 1073778376 140733691294992 140635525323192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20657/tid=20674] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20674/stat : 20674 (java) S 20655 20657 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281105546 9856004096 105804 33554432000 1073741824 1073778376 140733691294992 140635524270328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20657/tid=20675] ppid=20655 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/20657/task/20675/stat : 20675 (java) S 20655 20657 16973 0 -1 4202560 99 0 0 0 17 18 0 0 20 0 19 0 281105546 9856004096 105804 33554432000 1073741824 1073778376 140733691294992 140635523217992 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20657/tid=20676] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20676/stat : 20676 (java) S 20655 20657 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281105564 9856004096 105804 33554432000 1073741824 1073778376 140733691294992 140635522164264 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1734.52
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 20865
/proc/meminfo: memFree=27010644/32873660 swapFree=7120/7120
[pid=20657] ppid=20655 vsize=9625004 CPUtime=1795.11 cores=0,2,4,6
/proc/20657/stat : 20657 (java) S 20655 20657 16973 0 -1 4202496 15268 0 1 0 179442 69 0 0 20 0 19 0 281105540 9856004096 106829 33554432000 1073741824 1073778376 140733691294992 140733691286128 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20657/statm: 2406251 106829 2279 9 0 2396937 0
[pid=20657/tid=20659] ppid=20655 vsize=9625004 CPUtime=1759.86 cores=0,2,4,6
/proc/20657/task/20659/stat : 20659 (java) R 20655 20657 16973 0 -1 4202560 2802 0 1 0 175956 30 0 0 20 0 19 0 281105541 9856004096 106829 33554432000 1073741824 1073778376 140733691294992 140635706769712 140635567294258 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20657/tid=20660] ppid=20655 vsize=9625004 CPUtime=2.11 cores=0,2,4,6
/proc/20657/task/20660/stat : 20660 (java) S 20655 20657 16973 0 -1 4202560 340 0 0 0 205 6 0 0 20 0 19 0 281105542 9856004096 106829 33554432000 1073741824 1073778376 140733691294992 140635550153640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20657/tid=20661] ppid=20655 vsize=9625004 CPUtime=2.14 cores=0,2,4,6
/proc/20657/task/20661/stat : 20661 (java) S 20655 20657 16973 0 -1 4202560 484 0 0 0 209 5 0 0 20 0 19 0 281105542 9856004096 106829 33554432000 1073741824 1073778376 140733691294992 140635549101096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20657/tid=20662] ppid=20655 vsize=9625004 CPUtime=2.14 cores=0,2,4,6
/proc/20657/task/20662/stat : 20662 (java) S 20655 20657 16973 0 -1 4202560 298 0 0 0 209 5 0 0 20 0 19 0 281105542 9856004096 106829 33554432000 1073741824 1073778376 140733691294992 140635548048040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20657/tid=20663] ppid=20655 vsize=9625004 CPUtime=2.11 cores=0,2,4,6
/proc/20657/task/20663/stat : 20663 (java) S 20655 20657 16973 0 -1 4202560 326 0 0 0 205 6 0 0 20 0 19 0 281105542 9856004096 106829 33554432000 1073741824 1073778376 140733691294992 140635546995496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20657/tid=20664] ppid=20655 vsize=9625004 CPUtime=1.87 cores=0,2,4,6
/proc/20657/task/20664/stat : 20664 (java) S 20655 20657 16973 0 -1 4202560 493 0 0 0 181 6 0 0 20 0 19 0 281105542 9856004096 106829 33554432000 1073741824 1073778376 140733691294992 140635545942440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20657/tid=20665] ppid=20655 vsize=9625004 CPUtime=2.19 cores=0,2,4,6
/proc/20657/task/20665/stat : 20665 (java) S 20655 20657 16973 0 -1 4202560 413 0 0 0 214 5 0 0 20 0 19 0 281105542 9856004096 106829 33554432000 1073741824 1073778376 140733691294992 140635544889896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20657/tid=20666] ppid=20655 vsize=9625004 CPUtime=1.97 cores=0,2,4,6
/proc/20657/task/20666/stat : 20666 (java) S 20655 20657 16973 0 -1 4202560 408 0 0 0 193 4 0 0 20 0 19 0 281105542 9856004096 106829 33554432000 1073741824 1073778376 140733691294992 140635543836840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20657/tid=20667] ppid=20655 vsize=9625004 CPUtime=1.96 cores=0,2,4,6
/proc/20657/task/20667/stat : 20667 (java) S 20655 20657 16973 0 -1 4202560 325 0 0 0 191 5 0 0 20 0 19 0 281105542 9856004096 106829 33554432000 1073741824 1073778376 140733691294992 140635542784296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20657/tid=20668] ppid=20655 vsize=9625004 CPUtime=13.07 cores=0,2,4,6
/proc/20657/task/20668/stat : 20668 (java) S 20655 20657 16973 0 -1 4202560 250 0 0 0 1304 3 0 0 20 0 19 0 281105543 9856004096 106829 33554432000 1073741824 1073778376 140733691294992 140635530586984 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20657/tid=20669] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20669/stat : 20669 (java) S 20655 20657 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281105543 9856004096 106829 33554432000 1073741824 1073778376 140733691294992 140635529533304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20657/tid=20670] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20670/stat : 20670 (java) S 20655 20657 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281105543 9856004096 106829 33554432000 1073741824 1073778376 140733691294992 140635528480136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20657/tid=20671] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20671/stat : 20671 (java) S 20655 20657 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281105546 9856004096 106829 33554432000 1073741824 1073778376 140733691294992 140635527428880 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20657/tid=20672] ppid=20655 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/20657/task/20672/stat : 20672 (java) S 20655 20657 16973 0 -1 4202560 4313 0 0 0 31 0 0 0 20 0 19 0 281105546 9856004096 106829 33554432000 1073741824 1073778376 140733691294992 140635526375736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20657/tid=20673] ppid=20655 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/20657/task/20673/stat : 20673 (java) S 20655 20657 16973 0 -1 4202560 3532 0 0 0 40 0 0 0 20 0 19 0 281105546 9856004096 106829 33554432000 1073741824 1073778376 140733691294992 140635525323192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20657/tid=20674] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20674/stat : 20674 (java) S 20655 20657 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281105546 9856004096 106829 33554432000 1073741824 1073778376 140733691294992 140635524270328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20657/tid=20675] ppid=20655 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/20657/task/20675/stat : 20675 (java) S 20655 20657 16973 0 -1 4202560 103 0 0 0 18 18 0 0 20 0 19 0 281105546 9856004096 106829 33554432000 1073741824 1073778376 140733691294992 140635523217992 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20657/tid=20676] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20676/stat : 20676 (java) S 20655 20657 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281105564 9856004096 106829 33554432000 1073741824 1073778376 140733691294992 140635522164264 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1795.11
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 20865
/proc/meminfo: memFree=27010644/32873660 swapFree=7120/7120
[pid=20657] ppid=20655 vsize=9625004 CPUtime=1800.08 cores=0,2,4,6
/proc/20657/stat : 20657 (java) S 20655 20657 16973 0 -1 4202496 15269 0 1 0 179939 69 0 0 20 0 19 0 281105540 9856004096 106829 33554432000 1073741824 1073778376 140733691294992 140733691286128 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20657/statm: 2406251 106829 2279 9 0 2396937 0
[pid=20657/tid=20659] ppid=20655 vsize=9625004 CPUtime=1764.73 cores=0,2,4,6
/proc/20657/task/20659/stat : 20659 (java) R 20655 20657 16973 0 -1 4202560 2803 0 1 0 176443 30 0 0 20 0 19 0 281105541 9856004096 106829 33554432000 1073741824 1073778376 140733691294992 140635706768752 140635567261503 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20657/tid=20660] ppid=20655 vsize=9625004 CPUtime=2.13 cores=0,2,4,6
/proc/20657/task/20660/stat : 20660 (java) S 20655 20657 16973 0 -1 4202560 340 0 0 0 207 6 0 0 20 0 19 0 281105542 9856004096 106829 33554432000 1073741824 1073778376 140733691294992 140635550153640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20657/tid=20661] ppid=20655 vsize=9625004 CPUtime=2.15 cores=0,2,4,6
/proc/20657/task/20661/stat : 20661 (java) S 20655 20657 16973 0 -1 4202560 484 0 0 0 210 5 0 0 20 0 19 0 281105542 9856004096 106829 33554432000 1073741824 1073778376 140733691294992 140635549101096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20657/tid=20662] ppid=20655 vsize=9625004 CPUtime=2.15 cores=0,2,4,6
/proc/20657/task/20662/stat : 20662 (java) S 20655 20657 16973 0 -1 4202560 298 0 0 0 210 5 0 0 20 0 19 0 281105542 9856004096 106829 33554432000 1073741824 1073778376 140733691294992 140635548048040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20657/tid=20663] ppid=20655 vsize=9625004 CPUtime=2.12 cores=0,2,4,6
/proc/20657/task/20663/stat : 20663 (java) S 20655 20657 16973 0 -1 4202560 326 0 0 0 206 6 0 0 20 0 19 0 281105542 9856004096 106829 33554432000 1073741824 1073778376 140733691294992 140635546995496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20657/tid=20664] ppid=20655 vsize=9625004 CPUtime=1.88 cores=0,2,4,6
/proc/20657/task/20664/stat : 20664 (java) S 20655 20657 16973 0 -1 4202560 493 0 0 0 182 6 0 0 20 0 19 0 281105542 9856004096 106829 33554432000 1073741824 1073778376 140733691294992 140635545942440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20657/tid=20665] ppid=20655 vsize=9625004 CPUtime=2.2 cores=0,2,4,6
/proc/20657/task/20665/stat : 20665 (java) S 20655 20657 16973 0 -1 4202560 413 0 0 0 215 5 0 0 20 0 19 0 281105542 9856004096 106829 33554432000 1073741824 1073778376 140733691294992 140635544889896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20657/tid=20666] ppid=20655 vsize=9625004 CPUtime=1.97 cores=0,2,4,6
/proc/20657/task/20666/stat : 20666 (java) S 20655 20657 16973 0 -1 4202560 408 0 0 0 193 4 0 0 20 0 19 0 281105542 9856004096 106829 33554432000 1073741824 1073778376 140733691294992 140635543836840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20657/tid=20667] ppid=20655 vsize=9625004 CPUtime=1.97 cores=0,2,4,6
/proc/20657/task/20667/stat : 20667 (java) S 20655 20657 16973 0 -1 4202560 325 0 0 0 192 5 0 0 20 0 19 0 281105542 9856004096 106829 33554432000 1073741824 1073778376 140733691294992 140635542784296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20657/tid=20668] ppid=20655 vsize=9625004 CPUtime=13.07 cores=0,2,4,6
/proc/20657/task/20668/stat : 20668 (java) S 20655 20657 16973 0 -1 4202560 250 0 0 0 1304 3 0 0 20 0 19 0 281105543 9856004096 106829 33554432000 1073741824 1073778376 140733691294992 140635530586984 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20657/tid=20669] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20669/stat : 20669 (java) S 20655 20657 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281105543 9856004096 106829 33554432000 1073741824 1073778376 140733691294992 140635529533304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20657/tid=20670] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20670/stat : 20670 (java) S 20655 20657 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281105543 9856004096 106829 33554432000 1073741824 1073778376 140733691294992 140635528480136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20657/tid=20671] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20671/stat : 20671 (java) S 20655 20657 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281105546 9856004096 106829 33554432000 1073741824 1073778376 140733691294992 140635527428880 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20657/tid=20672] ppid=20655 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/20657/task/20672/stat : 20672 (java) S 20655 20657 16973 0 -1 4202560 4313 0 0 0 31 0 0 0 20 0 19 0 281105546 9856004096 106829 33554432000 1073741824 1073778376 140733691294992 140635526375736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20657/tid=20673] ppid=20655 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/20657/task/20673/stat : 20673 (java) S 20655 20657 16973 0 -1 4202560 3532 0 0 0 40 0 0 0 20 0 19 0 281105546 9856004096 106829 33554432000 1073741824 1073778376 140733691294992 140635525323192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20657/tid=20674] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20674/stat : 20674 (java) S 20655 20657 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281105546 9856004096 106829 33554432000 1073741824 1073778376 140733691294992 140635524270328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20657/tid=20675] ppid=20655 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/20657/task/20675/stat : 20675 (java) S 20655 20657 16973 0 -1 4202560 103 0 0 0 18 18 0 0 20 0 19 0 281105546 9856004096 106829 33554432000 1073741824 1073778376 140733691294992 140635523217992 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20657/tid=20676] ppid=20655 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20657/task/20676/stat : 20676 (java) S 20655 20657 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281105564 9856004096 106829 33554432000 1073741824 1073778376 140733691294992 140635522164264 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20657 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=719161
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=70837
# CPU time returned by wait4() is 1795.79
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1787.25
CPU time (s): 1800.08
CPU user time (s): 1799.39
CPU system time (s): 0.69
CPU usage (%): 100.718
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.72
system time used= 1.07084
maximum resident set size= 481852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15309
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44377
involuntary context switches= 33562

runsolver used 5.80212 second user time and 14.2608 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-27 22:16:38
IDJOB=3710125
IDBENCH=2492
IDSOLVER=2289
FILE ID=node117/3710125-1338149798
RUNJOBID= node117-1338124635-16989
PBS_JOBID= 14624513
Free space on /tmp= 70048 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-rgn.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-3710125-1338149798/watcher-3710125-1338149798 -o /tmp/evaluation-result-3710125-1338149798/solver-3710125-1338149798 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710125-1338149798.opb

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

MD5SUM BENCH= 077c926419792cafad737b20a04bb1ea
RANDOM SEED=1405267747

node117.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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		: 2667.148
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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		: 2667.148
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:       32873660 kB
MemFree:        26630380 kB
Buffers:          332660 kB
Cached:          4048424 kB
SwapCached:            0 kB
Active:          3166464 kB
Inactive:        2186420 kB
Active(anon):     963016 kB
Inactive(anon):    11356 kB
Active(file):    2203448 kB
Inactive(file):  2175064 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               876 kB
Writeback:             0 kB
AnonPages:        994696 kB
Mapped:            22656 kB
Shmem:               200 kB
Slab:             735260 kB
SReclaimable:     179360 kB
SUnreclaim:       555900 kB
KernelStack:        1592 kB
PageTables:         6072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:    1927748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    958464 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= 70048 MiB
End job on node117 at 2012-05-27 22:46:27