Trace number 3736602

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
PB11: Sat4j Res//CP 2.3.0OPT3 328.545 174.724

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=67-P1=349-P2=67-P3=499-P4=79-P5=347-P6=307-B.opb
MD5SUM0f5232be892543458d8a9fd6fc4fb56e
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.110982
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 variables162
Total number of constraints13
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 constraints13
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)486
Sum of products size (including duplicates)972
Number of different products486
Sum of products size972

Quality of the solution as a function of time


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

Solver Data

0.03/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.1.v20110525
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		9996466904
0.08/0.10	c Max memory 		10048897024
0.08/0.10	c Total memory 		10048897024
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3736602-1338717247.opb
0.08/0.12	c reading problem ... 
0.21/0.23	c ... done. Wall clock time 0.105s.
0.21/0.23	c #vars     648
0.21/0.23	c #constraints  991
0.21/0.23	c constraints type 
0.21/0.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 486
0.21/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 505
0.21/0.23	c constraints type 
0.21/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 486
0.21/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 505
3.68/1.14	c cleaning 2501 clauses out of 5002 with flag 5002/5002
5.21/1.88	c cleaning 4250 clauses out of 8500 with flag 11001/11001
6.79/2.70	c cleaning 5625 clauses out of 11250 with flag 18001/18001
8.78/3.62	c cleaning 6810 clauses out of 13625 with flag 26001/26001
10.17/4.35	c cleaning 7908 clauses out of 15815 with flag 35001/35001
12.34/5.47	c cleaning 8952 clauses out of 17907 with flag 45001/45001
14.32/6.40	c cleaning 9475 clauses out of 18954 with flag 55000/55000
16.09/7.31	c cleaning 9736 clauses out of 19480 with flag 65001/65001
18.05/8.36	c cleaning 9870 clauses out of 19744 with flag 75001/75001
19.81/9.28	c cleaning 9928 clauses out of 19873 with flag 85000/85000
21.56/10.15	c cleaning 9969 clauses out of 19946 with flag 95001/95001
23.73/11.20	c cleaning 9980 clauses out of 19979 with flag 105003/105003
24.86/11.88	c cleaning 9996 clauses out of 19996 with flag 115000/115000
26.41/12.67	c cleaning 9998 clauses out of 20000 with flag 125000/125000
28.37/13.60	c cleaning 9995 clauses out of 20004 with flag 135002/135002
29.74/14.40	c cleaning 10001 clauses out of 20009 with flag 145002/145002
31.86/15.46	c cleaning 10001 clauses out of 20008 with flag 155002/155002
34.01/16.55	c cleaning 9997 clauses out of 20005 with flag 165000/165000
36.16/17.68	c cleaning 9996 clauses out of 20009 with flag 175001/175001
38.60/18.73	c cleaning 10002 clauses out of 20014 with flag 185002/185002
40.86/19.79	c cleaning 10000 clauses out of 20010 with flag 195000/195000
42.39/20.50	c cleaning 9990 clauses out of 20010 with flag 205000/205000
42.72/20.80	c  And the winner is Resolution
42.89/20.86	c SATISFIABLE
42.89/20.86	c OPTIMIZING...
42.89/20.86	c Got one! Elapsed wall clock time (in seconds):20.733
42.89/20.86	o 289
43.14/21.02	c cleaning 7902 clauses out of 15821 with flag 2000/210801
44.07/21.50	c cleaning 6952 clauses out of 13919 with flag 8000/216801
45.17/22.13	c cleaning 6979 clauses out of 13967 with flag 15000/223801
46.91/23.05	c cleaning 7490 clauses out of 14988 with flag 23000/231801
48.66/23.96	c cleaning 8249 clauses out of 16498 with flag 32000/240801
50.60/24.93	c cleaning 9114 clauses out of 18250 with flag 42001/250802
52.90/26.12	c cleaning 9562 clauses out of 19137 with flag 52002/260803
55.02/27.27	c cleaning 9783 clauses out of 19575 with flag 62002/270803
57.35/28.49	c cleaning 9892 clauses out of 19791 with flag 72001/280802
57.70/28.67	c cleaning 0 clauses out of 5974 with flag 0/5975
59.34/29.44	c cleaning 9940 clauses out of 19898 with flag 82000/290801
61.48/30.50	c cleaning 9969 clauses out of 19959 with flag 92001/300802
63.20/31.44	c cleaning 9991 clauses out of 19990 with flag 102001/310802
65.34/32.55	c cleaning 9996 clauses out of 19998 with flag 112000/320801
67.42/33.68	c cleaning 9995 clauses out of 20003 with flag 122001/330802
69.14/34.57	c cleaning 10001 clauses out of 20008 with flag 132001/340802
71.06/35.53	c cleaning 9999 clauses out of 20007 with flag 142001/350802
72.59/36.35	c cleaning 9996 clauses out of 20007 with flag 152001/360802
74.48/37.38	c cleaning 9998 clauses out of 20010 with flag 162000/370801
76.39/38.38	c cleaning 9998 clauses out of 20012 with flag 172000/380801
78.12/39.23	c cleaning 9996 clauses out of 20014 with flag 182000/390801
79.44/39.92	c cleaning 10000 clauses out of 20018 with flag 192000/400801
81.51/41.03	c cleaning 10003 clauses out of 20018 with flag 202000/410801
83.23/41.98	c cleaning 10001 clauses out of 20016 with flag 212001/420802
85.35/43.00	c cleaning 10001 clauses out of 20014 with flag 222000/430801
86.88/43.88	c cleaning 10001 clauses out of 20015 with flag 232002/440803
88.93/44.98	c cleaning 10003 clauses out of 20013 with flag 242001/450802
91.05/46.01	c cleaning 9992 clauses out of 20009 with flag 252000/460801
92.56/46.82	c cleaning 9996 clauses out of 20017 with flag 262000/470801
93.89/47.58	c cleaning 9997 clauses out of 20021 with flag 272000/480801
95.59/48.41	c cleaning 10008 clauses out of 20024 with flag 282000/490801
97.51/49.48	c cleaning 10001 clauses out of 20016 with flag 292000/500801
99.61/50.51	c cleaning 10005 clauses out of 20015 with flag 302000/510801
101.53/51.51	c cleaning 10002 clauses out of 20011 with flag 312001/520802
103.40/52.57	c cleaning 10004 clauses out of 20008 with flag 322000/530801
105.50/53.69	c cleaning 9996 clauses out of 20004 with flag 332000/540801
107.80/54.88	c cleaning 9999 clauses out of 20009 with flag 342001/550802
110.11/56.05	c cleaning 9996 clauses out of 20010 with flag 352001/560802
112.17/57.18	c cleaning 10000 clauses out of 20013 with flag 362000/570801
114.26/58.26	c cleaning 10001 clauses out of 20014 with flag 372001/580802
116.56/59.42	c cleaning 9999 clauses out of 20013 with flag 382001/590802
118.22/60.39	c cleaning 10003 clauses out of 20013 with flag 392001/600802
120.68/61.68	c cleaning 10002 clauses out of 20009 with flag 402000/610801
122.37/62.57	c cleaning 10000 clauses out of 20008 with flag 412001/620802
123.88/63.39	c cleaning 9996 clauses out of 20007 with flag 422000/630801
125.38/64.10	c cleaning 9996 clauses out of 20012 with flag 432001/640802
127.21/65.18	c cleaning 9998 clauses out of 20015 with flag 442000/650801
129.31/66.23	c cleaning 10003 clauses out of 20018 with flag 452001/660802
131.40/67.33	c cleaning 10003 clauses out of 20014 with flag 462000/670801
133.50/68.41	c cleaning 10003 clauses out of 20012 with flag 472001/680802
135.54/69.51	c cleaning 10000 clauses out of 20009 with flag 482001/690802
137.03/70.39	c cleaning 9995 clauses out of 20009 with flag 492001/700802
138.72/71.22	c cleaning 9996 clauses out of 20014 with flag 502001/710802
140.21/72.00	c cleaning 10000 clauses out of 20017 with flag 512000/720801
141.83/72.96	c cleaning 10004 clauses out of 20018 with flag 522001/730802
143.92/74.03	c cleaning 10004 clauses out of 20013 with flag 532000/740801
146.02/75.19	c cleaning 10001 clauses out of 20010 with flag 542001/750802
148.11/76.29	c cleaning 9999 clauses out of 20008 with flag 552000/760801
150.54/77.54	c cleaning 10002 clauses out of 20009 with flag 562000/770801
152.63/78.68	c cleaning 10002 clauses out of 20009 with flag 572002/780803
154.93/79.85	c cleaning 9996 clauses out of 20006 with flag 582001/790802
157.43/81.13	c cleaning 10000 clauses out of 20012 with flag 592003/800804
159.66/82.31	c cleaning 9998 clauses out of 20009 with flag 602000/810801
160.95/83.03	c cleaning 9986 clauses out of 20011 with flag 612000/820801
162.23/83.71	c cleaning 9999 clauses out of 20029 with flag 622004/830805
163.72/84.51	c cleaning 9998 clauses out of 20027 with flag 632001/840802
164.94/85.27	c cleaning 9998 clauses out of 20029 with flag 642001/850802
166.63/86.15	c cleaning 9997 clauses out of 20030 with flag 652000/860801
168.13/86.94	c cleaning 9997 clauses out of 20034 with flag 662001/870802
169.41/87.69	c cleaning 10001 clauses out of 20037 with flag 672001/880802
171.05/88.52	c cleaning 10000 clauses out of 20036 with flag 682001/890802
172.72/89.40	c cleaning 10012 clauses out of 20036 with flag 692001/900802
174.82/90.56	c cleaning 10004 clauses out of 20023 with flag 702000/910801
176.91/91.66	c cleaning 10004 clauses out of 20020 with flag 712001/920802
178.92/92.76	c cleaning 10003 clauses out of 20015 with flag 722000/930801
181.01/93.89	c cleaning 9996 clauses out of 20012 with flag 732000/940801
182.89/94.86	c cleaning 9997 clauses out of 20016 with flag 742000/950801
184.77/95.84	c cleaning 10006 clauses out of 20020 with flag 752001/960802
185.78/96.46	c cleaning 0 clauses out of 11971 with flag 0/11972
187.07/97.13	c cleaning 10004 clauses out of 20013 with flag 762000/970801
188.57/97.93	c cleaning 9997 clauses out of 20008 with flag 772000/980801
188.84/98.14	c  And the winner is Resolution
188.67/98.60	c Got one! Elapsed wall clock time (in seconds):98.471
188.67/98.60	o 9
189.28/98.98	c cleaning 7629 clauses out of 15273 with flag 4002/986063
190.48/99.60	c cleaning 6812 clauses out of 13643 with flag 10001/992062
191.56/100.22	c cleaning 6907 clauses out of 13830 with flag 17000/999061
192.63/100.87	c cleaning 7455 clauses out of 14923 with flag 25000/1007061
194.12/101.63	c cleaning 8233 clauses out of 16468 with flag 34000/1016061
196.13/102.76	c cleaning 9118 clauses out of 18235 with flag 44000/1026061
198.41/103.94	c cleaning 9556 clauses out of 19117 with flag 54000/1036061
200.89/105.21	c cleaning 9780 clauses out of 19562 with flag 64001/1046062
203.16/106.45	c cleaning 9885 clauses out of 19782 with flag 74001/1056062
204.78/107.34	c cleaning 9937 clauses out of 19897 with flag 84001/1066062
206.25/108.14	c cleaning 9970 clauses out of 19959 with flag 94000/1076061
207.92/109.09	c cleaning 9989 clauses out of 19990 with flag 104001/1086062
209.60/109.93	c cleaning 9996 clauses out of 20001 with flag 114001/1096062
211.18/110.86	c cleaning 9995 clauses out of 20005 with flag 124001/1106062
212.86/111.77	c cleaning 9999 clauses out of 20010 with flag 134001/1116062
213.14/111.97	c  And the winner is Resolution
213.27/112.14	c Got one! Elapsed wall clock time (in seconds):112.019
213.27/112.14	o 3
213.78/112.45	c cleaning 7522 clauses out of 15064 with flag 4001/1121115
214.84/113.05	c cleaning 6761 clauses out of 13542 with flag 10001/1127115
216.21/113.88	c cleaning 6879 clauses out of 13780 with flag 17000/1134114
217.68/114.63	c cleaning 7447 clauses out of 14903 with flag 25002/1142116
219.34/115.55	c cleaning 8223 clauses out of 16454 with flag 34000/1151114
221.42/116.70	c cleaning 9111 clauses out of 18232 with flag 44001/1161115
223.80/117.98	c cleaning 9556 clauses out of 19122 with flag 54002/1171116
225.86/119.04	c cleaning 9775 clauses out of 19565 with flag 64001/1181115
227.72/120.03	c cleaning 9895 clauses out of 19790 with flag 74001/1191115
230.19/121.32	c cleaning 9942 clauses out of 19894 with flag 84000/1201114
232.38/122.56	c cleaning 9977 clauses out of 19953 with flag 94001/1211115
234.64/123.78	c cleaning 9985 clauses out of 19975 with flag 104000/1221114
237.12/125.09	c cleaning 9995 clauses out of 19991 with flag 114001/1231115
239.57/126.39	c cleaning 9996 clauses out of 19996 with flag 124001/1241115
241.97/127.62	c cleaning 9998 clauses out of 19999 with flag 134000/1251114
244.22/128.82	c cleaning 9998 clauses out of 20001 with flag 144000/1261114
246.68/130.15	c cleaning 9998 clauses out of 20004 with flag 154001/1271115
248.94/131.39	c cleaning 10002 clauses out of 20005 with flag 164000/1281114
251.35/132.61	c cleaning 9995 clauses out of 20004 with flag 174001/1291115
253.41/133.77	c cleaning 9999 clauses out of 20010 with flag 184002/1301116
255.07/134.67	c cleaning 9995 clauses out of 20009 with flag 194001/1311115
257.12/135.70	c cleaning 10002 clauses out of 20012 with flag 204000/1321114
259.11/136.87	c cleaning 9998 clauses out of 20011 with flag 214001/1331115
261.16/137.96	c cleaning 9995 clauses out of 20012 with flag 224000/1341114
262.83/138.88	c cleaning 9999 clauses out of 20018 with flag 234001/1351115
264.70/139.88	c cleaning 10000 clauses out of 20019 with flag 244001/1361115
266.67/140.95	c cleaning 10005 clauses out of 20021 with flag 254003/1371117
268.35/141.88	c cleaning 10000 clauses out of 20014 with flag 264001/1381115
270.60/143.03	c cleaning 10001 clauses out of 20013 with flag 274000/1391114
272.24/143.98	c cleaning 9999 clauses out of 20013 with flag 284001/1401115
274.23/145.03	c cleaning 10003 clauses out of 20015 with flag 294002/1411116
276.08/146.01	c cleaning 9995 clauses out of 20010 with flag 304000/1421114
277.73/146.97	c cleaning 10000 clauses out of 20015 with flag 314000/1431114
279.59/147.90	c cleaning 10000 clauses out of 20016 with flag 324001/1441115
281.39/148.95	c cleaning 10004 clauses out of 20016 with flag 334001/1451115
283.25/149.92	c cleaning 10002 clauses out of 20013 with flag 344002/1461116
285.30/151.09	c cleaning 9999 clauses out of 20009 with flag 354000/1471114
287.78/152.39	c cleaning 10001 clauses out of 20010 with flag 364000/1481114
290.37/153.72	c cleaning 10002 clauses out of 20011 with flag 374002/1491116
292.62/154.91	c cleaning 10000 clauses out of 20008 with flag 384001/1501115
294.67/156.09	c cleaning 9998 clauses out of 20007 with flag 394000/1511114
296.93/157.25	c cleaning 10001 clauses out of 20009 with flag 404000/1521114
299.32/158.51	c cleaning 9998 clauses out of 20008 with flag 414000/1531114
301.37/159.69	c cleaning 10000 clauses out of 20011 with flag 424001/1541115
303.61/160.81	c cleaning 10002 clauses out of 20010 with flag 434000/1551114
305.47/161.89	c cleaning 10002 clauses out of 20009 with flag 444001/1561115
307.49/162.96	c cleaning 9997 clauses out of 20006 with flag 454000/1571114
309.55/164.05	c cleaning 10001 clauses out of 20010 with flag 464001/1581115
311.40/165.07	c cleaning 9999 clauses out of 20009 with flag 474001/1591115
313.65/166.26	c cleaning 10000 clauses out of 20009 with flag 484000/1601114
315.66/167.39	c cleaning 10002 clauses out of 20009 with flag 494000/1611114
317.91/168.50	c cleaning 10001 clauses out of 20007 with flag 504000/1621114
319.97/169.60	c cleaning 9998 clauses out of 20007 with flag 514001/1631115
321.82/170.69	c cleaning 9997 clauses out of 20008 with flag 524000/1641114
323.99/171.81	c cleaning 10000 clauses out of 20011 with flag 534001/1651115
325.84/172.85	c cleaning 10004 clauses out of 20012 with flag 544002/1661116
327.50/173.78	c  And the winner is Resolution
328.17/174.71	c starts		: 210
328.17/174.71	c conflicts		: 1670132
328.17/174.71	c decisions		: 1708413
328.17/174.71	c propagations		: 38209853
328.17/174.71	c inspects		: 1120123392
328.17/174.71	c shortcuts		: 0
328.17/174.71	c learnt literals	: 18
328.17/174.71	c learnt binary clauses	: 77
328.17/174.71	c learnt ternary clauses	: 239
328.17/174.71	c learnt constraints	: 1670113
328.17/174.71	c ignored constraints	: 0
328.17/174.71	c root simplifications	: 0
328.17/174.71	c removed literals (reason simplification)	: 70488454
328.17/174.71	c reason swapping (by a shorter reason)	: 0
328.17/174.71	c Calls to reduceDB	: 172
328.17/174.71	c number of reductions to clauses (during analyze)	: 0
328.17/174.71	c number of learned constraints concerned by reduction	: 0
328.17/174.71	c number of learning phase by resolution	: 0
328.17/174.71	c number of learning phase by cutting planes	: 0
328.17/174.71	c speed (assignments/second)	: 610683.453467372
328.17/174.71	c non guided choices	5552
328.17/174.71	c learnt constraints type 
328.17/174.71	c constraints type 
328.17/174.71	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 486
328.17/174.71	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 505
328.17/174.71	c constraints type 
328.17/174.71	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 486
328.17/174.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 505
328.17/174.71	s OPTIMUM FOUND
328.17/174.71	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 
328.17/174.71	c objective function=3
328.17/174.71	c Total wall clock time (in seconds): 174.589

