Trace number 3455077

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0OPT15 163.393 91.0093

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/logic-synthesis/normalized-clip.b.opb
MD5SUM3b68d80e8ba1b8a702f9c691105ea9d4
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark0.807876
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 15
Optimality of the best value was proved YES
Number of variables349
Total number of constraints707
Number of constraints which are clauses707
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint111
Number of terms in the objective function 349
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 349
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 349
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.1.v20110525
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.18-164.el5
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		9996466904
0.01/0.09	c Max memory 		10048897024
0.01/0.09	c Total memory 		10048897024
0.01/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3455077-1307188735.opb
0.10/0.11	c reading problem ... 
0.47/0.36	c ... done. Wall clock time 0.246s.
0.47/0.36	c #vars     349
0.47/0.36	c #constraints  706
0.47/0.36	c constraints type 
0.47/0.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 702
0.47/0.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.47/0.36	c constraints type 
0.47/0.36	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3
0.47/0.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 702
0.47/0.37	c  And the winner is Resolution
0.72/0.86	c SATISFIABLE
0.72/0.86	c OPTIMIZING...
0.72/0.86	c Got one! Elapsed wall clock time (in seconds):0.754
0.72/0.86	o 21
1.03/1.02	c  And the winner is Resolution
1.10/1.47	c Got one! Elapsed wall clock time (in seconds):1.357
1.10/1.47	o 20
1.18/1.54	c  And the winner is Resolution
1.33/1.98	c Got one! Elapsed wall clock time (in seconds):1.866
1.33/1.98	o 19
1.33/2.06	c  And the winner is CuttingPlanes
1.88/2.49	c Got one! Elapsed wall clock time (in seconds):2.376
1.88/2.49	o 18
2.46/2.74	c cleaning 2838 clauses out of 5685 with flag 3000/5685
3.10/3.00	c  And the winner is CuttingPlanes
3.12/3.49	c Got one! Elapsed wall clock time (in seconds):3.383
3.12/3.49	o 17
3.53/3.74	c cleaning 6676 clauses out of 13364 with flag 5000/16202
4.13/4.08	c cleaning 6336 clauses out of 12688 with flag 11000/22202
4.98/4.47	c cleaning 6670 clauses out of 13352 with flag 18000/29202
5.98/4.98	c cleaning 7339 clauses out of 14683 with flag 26001/37203
7.05/5.46	c cleaning 8165 clauses out of 16343 with flag 35000/46202
8.02/5.93	c cleaning 9084 clauses out of 18178 with flag 45000/56202
9.00/6.41	c cleaning 9541 clauses out of 19094 with flag 55000/66202
9.98/6.99	c cleaning 9765 clauses out of 19553 with flag 65000/76202
10.96/7.47	c cleaning 9891 clauses out of 19788 with flag 75000/86202
12.12/8.09	c cleaning 9943 clauses out of 19898 with flag 85001/96203
13.30/8.62	c cleaning 9974 clauses out of 19954 with flag 95000/106202
14.46/9.20	c cleaning 9984 clauses out of 19980 with flag 105000/116202
15.47/9.79	c cleaning 9995 clauses out of 19997 with flag 115001/126203
16.65/10.38	c cleaning 9994 clauses out of 20002 with flag 125001/136203
17.82/10.98	c cleaning 9999 clauses out of 20010 with flag 135003/146205
18.16/11.17	c  And the winner is CuttingPlanes
18.31/11.54	c Got one! Elapsed wall clock time (in seconds):11.43
18.31/11.54	o 16
18.42/11.69	c cleaning 7767 clauses out of 15542 with flag 3000/151736
19.27/12.02	c cleaning 6880 clauses out of 13775 with flag 9000/157736
20.02/12.41	c cleaning 6944 clauses out of 13896 with flag 16001/164737
20.78/12.89	c cleaning 7471 clauses out of 14952 with flag 24001/172737
21.92/13.42	c cleaning 8237 clauses out of 16482 with flag 33002/181738
22.88/13.97	c cleaning 9117 clauses out of 18243 with flag 43000/191736
23.83/14.49	c cleaning 9559 clauses out of 19127 with flag 53001/201737
24.99/15.02	c cleaning 9781 clauses out of 19569 with flag 63002/211738
25.92/15.55	c cleaning 9888 clauses out of 19786 with flag 73000/221736
27.07/16.17	c cleaning 9942 clauses out of 19899 with flag 83001/231737
28.22/16.70	c cleaning 9967 clauses out of 19956 with flag 93000/241736
29.17/17.28	c cleaning 9991 clauses out of 19990 with flag 103001/251737
30.71/18.00	c cleaning 9990 clauses out of 19999 with flag 113001/261737
31.66/18.54	c cleaning 9995 clauses out of 20008 with flag 123000/271736
32.82/19.12	c cleaning 10001 clauses out of 20013 with flag 133000/281736
33.81/19.70	c cleaning 10000 clauses out of 20012 with flag 143000/291736
34.95/20.28	c cleaning 9999 clauses out of 20012 with flag 153000/301736
36.49/21.07	c cleaning 10000 clauses out of 20014 with flag 163001/311737
38.04/21.83	c cleaning 10001 clauses out of 20014 with flag 173001/321737
39.18/22.40	c cleaning 9990 clauses out of 20012 with flag 183000/331736
40.31/23.02	c cleaning 10000 clauses out of 20022 with flag 193000/341736
41.24/23.58	c cleaning 10000 clauses out of 20023 with flag 203001/351737
42.39/24.12	c cleaning 10010 clauses out of 20026 with flag 213004/361740
43.51/24.75	c cleaning 9997 clauses out of 20012 with flag 223000/371736
44.66/25.36	c cleaning 9999 clauses out of 20015 with flag 233000/381736
45.97/26.04	c cleaning 10003 clauses out of 20017 with flag 243001/391737
47.50/26.82	c cleaning 10001 clauses out of 20014 with flag 253001/401737
48.65/27.43	c cleaning 10004 clauses out of 20013 with flag 263001/411737
49.75/28.02	c cleaning 9998 clauses out of 20008 with flag 273000/421736
50.70/28.61	c cleaning 10003 clauses out of 20011 with flag 283001/431737
51.82/29.11	c cleaning 10001 clauses out of 20009 with flag 293002/441738
52.98/29.77	c cleaning 9998 clauses out of 20006 with flag 303000/451736
54.67/30.68	c cleaning 9998 clauses out of 20009 with flag 313001/461737
56.00/31.37	c cleaning 9991 clauses out of 20010 with flag 323000/471736
57.16/31.92	c cleaning 10006 clauses out of 20022 with flag 333003/481739
58.05/32.46	c cleaning 9999 clauses out of 20015 with flag 343002/491738
59.34/33.18	c cleaning 10006 clauses out of 20020 with flag 353006/501742
60.86/34.01	c cleaning 9994 clauses out of 20009 with flag 363001/511737
62.39/34.77	c cleaning 10001 clauses out of 20014 with flag 373000/521736
63.91/35.52	c cleaning 10003 clauses out of 20016 with flag 383003/531739
65.21/36.22	c cleaning 10001 clauses out of 20012 with flag 393002/541738
66.32/36.81	c cleaning 10003 clauses out of 20010 with flag 403001/551737
67.48/37.49	c cleaning 9998 clauses out of 20007 with flag 413001/561737
68.76/38.14	c cleaning 9998 clauses out of 20009 with flag 423001/571737
70.04/38.83	c cleaning 9996 clauses out of 20010 with flag 433000/581736
71.16/39.42	c cleaning 9999 clauses out of 20014 with flag 443000/591736
72.08/39.97	c cleaning 10002 clauses out of 20016 with flag 453001/601737
73.20/40.53	c cleaning 9998 clauses out of 20013 with flag 463000/611736
74.28/41.16	c cleaning 10001 clauses out of 20016 with flag 473001/621737
75.19/41.70	c cleaning 10001 clauses out of 20016 with flag 483002/631738
76.31/42.29	c cleaning 9997 clauses out of 20013 with flag 493000/641736
77.66/42.99	c cleaning 9999 clauses out of 20017 with flag 503001/651737
78.90/43.63	c cleaning 9997 clauses out of 20017 with flag 513000/661736
80.01/44.23	c cleaning 9988 clauses out of 20020 with flag 523000/671736
81.53/45.03	c cleaning 9996 clauses out of 20032 with flag 533000/681736
83.03/45.87	c cleaning 10008 clauses out of 20036 with flag 543000/691736
84.71/46.70	c cleaning 10006 clauses out of 20028 with flag 553000/701736
86.02/47.44	c cleaning 10005 clauses out of 20022 with flag 563000/711736
87.53/48.27	c cleaning 9997 clauses out of 20019 with flag 573002/721738
88.83/48.98	c cleaning 9996 clauses out of 20021 with flag 583001/731737
90.29/49.71	c cleaning 10003 clauses out of 20024 with flag 593000/741736
91.40/50.32	c cleaning 10004 clauses out of 20024 with flag 603003/751739
92.50/50.93	c cleaning 10001 clauses out of 20018 with flag 613001/761737
93.60/51.54	c cleaning 10003 clauses out of 20020 with flag 623004/771740
94.66/52.18	c cleaning 10000 clauses out of 20013 with flag 633000/781736
95.99/52.83	c cleaning 9999 clauses out of 20014 with flag 643001/791737
97.26/53.51	c cleaning 10000 clauses out of 20015 with flag 653001/801737
98.36/54.16	c cleaning 9997 clauses out of 20015 with flag 663001/811737
99.22/54.64	c  And the winner is CuttingPlanes
99.30/54.94	c Got one! Elapsed wall clock time (in seconds):54.831
99.30/54.94	o 15
99.84/55.21	c cleaning 10293 clauses out of 20607 with flag 5000/822326
100.34/55.59	c cleaning 8148 clauses out of 16314 with flag 11000/828326
101.25/56.02	c cleaning 7573 clauses out of 15166 with flag 18000/835326
102.14/56.55	c cleaning 7793 clauses out of 15595 with flag 26002/843328
103.20/57.16	c cleaning 8396 clauses out of 16800 with flag 35000/852326
104.29/57.78	c cleaning 9195 clauses out of 18404 with flag 45000/862326
105.58/58.40	c cleaning 9601 clauses out of 19212 with flag 55003/872329
106.67/59.06	c cleaning 9797 clauses out of 19608 with flag 65000/882326
107.90/59.79	c cleaning 9902 clauses out of 19811 with flag 75000/892326
109.19/60.46	c cleaning 9946 clauses out of 19910 with flag 85001/902327
110.27/61.08	c cleaning 9976 clauses out of 19963 with flag 95000/912326
111.39/61.68	c cleaning 9983 clauses out of 19987 with flag 105000/922326
112.59/62.32	c cleaning 10001 clauses out of 20007 with flag 115003/932329
113.67/62.94	c cleaning 9993 clauses out of 20003 with flag 125000/942326
114.95/63.65	c cleaning 9997 clauses out of 20014 with flag 135004/952330
116.23/64.30	c cleaning 9999 clauses out of 20013 with flag 145000/962326
117.46/65.04	c cleaning 10004 clauses out of 20015 with flag 155001/972327
118.54/65.63	c cleaning 9993 clauses out of 20010 with flag 165000/982326
119.62/66.20	c cleaning 10004 clauses out of 20018 with flag 175001/992327
120.70/66.82	c cleaning 10001 clauses out of 20014 with flag 185001/1002327
121.92/67.51	c cleaning 9979 clauses out of 20012 with flag 195000/1012326
123.01/68.14	c cleaning 10010 clauses out of 20036 with flag 205003/1022329
124.08/68.73	c cleaning 10006 clauses out of 20023 with flag 215000/1032326
125.36/69.47	c cleaning 10003 clauses out of 20020 with flag 225003/1042329
126.98/70.35	c cleaning 10002 clauses out of 20014 with flag 235000/1052326
128.25/71.06	c cleaning 9996 clauses out of 20014 with flag 245002/1062328
129.54/71.79	c cleaning 10005 clauses out of 20023 with flag 255007/1072333
130.81/72.40	c cleaning 10000 clauses out of 20012 with flag 265001/1082327
131.83/73.05	c cleaning 10000 clauses out of 20011 with flag 275000/1092326
132.70/73.61	c cleaning 10002 clauses out of 20012 with flag 285001/1102327
133.78/74.18	c cleaning 9998 clauses out of 20010 with flag 295001/1112327
135.25/74.95	c cleaning 9977 clauses out of 20011 with flag 305000/1122326
137.09/75.92	c cleaning 10007 clauses out of 20035 with flag 315001/1132327
138.13/76.56	c cleaning 10004 clauses out of 20027 with flag 325000/1142326
139.20/77.15	c cleaning 10006 clauses out of 20023 with flag 335000/1152326
140.26/77.75	c cleaning 10004 clauses out of 20017 with flag 345000/1162326
141.47/78.46	c cleaning 9999 clauses out of 20013 with flag 355000/1172326
142.75/79.14	c cleaning 10000 clauses out of 20015 with flag 365001/1182327
144.21/79.92	c cleaning 9998 clauses out of 20014 with flag 375000/1192326
145.47/80.60	c cleaning 10002 clauses out of 20019 with flag 385003/1202329
146.69/81.31	c cleaning 10003 clauses out of 20015 with flag 395001/1212327
147.74/81.93	c cleaning 9997 clauses out of 20012 with flag 405001/1222327
149.00/82.69	c cleaning 9994 clauses out of 20014 with flag 415000/1232326
150.26/83.31	c cleaning 9997 clauses out of 20020 with flag 425000/1242326
151.47/84.06	c cleaning 10004 clauses out of 20023 with flag 435000/1252326
152.76/84.79	c cleaning 10000 clauses out of 20019 with flag 445000/1262326
153.79/85.38	c cleaning 10007 clauses out of 20021 with flag 455002/1272328
154.86/85.92	c cleaning 10000 clauses out of 20012 with flag 465000/1282326
155.86/86.54	c cleaning 9998 clauses out of 20012 with flag 475000/1292326
157.32/87.33	c cleaning 9998 clauses out of 20014 with flag 485000/1302326
158.78/88.19	c cleaning 10003 clauses out of 20018 with flag 495002/1312328
160.23/88.98	c cleaning 9981 clauses out of 20014 with flag 505001/1322327
162.23/90.07	c cleaning 10007 clauses out of 20037 with flag 515005/1332331
162.68/90.31	c  And the winner is CuttingPlanes
163.27/90.96	c starts		: 24
163.27/90.96	c conflicts		: 3965
163.27/90.96	c decisions		: 51929
163.27/90.96	c propagations		: 187122
163.27/90.96	c inspects		: 34450094
163.27/90.96	c shortcuts		: 0
163.27/90.96	c learnt literals	: 0
163.27/90.96	c learnt binary clauses	: 0
163.27/90.96	c learnt ternary clauses	: 0
163.27/90.96	c learnt constraints	: 3964
163.27/90.96	c ignored constraints	: 0
163.27/90.96	c root simplifications	: 0
163.27/90.96	c removed literals (reason simplification)	: 0
163.27/90.96	c reason swapping (by a shorter reason)	: 0
163.27/90.96	c Calls to reduceDB	: 0
163.27/90.96	c number of reductions to clauses (during analyze)	: 0
163.27/90.96	c number of learned constraints concerned by reduction	: 0
163.27/90.96	c number of learning phase by resolution	: 0
163.27/90.96	c number of learning phase by cutting planes	: 0
163.27/90.96	c speed (assignments/second)	: 5195.2357154755955
163.27/90.96	c non guided choices	0
163.27/90.96	c learnt constraints type 
163.27/90.96	c constraints type 
163.27/90.96	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 702
163.27/90.96	c org.sat4j.minisat.constraints.card.MinWatchCard => 0
163.27/90.96	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
163.27/90.96	c constraints type 
163.27/90.96	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3
163.27/90.96	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 702
163.27/90.96	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 0
163.27/90.96	s OPTIMUM FOUND
163.27/90.96	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 x82 -x83 -x84 -x85 x86 -x87 -x88 x89 -x90 x91 -x92 -x93 -x94 -x95 x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 x302 -x303 x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 x344 -x345 -x346 -x347 -x348 -x349 
163.27/90.96	c objective function=15
163.27/90.96	c Total wall clock time (in seconds): 90.852

