Trace number 3710628

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)1524 1800.06 1793.56

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
synthesis-ptl-cmos-circuits/normalized-cmb.opb
MD5SUM8aa1aebf70d33d96463ba96014c98682
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1053
Best CPU time to get the best result obtained on this benchmark0.042993
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1053
Optimality of the best value was proved YES
Number of variables304
Total number of constraints671
Number of constraints which are clauses671
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 constraint28
Number of terms in the objective function 304
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 12887
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 61
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 12887
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.07/0.10	c version 2.3.2.v20120418
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.14	c read org.sat4j.minisat.orders.VarOrderHeap
0.07/0.14	c configuring ORDERS
0.07/0.14	c --- Begin Solver configuration ---
0.07/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.07/0.14	c Learn all clauses as in MiniSAT
0.07/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.07/0.14	c Expensive reason simplification
0.07/0.14	c Armin Biere (Picosat) restarts strategy
0.07/0.14	c Glucose learned constraints deletion strategy
0.07/0.14	c timeout=2147483s
0.07/0.14	c DB Simplification allowed=true
0.07/0.14	c Heuristics kept accross calls (keep the solver "hot")
0.07/0.14	c --- End Solver configuration ---
0.07/0.14	c solving HOME/instance-3710628-1338143229.opb
0.07/0.14	c reading problem ... 
0.22/0.25	c ... done. Wall clock time 0.105s.
0.22/0.25	c declared #vars     304
0.22/0.25	c #constraints  668
0.22/0.25	c constraints type 
0.22/0.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 489
0.22/0.25	c ignored satisfied constraints => 3
0.22/0.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 178
0.22/0.25	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.22/0.25	c 671 constraints processed.
0.22/0.26	c SATISFIABLE
0.22/0.26	c OPTIMIZING...
0.22/0.26	c Got one! Elapsed wall clock time (in seconds):0.113
0.22/0.26	o 1524
0.98/0.60	c cleaning 2492 clauses out of 4995 with flag 5002/5002
1.23/0.83	c cleaning 4248 clauses out of 8502 with flag 11001/11001
1.45/1.09	c cleaning 5623 clauses out of 11253 with flag 18000/18000
1.87/1.40	c cleaning 6810 clauses out of 13628 with flag 26000/26000
2.18/1.76	c cleaning 7900 clauses out of 15818 with flag 35000/35000
2.59/2.12	c cleaning 8955 clauses out of 17918 with flag 45000/45000
2.99/2.55	c cleaning 9977 clauses out of 19963 with flag 56000/56000
3.50/3.02	c cleaning 10988 clauses out of 21989 with flag 68003/68003
4.01/3.57	c cleaning 11993 clauses out of 23998 with flag 81000/81000
4.61/4.13	c cleaning 12993 clauses out of 26005 with flag 95000/95000
5.21/4.76	c cleaning 14000 clauses out of 28014 with flag 110002/110002
5.82/5.40	c cleaning 14999 clauses out of 30012 with flag 126000/126000
6.53/6.09	c cleaning 15996 clauses out of 32013 with flag 143000/143000
7.23/6.76	c cleaning 17003 clauses out of 34020 with flag 161003/161003
8.03/7.57	c cleaning 18001 clauses out of 36015 with flag 180001/180001
8.93/8.40	c cleaning 19002 clauses out of 38017 with flag 200004/200004
9.83/9.30	c cleaning 20000 clauses out of 40011 with flag 221000/221000
10.64/10.19	c cleaning 21003 clauses out of 42013 with flag 243002/243002
11.55/11.09	c cleaning 22000 clauses out of 44009 with flag 266001/266001
12.55/12.03	c cleaning 22995 clauses out of 46008 with flag 290000/290000
13.55/13.07	c cleaning 23997 clauses out of 48013 with flag 315000/315000
14.66/14.15	c cleaning 25000 clauses out of 50017 with flag 341001/341001
15.78/15.26	c cleaning 26002 clauses out of 52016 with flag 368000/368000
17.11/16.51	c cleaning 27004 clauses out of 54015 with flag 396001/396001
18.32/17.74	c cleaning 27996 clauses out of 56010 with flag 425000/425000
19.65/19.05	c cleaning 28998 clauses out of 58014 with flag 455000/455000
21.15/20.58	c cleaning 29996 clauses out of 60016 with flag 486000/486000
22.66/22.02	c cleaning 31001 clauses out of 62022 with flag 518002/518002
24.27/23.67	c cleaning 31996 clauses out of 64021 with flag 551002/551002
25.98/25.39	c cleaning 33005 clauses out of 66023 with flag 585000/585000
27.60/26.94	c cleaning 34006 clauses out of 68018 with flag 620000/620000
29.31/28.61	c cleaning 35000 clauses out of 70014 with flag 656002/656002
31.11/30.45	c cleaning 35996 clauses out of 72012 with flag 693000/693000
33.13/32.44	c cleaning 36995 clauses out of 74016 with flag 731000/731000
35.25/34.51	c cleaning 37999 clauses out of 76023 with flag 770002/770002
37.38/36.61	c cleaning 39000 clauses out of 78022 with flag 810000/810000
39.99/39.25	c cleaning 40007 clauses out of 80023 with flag 851001/851001
42.51/41.77	c cleaning 41002 clauses out of 82015 with flag 893000/893000
44.41/43.69	c cleaning 42001 clauses out of 84013 with flag 936000/936000
46.61/45.81	c cleaning 42999 clauses out of 86012 with flag 980000/980000
49.04/48.20	c cleaning 43996 clauses out of 88013 with flag 1025000/1025000
51.55/50.75	c cleaning 45004 clauses out of 90018 with flag 1071001/1071001
53.86/53.09	c cleaning 45995 clauses out of 92013 with flag 1118000/1118000
56.59/55.74	c cleaning 47000 clauses out of 94018 with flag 1166000/1166000
59.00/58.12	c cleaning 47996 clauses out of 96018 with flag 1215000/1215000
61.82/60.93	c cleaning 48999 clauses out of 98022 with flag 1265000/1265000
64.75/63.84	c cleaning 50003 clauses out of 100024 with flag 1316001/1316001
67.39/66.47	c cleaning 51002 clauses out of 102021 with flag 1368001/1368001
70.00/69.03	c cleaning 52004 clauses out of 104019 with flag 1421001/1421001
72.52/71.56	c cleaning 53002 clauses out of 106015 with flag 1475001/1475001
75.62/74.67	c cleaning 53997 clauses out of 108013 with flag 1530001/1530001
78.65/77.67	c cleaning 54990 clauses out of 110016 with flag 1586001/1586001
81.66/80.69	c cleaning 56003 clauses out of 112028 with flag 1643003/1643003
85.68/84.67	c cleaning 57001 clauses out of 114022 with flag 1701000/1701000
89.42/88.30	c cleaning 58000 clauses out of 116021 with flag 1760000/1760000
92.23/91.16	c cleaning 58999 clauses out of 118023 with flag 1820002/1820002
95.56/94.47	c cleaning 60003 clauses out of 120022 with flag 1881000/1881000
99.38/98.27	c cleaning 60996 clauses out of 122019 with flag 1943000/1943000
102.88/101.76	c cleaning 62006 clauses out of 124025 with flag 2006002/2006002
106.11/104.98	c cleaning 63001 clauses out of 126018 with flag 2070001/2070001
109.63/108.45	c cleaning 64000 clauses out of 128016 with flag 2135000/2135000
113.67/112.42	c cleaning 65004 clauses out of 130018 with flag 2201002/2201002
118.40/117.17	c cleaning 65994 clauses out of 132012 with flag 2268000/2268000
122.52/121.23	c cleaning 66995 clauses out of 134019 with flag 2336001/2336001
127.33/126.06	c cleaning 68004 clauses out of 136024 with flag 2405001/2405001
131.17/129.80	c cleaning 69002 clauses out of 138019 with flag 2475000/2475000
135.27/133.93	c cleaning 69994 clauses out of 140017 with flag 2546000/2546000
139.61/138.23	c cleaning 71000 clauses out of 142023 with flag 2618000/2618000
143.64/142.21	c cleaning 71997 clauses out of 144024 with flag 2691001/2691001
148.64/147.25	c cleaning 73005 clauses out of 146026 with flag 2765000/2765000
153.88/152.49	c cleaning 74000 clauses out of 148021 with flag 2840000/2840000
159.32/157.80	c cleaning 74993 clauses out of 150021 with flag 2916000/2916000
164.54/163.09	c cleaning 76004 clauses out of 152028 with flag 2993000/2993000
168.57/167.06	c cleaning 76998 clauses out of 154024 with flag 3071000/3071000
172.69/171.16	c cleaning 78001 clauses out of 156027 with flag 3150001/3150001
177.20/175.69	c cleaning 79005 clauses out of 158025 with flag 3230000/3230000
181.83/180.26	c cleaning 79997 clauses out of 160021 with flag 3311001/3311001
186.34/184.73	c cleaning 81005 clauses out of 162026 with flag 3393003/3393003
190.75/189.16	c cleaning 82001 clauses out of 164019 with flag 3476001/3476001
196.85/195.21	c cleaning 82998 clauses out of 166017 with flag 3560000/3560000
202.38/200.77	c cleaning 83992 clauses out of 168020 with flag 3645001/3645001
206.99/205.39	c cleaning 85003 clauses out of 170028 with flag 3731001/3731001
211.93/210.26	c cleaning 86005 clauses out of 172025 with flag 3818001/3818001
216.76/215.08	c cleaning 87002 clauses out of 174020 with flag 3906001/3906001
221.59/219.81	c cleaning 88004 clauses out of 176019 with flag 3995002/3995002
227.50/225.75	c cleaning 88995 clauses out of 178013 with flag 4085000/4085000
233.63/231.87	c cleaning 89997 clauses out of 180019 with flag 4176001/4176001
239.75/237.90	c cleaning 91004 clauses out of 182021 with flag 4268000/4268000
246.39/244.52	c cleaning 92000 clauses out of 184017 with flag 4361000/4361000
252.91/251.09	c cleaning 92992 clauses out of 186017 with flag 4455000/4455000
258.54/256.69	c cleaning 94007 clauses out of 188025 with flag 4550000/4550000
264.66/262.74	c cleaning 94998 clauses out of 190020 with flag 4646002/4646002
270.58/268.63	c cleaning 96001 clauses out of 192021 with flag 4743001/4743001
276.30/274.31	c cleaning 97002 clauses out of 194021 with flag 4841002/4841002
282.93/280.93	c cleaning 97998 clauses out of 196019 with flag 4940002/4940002
289.47/287.47	c cleaning 99005 clauses out of 198019 with flag 5040000/5040000
297.15/295.04	c cleaning 100002 clauses out of 200014 with flag 5141000/5141000
304.59/302.44	c cleaning 100993 clauses out of 202014 with flag 5243002/5243002
312.61/310.45	c cleaning 101999 clauses out of 204019 with flag 5346000/5346000
320.65/318.45	c cleaning 102991 clauses out of 206020 with flag 5450000/5450000
326.99/324.72	c cleaning 104009 clauses out of 208030 with flag 5555001/5555001
334.11/331.84	c cleaning 104997 clauses out of 210020 with flag 5661000/5661000
341.44/339.19	c cleaning 106004 clauses out of 212025 with flag 5768002/5768002
348.67/346.34	c cleaning 106997 clauses out of 214020 with flag 5876001/5876001
355.79/353.46	c cleaning 108005 clauses out of 216023 with flag 5985001/5985001
364.92/362.53	c cleaning 108996 clauses out of 218017 with flag 6095000/6095000
374.75/372.34	c cleaning 110001 clauses out of 220022 with flag 6206001/6206001
384.28/381.83	c cleaning 110998 clauses out of 222020 with flag 6318000/6318000
392.81/390.36	c cleaning 112003 clauses out of 224022 with flag 6431000/6431000
401.85/399.34	c cleaning 112999 clauses out of 226020 with flag 6545001/6545001
409.86/407.30	c cleaning 113997 clauses out of 228021 with flag 6660001/6660001
417.98/415.41	c cleaning 115006 clauses out of 230023 with flag 6776000/6776000
425.01/422.41	c cleaning 116000 clauses out of 232017 with flag 6893000/6893000
432.75/430.17	c cleaning 117002 clauses out of 234017 with flag 7011000/7011000
440.97/438.35	c cleaning 118001 clauses out of 236015 with flag 7130000/7130000
447.69/445.01	c cleaning 118999 clauses out of 238014 with flag 7250000/7250000
455.93/453.25	c cleaning 119998 clauses out of 240015 with flag 7371000/7371000
464.46/461.71	c cleaning 120990 clauses out of 242017 with flag 7493000/7493000
472.18/469.44	c cleaning 122004 clauses out of 244027 with flag 7616000/7616000
479.32/476.54	c cleaning 123001 clauses out of 246025 with flag 7740002/7740002
488.66/485.85	c cleaning 123999 clauses out of 248023 with flag 7865001/7865001
497.79/494.92	c cleaning 124998 clauses out of 250023 with flag 7991000/7991000
507.03/504.12	c cleaning 126001 clauses out of 252027 with flag 8118002/8118002
515.44/512.58	c cleaning 127000 clauses out of 254025 with flag 8246001/8246001
525.87/522.96	c cleaning 128002 clauses out of 256024 with flag 8375000/8375000
537.81/534.83	c cleaning 129000 clauses out of 258022 with flag 8505000/8505000
548.63/545.61	c cleaning 129999 clauses out of 260023 with flag 8636001/8636001
560.96/557.99	c cleaning 131000 clauses out of 262024 with flag 8768001/8768001
572.49/569.49	c cleaning 132003 clauses out of 264025 with flag 8901002/8901002
581.15/578.02	c cleaning 133004 clauses out of 266022 with flag 9035002/9035002
591.36/588.27	c cleaning 133997 clauses out of 268016 with flag 9170000/9170000
602.19/599.06	c cleaning 134997 clauses out of 270020 with flag 9306001/9306001
612.23/609.09	c cleaning 135995 clauses out of 272023 with flag 9443001/9443001
624.17/620.95	c cleaning 136991 clauses out of 274027 with flag 9581000/9581000
636.42/633.19	c cleaning 138004 clauses out of 276038 with flag 9720002/9720002
647.45/644.16	c cleaning 139001 clauses out of 278033 with flag 9860001/9860001
658.76/655.49	c cleaning 139998 clauses out of 280032 with flag 10001001/10001001
669.89/666.57	c cleaning 141006 clauses out of 282033 with flag 10143000/10143000
679.41/676.08	c cleaning 142004 clauses out of 284027 with flag 10286000/10286000
688.25/684.80	c cleaning 143002 clauses out of 286023 with flag 10430000/10430000
700.79/697.39	c cleaning 144004 clauses out of 288021 with flag 10575000/10575000
712.31/708.87	c cleaning 144997 clauses out of 290017 with flag 10721000/10721000
723.25/719.74	c cleaning 145999 clauses out of 292021 with flag 10868001/10868001
737.48/733.92	c cleaning 146994 clauses out of 294021 with flag 11016000/11016000
748.64/745.02	c cleaning 148003 clauses out of 296027 with flag 11165000/11165000
763.85/760.22	c cleaning 149004 clauses out of 298027 with flag 11315003/11315003
777.99/774.32	c cleaning 150005 clauses out of 300021 with flag 11466001/11466001
790.33/786.68	c cleaning 151000 clauses out of 302017 with flag 11618002/11618002
800.78/797.08	c cleaning 152000 clauses out of 304015 with flag 11771000/11771000
813.44/809.66	c cleaning 152993 clauses out of 306017 with flag 11925002/11925002
825.27/821.41	c cleaning 153999 clauses out of 308024 with flag 12080002/12080002
836.93/833.09	c cleaning 155004 clauses out of 310024 with flag 12236001/12236001
847.17/843.28	c cleaning 155999 clauses out of 312020 with flag 12393001/12393001
860.82/856.83	c cleaning 157000 clauses out of 314020 with flag 12551000/12551000
874.26/870.25	c cleaning 158000 clauses out of 316020 with flag 12710000/12710000
887.72/883.60	c cleaning 158995 clauses out of 318020 with flag 12870000/12870000
901.29/897.13	c cleaning 160006 clauses out of 320025 with flag 13031000/13031000
914.62/910.41	c cleaning 160991 clauses out of 322019 with flag 13193000/13193000
927.56/923.35	c cleaning 162004 clauses out of 324028 with flag 13356000/13356000
939.30/935.05	c cleaning 163001 clauses out of 326025 with flag 13520001/13520001
955.63/951.37	c cleaning 164006 clauses out of 328024 with flag 13685001/13685001
973.29/968.91	c cleaning 164998 clauses out of 330017 with flag 13851000/13851000
994.38/989.93	c cleaning 165998 clauses out of 332019 with flag 14018000/14018000
1011.75/1007.22	c cleaning 166997 clauses out of 334021 with flag 14186000/14186000
1031.30/1026.76	c cleaning 168001 clauses out of 336029 with flag 14355005/14355005
1051.53/1046.92	c cleaning 169000 clauses out of 338023 with flag 14525000/14525000
1068.48/1063.88	c cleaning 170003 clauses out of 340023 with flag 14696000/14696000
1088.84/1084.17	c cleaning 170996 clauses out of 342020 with flag 14868000/14868000
1105.58/1100.83	c cleaning 172001 clauses out of 344025 with flag 15041001/15041001
1119.64/1114.88	c cleaning 173007 clauses out of 346025 with flag 15215002/15215002
1132.58/1127.76	c cleaning 173998 clauses out of 348018 with flag 15390002/15390002
1146.70/1141.85	c cleaning 175005 clauses out of 350019 with flag 15566001/15566001
1163.23/1158.32	c cleaning 175996 clauses out of 352014 with flag 15743001/15743001
1177.09/1172.16	c cleaning 177001 clauses out of 354017 with flag 15921000/15921000
1196.10/1191.11	c cleaning 177998 clauses out of 356016 with flag 16100000/16100000
1209.74/1204.75	c cleaning 178995 clauses out of 358018 with flag 16280000/16280000
1229.76/1224.79	c cleaning 180003 clauses out of 360023 with flag 16461000/16461000
1244.94/1239.89	c cleaning 181008 clauses out of 362021 with flag 16643001/16643001
1264.89/1259.76	c cleaning 181996 clauses out of 364012 with flag 16826000/16826000
1288.65/1283.42	c cleaning 183000 clauses out of 366016 with flag 17010000/17010000
1314.24/1308.97	c cleaning 183997 clauses out of 368016 with flag 17195000/17195000
1334.83/1329.48	c cleaning 184995 clauses out of 370019 with flag 17381000/17381000
1353.97/1348.53	c cleaning 186004 clauses out of 372024 with flag 17568000/17568000
1372.95/1367.45	c cleaning 186999 clauses out of 374020 with flag 17756000/17756000
1393.88/1388.31	c cleaning 187992 clauses out of 376021 with flag 17945000/17945000
1417.24/1411.67	c cleaning 189006 clauses out of 378032 with flag 18135003/18135003
1439.00/1433.39	c cleaning 189999 clauses out of 380027 with flag 18326004/18326004
1458.73/1453.01	c cleaning 191004 clauses out of 382025 with flag 18518001/18518001
1481.08/1475.31	c cleaning 191999 clauses out of 384021 with flag 18711001/18711001
1503.31/1497.54	c cleaning 193001 clauses out of 386021 with flag 18905000/18905000
1528.86/1523.06	c cleaning 194003 clauses out of 388021 with flag 19100001/19100001
1555.72/1549.90	c cleaning 195000 clauses out of 390017 with flag 19296000/19296000
1577.29/1571.38	c cleaning 195997 clauses out of 392017 with flag 19493000/19493000
1599.41/1593.43	c cleaning 196996 clauses out of 394021 with flag 19691001/19691001
1620.17/1614.00	c cleaning 197997 clauses out of 396024 with flag 19890000/19890000
1644.32/1638.12	c cleaning 198998 clauses out of 398027 with flag 20090000/20090000
1660.96/1654.71	c cleaning 200009 clauses out of 400029 with flag 20291000/20291000
1679.59/1673.35	c cleaning 201003 clauses out of 402020 with flag 20493000/20493000
1699.05/1692.76	c cleaning 201984 clauses out of 404017 with flag 20696000/20696000
1716.91/1710.59	c cleaning 202999 clauses out of 406033 with flag 20900000/20900000
1738.72/1732.39	c cleaning 204001 clauses out of 408035 with flag 21105001/21105001
1756.26/1749.88	c cleaning 205004 clauses out of 410033 with flag 21311000/21311000
1776.09/1769.61	c cleaning 206008 clauses out of 412033 with flag 21518004/21518004
1794.70/1788.28	c cleaning 207003 clauses out of 414025 with flag 21726004/21726004
1800.06/1793.51	c starts		: 352
1800.06/1793.51	c conflicts		: 21810394
1800.06/1793.51	c decisions		: 37065258
1800.06/1793.51	c propagations		: 616891590
1800.06/1793.51	c inspects		: 12696728754
1800.06/1793.51	c shortcuts		: 0
1800.06/1793.51	c learnt literals	: 5
1800.06/1793.51	c learnt binary clauses	: 9
1800.06/1793.51	c learnt ternary clauses	: 18
1800.06/1793.51	c learnt constraints	: 21810390
1800.06/1793.51	c ignored constraints	: 0
1800.06/1793.51	c root simplifications	: 357
1800.06/1793.51	c removed literals (reason simplification)	: 76866574
1800.06/1793.51	c reason swapping (by a shorter reason)	: 0
1800.06/1793.51	c Calls to reduceDB	: 204
1800.06/1793.51	c number of reductions to clauses (during analyze)	: 0
1800.06/1793.51	c number of learned constraints concerned by reduction	: 0
1800.06/1793.51	c number of learning phase by resolution	: 0
1800.06/1793.51	c number of learning phase by cutting planes	: 0
1800.06/1793.51	c speed (assignments/second)	: 344005.90544924076
1800.06/1793.51	c non guided choices	469
1800.06/1793.55	c learnt constraints type 
1800.06/1793.55	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5
1800.06/1793.55	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 291799
1800.06/1793.55	c constraints type 
1800.06/1793.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 489
1800.06/1793.55	c ignored satisfied constraints => 3
1800.06/1793.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 178
1800.06/1793.55	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.06/1793.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.06/1793.55	c 672 constraints processed.
1800.06/1793.55	s SATISFIABLE
1800.06/1793.55	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 
1800.06/1793.55	c objective function=1524
1800.06/1793.55	c Total wall clock time (in seconds): 1793.407