Verifier Data

OK	3

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-3736602-1338717247/watcher-3736602-1338717247 -o /tmp/evaluation-result-3736602-1338717247/solver-3736602-1338717247 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3736602-1338717247.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: 3.16 3.42 3.53 3/197 26379
/proc/meminfo: memFree=26919472/32873648 swapFree=7388/7388
[pid=26379] ppid=26377 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/26379/stat : 26379 (java) D 26377 26379 25219 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 337849247 9515008 183 33554432000 1073741824 1073778376 140734513929584 140734513920616 212073266869 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/26379/statm: 2323 183 140 9 0 71 0

[startup+0.052622 s]
/proc/loadavg: 3.16 3.42 3.53 3/197 26379
/proc/meminfo: memFree=26919472/32873648 swapFree=7388/7388
[pid=26379] ppid=26377 vsize=11253516 CPUtime=0.03 cores=0,2,4,6
/proc/26379/stat : 26379 (java) S 26377 26379 25219 0 -1 4202496 4265 0 1 0 2 1 0 0 20 0 13 0 337849247 11523600384 12116 33554432000 1073741824 1073778376 140736180822464 140736180813600 212076625981 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26379/statm: 2813379 12116 1683 9 0 2804080 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 11253516

[startup+0.10021 s]
/proc/loadavg: 3.16 3.42 3.53 3/197 26379
/proc/meminfo: memFree=26919472/32873648 swapFree=7388/7388
[pid=26379] ppid=26377 vsize=11586392 CPUtime=0.08 cores=0,2,4,6
/proc/26379/stat : 26379 (java) S 26377 26379 25219 0 -1 4202496 5047 0 1 0 6 2 0 0 20 0 18 0 337849247 11864465408 13399 33554432000 1073741824 1073778376 140736180822464 140736180813600 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26379/statm: 2896598 13399 2043 9 0 2887285 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11586392