Verifier Data

OK	15

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

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

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


[startup+0 s]
/proc/loadavg: 1.06 1.13 1.49 3/469 15867
/proc/meminfo: memFree=24103044/32951124 swapFree=56297244/67111528
[pid=15867] ppid=15865 vsize=24008 CPUtime=0 cores=0,2,4,6
/proc/15867/stat : 15867 (java) S 15865 15867 13385 0 -1 4202496 1129 0 0 0 0 0 0 0 23 0 2 0 909103942 24584192 867 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469868517 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/15867/statm: 6002 875 662 9 0 382 0
[pid=15867/tid=15868] ppid=15865 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15868/stat : 15868 (java) R 15865 15867 13385 0 -1 4202560 5733 0 1 0 0 0 0 0 25 0 2 0 909103943 10694979584 6549 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252457759803 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.0230329 s]
/proc/loadavg: 1.06 1.13 1.49 3/469 15867
/proc/meminfo: memFree=24103044/32951124 swapFree=56297244/67111528
[pid=15867] ppid=15865 vsize=10453028 CPUtime=0.01 cores=0,2,4,6
/proc/15867/stat : 15867 (java) S 15865 15867 13385 0 -1 4202496 9968 0 1 0 1 0 0 0 23 0 10 0 909103942 10703900672 9670 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469868517 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/15867/statm: 2613257 9674 968 9 0 2604413 0
[pid=15867/tid=15868] ppid=15865 vsize=10453028 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15868/stat : 15868 (java) R 15865 15867 13385 0 -1 4202560 8849 0 1 0 0 0 0 0 25 0 10 0 909103943 10703900672 9674 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 47755098964650 0 4 0 16784584 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10453028

