Trace number 3687768

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
SAT 4j PB RES // CP 2.3.2 SnapshotSAT (TO)167 1800.04 1031.16

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii32e1.opb
MD5SUM0d4648505d14cf43905d3198d6f686c2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark162
Best CPU time to get the best result obtained on this benchmark7.73582
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 162
Optimality of the best value was proved YES
Number of variables444
Total number of constraints1408
Number of constraints which are clauses1408
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 constraint2
Maximum length of a constraint32
Number of terms in the objective function 444
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 444
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 444
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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3687768-1337873853.opb
0.10/0.11	c reading problem ... 
0.28/0.27	c ... done. Wall clock time 0.161s.
0.28/0.27	c declared #vars     444
0.28/0.27	c #constraints  1408
0.28/0.27	c constraints type 
0.28/0.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 130
0.28/0.27	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1278
0.28/0.27	c 1408 constraints processed.
0.28/0.27	c constraints type 
0.28/0.27	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1278
0.28/0.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 130
0.28/0.27	c 1408 constraints processed.
0.28/0.27	c objective function length is 444 literals
0.28/0.28	c  And the winner is solver1
0.51/0.77	c SATISFIABLE
0.51/0.77	c OPTIMIZING...
0.51/0.77	c Got one! Elapsed wall clock time (in seconds):0.663
0.51/0.77	o 205
0.98/0.92	c  And the winner is solver1
1.50/1.27	c Got one! Elapsed wall clock time (in seconds):1.168
1.50/1.27	o 204
2.03/1.45	c  And the winner is solver1
2.22/1.78	c Got one! Elapsed wall clock time (in seconds):1.671
2.22/1.78	o 203
2.28/1.85	c  And the winner is solver1
2.45/2.28	c Got one! Elapsed wall clock time (in seconds):2.173
2.45/2.28	o 189
2.80/2.42	c cleaning 3015 clauses out of 6036 with flag 2000/6036
3.28/2.64	c  And the winner is solver1
3.38/2.78	c Got one! Elapsed wall clock time (in seconds):2.675
3.38/2.78	o 188
3.74/2.91	c cleaning 4069 clauses out of 8138 with flag 2002/11153
4.62/3.32	c cleaning 5034 clauses out of 10068 with flag 8001/17152
4.98/3.59	c  And the winner is solver1
5.18/3.78	c Got one! Elapsed wall clock time (in seconds):3.677
5.18/3.78	o 187
5.44/3.91	c cleaning 5414 clauses out of 10835 with flag 2000/22953
6.22/4.35	c cleaning 5711 clauses out of 11421 with flag 8000/28953
6.76/4.66	c  And the winner is solver1
6.90/4.78	c Got one! Elapsed wall clock time (in seconds):4.68
6.90/4.78	o 186
6.92/4.86	c cleaning 5368 clauses out of 10751 with flag 1001/33994
7.91/5.30	c cleaning 5687 clauses out of 11382 with flag 7000/39993
8.68/5.78	c cleaning 6346 clauses out of 12695 with flag 14000/46993
8.97/5.91	c  And the winner is solver1
9.00/6.41	c Got one! Elapsed wall clock time (in seconds):6.3
9.00/6.41	o 185
9.38/6.69	c cleaning 5697 clauses out of 11417 with flag 5001/52061
10.28/7.10	c cleaning 5855 clauses out of 11720 with flag 11001/58061
10.99/7.56	c cleaning 6431 clauses out of 12865 with flag 18001/65061
11.88/8.07	c  And the winner is solver1
12.03/8.41	c Got one! Elapsed wall clock time (in seconds):8.302
12.03/8.41	o 184
12.63/8.76	c cleaning 9515 clauses out of 19071 with flag 5000/77698
13.48/9.29	c cleaning 7775 clauses out of 15557 with flag 11001/83699
14.59/9.81	c cleaning 7392 clauses out of 14784 with flag 18003/90701
14.71/9.95	c  And the winner is solver0
14.82/10.44	c Got one! Elapsed wall clock time (in seconds):10.332
14.82/10.44	o 183
15.34/10.74	c cleaning 6330 clauses out of 12687 with flag 5001/95996
15.64/10.93	c  And the winner is solver1
15.64/10.94	c Got one! Elapsed wall clock time (in seconds):10.834
15.64/10.94	o 182
16.03/11.19	c cleaning 5792 clauses out of 11608 with flag 4003/101247
16.68/11.52	c  And the winner is solver0
16.75/11.94	c Got one! Elapsed wall clock time (in seconds):11.836
16.75/11.94	o 181
17.10/12.15	c cleaning 5713 clauses out of 11441 with flag 3001/106872
18.00/12.62	c cleaning 5865 clauses out of 11730 with flag 9003/112874
18.89/13.19	c cleaning 6429 clauses out of 12862 with flag 16000/119871
19.94/13.79	c cleaning 7209 clauses out of 14438 with flag 24005/127876
20.54/14.16	c  And the winner is solver1
20.67/14.51	c Got one! Elapsed wall clock time (in seconds):14.403
20.67/14.51	o 180
20.84/14.64	c cleaning 6102 clauses out of 12233 with flag 2004/132880
21.71/15.10	c  And the winner is solver1
21.73/15.51	c Got one! Elapsed wall clock time (in seconds):15.404
21.73/15.51	o 179
22.31/15.81	c cleaning 8346 clauses out of 16698 with flag 5000/143447
23.17/16.30	c cleaning 7171 clauses out of 14352 with flag 11000/149447
24.02/16.83	c cleaning 7086 clauses out of 14181 with flag 18000/156447
25.21/17.51	c cleaning 7548 clauses out of 15096 with flag 26001/164448
26.28/18.19	c cleaning 8274 clauses out of 16548 with flag 35001/173448
27.82/18.96	c cleaning 9135 clauses out of 18276 with flag 45003/183450
29.46/19.82	c cleaning 10068 clauses out of 20139 with flag 56001/194448
30.80/20.68	c  And the winner is solver1
30.80/20.69	c Got one! Elapsed wall clock time (in seconds):20.583
30.80/20.69	o 178
31.57/21.04	c cleaning 12204 clauses out of 24419 with flag 5000/208796
32.19/21.47	c  And the winner is solver0
32.39/21.74	c Got one! Elapsed wall clock time (in seconds):21.633
32.39/21.74	o 177
32.50/21.82	c cleaning 8757 clauses out of 17544 with flag 1000/214125
33.34/22.33	c cleaning 7395 clauses out of 14790 with flag 7003/220128
33.75/22.67	c  And the winner is solver0
33.92/22.79	c Got one! Elapsed wall clock time (in seconds):22.685
33.92/22.79	o 176
34.42/23.01	c cleaning 6605 clauses out of 13217 with flag 3001/225950
35.33/23.64	c cleaning 6293 clauses out of 12613 with flag 9002/231951
36.36/24.26	c cleaning 6649 clauses out of 13318 with flag 16000/238949
36.65/24.47	c  And the winner is solver0
36.83/24.96	c Got one! Elapsed wall clock time (in seconds):24.858
36.83/24.96	o 175
37.30/25.27	c cleaning 5903 clauses out of 11841 with flag 5002/244121
38.30/25.82	c cleaning 5960 clauses out of 11940 with flag 11004/250123
39.23/26.41	c  And the winner is solver0
39.38/26.63	c Got one! Elapsed wall clock time (in seconds):26.52
39.38/26.63	o 174
39.92/26.96	c cleaning 8023 clauses out of 16066 with flag 5000/260209
40.94/27.53	c cleaning 7014 clauses out of 14046 with flag 11003/266212
41.93/28.17	c cleaning 7007 clauses out of 14030 with flag 18001/273210
43.13/28.86	c cleaning 7512 clauses out of 15023 with flag 26001/281210
44.65/29.75	c cleaning 8249 clauses out of 16512 with flag 35002/290211
46.03/30.54	c cleaning 9133 clauses out of 18265 with flag 45004/300213
47.43/31.39	c cleaning 10064 clauses out of 20128 with flag 56000/311209
49.23/32.32	c cleaning 11032 clauses out of 22064 with flag 68000/323209
51.12/33.42	c cleaning 12011 clauses out of 24033 with flag 81001/336210
52.91/34.49	c cleaning 13011 clauses out of 26021 with flag 95000/350209
55.09/35.66	c cleaning 14005 clauses out of 28010 with flag 110000/365209
57.27/36.88	c cleaning 14993 clauses out of 30005 with flag 126000/381209
59.97/38.35	c cleaning 16007 clauses out of 32013 with flag 143001/398210
62.54/39.76	c cleaning 16999 clauses out of 34005 with flag 161000/416209
65.31/41.28	c cleaning 17997 clauses out of 36006 with flag 180000/435209
68.07/42.76	c cleaning 19000 clauses out of 38009 with flag 200000/455209
71.10/44.49	c cleaning 20000 clauses out of 40009 with flag 221000/476209
74.05/46.06	c cleaning 20998 clauses out of 42009 with flag 243000/498209
77.19/47.76	c cleaning 22004 clauses out of 44011 with flag 266000/521209
80.75/49.62	c cleaning 23004 clauses out of 46007 with flag 290000/545209
85.17/52.01	c cleaning 24002 clauses out of 48003 with flag 315000/570209
89.08/54.19	c cleaning 25001 clauses out of 50001 with flag 341000/596209
93.24/56.40	c cleaning 25999 clauses out of 52000 with flag 368000/623209
97.78/58.75	c cleaning 27000 clauses out of 54002 with flag 396001/651210
102.61/61.38	c cleaning 27997 clauses out of 56001 with flag 425000/680209
107.76/64.06	c cleaning 28995 clauses out of 58004 with flag 455000/710209
113.29/67.00	c cleaning 30003 clauses out of 60009 with flag 486000/741209
114.60/67.76	c  And the winner is solver1
114.56/67.88	c Got one! Elapsed wall clock time (in seconds):67.778
114.56/67.88	o 173
115.38/68.34	c cleaning 20786 clauses out of 41585 with flag 5001/752788
116.53/69.16	c cleaning 13400 clauses out of 26799 with flag 11001/758788
117.65/69.86	c cleaning 10197 clauses out of 20400 with flag 18002/765789
118.77/70.60	c cleaning 9101 clauses out of 18201 with flag 26000/773787
120.07/71.38	c cleaning 9050 clauses out of 18101 with flag 35001/782788
121.62/72.38	c cleaning 9525 clauses out of 19050 with flag 45000/792787
123.12/73.28	c cleaning 10263 clauses out of 20525 with flag 56000/803787
124.82/74.23	c cleaning 11125 clauses out of 22263 with flag 68001/815788
126.52/75.25	c cleaning 12065 clauses out of 24138 with flag 81001/828788
128.65/76.53	c cleaning 13030 clauses out of 26073 with flag 95001/842788
130.75/77.78	c cleaning 14020 clauses out of 28043 with flag 110001/857788
133.02/79.03	c cleaning 15011 clauses out of 30022 with flag 126000/873787
135.12/80.28	c cleaning 16002 clauses out of 32012 with flag 143001/890788
137.44/81.68	c cleaning 16996 clauses out of 34009 with flag 161000/908787
139.92/83.01	c cleaning 18003 clauses out of 36015 with flag 180002/927789
142.22/84.39	c cleaning 19007 clauses out of 38013 with flag 200003/947790
144.94/85.84	c cleaning 20000 clauses out of 40004 with flag 221001/968788
147.64/87.50	c cleaning 21001 clauses out of 42003 with flag 243000/990787
150.55/89.10	c cleaning 21998 clauses out of 44003 with flag 266001/1013788
153.63/90.74	c cleaning 22999 clauses out of 46004 with flag 290000/1037787
156.72/92.44	c cleaning 24003 clauses out of 48005 with flag 315000/1062787
160.02/94.39	c cleaning 24996 clauses out of 50002 with flag 341000/1088787
163.49/96.29	c cleaning 25991 clauses out of 52006 with flag 368000/1115787
167.60/98.42	c cleaning 27003 clauses out of 54016 with flag 396001/1143788
172.12/100.85	c cleaning 28006 clauses out of 56012 with flag 425000/1172787
176.82/103.43	c cleaning 28993 clauses out of 58008 with flag 455002/1202789
181.49/105.92	c cleaning 30004 clauses out of 60014 with flag 486001/1233788
186.76/108.72	c cleaning 30995 clauses out of 62009 with flag 518000/1265787
192.26/111.65	c cleaning 32004 clauses out of 64018 with flag 551004/1298791
198.38/114.95	c cleaning 32996 clauses out of 66010 with flag 585000/1332787
204.45/118.11	c cleaning 34001 clauses out of 68015 with flag 620001/1367788
210.91/121.59	c cleaning 35007 clauses out of 70013 with flag 656000/1403787
219.41/125.90	c cleaning 36006 clauses out of 72011 with flag 693005/1440792
227.46/130.22	c cleaning 37000 clauses out of 74001 with flag 731001/1478788
234.97/134.16	c cleaning 37991 clauses out of 76001 with flag 770001/1517788
243.83/138.76	c  And the winner is solver1
243.83/138.77	c cleaning 38996 clauses out of 78011 with flag 810002/1557789
244.30/139.28	c Got one! Elapsed wall clock time (in seconds):139.173
244.30/139.28	o 172
244.83/139.70	c cleaning 22004 clauses out of 44015 with flag 5000/1562789
246.39/140.75	c cleaning 13999 clauses out of 28011 with flag 11000/1568789
247.55/141.55	c cleaning 10498 clauses out of 21015 with flag 18003/1575792
248.94/142.43	c cleaning 9251 clauses out of 18514 with flag 26000/1583789
250.33/143.38	c cleaning 9124 clauses out of 18263 with flag 35000/1592789
252.08/144.59	c cleaning 9567 clauses out of 19140 with flag 45001/1602790
253.88/145.66	c cleaning 10280 clauses out of 20572 with flag 56000/1613789
255.65/146.78	c cleaning 11145 clauses out of 22293 with flag 68001/1625790
257.84/148.00	c cleaning 12070 clauses out of 24148 with flag 81001/1638790
260.19/149.60	c cleaning 13034 clauses out of 26077 with flag 95000/1652789
262.76/151.04	c cleaning 14016 clauses out of 28043 with flag 110000/1667789
265.34/152.57	c cleaning 15014 clauses out of 30028 with flag 126001/1683790
267.53/153.85	c  And the winner is solver0
267.86/154.13	c Got one! Elapsed wall clock time (in seconds):154.027
267.86/154.13	o 171
268.60/154.55	c cleaning 16093 clauses out of 32208 with flag 5000/1700984
270.12/155.61	c cleaning 11036 clauses out of 22115 with flag 11000/1706984
271.30/156.48	c cleaning 9019 clauses out of 18079 with flag 18000/1713984
272.69/157.39	c cleaning 8511 clauses out of 17060 with flag 26000/1721984
274.25/158.34	c cleaning 8769 clauses out of 17549 with flag 35000/1730984
275.98/159.54	c cleaning 9389 clauses out of 18780 with flag 45000/1740984
277.55/160.60	c cleaning 10189 clauses out of 20391 with flag 56000/1751984
279.53/161.74	c cleaning 11090 clauses out of 22202 with flag 68000/1763984
281.69/163.05	c cleaning 12040 clauses out of 24112 with flag 81000/1776984
284.20/164.66	c cleaning 13034 clauses out of 26074 with flag 95002/1790986
286.96/166.24	c cleaning 14007 clauses out of 28038 with flag 110000/1805984
289.31/167.68	c cleaning 15016 clauses out of 30032 with flag 126001/1821985
291.87/169.11	c cleaning 15998 clauses out of 32016 with flag 143001/1838985
294.43/170.76	c cleaning 17010 clauses out of 34019 with flag 161002/1856986
296.98/172.21	c cleaning 18004 clauses out of 36008 with flag 180001/1875985
299.75/173.87	c cleaning 18998 clauses out of 38003 with flag 200000/1895984
302.67/175.54	c cleaning 19993 clauses out of 40005 with flag 221000/1916984
305.98/177.53	c cleaning 21000 clauses out of 42012 with flag 243000/1938984
309.13/179.35	c cleaning 21995 clauses out of 44012 with flag 266000/1961984
312.27/181.16	c cleaning 22994 clauses out of 46018 with flag 290001/1985985
315.63/183.05	c cleaning 24010 clauses out of 48024 with flag 315001/2010985
319.52/185.31	c cleaning 24996 clauses out of 50013 with flag 341000/2036984
323.27/187.46	c cleaning 26000 clauses out of 52017 with flag 368000/2063984
327.21/189.62	c cleaning 27004 clauses out of 54018 with flag 396001/2091985
331.17/191.88	c cleaning 28004 clauses out of 56015 with flag 425002/2120986
335.88/194.54	c cleaning 29005 clauses out of 58011 with flag 455002/2150986
340.05/196.82	c cleaning 30002 clauses out of 60004 with flag 486000/2181984
344.39/199.25	c cleaning 30986 clauses out of 62002 with flag 518000/2213984
348.93/201.73	c cleaning 32005 clauses out of 64017 with flag 551001/2246985
353.81/204.59	c cleaning 33003 clauses out of 66011 with flag 585000/2280984
358.73/207.22	c cleaning 33997 clauses out of 68008 with flag 620000/2315984
363.67/209.97	c cleaning 34998 clauses out of 70012 with flag 656001/2351985
365.39/211.09	c  And the winner is solver0
366.31/211.93	c Got one! Elapsed wall clock time (in seconds):211.822
366.31/211.93	o 170
367.18/212.43	c cleaning 25289 clauses out of 50588 with flag 5000/2367559
368.84/213.63	c cleaning 15635 clauses out of 31300 with flag 11001/2373560
370.38/214.60	c cleaning 11323 clauses out of 22664 with flag 18000/2380559
371.92/215.64	c cleaning 9665 clauses out of 19341 with flag 26000/2388559
373.66/216.76	c cleaning 9327 clauses out of 18676 with flag 35000/2397559
375.80/218.11	c cleaning 9674 clauses out of 19349 with flag 45000/2407559
377.72/219.38	c cleaning 10334 clauses out of 20676 with flag 56001/2418560
380.04/220.72	c cleaning 11167 clauses out of 22341 with flag 68000/2430559
382.16/222.02	c cleaning 12077 clauses out of 24176 with flag 81002/2443561
384.26/223.47	c cleaning 13041 clauses out of 26097 with flag 95000/2457559
386.58/224.80	c cleaning 14025 clauses out of 28056 with flag 110000/2472559
388.90/226.21	c cleaning 15011 clauses out of 30031 with flag 126000/2488559
391.43/227.75	c cleaning 16007 clauses out of 32021 with flag 143001/2505560
394.51/229.65	c cleaning 16998 clauses out of 34013 with flag 161000/2523559
397.42/231.39	c cleaning 17999 clauses out of 36015 with flag 180000/2542559
400.55/233.18	c cleaning 19007 clauses out of 38016 with flag 200000/2562559
403.85/235.00	c cleaning 19993 clauses out of 40009 with flag 221000/2583559
407.73/237.32	c cleaning 21010 clauses out of 42022 with flag 243006/2605565
411.43/239.47	c cleaning 22002 clauses out of 44008 with flag 266002/2628561
415.74/241.89	c cleaning 22997 clauses out of 46004 with flag 290000/2652559
420.07/244.23	c cleaning 24003 clauses out of 48009 with flag 315002/2677561
424.51/246.87	c cleaning 24999 clauses out of 50004 with flag 341000/2703559
429.23/249.50	c cleaning 25996 clauses out of 52006 with flag 368001/2730560
434.35/252.20	c cleaning 26994 clauses out of 54009 with flag 396000/2758559
439.24/254.93	c cleaning 28000 clauses out of 56015 with flag 425000/2787559
444.87/258.11	c cleaning 29001 clauses out of 58019 with flag 455004/2817563
450.16/261.02	c cleaning 29988 clauses out of 60017 with flag 486003/2848562
455.87/264.11	c cleaning 31006 clauses out of 62028 with flag 518002/2880561
458.97/265.98	c  And the winner is solver0
459.96/266.93	c Got one! Elapsed wall clock time (in seconds):266.825
459.96/266.93	o 169
460.84/267.40	c cleaning 27929 clauses out of 55904 with flag 5000/2905443
462.31/268.53	c cleaning 16983 clauses out of 33975 with flag 11000/2911443
463.64/269.43	c cleaning 11983 clauses out of 23992 with flag 18000/2918443
465.13/270.41	c cleaning 9990 clauses out of 20010 with flag 26001/2926444
466.65/271.41	c cleaning 9495 clauses out of 19019 with flag 35000/2935443
468.24/272.56	c cleaning 9758 clauses out of 19524 with flag 45000/2945443
469.93/273.65	c cleaning 10365 clauses out of 20766 with flag 56000/2956443
471.84/274.89	c cleaning 11198 clauses out of 22401 with flag 68000/2968443
473.96/276.19	c cleaning 12097 clauses out of 24203 with flag 81000/2981443
476.39/277.77	c cleaning 13053 clauses out of 26107 with flag 95001/2995444
478.69/279.19	c cleaning 14023 clauses out of 28053 with flag 110000/3010443
481.19/280.66	c cleaning 15015 clauses out of 30030 with flag 126000/3026443
484.09/282.30	c cleaning 16010 clauses out of 32024 with flag 143009/3043452
487.01/284.16	c cleaning 17003 clauses out of 34009 with flag 161004/3061447
490.32/286.06	c cleaning 17998 clauses out of 36003 with flag 180001/3080444
493.61/287.98	c cleaning 18999 clauses out of 38004 with flag 200000/3100443
497.32/290.06	c cleaning 19998 clauses out of 40006 with flag 221001/3121444
501.82/292.62	c cleaning 21004 clauses out of 42007 with flag 243000/3143443
505.73/294.89	c cleaning 21997 clauses out of 44003 with flag 266000/3166443
509.81/297.17	c cleaning 23003 clauses out of 46006 with flag 290000/3190443
513.93/299.48	c cleaning 24001 clauses out of 48007 with flag 315004/3215447
518.64/302.12	c cleaning 24990 clauses out of 50003 with flag 341001/3241444
523.15/304.66	c cleaning 26006 clauses out of 52012 with flag 368000/3268443
527.85/307.21	c cleaning 26989 clauses out of 54006 with flag 396000/3296443
532.96/310.09	c cleaning 27998 clauses out of 56021 with flag 425004/3325447
538.27/313.06	c cleaning 29008 clauses out of 58020 with flag 455001/3355444
543.39/315.82	c cleaning 30003 clauses out of 60015 with flag 486004/3386447
548.69/318.73	c cleaning 31002 clauses out of 62009 with flag 518001/3418444
554.59/321.95	c cleaning 31992 clauses out of 64006 with flag 551000/3451443
560.10/325.09	c cleaning 33007 clauses out of 66016 with flag 585002/3485445
566.38/328.42	c cleaning 33997 clauses out of 68009 with flag 620002/3520445
572.67/331.80	c cleaning 35007 clauses out of 70013 with flag 656003/3556446
576.15/333.89	c  And the winner is solver0
608.73/366.47	c Got one! Elapsed wall clock time (in seconds):366.362
608.73/366.47	o 168
610.01/367.21	c cleaning 31278 clauses out of 62555 with flag 5001/3583995
611.81/368.50	c cleaning 18624 clauses out of 37276 with flag 11000/3589994
613.12/369.47	c cleaning 12809 clauses out of 25654 with flag 18002/3596996
614.63/370.50	c cleaning 10415 clauses out of 20847 with flag 26004/3604998
616.32/371.58	c cleaning 9697 clauses out of 19430 with flag 35002/3613996
618.55/373.04	c cleaning 9865 clauses out of 19734 with flag 45003/3623997
620.65/374.36	c cleaning 10430 clauses out of 20866 with flag 56000/3634994
622.76/375.65	c cleaning 11213 clauses out of 22440 with flag 68004/3646998
624.85/376.97	c cleaning 12099 clauses out of 24223 with flag 81000/3659994
627.47/378.66	c cleaning 13052 clauses out of 26124 with flag 95000/3673994
629.97/380.19	c cleaning 14034 clauses out of 28072 with flag 110000/3688994
632.70/381.74	c cleaning 15015 clauses out of 30038 with flag 126000/3704994
635.38/383.35	c cleaning 16005 clauses out of 32023 with flag 143000/3721994
638.82/385.41	c cleaning 17010 clauses out of 34019 with flag 161001/3739995
642.11/387.35	c cleaning 18002 clauses out of 36008 with flag 180000/3758994
645.41/389.26	c cleaning 18993 clauses out of 38006 with flag 200000/3778994
648.70/391.13	c cleaning 19995 clauses out of 40013 with flag 221000/3799994
651.92/393.15	c cleaning 21009 clauses out of 42018 with flag 243000/3821994
655.22/395.02	c cleaning 22002 clauses out of 44010 with flag 266001/3844995
658.73/397.08	c cleaning 23001 clauses out of 46007 with flag 290000/3868994
662.62/399.28	c cleaning 24005 clauses out of 48009 with flag 315003/3893997
666.90/401.75	c cleaning 24983 clauses out of 50001 with flag 341000/3919994
671.00/404.03	c cleaning 26000 clauses out of 52018 with flag 368000/3946994
675.28/406.46	c cleaning 27003 clauses out of 54018 with flag 396000/3974994
679.95/409.02	c cleaning 28004 clauses out of 56015 with flag 425000/4003994
684.77/411.89	c cleaning 28997 clauses out of 58011 with flag 455000/4033994
689.88/414.61	c cleaning 29995 clauses out of 60014 with flag 486000/4064994
694.96/417.45	c cleaning 31006 clauses out of 62019 with flag 518000/4096994
701.04/420.78	c cleaning 32006 clauses out of 64014 with flag 551001/4129995
707.44/424.37	c cleaning 32999 clauses out of 66007 with flag 585000/4163994
713.94/427.87	c cleaning 34005 clauses out of 68010 with flag 620002/4198996
720.62/431.42	c cleaning 34999 clauses out of 70003 with flag 656000/4234994
727.29/435.06	c cleaning 35999 clauses out of 72005 with flag 693001/4271995
734.89/439.26	c cleaning 36993 clauses out of 74007 with flag 731002/4309996
742.39/443.29	c cleaning 38006 clauses out of 76012 with flag 770000/4348994
750.87/447.71	c cleaning 38991 clauses out of 78006 with flag 810000/4388994
758.33/451.78	c cleaning 40000 clauses out of 80016 with flag 851001/4429995
767.35/456.67	c cleaning 41006 clauses out of 82018 with flag 893003/4471997
776.43/461.49	c cleaning 42003 clauses out of 84011 with flag 936002/4514996
785.72/466.33	c cleaning 43003 clauses out of 86006 with flag 980000/4558994
794.58/471.07	c cleaning 44001 clauses out of 88003 with flag 1025000/4603994
805.24/476.76	c cleaning 45001 clauses out of 90002 with flag 1071000/4649994
816.73/482.75	c cleaning 45996 clauses out of 92002 with flag 1118001/4696995
828.00/488.64	c cleaning 47003 clauses out of 94006 with flag 1166001/4744995
839.27/494.54	c cleaning 48000 clauses out of 96002 with flag 1215000/4793994
849.88/500.28	c cleaning 49002 clauses out of 98003 with flag 1265001/4843995
860.96/506.08	c cleaning 50002 clauses out of 100004 with flag 1316004/4894998
872.02/511.85	c cleaning 50995 clauses out of 101998 with flag 1368000/4946994
883.90/518.04	c cleaning 52001 clauses out of 104006 with flag 1421003/4999997
895.71/524.38	c cleaning 52997 clauses out of 106002 with flag 1475000/5053994
910.39/531.91	c cleaning 54003 clauses out of 108005 with flag 1530000/5108994
923.24/538.60	c cleaning 54998 clauses out of 110002 with flag 1586000/5164994
937.66/546.17	c cleaning 56003 clauses out of 112005 with flag 1643001/5221995
951.70/553.55	c cleaning 56997 clauses out of 114001 with flag 1701000/5279994
965.17/560.53	c cleaning 58002 clauses out of 116004 with flag 1760000/5338994
978.84/567.62	c cleaning 58999 clauses out of 118003 with flag 1820001/5398995
995.09/576.09	c cleaning 59988 clauses out of 120004 with flag 1881001/5459995
1011.26/584.57	c cleaning 61005 clauses out of 122016 with flag 1943001/5521995
1027.55/592.96	c cleaning 62000 clauses out of 124010 with flag 2006000/5584994
1038.81/598.84	c  And the winner is solver0
1088.86/649.39	c Got one! Elapsed wall clock time (in seconds):649.284
1088.86/649.39	o 167
1091.13/650.86	c cleaning 61418 clauses out of 122836 with flag 5001/5645820
1093.36/652.26	c cleaning 33709 clauses out of 67417 with flag 11000/5651819
1095.33/653.64	c cleaning 20355 clauses out of 40710 with flag 18002/5658821
1097.01/654.75	c cleaning 14175 clauses out of 28354 with flag 26001/5666820
1098.89/655.91	c cleaning 11575 clauses out of 23178 with flag 35000/5675819
1100.77/657.14	c cleaning 10800 clauses out of 21604 with flag 45001/5685820
1103.15/658.76	c cleaning 10901 clauses out of 21804 with flag 56001/5696820
1105.44/660.13	c cleaning 11445 clauses out of 22902 with flag 68000/5708819
1107.72/661.58	c cleaning 12215 clauses out of 24457 with flag 81000/5721819
1110.41/663.11	c cleaning 13118 clauses out of 26244 with flag 95002/5735821
1113.38/665.02	c cleaning 14050 clauses out of 28124 with flag 110000/5750819
1116.27/666.74	c cleaning 15025 clauses out of 30074 with flag 126000/5766819
1119.35/668.54	c cleaning 16005 clauses out of 32049 with flag 143000/5783819
1122.63/670.43	c cleaning 17022 clauses out of 34044 with flag 161000/5801819
1126.23/672.67	c cleaning 18010 clauses out of 36024 with flag 180002/5820821
1129.71/674.68	c cleaning 19005 clauses out of 38012 with flag 200000/5840819
1133.59/676.82	c cleaning 19991 clauses out of 40008 with flag 221001/5861820
1137.47/679.05	c cleaning 20999 clauses out of 42016 with flag 243000/5883819
1141.70/681.60	c cleaning 22008 clauses out of 44018 with flag 266001/5906820
1146.18/684.03	c cleaning 22995 clauses out of 46009 with flag 290000/5930819
1150.48/686.48	c cleaning 23989 clauses out of 48014 with flag 315000/5955819
1154.75/688.86	c cleaning 24997 clauses out of 50026 with flag 341001/5981820
1159.53/691.65	c cleaning 26001 clauses out of 52028 with flag 368000/6008819
1164.21/694.22	c cleaning 27001 clauses out of 54027 with flag 396000/6036819
1168.07/696.43	c cleaning 28007 clauses out of 56026 with flag 425000/6065819
1171.95/698.61	c cleaning 29002 clauses out of 58021 with flag 455002/6095821
1175.93/701.09	c cleaning 29997 clauses out of 60019 with flag 486002/6126821
1180.61/703.60	c cleaning 31006 clauses out of 62021 with flag 518001/6158820
1186.49/706.86	c cleaning 32002 clauses out of 64014 with flag 551000/6191819
1192.75/710.27	c cleaning 33007 clauses out of 66013 with flag 585001/6225820
1197.57/713.04	c cleaning 33996 clauses out of 68005 with flag 620000/6260819
1202.44/715.79	c cleaning 34997 clauses out of 70009 with flag 656000/6296819
1207.91/718.75	c cleaning 35999 clauses out of 72012 with flag 693000/6333819
1213.58/721.81	c cleaning 37000 clauses out of 74013 with flag 731000/6371819
1219.34/725.16	c cleaning 38003 clauses out of 76014 with flag 770001/6410820
1225.22/728.34	c cleaning 39002 clauses out of 78011 with flag 810001/6450820
1230.90/731.48	c cleaning 40005 clauses out of 80010 with flag 851002/6491821
1236.36/734.47	c cleaning 40991 clauses out of 82003 with flag 893000/6533819
1242.21/737.76	c cleaning 42007 clauses out of 84013 with flag 936001/6576820
1248.09/740.95	c cleaning 43003 clauses out of 86006 with flag 980001/6620820
1254.16/744.25	c cleaning 43997 clauses out of 88003 with flag 1025001/6665820
1260.42/747.66	c cleaning 45000 clauses out of 90006 with flag 1071001/6711820
1267.26/751.45	c cleaning 46003 clauses out of 92005 with flag 1118000/6758819
1273.72/754.97	c cleaning 46999 clauses out of 94002 with flag 1166000/6806819
1280.39/758.52	c cleaning 47993 clauses out of 96003 with flag 1215000/6855819
1286.85/762.05	c cleaning 49004 clauses out of 98010 with flag 1265000/6905819
1294.74/766.32	c cleaning 49998 clauses out of 100006 with flag 1316000/6956819
1301.99/770.27	c cleaning 51003 clauses out of 102009 with flag 1368001/7008820
1309.05/774.04	c cleaning 51996 clauses out of 104006 with flag 1421001/7061820
1316.71/778.17	c cleaning 53004 clauses out of 106009 with flag 1475000/7115819
1324.21/782.29	c cleaning 53998 clauses out of 108006 with flag 1530001/7170820
1331.88/786.39	c cleaning 54997 clauses out of 110008 with flag 1586001/7226820
1339.74/790.53	c cleaning 55999 clauses out of 112010 with flag 1643000/7283819
1347.39/794.61	c cleaning 56997 clauses out of 114011 with flag 1701000/7341819
1355.41/799.06	c cleaning 57999 clauses out of 116014 with flag 1760000/7400819
1363.87/803.52	c cleaning 59002 clauses out of 118015 with flag 1820000/7460819
1372.33/808.01	c cleaning 60006 clauses out of 120013 with flag 1881000/7521819
1380.79/812.55	c cleaning 60998 clauses out of 122008 with flag 1943001/7583820
1389.75/817.46	c cleaning 61999 clauses out of 124009 with flag 2006000/7646819
1398.81/822.28	c cleaning 62997 clauses out of 126010 with flag 2070000/7710819
1408.47/827.35	c cleaning 64003 clauses out of 128013 with flag 2135000/7775819
1418.53/832.66	c cleaning 65002 clauses out of 130011 with flag 2201001/7841820
1429.12/838.31	c cleaning 65997 clauses out of 132009 with flag 2268001/7908820
1439.78/843.92	c cleaning 67002 clauses out of 134011 with flag 2336000/7976819
1450.82/849.77	c cleaning 68000 clauses out of 136010 with flag 2405001/8045820
1461.88/855.54	c cleaning 68990 clauses out of 138009 with flag 2475000/8115819
1474.45/862.21	c cleaning 70005 clauses out of 140019 with flag 2546000/8186819
1486.10/868.33	c cleaning 71006 clauses out of 142015 with flag 2618001/8258820
1496.95/874.02	c cleaning 71997 clauses out of 144009 with flag 2691001/8331820
1508.21/879.99	c cleaning 73001 clauses out of 146012 with flag 2765001/8405820
1520.14/886.38	c cleaning 74002 clauses out of 148011 with flag 2840001/8480820
1532.19/892.67	c cleaning 74996 clauses out of 150008 with flag 2916000/8556819
1544.24/898.98	c cleaning 75998 clauses out of 152013 with flag 2993001/8633820
1556.90/905.54	c cleaning 76998 clauses out of 154014 with flag 3071000/8711819
1569.45/912.29	c cleaning 78007 clauses out of 156016 with flag 3150000/8790819
1582.51/919.07	c cleaning 79004 clauses out of 158011 with flag 3230002/8870821
1595.76/925.99	c cleaning 79994 clauses out of 160005 with flag 3311000/8951819
1610.80/933.71	c cleaning 80998 clauses out of 162011 with flag 3393000/9033819
1626.03/941.71	c cleaning 82000 clauses out of 164014 with flag 3476001/9116820
1640.88/949.44	c cleaning 82999 clauses out of 166013 with flag 3560000/9200819
1655.93/957.21	c cleaning 83998 clauses out of 168014 with flag 3645000/9285819
1673.57/966.30	c cleaning 85002 clauses out of 170018 with flag 3731002/9371821
1690.84/975.36	c cleaning 85999 clauses out of 172017 with flag 3818003/9458822
1707.08/983.73	c cleaning 87008 clauses out of 174018 with flag 3906003/9546822
1725.13/993.00	c cleaning 87997 clauses out of 176010 with flag 3995003/9635822
1745.18/1003.32	c cleaning 88999 clauses out of 178013 with flag 4085003/9725822
1762.83/1012.57	c cleaning 89991 clauses out of 180012 with flag 4176001/9816820
1784.88/1023.84	c cleaning 91001 clauses out of 182020 with flag 4268000/9908819
1798.93/1031.11	c starts		: 1071
1798.93/1031.11	c conflicts		: 9983819
1798.93/1031.11	c decisions		: 22687348
1798.93/1031.11	c propagations		: 196403139
1798.93/1031.11	c inspects		: 3495637191
1798.93/1031.11	c shortcuts		: 0
1798.93/1031.11	c learnt literals	: 0
1798.93/1031.11	c learnt binary clauses	: 0
1798.93/1031.11	c learnt ternary clauses	: 0
1798.93/1031.11	c learnt constraints	: 9983820
1798.93/1031.11	c ignored constraints	: 0
1798.93/1031.11	c root simplifications	: 0
1798.93/1031.11	c removed literals (reason simplification)	: 1271963087
1798.93/1031.11	c reason swapping (by a shorter reason)	: 0
1798.93/1031.11	c Calls to reduceDB	: 350
1798.93/1031.11	c number of reductions to clauses (during analyze)	: 0
1798.93/1031.11	c number of learned constraints concerned by reduction	: 0
1798.93/1031.11	c number of learning phase by resolution	: 0
1798.93/1031.11	c number of learning phase by cutting planes	: 0
1798.93/1031.11	c speed (assignments/second)	: 220224.92179002723
1798.93/1031.11	c non guided choices	0
1798.93/1031.14	c learnt constraints type 
1798.93/1031.14	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 166202
1798.93/1031.14	c constraints type 
1798.93/1031.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 130
1798.93/1031.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1798.93/1031.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1278
1798.93/1031.14	c 1409 constraints processed.
1798.93/1031.14	c constraints type 
1798.93/1031.14	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1278
1798.93/1031.14	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 130
1798.93/1031.14	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1798.93/1031.14	c 1409 constraints processed.
1798.93/1031.14	s SATISFIABLE
1798.93/1031.14	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 
1798.93/1031.14	c objective function=167
1798.93/1031.14	c Total wall clock time (in seconds): 1031.037

