Trace number 3458192

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 Resolution 2.3.0OPT3 173.253 171.632

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.175972
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		12995394264
0.00/0.09	c Max memory 		13063553024
0.00/0.09	c Total memory 		13063553024
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
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 solving HOME/instance-3458192-1307158335.opb
0.10/0.11	c reading problem ... 
0.10/0.18	c ... done. Wall clock time 0.076s.
0.10/0.18	c #vars     648
0.10/0.18	c #constraints  991
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 486
0.10/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 505
1.07/0.78	c cleaning 2501 clauses out of 5002 with flag 5002/5002
1.94/1.52	c cleaning 4250 clauses out of 8500 with flag 11001/11001
2.76/2.37	c cleaning 5625 clauses out of 11250 with flag 18001/18001
3.78/3.32	c cleaning 6810 clauses out of 13625 with flag 26001/26001
4.48/4.04	c cleaning 7908 clauses out of 15815 with flag 35001/35001
5.58/5.16	c cleaning 8952 clauses out of 17907 with flag 45001/45001
6.61/6.10	c cleaning 9475 clauses out of 18954 with flag 55000/55000
7.51/7.02	c cleaning 9736 clauses out of 19480 with flag 65001/65001
8.52/8.05	c cleaning 9870 clauses out of 19744 with flag 75001/75001
9.44/8.97	c cleaning 9928 clauses out of 19873 with flag 85000/85000
10.32/9.83	c cleaning 9969 clauses out of 19946 with flag 95001/95001
11.32/10.88	c cleaning 9980 clauses out of 19979 with flag 105003/105003
12.03/11.52	c cleaning 9996 clauses out of 19996 with flag 115000/115000
12.83/12.30	c cleaning 9998 clauses out of 20000 with flag 125000/125000
13.63/13.19	c cleaning 9995 clauses out of 20004 with flag 135002/135002
14.45/13.97	c cleaning 10001 clauses out of 20009 with flag 145002/145002
15.56/15.00	c cleaning 10001 clauses out of 20008 with flag 155002/155002
16.56/16.07	c cleaning 9997 clauses out of 20005 with flag 165000/165000
17.66/17.17	c cleaning 9996 clauses out of 20009 with flag 175001/175001
19.10/18.21	c cleaning 10002 clauses out of 20014 with flag 185002/185002
20.44/19.29	c cleaning 10000 clauses out of 20010 with flag 195000/195000
21.24/20.06	c cleaning 9990 clauses out of 20010 with flag 205000/205000
21.55/20.34	c SATISFIABLE
21.55/20.34	c OPTIMIZING...
21.55/20.34	c Got one! Elapsed wall clock time (in seconds):20.23
21.55/20.34	o 289
21.75/20.51	c cleaning 7902 clauses out of 15821 with flag 2000/210801
22.16/20.98	c cleaning 6952 clauses out of 13919 with flag 8000/216801
22.75/21.58	c cleaning 6979 clauses out of 13967 with flag 15000/223801
23.75/22.52	c cleaning 7490 clauses out of 14988 with flag 23000/231801
24.65/23.45	c cleaning 8249 clauses out of 16498 with flag 32000/240801
25.65/24.45	c cleaning 9114 clauses out of 18250 with flag 42001/250802
26.85/25.64	c cleaning 9562 clauses out of 19137 with flag 52002/260803
28.05/26.84	c cleaning 9783 clauses out of 19575 with flag 62002/270803
29.26/28.08	c cleaning 9892 clauses out of 19791 with flag 72001/280802
30.16/28.94	c cleaning 9940 clauses out of 19898 with flag 82000/290801
31.27/30.01	c cleaning 9969 clauses out of 19959 with flag 92001/300802
32.19/31.00	c cleaning 9991 clauses out of 19990 with flag 102001/310802
33.37/32.18	c cleaning 9996 clauses out of 19998 with flag 112000/320801
34.57/33.35	c cleaning 9995 clauses out of 20003 with flag 122001/330802
35.49/34.29	c cleaning 10001 clauses out of 20008 with flag 132001/340802
36.59/35.32	c cleaning 9999 clauses out of 20007 with flag 142001/350802
37.40/36.17	c cleaning 9996 clauses out of 20007 with flag 152001/360802
38.40/37.12	c cleaning 9998 clauses out of 20010 with flag 162000/370801
39.40/38.15	c cleaning 9998 clauses out of 20012 with flag 172000/380801
40.30/39.05	c cleaning 9996 clauses out of 20014 with flag 182000/390801
41.02/39.77	c cleaning 10000 clauses out of 20018 with flag 192000/400801
42.21/40.90	c cleaning 10003 clauses out of 20018 with flag 202000/410801
43.12/41.90	c cleaning 10001 clauses out of 20016 with flag 212001/420802
44.23/42.98	c cleaning 10001 clauses out of 20014 with flag 222000/430801
45.12/43.89	c cleaning 10001 clauses out of 20015 with flag 232002/440803
46.33/45.01	c cleaning 10003 clauses out of 20013 with flag 242001/450802
47.43/46.10	c cleaning 9992 clauses out of 20009 with flag 252000/460801
48.23/46.95	c cleaning 9996 clauses out of 20017 with flag 262000/470801
49.03/47.71	c cleaning 9997 clauses out of 20021 with flag 272000/480801
49.85/48.51	c cleaning 10008 clauses out of 20024 with flag 282000/490801
50.95/49.65	c cleaning 10001 clauses out of 20016 with flag 292000/500801
52.06/50.75	c cleaning 10005 clauses out of 20015 with flag 302000/510801
53.05/51.81	c cleaning 10002 clauses out of 20011 with flag 312001/520802
54.15/52.89	c cleaning 10004 clauses out of 20008 with flag 322000/530801
55.36/54.09	c cleaning 9996 clauses out of 20004 with flag 332000/540801
56.64/55.36	c cleaning 9999 clauses out of 20009 with flag 342001/550802
57.94/56.61	c cleaning 9996 clauses out of 20010 with flag 352001/560802
59.05/57.76	c cleaning 10000 clauses out of 20013 with flag 362000/570801
60.25/58.90	c cleaning 10001 clauses out of 20014 with flag 372001/580802
61.45/60.14	c cleaning 9999 clauses out of 20013 with flag 382001/590802
62.45/61.11	c cleaning 10003 clauses out of 20013 with flag 392001/600802
63.65/62.40	c cleaning 10002 clauses out of 20009 with flag 402000/610801
64.65/63.32	c cleaning 10000 clauses out of 20008 with flag 412001/620802
65.45/64.14	c cleaning 9996 clauses out of 20007 with flag 422000/630801
66.16/64.83	c cleaning 9996 clauses out of 20012 with flag 432001/640802
67.26/65.90	c cleaning 9998 clauses out of 20015 with flag 442000/650801
68.26/66.99	c cleaning 10003 clauses out of 20018 with flag 452001/660802
69.47/68.13	c cleaning 10003 clauses out of 20014 with flag 462000/670801
70.59/69.25	c cleaning 10003 clauses out of 20012 with flag 472001/680802
71.69/70.34	c cleaning 10000 clauses out of 20009 with flag 482001/690802
72.59/71.23	c cleaning 9995 clauses out of 20009 with flag 492001/700802
73.39/72.07	c cleaning 9996 clauses out of 20014 with flag 502001/710802
74.19/72.86	c cleaning 10000 clauses out of 20017 with flag 512000/720801
75.11/73.78	c cleaning 10004 clauses out of 20018 with flag 522001/730802
76.21/74.89	c cleaning 10004 clauses out of 20013 with flag 532000/740801
77.42/76.09	c cleaning 10001 clauses out of 20010 with flag 542001/750802
78.60/77.23	c cleaning 9999 clauses out of 20008 with flag 552000/760801
79.80/78.47	c cleaning 10002 clauses out of 20009 with flag 562000/770801
81.00/79.63	c cleaning 10002 clauses out of 20009 with flag 572002/780803
82.21/80.83	c cleaning 9996 clauses out of 20006 with flag 582001/790802
83.51/82.16	c cleaning 10000 clauses out of 20012 with flag 592003/800804
84.72/83.32	c cleaning 9998 clauses out of 20009 with flag 602000/810801
85.42/84.04	c cleaning 9986 clauses out of 20011 with flag 612000/820801
86.13/84.71	c cleaning 9999 clauses out of 20029 with flag 622004/830805
86.93/85.52	c cleaning 9998 clauses out of 20027 with flag 632001/840802
87.63/86.20	c cleaning 9998 clauses out of 20029 with flag 642001/850802
88.44/87.08	c cleaning 9997 clauses out of 20030 with flag 652000/860801
89.23/87.88	c cleaning 9997 clauses out of 20034 with flag 662001/870802
90.03/88.61	c cleaning 10001 clauses out of 20037 with flag 672001/880802
90.74/89.38	c cleaning 10000 clauses out of 20036 with flag 682001/890802
91.65/90.27	c cleaning 10012 clauses out of 20036 with flag 692001/900802
92.85/91.46	c cleaning 10004 clauses out of 20023 with flag 702000/910801
93.96/92.58	c cleaning 10004 clauses out of 20020 with flag 712001/920802
95.06/93.66	c cleaning 10003 clauses out of 20015 with flag 722000/930801
96.24/94.82	c cleaning 9996 clauses out of 20012 with flag 732000/940801
97.15/95.81	c cleaning 9997 clauses out of 20016 with flag 742000/950801
98.26/96.81	c cleaning 10006 clauses out of 20020 with flag 752001/960802
99.36/97.92	c cleaning 10004 clauses out of 20013 with flag 762000/970801
100.14/98.72	c cleaning 9997 clauses out of 20008 with flag 772000/980801
100.25/98.82	c Got one! Elapsed wall clock time (in seconds):98.714
100.25/98.82	o 9
100.65/99.26	c cleaning 7629 clauses out of 15273 with flag 4002/986063
101.15/99.77	c cleaning 6812 clauses out of 13643 with flag 10001/992062
101.76/100.35	c cleaning 6907 clauses out of 13830 with flag 17000/999061
102.36/100.99	c cleaning 7455 clauses out of 14923 with flag 25000/1007061
103.16/101.71	c cleaning 8233 clauses out of 16468 with flag 34000/1016061
104.16/102.78	c cleaning 9118 clauses out of 18235 with flag 44000/1026061
105.36/103.98	c cleaning 9556 clauses out of 19117 with flag 54000/1036061
106.67/105.28	c cleaning 9780 clauses out of 19562 with flag 64001/1046062
107.97/106.56	c cleaning 9885 clauses out of 19782 with flag 74001/1056062
108.77/107.38	c cleaning 9937 clauses out of 19897 with flag 84001/1066062
109.57/108.17	c cleaning 9970 clauses out of 19959 with flag 94000/1076061
110.58/109.12	c cleaning 9989 clauses out of 19990 with flag 104001/1086062
111.38/109.95	c cleaning 9996 clauses out of 20001 with flag 114001/1096062
112.28/110.80	c cleaning 9995 clauses out of 20005 with flag 124001/1106062
113.18/111.70	c cleaning 9999 clauses out of 20010 with flag 134001/1116062
113.28/111.81	c Got one! Elapsed wall clock time (in seconds):111.698
113.28/111.81	o 3
113.58/112.11	c cleaning 7522 clauses out of 15064 with flag 4001/1121115
114.08/112.65	c cleaning 6761 clauses out of 13542 with flag 10001/1127115
114.79/113.37	c cleaning 6879 clauses out of 13780 with flag 17000/1134114
115.49/114.02	c cleaning 7447 clauses out of 14903 with flag 25002/1142116
116.29/114.83	c cleaning 8223 clauses out of 16454 with flag 34000/1151114
117.39/115.93	c cleaning 9111 clauses out of 18232 with flag 44001/1161115
118.59/117.17	c cleaning 9556 clauses out of 19122 with flag 54002/1171116
119.69/118.23	c cleaning 9775 clauses out of 19565 with flag 64001/1181115
120.69/119.21	c cleaning 9895 clauses out of 19790 with flag 74001/1191115
122.00/120.52	c cleaning 9942 clauses out of 19894 with flag 84000/1201114
123.10/121.69	c cleaning 9977 clauses out of 19953 with flag 94001/1211115
124.40/122.92	c cleaning 9985 clauses out of 19975 with flag 104000/1221114
125.70/124.24	c cleaning 9995 clauses out of 19991 with flag 114001/1231115
127.02/125.56	c cleaning 9996 clauses out of 19996 with flag 124001/1241115
128.21/126.73	c cleaning 9998 clauses out of 19999 with flag 134000/1251114
129.41/127.93	c cleaning 9998 clauses out of 20001 with flag 144000/1261114
130.71/129.29	c cleaning 9998 clauses out of 20004 with flag 154001/1271115
132.01/130.55	c cleaning 10002 clauses out of 20005 with flag 164000/1281114
133.21/131.72	c cleaning 9995 clauses out of 20004 with flag 174001/1291115
134.32/132.88	c cleaning 9999 clauses out of 20010 with flag 184002/1301116
135.22/133.76	c cleaning 9995 clauses out of 20009 with flag 194001/1311115
136.22/134.78	c cleaning 10002 clauses out of 20012 with flag 204000/1321114
137.24/135.75	c cleaning 9998 clauses out of 20011 with flag 214001/1331115
138.24/136.78	c cleaning 9995 clauses out of 20012 with flag 224000/1341114
139.24/137.70	c cleaning 9999 clauses out of 20018 with flag 234001/1351115
140.16/138.63	c cleaning 10000 clauses out of 20019 with flag 244001/1361115
141.05/139.57	c cleaning 10005 clauses out of 20021 with flag 254003/1371117
141.95/140.43	c cleaning 10000 clauses out of 20014 with flag 264001/1381115
143.05/141.53	c cleaning 10001 clauses out of 20013 with flag 274000/1391114
143.96/142.47	c cleaning 9999 clauses out of 20013 with flag 284001/1401115
144.96/143.46	c cleaning 10003 clauses out of 20015 with flag 294002/1411116
145.96/144.42	c cleaning 9995 clauses out of 20010 with flag 304000/1421114
146.88/145.37	c cleaning 10000 clauses out of 20015 with flag 314000/1431114
147.76/146.29	c cleaning 10000 clauses out of 20016 with flag 324001/1441115
148.76/147.28	c cleaning 10004 clauses out of 20016 with flag 334001/1451115
149.76/148.22	c cleaning 10002 clauses out of 20013 with flag 344002/1461116
150.87/149.39	c cleaning 9999 clauses out of 20009 with flag 354000/1471114
152.17/150.69	c cleaning 10001 clauses out of 20010 with flag 364000/1481114
153.48/151.94	c cleaning 10002 clauses out of 20011 with flag 374002/1491116
154.67/153.14	c cleaning 10000 clauses out of 20008 with flag 384001/1501115
155.87/154.33	c cleaning 9998 clauses out of 20007 with flag 394000/1511114
156.97/155.48	c cleaning 10001 clauses out of 20009 with flag 404000/1521114
158.17/156.67	c cleaning 9998 clauses out of 20008 with flag 414000/1531114
159.38/157.85	c cleaning 10000 clauses out of 20011 with flag 424001/1541115
160.48/158.96	c cleaning 10002 clauses out of 20010 with flag 434000/1551114
161.58/160.04	c cleaning 10002 clauses out of 20009 with flag 444001/1561115
162.59/161.03	c cleaning 9997 clauses out of 20006 with flag 454000/1571114
163.69/162.11	c cleaning 10001 clauses out of 20010 with flag 464001/1581115
164.69/163.11	c cleaning 9999 clauses out of 20009 with flag 474001/1591115
165.89/164.30	c cleaning 10000 clauses out of 20009 with flag 484000/1601114
166.89/165.36	c cleaning 10002 clauses out of 20009 with flag 494000/1611114
168.00/166.47	c cleaning 10001 clauses out of 20007 with flag 504000/1621114
169.10/167.56	c cleaning 9998 clauses out of 20007 with flag 514001/1631115
170.20/168.64	c cleaning 9997 clauses out of 20008 with flag 524000/1641114
171.20/169.66	c cleaning 10000 clauses out of 20011 with flag 534001/1651115
172.22/170.68	c cleaning 10004 clauses out of 20012 with flag 544002/1661116
173.22/171.62	c starts		: 210
173.22/171.62	c conflicts		: 1670132
173.22/171.62	c decisions		: 1708413
173.22/171.62	c propagations		: 38209853
173.22/171.62	c inspects		: 1120123392
173.22/171.62	c shortcuts		: 0
173.22/171.62	c learnt literals	: 18
173.22/171.62	c learnt binary clauses	: 77
173.22/171.62	c learnt ternary clauses	: 239
173.22/171.62	c learnt constraints	: 1670113
173.22/171.62	c ignored constraints	: 0
173.22/171.62	c root simplifications	: 0
173.22/171.62	c removed literals (reason simplification)	: 70488454
173.22/171.62	c reason swapping (by a shorter reason)	: 0
173.22/171.62	c Calls to reduceDB	: 172
173.22/171.62	c number of reductions to clauses (during analyze)	: 0
173.22/171.62	c number of learned constraints concerned by reduction	: 0
173.22/171.62	c number of learning phase by resolution	: 0
173.22/171.62	c number of learning phase by cutting planes	: 0
173.22/171.62	c speed (assignments/second)	: 638821.8781870161
173.22/171.62	c non guided choices	5552
173.22/171.62	c learnt constraints type 
173.22/171.62	c constraints type 
173.22/171.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 486
173.22/171.62	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 505
173.22/171.62	s OPTIMUM FOUND
173.22/171.62	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 
173.22/171.62	c objective function=3
173.22/171.62	c Total wall clock time (in seconds): 171.512

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-3458192-1307158335/watcher-3458192-1307158335 -o /tmp/evaluation-result-3458192-1307158335/solver-3458192-1307158335 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458192-1307158335.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.20 2.10 2.02 3/461 22788
/proc/meminfo: memFree=29767196/32950928 swapFree=52246700/67111528
[pid=22788] ppid=22786 vsize=13508980 CPUtime=0 cores=0,2,4,6
/proc/22788/stat : 22788 (java) S 22786 22788 18266 0 -1 4202496 2869 0 1 0 0 0 0 0 25 0 2 0 906064195 13833195520 2571 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907293157 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/22788/statm: 3377245 2586 906 9 0 3368401 0
[pid=22788/tid=22789] ppid=22786 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22789/stat : 22789 (java) R 22786 22788 18266 0 -1 4202560 5436 0 1 0 0 0 0 0 25 0 2 0 906064196 13850947584 6251 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231895184443 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.104297 s]
/proc/loadavg: 2.20 2.10 2.02 3/461 22788
/proc/meminfo: memFree=29767196/32950928 swapFree=52246700/67111528
[pid=22788] ppid=22786 vsize=13622312 CPUtime=0.1 cores=0,2,4,6
/proc/22788/stat : 22788 (java) S 22786 22788 18266 0 -1 4202496 15625 0 1 0 9 1 0 0 25 0 18 0 906064195 13949247488 15308 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22788/statm: 3405578 15308 2093 9 0 3396312 0
[pid=22788/tid=22789] ppid=22786 vsize=13622312 CPUtime=0.09 cores=0,2,4,6
/proc/22788/task/22789/stat : 22789 (java) R 22786 22788 18266 0 -1 4202560 13693 0 1 0 8 1 0 0 18 0 18 0 906064196 13949247488 15308 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907317195 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) 13622312