[startup+0.100962 s]
/proc/loadavg: 1.06 1.13 1.49 3/469 15867
/proc/meminfo: memFree=24103044/32951124 swapFree=56297244/67111528
[pid=15867] ppid=15865 vsize=10540140 CPUtime=0.1 cores=0,2,4,6
/proc/15867/stat : 15867 (java) S 15865 15867 13385 0 -1 4202496 13087 0 1 0 9 1 0 0 23 0 18 0 909103942 10793103360 12784 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15867/statm: 2635035 12784 2093 9 0 2625769 0
[pid=15867/tid=15868] ppid=15865 vsize=10540140 CPUtime=0.08 cores=0,2,4,6
/proc/15867/task/15868/stat : 15868 (java) R 15865 15867 13385 0 -1 4202560 11189 0 1 0 7 1 0 0 18 0 18 0 909103943 10793103360 12784 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469892555 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) 10540140

[startup+0.30092 s]
/proc/loadavg: 1.06 1.13 1.49 3/469 15867
/proc/meminfo: memFree=24103044/32951124 swapFree=56297244/67111528
[pid=15867] ppid=15865 vsize=10547076 CPUtime=0.47 cores=0,2,4,6
/proc/15867/stat : 15867 (java) S 15865 15867 13385 0 -1 4202496 16645 0 1 0 45 2 0 0 23 0 18 0 909103942 10800205824 15615 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15867/statm: 2636769 15615 2198 9 0 2627503 0
[pid=15867/tid=15868] ppid=15865 vsize=10547076 CPUtime=0.28 cores=0,2,4,6
/proc/15867/task/15868/stat : 15868 (java) R 15865 15867 13385 0 -1 4202560 12463 0 1 0 27 1 0 0 18 0 18 0 909103943 10800205824 15615 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 46912505557353 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10547076

[startup+0.700927 s]
/proc/loadavg: 1.06 1.13 1.49 3/469 15867
/proc/meminfo: memFree=24103044/32951124 swapFree=56297244/67111528
[pid=15867] ppid=15865 vsize=10550160 CPUtime=0.72 cores=0,2,4,6
/proc/15867/stat : 15867 (java) S 15865 15867 13385 0 -1 4202496 18131 0 1 0 70 2 0 0 23 0 20 0 909103942 10803363840 17101 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15867/statm: 2637540 17101 2221 9 0 2628274 0
[pid=15867/tid=15868] ppid=15865 vsize=10550160 CPUtime=0.34 cores=0,2,4,6
/proc/15867/task/15868/stat : 15868 (java) S 15865 15867 13385 0 -1 4202560 13541 0 1 0 33 1 0 0 19 0 20 0 909103943 10803363840 17101 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469882368 0 4 0 16800975 18446604443583227776 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 10550160

