Trace number 3710559

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)19 1800 1792.35

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/logic-synthesis/normalized-5xp1.b.opb
MD5SUMb3e6d54e40b24334877b0ae377edea30
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark0.396939
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved YES
Number of variables464
Total number of constraints845
Number of constraints which are clauses845
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint149
Number of terms in the objective function 464
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 464
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 464
Number of bits of the biggest sum of numbers9
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.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.02/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.02/0.09	c version 2.3.2.v20120418
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		501472288
0.02/0.09	c Max memory 		7480803328
0.02/0.09	c Total memory 		504102912
0.02/0.09	c Number of processors 	8
0.06/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.06/0.12	c configuring ORDERS
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.06/0.13	c Expensive reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=true
0.06/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c solving HOME/instance-3710559-1338144195.opb
0.06/0.13	c reading problem ... 
0.52/0.33	c ... done. Wall clock time 0.203s.
0.52/0.33	c declared #vars     464
0.52/0.33	c #constraints  844
0.52/0.33	c constraints type 
0.52/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 841
0.52/0.33	c ignored satisfied constraints => 1
0.52/0.33	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.52/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.52/0.33	c 845 constraints processed.
0.52/0.34	c SATISFIABLE
0.52/0.34	c OPTIMIZING...
0.52/0.34	c Got one! Elapsed wall clock time (in seconds):0.215
0.52/0.34	o 20
0.52/0.36	c Got one! Elapsed wall clock time (in seconds):0.237
0.52/0.36	o 19
1.38/0.75	c cleaning 2498 clauses out of 5017 with flag 5000/5017
1.74/1.05	c cleaning 4255 clauses out of 8519 with flag 11000/11017
2.05/1.37	c cleaning 5621 clauses out of 11264 with flag 18000/18017
2.46/1.76	c cleaning 6775 clauses out of 13643 with flag 26000/26017
3.00/2.20	c cleaning 7927 clauses out of 15868 with flag 35000/35017
3.41/2.68	c cleaning 8924 clauses out of 17941 with flag 45000/45017
4.02/3.20	c cleaning 10001 clauses out of 20017 with flag 56000/56017
4.51/3.78	c cleaning 10993 clauses out of 22016 with flag 68000/68017
5.23/4.45	c cleaning 11995 clauses out of 24023 with flag 81000/81017
5.95/5.16	c cleaning 13009 clauses out of 26030 with flag 95002/95019
6.75/5.92	c cleaning 13995 clauses out of 28019 with flag 110000/110017
7.56/6.74	c cleaning 14996 clauses out of 30024 with flag 126000/126017
8.47/7.61	c cleaning 15988 clauses out of 32029 with flag 143001/143018
9.37/8.57	c cleaning 16981 clauses out of 34040 with flag 161000/161017
10.48/9.63	c cleaning 17978 clauses out of 36060 with flag 180001/180018
11.49/10.69	c cleaning 19029 clauses out of 38081 with flag 200000/200017
12.61/11.76	c cleaning 20011 clauses out of 40052 with flag 221000/221017
13.81/12.91	c cleaning 20995 clauses out of 42041 with flag 243000/243017
15.01/14.12	c cleaning 22011 clauses out of 44047 with flag 266001/266018
16.23/15.33	c cleaning 22988 clauses out of 46035 with flag 290000/290017
17.53/16.63	c cleaning 23992 clauses out of 48047 with flag 315000/315017
18.94/18.05	c cleaning 25003 clauses out of 50056 with flag 341001/341018
20.36/19.49	c cleaning 26010 clauses out of 52055 with flag 368003/368020
22.09/21.15	c cleaning 27003 clauses out of 54042 with flag 396000/396017
23.60/22.67	c cleaning 27997 clauses out of 56039 with flag 425000/425017
25.21/24.27	c cleaning 28997 clauses out of 58042 with flag 455000/455017
26.82/25.88	c cleaning 30015 clauses out of 60046 with flag 486001/486018
28.72/27.73	c cleaning 30986 clauses out of 62030 with flag 518000/518017
30.64/29.61	c cleaning 31984 clauses out of 64044 with flag 551000/551017
32.65/31.61	c cleaning 33011 clauses out of 66060 with flag 585000/585017
34.46/33.48	c cleaning 34008 clauses out of 68049 with flag 620000/620017
36.49/35.46	c cleaning 34979 clauses out of 70041 with flag 656000/656017
38.51/37.48	c cleaning 36011 clauses out of 72062 with flag 693000/693017
40.61/39.56	c cleaning 37017 clauses out of 74051 with flag 731000/731017
43.11/42.00	c cleaning 37989 clauses out of 76037 with flag 770003/770020
45.33/44.24	c cleaning 38995 clauses out of 78045 with flag 810000/810017
47.65/46.54	c cleaning 39991 clauses out of 80050 with flag 851000/851017
50.18/49.05	c cleaning 41026 clauses out of 82059 with flag 893000/893017
52.51/51.38	c cleaning 41977 clauses out of 84033 with flag 936000/936017
55.03/53.88	c cleaning 42996 clauses out of 86060 with flag 980004/980021
57.74/56.59	c cleaning 44008 clauses out of 88060 with flag 1025000/1025017
61.05/59.80	c cleaning 44987 clauses out of 90052 with flag 1071000/1071017
63.78/62.55	c cleaning 46020 clauses out of 92065 with flag 1118000/1118017
66.78/65.56	c cleaning 46987 clauses out of 94045 with flag 1166000/1166017
69.59/68.37	c cleaning 48006 clauses out of 96058 with flag 1215000/1215017
72.62/71.34	c cleaning 48988 clauses out of 98052 with flag 1265000/1265017
75.74/74.45	c cleaning 50017 clauses out of 100064 with flag 1316000/1316017
78.79/77.41	c cleaning 51010 clauses out of 102048 with flag 1368001/1368018
81.90/80.56	c cleaning 52003 clauses out of 104040 with flag 1421003/1421020
85.30/83.92	c cleaning 52981 clauses out of 106034 with flag 1475000/1475017
88.53/87.14	c cleaning 54010 clauses out of 108053 with flag 1530000/1530017
92.74/91.33	c cleaning 55005 clauses out of 110043 with flag 1586000/1586017
96.07/94.65	c cleaning 55988 clauses out of 112038 with flag 1643000/1643017
100.07/98.61	c cleaning 56934 clauses out of 114050 with flag 1701000/1701017
104.00/102.55	c cleaning 57948 clauses out of 116116 with flag 1760000/1760017
107.72/106.27	c cleaning 59050 clauses out of 118168 with flag 1820000/1820017
111.75/110.25	c cleaning 60027 clauses out of 120119 with flag 1881001/1881018
116.38/114.82	c cleaning 60987 clauses out of 122091 with flag 1943000/1943017
120.61/119.07	c cleaning 62036 clauses out of 124104 with flag 2006000/2006017
124.43/122.86	c cleaning 63007 clauses out of 126068 with flag 2070000/2070017
128.57/126.94	c cleaning 64008 clauses out of 128061 with flag 2135000/2135017
132.68/131.06	c cleaning 65007 clauses out of 130053 with flag 2201000/2201017
137.10/135.44	c cleaning 66019 clauses out of 132048 with flag 2268002/2268019
141.34/139.68	c cleaning 67002 clauses out of 134028 with flag 2336001/2336018
145.87/144.19	c cleaning 67975 clauses out of 136025 with flag 2405000/2405017
150.39/148.69	c cleaning 68993 clauses out of 138050 with flag 2475000/2475017
156.54/154.70	c cleaning 69999 clauses out of 140058 with flag 2546001/2546018
161.75/159.92	c cleaning 70978 clauses out of 142058 with flag 2618000/2618017
166.38/164.57	c cleaning 72003 clauses out of 144080 with flag 2691000/2691017
171.80/169.99	c cleaning 73006 clauses out of 146077 with flag 2765000/2765017
177.21/175.35	c cleaning 73996 clauses out of 148071 with flag 2840000/2840017
182.54/180.67	c cleaning 75007 clauses out of 150075 with flag 2916000/2916017
187.97/186.07	c cleaning 76006 clauses out of 152068 with flag 2993000/2993017
192.70/190.79	c cleaning 77013 clauses out of 154062 with flag 3071000/3071017
197.73/195.75	c cleaning 78018 clauses out of 156049 with flag 3150000/3150017
202.75/200.73	c cleaning 78994 clauses out of 158034 with flag 3230003/3230020
207.99/205.92	c cleaning 80010 clauses out of 160039 with flag 3311002/3311019
213.92/211.85	c cleaning 80997 clauses out of 162027 with flag 3393000/3393017
219.23/217.14	c cleaning 81989 clauses out of 164030 with flag 3476000/3476017
224.95/222.89	c cleaning 83002 clauses out of 166047 with flag 3560006/3560023
230.79/228.69	c cleaning 83993 clauses out of 168039 with flag 3645000/3645017
237.01/234.83	c cleaning 84973 clauses out of 170046 with flag 3731000/3731017
242.93/240.71	c cleaning 85994 clauses out of 172073 with flag 3818000/3818017
250.04/247.83	c cleaning 87013 clauses out of 174079 with flag 3906000/3906017
256.09/253.84	c cleaning 88016 clauses out of 176066 with flag 3995000/3995017
262.83/260.56	c cleaning 88987 clauses out of 178050 with flag 4085000/4085017
269.66/267.32	c cleaning 89991 clauses out of 180063 with flag 4176000/4176017
275.97/273.64	c cleaning 91025 clauses out of 182075 with flag 4268003/4268020
282.90/280.53	c cleaning 92003 clauses out of 184050 with flag 4361003/4361020
289.94/287.52	c cleaning 92987 clauses out of 186046 with flag 4455002/4455019
296.19/293.73	c cleaning 94016 clauses out of 188057 with flag 4550000/4550017
302.62/300.13	c cleaning 95006 clauses out of 190042 with flag 4646001/4646018
309.73/307.27	c cleaning 95995 clauses out of 192035 with flag 4743000/4743017
316.55/314.05	c cleaning 97004 clauses out of 194040 with flag 4841000/4841017
323.30/320.79	c cleaning 98008 clauses out of 196037 with flag 4940001/4940018
331.44/328.85	c cleaning 99008 clauses out of 198028 with flag 5040000/5040017
338.81/336.19	c cleaning 99958 clauses out of 200020 with flag 5141000/5141017
346.25/343.56	c cleaning 100989 clauses out of 202062 with flag 5243000/5243017
353.79/351.07	c cleaning 102017 clauses out of 204074 with flag 5346001/5346018
361.22/358.40	c cleaning 102991 clauses out of 206056 with flag 5450000/5450017
371.15/368.30	c cleaning 104020 clauses out of 208065 with flag 5555000/5555017
381.61/378.75	c cleaning 104981 clauses out of 210045 with flag 5661000/5661017
390.54/387.63	c cleaning 105967 clauses out of 212064 with flag 5768000/5768017
399.68/396.77	c cleaning 106996 clauses out of 214097 with flag 5876000/5876017
409.62/406.67	c cleaning 108033 clauses out of 216101 with flag 5985000/5985017
417.87/414.86	c cleaning 108975 clauses out of 218068 with flag 6095000/6095017
426.01/422.91	c cleaning 109996 clauses out of 220093 with flag 6206000/6206017
434.65/431.54	c cleaning 111019 clauses out of 222099 with flag 6318002/6318019
443.96/440.89	c cleaning 112030 clauses out of 224082 with flag 6431004/6431021
453.40/450.20	c cleaning 113005 clauses out of 226048 with flag 6545000/6545017
461.53/458.34	c cleaning 113988 clauses out of 228044 with flag 6660001/6660018
469.68/466.44	c cleaning 115010 clauses out of 230055 with flag 6776000/6776017
477.89/474.67	c cleaning 115995 clauses out of 232045 with flag 6893000/6893017
487.23/483.92	c cleaning 116996 clauses out of 234050 with flag 7011000/7011017
496.09/492.76	c cleaning 117991 clauses out of 236054 with flag 7130000/7130017
505.32/501.93	c cleaning 118986 clauses out of 238063 with flag 7250000/7250017
514.55/511.17	c cleaning 120020 clauses out of 240077 with flag 7371000/7371017
524.38/520.93	c cleaning 121011 clauses out of 242057 with flag 7493000/7493017
534.63/531.18	c cleaning 122008 clauses out of 244051 with flag 7616005/7616022
546.05/542.52	c cleaning 122999 clauses out of 246038 with flag 7740000/7740017
557.58/554.07	c cleaning 123992 clauses out of 248039 with flag 7865000/7865017
567.81/564.27	c cleaning 125000 clauses out of 250047 with flag 7991000/7991017
577.64/574.10	c cleaning 125994 clauses out of 252047 with flag 8118000/8118017
586.69/583.03	c cleaning 127017 clauses out of 254053 with flag 8246000/8246017
602.03/598.39	c cleaning 128005 clauses out of 256036 with flag 8375000/8375017
613.11/609.34	c cleaning 128983 clauses out of 258032 with flag 8505001/8505018
625.03/621.24	c cleaning 130004 clauses out of 260048 with flag 8636000/8636017
636.57/632.76	c cleaning 131002 clauses out of 262049 with flag 8768005/8768022
649.41/645.58	c cleaning 131994 clauses out of 264043 with flag 8901001/8901018
659.45/655.55	c cleaning 132978 clauses out of 266048 with flag 9035000/9035017
670.88/666.92	c cleaning 133999 clauses out of 268074 with flag 9170004/9170021
681.83/677.86	c cleaning 135000 clauses out of 270071 with flag 9306000/9306017
693.05/689.01	c cleaning 135984 clauses out of 272071 with flag 9443000/9443017
704.48/700.40	c cleaning 137018 clauses out of 274090 with flag 9581003/9581020
717.71/713.60	c cleaning 138001 clauses out of 276069 with flag 9720000/9720017
730.06/725.92	c cleaning 139016 clauses out of 278071 with flag 9860003/9860020
740.81/736.67	c cleaning 140012 clauses out of 280052 with flag 10001000/10001017
752.06/747.82	c cleaning 141004 clauses out of 282040 with flag 10143000/10143017
762.62/758.31	c cleaning 141981 clauses out of 284038 with flag 10286002/10286019
773.24/768.97	c cleaning 143019 clauses out of 286055 with flag 10430000/10430017
784.25/779.97	c cleaning 144001 clauses out of 288036 with flag 10575000/10575017
795.31/790.95	c cleaning 144984 clauses out of 290035 with flag 10721000/10721017
806.93/802.54	c cleaning 145987 clauses out of 292051 with flag 10868000/10868017
818.87/814.43	c cleaning 146962 clauses out of 294064 with flag 11016000/11016017
830.14/825.65	c cleaning 148032 clauses out of 296102 with flag 11165000/11165017
842.17/837.61	c cleaning 148981 clauses out of 298071 with flag 11315001/11315018
854.91/850.32	c cleaning 150021 clauses out of 300089 with flag 11466000/11466017
867.24/862.64	c cleaning 151006 clauses out of 302068 with flag 11618000/11618017
882.99/878.32	c cleaning 151984 clauses out of 304062 with flag 11771000/11771017
897.73/893.00	c cleaning 153012 clauses out of 306079 with flag 11925001/11925018
913.19/908.44	c cleaning 153987 clauses out of 308066 with flag 12080000/12080017
927.54/922.76	c cleaning 154985 clauses out of 310079 with flag 12236000/12236017
940.77/935.97	c cleaning 156030 clauses out of 312094 with flag 12393000/12393017
955.02/950.13	c cleaning 156990 clauses out of 314068 with flag 12551004/12551021
968.37/963.46	c cleaning 157992 clauses out of 316074 with flag 12710000/12710017
982.82/977.89	c cleaning 159001 clauses out of 318082 with flag 12870000/12870017
999.59/994.51	c cleaning 159987 clauses out of 320082 with flag 13031001/13031018
1013.63/1008.58	c cleaning 161037 clauses out of 322095 with flag 13193001/13193018
1026.88/1021.79	c cleaning 161985 clauses out of 324057 with flag 13356000/13356017
1039.21/1034.01	c cleaning 162990 clauses out of 326074 with flag 13520002/13520019
1055.54/1050.39	c cleaning 163984 clauses out of 328082 with flag 13685000/13685017
1071.98/1066.74	c cleaning 165031 clauses out of 330098 with flag 13851000/13851017
1086.55/1081.29	c cleaning 166010 clauses out of 332067 with flag 14018000/14018017
1101.90/1096.59	c cleaning 167000 clauses out of 334057 with flag 14186000/14186017
1116.58/1111.15	c cleaning 167988 clauses out of 336057 with flag 14355000/14355017
1131.65/1126.14	c cleaning 168965 clauses out of 338069 with flag 14525000/14525017
1146.32/1140.72	c cleaning 170024 clauses out of 340105 with flag 14696001/14696018
1161.77/1156.16	c cleaning 171005 clauses out of 342081 with flag 14868001/14868018
1176.32/1170.69	c cleaning 171984 clauses out of 344075 with flag 15041000/15041017
1190.54/1184.83	c cleaning 173025 clauses out of 346091 with flag 15215000/15215017
1204.58/1198.86	c cleaning 174012 clauses out of 348066 with flag 15390000/15390017
1221.74/1215.98	c cleaning 175005 clauses out of 350054 with flag 15566000/15566017
1241.67/1235.86	c cleaning 175984 clauses out of 352050 with flag 15743001/15743018
1257.02/1251.17	c cleaning 177022 clauses out of 354065 with flag 15921000/15921017
1273.26/1267.38	c cleaning 177998 clauses out of 356043 with flag 16100000/16100017
1291.00/1285.00	c cleaning 178996 clauses out of 358046 with flag 16280001/16280018
1308.44/1302.45	c cleaning 179998 clauses out of 360049 with flag 16461000/16461017
1326.77/1320.79	c cleaning 181012 clauses out of 362051 with flag 16643000/16643017
1344.53/1338.43	c cleaning 181970 clauses out of 364039 with flag 16826000/16826017
1361.55/1355.41	c cleaning 183011 clauses out of 366069 with flag 17010000/17010017
1378.72/1372.51	c cleaning 184014 clauses out of 368058 with flag 17195000/17195017
1397.36/1391.13	c cleaning 185002 clauses out of 370044 with flag 17381000/17381017
1414.41/1408.10	c cleaning 185995 clauses out of 372042 with flag 17568000/17568017
1432.66/1426.39	c cleaning 186985 clauses out of 374047 with flag 17756000/17756017
1452.62/1446.29	c cleaning 187980 clauses out of 376062 with flag 17945000/17945017
1470.58/1464.18	c cleaning 189006 clauses out of 378082 with flag 18135000/18135017
1489.37/1482.81	c cleaning 190005 clauses out of 380083 with flag 18326007/18326024
1507.82/1501.21	c cleaning 191022 clauses out of 382071 with flag 18518000/18518017
1526.01/1519.32	c cleaning 191996 clauses out of 384049 with flag 18711000/18711017
1546.03/1539.37	c cleaning 192993 clauses out of 386053 with flag 18905000/18905017
1562.61/1555.89	c cleaning 193993 clauses out of 388060 with flag 19100000/19100017
1583.57/1576.73	c cleaning 194988 clauses out of 390067 with flag 19296000/19296017
1601.55/1594.61	c cleaning 196006 clauses out of 392080 with flag 19493001/19493018
1620.21/1613.29	c cleaning 196992 clauses out of 394073 with flag 19691000/19691017
1638.37/1631.21	c cleaning 198016 clauses out of 396081 with flag 19890000/19890017
1659.32/1652.18	c cleaning 199001 clauses out of 398067 with flag 20090002/20090019
1676.36/1669.17	c cleaning 199988 clauses out of 400065 with flag 20291001/20291018
1698.83/1691.57	c cleaning 201022 clauses out of 402076 with flag 20493000/20493017
1720.46/1713.10	c cleaning 201981 clauses out of 404054 with flag 20696000/20696017
1744.24/1736.86	c cleaning 202990 clauses out of 406073 with flag 20900000/20900017
1766.53/1759.06	c cleaning 204012 clauses out of 408085 with flag 21105002/21105019
1789.43/1781.88	c cleaning 205009 clauses out of 410073 with flag 21311002/21311019
1800.00/1792.31	c starts		: 353
1800.00/1792.31	c conflicts		: 21444338
1800.00/1792.31	c decisions		: 88165922
1800.00/1792.31	c propagations		: 883954759
1800.00/1792.31	c inspects		: 6925982123
1800.00/1792.31	c shortcuts		: 0
1800.00/1792.31	c learnt literals	: 0
1800.00/1792.31	c learnt binary clauses	: 0
1800.00/1792.31	c learnt ternary clauses	: 0
1800.00/1792.31	c learnt constraints	: 21444340
1800.00/1792.31	c ignored constraints	: 0
1800.00/1792.31	c root simplifications	: 353
1800.00/1792.31	c removed literals (reason simplification)	: 34170972
1800.00/1792.31	c reason swapping (by a shorter reason)	: 0
1800.00/1792.31	c Calls to reduceDB	: 202
1800.00/1792.31	c number of reductions to clauses (during analyze)	: 0
1800.00/1792.31	c number of learned constraints concerned by reduction	: 0
1800.00/1792.31	c number of learning phase by resolution	: 0
1800.00/1792.31	c number of learning phase by cutting planes	: 0
1800.00/1792.31	c speed (assignments/second)	: 493285.4968877897
1800.00/1792.31	c non guided choices	849
1800.00/1792.34	c learnt constraints type 
1800.00/1792.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 338587
1800.00/1792.34	c constraints type 
1800.00/1792.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 841
1800.00/1792.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.00/1792.34	c ignored satisfied constraints => 1
1800.00/1792.34	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.00/1792.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
1800.00/1792.34	c 846 constraints processed.
1800.00/1792.34	s SATISFIABLE
1800.00/1792.34	v -x1 -x2 x3 -x4 -x5 x6 -x7 -x8 -x9 x10 -x11 -x12 -x13 -x14 -x15 -x16 x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 x27 -x28 -x29 -x30 -x31 -x32 -x33 x34 x35 -x36 -x37 -x38 -x39 -x40 x41 x42 x43 -x44 -x45 -x46 -x47 -x48 -x49 x50 x51 -x52 x53 -x54 -x55 -x56 -x57 -x58 x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 x463 -x464 
1800.00/1792.34	c objective function=19
1800.00/1792.34	c Total wall clock time (in seconds): 1792.217