[startup+0.201225 s]
/proc/loadavg: 2.20 2.10 2.02 3/461 22788
/proc/meminfo: memFree=29767196/32950928 swapFree=52246700/67111528
[pid=22788] ppid=22786 vsize=13623864 CPUtime=0.26 cores=0,2,4,6
/proc/22788/stat : 22788 (java) S 22786 22788 18266 0 -1 4202496 16498 0 1 0 24 2 0 0 25 0 19 0 906064195 13950836736 16181 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22788/statm: 3405966 16181 2191 9 0 3396700 0
[pid=22788/tid=22789] ppid=22786 vsize=13623864 CPUtime=0.18 cores=0,2,4,6
/proc/22788/task/22789/stat : 22789 (java) R 22786 22788 18266 0 -1 4202560 14322 0 1 0 17 1 0 0 19 0 19 0 906064196 13950836736 16181 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 46912505187943 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13623864

[startup+0.301233 s]
/proc/loadavg: 2.20 2.10 2.02 3/461 22788
/proc/meminfo: memFree=29767196/32950928 swapFree=52246700/67111528
[pid=22788] ppid=22786 vsize=13628880 CPUtime=0.53 cores=0,2,4,6
/proc/22788/stat : 22788 (java) S 22786 22788 18266 0 -1 4202496 18514 0 1 0 51 2 0 0 25 0 19 0 906064195 13955973120 17511 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22788/statm: 3407220 17511 2215 9 0 3397954 0
[pid=22788/tid=22789] ppid=22786 vsize=13628880 CPUtime=0.28 cores=0,2,4,6
/proc/22788/task/22789/stat : 22789 (java) R 22786 22788 18266 0 -1 4202560 14418 0 1 0 27 1 0 0 19 0 19 0 906064196 13955973120 17511 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 47187361528659 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 13628880