[startup+1.50071 s]
/proc/loadavg: 1.06 1.13 1.49 4/508 15915
/proc/meminfo: memFree=23981128/32951124 swapFree=56297244/67111528
[pid=15867] ppid=15865 vsize=10551188 CPUtime=1.18 cores=0,2,4,6
/proc/15867/stat : 15867 (java) S 15865 15867 13385 0 -1 4202496 18703 0 1 0 116 2 0 0 23 0 22 0 909103942 10804416512 17612 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15867/statm: 2637797 17612 2235 9 0 2628531 0
[pid=15867/tid=15868] ppid=15865 vsize=10551188 CPUtime=0.35 cores=0,2,4,6
/proc/15867/task/15868/stat : 15868 (java) S 15865 15867 13385 0 -1 4202560 13630 0 1 0 34 1 0 0 16 0 22 0 909103943 10804416512 17612 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469882368 0 4 0 16800975 18446604443583227776 0 0 -1 6 0 0 0
[pid=15867/tid=15879] ppid=15865 vsize=10551188 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15879/stat : 15879 (java) S 15865 15867 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909103945 10804416512 17612 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 6 0 0 0
[pid=15867/tid=15880] ppid=15865 vsize=10551188 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15880/stat : 15880 (java) S 15865 15867 13385 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 909103945 10804416512 17612 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 6 0 0 0
[pid=15867/tid=15881] ppid=15865 vsize=10551188 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15881/stat : 15881 (java) S 15865 15867 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909103945 10804416512 17612 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 6 0 0 0
[pid=15867/tid=15882] ppid=15865 vsize=10551188 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15882/stat : 15882 (java) S 15865 15867 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909103945 10804416512 17612 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 6 0 0 0
[pid=15867/tid=15883] ppid=15865 vsize=10551188 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15883/stat : 15883 (java) S 15865 15867 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909103945 10804416512 17612 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 6 0 0 0
[pid=15867/tid=15884] ppid=15865 vsize=10551188 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15884/stat : 15884 (java) S 15865 15867 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909103945 10804416512 17612 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 6 0 0 0
[pid=15867/tid=15885] ppid=15865 vsize=10551188 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15885/stat : 15885 (java) S 15865 15867 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909103945 10804416512 17612 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 6 0 0 0
[pid=15867/tid=15886] ppid=15865 vsize=10551188 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15886/stat : 15886 (java) S 15865 15867 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909103945 10804416512 17612 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 6 0 0 0
[pid=15867/tid=15890] ppid=15865 vsize=10551188 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15890/stat : 15890 (java) S 15865 15867 13385 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 22 0 909103946 10804416512 17612 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469882368 0 0 0 16800975 18446604443583227776 0 0 -1 2 0 0 0
[pid=15867/tid=15891] ppid=15865 vsize=10551188 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15891/stat : 15891 (java) S 15865 15867 13385 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 909103946 10804416512 17613 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 2 0 0 0
[pid=15867/tid=15892] ppid=15865 vsize=10551188 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15892/stat : 15892 (java) S 15865 15867 13385 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 909103946 10804416512 17613 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 2 0 0 0
[pid=15867/tid=15898] ppid=15865 vsize=10551188 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15898/stat : 15898 (java) S 15865 15867 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909103948 10804416512 17613 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469889457 0 4 0 16800975 18446604443583227776 0 0 -1 2 0 0 0
[pid=15867/tid=15899] ppid=15865 vsize=10551188 CPUtime=0.31 cores=0,2,4,6
/proc/15867/task/15899/stat : 15899 (java) R 15865 15867 13385 0 -1 4202560 1173 0 0 0 31 0 0 0 17 0 22 0 909103948 10804416512 17613 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252457727009 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15867/tid=15900] ppid=15865 vsize=10551188 CPUtime=0.28 cores=0,2,4,6
/proc/15867/task/15900/stat : 15900 (java) R 15865 15867 13385 0 -1 4202560 2479 0 0 0 28 0 0 0 17 0 22 0 909103948 10804416512 17613 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 47755099612193 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=15867/tid=15901] ppid=15865 vsize=10551188 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15901/stat : 15901 (java) S 15865 15867 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909103948 10804416512 17613 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 2 0 0 0
[pid=15867/tid=15902] ppid=15865 vsize=10551188 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15902/stat : 15902 (java) S 15865 15867 13385 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 909103948 10804416512 17613 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469882368 0 4 0 16800975 18446604443583227776 0 0 -1 6 0 0 0
[pid=15867/tid=15909] ppid=15865 vsize=10551188 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15909/stat : 15909 (java) S 15865 15867 13385 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 909103979 10804416512 17613 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469882368 0 4 0 16800975 18446604443583227776 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 10551188

[startup+3.1015 s]
/proc/loadavg: 1.06 1.13 1.49 4/507 15927
/proc/meminfo: memFree=23956212/32951124 swapFree=56297244/67111528
[pid=15867] ppid=15865 vsize=10558176 CPUtime=3.12 cores=0,2,4,6
/proc/15867/stat : 15867 (java) S 15865 15867 13385 0 -1 4202496 85875 0 1 0 303 9 0 0 23 0 19 0 909103942 10811572224 79169 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15867/statm: 2639544 79169 2266 9 0 2630278 0
[pid=15867/tid=15868] ppid=15865 vsize=10558176 CPUtime=0.35 cores=0,2,4,6
/proc/15867/task/15868/stat : 15868 (java) S 15865 15867 13385 0 -1 4202560 13696 0 1 0 34 1 0 0 15 0 19 0 909103943 10811572224 79169 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469882368 0 4 0 16800975 18446604443583227776 0 0 -1 6 0 0 0
[pid=15867/tid=15879] ppid=15865 vsize=10558176 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15879/stat : 15879 (java) S 15865 15867 13385 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 909103945 10811572224 79169 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 6 0 0 0
[pid=15867/tid=15880] ppid=15865 vsize=10558176 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15880/stat : 15880 (java) S 15865 15867 13385 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 909103945 10811572224 79169 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 6 0 0 0
[pid=15867/tid=15881] ppid=15865 vsize=10558176 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15881/stat : 15881 (java) S 15865 15867 13385 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 909103945 10811572224 79169 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 6 0 0 0
[pid=15867/tid=15882] ppid=15865 vsize=10558176 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15882/stat : 15882 (java) S 15865 15867 13385 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 909103945 10811572224 79169 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 6 0 0 0
[pid=15867/tid=15883] ppid=15865 vsize=10558176 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15883/stat : 15883 (java) S 15865 15867 13385 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 909103945 10811572224 79169 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 6 0 0 0
[pid=15867/tid=15884] ppid=15865 vsize=10558176 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15884/stat : 15884 (java) S 15865 15867 13385 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 909103945 10811572224 79169 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 6 0 0 0
[pid=15867/tid=15885] ppid=15865 vsize=10558176 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15885/stat : 15885 (java) S 15865 15867 13385 0 -1 4202560 168 0 0 0 0 0 0 0 18 0 19 0 909103945 10811572224 79169 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 6 0 0 0
[pid=15867/tid=15886] ppid=15865 vsize=10558176 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15886/stat : 15886 (java) S 15865 15867 13385 0 -1 4202560 257 0 0 0 0 0 0 0 18 0 19 0 909103945 10811572224 79169 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 6 0 0 0
[pid=15867/tid=15890] ppid=15865 vsize=10558176 CPUtime=0.01 cores=0,2,4,6
/proc/15867/task/15890/stat : 15890 (java) S 15865 15867 13385 0 -1 4202560 431 0 0 0 1 0 0 0 16 0 19 0 909103946 10811572224 79169 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469882368 0 0 0 16800975 18446604443583227776 0 0 -1 2 0 0 0
[pid=15867/tid=15891] ppid=15865 vsize=10558176 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15891/stat : 15891 (java) S 15865 15867 13385 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 909103946 10811572224 79169 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 0 0 0 0
[pid=15867/tid=15892] ppid=15865 vsize=10558176 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15892/stat : 15892 (java) S 15865 15867 13385 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 909103946 10811572224 79169 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 0 0 0 0
[pid=15867/tid=15898] ppid=15865 vsize=10558176 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15898/stat : 15898 (java) S 15865 15867 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909103948 10811572224 79169 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469889457 0 4 0 16800975 18446604443583227776 0 0 -1 2 0 0 0
[pid=15867/tid=15899] ppid=15865 vsize=10558176 CPUtime=0.69 cores=0,2,4,6
/proc/15867/task/15899/stat : 15899 (java) S 15865 15867 13385 0 -1 4202560 5415 0 0 0 69 0 0 0 16 0 19 0 909103948 10811572224 79169 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 0 0 0 0
[pid=15867/tid=15900] ppid=15865 vsize=10558176 CPUtime=0.73 cores=0,2,4,6
/proc/15867/task/15900/stat : 15900 (java) S 15865 15867 13385 0 -1 4202560 6055 0 0 0 73 0 0 0 15 0 19 0 909103948 10811572224 79169 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 2 0 0 0
[pid=15867/tid=15901] ppid=15865 vsize=10558176 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15901/stat : 15901 (java) S 15865 15867 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909103948 10811572224 79169 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 2 0 0 0
[pid=15867/tid=15902] ppid=15865 vsize=10558176 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15902/stat : 15902 (java) S 15865 15867 13385 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 909103948 10811572224 79169 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469882368 0 4 0 16800975 18446604443583227776 0 0 -1 2 0 0 0
[pid=15867/tid=15927] ppid=15865 vsize=10558176 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15927/stat : 15927 (java) S 15865 15867 13385 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 909104141 10811572224 79169 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469882368 0 4 0 16800975 18446604443583227776 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 10558176

