Trace number 3453735

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0OPT3 421.996 224.194

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=43-P1=101-P2=251-P3=307-P4=499-B.opb
MD5SUMe79e2db14e141163591dbcfdfed7384a
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.140977
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables108
Total number of constraints9
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints9
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)324
Sum of products size (including duplicates)648
Number of different products324
Sum of products size648

Quality of the solution as a function of time


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

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.08	c version 2.3.1.v20110525
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.18-164.el5
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		9996466904
0.01/0.08	c Max memory 		10048897024
0.01/0.08	c Total memory 		10048897024
0.01/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
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@67ee3914
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 --- 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@1c691f36
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 --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3453735-1307194154.opb
0.10/0.11	c reading problem ... 
0.10/0.18	c ... done. Wall clock time 0.074s.
0.10/0.18	c #vars     432
0.10/0.18	c #constraints  661
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 324
0.10/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 337
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 324
0.10/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 337
3.03/0.94	c cleaning 2493 clauses out of 5001 with flag 5001/5001
4.45/1.49	c cleaning 4254 clauses out of 8507 with flag 11000/11000
6.10/2.22	c cleaning 5624 clauses out of 11253 with flag 18000/18000
7.84/3.20	c cleaning 6812 clauses out of 13631 with flag 26002/26002
9.86/4.11	c cleaning 7906 clauses out of 15818 with flag 35001/35001
11.83/5.10	c cleaning 8949 clauses out of 17911 with flag 45000/45000
13.79/6.10	c cleaning 9479 clauses out of 18962 with flag 55000/55000
15.56/7.06	c cleaning 9737 clauses out of 19484 with flag 65001/65001
17.71/8.15	c cleaning 9871 clauses out of 19746 with flag 75000/75000
20.00/9.21	c cleaning 9934 clauses out of 19875 with flag 85000/85000
21.95/10.20	c cleaning 9962 clauses out of 19941 with flag 95000/95000
23.90/11.26	c cleaning 9983 clauses out of 19979 with flag 105000/105000
26.05/12.31	c cleaning 9997 clauses out of 19998 with flag 115002/115002
27.83/13.25	c cleaning 9999 clauses out of 19999 with flag 125000/125000
30.14/14.45	c cleaning 9989 clauses out of 20001 with flag 135001/135001
31.90/15.34	c cleaning 9997 clauses out of 20011 with flag 145000/145000
34.02/16.49	c cleaning 9996 clauses out of 20014 with flag 155000/155000
35.55/17.29	c cleaning 9999 clauses out of 20018 with flag 165000/165000
37.29/18.11	c cleaning 10002 clauses out of 20019 with flag 175000/175000
39.03/19.07	c cleaning 10003 clauses out of 20017 with flag 185000/185000
41.34/20.22	c cleaning 10002 clauses out of 20015 with flag 195001/195001
42.72/20.97	c cleaning 9996 clauses out of 20013 with flag 205001/205001
44.01/21.68	c cleaning 0 clauses out of 5001 with flag 0/5001
44.41/21.88	c cleaning 9993 clauses out of 20016 with flag 215000/215000
46.89/23.03	c cleaning 9996 clauses out of 20024 with flag 225001/225001
48.32/23.76	c  And the winner is Resolution
48.47/24.00	c SATISFIABLE
48.47/24.00	c OPTIMIZING...
48.47/24.00	c Got one! Elapsed wall clock time (in seconds):23.889
48.47/24.00	o 321
49.07/24.36	c cleaning 11742 clauses out of 23496 with flag 5000/238469
50.01/24.89	c cleaning 8869 clauses out of 17756 with flag 11002/244471
51.14/25.47	c cleaning 7930 clauses out of 15885 with flag 18000/251469
52.47/26.16	c cleaning 7966 clauses out of 15955 with flag 26000/259469
53.99/26.93	c cleaning 8491 clauses out of 16989 with flag 35000/268469
55.92/27.98	c cleaning 9245 clauses out of 18498 with flag 45000/278469
58.04/29.02	c cleaning 9625 clauses out of 19253 with flag 55000/288469
59.94/30.08	c cleaning 9809 clauses out of 19629 with flag 65001/298470
62.06/31.10	c cleaning 9904 clauses out of 19819 with flag 75000/308469
63.98/32.16	c cleaning 9951 clauses out of 19916 with flag 85001/318470
65.90/33.17	c cleaning 9978 clauses out of 19965 with flag 95001/328470
68.39/34.41	c cleaning 9987 clauses out of 19986 with flag 105000/338469
70.71/35.65	c cleaning 9996 clauses out of 20000 with flag 115001/348470
72.23/36.48	c cleaning 9988 clauses out of 20005 with flag 125002/358471
72.94/36.86	c  And the winner is Resolution
73.10/37.31	c Got one! Elapsed wall clock time (in seconds):37.204
73.10/37.31	o 5
73.67/37.63	c cleaning 10123 clauses out of 20267 with flag 5000/368721
74.55/38.16	c cleaning 8060 clauses out of 16144 with flag 11000/374721
75.66/38.75	c cleaning 7529 clauses out of 15084 with flag 18000/381721
76.98/39.41	c cleaning 7767 clauses out of 15555 with flag 26000/389721
78.29/40.17	c cleaning 8386 clauses out of 16788 with flag 35000/398721
79.75/40.97	c cleaning 9198 clauses out of 18403 with flag 45001/408722
80.06/41.15	c  And the winner is Resolution
80.23/41.35	c Got one! Elapsed wall clock time (in seconds):41.242
80.23/41.35	o 3
80.72/41.65	c cleaning 7443 clauses out of 14899 with flag 4000/414416
81.84/42.23	c cleaning 6722 clauses out of 13456 with flag 10000/420416
82.95/42.86	c cleaning 6861 clauses out of 13734 with flag 17000/427416
84.61/43.79	c cleaning 7433 clauses out of 14873 with flag 25000/435416
86.32/44.62	c cleaning 8211 clauses out of 16440 with flag 34000/444416
88.03/45.52	c cleaning 9110 clauses out of 18229 with flag 44000/454416
89.54/46.37	c cleaning 9555 clauses out of 19120 with flag 54001/464417
91.60/47.42	c cleaning 9777 clauses out of 19564 with flag 64000/474416
93.92/48.64	c cleaning 9884 clauses out of 19787 with flag 74000/484416
96.44/49.96	c cleaning 9944 clauses out of 19903 with flag 84000/494416
98.14/50.83	c cleaning 9969 clauses out of 19960 with flag 94001/504417
99.84/51.78	c cleaning 9984 clauses out of 19990 with flag 104000/514416
101.51/52.67	c cleaning 9994 clauses out of 20007 with flag 114001/524417
103.21/53.58	c cleaning 9995 clauses out of 20013 with flag 124001/534417
104.92/54.43	c cleaning 10004 clauses out of 20018 with flag 134001/544417
107.39/55.72	c cleaning 10003 clauses out of 20014 with flag 144001/554417
109.70/56.98	c cleaning 10001 clauses out of 20011 with flag 154001/564417
112.00/58.12	c cleaning 9997 clauses out of 20009 with flag 164000/574416
114.31/59.36	c cleaning 10004 clauses out of 20012 with flag 174000/584416
116.95/60.70	c cleaning 10004 clauses out of 20009 with flag 184001/594417
119.05/61.89	c cleaning 9997 clauses out of 20004 with flag 194000/604416
121.75/63.20	c cleaning 9999 clauses out of 20008 with flag 204001/614417
123.65/64.26	c cleaning 9993 clauses out of 20010 with flag 214002/624418
125.30/65.15	c cleaning 10002 clauses out of 20015 with flag 224000/634416
127.21/66.17	c cleaning 10004 clauses out of 20014 with flag 234001/644417
129.71/67.48	c cleaning 10000 clauses out of 20010 with flag 244001/654417
131.80/68.58	c cleaning 9998 clauses out of 20010 with flag 254001/664417
133.45/69.48	c cleaning 9996 clauses out of 20013 with flag 264002/674418
135.15/70.34	c cleaning 9997 clauses out of 20016 with flag 274001/684417
137.25/71.46	c cleaning 10005 clauses out of 20018 with flag 284000/694416
139.35/72.52	c cleaning 10002 clauses out of 20014 with flag 294001/704417
141.40/73.64	c cleaning 9998 clauses out of 20011 with flag 304000/714416
143.28/74.64	c cleaning 10001 clauses out of 20013 with flag 314000/724416
145.37/75.75	c cleaning 9997 clauses out of 20012 with flag 324000/734416
147.46/76.91	c cleaning 10002 clauses out of 20015 with flag 334000/744416
149.50/77.91	c cleaning 10001 clauses out of 20014 with flag 344001/754417
151.39/78.92	c cleaning 10000 clauses out of 20012 with flag 354000/764416
153.46/80.08	c cleaning 10003 clauses out of 20013 with flag 364001/774417
155.74/81.30	c cleaning 9997 clauses out of 20009 with flag 374000/784416
158.20/82.52	c cleaning 10001 clauses out of 20013 with flag 384001/794417
160.27/83.69	c cleaning 10000 clauses out of 20012 with flag 394001/804417
162.36/84.78	c cleaning 10001 clauses out of 20011 with flag 404000/814416
164.61/85.98	c cleaning 9993 clauses out of 20010 with flag 414000/824416
167.23/87.34	c cleaning 9997 clauses out of 20019 with flag 424002/834418
169.51/88.53	c cleaning 10001 clauses out of 20023 with flag 434003/844419
171.58/89.69	c cleaning 10000 clauses out of 20019 with flag 444000/854416
174.05/90.95	c cleaning 9997 clauses out of 20020 with flag 454001/864417
176.46/92.31	c cleaning 9997 clauses out of 20022 with flag 464000/874416
178.96/93.59	c cleaning 9998 clauses out of 20026 with flag 474001/884417
181.20/94.75	c cleaning 10002 clauses out of 20027 with flag 484000/894416
183.27/95.85	c cleaning 10008 clauses out of 20024 with flag 494000/904416
185.68/97.15	c cleaning 10004 clauses out of 20017 with flag 504001/914417
188.15/98.41	c cleaning 9999 clauses out of 20012 with flag 514000/924416
190.42/99.62	c cleaning 10001 clauses out of 20014 with flag 524001/934417
192.49/100.75	c cleaning 10001 clauses out of 20012 with flag 534000/944416
194.89/102.01	c cleaning 9997 clauses out of 20012 with flag 544001/954417
196.36/102.89	c cleaning 9996 clauses out of 20014 with flag 554000/964416
198.83/104.18	c cleaning 10005 clauses out of 20020 with flag 564002/974418
201.29/105.45	c cleaning 10003 clauses out of 20013 with flag 574000/984416
203.73/106.78	c cleaning 9997 clauses out of 20010 with flag 584000/994416
206.35/108.12	c cleaning 9998 clauses out of 20014 with flag 594001/1004417
208.62/109.39	c cleaning 10003 clauses out of 20016 with flag 604001/1014417
210.48/110.32	c cleaning 9997 clauses out of 20012 with flag 614000/1024416
212.28/111.37	c cleaning 10005 clauses out of 20015 with flag 624000/1034416
214.54/112.52	c cleaning 10000 clauses out of 20011 with flag 634001/1044417
216.61/113.67	c cleaning 9999 clauses out of 20010 with flag 644000/1054416
218.67/114.76	c cleaning 9999 clauses out of 20012 with flag 654001/1064417
220.67/115.86	c cleaning 10001 clauses out of 20012 with flag 664000/1074416
222.94/117.01	c cleaning 9999 clauses out of 20011 with flag 674000/1084416
224.99/118.15	c cleaning 10000 clauses out of 20013 with flag 684001/1094417
227.45/119.45	c cleaning 10000 clauses out of 20012 with flag 694000/1104416
229.65/120.64	c cleaning 0 clauses out of 11175 with flag 0/11177
230.12/120.98	c cleaning 10000 clauses out of 20013 with flag 704001/1114417
232.58/122.24	c cleaning 10001 clauses out of 20013 with flag 714001/1124417
235.04/123.54	c cleaning 10001 clauses out of 20012 with flag 724001/1134417
237.43/124.84	c cleaning 9996 clauses out of 20010 with flag 734000/1144416
239.68/126.06	c cleaning 10001 clauses out of 20014 with flag 744000/1154416
242.14/127.37	c cleaning 10001 clauses out of 20013 with flag 754000/1164416
244.61/128.66	c cleaning 10001 clauses out of 20012 with flag 764000/1174416
246.99/129.99	c cleaning 10001 clauses out of 20011 with flag 774000/1184416
249.25/131.14	c cleaning 9999 clauses out of 20011 with flag 784001/1194417
251.71/132.44	c cleaning 9999 clauses out of 20011 with flag 794000/1204416
253.96/133.64	c cleaning 10001 clauses out of 20013 with flag 804001/1214417
256.16/134.84	c cleaning 10001 clauses out of 20012 with flag 814001/1224417
258.22/135.95	c cleaning 10000 clauses out of 20011 with flag 824001/1234417
260.07/136.94	c cleaning 9998 clauses out of 20011 with flag 834001/1244417
262.12/138.09	c cleaning 10003 clauses out of 20014 with flag 844002/1254418
264.31/139.23	c cleaning 10000 clauses out of 20011 with flag 854002/1264418
266.36/140.39	c cleaning 10000 clauses out of 20009 with flag 864000/1274416
268.81/141.67	c cleaning 9999 clauses out of 20009 with flag 874000/1284416
271.06/142.86	c cleaning 10000 clauses out of 20011 with flag 884001/1294417
273.49/144.14	c cleaning 10000 clauses out of 20010 with flag 894000/1304416
275.70/145.32	c cleaning 9999 clauses out of 20011 with flag 904001/1314417
277.76/146.43	c cleaning 9998 clauses out of 20011 with flag 914000/1324416
279.64/147.48	c cleaning 10002 clauses out of 20014 with flag 924001/1334417
282.00/148.70	c cleaning 9996 clauses out of 20012 with flag 934001/1344417
284.24/149.91	c cleaning 10005 clauses out of 20016 with flag 944001/1354417
286.29/151.06	c cleaning 10001 clauses out of 20011 with flag 954001/1364417
288.54/152.28	c cleaning 10000 clauses out of 20009 with flag 964000/1374416
291.33/153.79	c cleaning 9999 clauses out of 20010 with flag 974001/1384417
293.37/154.82	c cleaning 9998 clauses out of 20010 with flag 984000/1394416
295.22/155.89	c cleaning 10001 clauses out of 20013 with flag 994001/1404417
297.26/156.90	c cleaning 10001 clauses out of 20012 with flag 1004001/1414417
299.24/158.09	c cleaning 10002 clauses out of 20011 with flag 1014001/1424417
301.48/159.28	c cleaning 9998 clauses out of 20008 with flag 1024000/1434416
303.52/160.38	c cleaning 10002 clauses out of 20010 with flag 1034000/1444416
306.20/161.72	c cleaning 10000 clauses out of 20009 with flag 1044001/1454417
308.34/162.99	c cleaning 10000 clauses out of 20008 with flag 1054000/1464416
310.38/164.09	c cleaning 9997 clauses out of 20008 with flag 1064000/1474416
312.82/165.37	c cleaning 9998 clauses out of 20011 with flag 1074000/1484416
315.46/166.78	c cleaning 10000 clauses out of 20015 with flag 1084002/1494418
318.46/168.33	c cleaning 9999 clauses out of 20013 with flag 1094000/1504416
321.47/169.92	c cleaning 9999 clauses out of 20014 with flag 1104000/1514416
324.51/171.52	c cleaning 10001 clauses out of 20016 with flag 1114001/1524417
327.35/173.06	c cleaning 10000 clauses out of 20014 with flag 1124000/1534416
329.75/174.37	c cleaning 9999 clauses out of 20014 with flag 1134000/1544416
332.82/175.94	c cleaning 10002 clauses out of 20015 with flag 1144000/1554416
335.26/177.27	c cleaning 9999 clauses out of 20014 with flag 1154001/1564417
337.72/178.58	c cleaning 10004 clauses out of 20017 with flag 1164003/1574419
340.50/180.00	c cleaning 9997 clauses out of 20010 with flag 1174000/1584416
342.95/181.32	c cleaning 10003 clauses out of 20013 with flag 1184000/1594416
345.80/182.80	c cleaning 9996 clauses out of 20011 with flag 1194001/1604417
348.45/184.23	c cleaning 9998 clauses out of 20015 with flag 1204001/1614417
351.02/185.61	c cleaning 10000 clauses out of 20016 with flag 1214000/1624416
353.48/186.98	c cleaning 10004 clauses out of 20017 with flag 1224001/1634417
355.76/188.16	c cleaning 10001 clauses out of 20012 with flag 1234000/1644416
358.57/189.66	c cleaning 10002 clauses out of 20011 with flag 1244000/1654416
361.15/191.06	c cleaning 10001 clauses out of 20011 with flag 1254002/1664418
362.99/192.07	c cleaning 9997 clauses out of 20008 with flag 1264000/1674416
365.04/193.14	c cleaning 9997 clauses out of 20011 with flag 1274000/1684416
367.29/194.38	c cleaning 10001 clauses out of 20016 with flag 1284002/1694418
369.47/195.51	c cleaning 10006 clauses out of 20013 with flag 1294001/1704417
371.72/196.79	c cleaning 9998 clauses out of 20005 with flag 1304000/1714416
374.23/198.03	c cleaning 9996 clauses out of 20006 with flag 1314000/1724416
376.43/199.29	c cleaning 10002 clauses out of 20011 with flag 1324001/1734417
378.80/200.58	c cleaning 9998 clauses out of 20009 with flag 1334001/1744417
381.24/201.88	c cleaning 9999 clauses out of 20010 with flag 1344000/1754416
383.48/203.02	c cleaning 10003 clauses out of 20012 with flag 1354001/1764417
385.93/204.31	c cleaning 9997 clauses out of 20008 with flag 1364000/1774416
388.31/205.62	c cleaning 10005 clauses out of 20013 with flag 1374002/1784418
390.75/206.90	c cleaning 9997 clauses out of 20006 with flag 1384000/1794416
392.99/208.16	c cleaning 10000 clauses out of 20009 with flag 1394000/1804416
395.23/209.39	c cleaning 9998 clauses out of 20009 with flag 1404000/1814416
397.80/210.72	c cleaning 9999 clauses out of 20011 with flag 1414000/1824416
400.04/211.94	c cleaning 10003 clauses out of 20013 with flag 1424001/1834417
402.49/213.24	c cleaning 10002 clauses out of 20009 with flag 1434000/1844416
404.53/214.41	c cleaning 10001 clauses out of 20007 with flag 1444000/1854416
407.09/215.75	c cleaning 10000 clauses out of 20007 with flag 1454001/1864417
409.33/216.99	c cleaning 10002 clauses out of 20007 with flag 1464001/1874417
411.77/218.20	c cleaning 9998 clauses out of 20004 with flag 1474000/1884416
414.01/219.41	c cleaning 10001 clauses out of 20006 with flag 1484000/1894416
416.37/220.73	c cleaning 10003 clauses out of 20005 with flag 1494000/1904416
418.82/222.01	c cleaning 9997 clauses out of 20002 with flag 1504001/1914417
420.85/223.15	c  And the winner is Resolution
421.89/224.15	c starts		: 213
421.89/224.15	c conflicts		: 1923233
421.89/224.15	c decisions		: 1962585
421.89/224.15	c propagations		: 40251491
421.89/224.15	c inspects		: 1489661304
421.89/224.15	c shortcuts		: 0
421.89/224.15	c learnt literals	: 16
421.89/224.15	c learnt binary clauses	: 92
421.89/224.15	c learnt ternary clauses	: 329
421.89/224.15	c learnt constraints	: 1923216
421.89/224.15	c ignored constraints	: 0
421.89/224.15	c root simplifications	: 0
421.89/224.15	c removed literals (reason simplification)	: 83461539
421.89/224.15	c reason swapping (by a shorter reason)	: 0
421.89/224.15	c Calls to reduceDB	: 196
421.89/224.15	c number of reductions to clauses (during analyze)	: 0
421.89/224.15	c number of learned constraints concerned by reduction	: 0
421.89/224.15	c number of learning phase by resolution	: 0
421.89/224.15	c number of learning phase by cutting planes	: 0
421.89/224.15	c speed (assignments/second)	: 220195.35664855933
421.89/224.15	c non guided choices	3572
421.89/224.15	c learnt constraints type 
421.89/224.15	c constraints type 
421.89/224.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 324
421.89/224.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 337
421.89/224.15	c constraints type 
421.89/224.15	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 324
421.89/224.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 337
421.89/224.15	s OPTIMUM FOUND
421.89/224.15	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 
421.89/224.15	c objective function=3
421.89/224.15	c Total wall clock time (in seconds): 224.043