Verifier Data

OK	1524

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.99 2.05 2.02 3/194 23428
/proc/meminfo: memFree=30825392/32873844 swapFree=7116/7116
[pid=23428] ppid=23426 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/23428/stat : 23428 (runsolver) D 23426 23428 19004 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 280447796 12095488 50 33554432000 4194304 5436572 140734554679888 140734554676184 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/23428/statm: 2953 50 31 304 0 2645 0

[startup+0.0668021 s]
/proc/loadavg: 1.99 2.05 2.02 3/194 23428
/proc/meminfo: memFree=30825392/32873844 swapFree=7116/7116
[pid=23428] ppid=23426 vsize=9225560 CPUtime=0.04 cores=0,2,4,6
/proc/23428/stat : 23428 (java) S 23426 23428 19004 0 -1 4202496 3062 0 1 0 3 1 0 0 20 0 13 0 280447796 9446973440 3759 33554432000 1073741824 1073778376 140733507541808 140733507532944 240568533053 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23428/statm: 2306390 3759 1707 9 0 2297091 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9225560

[startup+0.100247 s]
/proc/loadavg: 1.99 2.05 2.02 3/194 23428
/proc/meminfo: memFree=30825392/32873844 swapFree=7116/7116
[pid=23428] ppid=23426 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/23428/stat : 23428 (java) S 23426 23428 19004 0 -1 4202496 3455 0 1 0 6 1 0 0 20 0 18 0 280447796 9787842560 4663 33554432000 1073741824 1073778376 140733507541808 140733507532944 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23428/statm: 2389610 4664 1778 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558440