Verifier Data

OK	167

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-3687768-1337873853/watcher-3687768-1337873853 -o /tmp/evaluation-result-3687768-1337873853/solver-3687768-1337873853 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687768-1337873853.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: 3.44 3.25 2.71 4/197 25749
/proc/meminfo: memFree=27467944/32873844 swapFree=6080/6080
[pid=25749] ppid=25747 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/25749/stat : 25749 (java) S 25747 25749 24394 0 -1 4202496 1160 0 0 0 0 0 0 0 20 0 2 0 253509871 91889664 881 33554432000 1073741824 1073778376 140735696450272 140735696441408 248793563197 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25749/statm: 22434 883 668 9 0 16769 0
[pid=25749/tid=25750] ppid=25747 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/25749/task/25750/stat : 25750 (java) R 25747 25749 24394 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 2 0 253509871 91889664 893 33554432000 1073741824 1073778376 140735696450272 140735696439336 139700483206240 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.094266 s]
/proc/loadavg: 3.44 3.25 2.71 4/197 25749
/proc/meminfo: memFree=27467944/32873844 swapFree=6080/6080
[pid=25749] ppid=25747 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/25749/stat : 25749 (java) S 25747 25749 24394 0 -1 4202496 4356 0 1 0 8 1 0 0 20 0 18 0 253509871 9787813888 6060 33554432000 1073741824 1073778376 140735696450272 140735696441408 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25749/statm: 2389603 6062 2109 9 0 2380296 0
[pid=25749/tid=25750] ppid=25747 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/25749/task/25750/stat : 25750 (java) R 25747 25749 24394 0 -1 4202560 2394 0 1 0 7 0 0 0 20 0 18 0 253509871 9787813888 6063 33554432000 1073741824 1073778376 140735696450272 139700476652464 248789831499 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.100369 s]
/proc/loadavg: 3.44 3.25 2.71 4/197 25749
/proc/meminfo: memFree=27467944/32873844 swapFree=6080/6080
[pid=25749] ppid=25747 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/25749/stat : 25749 (java) S 25747 25749 24394 0 -1 4202496 4425 0 1 0 9 1 0 0 20 0 18 0 253509871 9787813888 6129 33554432000 1073741824 1073778376 140735696450272 140735696441408 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25749/statm: 2389603 6129 2124 9 0 2380296 0
[pid=25749/tid=25750] ppid=25747 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/25749/task/25750/stat : 25750 (java) R 25747 25749 24394 0 -1 4202560 2430 0 1 0 7 0 0 0 20 0 18 0 253509871 9787813888 6129 33554432000 1073741824 1073778376 140735696450272 139700476652464 248793589005 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300251 s]
/proc/loadavg: 3.44 3.25 2.71 4/197 25749
/proc/meminfo: memFree=27467944/32873844 swapFree=6080/6080
[pid=25749] ppid=25747 vsize=9824668 CPUtime=0.51 cores=1,3,5,7
/proc/25749/stat : 25749 (java) S 25747 25749 24394 0 -1 4202496 6934 0 1 0 49 2 0 0 20 0 19 0 253509871 10060460032 9618 33554432000 1073741824 1073778376 140735696450272 140735696441408 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25749/statm: 2456167 9618 2227 9 0 2446860 0
[pid=25749/tid=25750] ppid=25747 vsize=9824668 CPUtime=0.24 cores=1,3,5,7
/proc/25749/task/25750/stat : 25750 (java) S 25747 25749 24394 0 -1 4202560 2455 0 1 0 24 0 0 0 20 0 19 0 253509871 10060460032 9618 33554432000 1073741824 1073778376 140735696450272 139700476654584 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9824668