[startup+0.701156 s]
/proc/loadavg: 2.20 2.10 2.02 3/461 22788
/proc/meminfo: memFree=29767196/32950928 swapFree=52246700/67111528
[pid=22788] ppid=22786 vsize=13628880 CPUtime=1.07 cores=0,2,4,6
/proc/22788/stat : 22788 (java) S 22786 22788 18266 0 -1 4202496 19200 0 1 0 105 2 0 0 25 0 19 0 906064195 13955973120 18197 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22788/statm: 3407220 18197 2219 9 0 3397954 0
[pid=22788/tid=22789] ppid=22786 vsize=13628880 CPUtime=0.68 cores=0,2,4,6
/proc/22788/task/22789/stat : 22789 (java) R 22786 22788 18266 0 -1 4202560 15023 0 1 0 67 1 0 0 19 0 19 0 906064196 13955973120 18197 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 46912505669600 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 13628880

[startup+1.50095 s]
/proc/loadavg: 2.20 2.10 2.02 3/480 22807
/proc/meminfo: memFree=29698188/32950928 swapFree=52246700/67111528
[pid=22788] ppid=22786 vsize=13628880 CPUtime=1.94 cores=0,2,4,6
/proc/22788/stat : 22788 (java) S 22786 22788 18266 0 -1 4202496 20257 0 1 0 191 3 0 0 25 0 19 0 906064195 13955973120 19237 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22788/statm: 3407220 19237 2249 9 0 3397954 0
[pid=22788/tid=22789] ppid=22786 vsize=13628880 CPUtime=1.46 cores=0,2,4,6
/proc/22788/task/22789/stat : 22789 (java) R 22786 22788 18266 0 -1 4202560 15058 0 1 0 145 1 0 0 21 0 19 0 906064196 13955973120 19237 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 46912505669378 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=22788/tid=22791] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22791/stat : 22791 (java) S 22786 22788 18266 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 906064198 13955973120 19237 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 6 0 0 0
[pid=22788/tid=22792] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22792/stat : 22792 (java) S 22786 22788 18266 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 906064198 13955973120 19237 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 6 0 0 0
[pid=22788/tid=22793] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22793/stat : 22793 (java) S 22786 22788 18266 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 906064198 13955973120 19237 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 6 0 0 0
[pid=22788/tid=22794] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22794/stat : 22794 (java) S 22786 22788 18266 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 906064198 13955973120 19237 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 6 0 0 0
[pid=22788/tid=22795] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22795/stat : 22795 (java) S 22786 22788 18266 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 906064198 13955973120 19237 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 6 0 0 0
[pid=22788/tid=22796] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22796/stat : 22796 (java) S 22786 22788 18266 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 906064198 13955973120 19237 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 6 0 0 0
[pid=22788/tid=22797] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22797/stat : 22797 (java) S 22786 22788 18266 0 -1 4202560 148 0 0 0 0 0 0 0 18 0 19 0 906064198 13955973120 19237 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 0 0 0 0
[pid=22788/tid=22798] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22798/stat : 22798 (java) S 22786 22788 18266 0 -1 4202560 333 0 0 0 0 0 0 0 18 0 19 0 906064198 13955973120 19237 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 0 0 0 0
[pid=22788/tid=22799] ppid=22786 vsize=13628880 CPUtime=0.01 cores=0,2,4,6
/proc/22788/task/22799/stat : 22799 (java) S 22786 22788 18266 0 -1 4202560 482 0 0 0 1 0 0 0 17 0 19 0 906064199 13955973120 19237 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907307008 0 0 0 16800975 18446604441236589568 0 0 -1 2 0 0 0
[pid=22788/tid=22800] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22800/stat : 22800 (java) S 22786 22788 18266 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 906064199 13955973120 19237 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 2 0 0 0
[pid=22788/tid=22801] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22801/stat : 22801 (java) S 22786 22788 18266 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 906064199 13955973120 19237 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 2 0 0 0
[pid=22788/tid=22802] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22802/stat : 22802 (java) S 22786 22788 18266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906064202 13955973120 19237 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907314097 0 4 0 16800975 18446604441236589568 0 0 -1 2 0 0 0
[pid=22788/tid=22803] ppid=22786 vsize=13628880 CPUtime=0.18 cores=0,2,4,6
/proc/22788/task/22803/stat : 22803 (java) S 22786 22788 18266 0 -1 4202560 1399 0 0 0 18 0 0 0 16 0 19 0 906064202 13955973120 19237 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 4 0 0 0
[pid=22788/tid=22804] ppid=22786 vsize=13628880 CPUtime=0.25 cores=0,2,4,6
/proc/22788/task/22804/stat : 22804 (java) S 22786 22788 18266 0 -1 4202560 1681 0 0 0 25 0 0 0 15 0 19 0 906064202 13955973120 19237 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 0 0 0 0
[pid=22788/tid=22805] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22805/stat : 22805 (java) S 22786 22788 18266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906064202 13955973120 19237 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 2 0 0 0
[pid=22788/tid=22806] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22806/stat : 22806 (java) S 22786 22788 18266 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906064202 13955973120 19237 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907307008 0 4 0 16800975 18446604441236589568 0 0 -1 0 0 0 0
[pid=22788/tid=22807] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22807/stat : 22807 (java) S 22786 22788 18266 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906064215 13955973120 19237 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907307008 0 4 0 16800975 18446604441236589568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 13628880