Verifier Data

OK	19

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-3710559-1338144195/watcher-3710559-1338144195 -o /tmp/evaluation-result-3710559-1338144195/solver-3710559-1338144195 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710559-1338144195.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.01 1.97 3/192 24082
/proc/meminfo: memFree=28467416/32873624 swapFree=7104/7104
[pid=24082] ppid=24080 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/24082/stat : 24082 (java) D 24080 24082 21372 0 -1 4202496 81 0 0 0 0 0 0 0 20 0 1 0 280544937 278528 33 33554432000 1073741824 1073778376 140734100898896 140734100896072 227503336743 0 0 4096 0 18446744072100609316 0 0 17 3 0 0 0 0 0
/proc/24082/statm: 68 33 25 9 0 25 0

[startup+0.060345 s]
/proc/loadavg: 2.00 2.01 1.97 3/192 24082
/proc/meminfo: memFree=28467416/32873624 swapFree=7104/7104
[pid=24082] ppid=24080 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/24082/stat : 24082 (java) S 24080 24082 21372 0 -1 4202496 3122 0 1 0 2 0 0 0 20 0 13 0 280544937 9446973440 3307 33554432000 1073741824 1073778376 140737278922784 140737278913920 227515859005 0 0 0 16800971 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24082/statm: 2306390 3307 1707 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100187 s]
/proc/loadavg: 2.00 2.01 1.97 3/192 24082
/proc/meminfo: memFree=28467416/32873624 swapFree=7104/7104
[pid=24082] ppid=24080 vsize=9558440 CPUtime=0.06 cores=1,3,5,7
/proc/24082/stat : 24082 (java) S 24080 24082 21372 0 -1 4202496 4064 0 1 0 6 0 0 0 20 0 18 0 280544937 9787842560 4759 33554432000 1073741824 1073778376 140737278922784 140737278913920 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24082/statm: 2389610 4759 2074 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558440