[startup+0.300171 s]
/proc/loadavg: 3.16 3.42 3.53 3/197 26379
/proc/meminfo: memFree=26919472/32873648 swapFree=7388/7388
[pid=26379] ppid=26377 vsize=11852648 CPUtime=0.54 cores=0,2,4,6
/proc/26379/stat : 26379 (java) S 26377 26379 25219 0 -1 4202496 8210 0 1 0 52 2 0 0 20 0 22 0 337849247 12137111552 17422 33554432000 1073741824 1073778376 140736180822464 140736180813600 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26379/statm: 2963162 17422 2226 9 0 2953849 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 11852648

[startup+0.700171 s]
/proc/loadavg: 3.16 3.42 3.53 3/197 26379
/proc/meminfo: memFree=26919472/32873648 swapFree=7388/7388
[pid=26379] ppid=26377 vsize=11852648 CPUtime=2.15 cores=0,2,4,6
/proc/26379/stat : 26379 (java) S 26377 26379 25219 0 -1 4202496 18004 0 1 0 210 5 0 0 20 0 22 0 337849247 12137111552 31800 33554432000 1073741824 1073778376 140736180822464 140736180813600 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26379/statm: 2963162 31800 2248 9 0 2953849 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 11852648

[startup+1.5008 s]
/proc/loadavg: 3.16 3.42 3.53 7/219 26401
/proc/meminfo: memFree=26717192/32873648 swapFree=7388/7388
[pid=26379] ppid=26377 vsize=11852648 CPUtime=4.56 cores=0,2,4,6
/proc/26379/stat : 26379 (java) S 26377 26379 25219 0 -1 4202496 21151 0 1 0 446 10 0 0 20 0 22 0 337849247 12137111552 82111 33554432000 1073741824 1073778376 140736180822464 140736180813600 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26379/statm: 2963162 82111 2279 9 0 2953849 0
[pid=26379/tid=26381] ppid=26377 vsize=11852648 CPUtime=0.2 cores=0,2,4,6
/proc/26379/task/26381/stat : 26381 (java) S 26377 26379 25219 0 -1 4202560 3374 0 1 0 18 2 0 0 20 0 22 0 337849248 12137111552 82111 33554432000 1073741824 1073778376 140736180822464 140723679433880 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26379/tid=26382] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26382/stat : 26382 (java) S 26377 26379 25219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 337849250 12137111552 82111 33554432000 1073741824 1073778376 140736180822464 140723668495016 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26379/tid=26383] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26383/stat : 26383 (java) S 26377 26379 25219 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 337849250 12137111552 82111 33554432000 1073741824 1073778376 140736180822464 140723667442472 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26379/tid=26384] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26384/stat : 26384 (java) S 26377 26379 25219 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 337849250 12137111552 82111 33554432000 1073741824 1073778376 140736180822464 140723666389928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26379/tid=26385] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26385/stat : 26385 (java) S 26377 26379 25219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 337849250 12137111552 82111 33554432000 1073741824 1073778376 140736180822464 140723665337384 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26379/tid=26386] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26386/stat : 26386 (java) S 26377 26379 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337849250 12137111552 82111 33554432000 1073741824 1073778376 140736180822464 140723512174760 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26379/tid=26387] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26387/stat : 26387 (java) S 26377 26379 25219 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 337849250 12137111552 82111 33554432000 1073741824 1073778376 140736180822464 140723511122216 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26379/tid=26388] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26388/stat : 26388 (java) S 26377 26379 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337849250 12137111552 82111 33554432000 1073741824 1073778376 140736180822464 140723510069672 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26379/tid=26389] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26389/stat : 26389 (java) S 26377 26379 25219 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 337849250 12137111552 82111 33554432000 1073741824 1073778376 140736180822464 140723509017128 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26379/tid=26390] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26390/stat : 26390 (java) S 26377 26379 25219 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 22 0 337849251 12137111552 82111 33554432000 1073741824 1073778376 140736180822464 140723496819304 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26379/tid=26391] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26391/stat : 26391 (java) S 26377 26379 25219 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 337849252 12137111552 82111 33554432000 1073741824 1073778376 140736180822464 140723495765624 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26379/tid=26392] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26392/stat : 26392 (java) S 26377 26379 25219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 337849252 12137111552 82111 33554432000 1073741824 1073778376 140736180822464 140723494712968 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26379/tid=26393] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26393/stat : 26393 (java) S 26377 26379 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337849254 12137111552 82111 33554432000 1073741824 1073778376 140736180822464 140723493661712 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26379/tid=26394] ppid=26377 vsize=11852648 CPUtime=0.87 cores=0,2,4,6
/proc/26379/task/26394/stat : 26394 (java) S 26377 26379 25219 0 -1 4202560 7660 0 0 0 87 0 0 0 20 0 22 0 337849254 12137111552 82111 33554432000 1073741824 1073778376 140736180822464 140723492608056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26379/tid=26395] ppid=26377 vsize=11852648 CPUtime=0.94 cores=0,2,4,6
/proc/26379/task/26395/stat : 26395 (java) S 26377 26379 25219 0 -1 4202560 8644 0 0 0 92 2 0 0 20 0 22 0 337849254 12137111552 82111 33554432000 1073741824 1073778376 140736180822464 140723491555512 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26379/tid=26396] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26396/stat : 26396 (java) S 26377 26379 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337849254 12137111552 82111 33554432000 1073741824 1073778376 140736180822464 140723490503160 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26379/tid=26397] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26397/stat : 26397 (java) S 26377 26379 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337849254 12137111552 82111 33554432000 1073741824 1073778376 140736180822464 140723489450824 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26379/tid=26398] ppid=26377 vsize=11852648 CPUtime=1.21 cores=0,2,4,6
/proc/26379/task/26398/stat : 26398 (java) R 26377 26379 25219 0 -1 4202560 40 0 0 0 121 0 0 0 20 0 22 0 337849271 12137111552 82111 33554432000 1073741824 1073778376 140736180822464 140723488395944 140723547031669 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26379/tid=26399] ppid=26377 vsize=11852648 CPUtime=1.22 cores=0,2,4,6
/proc/26379/task/26399/stat : 26399 (java) R 26377 26379 25219 0 -1 4202560 176 0 0 0 118 4 0 0 20 0 22 0 337849271 12137111552 82111 33554432000 1073741824 1073778376 140736180822464 140723487343616 140723547585209 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26379/tid=26400] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26400/stat : 26400 (java) S 26377 26379 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 337849271 12137111552 82111 33554432000 1073741824 1073778376 140736180822464 140723486291496 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26379/tid=26401] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26401/stat : 26401 (java) S 26377 26379 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 337849271 12137111552 82111 33554432000 1073741824 1073778376 140736180822464 140723485238952 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.56
Current children cumulated vsize (KiB) 11852648