[startup+3.10066 s]
/proc/loadavg: 2.20 2.10 2.02 3/480 22807
/proc/meminfo: memFree=29694344/32950928 swapFree=52246700/67111528
[pid=22788] ppid=22786 vsize=13628880 CPUtime=3.54 cores=0,2,4,6
/proc/22788/stat : 22788 (java) S 22786 22788 18266 0 -1 4202496 21455 0 1 0 351 3 0 0 25 0 19 0 906064195 13955973120 20419 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22788/statm: 3407220 20419 2249 9 0 3397954 0
[pid=22788/tid=22789] ppid=22786 vsize=13628880 CPUtime=3.02 cores=0,2,4,6
/proc/22788/task/22789/stat : 22789 (java) R 22786 22788 18266 0 -1 4202560 15059 0 1 0 301 1 0 0 25 0 19 0 906064196 13955973120 20419 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 46912505669373 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=22788/tid=22791] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22791/stat : 22791 (java) S 22786 22788 18266 0 -1 4202560 386 0 0 0 0 0 0 0 15 0 19 0 906064198 13955973120 20419 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 6 0 0 0
[pid=22788/tid=22792] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22792/stat : 22792 (java) S 22786 22788 18266 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 19 0 906064198 13955973120 20419 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 0 0 0 0
[pid=22788/tid=22793] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22793/stat : 22793 (java) S 22786 22788 18266 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 906064198 13955973120 20419 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 6 0 0 0
[pid=22788/tid=22794] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22794/stat : 22794 (java) S 22786 22788 18266 0 -1 4202560 39 0 0 0 0 0 0 0 15 0 19 0 906064198 13955973120 20419 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 6 0 0 0
[pid=22788/tid=22795] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22795/stat : 22795 (java) S 22786 22788 18266 0 -1 4202560 40 0 0 0 0 0 0 0 15 0 19 0 906064198 13955973120 20419 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 0 0 0 0
[pid=22788/tid=22796] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22796/stat : 22796 (java) S 22786 22788 18266 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 19 0 906064198 13955973120 20419 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 6 0 0 0
[pid=22788/tid=22797] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22797/stat : 22797 (java) S 22786 22788 18266 0 -1 4202560 148 0 0 0 0 0 0 0 15 0 19 0 906064198 13955973120 20419 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 0 0 0 0
[pid=22788/tid=22798] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22798/stat : 22798 (java) S 22786 22788 18266 0 -1 4202560 333 0 0 0 0 0 0 0 15 0 19 0 906064198 13955973120 20419 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 0 0 0 0
[pid=22788/tid=22799] ppid=22786 vsize=13628880 CPUtime=0.03 cores=0,2,4,6
/proc/22788/task/22799/stat : 22799 (java) S 22786 22788 18266 0 -1 4202560 1169 0 0 0 3 0 0 0 15 0 19 0 906064199 13955973120 20419 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907307008 0 0 0 16800975 18446604441236589568 0 0 -1 2 0 0 0
[pid=22788/tid=22800] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22800/stat : 22800 (java) S 22786 22788 18266 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 906064199 13955973120 20419 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 2 0 0 0
[pid=22788/tid=22801] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22801/stat : 22801 (java) S 22786 22788 18266 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 906064199 13955973120 20419 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 2 0 0 0
[pid=22788/tid=22802] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22802/stat : 22802 (java) S 22786 22788 18266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906064202 13955973120 20419 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907314097 0 4 0 16800975 18446604441236589568 0 0 -1 2 0 0 0
[pid=22788/tid=22803] ppid=22786 vsize=13628880 CPUtime=0.19 cores=0,2,4,6
/proc/22788/task/22803/stat : 22803 (java) S 22786 22788 18266 0 -1 4202560 1399 0 0 0 19 0 0 0 15 0 19 0 906064202 13955973120 20419 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 4 0 0 0
[pid=22788/tid=22804] ppid=22786 vsize=13628880 CPUtime=0.26 cores=0,2,4,6
/proc/22788/task/22804/stat : 22804 (java) S 22786 22788 18266 0 -1 4202560 1698 0 0 0 26 0 0 0 15 0 19 0 906064202 13955973120 20419 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 0 0 0 0
[pid=22788/tid=22805] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22805/stat : 22805 (java) S 22786 22788 18266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906064202 13955973120 20419 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 2 0 0 0
[pid=22788/tid=22806] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22806/stat : 22806 (java) S 22786 22788 18266 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 906064202 13955973120 20419 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907307008 0 4 0 16800975 18446604441236589568 0 0 -1 0 0 0 0
[pid=22788/tid=22807] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22807/stat : 22807 (java) S 22786 22788 18266 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906064215 13955973120 20419 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907307008 0 4 0 16800975 18446604441236589568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 13628880