Verifier Data

OK	3

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3453735-1307194154/watcher-3453735-1307194154 -o /tmp/evaluation-result-3453735-1307194154/solver-3453735-1307194154 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453735-1307194154.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.51 3.34 3.52 3/510 1736
/proc/meminfo: memFree=26131988/32951124 swapFree=63649284/67111528
[pid=1736] ppid=1734 vsize=27172 CPUtime=0 cores=0,2,4,6
/proc/1736/stat : 1736 (java) S 1734 1736 28154 0 -1 4202496 1171 0 0 0 0 0 0 0 25 0 2 0 831013889 27824128 898 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216450021 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/1736/statm: 6793 904 687 9 0 381 0
[pid=1736/tid=1737] ppid=1734 vsize=10444316 CPUtime=0.01 cores=0,2,4,6
/proc/1736/task/1737/stat : 1737 (java) R 1734 1736 28154 0 -1 4202560 6946 0 1 0 0 1 0 0 25 0 2 0 831013889 10694979584 7761 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210204341307 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0229221 s]
/proc/loadavg: 2.51 3.34 3.52 3/510 1736
/proc/meminfo: memFree=26131988/32951124 swapFree=63649284/67111528
[pid=1736] ppid=1734 vsize=10453028 CPUtime=0.01 cores=0,2,4,6
/proc/1736/stat : 1736 (java) S 1734 1736 28154 0 -1 4202496 10034 0 1 0 0 1 0 0 25 0 10 0 831013889 10703900672 9735 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216450021 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/1736/statm: 2613257 9738 1003 9 0 2604413 0
[pid=1736/tid=1737] ppid=1734 vsize=10453028 CPUtime=0.01 cores=0,2,4,6
/proc/1736/task/1737/stat : 1737 (java) R 1734 1736 28154 0 -1 4202560 8916 0 1 0 0 1 0 0 25 0 10 0 831013889 10703900672 9740 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 46979157737468 0 4 0 16784584 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10453028