[startup+0.700241 s]
/proc/loadavg: 3.44 3.25 2.71 4/197 25749
/proc/meminfo: memFree=27467944/32873844 swapFree=6080/6080
[pid=25749] ppid=25747 vsize=9824668 CPUtime=0.51 cores=1,3,5,7
/proc/25749/stat : 25749 (java) S 25747 25749 24394 0 -1 4202496 6934 0 1 0 49 2 0 0 20 0 19 0 253509871 10060460032 9618 33554432000 1073741824 1073778376 140735696450272 140735696441408 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25749/statm: 2456167 9618 2227 9 0 2446860 0
[pid=25749/tid=25750] ppid=25747 vsize=9824668 CPUtime=0.24 cores=1,3,5,7
/proc/25749/task/25750/stat : 25750 (java) S 25747 25749 24394 0 -1 4202560 2455 0 1 0 24 0 0 0 20 0 19 0 253509871 10060460032 9618 33554432000 1073741824 1073778376 140735696450272 139700476654584 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9824668

[startup+1.50076 s]
/proc/loadavg: 3.44 3.25 2.71 5/216 25774
/proc/meminfo: memFree=27388088/32873844 swapFree=6080/6080
[pid=25749] ppid=25747 vsize=9824668 CPUtime=2.22 cores=1,3,5,7
/proc/25749/stat : 25749 (java) S 25747 25749 24394 0 -1 4202496 18176 0 1 0 214 8 0 0 20 0 19 0 253509871 10060460032 23211 33554432000 1073741824 1073778376 140735696450272 140735696441408 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25749/statm: 2456167 23211 2248 9 0 2446860 0
[pid=25749/tid=25750] ppid=25747 vsize=9824668 CPUtime=0.25 cores=1,3,5,7
/proc/25749/task/25750/stat : 25750 (java) S 25747 25749 24394 0 -1 4202560 2455 0 1 0 25 0 0 0 20 0 19 0 253509871 10060460032 23211 33554432000 1073741824 1073778376 140735696450272 139700476654584 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25749/tid=25752] ppid=25747 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25749/task/25752/stat : 25752 (java) S 25747 25749 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253509872 10060460032 23211 33554432000 1073741824 1073778376 140735696450272 139700465715624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25749/tid=25753] ppid=25747 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25749/task/25753/stat : 25753 (java) S 25747 25749 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253509872 10060460032 23211 33554432000 1073741824 1073778376 140735696450272 139700464663080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25749/tid=25754] ppid=25747 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25749/task/25754/stat : 25754 (java) S 25747 25749 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253509872 10060460032 23211 33554432000 1073741824 1073778376 140735696450272 139700463610024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25749/tid=25755] ppid=25747 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25749/task/25755/stat : 25755 (java) S 25747 25749 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253509872 10060460032 23211 33554432000 1073741824 1073778376 140735696450272 139700462557480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25749/tid=25756] ppid=25747 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25749/task/25756/stat : 25756 (java) S 25747 25749 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253509872 10060460032 23211 33554432000 1073741824 1073778376 140735696450272 139700461505448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25749/tid=25757] ppid=25747 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25749/task/25757/stat : 25757 (java) S 25747 25749 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253509872 10060460032 23211 33554432000 1073741824 1073778376 140735696450272 139700460452904 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25749/tid=25758] ppid=25747 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25749/task/25758/stat : 25758 (java) S 25747 25749 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253509872 10060460032 23211 33554432000 1073741824 1073778376 140735696450272 139700459399848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25749/tid=25759] ppid=25747 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25749/task/25759/stat : 25759 (java) S 25747 25749 24394 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253509872 10060460032 23211 33554432000 1073741824 1073778376 140735696450272 139700458347304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25749/tid=25760] ppid=25747 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25749/task/25760/stat : 25760 (java) S 25747 25749 24394 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253509873 10060460032 23211 33554432000 1073741824 1073778376 140735696450272 139700300589416 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25749/tid=25761] ppid=25747 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25749/task/25761/stat : 25761 (java) S 25747 25749 24394 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253509873 10060460032 23211 33554432000 1073741824 1073778376 140735696450272 139700299535736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25749/tid=25762] ppid=25747 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25749/task/25762/stat : 25762 (java) S 25747 25749 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253509873 10060460032 23211 33554432000 1073741824 1073778376 140735696450272 139700298482568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25749/tid=25763] ppid=25747 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25749/task/25763/stat : 25763 (java) S 25747 25749 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253509876 10060460032 23211 33554432000 1073741824 1073778376 140735696450272 139700297431312 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25749/tid=25764] ppid=25747 vsize=9824668 CPUtime=0.55 cores=1,3,5,7
/proc/25749/task/25764/stat : 25764 (java) S 25747 25749 24394 0 -1 4202560 5627 0 0 0 53 2 0 0 20 0 19 0 253509876 10060460032 23211 33554432000 1073741824 1073778376 140735696450272 139700296379192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25749/tid=25765] ppid=25747 vsize=9824668 CPUtime=0.74 cores=1,3,5,7
/proc/25749/task/25765/stat : 25765 (java) S 25747 25749 24394 0 -1 4202560 8759 0 0 0 72 2 0 0 20 0 19 0 253509876 10060460032 23211 33554432000 1073741824 1073778376 140735696450272 139700295326648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25749/tid=25766] ppid=25747 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25749/task/25766/stat : 25766 (java) S 25747 25749 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253509876 10060460032 23211 33554432000 1073741824 1073778376 140735696450272 139700294273784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25749/tid=25767] ppid=25747 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25749/task/25767/stat : 25767 (java) S 25747 25749 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253509876 10060460032 23211 33554432000 1073741824 1073778376 140735696450272 139700293221448 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25749/tid=25770] ppid=25747 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25749/task/25770/stat : 25770 (java) S 25747 25749 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253509898 10060460032 23211 33554432000 1073741824 1073778376 140735696450272 139700290061096 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 9824668