[startup+6.30111 s]
/proc/loadavg: 2.18 2.10 2.02 3/480 22808
/proc/meminfo: memFree=29689384/32950928 swapFree=52246700/67111528
[pid=22788] ppid=22786 vsize=13628880 CPUtime=6.81 cores=0,2,4,6
/proc/22788/stat : 22788 (java) S 22786 22788 18266 0 -1 4202496 23003 0 1 0 678 3 0 0 25 0 19 0 906064195 13955973120 21464 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22788/statm: 3407220 21464 2250 9 0 3397954 0
[pid=22788/tid=22789] ppid=22786 vsize=13628880 CPUtime=6.14 cores=0,2,4,6
/proc/22788/task/22789/stat : 22789 (java) R 22786 22788 18266 0 -1 4202560 15062 0 1 0 613 1 0 0 18 0 19 0 906064196 13955973120 21464 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 46912505559657 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22788/tid=22791] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22791/stat : 22791 (java) S 22786 22788 18266 0 -1 4202560 386 0 0 0 0 0 0 0 16 0 19 0 906064198 13955973120 21464 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 6 0 0 0
[pid=22788/tid=22792] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22792/stat : 22792 (java) S 22786 22788 18266 0 -1 4202560 26 0 0 0 0 0 0 0 15 0 19 0 906064198 13955973120 21464 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 4 0 0 0
[pid=22788/tid=22793] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22793/stat : 22793 (java) S 22786 22788 18266 0 -1 4202560 34 0 0 0 0 0 0 0 15 0 19 0 906064198 13955973120 21464 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 4 0 0 0
[pid=22788/tid=22794] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22794/stat : 22794 (java) S 22786 22788 18266 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 19 0 906064198 13955973120 21464 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 6 0 0 0
[pid=22788/tid=22795] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22795/stat : 22795 (java) S 22786 22788 18266 0 -1 4202560 40 0 0 0 0 0 0 0 15 0 19 0 906064198 13955973120 21464 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 0 0 0 0
[pid=22788/tid=22796] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22796/stat : 22796 (java) S 22786 22788 18266 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 19 0 906064198 13955973120 21464 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 0 0 0 0
[pid=22788/tid=22797] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22797/stat : 22797 (java) S 22786 22788 18266 0 -1 4202560 183 0 0 0 0 0 0 0 15 0 19 0 906064198 13955973120 21464 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 6 0 0 0
[pid=22788/tid=22798] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22798/stat : 22798 (java) S 22786 22788 18266 0 -1 4202560 371 0 0 0 0 0 0 0 15 0 19 0 906064198 13955973120 21464 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 4 0 0 0
[pid=22788/tid=22799] ppid=22786 vsize=13628880 CPUtime=0.1 cores=0,2,4,6
/proc/22788/task/22799/stat : 22799 (java) S 22786 22788 18266 0 -1 4202560 1728 0 0 0 10 0 0 0 15 0 19 0 906064199 13955973120 21464 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907307008 0 0 0 16800975 18446604441236589568 0 0 -1 2 0 0 0
[pid=22788/tid=22800] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22800/stat : 22800 (java) S 22786 22788 18266 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 906064199 13955973120 21464 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 2 0 0 0
[pid=22788/tid=22801] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22801/stat : 22801 (java) S 22786 22788 18266 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 906064199 13955973120 21464 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 2 0 0 0
[pid=22788/tid=22802] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22802/stat : 22802 (java) S 22786 22788 18266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906064202 13955973120 21464 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907314097 0 4 0 16800975 18446604441236589568 0 0 -1 2 0 0 0
[pid=22788/tid=22803] ppid=22786 vsize=13628880 CPUtime=0.19 cores=0,2,4,6
/proc/22788/task/22803/stat : 22803 (java) S 22786 22788 18266 0 -1 4202560 1399 0 0 0 19 0 0 0 15 0 19 0 906064202 13955973120 21464 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 4 0 0 0
[pid=22788/tid=22804] ppid=22786 vsize=13628880 CPUtime=0.33 cores=0,2,4,6
/proc/22788/task/22804/stat : 22804 (java) S 22786 22788 18266 0 -1 4202560 2521 0 0 0 33 0 0 0 15 0 19 0 906064202 13955973120 21464 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 0 0 0 0

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