[startup+6.3008 s]
/proc/loadavg: 1.30 1.18 1.51 5/512 15946
/proc/meminfo: memFree=23177652/32951124 swapFree=56297244/67111528
[pid=15867] ppid=15865 vsize=10554892 CPUtime=8.8 cores=0,2,4,6
/proc/15867/stat : 15867 (java) S 15865 15867 13385 0 -1 4202496 150230 0 1 0 864 16 0 0 23 0 22 0 909103942 10808209408 141501 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15867/statm: 2638723 141501 2267 9 0 2629457 0
[pid=15867/tid=15868] ppid=15865 vsize=10554892 CPUtime=0.35 cores=0,2,4,6
/proc/15867/task/15868/stat : 15868 (java) S 15865 15867 13385 0 -1 4202560 13725 0 1 0 34 1 0 0 15 0 22 0 909103943 10808209408 141501 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469882368 0 4 0 16800975 18446604443583227776 0 0 -1 6 0 0 0
[pid=15867/tid=15879] ppid=15865 vsize=10554892 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15879/stat : 15879 (java) S 15865 15867 13385 0 -1 4202560 482 0 0 0 0 0 0 0 15 0 22 0 909103945 10808209408 141501 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 6 0 0 0
[pid=15867/tid=15880] ppid=15865 vsize=10554892 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15880/stat : 15880 (java) S 15865 15867 13385 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 909103945 10808209408 141501 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 0 0 0 0
[pid=15867/tid=15881] ppid=15865 vsize=10554892 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15881/stat : 15881 (java) S 15865 15867 13385 0 -1 4202560 361 0 0 0 0 0 0 0 15 0 22 0 909103945 10808209408 141501 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 6 0 0 0
[pid=15867/tid=15882] ppid=15865 vsize=10554892 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15882/stat : 15882 (java) S 15865 15867 13385 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 22 0 909103945 10808209408 141501 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 6 0 0 0
[pid=15867/tid=15883] ppid=15865 vsize=10554892 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15883/stat : 15883 (java) S 15865 15867 13385 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 22 0 909103945 10808209408 141501 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 0 0 0 0
[pid=15867/tid=15884] ppid=15865 vsize=10554892 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15884/stat : 15884 (java) S 15865 15867 13385 0 -1 4202560 83 0 0 0 0 0 0 0 15 0 22 0 909103945 10808209408 141501 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 6 0 0 0
[pid=15867/tid=15885] ppid=15865 vsize=10554892 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15885/stat : 15885 (java) S 15865 15867 13385 0 -1 4202560 169 0 0 0 0 0 0 0 15 0 22 0 909103945 10808209408 141501 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 6 0 0 0
[pid=15867/tid=15886] ppid=15865 vsize=10554892 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15886/stat : 15886 (java) S 15865 15867 13385 0 -1 4202560 259 0 0 0 0 0 0 0 15 0 22 0 909103945 10808209408 141501 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 6 0 0 0
[pid=15867/tid=15890] ppid=15865 vsize=10554892 CPUtime=0.14 cores=0,2,4,6
/proc/15867/task/15890/stat : 15890 (java) S 15865 15867 13385 0 -1 4202560 2288 0 0 0 14 0 0 0 16 0 22 0 909103946 10808209408 141501 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469882368 0 0 0 16800975 18446604443583227776 0 0 -1 2 0 0 0
[pid=15867/tid=15891] ppid=15865 vsize=10554892 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15891/stat : 15891 (java) S 15865 15867 13385 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909103946 10808209408 141501 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 2 0 0 0
[pid=15867/tid=15892] ppid=15865 vsize=10554892 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15892/stat : 15892 (java) S 15865 15867 13385 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 909103946 10808209408 141501 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 2 0 0 0
[pid=15867/tid=15898] ppid=15865 vsize=10554892 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15898/stat : 15898 (java) S 15865 15867 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909103948 10808209408 141501 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469889457 0 4 0 16800975 18446604443583227776 0 0 -1 2 0 0 0
[pid=15867/tid=15899] ppid=15865 vsize=10554892 CPUtime=0.85 cores=0,2,4,6
/proc/15867/task/15899/stat : 15899 (java) S 15865 15867 13385 0 -1 4202560 6664 0 0 0 84 1 0 0 15 0 22 0 909103948 10808209408 141501 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 0 0 0 0
[pid=15867/tid=15900] ppid=15865 vsize=10554892 CPUtime=0.83 cores=0,2,4,6
/proc/15867/task/15900/stat : 15900 (java) S 15865 15867 13385 0 -1 4202560 6066 0 0 0 83 0 0 0 15 0 22 0 909103948 10808209408 141501 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 2 0 0 0

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