[startup+3.1007 s]
/proc/loadavg: 3.16 3.42 3.53 5/219 26401
/proc/meminfo: memFree=26481672/32873648 swapFree=7388/7388
[pid=26379] ppid=26377 vsize=11852648 CPUtime=7.77 cores=0,2,4,6
/proc/26379/stat : 26379 (java) S 26377 26379 25219 0 -1 4202496 21249 0 1 0 764 13 0 0 20 0 22 0 337849247 12137111552 123595 33554432000 1073741824 1073778376 140736180822464 140736180813600 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26379/statm: 2963162 123595 2279 9 0 2953849 0
[pid=26379/tid=26381] ppid=26377 vsize=11852648 CPUtime=0.2 cores=0,2,4,6
/proc/26379/task/26381/stat : 26381 (java) S 26377 26379 25219 0 -1 4202560 3374 0 1 0 18 2 0 0 20 0 22 0 337849248 12137111552 123595 33554432000 1073741824 1073778376 140736180822464 140723679433880 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26379/tid=26382] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26382/stat : 26382 (java) S 26377 26379 25219 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 337849250 12137111552 123595 33554432000 1073741824 1073778376 140736180822464 140723668495016 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26379/tid=26383] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26383/stat : 26383 (java) S 26377 26379 25219 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 337849250 12137111552 123595 33554432000 1073741824 1073778376 140736180822464 140723667442472 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26379/tid=26384] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26384/stat : 26384 (java) S 26377 26379 25219 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 337849250 12137111552 123595 33554432000 1073741824 1073778376 140736180822464 140723666389928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26379/tid=26385] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26385/stat : 26385 (java) S 26377 26379 25219 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 337849250 12137111552 123595 33554432000 1073741824 1073778376 140736180822464 140723665337384 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26379/tid=26386] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26386/stat : 26386 (java) S 26377 26379 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337849250 12137111552 123595 33554432000 1073741824 1073778376 140736180822464 140723512174760 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26379/tid=26387] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26387/stat : 26387 (java) S 26377 26379 25219 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 337849250 12137111552 123595 33554432000 1073741824 1073778376 140736180822464 140723511122216 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26379/tid=26388] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26388/stat : 26388 (java) S 26377 26379 25219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 337849250 12137111552 123595 33554432000 1073741824 1073778376 140736180822464 140723510069672 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26379/tid=26389] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26389/stat : 26389 (java) S 26377 26379 25219 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 337849250 12137111552 123595 33554432000 1073741824 1073778376 140736180822464 140723509017128 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26379/tid=26390] ppid=26377 vsize=11852648 CPUtime=0.05 cores=0,2,4,6
/proc/26379/task/26390/stat : 26390 (java) S 26377 26379 25219 0 -1 4202560 34 0 0 0 5 0 0 0 20 0 22 0 337849251 12137111552 123595 33554432000 1073741824 1073778376 140736180822464 140723496819304 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26379/tid=26391] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26391/stat : 26391 (java) S 26377 26379 25219 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 337849252 12137111552 123595 33554432000 1073741824 1073778376 140736180822464 140723495765624 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26379/tid=26392] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26392/stat : 26392 (java) S 26377 26379 25219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 337849252 12137111552 123595 33554432000 1073741824 1073778376 140736180822464 140723494712968 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26379/tid=26393] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26393/stat : 26393 (java) S 26377 26379 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337849254 12137111552 123595 33554432000 1073741824 1073778376 140736180822464 140723493661712 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26379/tid=26394] ppid=26377 vsize=11852648 CPUtime=0.9 cores=0,2,4,6
/proc/26379/task/26394/stat : 26394 (java) S 26377 26379 25219 0 -1 4202560 7661 0 0 0 90 0 0 0 20 0 22 0 337849254 12137111552 123595 33554432000 1073741824 1073778376 140736180822464 140723492608056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26379/tid=26395] ppid=26377 vsize=11852648 CPUtime=0.99 cores=0,2,4,6
/proc/26379/task/26395/stat : 26395 (java) S 26377 26379 25219 0 -1 4202560 8644 0 0 0 97 2 0 0 20 0 22 0 337849254 12137111552 123595 33554432000 1073741824 1073778376 140736180822464 140723491555512 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26379/tid=26396] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26396/stat : 26396 (java) S 26377 26379 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337849254 12137111552 123595 33554432000 1073741824 1073778376 140736180822464 140723490503160 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26379/tid=26397] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26397/stat : 26397 (java) S 26377 26379 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337849254 12137111552 123595 33554432000 1073741824 1073778376 140736180822464 140723489450824 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26379/tid=26398] ppid=26377 vsize=11852648 CPUtime=2.72 cores=0,2,4,6
/proc/26379/task/26398/stat : 26398 (java) R 26377 26379 25219 0 -1 4202560 42 0 0 0 272 0 0 0 20 0 22 0 337849271 12137111552 123595 33554432000 1073741824 1073778376 140736180822464 140723488395856 140723546995423 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=26379/tid=26399] ppid=26377 vsize=11852648 CPUtime=2.76 cores=0,2,4,6
/proc/26379/task/26399/stat : 26399 (java) R 26377 26379 25219 0 -1 4202560 250 0 0 0 270 6 0 0 20 0 22 0 337849271 12137111552 123595 33554432000 1073741824 1073778376 140736180822464 140723487341456 140723546969797 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26379/tid=26400] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26400/stat : 26400 (java) S 26377 26379 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 337849271 12137111552 123595 33554432000 1073741824 1073778376 140736180822464 140723486291496 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26379/tid=26401] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26401/stat : 26401 (java) S 26377 26379 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 337849271 12137111552 123595 33554432000 1073741824 1073778376 140736180822464 140723485238952 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.77
Current children cumulated vsize (KiB) 11852648