/proc/22788/task/22791/stat : 22791 (java) S 22786 22788 18266 0 -1 4202560 455 0 0 0 8 0 0 0 15 0 19 0 906064198 13955973120 29222 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 6 0 0 0
[pid=22788/tid=22792] ppid=22786 vsize=13628880 CPUtime=0.11 cores=0,2,4,6
/proc/22788/task/22792/stat : 22792 (java) S 22786 22788 18266 0 -1 4202560 52 0 0 0 11 0 0 0 15 0 19 0 906064198 13955973120 29222 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 4 0 0 0
[pid=22788/tid=22793] ppid=22786 vsize=13628880 CPUtime=0.09 cores=0,2,4,6
/proc/22788/task/22793/stat : 22793 (java) S 22786 22788 18266 0 -1 4202560 115 0 0 0 9 0 0 0 15 0 19 0 906064198 13955973120 29222 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 4 0 0 0
[pid=22788/tid=22794] ppid=22786 vsize=13628880 CPUtime=0.1 cores=0,2,4,6
/proc/22788/task/22794/stat : 22794 (java) S 22786 22788 18266 0 -1 4202560 145 0 0 0 10 0 0 0 15 0 19 0 906064198 13955973120 29222 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 0 0 0 0
[pid=22788/tid=22795] ppid=22786 vsize=13628880 CPUtime=0.09 cores=0,2,4,6
/proc/22788/task/22795/stat : 22795 (java) S 22786 22788 18266 0 -1 4202560 63 0 0 0 9 0 0 0 16 0 19 0 906064198 13955973120 29222 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 6 0 0 0
[pid=22788/tid=22796] ppid=22786 vsize=13628880 CPUtime=0.1 cores=0,2,4,6
/proc/22788/task/22796/stat : 22796 (java) S 22786 22788 18266 0 -1 4202560 214 0 0 0 10 0 0 0 15 0 19 0 906064198 13955973120 29222 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 4 0 0 0
[pid=22788/tid=22797] ppid=22786 vsize=13628880 CPUtime=0.09 cores=0,2,4,6
/proc/22788/task/22797/stat : 22797 (java) S 22786 22788 18266 0 -1 4202560 202 0 0 0 9 0 0 0 15 0 19 0 906064198 13955973120 29222 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 0 0 0 0
[pid=22788/tid=22798] ppid=22786 vsize=13628880 CPUtime=0.1 cores=0,2,4,6
/proc/22788/task/22798/stat : 22798 (java) S 22786 22788 18266 0 -1 4202560 415 0 0 0 10 0 0 0 16 0 19 0 906064198 13955973120 29222 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 0 0 0 0
[pid=22788/tid=22799] ppid=22786 vsize=13628880 CPUtime=3.54 cores=0,2,4,6
/proc/22788/task/22799/stat : 22799 (java) S 22786 22788 18266 0 -1 4202560 4412 0 0 0 351 3 0 0 15 0 19 0 906064199 13955973120 29222 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907307008 0 0 0 16800975 18446604441236589568 0 0 -1 2 0 0 0
[pid=22788/tid=22800] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22800/stat : 22800 (java) S 22786 22788 18266 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 906064199 13955973120 29222 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 2 0 0 0
[pid=22788/tid=22801] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22801/stat : 22801 (java) S 22786 22788 18266 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 906064199 13955973120 29222 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 2 0 0 0
[pid=22788/tid=22802] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22802/stat : 22802 (java) S 22786 22788 18266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906064202 13955973120 29222 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907314097 0 4 0 16800975 18446604441236589568 0 0 -1 2 0 0 0
[pid=22788/tid=22803] ppid=22786 vsize=13628880 CPUtime=0.22 cores=0,2,4,6
/proc/22788/task/22803/stat : 22803 (java) S 22786 22788 18266 0 -1 4202560 1400 0 0 0 22 0 0 0 15 0 19 0 906064202 13955973120 29222 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 4 0 0 0
[pid=22788/tid=22804] ppid=22786 vsize=13628880 CPUtime=1.06 cores=0,2,4,6
/proc/22788/task/22804/stat : 22804 (java) S 22786 22788 18266 0 -1 4202560 14163 0 0 0 105 1 0 0 15 0 19 0 906064202 13955973120 29222 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 0 0 0 0
[pid=22788/tid=22805] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22805/stat : 22805 (java) S 22786 22788 18266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906064202 13955973120 29222 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 2 0 0 0
[pid=22788/tid=22806] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22806/stat : 22806 (java) S 22786 22788 18266 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 906064202 13955973120 29222 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907307008 0 4 0 16800975 18446604441236589568 0 0 -1 0 0 0 0
[pid=22788/tid=22807] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22807/stat : 22807 (java) S 22786 22788 18266 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906064215 13955973120 29222 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907307008 0 4 0 16800975 18446604441236589568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 171.2
Current children cumulated vsize (KiB) 13628880

[startup+170.401 s]
/proc/loadavg: 2.05 2.08 2.02 3/480 22858
/proc/meminfo: memFree=29659928/32950928 swapFree=52246700/67111528
[pid=22788] ppid=22786 vsize=13628880 CPUtime=172 cores=0,2,4,6
/proc/22788/stat : 22788 (java) S 22786 22788 18266 0 -1 4202496 38057 0 1 0 17190 10 0 0 25 0 19 0 906064195 13955973120 29245 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22788/statm: 3407220 29245 2251 9 0 3397954 0
[pid=22788/tid=22789] ppid=22786 vsize=13628880 CPUtime=166.3 cores=0,2,4,6
/proc/22788/task/22789/stat : 22789 (java) R 22786 22788 18266 0 -1 4202560 15238 0 1 0 16627 3 0 0 25 0 19 0 906064196 13955973120 29245 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 46912505528768 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22788/tid=22791] ppid=22786 vsize=13628880 CPUtime=0.08 cores=0,2,4,6
/proc/22788/task/22791/stat : 22791 (java) S 22786 22788 18266 0 -1 4202560 455 0 0 0 8 0 0 0 15 0 19 0 906064198 13955973120 29245 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 6 0 0 0
[pid=22788/tid=22792] ppid=22786 vsize=13628880 CPUtime=0.12 cores=0,2,4,6
/proc/22788/task/22792/stat : 22792 (java) S 22786 22788 18266 0 -1 4202560 52 0 0 0 12 0 0 0 15 0 19 0 906064198 13955973120 29245 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 0 0 0 0
[pid=22788/tid=22793] ppid=22786 vsize=13628880 CPUtime=0.09 cores=0,2,4,6
/proc/22788/task/22793/stat : 22793 (java) S 22786 22788 18266 0 -1 4202560 115 0 0 0 9 0 0 0 15 0 19 0 906064198 13955973120 29245 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 4 0 0 0
[pid=22788/tid=22794] ppid=22786 vsize=13628880 CPUtime=0.1 cores=0,2,4,6
/proc/22788/task/22794/stat : 22794 (java) S 22786 22788 18266 0 -1 4202560 145 0 0 0 10 0 0 0 15 0 19 0 906064198 13955973120 29245 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 0 0 0 0
[pid=22788/tid=22795] ppid=22786 vsize=13628880 CPUtime=0.09 cores=0,2,4,6
/proc/22788/task/22795/stat : 22795 (java) S 22786 22788 18266 0 -1 4202560 63 0 0 0 9 0 0 0 16 0 19 0 906064198 13955973120 29245 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 6 0 0 0
[pid=22788/tid=22796] ppid=22786 vsize=13628880 CPUtime=0.1 cores=0,2,4,6
/proc/22788/task/22796/stat : 22796 (java) S 22786 22788 18266 0 -1 4202560 214 0 0 0 10 0 0 0 16 0 19 0 906064198 13955973120 29245 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 4 0 0 0
[pid=22788/tid=22797] ppid=22786 vsize=13628880 CPUtime=0.09 cores=0,2,4,6
/proc/22788/task/22797/stat : 22797 (java) S 22786 22788 18266 0 -1 4202560 202 0 0 0 9 0 0 0 15 0 19 0 906064198 13955973120 29245 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 0 0 0 0
[pid=22788/tid=22798] ppid=22786 vsize=13628880 CPUtime=0.1 cores=0,2,4,6
/proc/22788/task/22798/stat : 22798 (java) S 22786 22788 18266 0 -1 4202560 415 0 0 0 10 0 0 0 15 0 19 0 906064198 13955973120 29245 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 0 0 0 0
[pid=22788/tid=22799] ppid=22786 vsize=13628880 CPUtime=3.56 cores=0,2,4,6
/proc/22788/task/22799/stat : 22799 (java) S 22786 22788 18266 0 -1 4202560 4435 0 0 0 353 3 0 0 15 0 19 0 906064199 13955973120 29245 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907307008 0 0 0 16800975 18446604441236589568 0 0 -1 2 0 0 0
[pid=22788/tid=22800] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22800/stat : 22800 (java) S 22786 22788 18266 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 906064199 13955973120 29245 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 2 0 0 0
[pid=22788/tid=22801] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22801/stat : 22801 (java) S 22786 22788 18266 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 906064199 13955973120 29245 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 2 0 0 0
[pid=22788/tid=22802] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22802/stat : 22802 (java) S 22786 22788 18266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906064202 13955973120 29245 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907314097 0 4 0 16800975 18446604441236589568 0 0 -1 2 0 0 0
[pid=22788/tid=22803] ppid=22786 vsize=13628880 CPUtime=0.22 cores=0,2,4,6
/proc/22788/task/22803/stat : 22803 (java) S 22786 22788 18266 0 -1 4202560 1400 0 0 0 22 0 0 0 15 0 19 0 906064202 13955973120 29245 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 4 0 0 0
[pid=22788/tid=22804] ppid=22786 vsize=13628880 CPUtime=1.06 cores=0,2,4,6
/proc/22788/task/22804/stat : 22804 (java) S 22786 22788 18266 0 -1 4202560 14163 0 0 0 105 1 0 0 15 0 19 0 906064202 13955973120 29245 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 0 0 0 0
[pid=22788/tid=22805] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22805/stat : 22805 (java) S 22786 22788 18266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906064202 13955973120 29245 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 2 0 0 0
[pid=22788/tid=22806] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22806/stat : 22806 (java) S 22786 22788 18266 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 906064202 13955973120 29245 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907307008 0 4 0 16800975 18446604441236589568 0 0 -1 0 0 0 0
[pid=22788/tid=22807] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22807/stat : 22807 (java) S 22786 22788 18266 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906064215 13955973120 29245 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907307008 0 4 0 16800975 18446604441236589568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 172
Current children cumulated vsize (KiB) 13628880