[startup+3.10072 s]
/proc/loadavg: 3.44 3.25 2.71 3/216 25780
/proc/meminfo: memFree=27345640/32873844 swapFree=6080/6080
[pid=25749] ppid=25747 vsize=9824668 CPUtime=4.18 cores=1,3,5,7
/proc/25749/stat : 25749 (java) S 25747 25749 24394 0 -1 4202496 18460 0 1 0 402 16 0 0 20 0 22 0 253509871 10060460032 45839 33554432000 1073741824 1073778376 140735696450272 140735696441408 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25749/statm: 2456167 45839 2280 9 0 2446860 0
[pid=25749/tid=25750] ppid=25747 vsize=9824668 CPUtime=0.26 cores=1,3,5,7
/proc/25749/task/25750/stat : 25750 (java) S 25747 25749 24394 0 -1 4202560 2456 0 1 0 25 1 0 0 20 0 22 0 253509871 10060460032 45839 33554432000 1073741824 1073778376 140735696450272 139700476654584 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25749/tid=25752] ppid=25747 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/25749/task/25752/stat : 25752 (java) S 25747 25749 24394 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 253509872 10060460032 45839 33554432000 1073741824 1073778376 140735696450272 139700465715624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25749/tid=25753] ppid=25747 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25749/task/25753/stat : 25753 (java) S 25747 25749 24394 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253509872 10060460032 45839 33554432000 1073741824 1073778376 140735696450272 139700464663080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25749/tid=25754] ppid=25747 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25749/task/25754/stat : 25754 (java) S 25747 25749 24394 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 253509872 10060460032 45839 33554432000 1073741824 1073778376 140735696450272 139700463610024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25749/tid=25755] ppid=25747 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/25749/task/25755/stat : 25755 (java) S 25747 25749 24394 0 -1 4202560 23 0 0 0 1 0 0 0 20 0 22 0 253509872 10060460032 45839 33554432000 1073741824 1073778376 140735696450272 139700462557480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25749/tid=25756] ppid=25747 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25749/task/25756/stat : 25756 (java) S 25747 25749 24394 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253509872 10060460032 45839 33554432000 1073741824 1073778376 140735696450272 139700461505448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25749/tid=25757] ppid=25747 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25749/task/25757/stat : 25757 (java) S 25747 25749 24394 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253509872 10060460032 45839 33554432000 1073741824 1073778376 140735696450272 139700460452904 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25749/tid=25758] ppid=25747 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25749/task/25758/stat : 25758 (java) S 25747 25749 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253509872 10060460032 45839 33554432000 1073741824 1073778376 140735696450272 139700459399848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25749/tid=25759] ppid=25747 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25749/task/25759/stat : 25759 (java) S 25747 25749 24394 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253509872 10060460032 45839 33554432000 1073741824 1073778376 140735696450272 139700458347304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25749/tid=25760] ppid=25747 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/25749/task/25760/stat : 25760 (java) S 25747 25749 24394 0 -1 4202560 37 0 0 0 7 0 0 0 20 0 22 0 253509873 10060460032 45839 33554432000 1073741824 1073778376 140735696450272 139700300589416 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25749/tid=25761] ppid=25747 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25749/task/25761/stat : 25761 (java) S 25747 25749 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253509873 10060460032 45839 33554432000 1073741824 1073778376 140735696450272 139700299535736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25749/tid=25762] ppid=25747 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25749/task/25762/stat : 25762 (java) S 25747 25749 24394 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253509873 10060460032 45839 33554432000 1073741824 1073778376 140735696450272 139700298482568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25749/tid=25763] ppid=25747 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25749/task/25763/stat : 25763 (java) S 25747 25749 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253509876 10060460032 45839 33554432000 1073741824 1073778376 140735696450272 139700297431312 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25749/tid=25764] ppid=25747 vsize=9824668 CPUtime=0.73 cores=1,3,5,7
/proc/25749/task/25764/stat : 25764 (java) S 25747 25749 24394 0 -1 4202560 5715 0 0 0 71 2 0 0 20 0 22 0 253509876 10060460032 45839 33554432000 1073741824 1073778376 140735696450272 139700296379192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25749/tid=25765] ppid=25747 vsize=9824668 CPUtime=1.04 cores=1,3,5,7
/proc/25749/task/25765/stat : 25765 (java) S 25747 25749 24394 0 -1 4202560 8774 0 0 0 102 2 0 0 20 0 22 0 253509876 10060460032 45839 33554432000 1073741824 1073778376 140735696450272 139700295326648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25749/tid=25766] ppid=25747 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25749/task/25766/stat : 25766 (java) S 25747 25749 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253509876 10060460032 45839 33554432000 1073741824 1073778376 140735696450272 139700294273784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25749/tid=25767] ppid=25747 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25749/task/25767/stat : 25767 (java) S 25747 25749 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253509876 10060460032 45839 33554432000 1073741824 1073778376 140735696450272 139700293221448 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25749/tid=25770] ppid=25747 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25749/task/25770/stat : 25770 (java) S 25747 25749 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253509898 10060460032 45839 33554432000 1073741824 1073778376 140735696450272 139700290061096 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 9824668