[startup+6.30079 s]
/proc/loadavg: 3.22 3.43 3.53 4/219 26401
/proc/meminfo: memFree=26351096/32873648 swapFree=7388/7388
[pid=26379] ppid=26377 vsize=11852648 CPUtime=14.11 cores=0,2,4,6
/proc/26379/stat : 26379 (java) S 26377 26379 25219 0 -1 4202496 21310 0 1 0 1397 14 0 0 20 0 22 0 337849247 12137111552 146754 33554432000 1073741824 1073778376 140736180822464 140736180813600 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26379/statm: 2963162 146754 2280 9 0 2953849 0
[pid=26379/tid=26381] ppid=26377 vsize=11852648 CPUtime=0.2 cores=0,2,4,6
/proc/26379/task/26381/stat : 26381 (java) S 26377 26379 25219 0 -1 4202560 3374 0 1 0 18 2 0 0 20 0 22 0 337849248 12137111552 146754 33554432000 1073741824 1073778376 140736180822464 140723679433880 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26379/tid=26382] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26382/stat : 26382 (java) S 26377 26379 25219 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 337849250 12137111552 146754 33554432000 1073741824 1073778376 140736180822464 140723668495016 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26379/tid=26383] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26383/stat : 26383 (java) S 26377 26379 25219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 337849250 12137111552 146754 33554432000 1073741824 1073778376 140736180822464 140723667442472 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26379/tid=26384] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26384/stat : 26384 (java) S 26377 26379 25219 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 337849250 12137111552 146754 33554432000 1073741824 1073778376 140736180822464 140723666389928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26379/tid=26385] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26385/stat : 26385 (java) S 26377 26379 25219 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 337849250 12137111552 146754 33554432000 1073741824 1073778376 140736180822464 140723665337384 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26379/tid=26386] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26386/stat : 26386 (java) S 26377 26379 25219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 337849250 12137111552 146754 33554432000 1073741824 1073778376 140736180822464 140723512174760 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26379/tid=26387] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26387/stat : 26387 (java) S 26377 26379 25219 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 337849250 12137111552 146754 33554432000 1073741824 1073778376 140736180822464 140723511122216 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26379/tid=26388] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26388/stat : 26388 (java) S 26377 26379 25219 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 337849250 12137111552 146754 33554432000 1073741824 1073778376 140736180822464 140723510069672 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26379/tid=26389] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26389/stat : 26389 (java) S 26377 26379 25219 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 337849250 12137111552 146754 33554432000 1073741824 1073778376 140736180822464 140723509017128 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26379/tid=26390] ppid=26377 vsize=11852648 CPUtime=0.15 cores=0,2,4,6
/proc/26379/task/26390/stat : 26390 (java) S 26377 26379 25219 0 -1 4202560 37 0 0 0 15 0 0 0 20 0 22 0 337849251 12137111552 146754 33554432000 1073741824 1073778376 140736180822464 140723496819304 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26379/tid=26391] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26391/stat : 26391 (java) S 26377 26379 25219 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 337849252 12137111552 146754 33554432000 1073741824 1073778376 140736180822464 140723495765624 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26379/tid=26392] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26392/stat : 26392 (java) S 26377 26379 25219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 337849252 12137111552 146754 33554432000 1073741824 1073778376 140736180822464 140723494712968 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26379/tid=26393] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26393/stat : 26393 (java) S 26377 26379 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337849254 12137111552 146754 33554432000 1073741824 1073778376 140736180822464 140723493661712 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26379/tid=26394] ppid=26377 vsize=11852648 CPUtime=0.95 cores=0,2,4,6
/proc/26379/task/26394/stat : 26394 (java) S 26377 26379 25219 0 -1 4202560 7663 0 0 0 95 0 0 0 20 0 22 0 337849254 12137111552 146754 33554432000 1073741824 1073778376 140736180822464 140723492608056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

[pid=26379/tid=26393] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26393/stat : 26393 (java) S 26377 26379 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337849254 12137111552 197002 33554432000 1073741824 1073778376 140736180822464 140723493661712 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26379/tid=26394] ppid=26377 vsize=11852648 CPUtime=1.86 cores=0,2,4,6
/proc/26379/task/26394/stat : 26394 (java) S 26377 26379 25219 0 -1 4202560 15519 0 0 0 184 2 0 0 20 0 22 0 337849254 12137111552 197002 33554432000 1073741824 1073778376 140736180822464 140723492608056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26379/tid=26395] ppid=26377 vsize=11852648 CPUtime=1.04 cores=0,2,4,6
/proc/26379/task/26395/stat : 26395 (java) S 26377 26379 25219 0 -1 4202560 8648 0 0 0 102 2 0 0 20 0 22 0 337849254 12137111552 197002 33554432000 1073741824 1073778376 140736180822464 140723491555512 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26379/tid=26396] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26396/stat : 26396 (java) S 26377 26379 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337849254 12137111552 197002 33554432000 1073741824 1073778376 140736180822464 140723490503160 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26379/tid=26397] ppid=26377 vsize=11852648 CPUtime=0.05 cores=0,2,4,6
/proc/26379/task/26397/stat : 26397 (java) S 26377 26379 25219 0 -1 4202560 11 0 0 0 1 4 0 0 20 0 22 0 337849254 12137111552 197002 33554432000 1073741824 1073778376 140736180822464 140723489450824 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26379/tid=26401] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26401/stat : 26401 (java) S 26377 26379 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 337849271 12137111552 197002 33554432000 1073741824 1073778376 140736180822464 140723485238952 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26379/tid=26621] ppid=26377 vsize=11852648 CPUtime=50.69 cores=0,2,4,6
/proc/26379/task/26621/stat : 26621 (java) R 26377 26379 25219 0 -1 4202560 33 0 0 0 5069 0 0 0 20 0 22 0 337860462 12137111552 197002 33554432000 1073741824 1073778376 140736180822464 140723486290768 140723546937341 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26379/tid=26622] ppid=26377 vsize=11852648 CPUtime=50.7 cores=0,2,4,6
/proc/26379/task/26622/stat : 26622 (java) R 26377 26379 25219 0 -1 4202560 10 0 0 0 5070 0 0 0 20 0 22 0 337860462 12137111552 197002 33554432000 1073741824 1073778376 140736180822464 140723488394208 140723546926196 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26379/tid=26623] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26623/stat : 26623 (java) S 26377 26379 25219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 337860462 12137111552 197002 33554432000 1073741824 1073778376 140736180822464 140723487343400 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 325.65
Current children cumulated vsize (KiB) 11852648

