Trace number 3710623

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)6912 1659.74 1900.05

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
synthesis-ptl-cmos-circuits/normalized-C432.opb
MD5SUMa8708c855e8ec8c2a31771025318bb9b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4822
Best CPU time to get the best result obtained on this benchmark0.235963
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4822
Optimality of the best value was proved YES
Number of variables771
Total number of constraints1951
Number of constraints which are clauses1949
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint1
Maximum length of a constraint42
Number of terms in the objective function 771
Biggest coefficient in the objective function 61
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 33355
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 61
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 33355
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.01/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.09	c See www.sat4j.org for details.
0.01/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.01/0.09	c version 2.3.2.v20120418
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		501472288
0.01/0.09	c Max memory 		7480803328
0.01/0.09	c Total memory 		504102912
0.01/0.09	c Number of processors 	8
0.07/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.07/0.12	c configuring ORDERS
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=true
0.07/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3710623-1338142880.opb
0.07/0.13	c reading problem ... 
0.46/0.30	c ... done. Wall clock time 0.169s.
0.46/0.30	c declared #vars     771
0.46/0.30	c #constraints  1916
0.46/0.30	c constraints type 
0.46/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1520
0.46/0.30	c ignored satisfied constraints => 35
0.46/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 385
0.46/0.30	c org.sat4j.minisat.constraints.cnf.UnitClause => 11
0.46/0.30	c 1951 constraints processed.
0.46/0.31	c SATISFIABLE
0.46/0.31	c OPTIMIZING...
0.46/0.31	c Got one! Elapsed wall clock time (in seconds):0.184
0.46/0.31	o 7143
0.46/0.33	c Got one! Elapsed wall clock time (in seconds):0.2
0.46/0.33	o 7129
1.38/0.85	c cleaning 2493 clauses out of 4994 with flag 5000/5001
1.86/1.25	c cleaning 4247 clauses out of 8501 with flag 11000/11001
2.38/1.72	c cleaning 5622 clauses out of 11255 with flag 18001/18002
2.90/2.25	c cleaning 6814 clauses out of 13632 with flag 26000/26001
3.55/2.85	c cleaning 7906 clauses out of 15819 with flag 35001/35002
4.25/3.51	c cleaning 8950 clauses out of 17912 with flag 45000/45001
4.95/4.27	c cleaning 9976 clauses out of 19962 with flag 56000/56001
5.87/5.11	c cleaning 10991 clauses out of 21986 with flag 68000/68001
6.88/6.10	c cleaning 11996 clauses out of 23998 with flag 81003/81004
7.79/7.05	c cleaning 12995 clauses out of 25999 with flag 95000/95001
8.91/8.13	c cleaning 13993 clauses out of 28004 with flag 110000/110001
10.02/9.25	c cleaning 15001 clauses out of 30011 with flag 126000/126001
11.27/10.44	c cleaning 16000 clauses out of 32012 with flag 143002/143003
12.51/11.66	c cleaning 16995 clauses out of 34011 with flag 161001/161002
13.91/13.02	c cleaning 18003 clauses out of 36016 with flag 180001/180002
15.32/14.44	c cleaning 19003 clauses out of 38013 with flag 200001/200002
16.84/15.98	c cleaning 19995 clauses out of 40010 with flag 221001/221002
18.46/17.52	c cleaning 21001 clauses out of 42014 with flag 243000/243001
20.18/19.25	c cleaning 21999 clauses out of 44013 with flag 266000/266001
21.10/20.18	c Got one! Elapsed wall clock time (in seconds):20.048
21.10/20.18	o 7127
21.63/20.50	c Got one! Elapsed wall clock time (in seconds):20.371
21.63/20.50	o 6963
21.73/20.61	c cleaning 21015 clauses out of 42041 with flag 1000/286028
22.14/21.01	c cleaning 13506 clauses out of 27027 with flag 7001/292029
22.56/21.46	c cleaning 10258 clauses out of 20522 with flag 14002/299030
23.07/21.97	c cleaning 9122 clauses out of 18262 with flag 22000/307028
23.69/22.57	c cleaning 9063 clauses out of 18140 with flag 31000/316028
24.41/23.23	c cleaning 9529 clauses out of 19077 with flag 41000/326028
25.13/23.97	c cleaning 10272 clauses out of 20549 with flag 52001/337029
26.05/24.81	c cleaning 11131 clauses out of 22277 with flag 64001/349029
26.86/25.68	c cleaning 12063 clauses out of 24146 with flag 77001/362029
27.88/26.67	c cleaning 13033 clauses out of 26082 with flag 91000/376028
29.00/27.73	c cleaning 14022 clauses out of 28049 with flag 106000/391028
29.32/28.03	c Got one! Elapsed wall clock time (in seconds):27.905
29.32/28.03	o 6956
29.45/28.11	c cleaning 9660 clauses out of 19334 with flag 1001/396335
29.75/28.50	c cleaning 7832 clauses out of 15673 with flag 7000/402334
30.26/28.99	c cleaning 7418 clauses out of 14841 with flag 14000/409334
30.87/29.53	c cleaning 7708 clauses out of 15423 with flag 22000/417334
31.57/30.23	c cleaning 8351 clauses out of 16716 with flag 31001/426335
32.29/30.94	c cleaning 9178 clauses out of 18364 with flag 41000/436334
33.10/31.75	c cleaning 10087 clauses out of 20186 with flag 52000/447334
34.00/32.63	c cleaning 11043 clauses out of 22099 with flag 64000/459334
35.02/33.60	c cleaning 12021 clauses out of 24057 with flag 77001/472335
36.02/34.60	c cleaning 13013 clauses out of 26036 with flag 91001/486335
37.13/35.77	c cleaning 14000 clauses out of 28022 with flag 106000/501334
38.43/37.05	c cleaning 15004 clauses out of 30022 with flag 122000/517334
39.64/38.25	c cleaning 16000 clauses out of 32018 with flag 139000/534334
40.94/39.55	c cleaning 17003 clauses out of 34020 with flag 157002/552336
42.35/40.94	c cleaning 18002 clauses out of 36017 with flag 176002/571336
43.96/42.52	c cleaning 19000 clauses out of 38014 with flag 196001/591335
44.98/43.56	c Got one! Elapsed wall clock time (in seconds):43.427
44.98/43.56	o 6954
45.38/43.93	c cleaning 19409 clauses out of 38825 with flag 5003/611146
45.78/44.34	c cleaning 12695 clauses out of 25413 with flag 11000/617143
46.28/44.84	c cleaning 9850 clauses out of 19718 with flag 18000/624143
46.80/45.37	c cleaning 8930 clauses out of 17868 with flag 26000/632143
47.51/46.00	c cleaning 8964 clauses out of 17939 with flag 35001/641144
48.12/46.66	c cleaning 9479 clauses out of 18974 with flag 45000/651143
48.92/47.40	c cleaning 10240 clauses out of 20498 with flag 56003/662146
49.73/48.25	c cleaning 11120 clauses out of 22255 with flag 68000/674143
50.73/49.21	c cleaning 12057 clauses out of 24135 with flag 81000/687143
51.84/50.31	c cleaning 13028 clauses out of 26079 with flag 95001/701144
52.95/51.42	c cleaning 14017 clauses out of 28050 with flag 110000/716143
54.07/52.53	c cleaning 15009 clauses out of 30034 with flag 126001/732144
55.27/53.75	c cleaning 16003 clauses out of 32024 with flag 143000/749143
56.59/55.05	c cleaning 17009 clauses out of 34021 with flag 161000/767143
58.08/56.50	c cleaning 18002 clauses out of 36013 with flag 180001/786144
59.59/58.02	c cleaning 18996 clauses out of 38011 with flag 200001/806144
61.32/59.73	c cleaning 20002 clauses out of 40014 with flag 221000/827143
63.03/61.49	c cleaning 21001 clauses out of 42013 with flag 243001/849144
64.94/63.35	c cleaning 21995 clauses out of 44011 with flag 266000/872143
66.75/65.15	c cleaning 22999 clauses out of 46016 with flag 290000/896143
68.57/66.96	c cleaning 24004 clauses out of 48017 with flag 315000/921143
70.37/68.74	c cleaning 25000 clauses out of 50013 with flag 341000/947143
72.40/70.76	c cleaning 25997 clauses out of 52013 with flag 368000/974143
74.74/73.00	c cleaning 26998 clauses out of 54016 with flag 396000/1002143
76.85/75.18	c cleaning 28002 clauses out of 56018 with flag 425000/1031143
79.76/78.02	c cleaning 29000 clauses out of 58016 with flag 455000/1061143
82.17/80.42	c cleaning 30001 clauses out of 60016 with flag 486000/1092143
84.59/82.85	c cleaning 30997 clauses out of 62016 with flag 518001/1124144
87.10/85.34	c cleaning 32003 clauses out of 64018 with flag 551000/1157143
89.62/87.81	c cleaning 33002 clauses out of 66015 with flag 585000/1191143
92.33/90.59	c cleaning 34000 clauses out of 68013 with flag 620000/1226143
95.35/93.53	c cleaning 34997 clauses out of 70013 with flag 656000/1262143
98.45/96.67	c cleaning 36000 clauses out of 72017 with flag 693001/1299144
100.58/98.71	c Got one! Elapsed wall clock time (in seconds):98.586
100.58/98.71	o 6936
101.18/99.37	c cleaning 34014 clauses out of 68033 with flag 5000/1331160
101.71/99.87	c cleaning 20004 clauses out of 40020 with flag 11001/1337161
102.22/100.39	c cleaning 13505 clauses out of 27017 with flag 18002/1344162
102.86/100.99	c cleaning 10755 clauses out of 21511 with flag 26001/1352161
103.26/101.30	c Got one! Elapsed wall clock time (in seconds):101.17
103.26/101.30	o 6923
103.26/101.38	c cleaning 8299 clauses out of 16611 with flag 1001/1358016
103.76/101.80	c cleaning 7151 clauses out of 14312 with flag 7001/1364016
104.29/102.32	c cleaning 7073 clauses out of 14161 with flag 14001/1371016
104.90/102.92	c cleaning 7535 clauses out of 15087 with flag 22000/1379015
105.50/103.58	c cleaning 8273 clauses out of 16553 with flag 31001/1388016
106.31/104.33	c cleaning 9134 clauses out of 18279 with flag 41000/1398015
107.23/105.21	c cleaning 10065 clauses out of 20145 with flag 52000/1409015
108.03/106.07	c cleaning 11034 clauses out of 22080 with flag 64000/1421015
109.04/107.05	c cleaning 12016 clauses out of 24048 with flag 77002/1434017
110.16/108.12	c cleaning 13012 clauses out of 26031 with flag 91001/1448016
111.16/109.19	c cleaning 14003 clauses out of 28018 with flag 106000/1463015
112.37/110.38	c cleaning 15002 clauses out of 30016 with flag 122001/1479016
113.68/111.65	c cleaning 15998 clauses out of 32014 with flag 139001/1496016
114.98/112.97	c cleaning 16994 clauses out of 34015 with flag 157000/1514015
116.39/114.31	c cleaning 18004 clauses out of 36022 with flag 176001/1533016
117.90/115.81	c cleaning 19001 clauses out of 38017 with flag 196000/1553015
119.52/117.47	c cleaning 19999 clauses out of 40017 with flag 217001/1574016
121.23/119.19	c cleaning 21006 clauses out of 42017 with flag 239000/1596015
123.04/121.00	c cleaning 21997 clauses out of 44011 with flag 262000/1619015
124.84/122.76	c cleaning 23003 clauses out of 46015 with flag 286001/1643016
127.06/124.96	c cleaning 24001 clauses out of 48011 with flag 311000/1668015
129.39/127.22	c cleaning 24996 clauses out of 50010 with flag 337000/1694015
131.60/129.47	c cleaning 25999 clauses out of 52015 with flag 364001/1721016
134.01/131.86	c cleaning 26996 clauses out of 54016 with flag 392001/1749016
136.34/134.17	c cleaning 28004 clauses out of 56019 with flag 421000/1778015
138.57/136.39	c cleaning 29002 clauses out of 58015 with flag 451000/1808015
140.87/138.68	c cleaning 29999 clauses out of 60014 with flag 482001/1839016
143.38/141.17	c cleaning 30999 clauses out of 62014 with flag 514000/1871015
146.01/143.73	c cleaning 31996 clauses out of 64016 with flag 547001/1904016
148.63/146.30	c cleaning 33002 clauses out of 66019 with flag 581000/1938015
151.35/149.06	c cleaning 34000 clauses out of 68017 with flag 616000/1973015
154.06/151.74	c cleaning 35003 clauses out of 70018 with flag 652001/2009016
156.76/154.42	c cleaning 35998 clauses out of 72014 with flag 689000/2046015
159.48/157.14	c cleaning 37001 clauses out of 74016 with flag 727000/2084015
162.81/160.44	c cleaning 38004 clauses out of 76016 with flag 766001/2123016
165.74/163.39	c cleaning 38997 clauses out of 78011 with flag 806000/2163015
168.86/166.44	c cleaning 40001 clauses out of 80014 with flag 847000/2204015
172.58/170.15	c cleaning 40997 clauses out of 82013 with flag 889000/2246015
176.33/173.88	c cleaning 42004 clauses out of 84016 with flag 932000/2289015
179.75/177.29	c cleaning 42999 clauses out of 86013 with flag 976001/2333016
183.88/181.38	c cleaning 44000 clauses out of 88014 with flag 1021001/2378016
187.79/185.25	c cleaning 44997 clauses out of 90014 with flag 1067001/2424016
191.52/188.98	c cleaning 45999 clauses out of 92016 with flag 1114000/2471015
195.66/193.07	c cleaning 46999 clauses out of 94019 with flag 1162002/2519017
200.28/197.62	c cleaning 48002 clauses out of 96018 with flag 1211000/2568015
205.03/202.40	c cleaning 49000 clauses out of 98017 with flag 1261001/2618016
209.57/206.81	c cleaning 50006 clauses out of 100018 with flag 1312002/2669017
213.92/211.12	c cleaning 51000 clauses out of 102012 with flag 1364002/2721017
218.44/215.64	c cleaning 51998 clauses out of 104011 with flag 1417001/2774016
223.76/220.96	c cleaning 52995 clauses out of 106012 with flag 1471000/2828015
228.91/226.08	c cleaning 53989 clauses out of 108017 with flag 1526000/2883015
234.22/231.36	c cleaning 55003 clauses out of 110028 with flag 1582000/2939015
239.65/236.77	c cleaning 56012 clauses out of 112025 with flag 1639000/2996015
244.00/241.06	c cleaning 57002 clauses out of 114015 with flag 1697002/3054017
248.51/245.56	c cleaning 57996 clauses out of 116012 with flag 1756001/3113016
252.84/249.81	c cleaning 59002 clauses out of 118016 with flag 1816001/3173016
257.68/254.65	c cleaning 59999 clauses out of 120014 with flag 1877001/3234016
263.22/260.11	c cleaning 61003 clauses out of 122014 with flag 1939000/3296015
268.26/265.10	c cleaning 61998 clauses out of 124012 with flag 2002001/3359016
273.61/270.50	c cleaning 62995 clauses out of 126014 with flag 2066001/3423016
278.96/275.71	c cleaning 64003 clauses out of 128019 with flag 2131001/3488016
285.19/282.00	c cleaning 64999 clauses out of 130016 with flag 2197001/3554016
291.34/288.00	c cleaning 65998 clauses out of 132016 with flag 2264000/3621015
297.27/293.90	c cleaning 67003 clauses out of 134019 with flag 2332001/3689016
304.00/300.64	c cleaning 67999 clauses out of 136016 with flag 2401001/3758016
311.26/307.83	c cleaning 68999 clauses out of 138016 with flag 2471000/3828015
318.20/314.75	c cleaning 70000 clauses out of 140018 with flag 2542001/3899016
326.14/322.61	c cleaning 70998 clauses out of 142017 with flag 2614000/3971015
332.65/329.13	c cleaning 72001 clauses out of 144019 with flag 2687000/4044015
340.30/336.72	c cleaning 73000 clauses out of 146018 with flag 2761000/4118015
347.83/344.28	c cleaning 74004 clauses out of 148019 with flag 2836001/4193016
356.06/352.44	c cleaning 74999 clauses out of 150015 with flag 2912001/4269016
364.12/360.40	c cleaning 75998 clauses out of 152015 with flag 2989000/4346015
371.54/367.86	c cleaning 76997 clauses out of 154017 with flag 3067000/4424015
379.16/375.47	c cleaning 78007 clauses out of 156020 with flag 3146000/4503015
385.20/381.48	c cleaning 78999 clauses out of 158013 with flag 3226000/4583015
391.63/387.88	c cleaning 79998 clauses out of 160014 with flag 3307000/4664015
399.16/395.35	c cleaning 81003 clauses out of 162017 with flag 3389001/4746016
405.88/402.10	c cleaning 81996 clauses out of 164014 with flag 3472001/4829016
413.81/409.98	c cleaning 83003 clauses out of 166018 with flag 3556001/4913016
421.18/417.24	c cleaning 84001 clauses out of 168015 with flag 3641001/4998016
429.74/425.73	c cleaning 84998 clauses out of 170014 with flag 3727001/5084016
437.42/433.40	c cleaning 86000 clauses out of 172015 with flag 3814000/5171015
445.33/441.26	c cleaning 86998 clauses out of 174016 with flag 3902001/5259016
453.49/449.38	c cleaning 87997 clauses out of 176017 with flag 3991000/5348015
461.75/457.53	c cleaning 89003 clauses out of 178020 with flag 4081000/5438015
469.07/464.82	c cleaning 90004 clauses out of 180017 with flag 4172000/5529015
477.72/473.41	c cleaning 90997 clauses out of 182014 with flag 4264001/5621016
485.98/481.68	c cleaning 91997 clauses out of 184016 with flag 4357000/5714015
495.20/490.80	c cleaning 93002 clauses out of 186019 with flag 4451000/5808015
504.07/499.64	c cleaning 94000 clauses out of 188019 with flag 4546002/5903017
512.82/508.34	c cleaning 95002 clauses out of 190018 with flag 4642001/5999016
522.54/518.00	c cleaning 95997 clauses out of 192016 with flag 4739001/6096016
533.78/529.24	c cleaning 97002 clauses out of 194018 with flag 4837000/6194015
544.25/539.68	c cleaning 98006 clauses out of 196019 with flag 4936003/6293018
554.32/549.63	c cleaning 98994 clauses out of 198010 with flag 5036000/6393015
566.02/561.29	c cleaning 100001 clauses out of 200016 with flag 5137000/6494015
576.86/572.03	c cleaning 101002 clauses out of 202016 with flag 5239001/6596016
586.86/582.01	c cleaning 101996 clauses out of 204013 with flag 5342000/6699015
595.18/590.39	c cleaning 103003 clauses out of 206017 with flag 5446000/6803015
604.60/599.77	c cleaning 103997 clauses out of 208015 with flag 5551001/6908016
614.16/609.23	c cleaning 105003 clauses out of 210017 with flag 5657000/7014015
624.21/619.22	c cleaning 105995 clauses out of 212014 with flag 5764000/7121015
634.36/629.30	c cleaning 106998 clauses out of 214020 with flag 5872001/7229016
638.43/633.36	c Got one! Elapsed wall clock time (in seconds):633.228
638.43/633.36	o 6922
639.84/634.74	c cleaning 83175 clauses out of 166375 with flag 5000/7288369
640.56/635.42	c cleaning 44594 clauses out of 89200 with flag 11000/7294369
641.19/636.04	c cleaning 25788 clauses out of 51606 with flag 18000/7301369
641.79/636.69	c cleaning 16902 clauses out of 33819 with flag 26001/7309370
642.50/637.36	c cleaning 12947 clauses out of 25916 with flag 35000/7318369
643.32/638.12	c cleaning 11479 clauses out of 22969 with flag 45000/7328369
644.03/638.89	c cleaning 11240 clauses out of 22491 with flag 56001/7339370
644.93/639.77	c cleaning 11616 clauses out of 23250 with flag 68000/7351369
645.93/640.72	c cleaning 12311 clauses out of 24636 with flag 81002/7364371
646.94/641.71	c cleaning 13152 clauses out of 26324 with flag 95001/7378370
648.05/642.85	c cleaning 14076 clauses out of 28173 with flag 110002/7393371
649.16/643.97	c cleaning 15039 clauses out of 30096 with flag 126001/7409370
650.37/645.12	c cleaning 16021 clauses out of 32056 with flag 143000/7426369
651.59/646.39	c cleaning 17013 clauses out of 34037 with flag 161002/7444371
652.99/647.78	c cleaning 18003 clauses out of 36023 with flag 180001/7463370
654.51/649.22	c cleaning 19003 clauses out of 38019 with flag 200000/7483369
656.03/650.77	c cleaning 20002 clauses out of 40017 with flag 221001/7504370
657.65/652.39	c cleaning 20996 clauses out of 42014 with flag 243000/7526369
659.36/654.07	c cleaning 21996 clauses out of 44018 with flag 266000/7549369
661.19/655.85	c cleaning 23001 clauses out of 46023 with flag 290001/7573370
663.20/657.85	c cleaning 24001 clauses out of 48022 with flag 315001/7598370
665.19/659.89	c cleaning 25001 clauses out of 50021 with flag 341001/7624370
667.42/662.05	c cleaning 26001 clauses out of 52020 with flag 368001/7651370
670.04/664.67	c cleaning 26998 clauses out of 54018 with flag 396000/7679369
672.95/667.59	c cleaning 28005 clauses out of 56022 with flag 425002/7708371
675.16/669.72	c cleaning 29001 clauses out of 58016 with flag 455001/7738370
677.38/671.92	c cleaning 30003 clauses out of 60014 with flag 486000/7769369
679.80/674.31	c cleaning 30994 clauses out of 62011 with flag 518000/7801369
682.32/676.83	c cleaning 32000 clauses out of 64017 with flag 551000/7834369
684.95/679.49	c cleaning 33000 clauses out of 66018 with flag 585001/7868370
687.78/682.21	c cleaning 34002 clauses out of 68017 with flag 620000/7903369
690.51/684.97	c cleaning 35000 clauses out of 70016 with flag 656001/7939370
693.53/687.93	c cleaning 36001 clauses out of 72016 with flag 693001/7976370
696.66/691.04	c cleaning 36999 clauses out of 74014 with flag 731000/8014369
699.89/694.21	c cleaning 38000 clauses out of 76016 with flag 770001/8053370
703.13/697.48	c cleaning 39000 clauses out of 78016 with flag 810001/8093370
706.74/701.03	c cleaning 39998 clauses out of 80015 with flag 851000/8134369
710.36/704.67	c cleaning 41000 clauses out of 82018 with flag 893001/8176370
713.99/708.25	c cleaning 42000 clauses out of 84017 with flag 936000/8219369
717.41/711.64	c cleaning 43001 clauses out of 86018 with flag 980001/8263370
721.04/715.27	c cleaning 44000 clauses out of 88016 with flag 1025000/8308369
725.07/719.22	c cleaning 44998 clauses out of 90017 with flag 1071001/8354370
728.90/723.00	c cleaning 46004 clauses out of 92018 with flag 1118000/8401369
732.92/727.09	c cleaning 46998 clauses out of 94016 with flag 1166002/8449371
737.03/731.12	c cleaning 48000 clauses out of 96016 with flag 1215000/8498369
741.24/735.36	c cleaning 48999 clauses out of 98017 with flag 1265001/8548370
745.77/739.87	c cleaning 49998 clauses out of 100017 with flag 1316000/8599369
750.51/744.56	c cleaning 50994 clauses out of 102019 with flag 1368000/8651369
755.24/749.24	c cleaning 52007 clauses out of 104025 with flag 1421000/8704369
759.86/753.82	c cleaning 52997 clauses out of 106018 with flag 1475000/8758369
764.58/758.59	c cleaning 54002 clauses out of 108021 with flag 1530000/8813369
770.12/764.02	c cleaning 54997 clauses out of 110019 with flag 1586000/8869369
774.95/768.85	c cleaning 55999 clauses out of 112023 with flag 1643001/8926370
779.97/773.82	c cleaning 57002 clauses out of 114023 with flag 1701000/8984369
784.99/778.88	c cleaning 58001 clauses out of 116022 with flag 1760001/9043370
790.53/784.36	c cleaning 58995 clauses out of 118020 with flag 1820000/9103369
796.36/790.19	c cleaning 60001 clauses out of 120025 with flag 1881000/9164369
802.09/795.86	c cleaning 61002 clauses out of 122026 with flag 1943002/9226371
807.81/801.53	c cleaning 62002 clauses out of 124023 with flag 2006001/9289370
813.43/807.19	c cleaning 63001 clauses out of 126021 with flag 2070001/9353370
818.86/812.54	c cleaning 63998 clauses out of 128019 with flag 2135000/9418369
824.97/818.66	c cleaning 65000 clauses out of 130021 with flag 2201000/9484369
831.43/825.04	c cleaning 65999 clauses out of 132021 with flag 2268000/9551369
837.65/831.25	c cleaning 66995 clauses out of 134022 with flag 2336000/9619369
843.67/837.23	c cleaning 68002 clauses out of 136027 with flag 2405000/9688369
850.40/843.90	c cleaning 69000 clauses out of 138025 with flag 2475000/9758369
857.34/850.89	c cleaning 70002 clauses out of 140025 with flag 2546000/9829369
864.17/857.67	c cleaning 71005 clauses out of 142026 with flag 2618003/9901372
871.49/864.96	c cleaning 71993 clauses out of 144018 with flag 2691000/9974369
878.22/871.64	c cleaning 73004 clauses out of 146025 with flag 2765000/10048369
883.34/876.76	c Got one! Elapsed wall clock time (in seconds):876.627
883.34/876.76	o 6912
884.24/877.60	c cleaning 71286 clauses out of 142587 with flag 5000/10117935
884.86/878.25	c cleaning 38646 clauses out of 77301 with flag 11000/10123935
885.49/878.80	c cleaning 22824 clauses out of 45655 with flag 18000/10130935
886.01/879.39	c cleaning 15408 clauses out of 30831 with flag 26000/10138935
886.63/879.99	c cleaning 12205 clauses out of 24424 with flag 35001/10147936
887.33/880.64	c cleaning 11103 clauses out of 22219 with flag 45001/10157936
888.14/881.40	c cleaning 11052 clauses out of 22116 with flag 56001/10168936
888.95/882.23	c cleaning 11524 clauses out of 23065 with flag 68002/10180937
889.76/883.07	c cleaning 12264 clauses out of 24541 with flag 81002/10193937
890.79/884.01	c cleaning 13131 clauses out of 26275 with flag 95000/10207935
891.81/885.02	c cleaning 14063 clauses out of 28144 with flag 110000/10222935
892.91/886.10	c cleaning 15033 clauses out of 30081 with flag 126000/10238935
894.13/887.36	c cleaning 16018 clauses out of 32048 with flag 143000/10255935
895.44/888.69	c cleaning 17006 clauses out of 34030 with flag 161000/10273935
896.95/890.16	c cleaning 18008 clauses out of 36025 with flag 180001/10292936
898.48/891.68	c cleaning 18999 clauses out of 38016 with flag 200000/10312935
900.12/893.29	c cleaning 20002 clauses out of 40018 with flag 221001/10333936
901.82/894.99	c cleaning 21003 clauses out of 42015 with flag 243000/10355935
903.77/896.83	c cleaning 21997 clauses out of 44012 with flag 266000/10378935
905.49/898.56	c cleaning 23001 clauses out of 46016 with flag 290001/10402936
907.52/900.50	c cleaning 24001 clauses out of 48015 with flag 315001/10427936
909.45/902.49	c cleaning 25000 clauses out of 50013 with flag 341000/10453935
911.67/904.66	c cleaning 25997 clauses out of 52013 with flag 368000/10480935
914.18/907.10	c cleaning 26999 clauses out of 54017 with flag 396001/10508936
916.81/909.72	c cleaning 28002 clauses out of 56018 with flag 425001/10537936
919.13/912.06	c cleaning 29001 clauses out of 58015 with flag 455000/10567935
922.05/914.93	c cleaning 29997 clauses out of 60016 with flag 486002/10598937
924.75/917.67	c cleaning 31002 clauses out of 62017 with flag 518000/10630935
927.69/920.56	c cleaning 31999 clauses out of 64015 with flag 551000/10663935
931.01/923.88	c cleaning 32999 clauses out of 66017 with flag 585001/10697936
934.63/927.41	c cleaning 33999 clauses out of 68018 with flag 620001/10732936
937.35/930.10	c cleaning 35003 clauses out of 70018 with flag 656000/10768935
940.18/932.92	c cleaning 35998 clauses out of 72016 with flag 693001/10805936
943.11/935.82	c cleaning 37002 clauses out of 74017 with flag 731000/10843935
946.24/938.96	c cleaning 38003 clauses out of 76016 with flag 770001/10882936
949.66/942.35	c cleaning 38996 clauses out of 78012 with flag 810000/10922935
953.19/945.82	c cleaning 40001 clauses out of 80016 with flag 851000/10963935
957.01/949.61	c cleaning 40994 clauses out of 82015 with flag 893000/11005935
960.92/953.55	c cleaning 42002 clauses out of 84022 with flag 936001/11048936
965.03/957.64	c cleaning 43007 clauses out of 86019 with flag 980000/11092935
968.94/961.53	c cleaning 44001 clauses out of 88012 with flag 1025000/11137935
972.67/965.22	c cleaning 44999 clauses out of 90013 with flag 1071002/11183937
976.49/969.08	c cleaning 45998 clauses out of 92012 with flag 1118000/11230935
980.51/973.01	c cleaning 46999 clauses out of 94016 with flag 1166002/11278937
984.73/977.26	c cleaning 47992 clauses out of 96015 with flag 1215000/11327935
988.93/981.44	c cleaning 49002 clauses out of 98024 with flag 1265001/11377936
993.25/985.78	c cleaning 50002 clauses out of 100021 with flag 1316000/11428935
997.58/990.04	c cleaning 50999 clauses out of 102019 with flag 1368000/11480935
1001.98/994.45	c cleaning 52002 clauses out of 104021 with flag 1421001/11533936
1006.79/999.20	c cleaning 53000 clauses out of 106019 with flag 1475001/11587936
1011.33/1003.70	c cleaning 54001 clauses out of 108020 with flag 1530002/11642937
1016.67/1009.00	c cleaning 54999 clauses out of 110017 with flag 1586000/11698935
1022.12/1014.49	c cleaning 56003 clauses out of 112018 with flag 1643000/11755935
1027.73/1020.09	c cleaning 56994 clauses out of 114015 with flag 1701000/11813935
1033.25/1025.57	c cleaning 58002 clauses out of 116021 with flag 1760000/11872935
1038.77/1031.00	c cleaning 58997 clauses out of 118019 with flag 1820000/11932935
1044.58/1036.83	c cleaning 60004 clauses out of 120023 with flag 1881001/11993936
1050.40/1042.67	c cleaning 60999 clauses out of 122018 with flag 1943000/12055935
1056.62/1048.84	c cleaning 61999 clauses out of 124020 with flag 2006001/12118936
1062.74/1054.96	c cleaning 62998 clauses out of 126020 with flag 2070000/12182935
1069.44/1061.61	c cleaning 64006 clauses out of 128022 with flag 2135000/12247935
1076.57/1068.70	c cleaning 65001 clauses out of 130016 with flag 2201000/12313935
1082.09/1074.26	c cleaning 66000 clauses out of 132016 with flag 2268001/12380936
1088.51/1080.60	c cleaning 66999 clauses out of 134015 with flag 2336000/12448935
1094.56/1086.62	c cleaning 67998 clauses out of 136017 with flag 2405001/12517936
1100.67/1092.77	c cleaning 68999 clauses out of 138019 with flag 2475001/12587936
1107.51/1099.57	c cleaning 70001 clauses out of 140020 with flag 2546001/12658936
1114.27/1106.23	c cleaning 71000 clauses out of 142019 with flag 2618001/12730936
1121.49/1113.46	c cleaning 72003 clauses out of 144019 with flag 2691001/12803936
1128.63/1120.54	c cleaning 73001 clauses out of 146016 with flag 2765001/12877936
1135.57/1127.50	c cleaning 73995 clauses out of 148014 with flag 2840000/12952935
1143.07/1134.97	c cleaning 74998 clauses out of 150019 with flag 2916000/13028935
1150.50/1142.33	c cleaning 75997 clauses out of 152021 with flag 2993000/13105935
1157.43/1149.26	c cleaning 77005 clauses out of 154025 with flag 3071001/13183936
1165.35/1157.12	c cleaning 78003 clauses out of 156021 with flag 3150002/13262937
1172.87/1164.67	c cleaning 79000 clauses out of 158016 with flag 3230000/13342935
1181.17/1172.94	c cleaning 79998 clauses out of 160017 with flag 3311001/13423936
1189.00/1180.73	c cleaning 81000 clauses out of 162018 with flag 3393000/13505935
1196.93/1188.64	c cleaning 82002 clauses out of 164019 with flag 3476001/13588936
1204.87/1196.54	c cleaning 83002 clauses out of 166017 with flag 3560001/13672936
1213.24/1204.84	c cleaning 83999 clauses out of 168014 with flag 3645000/13757935
1222.07/1213.68	c cleaning 84997 clauses out of 170015 with flag 3731000/13843935
1230.89/1222.46	c cleaning 85999 clauses out of 172018 with flag 3818000/13930935
1238.94/1230.43	c cleaning 86998 clauses out of 174019 with flag 3906000/14018935
1248.20/1239.63	c cleaning 88001 clauses out of 176022 with flag 3995001/14107936
1257.32/1248.74	c cleaning 88998 clauses out of 178020 with flag 4085000/14197935
1265.76/1257.19	c cleaning 90001 clauses out of 180022 with flag 4176000/14288935
1274.29/1265.65	c cleaning 91001 clauses out of 182021 with flag 4268000/14380935
1283.71/1275.01	c cleaning 92000 clauses out of 184021 with flag 4361001/14473936
1292.84/1284.11	c cleaning 93001 clauses out of 186020 with flag 4455000/14567935
1302.85/1294.17	c cleaning 93999 clauses out of 188019 with flag 4550000/14662935
1312.19/1303.47	c cleaning 95003 clauses out of 190020 with flag 4646000/14758935
1322.30/1313.53	c cleaning 96002 clauses out of 192017 with flag 4743000/14855935
1333.07/1324.25	c cleaning 96998 clauses out of 194015 with flag 4841000/14953935
1343.50/1334.69	c cleaning 97997 clauses out of 196018 with flag 4940001/15052936
1353.71/1344.88	c cleaning 99005 clauses out of 198020 with flag 5040000/15152935
1361.27/1352.31	c cleaning 100000 clauses out of 200016 with flag 5141001/15253936
1369.63/1360.64	c cleaning 101003 clauses out of 202015 with flag 5243000/15355935
1380.18/1371.13	c cleaning 101997 clauses out of 204012 with flag 5346000/15458935
1390.76/1381.69	c cleaning 103003 clauses out of 206016 with flag 5450001/15562936
1399.61/1390.50	c cleaning 103999 clauses out of 208013 with flag 5555001/15667936
1410.33/1401.14	c cleaning 104996 clauses out of 210014 with flag 5661001/15773936
1419.98/1410.72	c cleaning 106000 clauses out of 212018 with flag 5768001/15880936
1429.11/1421.14	c cleaning 107000 clauses out of 214017 with flag 5876000/15988935
1431.19/1431.32	c cleaning 108001 clauses out of 216017 with flag 5985000/16097935
1449.14/1440.77	c cleaning 109002 clauses out of 218017 with flag 6095001/16207936
1461.21/1452.96	c cleaning 110001 clauses out of 220015 with flag 6206001/16318936
1472.05/1473.72	c cleaning 110998 clauses out of 222014 with flag 6318001/16430936
1489.06/1730.20	c cleaning 111998 clauses out of 224016 with flag 6431001/16543936
1499.71/1740.80	c cleaning 113002 clauses out of 226018 with flag 6545001/16657936
1511.27/1752.34	c cleaning 113999 clauses out of 228015 with flag 6660000/16772935
1523.17/1764.15	c cleaning 114999 clauses out of 230017 with flag 6776001/16888936
1535.66/1776.57	c cleaning 116003 clauses out of 232018 with flag 6893001/17005936
1546.71/1787.52	c cleaning 116998 clauses out of 234014 with flag 7011000/17123935
1559.73/1800.54	c cleaning 117997 clauses out of 236016 with flag 7130000/17242935
1573.09/1813.84	c cleaning 118997 clauses out of 238019 with flag 7250000/17362935
1583.84/1824.58	c cleaning 120004 clauses out of 240022 with flag 7371000/17483935
1596.11/1836.79	c cleaning 120995 clauses out of 242019 with flag 7493001/17605936
1608.80/1849.38	c cleaning 121996 clauses out of 244024 with flag 7616001/17728936
1622.37/1862.84	c cleaning 123005 clauses out of 246028 with flag 7740001/17852936
1635.45/1875.88	c cleaning 123998 clauses out of 248023 with flag 7865001/17977936
1648.21/1888.56	c cleaning 125005 clauses out of 250025 with flag 7991001/18103936
1659.74/1900.01	c starts		: 359
1659.74/1900.01	c conflicts		: 18230936
1659.74/1900.01	c decisions		: 24988973
1659.74/1900.01	c propagations		: 546599779
1659.74/1900.01	c inspects		: 7350325182
1659.74/1900.01	c shortcuts		: 0
1659.74/1900.01	c learnt literals	: 5
1659.74/1900.01	c learnt binary clauses	: 9
1659.74/1900.01	c learnt ternary clauses	: 69
1659.74/1900.01	c learnt constraints	: 18230931
1659.74/1900.01	c ignored constraints	: 0
1659.74/1900.01	c root simplifications	: 364
1659.74/1900.01	c removed literals (reason simplification)	: 134360292
1659.74/1900.01	c reason swapping (by a shorter reason)	: 0
1659.74/1900.01	c Calls to reduceDB	: 380
1659.74/1900.01	c number of reductions to clauses (during analyze)	: 0
1659.74/1900.01	c number of learned constraints concerned by reduction	: 0
1659.74/1900.01	c number of learning phase by resolution	: 0
1659.74/1900.01	c number of learning phase by cutting planes	: 0
1659.74/1900.01	c speed (assignments/second)	: 287728.46496854513
1659.74/1900.01	c non guided choices	16166
1659.74/1900.04	c learnt constraints type 
1659.74/1900.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 7
1659.74/1900.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 252013
1659.74/1900.04	c constraints type 
1659.74/1900.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1520
1659.74/1900.04	c ignored satisfied constraints => 35
1659.74/1900.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 385
1659.74/1900.04	c org.sat4j.minisat.constraints.cnf.UnitClause => 11
1659.74/1900.04	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1659.74/1900.04	c 1952 constraints processed.
1659.74/1900.04	s SATISFIABLE
1659.74/1900.04	v -x1 -x2 -x3 -x4 -x5 -x6 x7 x8 x9 x10 -x11 x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 x25 -x26 x27 -x28 -x29 -x30 -x31 x32 -x33 -x34 -x35 x36 -x37 -x38 -x39 -x40 x41 -x42 x43 x44 -x45 x46 -x47 x48 -x49 x50 x51 -x52 -x53 -x54 x55 x56 x57 x58 -x59 -x60 -x61 x62 -x63 x64 -x65 -x66 -x67 x68 x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 x87 -x88 -x89 -x90 -x91 -x92 x93 -x94 -x95 x96 -x97 -x98 -x99 x100 -x101 -x102 x103 x104 x105 x106 -x107 -x108 -x109 -x110 x111 -x112 x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 x181 -x182 -x183 -x184 -x185 -x186 -x187 x188 x189 -x190 -x191 -x192 -x193 x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 x224 x225 x226 x227 x228 -x229 -x230 -x231 -x232 -x233 -x234 x235 -x236 x237 -x238 x239 -x240 -x241 -x242 -x243 -x244 x245 -x246 x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 x258 x259 -x260 -x261 -x262 -x263 x264 -x265 x266 -x267 x268 x269 -x270 x271 -x272 -x273 -x274 -x275 x276 -x277 -x278 -x279 -x280 -x281 x282 -x283 -x284 -x285 x286 -x287 -x288 -x289 x290 -x291 x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 x303 -x304 -x305 -x306 -x307 -x308 x309 x310 x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 x327 x328 -x329 -x330 -x331 x332 -x333 x334 -x335 -x336 -x337 -x338 -x339 -x340 x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 x353 -x354 -x355 x356 x357 -x358 -x359 -x360 x361 -x362 -x363 x364 x365 -x366 -x367 -x368 -x369 -x370 x371 -x372 -x373 -x374 -x375 -x376 -x377 x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 x386 x387 x388 -x389 x390 -x391 x392 -x393 -x394 -x395 x396 x397 x398 x399 x400 x401 x402 -x403 x404 -x405 -x406 -x407 x408 -x409 -x410 -x411 -x412 x413 x414 -x415 -x416 -x417 -x418 x419 -x420 x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 x432 -x433 -x434 x435 -x436 -x437 x438 -x439 x440 x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 x469 -x470 -x471 -x472 -x473 -x474 x475 -x476 -x477 -x478 -x479 -x480 x481 x482 -x483 -x484 -x485 x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 x525 -x526 x527 x528 x529 -x530 -x531 -x532 x533 -x534 -x535 -x536 x537 -x538 x539 x540 -x541 -x542 x543 -x544 -x545 -x546 -x547 x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 x565 -x566 -x567 -x568 -x569 x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 x584 x585 x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 x596 -x597 -x598 -x599 -x600 -x601 x602 -x603 x604 -x605 -x606 -x607 x608 -x609 -x610 x611 x612 -x613 -x614 -x615 x616 x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 x628 x629 -x630 x631 x632 x633 x634 x635 -x636 x637 -x638 x639 -x640 x641 -x642 -x643 -x644 -x645 x646 x647 -x648 -x649 -x650 -x651 -x652 x653 -x654 -x655 -x656 x657 -x658 -x659 -x660 -x661 -x662 -x663 x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 x672 x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 x682 x683 -x684 -x685 -x686 -x687 -x688 x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 x697 x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 x715 -x716 -x717 -x718 x719 -x720 -x721 -x722 -x723 -x724 x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 x738 -x739 -x740 -x741 -x742 -x743 -x744 x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 x753 -x754 x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 x771 
1659.74/1900.04	c objective function=6912
1659.74/1900.04	c Total wall clock time (in seconds): 1899.914