[startup+171.201 s]
/proc/loadavg: 2.05 2.08 2.02 3/480 22858
/proc/meminfo: memFree=29659556/32950928 swapFree=52246700/67111528
[pid=22788] ppid=22786 vsize=13628880 CPUtime=172.81 cores=0,2,4,6
/proc/22788/stat : 22788 (java) S 22786 22788 18266 0 -1 4202496 38065 0 1 0 17271 10 0 0 25 0 19 0 906064195 13955973120 29252 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22788/statm: 3407220 29252 2251 9 0 3397954 0
[pid=22788/tid=22789] ppid=22786 vsize=13628880 CPUtime=167.07 cores=0,2,4,6
/proc/22788/task/22789/stat : 22789 (java) R 22786 22788 18266 0 -1 4202560 15239 0 1 0 16704 3 0 0 25 0 19 0 906064196 13955973120 29252 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 46912505507564 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22788/tid=22791] ppid=22786 vsize=13628880 CPUtime=0.08 cores=0,2,4,6
/proc/22788/task/22791/stat : 22791 (java) S 22786 22788 18266 0 -1 4202560 455 0 0 0 8 0 0 0 15 0 19 0 906064198 13955973120 29252 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 6 0 0 0
[pid=22788/tid=22792] ppid=22786 vsize=13628880 CPUtime=0.12 cores=0,2,4,6
/proc/22788/task/22792/stat : 22792 (java) S 22786 22788 18266 0 -1 4202560 52 0 0 0 12 0 0 0 15 0 19 0 906064198 13955973120 29252 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 6 0 0 0
[pid=22788/tid=22793] ppid=22786 vsize=13628880 CPUtime=0.09 cores=0,2,4,6
/proc/22788/task/22793/stat : 22793 (java) S 22786 22788 18266 0 -1 4202560 116 0 0 0 9 0 0 0 16 0 19 0 906064198 13955973120 29252 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 4 0 0 0
[pid=22788/tid=22794] ppid=22786 vsize=13628880 CPUtime=0.1 cores=0,2,4,6
/proc/22788/task/22794/stat : 22794 (java) S 22786 22788 18266 0 -1 4202560 145 0 0 0 10 0 0 0 15 0 19 0 906064198 13955973120 29252 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 6 0 0 0
[pid=22788/tid=22795] ppid=22786 vsize=13628880 CPUtime=0.09 cores=0,2,4,6
/proc/22788/task/22795/stat : 22795 (java) S 22786 22788 18266 0 -1 4202560 63 0 0 0 9 0 0 0 15 0 19 0 906064198 13955973120 29252 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 6 0 0 0
[pid=22788/tid=22796] ppid=22786 vsize=13628880 CPUtime=0.1 cores=0,2,4,6
/proc/22788/task/22796/stat : 22796 (java) S 22786 22788 18266 0 -1 4202560 214 0 0 0 10 0 0 0 15 0 19 0 906064198 13955973120 29252 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 4 0 0 0
[pid=22788/tid=22797] ppid=22786 vsize=13628880 CPUtime=0.09 cores=0,2,4,6
/proc/22788/task/22797/stat : 22797 (java) S 22786 22788 18266 0 -1 4202560 208 0 0 0 9 0 0 0 16 0 19 0 906064198 13955973120 29252 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 0 0 0 0
[pid=22788/tid=22798] ppid=22786 vsize=13628880 CPUtime=0.1 cores=0,2,4,6
/proc/22788/task/22798/stat : 22798 (java) S 22786 22788 18266 0 -1 4202560 415 0 0 0 10 0 0 0 16 0 19 0 906064198 13955973120 29252 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 0 0 0 0
[pid=22788/tid=22799] ppid=22786 vsize=13628880 CPUtime=3.59 cores=0,2,4,6
/proc/22788/task/22799/stat : 22799 (java) S 22786 22788 18266 0 -1 4202560 4435 0 0 0 356 3 0 0 15 0 19 0 906064199 13955973120 29252 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907307008 0 0 0 16800975 18446604441236589568 0 0 -1 2 0 0 0
[pid=22788/tid=22800] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22800/stat : 22800 (java) S 22786 22788 18266 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 906064199 13955973120 29252 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 2 0 0 0
[pid=22788/tid=22801] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22801/stat : 22801 (java) S 22786 22788 18266 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 906064199 13955973120 29252 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 2 0 0 0
[pid=22788/tid=22802] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22802/stat : 22802 (java) S 22786 22788 18266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906064202 13955973120 29252 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907314097 0 4 0 16800975 18446604441236589568 0 0 -1 2 0 0 0
[pid=22788/tid=22803] ppid=22786 vsize=13628880 CPUtime=0.22 cores=0,2,4,6
/proc/22788/task/22803/stat : 22803 (java) S 22786 22788 18266 0 -1 4202560 1400 0 0 0 22 0 0 0 15 0 19 0 906064202 13955973120 29252 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 4 0 0 0
[pid=22788/tid=22804] ppid=22786 vsize=13628880 CPUtime=1.06 cores=0,2,4,6
/proc/22788/task/22804/stat : 22804 (java) S 22786 22788 18266 0 -1 4202560 14163 0 0 0 105 1 0 0 15 0 19 0 906064202 13955973120 29252 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 0 0 0 0
[pid=22788/tid=22805] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22805/stat : 22805 (java) S 22786 22788 18266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906064202 13955973120 29252 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 2 0 0 0
[pid=22788/tid=22806] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22806/stat : 22806 (java) S 22786 22788 18266 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 906064202 13955973120 29252 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907307008 0 4 0 16800975 18446604441236589568 0 0 -1 0 0 0 0
[pid=22788/tid=22807] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22807/stat : 22807 (java) S 22786 22788 18266 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906064215 13955973120 29252 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907307008 0 4 0 16800975 18446604441236589568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 172.81
Current children cumulated vsize (KiB) 13628880