[startup+6.30064 s]
/proc/loadavg: 3.49 3.27 2.71 4/219 25792
/proc/meminfo: memFree=27063984/32873844 swapFree=6080/6080
[pid=25749] ppid=25747 vsize=9824668 CPUtime=9 cores=1,3,5,7
/proc/25749/stat : 25749 (java) S 25747 25749 24394 0 -1 4202496 19200 0 1 0 877 23 0 0 20 0 19 0 253509871 10060460032 55582 33554432000 1073741824 1073778376 140735696450272 140735696441408 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25749/statm: 2456167 55582 2280 9 0 2446860 0
[pid=25749/tid=25750] ppid=25747 vsize=9824668 CPUtime=0.26 cores=1,3,5,7
/proc/25749/task/25750/stat : 25750 (java) S 25747 25749 24394 0 -1 4202560 2457 0 1 0 25 1 0 0 20 0 19 0 253509871 10060460032 55582 33554432000 1073741824 1073778376 140735696450272 139700476654584 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25749/tid=25752] ppid=25747 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/25749/task/25752/stat : 25752 (java) S 25747 25749 24394 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 253509872 10060460032 55582 33554432000 1073741824 1073778376 140735696450272 139700465715624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25749/tid=25753] ppid=25747 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/25749/task/25753/stat : 25753 (java) S 25747 25749 24394 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 253509872 10060460032 55582 33554432000 1073741824 1073778376 140735696450272 139700464663080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25749/tid=25754] ppid=25747 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/25749/task/25754/stat : 25754 (java) S 25747 25749 24394 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 253509872 10060460032 55582 33554432000 1073741824 1073778376 140735696450272 139700463610024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25749/tid=25755] ppid=25747 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/25749/task/25755/stat : 25755 (java) S 25747 25749 24394 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 19 0 253509872 10060460032 55582 33554432000 1073741824 1073778376 140735696450272 139700462557480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25749/tid=25756] ppid=25747 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25749/task/25756/stat : 25756 (java) S 25747 25749 24394 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253509872 10060460032 55582 33554432000 1073741824 1073778376 140735696450272 139700461505448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25749/tid=25757] ppid=25747 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/25749/task/25757/stat : 25757 (java) S 25747 25749 24394 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 253509872 10060460032 55582 33554432000 1073741824 1073778376 140735696450272 139700460452904 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25749/tid=25758] ppid=25747 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/25749/task/25758/stat : 25758 (java) S 25747 25749 24394 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 253509872 10060460032 55582 33554432000 1073741824 1073778376 140735696450272 139700459399848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25749/tid=25759] ppid=25747 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/25749/task/25759/stat : 25759 (java) S 25747 25749 24394 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 253509872 10060460032 55582 33554432000 1073741824 1073778376 140735696450272 139700458347304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25749/tid=25760] ppid=25747 vsize=9824668 CPUtime=0.57 cores=1,3,5,7
/proc/25749/task/25760/stat : 25760 (java) S 25747 25749 24394 0 -1 4202560 67 0 0 0 56 1 0 0 20 0 19 0 253509873 10060460032 55582 33554432000 1073741824 1073778376 140735696450272 139700300589416 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25749/tid=25761] ppid=25747 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25749/task/25761/stat : 25761 (java) S 25747 25749 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253509873 10060460032 55582 33554432000 1073741824 1073778376 140735696450272 139700299535736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25749/tid=25762] ppid=25747 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25749/task/25762/stat : 25762 (java) S 25747 25749 24394 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253509873 10060460032 55582 33554432000 1073741824 1073778376 140735696450272 139700298482568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25749/tid=25763] ppid=25747 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25749/task/25763/stat : 25763 (java) S 25747 25749 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253509876 10060460032 55582 33554432000 1073741824 1073778376 140735696450272 139700297431312 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25749/tid=25764] ppid=25747 vsize=9824668 CPUtime=0.93 cores=1,3,5,7
/proc/25749/task/25764/stat : 25764 (java) S 25747 25749 24394 0 -1 4202560 6384 0 0 0 90 3 0 0 20 0 19 0 253509876 10060460032 55582 33554432000 1073741824 1073778376 140735696450272 139700296379192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25749/tid=25765] ppid=25747 vsize=9824668 CPUtime=1.08 cores=1,3,5,7
/proc/25749/task/25765/stat : 25765 (java) S 25747 25749 24394 0 -1 4202560 8775 0 0 0 106 2 0 0 20 0 19 0 253509876 10060460032 55582 33554432000 1073741824 1073778376 140735696450272 139700295326648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