Verifier Data

OK	6912

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-3710623-1338142880/watcher-3710623-1338142880 -o /tmp/evaluation-result-3710623-1338142880/solver-3710623-1338142880 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710623-1338142880.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.11 2.04 2.01 3/194 30574
/proc/meminfo: memFree=30717828/32873844 swapFree=6600/6600
[pid=30574] ppid=30572 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/30574/stat : 30574 (java) D 30572 30574 28151 0 -1 4202496 242 0 0 0 0 0 0 0 20 0 1 0 280412818 9515008 176 33554432000 1073741824 1073778376 140736391525520 140736391508248 213419639696 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/30574/statm: 2323 176 133 9 0 71 0

[startup+0.0403101 s]
/proc/loadavg: 2.11 2.04 2.01 3/194 30574
/proc/meminfo: memFree=30717828/32873844 swapFree=6600/6600
[pid=30574] ppid=30572 vsize=9092432 CPUtime=0.01 cores=0,2,4,6
/proc/30574/stat : 30574 (java) S 30572 30574 28151 0 -1 4202496 2925 0 1 0 1 0 0 0 20 0 11 0 280412818 9310650368 3623 33554432000 1073741824 1073778376 140735357281904 140735357273040 213422997565 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30574/statm: 2273108 3624 1650 9 0 2263809 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9092432