[startup+0.300169 s]
/proc/loadavg: 2.00 2.01 1.97 3/192 24082
/proc/meminfo: memFree=28467416/32873624 swapFree=7104/7104
[pid=24082] ppid=24080 vsize=9558440 CPUtime=0.52 cores=1,3,5,7
/proc/24082/stat : 24082 (java) S 24080 24082 21372 0 -1 4202496 7235 0 1 0 51 1 0 0 20 0 18 0 280544937 9787842560 8860 33554432000 1073741824 1073778376 140737278922784 140737278913920 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24082/statm: 2389610 8860 2224 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558440

[startup+0.700171 s]
/proc/loadavg: 2.00 2.01 1.97 3/192 24082
/proc/meminfo: memFree=28467416/32873624 swapFree=7104/7104
[pid=24082] ppid=24080 vsize=9625004 CPUtime=1.38 cores=1,3,5,7
/proc/24082/stat : 24082 (java) S 24080 24082 21372 0 -1 4202496 8682 0 1 0 137 1 0 0 20 0 19 0 280544937 9856004096 12087 33554432000 1073741824 1073778376 140737278922784 140737278913920 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24082/statm: 2406251 12087 2259 9 0 2396937 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 9625004

[startup+1.50063 s]
/proc/loadavg: 2.00 2.01 1.97 5/211 24101
/proc/meminfo: memFree=28421500/32873624 swapFree=7104/7104
[pid=24082] ppid=24080 vsize=9625004 CPUtime=2.27 cores=1,3,5,7
/proc/24082/stat : 24082 (java) S 24080 24082 21372 0 -1 4202496 8750 0 1 0 225 2 0 0 20 0 19 0 280544937 9856004096 14194 33554432000 1073741824 1073778376 140737278922784 140737278913920 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24082/statm: 2406251 14194 2284 9 0 2396937 0
[pid=24082/tid=24084] ppid=24080 vsize=9625004 CPUtime=1.42 cores=1,3,5,7
/proc/24082/task/24084/stat : 24084 (java) R 24080 24082 21372 0 -1 4202560 2580 0 1 0 141 1 0 0 20 0 19 0 280544939 9856004096 14194 33554432000 1073741824 1073778376 140737278922784 139751265743400 139751138543387 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=24082/tid=24085] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24085/stat : 24085 (java) S 24080 24082 21372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280544940 9856004096 14194 33554432000 1073741824 1073778376 140737278922784 139751109557032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24082/tid=24086] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24086/stat : 24086 (java) S 24080 24082 21372 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 280544940 9856004096 14194 33554432000 1073741824 1073778376 140737278922784 139751108504232 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24082/tid=24087] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24087/stat : 24087 (java) S 24080 24082 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280544940 9856004096 14194 33554432000 1073741824 1073778376 140737278922784 139751107451944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24082/tid=24088] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24088/stat : 24088 (java) S 24080 24082 21372 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280544940 9856004096 14194 33554432000 1073741824 1073778376 140737278922784 139751106399144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24082/tid=24089] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24089/stat : 24089 (java) S 24080 24082 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280544940 9856004096 14194 33554432000 1073741824 1073778376 140737278922784 139751105345832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24082/tid=24090] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24090/stat : 24090 (java) S 24080 24082 21372 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 280544940 9856004096 14194 33554432000 1073741824 1073778376 140737278922784 139751104293032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24082/tid=24091] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24091/stat : 24091 (java) S 24080 24082 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280544940 9856004096 14194 33554432000 1073741824 1073778376 140737278922784 139751103240744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24082/tid=24092] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24092/stat : 24092 (java) S 24080 24082 21372 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 280544940 9856004096 14194 33554432000 1073741824 1073778376 140737278922784 139751102187944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24082/tid=24093] ppid=24080 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/24082/task/24093/stat : 24093 (java) S 24080 24082 21372 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 19 0 280544941 9856004096 14194 33554432000 1073741824 1073778376 140737278922784 139751089990376 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24082/tid=24094] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24094/stat : 24094 (java) S 24080 24082 21372 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280544942 9856004096 14194 33554432000 1073741824 1073778376 140737278922784 139751088936440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24082/tid=24095] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24095/stat : 24095 (java) S 24080 24082 21372 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280544942 9856004096 14194 33554432000 1073741824 1073778376 140737278922784 139751087884040 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24082/tid=24096] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24096/stat : 24096 (java) S 24080 24082 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280544944 9856004096 14194 33554432000 1073741824 1073778376 140737278922784 139751086832528 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24082/tid=24097] ppid=24080 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/24082/task/24097/stat : 24097 (java) S 24080 24082 21372 0 -1 4202560 2423 0 0 0 37 0 0 0 20 0 19 0 280544944 9856004096 14194 33554432000 1073741824 1073778376 140737278922784 139751085779128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24082/tid=24098] ppid=24080 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/24082/task/24098/stat : 24098 (java) S 24080 24082 21372 0 -1 4202560 2505 0 0 0 39 0 0 0 20 0 19 0 280544944 9856004096 14194 33554432000 1073741824 1073778376 140737278922784 139751084726328 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24082/tid=24099] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24099/stat : 24099 (java) S 24080 24082 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280544944 9856004096 14194 33554432000 1073741824 1073778376 140737278922784 139751083674232 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24082/tid=24100] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24100/stat : 24100 (java) S 24080 24082 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280544944 9856004096 14194 33554432000 1073741824 1073778376 140737278922784 139751082621640 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24082/tid=24101] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24101/stat : 24101 (java) S 24080 24082 21372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280544971 9856004096 14194 33554432000 1073741824 1073778376 140737278922784 139751081567656 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 9625004