[startup+0.100917 s]
/proc/loadavg: 2.51 3.34 3.52 3/510 1736
/proc/meminfo: memFree=26131988/32951124 swapFree=63649284/67111528
[pid=1736] ppid=1734 vsize=10539680 CPUtime=0.1 cores=0,2,4,6
/proc/1736/stat : 1736 (java) S 1734 1736 28154 0 -1 4202496 13097 0 1 0 8 2 0 0 25 0 18 0 831013889 10792632320 12770 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1736/statm: 2634920 12772 2093 9 0 2625654 0
[pid=1736/tid=1737] ppid=1734 vsize=10539680 CPUtime=0.09 cores=0,2,4,6
/proc/1736/task/1737/stat : 1737 (java) R 1734 1736 28154 0 -1 4202560 11169 0 1 0 7 2 0 0 18 0 18 0 831013889 10792632320 12772 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 46979158379347 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539680

[startup+0.300824 s]
/proc/loadavg: 2.51 3.34 3.52 3/510 1736
/proc/meminfo: memFree=26131988/32951124 swapFree=63649284/67111528
[pid=1736] ppid=1734 vsize=10611896 CPUtime=0.65 cores=0,2,4,6
/proc/1736/stat : 1736 (java) S 1734 1736 28154 0 -1 4202496 17671 0 1 0 62 3 0 0 25 0 22 0 831013889 10866581504 15992 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1736/statm: 2652974 15992 2210 9 0 2643708 0
[pid=1736/tid=1737] ppid=1734 vsize=10611896 CPUtime=0.17 cores=0,2,4,6
/proc/1736/task/1737/stat : 1737 (java) S 1734 1736 28154 0 -1 4202560 11843 0 1 0 15 2 0 0 19 0 22 0 831013889 10866581504 15992 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463872 0 4 0 16800975 18446604448002362432 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 10611896