[startup+0.100249 s]
/proc/loadavg: 2.11 2.04 2.01 3/194 30574
/proc/meminfo: memFree=30717828/32873844 swapFree=6600/6600
[pid=30574] ppid=30572 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/30574/stat : 30574 (java) S 30572 30574 28151 0 -1 4202496 4109 0 1 0 7 0 0 0 20 0 18 0 280412818 9787842560 5315 33554432000 1073741824 1073778376 140735357281904 140735357273040 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30574/statm: 2389610 5316 2106 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558440

[startup+0.300215 s]
/proc/loadavg: 2.11 2.04 2.01 3/194 30574
/proc/meminfo: memFree=30717828/32873844 swapFree=6600/6600
[pid=30574] ppid=30572 vsize=9558440 CPUtime=0.46 cores=0,2,4,6
/proc/30574/stat : 30574 (java) S 30572 30574 28151 0 -1 4202496 5471 0 1 0 45 1 0 0 20 0 18 0 280412818 9787842560 8452 33554432000 1073741824 1073778376 140735357281904 140735357273040 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30574/statm: 2389610 8419 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558440

[startup+0.700217 s]
/proc/loadavg: 2.11 2.04 2.01 3/194 30574
/proc/meminfo: memFree=30717828/32873844 swapFree=6600/6600
[pid=30574] ppid=30572 vsize=9625004 CPUtime=1.26 cores=0,2,4,6
/proc/30574/stat : 30574 (java) S 30572 30574 28151 0 -1 4202496 8024 0 1 0 124 2 0 0 20 0 19 0 280412818 9856004096 11104 33554432000 1073741824 1073778376 140735357281904 140735357273040 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30574/statm: 2406251 11104 2255 9 0 2396937 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 9625004