[startup+3.10052 s]
/proc/loadavg: 2.00 2.00 1.97 3/211 24101
/proc/meminfo: memFree=28416900/32873624 swapFree=7104/7104
[pid=24082] ppid=24080 vsize=9625004 CPUtime=3.91 cores=1,3,5,7
/proc/24082/stat : 24082 (java) S 24080 24082 21372 0 -1 4202496 8769 0 1 0 389 2 0 0 20 0 19 0 280544937 9856004096 15232 33554432000 1073741824 1073778376 140737278922784 140737278913920 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24082/statm: 2406251 15232 2284 9 0 2396937 0
[pid=24082/tid=24084] ppid=24080 vsize=9625004 CPUtime=2.97 cores=1,3,5,7
/proc/24082/task/24084/stat : 24084 (java) R 24080 24082 21372 0 -1 4202560 2582 0 1 0 296 1 0 0 20 0 19 0 280544939 9856004096 15232 33554432000 1073741824 1073778376 140737278922784 139751265743152 139751138525832 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24082/tid=24085] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24085/stat : 24085 (java) S 24080 24082 21372 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 280544940 9856004096 15232 33554432000 1073741824 1073778376 140737278922784 139751109557032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24082/tid=24086] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24086/stat : 24086 (java) S 24080 24082 21372 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 280544940 9856004096 15232 33554432000 1073741824 1073778376 140737278922784 139751108504232 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24082/tid=24087] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24087/stat : 24087 (java) S 24080 24082 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280544940 9856004096 15232 33554432000 1073741824 1073778376 140737278922784 139751107451944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24082/tid=24088] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24088/stat : 24088 (java) S 24080 24082 21372 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280544940 9856004096 15232 33554432000 1073741824 1073778376 140737278922784 139751106399144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24082/tid=24089] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24089/stat : 24089 (java) S 24080 24082 21372 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 280544940 9856004096 15232 33554432000 1073741824 1073778376 140737278922784 139751105345832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24082/tid=24090] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24090/stat : 24090 (java) S 24080 24082 21372 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 280544940 9856004096 15232 33554432000 1073741824 1073778376 140737278922784 139751104293032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24082/tid=24091] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24091/stat : 24091 (java) S 24080 24082 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280544940 9856004096 15232 33554432000 1073741824 1073778376 140737278922784 139751103240744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24082/tid=24092] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24092/stat : 24092 (java) S 24080 24082 21372 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 280544940 9856004096 15232 33554432000 1073741824 1073778376 140737278922784 139751102187944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24082/tid=24093] ppid=24080 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/24082/task/24093/stat : 24093 (java) S 24080 24082 21372 0 -1 4202560 32 0 0 0 4 0 0 0 20 0 19 0 280544941 9856004096 15232 33554432000 1073741824 1073778376 140737278922784 139751089990376 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24082/tid=24094] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24094/stat : 24094 (java) S 24080 24082 21372 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280544942 9856004096 15232 33554432000 1073741824 1073778376 140737278922784 139751088936440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24082/tid=24095] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24095/stat : 24095 (java) S 24080 24082 21372 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280544942 9856004096 15232 33554432000 1073741824 1073778376 140737278922784 139751087884040 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24082/tid=24096] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24096/stat : 24096 (java) S 24080 24082 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280544944 9856004096 15232 33554432000 1073741824 1073778376 140737278922784 139751086832528 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24082/tid=24097] ppid=24080 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/24082/task/24097/stat : 24097 (java) S 24080 24082 21372 0 -1 4202560 2423 0 0 0 37 0 0 0 20 0 19 0 280544944 9856004096 15232 33554432000 1073741824 1073778376 140737278922784 139751085779128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24082/tid=24098] ppid=24080 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/24082/task/24098/stat : 24098 (java) S 24080 24082 21372 0 -1 4202560 2514 0 0 0 43 0 0 0 20 0 19 0 280544944 9856004096 15232 33554432000 1073741824 1073778376 140737278922784 139751084726328 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24082/tid=24099] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24099/stat : 24099 (java) S 24080 24082 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280544944 9856004096 15232 33554432000 1073741824 1073778376 140737278922784 139751083674232 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24082/tid=24100] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24100/stat : 24100 (java) S 24080 24082 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280544944 9856004096 15232 33554432000 1073741824 1073778376 140737278922784 139751082621640 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24082/tid=24101] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24101/stat : 24101 (java) S 24080 24082 21372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280544971 9856004096 15232 33554432000 1073741824 1073778376 140737278922784 139751081567656 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.91
Current children cumulated vsize (KiB) 9625004