[startup+171.601 s]
/proc/loadavg: 2.05 2.08 2.02 3/480 22858
/proc/meminfo: memFree=29659308/32950928 swapFree=52246700/67111528
[pid=22788] ppid=22786 vsize=13628880 CPUtime=173.22 cores=0,2,4,6
/proc/22788/stat : 22788 (java) S 22786 22788 18266 0 -1 4202496 38066 0 1 0 17312 10 0 0 25 0 19 0 906064195 13955973120 29252 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22788/statm: 3407220 29252 2251 9 0 3397954 0
[pid=22788/tid=22789] ppid=22786 vsize=13628880 CPUtime=167.48 cores=0,2,4,6
/proc/22788/task/22789/stat : 22789 (java) R 22786 22788 18266 0 -1 4202560 15239 0 1 0 16745 3 0 0 25 0 19 0 906064196 13955973120 29252 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 46912505325702 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22788/tid=22791] ppid=22786 vsize=13628880 CPUtime=0.08 cores=0,2,4,6
/proc/22788/task/22791/stat : 22791 (java) S 22786 22788 18266 0 -1 4202560 455 0 0 0 8 0 0 0 15 0 19 0 906064198 13955973120 29252 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 6 0 0 0
[pid=22788/tid=22792] ppid=22786 vsize=13628880 CPUtime=0.12 cores=0,2,4,6
/proc/22788/task/22792/stat : 22792 (java) S 22786 22788 18266 0 -1 4202560 52 0 0 0 12 0 0 0 15 0 19 0 906064198 13955973120 29252 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 6 0 0 0
[pid=22788/tid=22793] ppid=22786 vsize=13628880 CPUtime=0.09 cores=0,2,4,6
/proc/22788/task/22793/stat : 22793 (java) S 22786 22788 18266 0 -1 4202560 116 0 0 0 9 0 0 0 16 0 19 0 906064198 13955973120 29252 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 4 0 0 0
[pid=22788/tid=22794] ppid=22786 vsize=13628880 CPUtime=0.1 cores=0,2,4,6
/proc/22788/task/22794/stat : 22794 (java) S 22786 22788 18266 0 -1 4202560 145 0 0 0 10 0 0 0 15 0 19 0 906064198 13955973120 29252 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 6 0 0 0
[pid=22788/tid=22795] ppid=22786 vsize=13628880 CPUtime=0.09 cores=0,2,4,6
/proc/22788/task/22795/stat : 22795 (java) S 22786 22788 18266 0 -1 4202560 63 0 0 0 9 0 0 0 15 0 19 0 906064198 13955973120 29252 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 6 0 0 0
[pid=22788/tid=22796] ppid=22786 vsize=13628880 CPUtime=0.1 cores=0,2,4,6
/proc/22788/task/22796/stat : 22796 (java) S 22786 22788 18266 0 -1 4202560 214 0 0 0 10 0 0 0 15 0 19 0 906064198 13955973120 29252 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 4 0 0 0
[pid=22788/tid=22797] ppid=22786 vsize=13628880 CPUtime=0.09 cores=0,2,4,6
/proc/22788/task/22797/stat : 22797 (java) S 22786 22788 18266 0 -1 4202560 208 0 0 0 9 0 0 0 16 0 19 0 906064198 13955973120 29252 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 0 0 0 0
[pid=22788/tid=22798] ppid=22786 vsize=13628880 CPUtime=0.1 cores=0,2,4,6
/proc/22788/task/22798/stat : 22798 (java) S 22786 22788 18266 0 -1 4202560 415 0 0 0 10 0 0 0 16 0 19 0 906064198 13955973120 29252 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 0 0 0 0
[pid=22788/tid=22799] ppid=22786 vsize=13628880 CPUtime=3.59 cores=0,2,4,6
/proc/22788/task/22799/stat : 22799 (java) S 22786 22788 18266 0 -1 4202560 4435 0 0 0 356 3 0 0 15 0 19 0 906064199 13955973120 29252 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907307008 0 0 0 16800975 18446604441236589568 0 0 -1 2 0 0 0
[pid=22788/tid=22800] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22800/stat : 22800 (java) S 22786 22788 18266 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 906064199 13955973120 29252 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 2 0 0 0
[pid=22788/tid=22801] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22801/stat : 22801 (java) S 22786 22788 18266 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 906064199 13955973120 29252 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 2 0 0 0
[pid=22788/tid=22802] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22802/stat : 22802 (java) S 22786 22788 18266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906064202 13955973120 29252 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907314097 0 4 0 16800975 18446604441236589568 0 0 -1 2 0 0 0
[pid=22788/tid=22803] ppid=22786 vsize=13628880 CPUtime=0.22 cores=0,2,4,6
/proc/22788/task/22803/stat : 22803 (java) S 22786 22788 18266 0 -1 4202560 1401 0 0 0 22 0 0 0 15 0 19 0 906064202 13955973120 29252 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 4 0 0 0
[pid=22788/tid=22804] ppid=22786 vsize=13628880 CPUtime=1.07 cores=0,2,4,6
/proc/22788/task/22804/stat : 22804 (java) S 22786 22788 18266 0 -1 4202560 14163 0 0 0 106 1 0 0 15 0 19 0 906064202 13955973120 29252 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 0 0 0 0
[pid=22788/tid=22805] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22805/stat : 22805 (java) S 22786 22788 18266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 906064202 13955973120 29252 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907306393 0 4 0 16800975 18446604441236589568 0 0 -1 2 0 0 0
[pid=22788/tid=22806] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22806/stat : 22806 (java) S 22786 22788 18266 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 906064202 13955973120 29252 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907307008 0 4 0 16800975 18446604441236589568 0 0 -1 0 0 0 0
[pid=22788/tid=22807] ppid=22786 vsize=13628880 CPUtime=0 cores=0,2,4,6
/proc/22788/task/22807/stat : 22807 (java) S 22786 22788 18266 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 906064215 13955973120 29252 33554432000 1073741824 1073778376 140734686924512 18446744073709551615 231907307008 0 4 0 16800975 18446604441236589568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 173.22
Current children cumulated vsize (KiB) 13628880

Child status: 30
Real time (s): 171.632
CPU time (s): 173.253
CPU user time (s): 173.137
CPU system time (s): 0.115982
CPU usage (%): 100.944
Max. virtual memory (cumulated for all children) (KiB): 13628880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 173.137
system time used= 0.115982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38085
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= 8103
involuntary context switches= 3670

runsolver used 0.78288 second user time and 1.72674 second system time

The end

Launcher Data

Begin job on node114 at 2011-06-04 05:32:15
IDJOB=3458192
IDBENCH=48012
IDSOLVER=1952
FILE ID=node114/3458192-1307158335
RUNJOBID= node114-1307156093-21562
PBS_JOBID= 13508802
Free space on /tmp= 73940 MiB

SOLVER NAME= Sat4j Resolution 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 -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458192-1307158335/watcher-3458192-1307158335 -o /tmp/evaluation-result-3458192-1307158335/solver-3458192-1307158335 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458192-1307158335.opb

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

MD5SUM BENCH= 0f5232be892543458d8a9fd6fc4fb56e
RANDOM SEED=145898505

node114.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.848
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.69
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.848
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	: 5226.15
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.848
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.74
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.848
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.73
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.848
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.848
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.75
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.848
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.74
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.848
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29767352 kB
Buffers:        310028 kB
Cached:         456380 kB
SwapCached:      10712 kB
Active:        2433472 kB
Inactive:       477012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29767352 kB
SwapTotal:    67111528 kB
SwapFree:     52246700 kB
Dirty:             524 kB
Writeback:           0 kB
AnonPages:     2141540 kB
Mapped:          29464 kB
Slab:           141972 kB
PageTables:      62600 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 121627120 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= 73940 MiB
End job on node114 at 2011-06-04 05:35:07