[startup+1.5006 s]
/proc/loadavg: 2.11 2.04 2.01 3/213 30593
/proc/meminfo: memFree=30671928/32873844 swapFree=6600/6600
[pid=30574] ppid=30572 vsize=9625004 CPUtime=2.18 cores=0,2,4,6
/proc/30574/stat : 30574 (java) S 30572 30574 28151 0 -1 4202496 8132 0 1 0 216 2 0 0 20 0 19 0 280412818 9856004096 14738 33554432000 1073741824 1073778376 140735357281904 140735357273040 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30574/statm: 2406251 14738 2283 9 0 2396937 0
[pid=30574/tid=30576] ppid=30572 vsize=9625004 CPUtime=1.43 cores=0,2,4,6
/proc/30574/task/30576/stat : 30576 (java) R 30572 30574 28151 0 -1 4202560 2512 0 1 0 142 1 0 0 20 0 19 0 280412819 9856004096 14738 33554432000 1073741824 1073778376 140735357281904 140169169490440 140169026542435 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30574/tid=30577] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30577/stat : 30577 (java) S 30572 30574 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280412821 9856004096 14738 33554432000 1073741824 1073778376 140735357281904 140169147590952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30574/tid=30578] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30578/stat : 30578 (java) S 30572 30574 28151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 280412821 9856004096 14738 33554432000 1073741824 1073778376 140735357281904 140169146538152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30574/tid=30579] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30579/stat : 30579 (java) S 30572 30574 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280412821 9856004096 14738 33554432000 1073741824 1073778376 140735357281904 140169145485864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30574/tid=30580] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30580/stat : 30580 (java) S 30572 30574 28151 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 280412821 9856004096 14738 33554432000 1073741824 1073778376 140735357281904 140169144433064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30574/tid=30581] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30581/stat : 30581 (java) S 30572 30574 28151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 280412821 9856004096 14738 33554432000 1073741824 1073778376 140735357281904 140168807836456 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30574/tid=30582] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30582/stat : 30582 (java) S 30572 30574 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280412821 9856004096 14738 33554432000 1073741824 1073778376 140735357281904 140168806783656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30574/tid=30583] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30583/stat : 30583 (java) S 30572 30574 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280412821 9856004096 14738 33554432000 1073741824 1073778376 140735357281904 140168805731368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30574/tid=30584] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30584/stat : 30584 (java) S 30572 30574 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280412821 9856004096 14738 33554432000 1073741824 1073778376 140735357281904 140168804678568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30574/tid=30585] ppid=30572 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/30574/task/30585/stat : 30585 (java) S 30572 30574 28151 0 -1 4202560 32 0 0 0 1 0 0 0 20 0 19 0 280412822 9856004096 14738 33554432000 1073741824 1073778376 140735357281904 140168792266984 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30574/tid=30586] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30586/stat : 30586 (java) S 30572 30574 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280412822 9856004096 14738 33554432000 1073741824 1073778376 140735357281904 140168791213048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30574/tid=30587] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30587/stat : 30587 (java) S 30572 30574 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280412822 9856004096 14738 33554432000 1073741824 1073778376 140735357281904 140168790160648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30574/tid=30588] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30588/stat : 30588 (java) S 30572 30574 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280412825 9856004096 14738 33554432000 1073741824 1073778376 140735357281904 140168789109136 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30574/tid=30589] ppid=30572 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/30574/task/30589/stat : 30589 (java) S 30572 30574 28151 0 -1 4202560 2020 0 0 0 33 0 0 0 20 0 19 0 280412825 9856004096 14738 33554432000 1073741824 1073778376 140735357281904 140168788056760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30574/tid=30590] ppid=30572 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/30574/task/30590/stat : 30590 (java) S 30572 30574 28151 0 -1 4202560 2345 0 0 0 35 0 0 0 20 0 19 0 280412825 9856004096 14738 33554432000 1073741824 1073778376 140735357281904 140168787003960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30574/tid=30591] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30591/stat : 30591 (java) S 30572 30574 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280412825 9856004096 14738 33554432000 1073741824 1073778376 140735357281904 140168785951864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30574/tid=30592] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30592/stat : 30592 (java) S 30572 30574 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280412825 9856004096 14738 33554432000 1073741824 1073778376 140735357281904 140168784899272 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30574/tid=30593] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30593/stat : 30593 (java) S 30572 30574 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280412849 9856004096 14738 33554432000 1073741824 1073778376 140735357281904 140168783844264 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 9625004