[startup+173.501 s]
/proc/loadavg: 3.77 3.53 3.54 5/219 26623
/proc/meminfo: memFree=25402428/32873648 swapFree=7388/7388
[pid=26379] ppid=26377 vsize=11852648 CPUtime=327.09 cores=0,2,4,6
/proc/26379/stat : 26379 (java) S 26377 26379 25219 0 -1 4202496 30114 0 1 0 32671 38 0 0 20 0 22 0 337849247 12137111552 197011 33554432000 1073741824 1073778376 140736180822464 140736180813600 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26379/statm: 2963162 197011 2282 9 0 2953849 0
[pid=26379/tid=26381] ppid=26377 vsize=11852648 CPUtime=0.21 cores=0,2,4,6
/proc/26379/task/26381/stat : 26381 (java) S 26377 26379 25219 0 -1 4202560 3416 0 1 0 18 3 0 0 20 0 22 0 337849248 12137111552 197011 33554432000 1073741824 1073778376 140736180822464 140723679433880 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26379/tid=26382] ppid=26377 vsize=11852648 CPUtime=0.54 cores=0,2,4,6
/proc/26379/task/26382/stat : 26382 (java) S 26377 26379 25219 0 -1 4202560 80 0 0 0 54 0 0 0 20 0 22 0 337849250 12137111552 197011 33554432000 1073741824 1073778376 140736180822464 140723668495016 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26379/tid=26383] ppid=26377 vsize=11852648 CPUtime=0.5 cores=0,2,4,6
/proc/26379/task/26383/stat : 26383 (java) S 26377 26379 25219 0 -1 4202560 81 0 0 0 50 0 0 0 20 0 22 0 337849250 12137111552 197011 33554432000 1073741824 1073778376 140736180822464 140723667442472 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26379/tid=26384] ppid=26377 vsize=11852648 CPUtime=0.5 cores=0,2,4,6
/proc/26379/task/26384/stat : 26384 (java) S 26377 26379 25219 0 -1 4202560 89 0 0 0 50 0 0 0 20 0 22 0 337849250 12137111552 197011 33554432000 1073741824 1073778376 140736180822464 140723666389928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26379/tid=26385] ppid=26377 vsize=11852648 CPUtime=0.5 cores=0,2,4,6
/proc/26379/task/26385/stat : 26385 (java) S 26377 26379 25219 0 -1 4202560 83 0 0 0 50 0 0 0 20 0 22 0 337849250 12137111552 197011 33554432000 1073741824 1073778376 140736180822464 140723665337384 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26379/tid=26386] ppid=26377 vsize=11852648 CPUtime=0.55 cores=0,2,4,6
/proc/26379/task/26386/stat : 26386 (java) S 26377 26379 25219 0 -1 4202560 61 0 0 0 55 0 0 0 20 0 22 0 337849250 12137111552 197011 33554432000 1073741824 1073778376 140736180822464 140723512174760 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26379/tid=26387] ppid=26377 vsize=11852648 CPUtime=0.44 cores=0,2,4,6
/proc/26379/task/26387/stat : 26387 (java) S 26377 26379 25219 0 -1 4202560 90 0 0 0 44 0 0 0 20 0 22 0 337849250 12137111552 197011 33554432000 1073741824 1073778376 140736180822464 140723511122216 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26379/tid=26388] ppid=26377 vsize=11852648 CPUtime=0.52 cores=0,2,4,6
/proc/26379/task/26388/stat : 26388 (java) S 26377 26379 25219 0 -1 4202560 87 0 0 0 52 0 0 0 20 0 22 0 337849250 12137111552 197011 33554432000 1073741824 1073778376 140736180822464 140723510069672 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26379/tid=26389] ppid=26377 vsize=11852648 CPUtime=0.47 cores=0,2,4,6
/proc/26379/task/26389/stat : 26389 (java) S 26377 26379 25219 0 -1 4202560 78 0 0 0 47 0 0 0 20 0 22 0 337849250 12137111552 197011 33554432000 1073741824 1073778376 140736180822464 140723509017128 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26379/tid=26390] ppid=26377 vsize=11852648 CPUtime=22.1 cores=0,2,4,6
/proc/26379/task/26390/stat : 26390 (java) S 26377 26379 25219 0 -1 4202560 118 0 0 0 2205 5 0 0 20 0 22 0 337849251 12137111552 197011 33554432000 1073741824 1073778376 140736180822464 140723496819304 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26379/tid=26391] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26391/stat : 26391 (java) S 26377 26379 25219 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 337849252 12137111552 197011 33554432000 1073741824 1073778376 140736180822464 140723495765624 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26379/tid=26392] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26392/stat : 26392 (java) S 26377 26379 25219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 337849252 12137111552 197011 33554432000 1073741824 1073778376 140736180822464 140723494712968 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26379/tid=26393] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26393/stat : 26393 (java) S 26377 26379 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337849254 12137111552 197011 33554432000 1073741824 1073778376 140736180822464 140723493661712 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26379/tid=26394] ppid=26377 vsize=11852648 CPUtime=1.86 cores=0,2,4,6
/proc/26379/task/26394/stat : 26394 (java) S 26377 26379 25219 0 -1 4202560 15519 0 0 0 184 2 0 0 20 0 22 0 337849254 12137111552 197011 33554432000 1073741824 1073778376 140736180822464 140723492608056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26379/tid=26395] ppid=26377 vsize=11852648 CPUtime=1.04 cores=0,2,4,6
/proc/26379/task/26395/stat : 26395 (java) S 26377 26379 25219 0 -1 4202560 8648 0 0 0 102 2 0 0 20 0 22 0 337849254 12137111552 197011 33554432000 1073741824 1073778376 140736180822464 140723491555512 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26379/tid=26396] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26396/stat : 26396 (java) S 26377 26379 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337849254 12137111552 197011 33554432000 1073741824 1073778376 140736180822464 140723490503160 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26379/tid=26397] ppid=26377 vsize=11852648 CPUtime=0.05 cores=0,2,4,6
/proc/26379/task/26397/stat : 26397 (java) S 26377 26379 25219 0 -1 4202560 11 0 0 0 1 4 0 0 20 0 22 0 337849254 12137111552 197011 33554432000 1073741824 1073778376 140736180822464 140723489450824 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26379/tid=26401] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26401/stat : 26401 (java) S 26377 26379 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 337849271 12137111552 197011 33554432000 1073741824 1073778376 140736180822464 140723485238952 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26379/tid=26621] ppid=26377 vsize=11852648 CPUtime=51.3 cores=0,2,4,6
/proc/26379/task/26621/stat : 26621 (java) R 26377 26379 25219 0 -1 4202560 33 0 0 0 5130 0 0 0 20 0 22 0 337860462 12137111552 197011 33554432000 1073741824 1073778376 140736180822464 140723486290768 140723546953830 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26379/tid=26622] ppid=26377 vsize=11852648 CPUtime=51.31 cores=0,2,4,6
/proc/26379/task/26622/stat : 26622 (java) R 26377 26379 25219 0 -1 4202560 10 0 0 0 5131 0 0 0 20 0 22 0 337860462 12137111552 197011 33554432000 1073741824 1073778376 140736180822464 140723488394384 140723547318263 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26379/tid=26623] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26623/stat : 26623 (java) S 26377 26379 25219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 337860462 12137111552 197011 33554432000 1073741824 1073778376 140736180822464 140723487343400 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 327.09
Current children cumulated vsize (KiB) 11852648