[startup+0.30022 s]
/proc/loadavg: 1.99 2.05 2.02 3/194 23428
/proc/meminfo: memFree=30825392/32873844 swapFree=7116/7116
[pid=23428] ppid=23426 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/23428/stat : 23428 (java) S 23426 23428 19004 0 -1 4202496 5942 0 1 0 41 2 0 0 20 0 19 0 280447796 9856004096 8191 33554432000 1073741824 1073778376 140733507541808 140733507532944 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23428/statm: 2406251 8191 2231 9 0 2396937 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9625004

[startup+0.700218 s]
/proc/loadavg: 1.99 2.05 2.02 3/194 23428
/proc/meminfo: memFree=30825392/32873844 swapFree=7116/7116
[pid=23428] ppid=23426 vsize=9625004 CPUtime=1.11 cores=0,2,4,6
/proc/23428/stat : 23428 (java) S 23426 23428 19004 0 -1 4202496 7084 0 1 0 109 2 0 0 20 0 19 0 280447796 9856004096 10339 33554432000 1073741824 1073778376 140733507541808 140733507532944 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23428/statm: 2406251 10339 2279 9 0 2396937 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9625004

[startup+1.50065 s]
/proc/loadavg: 1.99 2.05 2.02 3/213 23447
/proc/meminfo: memFree=30790256/32873844 swapFree=7116/7116
[pid=23428] ppid=23426 vsize=9625004 CPUtime=1.98 cores=0,2,4,6
/proc/23428/stat : 23428 (java) S 23426 23428 19004 0 -1 4202496 7101 0 1 0 196 2 0 0 20 0 19 0 280447796 9856004096 11373 33554432000 1073741824 1073778376 140733507541808 140733507532944 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23428/statm: 2406251 11373 2279 9 0 2396937 0
[pid=23428/tid=23430] ppid=23426 vsize=9625004 CPUtime=1.41 cores=0,2,4,6
/proc/23428/task/23430/stat : 23430 (java) R 23426 23428 19004 0 -1 4202560 2512 0 1 0 139 2 0 0 20 0 19 0 280447798 9856004096 11373 33554432000 1073741824 1073778376 140733507541808 140695893434792 140695763980822 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23428/tid=23431] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23431/stat : 23431 (java) S 23426 23428 19004 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 280447799 9856004096 11373 33554432000 1073741824 1073778376 140733507541808 140695882496552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23428/tid=23432] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23432/stat : 23432 (java) S 23426 23428 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280447799 9856004096 11373 33554432000 1073741824 1073778376 140733507541808 140695735843240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23428/tid=23433] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23433/stat : 23433 (java) S 23426 23428 19004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 280447799 9856004096 11373 33554432000 1073741824 1073778376 140733507541808 140695734790440 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23428/tid=23434] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23434/stat : 23434 (java) S 23426 23428 19004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 280447799 9856004096 11373 33554432000 1073741824 1073778376 140733507541808 140695733737640 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23428/tid=23435] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23435/stat : 23435 (java) S 23426 23428 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280447799 9856004096 11373 33554432000 1073741824 1073778376 140733507541808 140695732685864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23428/tid=23436] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23436/stat : 23436 (java) S 23426 23428 19004 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 280447799 9856004096 11373 33554432000 1073741824 1073778376 140733507541808 140695731633064 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23428/tid=23437] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23437/stat : 23437 (java) S 23426 23428 19004 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 280447799 9856004096 11373 33554432000 1073741824 1073778376 140733507541808 140695730580264 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23428/tid=23438] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23438/stat : 23438 (java) S 23426 23428 19004 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 280447799 9856004096 11373 33554432000 1073741824 1073778376 140733507541808 140695729527464 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23428/tid=23439] ppid=23426 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/23428/task/23439/stat : 23439 (java) S 23426 23428 19004 0 -1 4202560 32 0 0 0 2 0 0 0 20 0 19 0 280447801 9856004096 11373 33554432000 1073741824 1073778376 140733507541808 140695717329384 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23428/tid=23440] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23440/stat : 23440 (java) S 23426 23428 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280447801 9856004096 11373 33554432000 1073741824 1073778376 140733507541808 140695716275448 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23428/tid=23441] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23441/stat : 23441 (java) S 23426 23428 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280447801 9856004096 11373 33554432000 1073741824 1073778376 140733507541808 140695715222536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23428/tid=23442] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23442/stat : 23442 (java) S 23426 23428 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280447804 9856004096 11373 33554432000 1073741824 1073778376 140733507541808 140695714171024 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23428/tid=23443] ppid=23426 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/23428/task/23443/stat : 23443 (java) S 23426 23428 19004 0 -1 4202560 1537 0 0 0 26 0 0 0 20 0 19 0 280447804 9856004096 11373 33554432000 1073741824 1073778376 140733507541808 140695713119160 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23428/tid=23444] ppid=23426 vsize=9625004 CPUtime=0.21 cores=0,2,4,6
/proc/23428/task/23444/stat : 23444 (java) S 23426 23428 19004 0 -1 4202560 1797 0 0 0 21 0 0 0 20 0 19 0 280447804 9856004096 11373 33554432000 1073741824 1073778376 140733507541808 140695712066360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23428/tid=23445] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23445/stat : 23445 (java) S 23426 23428 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280447804 9856004096 11373 33554432000 1073741824 1073778376 140733507541808 140695711013752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23428/tid=23446] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23446/stat : 23446 (java) S 23426 23428 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280447804 9856004096 11373 33554432000 1073741824 1073778376 140733507541808 140695709961160 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23428/tid=23447] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23447/stat : 23447 (java) S 23426 23428 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280447822 9856004096 11373 33554432000 1073741824 1073778376 140733507541808 140695708906664 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 9625004