[startup+3.10064 s]
/proc/loadavg: 2.11 2.04 2.01 3/213 30593
/proc/meminfo: memFree=30665164/32873844 swapFree=6600/6600
[pid=30574] ppid=30572 vsize=9625004 CPUtime=3.85 cores=0,2,4,6
/proc/30574/stat : 30574 (java) S 30572 30574 28151 0 -1 4202496 8989 0 1 0 382 3 0 0 20 0 19 0 280412818 9856004096 16280 33554432000 1073741824 1073778376 140735357281904 140735357273040 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30574/statm: 2406251 16280 2283 9 0 2396937 0
[pid=30574/tid=30576] ppid=30572 vsize=9625004 CPUtime=2.98 cores=0,2,4,6
/proc/30574/task/30576/stat : 30576 (java) R 30572 30574 28151 0 -1 4202560 2513 0 1 0 297 1 0 0 20 0 19 0 280412819 9856004096 16280 33554432000 1073741824 1073778376 140735357281904 140169169490224 140169026556710 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30574/tid=30577] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30577/stat : 30577 (java) S 30572 30574 28151 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 280412821 9856004096 16280 33554432000 1073741824 1073778376 140735357281904 140169147590952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30574/tid=30578] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30578/stat : 30578 (java) S 30572 30574 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280412821 9856004096 16280 33554432000 1073741824 1073778376 140735357281904 140169146538152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30574/tid=30579] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30579/stat : 30579 (java) S 30572 30574 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280412821 9856004096 16280 33554432000 1073741824 1073778376 140735357281904 140169145485864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30574/tid=30580] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30580/stat : 30580 (java) S 30572 30574 28151 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 280412821 9856004096 16280 33554432000 1073741824 1073778376 140735357281904 140169144433064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30574/tid=30581] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30581/stat : 30581 (java) S 30572 30574 28151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 280412821 9856004096 16280 33554432000 1073741824 1073778376 140735357281904 140168807836456 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30574/tid=30582] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30582/stat : 30582 (java) S 30572 30574 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280412821 9856004096 16280 33554432000 1073741824 1073778376 140735357281904 140168806783656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30574/tid=30583] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30583/stat : 30583 (java) S 30572 30574 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280412821 9856004096 16280 33554432000 1073741824 1073778376 140735357281904 140168805731368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30574/tid=30584] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30584/stat : 30584 (java) S 30572 30574 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280412821 9856004096 16280 33554432000 1073741824 1073778376 140735357281904 140168804678568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30574/tid=30585] ppid=30572 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/30574/task/30585/stat : 30585 (java) S 30572 30574 28151 0 -1 4202560 34 0 0 0 4 0 0 0 20 0 19 0 280412822 9856004096 16280 33554432000 1073741824 1073778376 140735357281904 140168792266984 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30574/tid=30586] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30586/stat : 30586 (java) S 30572 30574 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280412822 9856004096 16280 33554432000 1073741824 1073778376 140735357281904 140168791213048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30574/tid=30587] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30587/stat : 30587 (java) S 30572 30574 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280412822 9856004096 16280 33554432000 1073741824 1073778376 140735357281904 140168790160648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30574/tid=30588] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30588/stat : 30588 (java) S 30572 30574 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280412825 9856004096 16280 33554432000 1073741824 1073778376 140735357281904 140168789109136 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30574/tid=30589] ppid=30572 vsize=9625004 CPUtime=0.38 cores=0,2,4,6
/proc/30574/task/30589/stat : 30589 (java) S 30572 30574 28151 0 -1 4202560 2865 0 0 0 38 0 0 0 20 0 19 0 280412825 9856004096 16280 33554432000 1073741824 1073778376 140735357281904 140168788056760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30574/tid=30590] ppid=30572 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/30574/task/30590/stat : 30590 (java) S 30572 30574 28151 0 -1 4202560 2345 0 0 0 35 0 0 0 20 0 19 0 280412825 9856004096 16280 33554432000 1073741824 1073778376 140735357281904 140168787003960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30574/tid=30591] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30591/stat : 30591 (java) S 30572 30574 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280412825 9856004096 16280 33554432000 1073741824 1073778376 140735357281904 140168785951864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30574/tid=30592] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30592/stat : 30592 (java) S 30572 30574 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280412825 9856004096 16280 33554432000 1073741824 1073778376 140735357281904 140168784899272 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30574/tid=30593] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30593/stat : 30593 (java) S 30572 30574 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280412849 9856004096 16280 33554432000 1073741824 1073778376 140735357281904 140168783844264 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 9625004