[startup+0.700759 s]
/proc/loadavg: 2.51 3.34 3.52 3/510 1736
/proc/meminfo: memFree=26131988/32951124 swapFree=63649284/67111528
[pid=1736] ppid=1734 vsize=10611896 CPUtime=2.23 cores=0,2,4,6
/proc/1736/stat : 1736 (java) S 1734 1736 28154 0 -1 4202496 40928 0 1 0 217 6 0 0 25 0 22 0 831013889 10866581504 35699 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1736/statm: 2652974 35699 2227 9 0 2643708 0
[pid=1736/tid=1737] ppid=1734 vsize=10611896 CPUtime=0.17 cores=0,2,4,6
/proc/1736/task/1737/stat : 1737 (java) S 1734 1736 28154 0 -1 4202560 11843 0 1 0 15 2 0 0 15 0 22 0 831013889 10866581504 35699 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463872 0 4 0 16800975 18446604448002362432 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 10611896

[startup+1.50306 s]
/proc/loadavg: 2.51 3.34 3.52 9/532 1758
/proc/meminfo: memFree=25910560/32951124 swapFree=63649284/67111528
[pid=1736] ppid=1734 vsize=10611896 CPUtime=4.67 cores=0,2,4,6
/proc/1736/stat : 1736 (java) S 1734 1736 28154 0 -1 4202496 95053 0 1 0 455 12 0 0 25 0 22 0 831013889 10866581504 82638 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1736/statm: 2652974 82638 2256 9 0 2643708 0
[pid=1736/tid=1737] ppid=1734 vsize=10611896 CPUtime=0.17 cores=0,2,4,6
/proc/1736/task/1737/stat : 1737 (java) S 1734 1736 28154 0 -1 4202560 11843 0 1 0 15 2 0 0 15 0 22 0 831013889 10866581504 82638 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463872 0 4 0 16800975 18446604448002362432 0 0 -1 4 0 0 0
[pid=1736/tid=1739] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1739/stat : 1739 (java) R 1734 1736 28154 0 -1 4202560 204 0 0 0 0 0 0 0 15 0 22 0 831013891 10866581504 82638 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210204600631 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1736/tid=1740] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1740/stat : 1740 (java) R 1734 1736 28154 0 -1 4202560 401 0 0 0 0 0 0 0 15 0 22 0 831013891 10866581504 82638 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210204600631 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=1736/tid=1741] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1741/stat : 1741 (java) S 1734 1736 28154 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831013891 10866581504 82638 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 0 0 0 0
[pid=1736/tid=1742] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1742/stat : 1742 (java) R 1734 1736 28154 0 -1 4202560 248 0 0 0 0 0 0 0 15 0 22 0 831013891 10866581504 82638 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210204600631 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=1736/tid=1743] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1743/stat : 1743 (java) R 1734 1736 28154 0 -1 4202560 472 0 0 0 0 0 0 0 15 0 22 0 831013891 10866581504 82638 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210204600631 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1736/tid=1744] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1744/stat : 1744 (java) S 1734 1736 28154 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831013891 10866581504 82638 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 0 0 0 0
[pid=1736/tid=1745] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1745/stat : 1745 (java) S 1734 1736 28154 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 22 0 831013891 10866581504 82638 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 0 0 0 0
[pid=1736/tid=1746] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1746/stat : 1746 (java) R 1734 1736 28154 0 -1 4202560 294 0 0 0 0 0 0 0 15 0 22 0 831013891 10866581504 82638 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=1736/tid=1747] ppid=1734 vsize=10611896 CPUtime=0.01 cores=0,2,4,6
/proc/1736/task/1747/stat : 1747 (java) S 1734 1736 28154 0 -1 4202560 777 0 0 0 1 0 0 0 16 0 22 0 831013892 10866581504 82638 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 0 0 16800975 18446604448002362432 0 0 -1 2 0 0 0
[pid=1736/tid=1748] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1748/stat : 1748 (java) S 1734 1736 28154 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831013893 10866581504 82638 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 4 0 0 0
[pid=1736/tid=1749] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1749/stat : 1749 (java) S 1734 1736 28154 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831013893 10866581504 82638 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 4 0 0 0
[pid=1736/tid=1750] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1750/stat : 1750 (java) S 1734 1736 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831013895 10866581504 82638 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216470961 0 4 0 16800975 18446604448002362432 0 0 -1 4 0 0 0
[pid=1736/tid=1751] ppid=1734 vsize=10611896 CPUtime=0.88 cores=0,2,4,6
/proc/1736/task/1751/stat : 1751 (java) S 1734 1736 28154 0 -1 4202560 10001 0 0 0 87 1 0 0 16 0 22 0 831013895 10866581504 82638 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 4 0 0 0
[pid=1736/tid=1752] ppid=1734 vsize=10611896 CPUtime=1.01 cores=0,2,4,6
/proc/1736/task/1752/stat : 1752 (java) S 1734 1736 28154 0 -1 4202560 11963 0 0 0 100 1 0 0 17 0 22 0 831013895 10866581504 82638 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 0 0 0 0
[pid=1736/tid=1753] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1753/stat : 1753 (java) S 1734 1736 28154 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831013895 10866581504 82638 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 2 0 0 0
[pid=1736/tid=1754] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1754/stat : 1754 (java) S 1734 1736 28154 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831013895 10866581504 82638 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463872 0 4 0 16800975 18446604448002362432 0 0 -1 6 0 0 0
[pid=1736/tid=1755] ppid=1734 vsize=10611896 CPUtime=1.28 cores=0,2,4,6
/proc/1736/task/1755/stat : 1755 (java) S 1734 1736 28154 0 -1 4202560 699 0 0 0 128 0 0 0 18 0 22 0 831013908 10866581504 82638 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 2 0 0 0
[pid=1736/tid=1756] ppid=1734 vsize=10611896 CPUtime=1.25 cores=0,2,4,6
/proc/1736/task/1756/stat : 1756 (java) S 1734 1736 28154 0 -1 4202560 56978 0 0 0 119 6 0 0 18 0 22 0 831013908 10866581504 82638 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 6 0 0 0
[pid=1736/tid=1757] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1757/stat : 1757 (java) S 1734 1736 28154 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 831013908 10866581504 82638 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463872 0 4 0 16800975 18446604448002362432 0 0 -1 6 0 0 0
[pid=1736/tid=1758] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1758/stat : 1758 (java) S 1734 1736 28154 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831013908 10866581504 82638 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463872 0 4 0 16800975 18446604448002362432 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.67
Current children cumulated vsize (KiB) 10611896