[startup+3.10064 s]
/proc/loadavg: 1.99 2.05 2.02 3/213 23447
/proc/meminfo: memFree=30787712/32873844 swapFree=7116/7116
[pid=23428] ppid=23426 vsize=9625004 CPUtime=3.61 cores=0,2,4,6
/proc/23428/stat : 23428 (java) S 23426 23428 19004 0 -1 4202496 7114 0 1 0 359 2 0 0 20 0 19 0 280447796 9856004096 11382 33554432000 1073741824 1073778376 140733507541808 140733507532944 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23428/statm: 2406251 11382 2279 9 0 2396937 0
[pid=23428/tid=23430] ppid=23426 vsize=9625004 CPUtime=2.96 cores=0,2,4,6
/proc/23428/task/23430/stat : 23430 (java) R 23426 23428 19004 0 -1 4202560 2516 0 1 0 294 2 0 0 20 0 19 0 280447798 9856004096 11382 33554432000 1073741824 1073778376 140733507541808 140695893434632 140695763898405 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23428/tid=23431] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23431/stat : 23431 (java) S 23426 23428 19004 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 280447799 9856004096 11382 33554432000 1073741824 1073778376 140733507541808 140695882496552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23428/tid=23432] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23432/stat : 23432 (java) S 23426 23428 19004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 280447799 9856004096 11382 33554432000 1073741824 1073778376 140733507541808 140695735843240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23428/tid=23433] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23433/stat : 23433 (java) S 23426 23428 19004 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 280447799 9856004096 11382 33554432000 1073741824 1073778376 140733507541808 140695734790440 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23428/tid=23434] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23434/stat : 23434 (java) S 23426 23428 19004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 280447799 9856004096 11382 33554432000 1073741824 1073778376 140733507541808 140695733737640 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23428/tid=23435] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23435/stat : 23435 (java) S 23426 23428 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 280447799 9856004096 11382 33554432000 1073741824 1073778376 140733507541808 140695732685864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23428/tid=23436] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23436/stat : 23436 (java) S 23426 23428 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280447799 9856004096 11382 33554432000 1073741824 1073778376 140733507541808 140695731633064 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23428/tid=23437] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23437/stat : 23437 (java) S 23426 23428 19004 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 280447799 9856004096 11382 33554432000 1073741824 1073778376 140733507541808 140695730580264 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23428/tid=23438] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23438/stat : 23438 (java) S 23426 23428 19004 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 280447799 9856004096 11382 33554432000 1073741824 1073778376 140733507541808 140695729527464 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23428/tid=23439] ppid=23426 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/23428/task/23439/stat : 23439 (java) S 23426 23428 19004 0 -1 4202560 32 0 0 0 7 0 0 0 20 0 19 0 280447801 9856004096 11382 33554432000 1073741824 1073778376 140733507541808 140695717329384 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23428/tid=23440] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23440/stat : 23440 (java) S 23426 23428 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280447801 9856004096 11382 33554432000 1073741824 1073778376 140733507541808 140695716275448 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23428/tid=23441] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23441/stat : 23441 (java) S 23426 23428 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280447801 9856004096 11382 33554432000 1073741824 1073778376 140733507541808 140695715222536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23428/tid=23442] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23442/stat : 23442 (java) S 23426 23428 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280447804 9856004096 11382 33554432000 1073741824 1073778376 140733507541808 140695714171024 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23428/tid=23443] ppid=23426 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/23428/task/23443/stat : 23443 (java) S 23426 23428 19004 0 -1 4202560 1537 0 0 0 27 0 0 0 20 0 19 0 280447804 9856004096 11382 33554432000 1073741824 1073778376 140733507541808 140695713119160 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23428/tid=23444] ppid=23426 vsize=9625004 CPUtime=0.21 cores=0,2,4,6
/proc/23428/task/23444/stat : 23444 (java) S 23426 23428 19004 0 -1 4202560 1797 0 0 0 21 0 0 0 20 0 19 0 280447804 9856004096 11382 33554432000 1073741824 1073778376 140733507541808 140695712066360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23428/tid=23445] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23445/stat : 23445 (java) S 23426 23428 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280447804 9856004096 11382 33554432000 1073741824 1073778376 140733507541808 140695711013752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23428/tid=23446] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23446/stat : 23446 (java) S 23426 23428 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280447804 9856004096 11382 33554432000 1073741824 1073778376 140733507541808 140695709961160 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23428/tid=23447] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23447/stat : 23447 (java) S 23426 23428 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280447822 9856004096 11382 33554432000 1073741824 1073778376 140733507541808 140695708906664 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 9625004