[pid=15867/tid=15899] ppid=15865 vsize=10555532 CPUtime=0.98 cores=0,2,4,6
/proc/15867/task/15899/stat : 15899 (java) S 15865 15867 13385 0 -1 4202560 7318 0 0 0 97 1 0 0 15 0 22 0 909103948 10808864768 184724 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 0 0 0 0
[pid=15867/tid=15900] ppid=15865 vsize=10555532 CPUtime=1.03 cores=0,2,4,6
/proc/15867/task/15900/stat : 15900 (java) S 15865 15867 13385 0 -1 4202560 6607 0 0 0 103 0 0 0 15 0 22 0 909103948 10808864768 184724 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 2 0 0 0
[pid=15867/tid=15901] ppid=15865 vsize=10555532 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15901/stat : 15901 (java) S 15865 15867 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909103948 10808864768 184724 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 2 0 0 0
[pid=15867/tid=15902] ppid=15865 vsize=10555532 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15902/stat : 15902 (java) S 15865 15867 13385 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 22 0 909103948 10808864768 184724 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469882368 0 4 0 16800975 18446604443583227776 0 0 -1 6 0 0 0
[pid=15867/tid=15927] ppid=15865 vsize=10555532 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15927/stat : 15927 (java) S 15865 15867 13385 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 909104141 10808864768 184724 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469882368 0 4 0 16800975 18446604443583227776 0 0 -1 2 0 0 0
[pid=15867/tid=15955] ppid=15865 vsize=10555532 CPUtime=26.89 cores=0,2,4,6
/proc/15867/task/15955/stat : 15955 (java) R 15865 15867 13385 0 -1 4202560 12 0 0 0 2689 0 0 0 16 0 22 0 909109437 10808864768 184724 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 46912505689515 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15867/tid=15956] ppid=15865 vsize=10555532 CPUtime=26.9 cores=0,2,4,6
/proc/15867/task/15956/stat : 15956 (java) R 15865 15867 13385 0 -1 4202560 29 0 0 0 2690 0 0 0 16 0 22 0 909109437 10808864768 184724 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 46912505878110 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15867/tid=15957] ppid=15865 vsize=10555532 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15957/stat : 15957 (java) S 15865 15867 13385 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 22 0 909109437 10808864768 184724 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469882368 0 4 0 16800975 18446604443583227776 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 161.23
Current children cumulated vsize (KiB) 10555532

[startup+90.3012 s]
/proc/loadavg: 3.13 1.78 1.69 4/512 15958
/proc/meminfo: memFree=22573492/32951124 swapFree=56297244/67111528
[pid=15867] ppid=15865 vsize=10555532 CPUtime=162.68 cores=0,2,4,6
/proc/15867/stat : 15867 (java) S 15865 15867 13385 0 -1 4202496 194531 0 1 0 16246 22 0 0 23 0 22 0 909103942 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15867/statm: 2638883 184817 2268 9 0 2629617 0
[pid=15867/tid=15868] ppid=15865 vsize=10555532 CPUtime=0.35 cores=0,2,4,6
/proc/15867/task/15868/stat : 15868 (java) S 15865 15867 13385 0 -1 4202560 13747 0 1 0 34 1 0 0 15 0 22 0 909103943 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469882368 0 4 0 16800975 18446604443583227776 0 0 -1 6 0 0 0
[pid=15867/tid=15879] ppid=15865 vsize=10555532 CPUtime=0.17 cores=0,2,4,6
/proc/15867/task/15879/stat : 15879 (java) S 15865 15867 13385 0 -1 4202560 498 0 0 0 17 0 0 0 15 0 22 0 909103945 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 2 0 0 0
[pid=15867/tid=15880] ppid=15865 vsize=10555532 CPUtime=0.19 cores=0,2,4,6
/proc/15867/task/15880/stat : 15880 (java) S 15865 15867 13385 0 -1 4202560 145 0 0 0 19 0 0 0 16 0 22 0 909103945 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 2 0 0 0
[pid=15867/tid=15881] ppid=15865 vsize=10555532 CPUtime=0.18 cores=0,2,4,6
/proc/15867/task/15881/stat : 15881 (java) S 15865 15867 13385 0 -1 4202560 489 0 0 0 18 0 0 0 15 0 22 0 909103945 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 4 0 0 0
[pid=15867/tid=15882] ppid=15865 vsize=10555532 CPUtime=0.17 cores=0,2,4,6
/proc/15867/task/15882/stat : 15882 (java) S 15865 15867 13385 0 -1 4202560 43 0 0 0 17 0 0 0 15 0 22 0 909103945 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 6 0 0 0
[pid=15867/tid=15883] ppid=15865 vsize=10555532 CPUtime=0.16 cores=0,2,4,6
/proc/15867/task/15883/stat : 15883 (java) S 15865 15867 13385 0 -1 4202560 94 0 0 0 16 0 0 0 16 0 22 0 909103945 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 6 0 0 0
[pid=15867/tid=15884] ppid=15865 vsize=10555532 CPUtime=0.2 cores=0,2,4,6
/proc/15867/task/15884/stat : 15884 (java) S 15865 15867 13385 0 -1 4202560 100 0 0 0 20 0 0 0 15 0 22 0 909103945 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 4 0 0 0
[pid=15867/tid=15885] ppid=15865 vsize=10555532 CPUtime=0.17 cores=0,2,4,6
/proc/15867/task/15885/stat : 15885 (java) S 15865 15867 13385 0 -1 4202560 183 0 0 0 17 0 0 0 15 0 22 0 909103945 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 4 0 0 0
[pid=15867/tid=15886] ppid=15865 vsize=10555532 CPUtime=0.19 cores=0,2,4,6
/proc/15867/task/15886/stat : 15886 (java) S 15865 15867 13385 0 -1 4202560 312 0 0 0 19 0 0 0 16 0 22 0 909103945 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 4 0 0 0
[pid=15867/tid=15890] ppid=15865 vsize=10555532 CPUtime=13.52 cores=0,2,4,6
/proc/15867/task/15890/stat : 15890 (java) S 15865 15867 13385 0 -1 4202560 19356 0 0 0 1349 3 0 0 16 0 22 0 909103946 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469882368 0 0 0 16800975 18446604443583227776 0 0 -1 0 0 0 0
[pid=15867/tid=15891] ppid=15865 vsize=10555532 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15891/stat : 15891 (java) S 15865 15867 13385 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909103946 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 2 0 0 0
[pid=15867/tid=15892] ppid=15865 vsize=10555532 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15892/stat : 15892 (java) S 15865 15867 13385 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 909103946 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 2 0 0 0
[pid=15867/tid=15898] ppid=15865 vsize=10555532 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15898/stat : 15898 (java) S 15865 15867 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909103948 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469889457 0 4 0 16800975 18446604443583227776 0 0 -1 2 0 0 0
[pid=15867/tid=15899] ppid=15865 vsize=10555532 CPUtime=0.98 cores=0,2,4,6
/proc/15867/task/15899/stat : 15899 (java) S 15865 15867 13385 0 -1 4202560 7318 0 0 0 97 1 0 0 15 0 22 0 909103948 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 0 0 0 0
[pid=15867/tid=15900] ppid=15865 vsize=10555532 CPUtime=1.03 cores=0,2,4,6
/proc/15867/task/15900/stat : 15900 (java) S 15865 15867 13385 0 -1 4202560 6607 0 0 0 103 0 0 0 15 0 22 0 909103948 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 2 0 0 0
[pid=15867/tid=15901] ppid=15865 vsize=10555532 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15901/stat : 15901 (java) S 15865 15867 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909103948 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 2 0 0 0
[pid=15867/tid=15902] ppid=15865 vsize=10555532 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15902/stat : 15902 (java) S 15865 15867 13385 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 22 0 909103948 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469882368 0 4 0 16800975 18446604443583227776 0 0 -1 6 0 0 0
[pid=15867/tid=15927] ppid=15865 vsize=10555532 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15927/stat : 15927 (java) S 15865 15867 13385 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 909104141 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469882368 0 4 0 16800975 18446604443583227776 0 0 -1 2 0 0 0
[pid=15867/tid=15955] ppid=15865 vsize=10555532 CPUtime=27.54 cores=0,2,4,6
/proc/15867/task/15955/stat : 15955 (java) R 15865 15867 13385 0 -1 4202560 12 0 0 0 2754 0 0 0 15 0 22 0 909109437 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 46912505689551 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15867/tid=15956] ppid=15865 vsize=10555532 CPUtime=27.54 cores=0,2,4,6
/proc/15867/task/15956/stat : 15956 (java) R 15865 15867 13385 0 -1 4202560 30 0 0 0 2754 0 0 0 15 0 22 0 909109437 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 46912505907790 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15867/tid=15957] ppid=15865 vsize=10555532 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15957/stat : 15957 (java) S 15865 15867 13385 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 22 0 909109437 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469882368 0 4 0 16800975 18446604443583227776 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 162.68
Current children cumulated vsize (KiB) 10555532