[startup+174.301 s]
/proc/loadavg: 3.79 3.54 3.55 5/219 26623
/proc/meminfo: memFree=25402428/32873648 swapFree=7388/7388
[pid=26379] ppid=26377 vsize=11852648 CPUtime=327.77 cores=0,2,4,6
/proc/26379/stat : 26379 (java) S 26377 26379 25219 0 -1 4202496 30115 0 1 0 32737 40 0 0 20 0 19 0 337849247 12137111552 197005 33554432000 1073741824 1073778376 140736180822464 140736180813600 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26379/statm: 2963162 197005 2282 9 0 2953849 0
[pid=26379/tid=26381] ppid=26377 vsize=11852648 CPUtime=0.48 cores=0,2,4,6
/proc/26379/task/26381/stat : 26381 (java) R 26377 26379 25219 0 -1 4202560 3416 0 1 0 45 3 0 0 20 0 19 0 337849248 12137111552 197005 33554432000 1073741824 1073778376 140736180822464 140723679433384 140723547711521 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26379/tid=26382] ppid=26377 vsize=11852648 CPUtime=0.54 cores=0,2,4,6
/proc/26379/task/26382/stat : 26382 (java) S 26377 26379 25219 0 -1 4202560 80 0 0 0 54 0 0 0 20 0 19 0 337849250 12137111552 197005 33554432000 1073741824 1073778376 140736180822464 140723668495016 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26379/tid=26383] ppid=26377 vsize=11852648 CPUtime=0.5 cores=0,2,4,6
/proc/26379/task/26383/stat : 26383 (java) S 26377 26379 25219 0 -1 4202560 81 0 0 0 50 0 0 0 20 0 19 0 337849250 12137111552 197005 33554432000 1073741824 1073778376 140736180822464 140723667442472 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26379/tid=26384] ppid=26377 vsize=11852648 CPUtime=0.5 cores=0,2,4,6
/proc/26379/task/26384/stat : 26384 (java) S 26377 26379 25219 0 -1 4202560 89 0 0 0 50 0 0 0 20 0 19 0 337849250 12137111552 197005 33554432000 1073741824 1073778376 140736180822464 140723666389928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26379/tid=26385] ppid=26377 vsize=11852648 CPUtime=0.5 cores=0,2,4,6
/proc/26379/task/26385/stat : 26385 (java) S 26377 26379 25219 0 -1 4202560 83 0 0 0 50 0 0 0 20 0 19 0 337849250 12137111552 197005 33554432000 1073741824 1073778376 140736180822464 140723665337384 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26379/tid=26386] ppid=26377 vsize=11852648 CPUtime=0.55 cores=0,2,4,6
/proc/26379/task/26386/stat : 26386 (java) S 26377 26379 25219 0 -1 4202560 61 0 0 0 55 0 0 0 20 0 19 0 337849250 12137111552 197005 33554432000 1073741824 1073778376 140736180822464 140723512174760 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26379/tid=26387] ppid=26377 vsize=11852648 CPUtime=0.44 cores=0,2,4,6
/proc/26379/task/26387/stat : 26387 (java) S 26377 26379 25219 0 -1 4202560 90 0 0 0 44 0 0 0 20 0 19 0 337849250 12137111552 197005 33554432000 1073741824 1073778376 140736180822464 140723511122216 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26379/tid=26388] ppid=26377 vsize=11852648 CPUtime=0.52 cores=0,2,4,6
/proc/26379/task/26388/stat : 26388 (java) S 26377 26379 25219 0 -1 4202560 87 0 0 0 52 0 0 0 20 0 19 0 337849250 12137111552 197005 33554432000 1073741824 1073778376 140736180822464 140723510069672 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26379/tid=26389] ppid=26377 vsize=11852648 CPUtime=0.47 cores=0,2,4,6
/proc/26379/task/26389/stat : 26389 (java) S 26377 26379 25219 0 -1 4202560 78 0 0 0 47 0 0 0 20 0 19 0 337849250 12137111552 197005 33554432000 1073741824 1073778376 140736180822464 140723509017128 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26379/tid=26390] ppid=26377 vsize=11852648 CPUtime=22.1 cores=0,2,4,6
/proc/26379/task/26390/stat : 26390 (java) S 26377 26379 25219 0 -1 4202560 118 0 0 0 2205 5 0 0 20 0 19 0 337849251 12137111552 197005 33554432000 1073741824 1073778376 140736180822464 140723496819304 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26379/tid=26391] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26391/stat : 26391 (java) S 26377 26379 25219 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 337849252 12137111552 197005 33554432000 1073741824 1073778376 140736180822464 140723495765624 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26379/tid=26392] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26392/stat : 26392 (java) S 26377 26379 25219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 337849252 12137111552 197005 33554432000 1073741824 1073778376 140736180822464 140723494712968 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26379/tid=26393] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26393/stat : 26393 (java) S 26377 26379 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337849254 12137111552 197005 33554432000 1073741824 1073778376 140736180822464 140723493661712 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26379/tid=26394] ppid=26377 vsize=11852648 CPUtime=1.88 cores=0,2,4,6
/proc/26379/task/26394/stat : 26394 (java) S 26377 26379 25219 0 -1 4202560 15519 0 0 0 186 2 0 0 20 0 19 0 337849254 12137111552 197005 33554432000 1073741824 1073778376 140736180822464 140723492608056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26379/tid=26395] ppid=26377 vsize=11852648 CPUtime=1.04 cores=0,2,4,6
/proc/26379/task/26395/stat : 26395 (java) S 26377 26379 25219 0 -1 4202560 8649 0 0 0 102 2 0 0 20 0 19 0 337849254 12137111552 197005 33554432000 1073741824 1073778376 140736180822464 140723491555512 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26379/tid=26396] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26396/stat : 26396 (java) S 26377 26379 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337849254 12137111552 197005 33554432000 1073741824 1073778376 140736180822464 140723490503160 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26379/tid=26397] ppid=26377 vsize=11852648 CPUtime=0.05 cores=0,2,4,6
/proc/26379/task/26397/stat : 26397 (java) S 26377 26379 25219 0 -1 4202560 11 0 0 0 1 4 0 0 20 0 19 0 337849254 12137111552 197005 33554432000 1073741824 1073778376 140736180822464 140723489450824 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26379/tid=26401] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26401/stat : 26401 (java) S 26377 26379 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 337849271 12137111552 197005 33554432000 1073741824 1073778376 140736180822464 140723485238952 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 327.77
Current children cumulated vsize (KiB) 11852648