[startup+6.3007 s]
/proc/loadavg: 2.10 2.04 2.01 3/213 30593
/proc/meminfo: memFree=30657592/32873844 swapFree=6600/6600
[pid=30574] ppid=30572 vsize=9625004 CPUtime=7.09 cores=0,2,4,6
/proc/30574/stat : 30574 (java) S 30572 30574 28151 0 -1 4202496 9011 0 1 0 706 3 0 0 20 0 19 0 280412818 9856004096 18385 33554432000 1073741824 1073778376 140735357281904 140735357273040 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30574/statm: 2406251 18385 2283 9 0 2396937 0
[pid=30574/tid=30576] ppid=30572 vsize=9625004 CPUtime=6.09 cores=0,2,4,6
/proc/30574/task/30576/stat : 30576 (java) R 30572 30574 28151 0 -1 4202560 2518 0 1 0 608 1 0 0 20 0 19 0 280412819 9856004096 18385 33554432000 1073741824 1073778376 140735357281904 140169169490224 140169026532832 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30574/tid=30577] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30577/stat : 30577 (java) S 30572 30574 28151 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 280412821 9856004096 18385 33554432000 1073741824 1073778376 140735357281904 140169147590952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30574/tid=30578] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30578/stat : 30578 (java) S 30572 30574 28151 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 280412821 9856004096 18385 33554432000 1073741824 1073778376 140735357281904 140169146538152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30574/tid=30579] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30579/stat : 30579 (java) S 30572 30574 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280412821 9856004096 18385 33554432000 1073741824 1073778376 140735357281904 140169145485864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30574/tid=30580] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30580/stat : 30580 (java) S 30572 30574 28151 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 280412821 9856004096 18385 33554432000 1073741824 1073778376 140735357281904 140169144433064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30574/tid=30581] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30581/stat : 30581 (java) S 30572 30574 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280412821 9856004096 18385 33554432000 1073741824 1073778376 140735357281904 140168807836456 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30574/tid=30582] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30582/stat : 30582 (java) S 30572 30574 28151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 280412821 9856004096 18385 33554432000 1073741824 1073778376 140735357281904 140168806783656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30574/tid=30583] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30583/stat : 30583 (java) S 30572 30574 28151 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 280412821 9856004096 18385 33554432000 1073741824 1073778376 140735357281904 140168805731368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30574/tid=30584] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30584/stat : 30584 (java) S 30572 30574 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280412821 9856004096 18385 33554432000 1073741824 1073778376 140735357281904 140168804678568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30574/tid=30585] ppid=30572 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/30574/task/30585/stat : 30585 (java) S 30572 30574 28151 0 -1 4202560 37 0 0 0 10 0 0 0 20 0 19 0 280412822 9856004096 18385 33554432000 1073741824 1073778376 140735357281904 140168792266984 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30574/tid=30586] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30586/stat : 30586 (java) S 30572 30574 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280412822 9856004096 18385 33554432000 1073741824 1073778376 140735357281904 140168791213048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30574/tid=30587] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30587/stat : 30587 (java) S 30572 30574 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280412822 9856004096 18385 33554432000 1073741824 1073778376 140735357281904 140168790160648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30574/tid=30588] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30588/stat : 30588 (java) S 30572 30574 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280412825 9856004096 18385 33554432000 1073741824 1073778376 140735357281904 140168789109136 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30574/tid=30589] ppid=30572 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/30574/task/30589/stat : 30589 (java) S 30572 30574 28151 0 -1 4202560 2865 0 0 0 39 0 0 0 20 0 19 0 280412825 9856004096 18385 33554432000 1073741824 1073778376 140735357281904 140168788056760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30574/tid=30590] ppid=30572 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/30574/task/30590/stat : 30590 (java) S 30572 30574 28151 0 -1 4202560 2345 0 0 0 35 0 0 0 20 0 19 0 280412825 9856004096 18385 33554432000 1073741824 1073778376 140735357281904 140168787003960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30574/tid=30591] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30591/stat : 30591 (java) S 30572 30574 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280412825 9856004096 18385 33554432000 1073741824 1073778376 140735357281904 140168785951864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30574/tid=30592] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30592/stat : 30592 (java) S 30572 30574 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280412825 9856004096 18385 33554432000 1073741824 1073778376 140735357281904 140168784899272 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30574/tid=30593] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30593/stat : 30593 (java) S 30572 30574 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280412849 9856004096 18385 33554432000 1073741824 1073778376 140735357281904 140168783844264 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.09
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=30574/tid=30589] ppid=30572 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/30574/task/30589/stat : 30589 (java) S 30572 30574 28151 0 -1 4202560 3306 0 0 0 44 0 0 0 20 0 19 0 280412825 9856004096 86883 33554432000 1073741824 1073778376 140735357281904 140168788056760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30574/tid=30590] ppid=30572 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/30574/task/30590/stat : 30590 (java) S 30572 30574 28151 0 -1 4202560 6051 0 0 0 48 1 0 0 20 0 19 0 280412825 9856004096 86883 33554432000 1073741824 1073778376 140735357281904 140168787003960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30574/tid=30591] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30591/stat : 30591 (java) S 30572 30574 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280412825 9856004096 86883 33554432000 1073741824 1073778376 140735357281904 140168785951864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30574/tid=30592] ppid=30572 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/30574/task/30592/stat : 30592 (java) S 30572 30574 28151 0 -1 4202560 92 0 0 0 13 16 0 0 20 0 19 0 280412825 9856004096 86883 33554432000 1073741824 1073778376 140735357281904 140168784899272 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30574/tid=30593] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30593/stat : 30593 (java) S 30572 30574 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280412849 9856004096 86883 33554432000 1073741824 1073778376 140735357281904 140168783844264 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1541.51
Current children cumulated vsize (KiB) 9625004