[startup+3.10136 s]
/proc/loadavg: 2.51 3.34 3.52 5/532 1758
/proc/meminfo: memFree=25704984/32951124 swapFree=63649284/67111528
[pid=1736] ppid=1734 vsize=10611896 CPUtime=7.84 cores=0,2,4,6
/proc/1736/stat : 1736 (java) S 1734 1736 28154 0 -1 4202496 146552 0 1 0 766 18 0 0 25 0 22 0 831013889 10866581504 134134 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1736/statm: 2652974 134134 2256 9 0 2643708 0
[pid=1736/tid=1737] ppid=1734 vsize=10611896 CPUtime=0.17 cores=0,2,4,6
/proc/1736/task/1737/stat : 1737 (java) S 1734 1736 28154 0 -1 4202560 11843 0 1 0 15 2 0 0 15 0 22 0 831013889 10866581504 134134 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463872 0 4 0 16800975 18446604448002362432 0 0 -1 4 0 0 0
[pid=1736/tid=1739] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1739/stat : 1739 (java) S 1734 1736 28154 0 -1 4202560 204 0 0 0 0 0 0 0 15 0 22 0 831013891 10866581504 134134 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 0 0 0 0
[pid=1736/tid=1740] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1740/stat : 1740 (java) S 1734 1736 28154 0 -1 4202560 401 0 0 0 0 0 0 0 15 0 22 0 831013891 10866581504 134134 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 6 0 0 0
[pid=1736/tid=1741] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1741/stat : 1741 (java) S 1734 1736 28154 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831013891 10866581504 134134 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 0 0 0 0
[pid=1736/tid=1742] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1742/stat : 1742 (java) S 1734 1736 28154 0 -1 4202560 248 0 0 0 0 0 0 0 15 0 22 0 831013891 10866581504 134134 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 6 0 0 0
[pid=1736/tid=1743] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1743/stat : 1743 (java) S 1734 1736 28154 0 -1 4202560 599 0 0 0 0 0 0 0 15 0 22 0 831013891 10866581504 134134 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 0 0 0 0
[pid=1736/tid=1744] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1744/stat : 1744 (java) S 1734 1736 28154 0 -1 4202560 156 0 0 0 0 0 0 0 16 0 22 0 831013891 10866581504 134134 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 6 0 0 0
[pid=1736/tid=1745] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1745/stat : 1745 (java) S 1734 1736 28154 0 -1 4202560 164 0 0 0 0 0 0 0 15 0 22 0 831013891 10866581504 134134 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 6 0 0 0
[pid=1736/tid=1746] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1746/stat : 1746 (java) S 1734 1736 28154 0 -1 4202560 294 0 0 0 0 0 0 0 15 0 22 0 831013891 10866581504 134134 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 6 0 0 0
[pid=1736/tid=1747] ppid=1734 vsize=10611896 CPUtime=0.06 cores=0,2,4,6
/proc/1736/task/1747/stat : 1747 (java) S 1734 1736 28154 0 -1 4202560 2412 0 0 0 6 0 0 0 16 0 22 0 831013892 10866581504 134134 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463872 0 0 0 16800975 18446604448002362432 0 0 -1 2 0 0 0
[pid=1736/tid=1748] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1748/stat : 1748 (java) S 1734 1736 28154 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831013893 10866581504 134134 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 4 0 0 0
[pid=1736/tid=1749] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1749/stat : 1749 (java) S 1734 1736 28154 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831013893 10866581504 134134 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 4 0 0 0
[pid=1736/tid=1750] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1750/stat : 1750 (java) S 1734 1736 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831013895 10866581504 134134 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216470961 0 4 0 16800975 18446604448002362432 0 0 -1 4 0 0 0
[pid=1736/tid=1751] ppid=1734 vsize=10611896 CPUtime=0.9 cores=0,2,4,6
/proc/1736/task/1751/stat : 1751 (java) S 1734 1736 28154 0 -1 4202560 10003 0 0 0 89 1 0 0 15 0 22 0 831013895 10866581504 134134 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 4 0 0 0
[pid=1736/tid=1752] ppid=1734 vsize=10611896 CPUtime=1.02 cores=0,2,4,6
/proc/1736/task/1752/stat : 1752 (java) S 1734 1736 28154 0 -1 4202560 11963 0 0 0 101 1 0 0 15 0 22 0 831013895 10866581504 134134 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 0 0 0 0
[pid=1736/tid=1753] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1753/stat : 1753 (java) S 1734 1736 28154 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831013895 10866581504 134134 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 2 0 0 0
[pid=1736/tid=1754] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1754/stat : 1754 (java) S 1734 1736 28154 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831013895 10866581504 134134 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463872 0 4 0 16800975 18446604448002362432 0 0 -1 6 0 0 0
[pid=1736/tid=1755] ppid=1734 vsize=10611896 CPUtime=2.83 cores=0,2,4,6
/proc/1736/task/1755/stat : 1755 (java) R 1734 1736 28154 0 -1 4202560 700 0 0 0 283 0 0 0 19 0 22 0 831013908 10866581504 134134 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 46912505657362 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=1736/tid=1756] ppid=1734 vsize=10611896 CPUtime=2.8 cores=0,2,4,6
/proc/1736/task/1756/stat : 1756 (java) R 1734 1736 28154 0 -1 4202560 106406 0 0 0 268 12 0 0 20 0 22 0 831013908 10866581504 134134 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 46912505931845 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=1736/tid=1757] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1757/stat : 1757 (java) S 1734 1736 28154 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 831013908 10866581504 134134 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463872 0 4 0 16800975 18446604448002362432 0 0 -1 6 0 0 0
[pid=1736/tid=1758] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1758/stat : 1758 (java) S 1734 1736 28154 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831013908 10866581504 134134 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463872 0 4 0 16800975 18446604448002362432 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.84
Current children cumulated vsize (KiB) 10611896

[startup+6.3009 s]
/proc/loadavg: 2.63 3.35 3.52 6/529 1807
/proc/meminfo: memFree=26344008/32951124 swapFree=63649284/67111528
[pid=1736] ppid=1734 vsize=10611896 CPUtime=14.16 cores=0,2,4,6
/proc/1736/stat : 1736 (java) S 1734 1736 28154 0 -1 4202496 159372 0 1 0 1395 21 0 0 25 0 22 0 831013889 10866581504 146366 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1736/statm: 2652974 146366 2257 9 0 2643708 0
[pid=1736/tid=1737] ppid=1734 vsize=10611896 CPUtime=0.17 cores=0,2,4,6
/proc/1736/task/1737/stat : 1737 (java) S 1734 1736 28154 0 -1 4202560 11843 0 1 0 15 2 0 0 15 0 22 0 831013889 10866581504 146366 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463872 0 4 0 16800975 18446604448002362432 0 0 -1 4 0 0 0
[pid=1736/tid=1739] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1739/stat : 1739 (java) S 1734 1736 28154 0 -1 4202560 205 0 0 0 0 0 0 0 16 0 22 0 831013891 10866581504 146366 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 4 0 0 0
[pid=1736/tid=1740] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1740/stat : 1740 (java) S 1734 1736 28154 0 -1 4202560 402 0 0 0 0 0 0 0 15 0 22 0 831013891 10866581504 146366 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 6 0 0 0
[pid=1736/tid=1741] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1741/stat : 1741 (java) S 1734 1736 28154 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 831013891 10866581504 146366 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 0 0 0 0
[pid=1736/tid=1742] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1742/stat : 1742 (java) S 1734 1736 28154 0 -1 4202560 250 0 0 0 0 0 0 0 16 0 22 0 831013891 10866581504 146366 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 6 0 0 0
[pid=1736/tid=1743] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1743/stat : 1743 (java) S 1734 1736 28154 0 -1 4202560 724 0 0 0 0 0 0 0 16 0 22 0 831013891 10866581504 146366 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 0 0 0 0
[pid=1736/tid=1744] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1744/stat : 1744 (java) S 1734 1736 28154 0 -1 4202560 297 0 0 0 0 0 0 0 15 0 22 0 831013891 10866581504 146366 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 0 0 0 0
[pid=1736/tid=1745] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1745/stat : 1745 (java) S 1734 1736 28154 0 -1 4202560 167 0 0 0 0 0 0 0 15 0 22 0 831013891 10866581504 146366 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 6 0 0 0
[pid=1736/tid=1746] ppid=1734 vsize=10611896 CPUtime=0.01 cores=0,2,4,6
/proc/1736/task/1746/stat : 1746 (java) S 1734 1736 28154 0 -1 4202560 434 0 0 0 1 0 0 0 15 0 22 0 831013891 10866581504 146366 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 4 0 0 0

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