[pid=25749/tid=25755] ppid=25747 vsize=9824668 CPUtime=1.28 cores=1,3,5,7
/proc/25749/task/25755/stat : 25755 (java) S 25747 25749 24394 0 -1 4202560 923 0 0 0 124 4 0 0 20 0 22 0 253509872 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700462557480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25749/tid=25756] ppid=25747 vsize=9824668 CPUtime=1.35 cores=1,3,5,7
/proc/25749/task/25756/stat : 25756 (java) S 25747 25749 24394 0 -1 4202560 589 0 0 0 133 2 0 0 20 0 22 0 253509872 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700461505448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25749/tid=25757] ppid=25747 vsize=9824668 CPUtime=1.23 cores=1,3,5,7
/proc/25749/task/25757/stat : 25757 (java) S 25747 25749 24394 0 -1 4202560 403 0 0 0 119 4 0 0 20 0 22 0 253509872 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700460452904 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25749/tid=25758] ppid=25747 vsize=9824668 CPUtime=1.32 cores=1,3,5,7
/proc/25749/task/25758/stat : 25758 (java) S 25747 25749 24394 0 -1 4202560 630 0 0 0 129 3 0 0 20 0 22 0 253509872 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700459399848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25749/tid=25759] ppid=25747 vsize=9824668 CPUtime=1.32 cores=1,3,5,7
/proc/25749/task/25759/stat : 25759 (java) S 25747 25749 24394 0 -1 4202560 617 0 0 0 128 4 0 0 20 0 22 0 253509872 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700458347304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25749/tid=25760] ppid=25747 vsize=9824668 CPUtime=168.52 cores=1,3,5,7
/proc/25749/task/25760/stat : 25760 (java) S 25747 25749 24394 0 -1 4202560 6153 0 0 0 16814 38 0 0 20 0 22 0 253509873 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700300589416 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25749/tid=25761] ppid=25747 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25749/task/25761/stat : 25761 (java) S 25747 25749 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253509873 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700299535736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25749/tid=25762] ppid=25747 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25749/task/25762/stat : 25762 (java) S 25747 25749 24394 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 22 0 253509873 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700298482568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25749/tid=25763] ppid=25747 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25749/task/25763/stat : 25763 (java) S 25747 25749 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253509876 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700297431312 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25749/tid=25764] ppid=25747 vsize=9824668 CPUtime=1.11 cores=1,3,5,7
/proc/25749/task/25764/stat : 25764 (java) S 25747 25749 24394 0 -1 4202560 6393 0 0 0 108 3 0 0 20 0 22 0 253509876 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700296379192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25749/tid=25765] ppid=25747 vsize=9824668 CPUtime=1.14 cores=1,3,5,7
/proc/25749/task/25765/stat : 25765 (java) S 25747 25749 24394 0 -1 4202560 8784 0 0 0 112 2 0 0 20 0 22 0 253509876 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700295326648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25749/tid=25766] ppid=25747 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25749/task/25766/stat : 25766 (java) S 25747 25749 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253509876 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700294273784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25749/tid=25767] ppid=25747 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/25749/task/25767/stat : 25767 (java) S 25747 25749 24394 0 -1 4202560 59 0 0 0 14 16 0 0 20 0 22 0 253509876 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700293221448 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25749/tid=25834] ppid=25747 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25749/task/25834/stat : 25834 (java) S 25747 25749 24394 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253523799 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700289008424 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25749/tid=25855] ppid=25747 vsize=9824668 CPUtime=300.96 cores=1,3,5,7
/proc/25749/task/25855/stat : 25855 (java) R 25747 25749 24394 0 -1 4202560 4 0 0 0 30092 4 0 0 20 0 22 0 253574810 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700291113696 139700338869144 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25749/tid=25856] ppid=25747 vsize=9824668 CPUtime=301.15 cores=1,3,5,7
/proc/25749/task/25856/stat : 25856 (java) R 25747 25749 24394 0 -1 4202560 2 0 0 0 30111 4 0 0 20 0 22 0 253574810 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700290058352 139700338777274 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25749/tid=25857] ppid=25747 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25749/task/25857/stat : 25857 (java) S 25747 25749 24394 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253574810 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700292166824 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1743.18
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1031.1 s]
/proc/loadavg: 3.64 3.67 3.34 4/218 25944
/proc/meminfo: memFree=23787996/32873844 swapFree=6080/6080
[pid=25749] ppid=25747 vsize=9824668 CPUtime=1798.93 cores=1,3,5,7
/proc/25749/stat : 25749 (java) S 25747 25749 24394 0 -1 4202496 31252 0 1 0 179745 148 0 0 20 0 22 0 253509871 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 140735696441408 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25749/statm: 2456167 316212 2281 9 0 2446860 0
[pid=25749/tid=25750] ppid=25747 vsize=9824668 CPUtime=0.34 cores=1,3,5,7
/proc/25749/task/25750/stat : 25750 (java) S 25747 25749 24394 0 -1 4202560 2739 0 1 0 31 3 0 0 20 0 22 0 253509871 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700476654584 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25749/tid=25752] ppid=25747 vsize=9824668 CPUtime=1.28 cores=1,3,5,7
/proc/25749/task/25752/stat : 25752 (java) S 25747 25749 24394 0 -1 4202560 388 0 0 0 125 3 0 0 20 0 22 0 253509872 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700465715624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25749/tid=25753] ppid=25747 vsize=9824668 CPUtime=1.38 cores=1,3,5,7
/proc/25749/task/25753/stat : 25753 (java) S 25747 25749 24394 0 -1 4202560 562 0 0 0 135 3 0 0 20 0 22 0 253509872 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700464663080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25749/tid=25754] ppid=25747 vsize=9824668 CPUtime=1.31 cores=1,3,5,7
/proc/25749/task/25754/stat : 25754 (java) S 25747 25749 24394 0 -1 4202560 318 0 0 0 128 3 0 0 20 0 22 0 253509872 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700463610024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25749/tid=25755] ppid=25747 vsize=9824668 CPUtime=1.28 cores=1,3,5,7
/proc/25749/task/25755/stat : 25755 (java) S 25747 25749 24394 0 -1 4202560 923 0 0 0 124 4 0 0 20 0 22 0 253509872 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700462557480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25749/tid=25756] ppid=25747 vsize=9824668 CPUtime=1.35 cores=1,3,5,7
/proc/25749/task/25756/stat : 25756 (java) S 25747 25749 24394 0 -1 4202560 589 0 0 0 133 2 0 0 20 0 22 0 253509872 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700461505448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25749/tid=25757] ppid=25747 vsize=9824668 CPUtime=1.23 cores=1,3,5,7
/proc/25749/task/25757/stat : 25757 (java) S 25747 25749 24394 0 -1 4202560 403 0 0 0 119 4 0 0 20 0 22 0 253509872 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700460452904 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25749/tid=25758] ppid=25747 vsize=9824668 CPUtime=1.32 cores=1,3,5,7
/proc/25749/task/25758/stat : 25758 (java) S 25747 25749 24394 0 -1 4202560 630 0 0 0 129 3 0 0 20 0 22 0 253509872 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700459399848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25749/tid=25759] ppid=25747 vsize=9824668 CPUtime=1.32 cores=1,3,5,7
/proc/25749/task/25759/stat : 25759 (java) S 25747 25749 24394 0 -1 4202560 617 0 0 0 128 4 0 0 20 0 22 0 253509872 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700458347304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25749/tid=25760] ppid=25747 vsize=9824668 CPUtime=170.36 cores=1,3,5,7
/proc/25749/task/25760/stat : 25760 (java) S 25747 25749 24394 0 -1 4202560 6155 0 0 0 16997 39 0 0 20 0 22 0 253509873 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700300589416 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25749/tid=25761] ppid=25747 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25749/task/25761/stat : 25761 (java) S 25747 25749 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253509873 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700299535736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25749/tid=25762] ppid=25747 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25749/task/25762/stat : 25762 (java) S 25747 25749 24394 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 22 0 253509873 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700298482568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25749/tid=25763] ppid=25747 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25749/task/25763/stat : 25763 (java) S 25747 25749 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253509876 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700297431312 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25749/tid=25764] ppid=25747 vsize=9824668 CPUtime=1.11 cores=1,3,5,7
/proc/25749/task/25764/stat : 25764 (java) S 25747 25749 24394 0 -1 4202560 6393 0 0 0 108 3 0 0 20 0 22 0 253509876 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700296379192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25749/tid=25765] ppid=25747 vsize=9824668 CPUtime=1.14 cores=1,3,5,7
/proc/25749/task/25765/stat : 25765 (java) S 25747 25749 24394 0 -1 4202560 8784 0 0 0 112 2 0 0 20 0 22 0 253509876 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700295326648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25749/tid=25766] ppid=25747 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25749/task/25766/stat : 25766 (java) S 25747 25749 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253509876 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700294273784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25749/tid=25767] ppid=25747 vsize=9824668 CPUtime=0.31 cores=1,3,5,7
/proc/25749/task/25767/stat : 25767 (java) S 25747 25749 24394 0 -1 4202560 59 0 0 0 15 16 0 0 20 0 22 0 253509876 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700293221448 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25749/tid=25834] ppid=25747 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25749/task/25834/stat : 25834 (java) S 25747 25749 24394 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253523799 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700289008424 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25749/tid=25855] ppid=25747 vsize=9824668 CPUtime=327.85 cores=1,3,5,7
/proc/25749/task/25855/stat : 25855 (java) R 25747 25749 24394 0 -1 4202560 4 0 0 0 32781 4 0 0 20 0 22 0 253574810 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700291113696 139700338209740 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25749/tid=25856] ppid=25747 vsize=9824668 CPUtime=328.04 cores=1,3,5,7
/proc/25749/task/25856/stat : 25856 (java) R 25747 25749 24394 0 -1 4202560 2 0 0 0 32800 4 0 0 20 0 22 0 253574810 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700290058352 139700338777288 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25749/tid=25857] ppid=25747 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25749/task/25857/stat : 25857 (java) S 25747 25749 24394 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253574810 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700292166824 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1798.93
Current children cumulated vsize (KiB) 9824668

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1031.1 s]
/proc/loadavg: 3.64 3.67 3.34 4/218 25944
/proc/meminfo: memFree=23787996/32873844 swapFree=6080/6080
[pid=25749] ppid=25747 vsize=9824668 CPUtime=1798.93 cores=1,3,5,7
/proc/25749/stat : 25749 (java) S 25747 25749 24394 0 -1 4202496 31252 0 1 0 179745 148 0 0 20 0 22 0 253509871 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 140735696441408 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25749/statm: 2456167 316212 2281 9 0 2446860 0
[pid=25749/tid=25750] ppid=25747 vsize=9824668 CPUtime=0.34 cores=1,3,5,7
/proc/25749/task/25750/stat : 25750 (java) S 25747 25749 24394 0 -1 4202560 2739 0 1 0 31 3 0 0 20 0 22 0 253509871 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700476654584 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25749/tid=25752] ppid=25747 vsize=9824668 CPUtime=1.28 cores=1,3,5,7
/proc/25749/task/25752/stat : 25752 (java) S 25747 25749 24394 0 -1 4202560 388 0 0 0 125 3 0 0 20 0 22 0 253509872 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700465715624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25749/tid=25753] ppid=25747 vsize=9824668 CPUtime=1.38 cores=1,3,5,7
/proc/25749/task/25753/stat : 25753 (java) S 25747 25749 24394 0 -1 4202560 562 0 0 0 135 3 0 0 20 0 22 0 253509872 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700464663080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25749/tid=25754] ppid=25747 vsize=9824668 CPUtime=1.31 cores=1,3,5,7
/proc/25749/task/25754/stat : 25754 (java) S 25747 25749 24394 0 -1 4202560 318 0 0 0 128 3 0 0 20 0 22 0 253509872 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700463610024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25749/tid=25755] ppid=25747 vsize=9824668 CPUtime=1.28 cores=1,3,5,7
/proc/25749/task/25755/stat : 25755 (java) S 25747 25749 24394 0 -1 4202560 923 0 0 0 124 4 0 0 20 0 22 0 253509872 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700462557480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25749/tid=25756] ppid=25747 vsize=9824668 CPUtime=1.35 cores=1,3,5,7
/proc/25749/task/25756/stat : 25756 (java) S 25747 25749 24394 0 -1 4202560 589 0 0 0 133 2 0 0 20 0 22 0 253509872 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700461505448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25749/tid=25757] ppid=25747 vsize=9824668 CPUtime=1.23 cores=1,3,5,7
/proc/25749/task/25757/stat : 25757 (java) S 25747 25749 24394 0 -1 4202560 403 0 0 0 119 4 0 0 20 0 22 0 253509872 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700460452904 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25749/tid=25758] ppid=25747 vsize=9824668 CPUtime=1.32 cores=1,3,5,7
/proc/25749/task/25758/stat : 25758 (java) S 25747 25749 24394 0 -1 4202560 630 0 0 0 129 3 0 0 20 0 22 0 253509872 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700459399848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25749/tid=25759] ppid=25747 vsize=9824668 CPUtime=1.32 cores=1,3,5,7
/proc/25749/task/25759/stat : 25759 (java) S 25747 25749 24394 0 -1 4202560 617 0 0 0 128 4 0 0 20 0 22 0 253509872 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700458347304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25749/tid=25760] ppid=25747 vsize=9824668 CPUtime=170.36 cores=1,3,5,7
/proc/25749/task/25760/stat : 25760 (java) S 25747 25749 24394 0 -1 4202560 6155 0 0 0 16997 39 0 0 20 0 22 0 253509873 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700300589416 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25749/tid=25761] ppid=25747 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25749/task/25761/stat : 25761 (java) S 25747 25749 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253509873 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700299535736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25749/tid=25762] ppid=25747 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25749/task/25762/stat : 25762 (java) S 25747 25749 24394 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 22 0 253509873 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700298482568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25749/tid=25763] ppid=25747 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25749/task/25763/stat : 25763 (java) S 25747 25749 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253509876 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700297431312 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25749/tid=25764] ppid=25747 vsize=9824668 CPUtime=1.11 cores=1,3,5,7
/proc/25749/task/25764/stat : 25764 (java) S 25747 25749 24394 0 -1 4202560 6393 0 0 0 108 3 0 0 20 0 22 0 253509876 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700296379192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25749/tid=25765] ppid=25747 vsize=9824668 CPUtime=1.14 cores=1,3,5,7
/proc/25749/task/25765/stat : 25765 (java) S 25747 25749 24394 0 -1 4202560 8784 0 0 0 112 2 0 0 20 0 22 0 253509876 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700295326648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25749/tid=25766] ppid=25747 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25749/task/25766/stat : 25766 (java) S 25747 25749 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253509876 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700294273784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25749/tid=25767] ppid=25747 vsize=9824668 CPUtime=0.31 cores=1,3,5,7
/proc/25749/task/25767/stat : 25767 (java) S 25747 25749 24394 0 -1 4202560 59 0 0 0 15 16 0 0 20 0 22 0 253509876 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700293221448 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25749/tid=25834] ppid=25747 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25749/task/25834/stat : 25834 (java) S 25747 25749 24394 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253523799 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700289008424 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25749/tid=25855] ppid=25747 vsize=9824668 CPUtime=327.85 cores=1,3,5,7
/proc/25749/task/25855/stat : 25855 (java) R 25747 25749 24394 0 -1 4202560 4 0 0 0 32781 4 0 0 20 0 22 0 253574810 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700291113696 139700338209740 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25749/tid=25856] ppid=25747 vsize=9824668 CPUtime=328.04 cores=1,3,5,7
/proc/25749/task/25856/stat : 25856 (java) R 25747 25749 24394 0 -1 4202560 2 0 0 0 32800 4 0 0 20 0 22 0 253574810 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700290058352 139700338777288 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25749/tid=25857] ppid=25747 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25749/task/25857/stat : 25857 (java) S 25747 25749 24394 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253574810 10060460032 316212 33554432000 1073741824 1073778376 140735696450272 139700292166824 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1798.93
Current children cumulated vsize (KiB) 9824668

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25749 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=449050
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=800726
# CPU time returned by wait4() is 1797.25
# while last known CPU time is 1798.93
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1.10987
#  lost CPU user time (s): 1.18995
#  lost CPU system time (s): -0.08