[startup+1842.3 s]
/proc/loadavg: 2.60 4.04 3.14 3/213 30668
/proc/meminfo: memFree=30450320/32873844 swapFree=6600/6600
[pid=30574] ppid=30572 vsize=9625004 CPUtime=1601.79 cores=0,2,4,6
/proc/30574/stat : 30574 (java) S 30572 30574 28151 0 -1 4202496 16346 0 1 0 160130 49 0 0 20 0 19 0 280412818 9856004096 87395 33554432000 1073741824 1073778376 140735357281904 140735357273040 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30574/statm: 2406251 87395 2284 9 0 2396937 0
[pid=30574/tid=30576] ppid=30572 vsize=9625004 CPUtime=1567.55 cores=0,2,4,6
/proc/30574/task/30576/stat : 30576 (java) R 30572 30574 28151 0 -1 4202560 2920 0 1 0 156727 28 0 0 20 0 19 0 280412819 9856004096 87395 33554432000 1073741824 1073778376 140735357281904 140169169490224 140169026510800 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30574/tid=30577] ppid=30572 vsize=9625004 CPUtime=1.65 cores=0,2,4,6
/proc/30574/task/30577/stat : 30577 (java) S 30572 30574 28151 0 -1 4202560 290 0 0 0 161 4 0 0 20 0 19 0 280412821 9856004096 87395 33554432000 1073741824 1073778376 140735357281904 140169147590952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30574/tid=30578] ppid=30572 vsize=9625004 CPUtime=1.61 cores=0,2,4,6
/proc/30574/task/30578/stat : 30578 (java) S 30572 30574 28151 0 -1 4202560 238 0 0 0 157 4 0 0 20 0 19 0 280412821 9856004096 87395 33554432000 1073741824 1073778376 140735357281904 140169146538152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30574/tid=30579] ppid=30572 vsize=9625004 CPUtime=1.65 cores=0,2,4,6
/proc/30574/task/30579/stat : 30579 (java) S 30572 30574 28151 0 -1 4202560 355 0 0 0 161 4 0 0 20 0 19 0 280412821 9856004096 87395 33554432000 1073741824 1073778376 140735357281904 140169145485864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30574/tid=30580] ppid=30572 vsize=9625004 CPUtime=1.59 cores=0,2,4,6
/proc/30574/task/30580/stat : 30580 (java) S 30572 30574 28151 0 -1 4202560 358 0 0 0 156 3 0 0 20 0 19 0 280412821 9856004096 87395 33554432000 1073741824 1073778376 140735357281904 140169144433064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30574/tid=30581] ppid=30572 vsize=9625004 CPUtime=1.72 cores=0,2,4,6
/proc/30574/task/30581/stat : 30581 (java) S 30572 30574 28151 0 -1 4202560 376 0 0 0 169 3 0 0 20 0 19 0 280412821 9856004096 87395 33554432000 1073741824 1073778376 140735357281904 140168807836456 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30574/tid=30582] ppid=30572 vsize=9625004 CPUtime=1.61 cores=0,2,4,6
/proc/30574/task/30582/stat : 30582 (java) S 30572 30574 28151 0 -1 4202560 304 0 0 0 157 4 0 0 20 0 19 0 280412821 9856004096 87395 33554432000 1073741824 1073778376 140735357281904 140168806783656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30574/tid=30583] ppid=30572 vsize=9625004 CPUtime=1.72 cores=0,2,4,6
/proc/30574/task/30583/stat : 30583 (java) S 30572 30574 28151 0 -1 4202560 415 0 0 0 169 3 0 0 20 0 19 0 280412821 9856004096 87395 33554432000 1073741824 1073778376 140735357281904 140168805731368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30574/tid=30584] ppid=30572 vsize=9625004 CPUtime=1.76 cores=0,2,4,6
/proc/30574/task/30584/stat : 30584 (java) S 30572 30574 28151 0 -1 4202560 298 0 0 0 172 4 0 0 20 0 19 0 280412821 9856004096 87395 33554432000 1073741824 1073778376 140735357281904 140168804678568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30574/tid=30585] ppid=30572 vsize=9625004 CPUtime=15.99 cores=0,2,4,6
/proc/30574/task/30585/stat : 30585 (java) S 30572 30574 28151 0 -1 4202560 154 0 0 0 1596 3 0 0 20 0 19 0 280412822 9856004096 87395 33554432000 1073741824 1073778376 140735357281904 140168792266984 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30574/tid=30586] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30586/stat : 30586 (java) S 30572 30574 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280412822 9856004096 87395 33554432000 1073741824 1073778376 140735357281904 140168791213048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30574/tid=30587] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30587/stat : 30587 (java) S 30572 30574 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280412822 9856004096 87395 33554432000 1073741824 1073778376 140735357281904 140168790160648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30574/tid=30588] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30588/stat : 30588 (java) S 30572 30574 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280412825 9856004096 87395 33554432000 1073741824 1073778376 140735357281904 140168789109136 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30574/tid=30589] ppid=30572 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/30574/task/30589/stat : 30589 (java) S 30572 30574 28151 0 -1 4202560 3306 0 0 0 44 0 0 0 20 0 19 0 280412825 9856004096 87395 33554432000 1073741824 1073778376 140735357281904 140168788056760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30574/tid=30590] ppid=30572 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/30574/task/30590/stat : 30590 (java) S 30572 30574 28151 0 -1 4202560 6051 0 0 0 48 1 0 0 20 0 19 0 280412825 9856004096 87395 33554432000 1073741824 1073778376 140735357281904 140168787003960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30574/tid=30591] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30591/stat : 30591 (java) S 30572 30574 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280412825 9856004096 87395 33554432000 1073741824 1073778376 140735357281904 140168785951864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30574/tid=30592] ppid=30572 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/30574/task/30592/stat : 30592 (java) S 30572 30574 28151 0 -1 4202560 94 0 0 0 14 16 0 0 20 0 19 0 280412825 9856004096 87395 33554432000 1073741824 1073778376 140735357281904 140168784899272 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30574/tid=30593] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30593/stat : 30593 (java) S 30572 30574 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280412849 9856004096 87395 33554432000 1073741824 1073778376 140735357281904 140168783844264 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1601.79
Current children cumulated vsize (KiB) 9625004



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1900 s]
/proc/loadavg: 2.22 3.66 3.07 3/213 30668
/proc/meminfo: memFree=30445604/32873844 swapFree=6600/6600
[pid=30574] ppid=30572 vsize=9625004 CPUtime=1659.74 cores=0,2,4,6
/proc/30574/stat : 30574 (java) S 30572 30574 28151 0 -1 4202496 16359 0 1 0 165924 50 0 0 20 0 19 0 280412818 9856004096 87907 33554432000 1073741824 1073778376 140735357281904 140735357273040 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30574/statm: 2406251 87907 2284 9 0 2396937 0
[pid=30574/tid=30576] ppid=30572 vsize=9625004 CPUtime=1624.62 cores=0,2,4,6
/proc/30574/task/30576/stat : 30576 (java) R 30572 30574 28151 0 -1 4202560 2925 0 1 0 162433 29 0 0 20 0 19 0 280412819 9856004096 87907 33554432000 1073741824 1073778376 140735357281904 140169169490224 140169026753215 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30574/tid=30577] ppid=30572 vsize=9625004 CPUtime=1.68 cores=0,2,4,6
/proc/30574/task/30577/stat : 30577 (java) S 30572 30574 28151 0 -1 4202560 290 0 0 0 164 4 0 0 20 0 19 0 280412821 9856004096 87907 33554432000 1073741824 1073778376 140735357281904 140169147590952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30574/tid=30578] ppid=30572 vsize=9625004 CPUtime=1.63 cores=0,2,4,6
/proc/30574/task/30578/stat : 30578 (java) S 30572 30574 28151 0 -1 4202560 238 0 0 0 159 4 0 0 20 0 19 0 280412821 9856004096 87907 33554432000 1073741824 1073778376 140735357281904 140169146538152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30574/tid=30579] ppid=30572 vsize=9625004 CPUtime=1.7 cores=0,2,4,6
/proc/30574/task/30579/stat : 30579 (java) S 30572 30574 28151 0 -1 4202560 355 0 0 0 166 4 0 0 20 0 19 0 280412821 9856004096 87907 33554432000 1073741824 1073778376 140735357281904 140169145485864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30574/tid=30580] ppid=30572 vsize=9625004 CPUtime=1.65 cores=0,2,4,6
/proc/30574/task/30580/stat : 30580 (java) S 30572 30574 28151 0 -1 4202560 358 0 0 0 162 3 0 0 20 0 19 0 280412821 9856004096 87907 33554432000 1073741824 1073778376 140735357281904 140169144433064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30574/tid=30581] ppid=30572 vsize=9625004 CPUtime=1.77 cores=0,2,4,6
/proc/30574/task/30581/stat : 30581 (java) S 30572 30574 28151 0 -1 4202560 376 0 0 0 174 3 0 0 20 0 19 0 280412821 9856004096 87907 33554432000 1073741824 1073778376 140735357281904 140168807836456 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30574/tid=30582] ppid=30572 vsize=9625004 CPUtime=1.65 cores=0,2,4,6
/proc/30574/task/30582/stat : 30582 (java) S 30572 30574 28151 0 -1 4202560 304 0 0 0 161 4 0 0 20 0 19 0 280412821 9856004096 87907 33554432000 1073741824 1073778376 140735357281904 140168806783656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30574/tid=30583] ppid=30572 vsize=9625004 CPUtime=1.75 cores=0,2,4,6
/proc/30574/task/30583/stat : 30583 (java) S 30572 30574 28151 0 -1 4202560 415 0 0 0 172 3 0 0 20 0 19 0 280412821 9856004096 87907 33554432000 1073741824 1073778376 140735357281904 140168805731368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30574/tid=30584] ppid=30572 vsize=9625004 CPUtime=1.79 cores=0,2,4,6
/proc/30574/task/30584/stat : 30584 (java) S 30572 30574 28151 0 -1 4202560 298 0 0 0 175 4 0 0 20 0 19 0 280412821 9856004096 87907 33554432000 1073741824 1073778376 140735357281904 140168804678568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30574/tid=30585] ppid=30572 vsize=9625004 CPUtime=16.37 cores=0,2,4,6
/proc/30574/task/30585/stat : 30585 (java) S 30572 30574 28151 0 -1 4202560 158 0 0 0 1634 3 0 0 20 0 19 0 280412822 9856004096 87907 33554432000 1073741824 1073778376 140735357281904 140168792266984 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30574/tid=30586] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30586/stat : 30586 (java) S 30572 30574 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280412822 9856004096 87907 33554432000 1073741824 1073778376 140735357281904 140168791213048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30574/tid=30587] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30587/stat : 30587 (java) S 30572 30574 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280412822 9856004096 87907 33554432000 1073741824 1073778376 140735357281904 140168790160648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30574/tid=30588] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30588/stat : 30588 (java) S 30572 30574 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280412825 9856004096 87907 33554432000 1073741824 1073778376 140735357281904 140168789109136 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30574/tid=30589] ppid=30572 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/30574/task/30589/stat : 30589 (java) S 30572 30574 28151 0 -1 4202560 3306 0 0 0 44 0 0 0 20 0 19 0 280412825 9856004096 87907 33554432000 1073741824 1073778376 140735357281904 140168788056760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30574/tid=30590] ppid=30572 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/30574/task/30590/stat : 30590 (java) S 30572 30574 28151 0 -1 4202560 6051 0 0 0 48 1 0 0 20 0 19 0 280412825 9856004096 87907 33554432000 1073741824 1073778376 140735357281904 140168787003960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30574/tid=30591] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30591/stat : 30591 (java) S 30572 30574 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280412825 9856004096 87907 33554432000 1073741824 1073778376 140735357281904 140168785951864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30574/tid=30592] ppid=30572 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/30574/task/30592/stat : 30592 (java) S 30572 30574 28151 0 -1 4202560 98 0 0 0 15 16 0 0 20 0 19 0 280412825 9856004096 87907 33554432000 1073741824 1073778376 140735357281904 140168784899272 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30574/tid=30593] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30593/stat : 30593 (java) S 30572 30574 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280412849 9856004096 87907 33554432000 1073741824 1073778376 140735357281904 140168783844264 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1659.74
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