[startup+6.30052 s]
/proc/loadavg: 2.00 2.00 1.97 3/211 24101
/proc/meminfo: memFree=28412884/32873624 swapFree=7104/7104
[pid=24082] ppid=24080 vsize=9625004 CPUtime=7.16 cores=1,3,5,7
/proc/24082/stat : 24082 (java) S 24080 24082 21372 0 -1 4202496 8794 0 1 0 714 2 0 0 20 0 19 0 280544937 9856004096 15661 33554432000 1073741824 1073778376 140737278922784 140737278913920 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24082/statm: 2406251 15661 2284 9 0 2396937 0
[pid=24082/tid=24084] ppid=24080 vsize=9625004 CPUtime=6.08 cores=1,3,5,7
/proc/24082/task/24084/stat : 24084 (java) R 24080 24082 21372 0 -1 4202560 2588 0 1 0 607 1 0 0 20 0 19 0 280544939 9856004096 15661 33554432000 1073741824 1073778376 140737278922784 139751265743152 139751138517895 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24082/tid=24085] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24085/stat : 24085 (java) S 24080 24082 21372 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 280544940 9856004096 15661 33554432000 1073741824 1073778376 140737278922784 139751109557032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24082/tid=24086] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24086/stat : 24086 (java) S 24080 24082 21372 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 280544940 9856004096 15661 33554432000 1073741824 1073778376 140737278922784 139751108504232 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24082/tid=24087] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24087/stat : 24087 (java) S 24080 24082 21372 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 280544940 9856004096 15661 33554432000 1073741824 1073778376 140737278922784 139751107451944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24082/tid=24088] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24088/stat : 24088 (java) S 24080 24082 21372 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 280544940 9856004096 15661 33554432000 1073741824 1073778376 140737278922784 139751106399144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24082/tid=24089] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24089/stat : 24089 (java) S 24080 24082 21372 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 280544940 9856004096 15661 33554432000 1073741824 1073778376 140737278922784 139751105345832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24082/tid=24090] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24090/stat : 24090 (java) S 24080 24082 21372 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 280544940 9856004096 15661 33554432000 1073741824 1073778376 140737278922784 139751104293032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24082/tid=24091] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24091/stat : 24091 (java) S 24080 24082 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280544940 9856004096 15661 33554432000 1073741824 1073778376 140737278922784 139751103240744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24082/tid=24092] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24092/stat : 24092 (java) S 24080 24082 21372 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 280544940 9856004096 15661 33554432000 1073741824 1073778376 140737278922784 139751102187944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24082/tid=24093] ppid=24080 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/24082/task/24093/stat : 24093 (java) S 24080 24082 21372 0 -1 4202560 33 0 0 0 10 0 0 0 20 0 19 0 280544941 9856004096 15661 33554432000 1073741824 1073778376 140737278922784 139751089990376 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24082/tid=24094] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24094/stat : 24094 (java) S 24080 24082 21372 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280544942 9856004096 15661 33554432000 1073741824 1073778376 140737278922784 139751088936440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24082/tid=24095] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24095/stat : 24095 (java) S 24080 24082 21372 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280544942 9856004096 15661 33554432000 1073741824 1073778376 140737278922784 139751087884040 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24082/tid=24096] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24096/stat : 24096 (java) S 24080 24082 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280544944 9856004096 15661 33554432000 1073741824 1073778376 140737278922784 139751086832528 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24082/tid=24097] ppid=24080 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/24082/task/24097/stat : 24097 (java) S 24080 24082 21372 0 -1 4202560 2423 0 0 0 37 0 0 0 20 0 19 0 280544944 9856004096 15661 33554432000 1073741824 1073778376 140737278922784 139751085779128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24082/tid=24098] ppid=24080 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/24082/task/24098/stat : 24098 (java) S 24080 24082 21372 0 -1 4202560 2514 0 0 0 44 0 0 0 20 0 19 0 280544944 9856004096 15661 33554432000 1073741824 1073778376 140737278922784 139751084726328 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24082/tid=24099] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24099/stat : 24099 (java) S 24080 24082 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280544944 9856004096 15661 33554432000 1073741824 1073778376 140737278922784 139751083674232 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24082/tid=24100] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24100/stat : 24100 (java) S 24080 24082 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280544944 9856004096 15661 33554432000 1073741824 1073778376 140737278922784 139751082621640 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24082/tid=24101] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24101/stat : 24101 (java) S 24080 24082 21372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280544971 9856004096 15661 33554432000 1073741824 1073778376 140737278922784 139751081567656 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.16
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=24082/tid=24097] ppid=24080 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/24082/task/24097/stat : 24097 (java) S 24080 24082 21372 0 -1 4202560 2423 0 0 0 37 0 0 0 20 0 19 0 280544944 9856004096 63764 33554432000 1073741824 1073778376 140737278922784 139751085779128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24082/tid=24098] ppid=24080 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/24082/task/24098/stat : 24098 (java) S 24080 24082 21372 0 -1 4202560 2569 0 0 0 46 0 0 0 20 0 19 0 280544944 9856004096 63764 33554432000 1073741824 1073778376 140737278922784 139751084726328 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24082/tid=24099] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24099/stat : 24099 (java) S 24080 24082 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280544944 9856004096 63764 33554432000 1073741824 1073778376 140737278922784 139751083674232 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24082/tid=24100] ppid=24080 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/24082/task/24100/stat : 24100 (java) S 24080 24082 21372 0 -1 4202560 99 0 0 0 20 20 0 0 20 0 19 0 280544944 9856004096 63764 33554432000 1073741824 1073778376 140737278922784 139751082621640 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24082/tid=24101] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24101/stat : 24101 (java) S 24080 24082 21372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280544971 9856004096 63764 33554432000 1073741824 1073778376 140737278922784 139751081567656 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1729.74
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 1.99 1.99 1.99 11/211 24198
/proc/meminfo: memFree=27145140/32873624 swapFree=7104/7104
[pid=24082] ppid=24080 vsize=9625004 CPUtime=1790 cores=1,3,5,7
/proc/24082/stat : 24082 (java) S 24080 24082 21372 0 -1 4202496 11346 0 1 0 178959 41 0 0 20 0 19 0 280544937 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 140737278913920 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24082/statm: 2406251 64788 2285 9 0 2396937 0
[pid=24082/tid=24084] ppid=24080 vsize=9625004 CPUtime=1764.65 cores=1,3,5,7
/proc/24082/task/24084/stat : 24084 (java) R 24080 24082 21372 0 -1 4202560 2799 0 1 0 176437 28 0 0 20 0 19 0 280544939 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751265743272 139751138497225 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24082/tid=24085] ppid=24080 vsize=9625004 CPUtime=1.16 cores=1,3,5,7
/proc/24082/task/24085/stat : 24085 (java) S 24080 24082 21372 0 -1 4202560 192 0 0 0 114 2 0 0 20 0 19 0 280544940 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751109557032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24082/tid=24086] ppid=24080 vsize=9625004 CPUtime=1.17 cores=1,3,5,7
/proc/24082/task/24086/stat : 24086 (java) S 24080 24082 21372 0 -1 4202560 174 0 0 0 115 2 0 0 20 0 19 0 280544940 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751108504232 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24082/tid=24087] ppid=24080 vsize=9625004 CPUtime=1.22 cores=1,3,5,7
/proc/24082/task/24087/stat : 24087 (java) S 24080 24082 21372 0 -1 4202560 305 0 0 0 120 2 0 0 20 0 19 0 280544940 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751107451944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24082/tid=24088] ppid=24080 vsize=9625004 CPUtime=1.13 cores=1,3,5,7
/proc/24082/task/24088/stat : 24088 (java) S 24080 24082 21372 0 -1 4202560 280 0 0 0 112 1 0 0 20 0 19 0 280544940 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751106399144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24082/tid=24089] ppid=24080 vsize=9625004 CPUtime=1.18 cores=1,3,5,7
/proc/24082/task/24089/stat : 24089 (java) S 24080 24082 21372 0 -1 4202560 278 0 0 0 116 2 0 0 20 0 19 0 280544940 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751105345832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24082/tid=24090] ppid=24080 vsize=9625004 CPUtime=1.09 cores=1,3,5,7
/proc/24082/task/24090/stat : 24090 (java) S 24080 24082 21372 0 -1 4202560 65 0 0 0 107 2 0 0 20 0 19 0 280544940 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751104293032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24082/tid=24091] ppid=24080 vsize=9625004 CPUtime=1.18 cores=1,3,5,7
/proc/24082/task/24091/stat : 24091 (java) S 24080 24082 21372 0 -1 4202560 305 0 0 0 116 2 0 0 20 0 19 0 280544940 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751103240744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24082/tid=24092] ppid=24080 vsize=9625004 CPUtime=1.16 cores=1,3,5,7
/proc/24082/task/24092/stat : 24092 (java) S 24080 24082 21372 0 -1 4202560 496 0 0 0 114 2 0 0 20 0 19 0 280544940 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751102187944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24082/tid=24093] ppid=24080 vsize=9625004 CPUtime=10.32 cores=1,3,5,7
/proc/24082/task/24093/stat : 24093 (java) S 24080 24082 21372 0 -1 4202560 176 0 0 0 1030 2 0 0 20 0 19 0 280544941 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751089990376 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24082/tid=24094] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24094/stat : 24094 (java) S 24080 24082 21372 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280544942 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751088936440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24082/tid=24095] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24095/stat : 24095 (java) S 24080 24082 21372 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280544942 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751087884040 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24082/tid=24096] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24096/stat : 24096 (java) S 24080 24082 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280544944 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751086832528 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24082/tid=24097] ppid=24080 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/24082/task/24097/stat : 24097 (java) S 24080 24082 21372 0 -1 4202560 2423 0 0 0 37 0 0 0 20 0 19 0 280544944 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751085779128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24082/tid=24098] ppid=24080 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/24082/task/24098/stat : 24098 (java) S 24080 24082 21372 0 -1 4202560 2569 0 0 0 46 0 0 0 20 0 19 0 280544944 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751084726328 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24082/tid=24099] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24099/stat : 24099 (java) S 24080 24082 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280544944 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751083674232 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24082/tid=24100] ppid=24080 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/24082/task/24100/stat : 24100 (java) S 24080 24082 21372 0 -1 4202560 103 0 0 0 21 20 0 0 20 0 19 0 280544944 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751082621640 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24082/tid=24101] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24101/stat : 24101 (java) S 24080 24082 21372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280544971 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751081567656 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1790
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/211 24257
/proc/meminfo: memFree=28306728/32873624 swapFree=7104/7104
[pid=24082] ppid=24080 vsize=9625004 CPUtime=1800 cores=1,3,5,7
/proc/24082/stat : 24082 (java) S 24080 24082 21372 0 -1 4202496 11346 0 1 0 179959 41 0 0 20 0 19 0 280544937 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 140737278913920 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24082/statm: 2406251 64788 2285 9 0 2396937 0
[pid=24082/tid=24084] ppid=24080 vsize=9625004 CPUtime=1774.63 cores=1,3,5,7
/proc/24082/task/24084/stat : 24084 (java) R 24080 24082 21372 0 -1 4202560 2799 0 1 0 177435 28 0 0 20 0 19 0 280544939 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751265743152 139751138661987 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24082/tid=24085] ppid=24080 vsize=9625004 CPUtime=1.16 cores=1,3,5,7
/proc/24082/task/24085/stat : 24085 (java) S 24080 24082 21372 0 -1 4202560 192 0 0 0 114 2 0 0 20 0 19 0 280544940 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751109557032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24082/tid=24086] ppid=24080 vsize=9625004 CPUtime=1.17 cores=1,3,5,7
/proc/24082/task/24086/stat : 24086 (java) S 24080 24082 21372 0 -1 4202560 174 0 0 0 115 2 0 0 20 0 19 0 280544940 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751108504232 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24082/tid=24087] ppid=24080 vsize=9625004 CPUtime=1.22 cores=1,3,5,7
/proc/24082/task/24087/stat : 24087 (java) S 24080 24082 21372 0 -1 4202560 305 0 0 0 120 2 0 0 20 0 19 0 280544940 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751107451944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24082/tid=24088] ppid=24080 vsize=9625004 CPUtime=1.13 cores=1,3,5,7
/proc/24082/task/24088/stat : 24088 (java) S 24080 24082 21372 0 -1 4202560 280 0 0 0 112 1 0 0 20 0 19 0 280544940 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751106399144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24082/tid=24089] ppid=24080 vsize=9625004 CPUtime=1.18 cores=1,3,5,7
/proc/24082/task/24089/stat : 24089 (java) S 24080 24082 21372 0 -1 4202560 278 0 0 0 116 2 0 0 20 0 19 0 280544940 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751105345832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24082/tid=24090] ppid=24080 vsize=9625004 CPUtime=1.09 cores=1,3,5,7
/proc/24082/task/24090/stat : 24090 (java) S 24080 24082 21372 0 -1 4202560 65 0 0 0 107 2 0 0 20 0 19 0 280544940 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751104293032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24082/tid=24091] ppid=24080 vsize=9625004 CPUtime=1.18 cores=1,3,5,7
/proc/24082/task/24091/stat : 24091 (java) S 24080 24082 21372 0 -1 4202560 305 0 0 0 116 2 0 0 20 0 19 0 280544940 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751103240744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24082/tid=24092] ppid=24080 vsize=9625004 CPUtime=1.16 cores=1,3,5,7
/proc/24082/task/24092/stat : 24092 (java) S 24080 24082 21372 0 -1 4202560 496 0 0 0 114 2 0 0 20 0 19 0 280544940 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751102187944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24082/tid=24093] ppid=24080 vsize=9625004 CPUtime=10.32 cores=1,3,5,7
/proc/24082/task/24093/stat : 24093 (java) S 24080 24082 21372 0 -1 4202560 176 0 0 0 1030 2 0 0 20 0 19 0 280544941 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751089990376 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24082/tid=24094] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24094/stat : 24094 (java) S 24080 24082 21372 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280544942 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751088936440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24082/tid=24095] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24095/stat : 24095 (java) S 24080 24082 21372 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280544942 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751087884040 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24082/tid=24096] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24096/stat : 24096 (java) S 24080 24082 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280544944 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751086832528 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24082/tid=24097] ppid=24080 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/24082/task/24097/stat : 24097 (java) S 24080 24082 21372 0 -1 4202560 2423 0 0 0 37 0 0 0 20 0 19 0 280544944 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751085779128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24082/tid=24098] ppid=24080 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/24082/task/24098/stat : 24098 (java) S 24080 24082 21372 0 -1 4202560 2569 0 0 0 46 0 0 0 20 0 19 0 280544944 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751084726328 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24082/tid=24099] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24099/stat : 24099 (java) S 24080 24082 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280544944 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751083674232 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24082/tid=24100] ppid=24080 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/24082/task/24100/stat : 24100 (java) S 24080 24082 21372 0 -1 4202560 103 0 0 0 21 21 0 0 20 0 19 0 280544944 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751082621640 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24082/tid=24101] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24101/stat : 24101 (java) S 24080 24082 21372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280544971 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751081567656 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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+1792.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/211 24257
/proc/meminfo: memFree=28306728/32873624 swapFree=7104/7104
[pid=24082] ppid=24080 vsize=9625004 CPUtime=1800 cores=1,3,5,7
/proc/24082/stat : 24082 (java) S 24080 24082 21372 0 -1 4202496 11346 0 1 0 179959 41 0 0 20 0 19 0 280544937 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 140737278913920 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24082/statm: 2406251 64788 2285 9 0 2396937 0
[pid=24082/tid=24084] ppid=24080 vsize=9625004 CPUtime=1774.63 cores=1,3,5,7
/proc/24082/task/24084/stat : 24084 (java) R 24080 24082 21372 0 -1 4202560 2799 0 1 0 177435 28 0 0 20 0 19 0 280544939 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751265743152 139751138661987 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24082/tid=24085] ppid=24080 vsize=9625004 CPUtime=1.16 cores=1,3,5,7
/proc/24082/task/24085/stat : 24085 (java) S 24080 24082 21372 0 -1 4202560 192 0 0 0 114 2 0 0 20 0 19 0 280544940 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751109557032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24082/tid=24086] ppid=24080 vsize=9625004 CPUtime=1.17 cores=1,3,5,7
/proc/24082/task/24086/stat : 24086 (java) S 24080 24082 21372 0 -1 4202560 174 0 0 0 115 2 0 0 20 0 19 0 280544940 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751108504232 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24082/tid=24087] ppid=24080 vsize=9625004 CPUtime=1.22 cores=1,3,5,7
/proc/24082/task/24087/stat : 24087 (java) S 24080 24082 21372 0 -1 4202560 305 0 0 0 120 2 0 0 20 0 19 0 280544940 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751107451944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24082/tid=24088] ppid=24080 vsize=9625004 CPUtime=1.13 cores=1,3,5,7
/proc/24082/task/24088/stat : 24088 (java) S 24080 24082 21372 0 -1 4202560 280 0 0 0 112 1 0 0 20 0 19 0 280544940 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751106399144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24082/tid=24089] ppid=24080 vsize=9625004 CPUtime=1.18 cores=1,3,5,7
/proc/24082/task/24089/stat : 24089 (java) S 24080 24082 21372 0 -1 4202560 278 0 0 0 116 2 0 0 20 0 19 0 280544940 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751105345832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24082/tid=24090] ppid=24080 vsize=9625004 CPUtime=1.09 cores=1,3,5,7
/proc/24082/task/24090/stat : 24090 (java) S 24080 24082 21372 0 -1 4202560 65 0 0 0 107 2 0 0 20 0 19 0 280544940 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751104293032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24082/tid=24091] ppid=24080 vsize=9625004 CPUtime=1.18 cores=1,3,5,7
/proc/24082/task/24091/stat : 24091 (java) S 24080 24082 21372 0 -1 4202560 305 0 0 0 116 2 0 0 20 0 19 0 280544940 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751103240744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24082/tid=24092] ppid=24080 vsize=9625004 CPUtime=1.16 cores=1,3,5,7
/proc/24082/task/24092/stat : 24092 (java) S 24080 24082 21372 0 -1 4202560 496 0 0 0 114 2 0 0 20 0 19 0 280544940 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751102187944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24082/tid=24093] ppid=24080 vsize=9625004 CPUtime=10.32 cores=1,3,5,7
/proc/24082/task/24093/stat : 24093 (java) S 24080 24082 21372 0 -1 4202560 176 0 0 0 1030 2 0 0 20 0 19 0 280544941 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751089990376 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24082/tid=24094] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24094/stat : 24094 (java) S 24080 24082 21372 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280544942 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751088936440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24082/tid=24095] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24095/stat : 24095 (java) S 24080 24082 21372 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280544942 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751087884040 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24082/tid=24096] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24096/stat : 24096 (java) S 24080 24082 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280544944 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751086832528 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24082/tid=24097] ppid=24080 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/24082/task/24097/stat : 24097 (java) S 24080 24082 21372 0 -1 4202560 2423 0 0 0 37 0 0 0 20 0 19 0 280544944 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751085779128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24082/tid=24098] ppid=24080 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/24082/task/24098/stat : 24098 (java) S 24080 24082 21372 0 -1 4202560 2569 0 0 0 46 0 0 0 20 0 19 0 280544944 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751084726328 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24082/tid=24099] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24099/stat : 24099 (java) S 24080 24082 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280544944 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751083674232 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24082/tid=24100] ppid=24080 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/24082/task/24100/stat : 24100 (java) S 24080 24082 21372 0 -1 4202560 103 0 0 0 21 21 0 0 20 0 19 0 280544944 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751082621640 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24082/tid=24101] ppid=24080 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24082/task/24101/stat : 24101 (java) S 24080 24082 21372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280544971 9856004096 64788 33554432000 1073741824 1073778376 140737278922784 139751081567656 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24082 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=49111
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=800878
# CPU time returned by wait4() is 1795.85
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1792.35
CPU time (s): 1800
CPU user time (s): 1799.59
CPU system time (s): 0.41
CPU usage (%): 100.427
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.05
system time used= 0.800878
maximum resident set size= 259280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11380
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43616
involuntary context switches= 23060

runsolver used 5.9111 second user time and 14.4718 second system time

The end

Launcher Data

Begin job on node121 at 2012-05-27 20:43:15
IDJOB=3710559
IDBENCH=2046
IDSOLVER=2289
FILE ID=node121/3710559-1338144195
RUNJOBID= node121-1338138816-23673
PBS_JOBID= 14624482
Free space on /tmp= 71708 MiB

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

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

MD5SUM BENCH= b3e6d54e40b24334877b0ae377edea30
RANDOM SEED=1947021687

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
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	: 5438.55
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.042
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:       32873624 kB
MemFree:        28468052 kB
Buffers:          511212 kB
Cached:          2777616 kB
SwapCached:            0 kB
Active:          1026864 kB
Inactive:        2522548 kB
Active(anon):     261952 kB
Inactive(anon):        0 kB
Active(file):     764912 kB
Inactive(file):  2522548 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1244 kB
Writeback:             0 kB
AnonPages:        266520 kB
Mapped:            22516 kB
Shmem:               200 kB
Slab:             717712 kB
SReclaimable:     162068 kB
SUnreclaim:       555644 kB
KernelStack:        1592 kB
PageTables:         4780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:     684916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    235520 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71708 MiB
End job on node121 at 2012-05-27 21:13:09