[startup+90.7011 s]
/proc/loadavg: 3.13 1.78 1.69 4/512 15958
/proc/meminfo: memFree=22573492/32951124 swapFree=56297244/67111528
[pid=15867] ppid=15865 vsize=10555532 CPUtime=163.07 cores=0,2,4,6
/proc/15867/stat : 15867 (java) S 15865 15867 13385 0 -1 4202496 194531 0 1 0 16285 22 0 0 23 0 19 0 909103942 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15867/statm: 2638883 184817 2268 9 0 2629617 0
[pid=15867/tid=15868] ppid=15865 vsize=10555532 CPUtime=0.7 cores=0,2,4,6
/proc/15867/task/15868/stat : 15868 (java) R 15865 15867 13385 0 -1 4202560 13747 0 1 0 69 1 0 0 16 0 19 0 909103943 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 46912505366594 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15867/tid=15879] ppid=15865 vsize=10555532 CPUtime=0.17 cores=0,2,4,6
/proc/15867/task/15879/stat : 15879 (java) S 15865 15867 13385 0 -1 4202560 498 0 0 0 17 0 0 0 15 0 19 0 909103945 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 2 0 0 0
[pid=15867/tid=15880] ppid=15865 vsize=10555532 CPUtime=0.19 cores=0,2,4,6
/proc/15867/task/15880/stat : 15880 (java) S 15865 15867 13385 0 -1 4202560 145 0 0 0 19 0 0 0 16 0 19 0 909103945 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 2 0 0 0
[pid=15867/tid=15881] ppid=15865 vsize=10555532 CPUtime=0.18 cores=0,2,4,6
/proc/15867/task/15881/stat : 15881 (java) S 15865 15867 13385 0 -1 4202560 489 0 0 0 18 0 0 0 15 0 19 0 909103945 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 4 0 0 0
[pid=15867/tid=15882] ppid=15865 vsize=10555532 CPUtime=0.17 cores=0,2,4,6
/proc/15867/task/15882/stat : 15882 (java) S 15865 15867 13385 0 -1 4202560 43 0 0 0 17 0 0 0 15 0 19 0 909103945 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 6 0 0 0
[pid=15867/tid=15883] ppid=15865 vsize=10555532 CPUtime=0.16 cores=0,2,4,6
/proc/15867/task/15883/stat : 15883 (java) S 15865 15867 13385 0 -1 4202560 94 0 0 0 16 0 0 0 16 0 19 0 909103945 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 6 0 0 0
[pid=15867/tid=15884] ppid=15865 vsize=10555532 CPUtime=0.2 cores=0,2,4,6
/proc/15867/task/15884/stat : 15884 (java) S 15865 15867 13385 0 -1 4202560 100 0 0 0 20 0 0 0 15 0 19 0 909103945 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 4 0 0 0
[pid=15867/tid=15885] ppid=15865 vsize=10555532 CPUtime=0.17 cores=0,2,4,6
/proc/15867/task/15885/stat : 15885 (java) S 15865 15867 13385 0 -1 4202560 183 0 0 0 17 0 0 0 15 0 19 0 909103945 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 4 0 0 0
[pid=15867/tid=15886] ppid=15865 vsize=10555532 CPUtime=0.19 cores=0,2,4,6
/proc/15867/task/15886/stat : 15886 (java) S 15865 15867 13385 0 -1 4202560 312 0 0 0 19 0 0 0 16 0 19 0 909103945 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 4 0 0 0
[pid=15867/tid=15890] ppid=15865 vsize=10555532 CPUtime=13.52 cores=0,2,4,6
/proc/15867/task/15890/stat : 15890 (java) S 15865 15867 13385 0 -1 4202560 19356 0 0 0 1349 3 0 0 16 0 19 0 909103946 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469882368 0 0 0 16800975 18446604443583227776 0 0 -1 0 0 0 0
[pid=15867/tid=15891] ppid=15865 vsize=10555532 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15891/stat : 15891 (java) S 15865 15867 13385 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 909103946 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 2 0 0 0
[pid=15867/tid=15892] ppid=15865 vsize=10555532 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15892/stat : 15892 (java) S 15865 15867 13385 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 909103946 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 2 0 0 0
[pid=15867/tid=15898] ppid=15865 vsize=10555532 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15898/stat : 15898 (java) S 15865 15867 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909103948 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469889457 0 4 0 16800975 18446604443583227776 0 0 -1 2 0 0 0
[pid=15867/tid=15899] ppid=15865 vsize=10555532 CPUtime=0.99 cores=0,2,4,6
/proc/15867/task/15899/stat : 15899 (java) S 15865 15867 13385 0 -1 4202560 7318 0 0 0 98 1 0 0 15 0 19 0 909103948 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 0 0 0 0
[pid=15867/tid=15900] ppid=15865 vsize=10555532 CPUtime=1.03 cores=0,2,4,6
/proc/15867/task/15900/stat : 15900 (java) S 15865 15867 13385 0 -1 4202560 6607 0 0 0 103 0 0 0 16 0 19 0 909103948 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 2 0 0 0
[pid=15867/tid=15901] ppid=15865 vsize=10555532 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15901/stat : 15901 (java) S 15865 15867 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909103948 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 2 0 0 0
[pid=15867/tid=15902] ppid=15865 vsize=10555532 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15902/stat : 15902 (java) S 15865 15867 13385 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 909103948 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469882368 0 4 0 16800975 18446604443583227776 0 0 -1 6 0 0 0
[pid=15867/tid=15927] ppid=15865 vsize=10555532 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15927/stat : 15927 (java) S 15865 15867 13385 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 909104141 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469882368 0 4 0 16800975 18446604443583227776 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 163.07
Current children cumulated vsize (KiB) 10555532