Real time (s): 1031.16
CPU time (s): 1800.04
CPU user time (s): 1798.64
CPU system time (s): 1.4
CPU usage (%): 174.565
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.45
system time used= 1.80073
maximum resident set size= 1264992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31289
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34124
involuntary context switches= 29117

runsolver used 4.32234 second user time and 9.10262 second system time

The end

Launcher Data

Begin job on node139 at 2012-05-24 17:37:33
IDJOB=3687768
IDBENCH=2105
IDSOLVER=2268
FILE ID=node139/3687768-1337873853
RUNJOBID= node139-1337871881-24411
PBS_JOBID= 14620065
Free space on /tmp= 71684 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii32e1.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687768-1337873853/watcher-3687768-1337873853 -o /tmp/evaluation-result-3687768-1337873853/solver-3687768-1337873853 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687768-1337873853.opb

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

MD5SUM BENCH= 0d4648505d14cf43905d3198d6f686c2
RANDOM SEED=835358082

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27467984 kB
Buffers:          215192 kB
Cached:          2766396 kB
SwapCached:            0 kB
Active:          2098036 kB
Inactive:        2506508 kB
Active(anon):    1614028 kB
Inactive(anon):    11120 kB
Active(file):     484008 kB
Inactive(file):  2495388 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               332 kB
Writeback:             0 kB
AnonPages:       1673244 kB
Mapped:            22532 kB
Shmem:               200 kB
Slab:             653424 kB
SReclaimable:      95392 kB
SUnreclaim:       558032 kB
KernelStack:        1760 kB
PageTables:         7592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2605300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1597440 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= 71684 MiB
End job on node139 at 2012-05-24 17:54:46