/proc/1736/task/1746/stat : 1746 (java) S 1734 1736 28154 0 -1 4202560 472 0 0 0 41 0 0 0 15 0 22 0 831013891 10866581504 198223 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 4 0 0 0
[pid=1736/tid=1747] ppid=1734 vsize=10611896 CPUtime=27.01 cores=0,2,4,6
/proc/1736/task/1747/stat : 1747 (java) S 1734 1736 28154 0 -1 4202560 24755 0 0 0 2696 5 0 0 16 0 22 0 831013892 10866581504 198223 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463872 0 0 0 16800975 18446604448002362432 0 0 -1 2 0 0 0
[pid=1736/tid=1748] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1748/stat : 1748 (java) S 1734 1736 28154 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831013893 10866581504 198223 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 2 0 0 0
[pid=1736/tid=1749] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1749/stat : 1749 (java) S 1734 1736 28154 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 831013893 10866581504 198223 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 6 0 0 0
[pid=1736/tid=1750] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1750/stat : 1750 (java) S 1734 1736 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831013895 10866581504 198223 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216470961 0 4 0 16800975 18446604448002362432 0 0 -1 4 0 0 0
[pid=1736/tid=1751] ppid=1734 vsize=10611896 CPUtime=1.47 cores=0,2,4,6
/proc/1736/task/1751/stat : 1751 (java) S 1734 1736 28154 0 -1 4202560 12470 0 0 0 145 2 0 0 15 0 22 0 831013895 10866581504 198223 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 4 0 0 0
[pid=1736/tid=1752] ppid=1734 vsize=10611896 CPUtime=1.19 cores=0,2,4,6
/proc/1736/task/1752/stat : 1752 (java) S 1734 1736 28154 0 -1 4202560 12011 0 0 0 118 1 0 0 15 0 22 0 831013895 10866581504 198223 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 2 0 0 0
[pid=1736/tid=1753] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1753/stat : 1753 (java) S 1734 1736 28154 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831013895 10866581504 198223 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 2 0 0 0
[pid=1736/tid=1754] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1754/stat : 1754 (java) S 1734 1736 28154 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 22 0 831013895 10866581504 198223 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463872 0 4 0 16800975 18446604448002362432 0 0 -1 4 0 0 0
[pid=1736/tid=1758] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1758/stat : 1758 (java) S 1734 1736 28154 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831013908 10866581504 198223 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463872 0 4 0 16800975 18446604448002362432 0 0 -1 0 0 0 0
[pid=1736/tid=1925] ppid=1734 vsize=10611896 CPUtime=156.3 cores=0,2,4,6
/proc/1736/task/1925/stat : 1925 (java) R 1734 1736 28154 0 -1 4202560 107 0 0 0 15630 0 0 0 15 0 22 0 831018025 10866581504 198223 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 46912505531394 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1736/tid=1926] ppid=1734 vsize=10611896 CPUtime=156.28 cores=0,2,4,6
/proc/1736/task/1926/stat : 1926 (java) R 1734 1736 28154 0 -1 4202560 39 0 0 0 15627 1 0 0 24 0 22 0 831018025 10866581504 198223 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 46912505546921 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=1736/tid=1927] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1927/stat : 1927 (java) S 1734 1736 28154 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831018027 10866581504 198223 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463872 0 4 0 16800975 18446604448002362432 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 419.25
Current children cumulated vsize (KiB) 10611896

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

[startup+223.102 s]
/proc/loadavg: 3.62 3.58 3.58 4/532 1932
/proc/meminfo: memFree=25473248/32951124 swapFree=63649284/67111528
[pid=1736] ppid=1734 vsize=10611896 CPUtime=420.85 cores=0,2,4,6
/proc/1736/stat : 1736 (java) S 1734 1736 28154 0 -1 4202496 214130 0 1 0 42053 32 0 0 25 0 22 0 831013889 10866581504 198223 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1736/statm: 2652974 198223 2259 9 0 2643708 0
[pid=1736/tid=1737] ppid=1734 vsize=10611896 CPUtime=0.17 cores=0,2,4,6
/proc/1736/task/1737/stat : 1737 (java) S 1734 1736 28154 0 -1 4202560 11874 0 1 0 15 2 0 0 15 0 22 0 831013889 10866581504 198223 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463872 0 4 0 16800975 18446604448002362432 0 0 -1 4 0 0 0
[pid=1736/tid=1739] ppid=1734 vsize=10611896 CPUtime=0.41 cores=0,2,4,6
/proc/1736/task/1739/stat : 1739 (java) S 1734 1736 28154 0 -1 4202560 268 0 0 0 41 0 0 0 16 0 22 0 831013891 10866581504 198223 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 6 0 0 0
[pid=1736/tid=1740] ppid=1734 vsize=10611896 CPUtime=0.35 cores=0,2,4,6
/proc/1736/task/1740/stat : 1740 (java) S 1734 1736 28154 0 -1 4202560 450 0 0 0 35 0 0 0 15 0 22 0 831013891 10866581504 198223 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 0 0 0 0
[pid=1736/tid=1741] ppid=1734 vsize=10611896 CPUtime=0.36 cores=0,2,4,6
/proc/1736/task/1741/stat : 1741 (java) S 1734 1736 28154 0 -1 4202560 55 0 0 0 36 0 0 0 15 0 22 0 831013891 10866581504 198223 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 6 0 0 0
[pid=1736/tid=1742] ppid=1734 vsize=10611896 CPUtime=0.37 cores=0,2,4,6
/proc/1736/task/1742/stat : 1742 (java) S 1734 1736 28154 0 -1 4202560 294 0 0 0 37 0 0 0 15 0 22 0 831013891 10866581504 198223 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 0 0 0 0
[pid=1736/tid=1743] ppid=1734 vsize=10611896 CPUtime=0.37 cores=0,2,4,6
/proc/1736/task/1743/stat : 1743 (java) S 1734 1736 28154 0 -1 4202560 777 0 0 0 37 0 0 0 15 0 22 0 831013891 10866581504 198223 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 4 0 0 0
[pid=1736/tid=1744] ppid=1734 vsize=10611896 CPUtime=0.33 cores=0,2,4,6
/proc/1736/task/1744/stat : 1744 (java) S 1734 1736 28154 0 -1 4202560 326 0 0 0 33 0 0 0 16 0 22 0 831013891 10866581504 198223 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 6 0 0 0
[pid=1736/tid=1745] ppid=1734 vsize=10611896 CPUtime=0.37 cores=0,2,4,6
/proc/1736/task/1745/stat : 1745 (java) S 1734 1736 28154 0 -1 4202560 202 0 0 0 37 0 0 0 15 0 22 0 831013891 10866581504 198223 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 0 0 0 0
[pid=1736/tid=1746] ppid=1734 vsize=10611896 CPUtime=0.41 cores=0,2,4,6
/proc/1736/task/1746/stat : 1746 (java) S 1734 1736 28154 0 -1 4202560 472 0 0 0 41 0 0 0 15 0 22 0 831013891 10866581504 198223 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 4 0 0 0
[pid=1736/tid=1747] ppid=1734 vsize=10611896 CPUtime=27.01 cores=0,2,4,6
/proc/1736/task/1747/stat : 1747 (java) S 1734 1736 28154 0 -1 4202560 24755 0 0 0 2696 5 0 0 16 0 22 0 831013892 10866581504 198223 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463872 0 0 0 16800975 18446604448002362432 0 0 -1 2 0 0 0
[pid=1736/tid=1748] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1748/stat : 1748 (java) S 1734 1736 28154 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831013893 10866581504 198223 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 2 0 0 0
[pid=1736/tid=1749] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1749/stat : 1749 (java) S 1734 1736 28154 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 831013893 10866581504 198223 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 6 0 0 0
[pid=1736/tid=1750] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1750/stat : 1750 (java) S 1734 1736 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831013895 10866581504 198223 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216470961 0 4 0 16800975 18446604448002362432 0 0 -1 4 0 0 0
[pid=1736/tid=1751] ppid=1734 vsize=10611896 CPUtime=1.47 cores=0,2,4,6
/proc/1736/task/1751/stat : 1751 (java) S 1734 1736 28154 0 -1 4202560 12470 0 0 0 145 2 0 0 15 0 22 0 831013895 10866581504 198223 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 4 0 0 0
[pid=1736/tid=1752] ppid=1734 vsize=10611896 CPUtime=1.19 cores=0,2,4,6
/proc/1736/task/1752/stat : 1752 (java) S 1734 1736 28154 0 -1 4202560 12011 0 0 0 118 1 0 0 15 0 22 0 831013895 10866581504 198223 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 2 0 0 0
[pid=1736/tid=1753] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1753/stat : 1753 (java) S 1734 1736 28154 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831013895 10866581504 198223 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 2 0 0 0
[pid=1736/tid=1754] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1754/stat : 1754 (java) S 1734 1736 28154 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 22 0 831013895 10866581504 198223 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463872 0 4 0 16800975 18446604448002362432 0 0 -1 4 0 0 0
[pid=1736/tid=1758] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1758/stat : 1758 (java) S 1734 1736 28154 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831013908 10866581504 198223 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463872 0 4 0 16800975 18446604448002362432 0 0 -1 0 0 0 0
[pid=1736/tid=1925] ppid=1734 vsize=10611896 CPUtime=157.1 cores=0,2,4,6
/proc/1736/task/1925/stat : 1925 (java) R 1734 1736 28154 0 -1 4202560 107 0 0 0 15710 0 0 0 16 0 22 0 831018025 10866581504 198223 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 46912505609523 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1736/tid=1926] ppid=1734 vsize=10611896 CPUtime=157.08 cores=0,2,4,6
/proc/1736/task/1926/stat : 1926 (java) R 1734 1736 28154 0 -1 4202560 39 0 0 0 15707 1 0 0 25 0 22 0 831018025 10866581504 198223 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 46912505594354 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=1736/tid=1927] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1927/stat : 1927 (java) S 1734 1736 28154 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831018027 10866581504 198223 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463872 0 4 0 16800975 18446604448002362432 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 420.85
Current children cumulated vsize (KiB) 10611896