[startup+90.9011 s]
/proc/loadavg: 3.13 1.78 1.69 4/512 15958
/proc/meminfo: memFree=22573492/32951124 swapFree=56297244/67111528
[pid=15867] ppid=15865 vsize=10555532 CPUtime=163.27 cores=0,2,4,6
/proc/15867/stat : 15867 (java) S 15865 15867 13385 0 -1 4202496 194531 0 1 0 16305 22 0 0 23 0 19 0 909103942 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15867/statm: 2638883 184817 2268 9 0 2629617 0
[pid=15867/tid=15868] ppid=15865 vsize=10555532 CPUtime=0.9 cores=0,2,4,6
/proc/15867/task/15868/stat : 15868 (java) R 15865 15867 13385 0 -1 4202560 13747 0 1 0 89 1 0 0 16 0 19 0 909103943 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 46912505366594 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15867/tid=15879] ppid=15865 vsize=10555532 CPUtime=0.17 cores=0,2,4,6
/proc/15867/task/15879/stat : 15879 (java) S 15865 15867 13385 0 -1 4202560 498 0 0 0 17 0 0 0 15 0 19 0 909103945 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 2 0 0 0
[pid=15867/tid=15880] ppid=15865 vsize=10555532 CPUtime=0.19 cores=0,2,4,6
/proc/15867/task/15880/stat : 15880 (java) S 15865 15867 13385 0 -1 4202560 145 0 0 0 19 0 0 0 16 0 19 0 909103945 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 2 0 0 0
[pid=15867/tid=15881] ppid=15865 vsize=10555532 CPUtime=0.18 cores=0,2,4,6
/proc/15867/task/15881/stat : 15881 (java) S 15865 15867 13385 0 -1 4202560 489 0 0 0 18 0 0 0 15 0 19 0 909103945 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 4 0 0 0
[pid=15867/tid=15882] ppid=15865 vsize=10555532 CPUtime=0.17 cores=0,2,4,6
/proc/15867/task/15882/stat : 15882 (java) S 15865 15867 13385 0 -1 4202560 43 0 0 0 17 0 0 0 15 0 19 0 909103945 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 6 0 0 0
[pid=15867/tid=15883] ppid=15865 vsize=10555532 CPUtime=0.16 cores=0,2,4,6
/proc/15867/task/15883/stat : 15883 (java) S 15865 15867 13385 0 -1 4202560 94 0 0 0 16 0 0 0 16 0 19 0 909103945 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 6 0 0 0
[pid=15867/tid=15884] ppid=15865 vsize=10555532 CPUtime=0.2 cores=0,2,4,6
/proc/15867/task/15884/stat : 15884 (java) S 15865 15867 13385 0 -1 4202560 100 0 0 0 20 0 0 0 15 0 19 0 909103945 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 4 0 0 0
[pid=15867/tid=15885] ppid=15865 vsize=10555532 CPUtime=0.17 cores=0,2,4,6
/proc/15867/task/15885/stat : 15885 (java) S 15865 15867 13385 0 -1 4202560 183 0 0 0 17 0 0 0 15 0 19 0 909103945 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 4 0 0 0
[pid=15867/tid=15886] ppid=15865 vsize=10555532 CPUtime=0.19 cores=0,2,4,6
/proc/15867/task/15886/stat : 15886 (java) S 15865 15867 13385 0 -1 4202560 312 0 0 0 19 0 0 0 16 0 19 0 909103945 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 4 0 0 0
[pid=15867/tid=15890] ppid=15865 vsize=10555532 CPUtime=13.52 cores=0,2,4,6
/proc/15867/task/15890/stat : 15890 (java) S 15865 15867 13385 0 -1 4202560 19356 0 0 0 1349 3 0 0 16 0 19 0 909103946 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469882368 0 0 0 16800975 18446604443583227776 0 0 -1 0 0 0 0
[pid=15867/tid=15891] ppid=15865 vsize=10555532 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15891/stat : 15891 (java) S 15865 15867 13385 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 909103946 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 2 0 0 0
[pid=15867/tid=15892] ppid=15865 vsize=10555532 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15892/stat : 15892 (java) S 15865 15867 13385 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 909103946 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 2 0 0 0
[pid=15867/tid=15898] ppid=15865 vsize=10555532 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15898/stat : 15898 (java) S 15865 15867 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909103948 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469889457 0 4 0 16800975 18446604443583227776 0 0 -1 2 0 0 0
[pid=15867/tid=15899] ppid=15865 vsize=10555532 CPUtime=0.99 cores=0,2,4,6
/proc/15867/task/15899/stat : 15899 (java) S 15865 15867 13385 0 -1 4202560 7318 0 0 0 98 1 0 0 15 0 19 0 909103948 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 0 0 0 0
[pid=15867/tid=15900] ppid=15865 vsize=10555532 CPUtime=1.03 cores=0,2,4,6
/proc/15867/task/15900/stat : 15900 (java) S 15865 15867 13385 0 -1 4202560 6607 0 0 0 103 0 0 0 16 0 19 0 909103948 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 2 0 0 0
[pid=15867/tid=15901] ppid=15865 vsize=10555532 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15901/stat : 15901 (java) S 15865 15867 13385 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909103948 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469881753 0 4 0 16800975 18446604443583227776 0 0 -1 2 0 0 0
[pid=15867/tid=15902] ppid=15865 vsize=10555532 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15902/stat : 15902 (java) S 15865 15867 13385 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 909103948 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469882368 0 4 0 16800975 18446604443583227776 0 0 -1 6 0 0 0
[pid=15867/tid=15927] ppid=15865 vsize=10555532 CPUtime=0 cores=0,2,4,6
/proc/15867/task/15927/stat : 15927 (java) S 15865 15867 13385 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 909104141 10808864768 184817 33554432000 1073741824 1073778376 140733371302448 18446744073709551615 252469882368 0 4 0 16800975 18446604443583227776 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 163.27
Current children cumulated vsize (KiB) 10555532

[startup+91.0011 s]
/proc/loadavg: 3.13 1.78 1.69 4/512 15958
/proc/meminfo: memFree=22573492/32951124 swapFree=56297244/67111528
[pid=15867] ppid=15865 vsize=0 CPUtime=163.38 cores=0,2,4,6
/proc/15867/stat : 15867 (java) Z 15865 15867 13385 0 -1 4203548 194541 0 1 0 16313 25 0 0 18 0 2 0 909103942 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15867/statm: 0 0 0 0 0 0 0
[pid=15867/tid=15886] ppid=15865 vsize=0 CPUtime=0.21 cores=0,2,4,6
/proc/15867/task/15886/stat : 15886 (java) R 15865 15867 13385 0 -1 4203588 312 0 0 0 19 2 0 0 15 0 2 0 909103945 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 163.38
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 91.0093
CPU time (s): 163.393
CPU user time (s): 163.133
CPU system time (s): 0.25996
CPU usage (%): 179.535
Max. virtual memory (cumulated for all children) (KiB): 10558176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 163.133
system time used= 0.25996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 194541
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= 6409
involuntary context switches= 3062

runsolver used 0.467928 second user time and 0.955854 second system time

The end

Launcher Data

Begin job on node111 at 2011-06-04 13:58:55
IDJOB=3455077
IDBENCH=2051
IDSOLVER=1950
FILE ID=node111/3455077-1307188735
RUNJOBID= node111-1307188735-15847
PBS_JOBID= 13508842
Free space on /tmp= 73868 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/logic-synthesis/normalized-clip.b.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3455077-1307188735/watcher-3455077-1307188735 -o /tmp/evaluation-result-3455077-1307188735/solver-3455077-1307188735 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455077-1307188735.opb

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

MD5SUM BENCH= 3b68d80e8ba1b8a702f9c691105ea9d4
RANDOM SEED=617781858

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.86
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.849
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.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24103580 kB
Buffers:        326144 kB
Cached:         848084 kB
SwapCached:      11784 kB
Active:        7786984 kB
Inactive:       782224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24103580 kB
SwapTotal:    67111528 kB
SwapFree:     56297244 kB
Dirty:             812 kB
Writeback:          12 kB
AnonPages:     7391296 kB
Mapped:          29764 kB
Slab:           143560 kB
PageTables:      66044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 149075972 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= 73868 MiB
End job on node111 at 2011-06-04 14:00:26