[startup+6.3007 s]
/proc/loadavg: 1.99 2.05 2.02 3/213 23447
/proc/meminfo: memFree=30783244/32873844 swapFree=7116/7116
[pid=23428] ppid=23426 vsize=9625004 CPUtime=6.83 cores=0,2,4,6
/proc/23428/stat : 23428 (java) S 23426 23428 19004 0 -1 4202496 7152 0 1 0 680 3 0 0 20 0 19 0 280447796 9856004096 12399 33554432000 1073741824 1073778376 140733507541808 140733507532944 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23428/statm: 2406251 12399 2279 9 0 2396937 0
[pid=23428/tid=23430] ppid=23426 vsize=9625004 CPUtime=6.08 cores=0,2,4,6
/proc/23428/task/23430/stat : 23430 (java) R 23426 23428 19004 0 -1 4202560 2522 0 1 0 606 2 0 0 20 0 19 0 280447798 9856004096 12399 33554432000 1073741824 1073778376 140733507541808 140695893434792 140695763968843 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23428/tid=23431] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23431/stat : 23431 (java) S 23426 23428 19004 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 19 0 280447799 9856004096 12399 33554432000 1073741824 1073778376 140733507541808 140695882496552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23428/tid=23432] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23432/stat : 23432 (java) S 23426 23428 19004 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 280447799 9856004096 12399 33554432000 1073741824 1073778376 140733507541808 140695735843240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23428/tid=23433] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23433/stat : 23433 (java) S 23426 23428 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 280447799 9856004096 12399 33554432000 1073741824 1073778376 140733507541808 140695734790440 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23428/tid=23434] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23434/stat : 23434 (java) S 23426 23428 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280447799 9856004096 12399 33554432000 1073741824 1073778376 140733507541808 140695733737640 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23428/tid=23435] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23435/stat : 23435 (java) S 23426 23428 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 280447799 9856004096 12399 33554432000 1073741824 1073778376 140733507541808 140695732685864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23428/tid=23436] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23436/stat : 23436 (java) S 23426 23428 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 280447799 9856004096 12399 33554432000 1073741824 1073778376 140733507541808 140695731633064 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23428/tid=23437] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23437/stat : 23437 (java) S 23426 23428 19004 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 280447799 9856004096 12399 33554432000 1073741824 1073778376 140733507541808 140695730580264 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23428/tid=23438] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23438/stat : 23438 (java) S 23426 23428 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280447799 9856004096 12399 33554432000 1073741824 1073778376 140733507541808 140695729527464 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23428/tid=23439] ppid=23426 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/23428/task/23439/stat : 23439 (java) S 23426 23428 19004 0 -1 4202560 33 0 0 0 13 0 0 0 20 0 19 0 280447801 9856004096 12399 33554432000 1073741824 1073778376 140733507541808 140695717329384 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23428/tid=23440] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23440/stat : 23440 (java) S 23426 23428 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280447801 9856004096 12399 33554432000 1073741824 1073778376 140733507541808 140695716275448 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23428/tid=23441] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23441/stat : 23441 (java) S 23426 23428 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280447801 9856004096 12399 33554432000 1073741824 1073778376 140733507541808 140695715222536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23428/tid=23442] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23442/stat : 23442 (java) S 23426 23428 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280447804 9856004096 12399 33554432000 1073741824 1073778376 140733507541808 140695714171024 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23428/tid=23443] ppid=23426 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/23428/task/23443/stat : 23443 (java) S 23426 23428 19004 0 -1 4202560 1537 0 0 0 27 0 0 0 20 0 19 0 280447804 9856004096 12399 33554432000 1073741824 1073778376 140733507541808 140695713119160 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23428/tid=23444] ppid=23426 vsize=9625004 CPUtime=0.21 cores=0,2,4,6
/proc/23428/task/23444/stat : 23444 (java) S 23426 23428 19004 0 -1 4202560 1797 0 0 0 21 0 0 0 20 0 19 0 280447804 9856004096 12399 33554432000 1073741824 1073778376 140733507541808 140695712066360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23428/tid=23445] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23445/stat : 23445 (java) S 23426 23428 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280447804 9856004096 12399 33554432000 1073741824 1073778376 140733507541808 140695711013752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23428/tid=23446] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23446/stat : 23446 (java) S 23426 23428 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280447804 9856004096 12399 33554432000 1073741824 1073778376 140733507541808 140695709961160 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23428/tid=23447] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23447/stat : 23447 (java) S 23426 23428 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280447822 9856004096 12399 33554432000 1073741824 1073778376 140733507541808 140695708906664 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.83
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=23428/tid=23443] ppid=23426 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/23428/task/23443/stat : 23443 (java) S 23426 23428 19004 0 -1 4202560 1877 0 0 0 29 0 0 0 20 0 19 0 280447804 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695713119160 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23428/tid=23444] ppid=23426 vsize=9625004 CPUtime=0.21 cores=0,2,4,6
/proc/23428/task/23444/stat : 23444 (java) S 23426 23428 19004 0 -1 4202560 1797 0 0 0 21 0 0 0 20 0 19 0 280447804 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695712066360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23428/tid=23445] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23445/stat : 23445 (java) S 23426 23428 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280447804 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695711013752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23428/tid=23446] ppid=23426 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/23428/task/23446/stat : 23446 (java) S 23426 23428 19004 0 -1 4202560 98 0 0 0 32 22 0 0 20 0 19 0 280447804 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695709961160 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23428/tid=23447] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23447/stat : 23447 (java) S 23426 23428 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280447822 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695708906664 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1728.72
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.15 2.03 2.01 3/213 23521
/proc/meminfo: memFree=30481672/32873844 swapFree=7116/7116
[pid=23428] ppid=23426 vsize=9625004 CPUtime=1788.8 cores=0,2,4,6
/proc/23428/stat : 23428 (java) S 23426 23428 19004 0 -1 4202496 10435 0 1 0 178839 41 0 0 20 0 19 0 280447796 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140733507532944 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23428/statm: 2406251 58208 2280 9 0 2396937 0
[pid=23428/tid=23430] ppid=23426 vsize=9625004 CPUtime=1765.1 cores=0,2,4,6
/proc/23428/task/23430/stat : 23430 (java) R 23426 23428 19004 0 -1 4202560 2735 0 1 0 176478 32 0 0 20 0 19 0 280447798 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695893434672 140695763864383 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23428/tid=23431] ppid=23426 vsize=9625004 CPUtime=1.03 cores=0,2,4,6
/proc/23428/task/23431/stat : 23431 (java) S 23426 23428 19004 0 -1 4202560 399 0 0 0 101 2 0 0 20 0 19 0 280447799 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695882496552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23428/tid=23432] ppid=23426 vsize=9625004 CPUtime=1.02 cores=0,2,4,6
/proc/23428/task/23432/stat : 23432 (java) S 23426 23428 19004 0 -1 4202560 268 0 0 0 101 1 0 0 20 0 19 0 280447799 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695735843240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23428/tid=23433] ppid=23426 vsize=9625004 CPUtime=0.99 cores=0,2,4,6
/proc/23428/task/23433/stat : 23433 (java) S 23426 23428 19004 0 -1 4202560 334 0 0 0 99 0 0 0 20 0 19 0 280447799 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695734790440 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23428/tid=23434] ppid=23426 vsize=9625004 CPUtime=1.08 cores=0,2,4,6
/proc/23428/task/23434/stat : 23434 (java) S 23426 23428 19004 0 -1 4202560 309 0 0 0 108 0 0 0 20 0 19 0 280447799 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695733737640 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23428/tid=23435] ppid=23426 vsize=9625004 CPUtime=1.02 cores=0,2,4,6
/proc/23428/task/23435/stat : 23435 (java) S 23426 23428 19004 0 -1 4202560 351 0 0 0 100 2 0 0 20 0 19 0 280447799 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695732685864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23428/tid=23436] ppid=23426 vsize=9625004 CPUtime=0.96 cores=0,2,4,6
/proc/23428/task/23436/stat : 23436 (java) S 23426 23428 19004 0 -1 4202560 253 0 0 0 94 2 0 0 20 0 19 0 280447799 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695731633064 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23428/tid=23437] ppid=23426 vsize=9625004 CPUtime=1.07 cores=0,2,4,6
/proc/23428/task/23437/stat : 23437 (java) S 23426 23428 19004 0 -1 4202560 343 0 0 0 105 2 0 0 20 0 19 0 280447799 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695730580264 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23428/tid=23438] ppid=23426 vsize=9625004 CPUtime=1.07 cores=0,2,4,6
/proc/23428/task/23438/stat : 23438 (java) S 23426 23428 19004 0 -1 4202560 315 0 0 0 104 3 0 0 20 0 19 0 280447799 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695729527464 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23428/tid=23439] ppid=23426 vsize=9625004 CPUtime=9.99 cores=0,2,4,6
/proc/23428/task/23439/stat : 23439 (java) S 23426 23428 19004 0 -1 4202560 171 0 0 0 997 2 0 0 20 0 19 0 280447801 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695717329384 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23428/tid=23440] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23440/stat : 23440 (java) S 23426 23428 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280447801 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695716275448 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23428/tid=23441] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23441/stat : 23441 (java) S 23426 23428 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280447801 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695715222536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23428/tid=23442] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23442/stat : 23442 (java) S 23426 23428 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280447804 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695714171024 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23428/tid=23443] ppid=23426 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/23428/task/23443/stat : 23443 (java) S 23426 23428 19004 0 -1 4202560 1877 0 0 0 29 0 0 0 20 0 19 0 280447804 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695713119160 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23428/tid=23444] ppid=23426 vsize=9625004 CPUtime=0.21 cores=0,2,4,6
/proc/23428/task/23444/stat : 23444 (java) S 23426 23428 19004 0 -1 4202560 1797 0 0 0 21 0 0 0 20 0 19 0 280447804 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695712066360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23428/tid=23445] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23445/stat : 23445 (java) S 23426 23428 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280447804 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695711013752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23428/tid=23446] ppid=23426 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/23428/task/23446/stat : 23446 (java) S 23426 23428 19004 0 -1 4202560 102 0 0 0 33 23 0 0 20 0 19 0 280447804 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695709961160 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23428/tid=23447] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23447/stat : 23447 (java) S 23426 23428 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280447822 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695708906664 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1788.8
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.5 s]
/proc/loadavg: 2.12 2.03 2.01 4/213 23521
/proc/meminfo: memFree=30481672/32873844 swapFree=7116/7116
[pid=23428] ppid=23426 vsize=9625004 CPUtime=1800.06 cores=0,2,4,6
/proc/23428/stat : 23428 (java) S 23426 23428 19004 0 -1 4202496 10436 0 1 0 179965 41 0 0 20 0 19 0 280447796 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140733507532944 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23428/statm: 2406251 58208 2280 9 0 2396937 0
[pid=23428/tid=23430] ppid=23426 vsize=9625004 CPUtime=1776.13 cores=0,2,4,6
/proc/23428/task/23430/stat : 23430 (java) R 23426 23428 19004 0 -1 4202560 2736 0 1 0 177581 32 0 0 20 0 19 0 280447798 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695893434672 140695763881700 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23428/tid=23431] ppid=23426 vsize=9625004 CPUtime=1.04 cores=0,2,4,6
/proc/23428/task/23431/stat : 23431 (java) S 23426 23428 19004 0 -1 4202560 399 0 0 0 102 2 0 0 20 0 19 0 280447799 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695882496552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23428/tid=23432] ppid=23426 vsize=9625004 CPUtime=1.03 cores=0,2,4,6
/proc/23428/task/23432/stat : 23432 (java) S 23426 23428 19004 0 -1 4202560 268 0 0 0 102 1 0 0 20 0 19 0 280447799 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695735843240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23428/tid=23433] ppid=23426 vsize=9625004 CPUtime=1 cores=0,2,4,6
/proc/23428/task/23433/stat : 23433 (java) S 23426 23428 19004 0 -1 4202560 334 0 0 0 100 0 0 0 20 0 19 0 280447799 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695734790440 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23428/tid=23434] ppid=23426 vsize=9625004 CPUtime=1.1 cores=0,2,4,6
/proc/23428/task/23434/stat : 23434 (java) S 23426 23428 19004 0 -1 4202560 309 0 0 0 110 0 0 0 20 0 19 0 280447799 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695733737640 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23428/tid=23435] ppid=23426 vsize=9625004 CPUtime=1.02 cores=0,2,4,6
/proc/23428/task/23435/stat : 23435 (java) S 23426 23428 19004 0 -1 4202560 351 0 0 0 100 2 0 0 20 0 19 0 280447799 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695732685864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23428/tid=23436] ppid=23426 vsize=9625004 CPUtime=0.97 cores=0,2,4,6
/proc/23428/task/23436/stat : 23436 (java) S 23426 23428 19004 0 -1 4202560 253 0 0 0 95 2 0 0 20 0 19 0 280447799 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695731633064 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23428/tid=23437] ppid=23426 vsize=9625004 CPUtime=1.08 cores=0,2,4,6
/proc/23428/task/23437/stat : 23437 (java) S 23426 23428 19004 0 -1 4202560 343 0 0 0 106 2 0 0 20 0 19 0 280447799 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695730580264 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23428/tid=23438] ppid=23426 vsize=9625004 CPUtime=1.08 cores=0,2,4,6
/proc/23428/task/23438/stat : 23438 (java) S 23426 23428 19004 0 -1 4202560 315 0 0 0 105 3 0 0 20 0 19 0 280447799 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695729527464 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23428/tid=23439] ppid=23426 vsize=9625004 CPUtime=10.12 cores=0,2,4,6
/proc/23428/task/23439/stat : 23439 (java) S 23426 23428 19004 0 -1 4202560 171 0 0 0 1010 2 0 0 20 0 19 0 280447801 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695717329384 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23428/tid=23440] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23440/stat : 23440 (java) S 23426 23428 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280447801 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695716275448 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23428/tid=23441] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23441/stat : 23441 (java) S 23426 23428 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280447801 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695715222536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23428/tid=23442] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23442/stat : 23442 (java) S 23426 23428 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280447804 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695714171024 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23428/tid=23443] ppid=23426 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/23428/task/23443/stat : 23443 (java) S 23426 23428 19004 0 -1 4202560 1877 0 0 0 29 0 0 0 20 0 19 0 280447804 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695713119160 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23428/tid=23444] ppid=23426 vsize=9625004 CPUtime=0.21 cores=0,2,4,6
/proc/23428/task/23444/stat : 23444 (java) S 23426 23428 19004 0 -1 4202560 1797 0 0 0 21 0 0 0 20 0 19 0 280447804 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695712066360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23428/tid=23445] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23445/stat : 23445 (java) S 23426 23428 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280447804 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695711013752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23428/tid=23446] ppid=23426 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/23428/task/23446/stat : 23446 (java) S 23426 23428 19004 0 -1 4202560 102 0 0 0 33 23 0 0 20 0 19 0 280447804 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695709961160 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23428/tid=23447] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23447/stat : 23447 (java) S 23426 23428 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280447822 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695708906664 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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+1793.5 s]
/proc/loadavg: 2.12 2.03 2.01 4/213 23521
/proc/meminfo: memFree=30481672/32873844 swapFree=7116/7116
[pid=23428] ppid=23426 vsize=9625004 CPUtime=1800.06 cores=0,2,4,6
/proc/23428/stat : 23428 (java) S 23426 23428 19004 0 -1 4202496 10436 0 1 0 179965 41 0 0 20 0 19 0 280447796 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140733507532944 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23428/statm: 2406251 58208 2280 9 0 2396937 0
[pid=23428/tid=23430] ppid=23426 vsize=9625004 CPUtime=1776.13 cores=0,2,4,6
/proc/23428/task/23430/stat : 23430 (java) R 23426 23428 19004 0 -1 4202560 2736 0 1 0 177581 32 0 0 20 0 19 0 280447798 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695893434672 140695763881700 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23428/tid=23431] ppid=23426 vsize=9625004 CPUtime=1.04 cores=0,2,4,6
/proc/23428/task/23431/stat : 23431 (java) S 23426 23428 19004 0 -1 4202560 399 0 0 0 102 2 0 0 20 0 19 0 280447799 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695882496552 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23428/tid=23432] ppid=23426 vsize=9625004 CPUtime=1.03 cores=0,2,4,6
/proc/23428/task/23432/stat : 23432 (java) S 23426 23428 19004 0 -1 4202560 268 0 0 0 102 1 0 0 20 0 19 0 280447799 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695735843240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23428/tid=23433] ppid=23426 vsize=9625004 CPUtime=1 cores=0,2,4,6
/proc/23428/task/23433/stat : 23433 (java) S 23426 23428 19004 0 -1 4202560 334 0 0 0 100 0 0 0 20 0 19 0 280447799 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695734790440 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23428/tid=23434] ppid=23426 vsize=9625004 CPUtime=1.1 cores=0,2,4,6
/proc/23428/task/23434/stat : 23434 (java) S 23426 23428 19004 0 -1 4202560 309 0 0 0 110 0 0 0 20 0 19 0 280447799 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695733737640 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23428/tid=23435] ppid=23426 vsize=9625004 CPUtime=1.02 cores=0,2,4,6
/proc/23428/task/23435/stat : 23435 (java) S 23426 23428 19004 0 -1 4202560 351 0 0 0 100 2 0 0 20 0 19 0 280447799 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695732685864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23428/tid=23436] ppid=23426 vsize=9625004 CPUtime=0.97 cores=0,2,4,6
/proc/23428/task/23436/stat : 23436 (java) S 23426 23428 19004 0 -1 4202560 253 0 0 0 95 2 0 0 20 0 19 0 280447799 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695731633064 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23428/tid=23437] ppid=23426 vsize=9625004 CPUtime=1.08 cores=0,2,4,6
/proc/23428/task/23437/stat : 23437 (java) S 23426 23428 19004 0 -1 4202560 343 0 0 0 106 2 0 0 20 0 19 0 280447799 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695730580264 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23428/tid=23438] ppid=23426 vsize=9625004 CPUtime=1.08 cores=0,2,4,6
/proc/23428/task/23438/stat : 23438 (java) S 23426 23428 19004 0 -1 4202560 315 0 0 0 105 3 0 0 20 0 19 0 280447799 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695729527464 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23428/tid=23439] ppid=23426 vsize=9625004 CPUtime=10.12 cores=0,2,4,6
/proc/23428/task/23439/stat : 23439 (java) S 23426 23428 19004 0 -1 4202560 171 0 0 0 1010 2 0 0 20 0 19 0 280447801 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695717329384 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23428/tid=23440] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23440/stat : 23440 (java) S 23426 23428 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280447801 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695716275448 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23428/tid=23441] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23441/stat : 23441 (java) S 23426 23428 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280447801 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695715222536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23428/tid=23442] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23442/stat : 23442 (java) S 23426 23428 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280447804 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695714171024 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23428/tid=23443] ppid=23426 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/23428/task/23443/stat : 23443 (java) S 23426 23428 19004 0 -1 4202560 1877 0 0 0 29 0 0 0 20 0 19 0 280447804 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695713119160 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23428/tid=23444] ppid=23426 vsize=9625004 CPUtime=0.21 cores=0,2,4,6
/proc/23428/task/23444/stat : 23444 (java) S 23426 23428 19004 0 -1 4202560 1797 0 0 0 21 0 0 0 20 0 19 0 280447804 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695712066360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23428/tid=23445] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23445/stat : 23445 (java) S 23426 23428 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280447804 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695711013752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23428/tid=23446] ppid=23426 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/23428/task/23446/stat : 23446 (java) S 23426 23428 19004 0 -1 4202560 102 0 0 0 33 23 0 0 20 0 19 0 280447804 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695709961160 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23428/tid=23447] ppid=23426 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23428/task/23447/stat : 23447 (java) S 23426 23428 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280447822 9856004096 58208 33554432000 1073741824 1073778376 140733507541808 140695708906664 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625004