[startup+223.901 s]
/proc/loadavg: 3.62 3.58 3.58 4/530 1932
/proc/meminfo: memFree=25473264/32951124 swapFree=63649284/67111528
[pid=1736] ppid=1734 vsize=10611896 CPUtime=421.69 cores=0,2,4,6
/proc/1736/stat : 1736 (java) S 1734 1736 28154 0 -1 4202496 214132 0 1 0 42137 32 0 0 25 0 19 0 831013889 10866581504 198224 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1736/statm: 2652974 198224 2259 9 0 2643708 0
[pid=1736/tid=1737] ppid=1734 vsize=10611896 CPUtime=0.77 cores=0,2,4,6
/proc/1736/task/1737/stat : 1737 (java) R 1734 1736 28154 0 -1 4202560 11875 0 1 0 75 2 0 0 16 0 19 0 831013889 10866581504 198224 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 46912505366594 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1736/tid=1739] ppid=1734 vsize=10611896 CPUtime=0.41 cores=0,2,4,6
/proc/1736/task/1739/stat : 1739 (java) S 1734 1736 28154 0 -1 4202560 268 0 0 0 41 0 0 0 16 0 19 0 831013891 10866581504 198224 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 6 0 0 0
[pid=1736/tid=1740] ppid=1734 vsize=10611896 CPUtime=0.35 cores=0,2,4,6
/proc/1736/task/1740/stat : 1740 (java) S 1734 1736 28154 0 -1 4202560 450 0 0 0 35 0 0 0 15 0 19 0 831013891 10866581504 198224 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 0 0 0 0
[pid=1736/tid=1741] ppid=1734 vsize=10611896 CPUtime=0.36 cores=0,2,4,6
/proc/1736/task/1741/stat : 1741 (java) S 1734 1736 28154 0 -1 4202560 55 0 0 0 36 0 0 0 15 0 19 0 831013891 10866581504 198224 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 6 0 0 0
[pid=1736/tid=1742] ppid=1734 vsize=10611896 CPUtime=0.37 cores=0,2,4,6
/proc/1736/task/1742/stat : 1742 (java) S 1734 1736 28154 0 -1 4202560 294 0 0 0 37 0 0 0 15 0 19 0 831013891 10866581504 198224 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 0 0 0 0
[pid=1736/tid=1743] ppid=1734 vsize=10611896 CPUtime=0.37 cores=0,2,4,6
/proc/1736/task/1743/stat : 1743 (java) S 1734 1736 28154 0 -1 4202560 777 0 0 0 37 0 0 0 15 0 19 0 831013891 10866581504 198224 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 4 0 0 0
[pid=1736/tid=1744] ppid=1734 vsize=10611896 CPUtime=0.33 cores=0,2,4,6
/proc/1736/task/1744/stat : 1744 (java) S 1734 1736 28154 0 -1 4202560 326 0 0 0 33 0 0 0 16 0 19 0 831013891 10866581504 198224 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 6 0 0 0
[pid=1736/tid=1745] ppid=1734 vsize=10611896 CPUtime=0.37 cores=0,2,4,6
/proc/1736/task/1745/stat : 1745 (java) S 1734 1736 28154 0 -1 4202560 202 0 0 0 37 0 0 0 15 0 19 0 831013891 10866581504 198224 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 0 0 0 0
[pid=1736/tid=1746] ppid=1734 vsize=10611896 CPUtime=0.41 cores=0,2,4,6
/proc/1736/task/1746/stat : 1746 (java) S 1734 1736 28154 0 -1 4202560 472 0 0 0 41 0 0 0 15 0 19 0 831013891 10866581504 198224 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 4 0 0 0
[pid=1736/tid=1747] ppid=1734 vsize=10611896 CPUtime=27.01 cores=0,2,4,6
/proc/1736/task/1747/stat : 1747 (java) S 1734 1736 28154 0 -1 4202560 24755 0 0 0 2696 5 0 0 15 0 19 0 831013892 10866581504 198224 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463872 0 0 0 16800975 18446604448002362432 0 0 -1 2 0 0 0
[pid=1736/tid=1748] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1748/stat : 1748 (java) S 1734 1736 28154 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831013893 10866581504 198224 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 2 0 0 0
[pid=1736/tid=1749] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1749/stat : 1749 (java) S 1734 1736 28154 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 831013893 10866581504 198224 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 6 0 0 0
[pid=1736/tid=1750] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1750/stat : 1750 (java) S 1734 1736 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831013895 10866581504 198224 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216470961 0 4 0 16800975 18446604448002362432 0 0 -1 4 0 0 0
[pid=1736/tid=1751] ppid=1734 vsize=10611896 CPUtime=1.47 cores=0,2,4,6
/proc/1736/task/1751/stat : 1751 (java) S 1734 1736 28154 0 -1 4202560 12471 0 0 0 145 2 0 0 15 0 19 0 831013895 10866581504 198224 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 2 0 0 0
[pid=1736/tid=1752] ppid=1734 vsize=10611896 CPUtime=1.2 cores=0,2,4,6
/proc/1736/task/1752/stat : 1752 (java) S 1734 1736 28154 0 -1 4202560 12011 0 0 0 119 1 0 0 15 0 19 0 831013895 10866581504 198224 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 2 0 0 0
[pid=1736/tid=1753] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1753/stat : 1753 (java) S 1734 1736 28154 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 831013895 10866581504 198224 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 2 0 0 0
[pid=1736/tid=1754] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1754/stat : 1754 (java) S 1734 1736 28154 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 831013895 10866581504 198224 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463872 0 4 0 16800975 18446604448002362432 0 0 -1 2 0 0 0
[pid=1736/tid=1758] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1758/stat : 1758 (java) S 1734 1736 28154 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 831013908 10866581504 198224 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463872 0 4 0 16800975 18446604448002362432 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 421.69
Current children cumulated vsize (KiB) 10611896