[startup+174.701 s]
/proc/loadavg: 3.79 3.54 3.55 5/219 26623
/proc/meminfo: memFree=25402428/32873648 swapFree=7388/7388
[pid=26379] ppid=26377 vsize=11852648 CPUtime=328.17 cores=0,2,4,6
/proc/26379/stat : 26379 (java) S 26377 26379 25219 0 -1 4202496 30115 0 1 0 32777 40 0 0 20 0 19 0 337849247 12137111552 197005 33554432000 1073741824 1073778376 140736180822464 140736180813600 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26379/statm: 2963162 197005 2282 9 0 2953849 0
[pid=26379/tid=26381] ppid=26377 vsize=11852648 CPUtime=0.88 cores=0,2,4,6
/proc/26379/task/26381/stat : 26381 (java) R 26377 26379 25219 0 -1 4202560 3416 0 1 0 85 3 0 0 20 0 19 0 337849248 12137111552 197005 33554432000 1073741824 1073778376 140736180822464 140723679433384 140723547711301 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26379/tid=26382] ppid=26377 vsize=11852648 CPUtime=0.54 cores=0,2,4,6
/proc/26379/task/26382/stat : 26382 (java) S 26377 26379 25219 0 -1 4202560 80 0 0 0 54 0 0 0 20 0 19 0 337849250 12137111552 197005 33554432000 1073741824 1073778376 140736180822464 140723668495016 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26379/tid=26383] ppid=26377 vsize=11852648 CPUtime=0.5 cores=0,2,4,6
/proc/26379/task/26383/stat : 26383 (java) S 26377 26379 25219 0 -1 4202560 81 0 0 0 50 0 0 0 20 0 19 0 337849250 12137111552 197005 33554432000 1073741824 1073778376 140736180822464 140723667442472 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26379/tid=26384] ppid=26377 vsize=11852648 CPUtime=0.5 cores=0,2,4,6
/proc/26379/task/26384/stat : 26384 (java) S 26377 26379 25219 0 -1 4202560 89 0 0 0 50 0 0 0 20 0 19 0 337849250 12137111552 197005 33554432000 1073741824 1073778376 140736180822464 140723666389928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26379/tid=26385] ppid=26377 vsize=11852648 CPUtime=0.5 cores=0,2,4,6
/proc/26379/task/26385/stat : 26385 (java) S 26377 26379 25219 0 -1 4202560 83 0 0 0 50 0 0 0 20 0 19 0 337849250 12137111552 197005 33554432000 1073741824 1073778376 140736180822464 140723665337384 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26379/tid=26386] ppid=26377 vsize=11852648 CPUtime=0.55 cores=0,2,4,6
/proc/26379/task/26386/stat : 26386 (java) S 26377 26379 25219 0 -1 4202560 61 0 0 0 55 0 0 0 20 0 19 0 337849250 12137111552 197005 33554432000 1073741824 1073778376 140736180822464 140723512174760 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26379/tid=26387] ppid=26377 vsize=11852648 CPUtime=0.44 cores=0,2,4,6
/proc/26379/task/26387/stat : 26387 (java) S 26377 26379 25219 0 -1 4202560 90 0 0 0 44 0 0 0 20 0 19 0 337849250 12137111552 197005 33554432000 1073741824 1073778376 140736180822464 140723511122216 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26379/tid=26388] ppid=26377 vsize=11852648 CPUtime=0.52 cores=0,2,4,6
/proc/26379/task/26388/stat : 26388 (java) S 26377 26379 25219 0 -1 4202560 87 0 0 0 52 0 0 0 20 0 19 0 337849250 12137111552 197005 33554432000 1073741824 1073778376 140736180822464 140723510069672 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26379/tid=26389] ppid=26377 vsize=11852648 CPUtime=0.47 cores=0,2,4,6
/proc/26379/task/26389/stat : 26389 (java) S 26377 26379 25219 0 -1 4202560 78 0 0 0 47 0 0 0 20 0 19 0 337849250 12137111552 197005 33554432000 1073741824 1073778376 140736180822464 140723509017128 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26379/tid=26390] ppid=26377 vsize=11852648 CPUtime=22.1 cores=0,2,4,6
/proc/26379/task/26390/stat : 26390 (java) S 26377 26379 25219 0 -1 4202560 118 0 0 0 2205 5 0 0 20 0 19 0 337849251 12137111552 197005 33554432000 1073741824 1073778376 140736180822464 140723496819304 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26379/tid=26391] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26391/stat : 26391 (java) S 26377 26379 25219 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 337849252 12137111552 197005 33554432000 1073741824 1073778376 140736180822464 140723495765624 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26379/tid=26392] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26392/stat : 26392 (java) S 26377 26379 25219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 337849252 12137111552 197005 33554432000 1073741824 1073778376 140736180822464 140723494712968 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26379/tid=26393] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26393/stat : 26393 (java) S 26377 26379 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337849254 12137111552 197005 33554432000 1073741824 1073778376 140736180822464 140723493661712 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26379/tid=26394] ppid=26377 vsize=11852648 CPUtime=1.88 cores=0,2,4,6
/proc/26379/task/26394/stat : 26394 (java) S 26377 26379 25219 0 -1 4202560 15519 0 0 0 186 2 0 0 20 0 19 0 337849254 12137111552 197005 33554432000 1073741824 1073778376 140736180822464 140723492608056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26379/tid=26395] ppid=26377 vsize=11852648 CPUtime=1.04 cores=0,2,4,6
/proc/26379/task/26395/stat : 26395 (java) S 26377 26379 25219 0 -1 4202560 8649 0 0 0 102 2 0 0 20 0 19 0 337849254 12137111552 197005 33554432000 1073741824 1073778376 140736180822464 140723491555512 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26379/tid=26396] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26396/stat : 26396 (java) S 26377 26379 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337849254 12137111552 197005 33554432000 1073741824 1073778376 140736180822464 140723490503160 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26379/tid=26397] ppid=26377 vsize=11852648 CPUtime=0.05 cores=0,2,4,6
/proc/26379/task/26397/stat : 26397 (java) S 26377 26379 25219 0 -1 4202560 11 0 0 0 1 4 0 0 20 0 19 0 337849254 12137111552 197005 33554432000 1073741824 1073778376 140736180822464 140723489450824 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26379/tid=26401] ppid=26377 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/26379/task/26401/stat : 26401 (java) S 26377 26379 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 337849271 12137111552 197005 33554432000 1073741824 1073778376 140736180822464 140723485238952 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 328.17
Current children cumulated vsize (KiB) 11852648

Child status: 30

# 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): 0.260056
#  lost CPU user time (s): 0.310028
#  lost CPU system time (s): -0.05

Real time (s): 174.724
CPU time (s): 328.545
CPU user time (s): 328.112
CPU system time (s): 0.432926
CPU usage (%): 188.037
Max. virtual memory (cumulated for all children) (KiB): 11854236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 327.802
system time used= 0.482926
maximum resident set size= 788048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30126
page faults= 1
swaps= 0
block input operations= 8
block output operations= 264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9436
involuntary context switches= 10813

runsolver used 0.777881 second user time and 1.84472 second system time

The end

Launcher Data

Begin job on node148 at 2012-06-03 11:54:08
IDJOB=3736602
IDBENCH=48012
IDSOLVER=2328
FILE ID=node148/3736602-1338717247
RUNJOBID= node148-1338713436-25235
PBS_JOBID= 14636734
Free space on /tmp= 71332 MiB

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

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

MD5SUM BENCH= 0f5232be892543458d8a9fd6fc4fb56e
RANDOM SEED=1217813098

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26919744 kB
Buffers:          594420 kB
Cached:          2873112 kB
SwapCached:          628 kB
Active:          2977068 kB
Inactive:        2064444 kB
Active(anon):    1563656 kB
Inactive(anon):    10660 kB
Active(file):    1413412 kB
Inactive(file):  2053784 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67107564 kB
Dirty:               492 kB
Writeback:             0 kB
AnonPages:       1584868 kB
Mapped:            19056 kB
Shmem:                36 kB
Slab:             766412 kB
SReclaimable:     210512 kB
SUnreclaim:       555900 kB
KernelStack:        1624 kB
PageTables:         6900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   10459992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1527808 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71332 MiB
End job on node148 at 2012-06-03 11:57:02