[startup+1900 s]
/proc/loadavg: 2.22 3.66 3.07 3/213 30668
/proc/meminfo: memFree=30445604/32873844 swapFree=6600/6600
[pid=30574] ppid=30572 vsize=9625004 CPUtime=1659.74 cores=0,2,4,6
/proc/30574/stat : 30574 (java) S 30572 30574 28151 0 -1 4202496 16359 0 1 0 165924 50 0 0 20 0 19 0 280412818 9856004096 87907 33554432000 1073741824 1073778376 140735357281904 140735357273040 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30574/statm: 2406251 87907 2284 9 0 2396937 0
[pid=30574/tid=30576] ppid=30572 vsize=9625004 CPUtime=1624.62 cores=0,2,4,6
/proc/30574/task/30576/stat : 30576 (java) R 30572 30574 28151 0 -1 4202560 2925 0 1 0 162433 29 0 0 20 0 19 0 280412819 9856004096 87907 33554432000 1073741824 1073778376 140735357281904 140169169490224 140169026753215 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30574/tid=30577] ppid=30572 vsize=9625004 CPUtime=1.68 cores=0,2,4,6
/proc/30574/task/30577/stat : 30577 (java) S 30572 30574 28151 0 -1 4202560 290 0 0 0 164 4 0 0 20 0 19 0 280412821 9856004096 87907 33554432000 1073741824 1073778376 140735357281904 140169147590952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30574/tid=30578] ppid=30572 vsize=9625004 CPUtime=1.63 cores=0,2,4,6
/proc/30574/task/30578/stat : 30578 (java) S 30572 30574 28151 0 -1 4202560 238 0 0 0 159 4 0 0 20 0 19 0 280412821 9856004096 87907 33554432000 1073741824 1073778376 140735357281904 140169146538152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30574/tid=30579] ppid=30572 vsize=9625004 CPUtime=1.7 cores=0,2,4,6
/proc/30574/task/30579/stat : 30579 (java) S 30572 30574 28151 0 -1 4202560 355 0 0 0 166 4 0 0 20 0 19 0 280412821 9856004096 87907 33554432000 1073741824 1073778376 140735357281904 140169145485864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30574/tid=30580] ppid=30572 vsize=9625004 CPUtime=1.65 cores=0,2,4,6
/proc/30574/task/30580/stat : 30580 (java) S 30572 30574 28151 0 -1 4202560 358 0 0 0 162 3 0 0 20 0 19 0 280412821 9856004096 87907 33554432000 1073741824 1073778376 140735357281904 140169144433064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30574/tid=30581] ppid=30572 vsize=9625004 CPUtime=1.77 cores=0,2,4,6
/proc/30574/task/30581/stat : 30581 (java) S 30572 30574 28151 0 -1 4202560 376 0 0 0 174 3 0 0 20 0 19 0 280412821 9856004096 87907 33554432000 1073741824 1073778376 140735357281904 140168807836456 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30574/tid=30582] ppid=30572 vsize=9625004 CPUtime=1.65 cores=0,2,4,6
/proc/30574/task/30582/stat : 30582 (java) S 30572 30574 28151 0 -1 4202560 304 0 0 0 161 4 0 0 20 0 19 0 280412821 9856004096 87907 33554432000 1073741824 1073778376 140735357281904 140168806783656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30574/tid=30583] ppid=30572 vsize=9625004 CPUtime=1.75 cores=0,2,4,6
/proc/30574/task/30583/stat : 30583 (java) S 30572 30574 28151 0 -1 4202560 415 0 0 0 172 3 0 0 20 0 19 0 280412821 9856004096 87907 33554432000 1073741824 1073778376 140735357281904 140168805731368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30574/tid=30584] ppid=30572 vsize=9625004 CPUtime=1.79 cores=0,2,4,6
/proc/30574/task/30584/stat : 30584 (java) S 30572 30574 28151 0 -1 4202560 298 0 0 0 175 4 0 0 20 0 19 0 280412821 9856004096 87907 33554432000 1073741824 1073778376 140735357281904 140168804678568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30574/tid=30585] ppid=30572 vsize=9625004 CPUtime=16.37 cores=0,2,4,6
/proc/30574/task/30585/stat : 30585 (java) S 30572 30574 28151 0 -1 4202560 158 0 0 0 1634 3 0 0 20 0 19 0 280412822 9856004096 87907 33554432000 1073741824 1073778376 140735357281904 140168792266984 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30574/tid=30586] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30586/stat : 30586 (java) S 30572 30574 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280412822 9856004096 87907 33554432000 1073741824 1073778376 140735357281904 140168791213048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30574/tid=30587] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30587/stat : 30587 (java) S 30572 30574 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280412822 9856004096 87907 33554432000 1073741824 1073778376 140735357281904 140168790160648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30574/tid=30588] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30588/stat : 30588 (java) S 30572 30574 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280412825 9856004096 87907 33554432000 1073741824 1073778376 140735357281904 140168789109136 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30574/tid=30589] ppid=30572 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/30574/task/30589/stat : 30589 (java) S 30572 30574 28151 0 -1 4202560 3306 0 0 0 44 0 0 0 20 0 19 0 280412825 9856004096 87907 33554432000 1073741824 1073778376 140735357281904 140168788056760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30574/tid=30590] ppid=30572 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/30574/task/30590/stat : 30590 (java) S 30572 30574 28151 0 -1 4202560 6051 0 0 0 48 1 0 0 20 0 19 0 280412825 9856004096 87907 33554432000 1073741824 1073778376 140735357281904 140168787003960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30574/tid=30591] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30591/stat : 30591 (java) S 30572 30574 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280412825 9856004096 87907 33554432000 1073741824 1073778376 140735357281904 140168785951864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30574/tid=30592] ppid=30572 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/30574/task/30592/stat : 30592 (java) S 30572 30574 28151 0 -1 4202560 98 0 0 0 15 16 0 0 20 0 19 0 280412825 9856004096 87907 33554432000 1073741824 1073778376 140735357281904 140168784899272 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30574/tid=30593] ppid=30572 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/30574/task/30593/stat : 30593 (java) S 30572 30574 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280412849 9856004096 87907 33554432000 1073741824 1073778376 140735357281904 140168783844264 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1659.74
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30574 and gives
#  childrusage.ru_utime.tv_sec=1655
#  childrusage.ru_utime.tv_usec=290357
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=920860
# CPU time returned by wait4() is 1656.21
# while last known CPU time is 1659.74
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1900.05
CPU time (s): 1659.74
CPU user time (s): 1659.24
CPU system time (s): 0.5
CPU usage (%): 87.3524
Max. virtual memory (cumulated for all children) (KiB): 9625636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1655.29
system time used= 0.92086
maximum resident set size= 357904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16425
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45090
involuntary context switches= 35868

runsolver used 5.16221 second user time and 12.3121 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-27 20:21:20
IDJOB=3710623
IDBENCH=2018
IDSOLVER=2289
FILE ID=node140/3710623-1338142880
RUNJOBID= node140-1338124688-28167
PBS_JOBID= 14624514
Free space on /tmp= 71336 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/synthesis-ptl-cmos-circuits/normalized-C432.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-3710623-1338142880/watcher-3710623-1338142880 -o /tmp/evaluation-result-3710623-1338142880/solver-3710623-1338142880 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710623-1338142880.opb

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

MD5SUM BENCH= a8708c855e8ec8c2a31771025318bb9b
RANDOM SEED=926506207

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30718092 kB
Buffers:          389820 kB
Cached:           709412 kB
SwapCached:         1492 kB
Active:          1037244 kB
Inactive:         257264 kB
Active(anon):     187072 kB
Inactive(anon):     8612 kB
Active(file):     850172 kB
Inactive(file):   248652 kB
Unevictable:        6600 kB
Mlocked:            6600 kB
SwapTotal:      67108856 kB
SwapFree:       67105300 kB
Dirty:               896 kB
Writeback:             0 kB
AnonPages:        200800 kB
Mapped:            19872 kB
Shmem:                 8 kB
Slab:             718660 kB
SReclaimable:     160748 kB
SUnreclaim:       557912 kB
KernelStack:        1624 kB
PageTables:         4756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     697704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    165888 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71332 MiB
End job on node140 at 2012-05-27 20:53:02