Child status: 143

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

Real time (s): 1793.56
CPU time (s): 1800.06
CPU user time (s): 1799.65
CPU system time (s): 0.41
CPU usage (%): 100.363
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.16
system time used= 0.834873
maximum resident set size= 233484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10630
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43506
involuntary context switches= 19712

runsolver used 5.81212 second user time and 14.8327 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-27 20:27:09
IDJOB=3710628
IDBENCH=2020
IDSOLVER=2289
FILE ID=node146/3710628-1338143229
RUNJOBID= node146-1338124629-19020
PBS_JOBID= 14624512
Free space on /tmp= 71184 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-cmb.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-3710628-1338143229/watcher-3710628-1338143229 -o /tmp/evaluation-result-3710628-1338143229/solver-3710628-1338143229 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710628-1338143229.opb

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

MD5SUM BENCH= 8aa1aebf70d33d96463ba96014c98682
RANDOM SEED=1825426221

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30826144 kB
Buffers:          316348 kB
Cached:           758232 kB
SwapCached:         2184 kB
Active:          1038128 kB
Inactive:         177800 kB
Active(anon):     140892 kB
Inactive(anon):     2668 kB
Active(file):     897236 kB
Inactive(file):   175132 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100340 kB
Dirty:               852 kB
Writeback:             0 kB
AnonPages:        146928 kB
Mapped:            17552 kB
Shmem:                 0 kB
Slab:             691348 kB
SReclaimable:     132680 kB
SUnreclaim:       558668 kB
KernelStack:        1600 kB
PageTables:         4156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     698060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    124928 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= 71184 MiB
End job on node146 at 2012-05-27 20:57:04