[startup+224.101 s]
/proc/loadavg: 3.62 3.58 3.58 4/530 1932
/proc/meminfo: memFree=25473264/32951124 swapFree=63649284/67111528
[pid=1736] ppid=1734 vsize=10611896 CPUtime=421.89 cores=0,2,4,6
/proc/1736/stat : 1736 (java) S 1734 1736 28154 0 -1 4202496 214132 0 1 0 42157 32 0 0 25 0 19 0 831013889 10866581504 198224 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1736/statm: 2652974 198224 2259 9 0 2643708 0
[pid=1736/tid=1737] ppid=1734 vsize=10611896 CPUtime=0.97 cores=0,2,4,6
/proc/1736/task/1737/stat : 1737 (java) R 1734 1736 28154 0 -1 4202560 11875 0 1 0 95 2 0 0 16 0 19 0 831013889 10866581504 198224 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 46912505366594 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1736/tid=1739] ppid=1734 vsize=10611896 CPUtime=0.41 cores=0,2,4,6
/proc/1736/task/1739/stat : 1739 (java) S 1734 1736 28154 0 -1 4202560 268 0 0 0 41 0 0 0 16 0 19 0 831013891 10866581504 198224 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 6 0 0 0
[pid=1736/tid=1740] ppid=1734 vsize=10611896 CPUtime=0.35 cores=0,2,4,6
/proc/1736/task/1740/stat : 1740 (java) S 1734 1736 28154 0 -1 4202560 450 0 0 0 35 0 0 0 15 0 19 0 831013891 10866581504 198224 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 0 0 0 0
[pid=1736/tid=1741] ppid=1734 vsize=10611896 CPUtime=0.36 cores=0,2,4,6
/proc/1736/task/1741/stat : 1741 (java) S 1734 1736 28154 0 -1 4202560 55 0 0 0 36 0 0 0 15 0 19 0 831013891 10866581504 198224 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 6 0 0 0
[pid=1736/tid=1742] ppid=1734 vsize=10611896 CPUtime=0.37 cores=0,2,4,6
/proc/1736/task/1742/stat : 1742 (java) S 1734 1736 28154 0 -1 4202560 294 0 0 0 37 0 0 0 15 0 19 0 831013891 10866581504 198224 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 0 0 0 0
[pid=1736/tid=1743] ppid=1734 vsize=10611896 CPUtime=0.37 cores=0,2,4,6
/proc/1736/task/1743/stat : 1743 (java) S 1734 1736 28154 0 -1 4202560 777 0 0 0 37 0 0 0 15 0 19 0 831013891 10866581504 198224 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 4 0 0 0
[pid=1736/tid=1744] ppid=1734 vsize=10611896 CPUtime=0.33 cores=0,2,4,6
/proc/1736/task/1744/stat : 1744 (java) S 1734 1736 28154 0 -1 4202560 326 0 0 0 33 0 0 0 16 0 19 0 831013891 10866581504 198224 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 6 0 0 0
[pid=1736/tid=1745] ppid=1734 vsize=10611896 CPUtime=0.37 cores=0,2,4,6
/proc/1736/task/1745/stat : 1745 (java) S 1734 1736 28154 0 -1 4202560 202 0 0 0 37 0 0 0 15 0 19 0 831013891 10866581504 198224 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 0 0 0 0
[pid=1736/tid=1746] ppid=1734 vsize=10611896 CPUtime=0.41 cores=0,2,4,6
/proc/1736/task/1746/stat : 1746 (java) S 1734 1736 28154 0 -1 4202560 472 0 0 0 41 0 0 0 15 0 19 0 831013891 10866581504 198224 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 4 0 0 0
[pid=1736/tid=1747] ppid=1734 vsize=10611896 CPUtime=27.01 cores=0,2,4,6
/proc/1736/task/1747/stat : 1747 (java) S 1734 1736 28154 0 -1 4202560 24755 0 0 0 2696 5 0 0 15 0 19 0 831013892 10866581504 198224 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463872 0 0 0 16800975 18446604448002362432 0 0 -1 2 0 0 0
[pid=1736/tid=1748] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1748/stat : 1748 (java) S 1734 1736 28154 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831013893 10866581504 198224 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 2 0 0 0
[pid=1736/tid=1749] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1749/stat : 1749 (java) S 1734 1736 28154 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 831013893 10866581504 198224 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 6 0 0 0
[pid=1736/tid=1750] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1750/stat : 1750 (java) S 1734 1736 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831013895 10866581504 198224 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216470961 0 4 0 16800975 18446604448002362432 0 0 -1 4 0 0 0
[pid=1736/tid=1751] ppid=1734 vsize=10611896 CPUtime=1.47 cores=0,2,4,6
/proc/1736/task/1751/stat : 1751 (java) S 1734 1736 28154 0 -1 4202560 12471 0 0 0 145 2 0 0 15 0 19 0 831013895 10866581504 198224 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 2 0 0 0
[pid=1736/tid=1752] ppid=1734 vsize=10611896 CPUtime=1.2 cores=0,2,4,6
/proc/1736/task/1752/stat : 1752 (java) S 1734 1736 28154 0 -1 4202560 12011 0 0 0 119 1 0 0 15 0 19 0 831013895 10866581504 198224 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 2 0 0 0
[pid=1736/tid=1753] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1753/stat : 1753 (java) S 1734 1736 28154 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 831013895 10866581504 198224 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463257 0 4 0 16800975 18446604448002362432 0 0 -1 2 0 0 0
[pid=1736/tid=1754] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1754/stat : 1754 (java) S 1734 1736 28154 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 831013895 10866581504 198224 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463872 0 4 0 16800975 18446604448002362432 0 0 -1 2 0 0 0
[pid=1736/tid=1758] ppid=1734 vsize=10611896 CPUtime=0 cores=0,2,4,6
/proc/1736/task/1758/stat : 1758 (java) S 1734 1736 28154 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 831013908 10866581504 198224 33554432000 1073741824 1073778376 140734786744432 18446744073709551615 210216463872 0 4 0 16800975 18446604448002362432 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 421.89
Current children cumulated vsize (KiB) 10611896

Child status: 30
Real time (s): 224.194
CPU time (s): 421.996
CPU user time (s): 421.629
CPU system time (s): 0.366944
CPU usage (%): 188.228
Max. virtual memory (cumulated for all children) (KiB): 10611896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 421.629
system time used= 0.366944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 214143
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11408
involuntary context switches= 5306

runsolver used 1.2828 second user time and 2.51262 second system time

The end

Launcher Data

Begin job on node130 at 2011-06-04 15:29:14
IDJOB=3453735
IDBENCH=47939
IDSOLVER=1950
FILE ID=node130/3453735-1307194154
RUNJOBID= node130-1307194125-1157
PBS_JOBID= 13508832
Free space on /tmp= 73856 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=43-P1=101-P2=251-P3=307-P4=499-B.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453735-1307194154/watcher-3453735-1307194154 -o /tmp/evaluation-result-3453735-1307194154/solver-3453735-1307194154 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453735-1307194154.opb

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

MD5SUM BENCH= e79e2db14e141163591dbcfdfed7384a
RANDOM SEED=1115139961

node130.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26132144 kB
Buffers:        292488 kB
Cached:         456948 kB
SwapCached:       9700 kB
Active:        6147732 kB
Inactive:       386460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26132144 kB
SwapTotal:    67111528 kB
SwapFree:     63649284 kB
Dirty:            1072 kB
Writeback:           0 kB
AnonPages:     5783208 kB
Mapped:          39048 kB
Slab:           159376 kB
PageTables:      55952 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 155471864 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73856 MiB
End job on node130 at 2011-06-04 15:32:58