Trace number 3729074

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 NameAnswerCPU timeWall clock time
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31SAT 522.625 266.694

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army11.17ls.opb
MD5SUMe92d33933b84b1c0ca9ffa19c28f7edc
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.78773
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables370
Total number of constraints557
Number of constraints which are clauses313
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints242
Minimum length of a constraint2
Maximum length of a constraint121
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 138
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.06	c See www.sat4j.org for details.
0.01/0.07	c version 2.2.0.v20100531
0.01/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.07	c java.vm.version	19.1-b02
0.01/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.07	c sun.arch.data.model	64
0.01/0.07	c java.version		1.6.0_24
0.01/0.07	c os.name		Linux
0.01/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.07	c os.arch		amd64
0.01/0.07	c Free memory 		1349517296
0.01/0.07	c Max memory 		1356595200
0.01/0.07	c Total memory 		1356595200
0.01/0.07	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c ManyCore solver with 2 solvers running in parallel
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	
0.10/0.10	c solving HOME/instance-3729074-1338727550.opb
0.10/0.10	c reading problem ... 
0.27/0.20	c ... done. Wall clock time 0.107s.
0.27/0.20	c #vars     370
0.27/0.20	c #constraints  557
0.27/0.20	c constraints type 
0.27/0.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 120
0.27/0.20	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.27/0.20	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 193
0.27/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPb => 242
0.27/0.20	c constraints type 
0.27/0.20	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 193
0.27/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 120
0.27/0.20	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.27/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPb => 242
3.38/1.06	c cleaning 2501 clauses out of 5001 with flag 5001/5001
4.83/1.71	c cleaning 4247 clauses out of 8500 with flag 11001/11001
6.42/2.52	c cleaning 5627 clauses out of 11253 with flag 18001/18001
8.43/3.52	c cleaning 6812 clauses out of 13627 with flag 26002/26002
10.85/4.79	c cleaning 7907 clauses out of 15813 with flag 35000/35000
14.45/6.55	c cleaning 8950 clauses out of 17906 with flag 45000/45000
18.63/8.64	c cleaning 9476 clauses out of 18957 with flag 55001/55001
22.22/10.44	c cleaning 9740 clauses out of 19480 with flag 65000/65000
25.77/12.22	c cleaning 9867 clauses out of 19741 with flag 75001/75001
29.33/14.03	c cleaning 9935 clauses out of 19876 with flag 85003/85003
33.31/16.00	c cleaning 9968 clauses out of 19938 with flag 95000/95000
37.90/18.37	c cleaning 9967 clauses out of 19970 with flag 105000/105000
42.03/20.40	c cleaning 9997 clauses out of 20003 with flag 115000/115000
46.03/22.49	c cleaning 10003 clauses out of 20006 with flag 125000/125000
50.39/24.68	c cleaning 10001 clauses out of 20003 with flag 135000/135000
55.55/27.21	c cleaning 10001 clauses out of 20003 with flag 145001/145001
60.49/29.75	c cleaning 9998 clauses out of 20001 with flag 155000/155000
65.41/32.29	c cleaning 9990 clauses out of 20003 with flag 165000/165000
70.76/34.99	c cleaning 10002 clauses out of 20014 with flag 175001/175001
74.54/36.80	c cleaning 10003 clauses out of 20011 with flag 185000/185000
78.06/38.65	c cleaning 9999 clauses out of 20011 with flag 195003/195003
81.79/40.55	c cleaning 9997 clauses out of 20009 with flag 205000/205000
85.33/42.35	c cleaning 10001 clauses out of 20014 with flag 215002/215002
89.08/44.26	c cleaning 9998 clauses out of 20011 with flag 225000/225000
92.81/46.16	c cleaning 10001 clauses out of 20013 with flag 235000/235000
96.76/48.13	c cleaning 10002 clauses out of 20016 with flag 245004/245004
100.50/50.09	c cleaning 10002 clauses out of 20012 with flag 255002/255002
104.87/52.27	c cleaning 9989 clauses out of 20010 with flag 265002/265002
109.36/54.58	c cleaning 10001 clauses out of 20021 with flag 275002/275002
113.50/56.67	c cleaning 10000 clauses out of 20018 with flag 285000/285000
116.42/58.19	c cleaning 10006 clauses out of 20021 with flag 295003/295003
119.35/59.63	c cleaning 10000 clauses out of 20012 with flag 305000/305000
122.66/61.31	c cleaning 10001 clauses out of 20012 with flag 315000/315000
126.00/63.06	c cleaning 10001 clauses out of 20012 with flag 325001/325001
129.56/64.81	c cleaning 9999 clauses out of 20010 with flag 335000/335000
133.30/66.70	c cleaning 9993 clauses out of 20013 with flag 345002/345002
136.83/68.50	c cleaning 10006 clauses out of 20022 with flag 355004/355004
140.57/70.47	c cleaning 9999 clauses out of 20013 with flag 365001/365001
144.28/72.34	c cleaning 10002 clauses out of 20014 with flag 375001/375001
148.02/74.25	c cleaning 9998 clauses out of 20011 with flag 385000/385000
152.31/76.47	c cleaning 9991 clauses out of 20013 with flag 395000/395000
156.44/78.55	c cleaning 10006 clauses out of 20022 with flag 405000/405000
160.59/80.60	c cleaning 9996 clauses out of 20016 with flag 415000/415000
163.93/82.34	c cleaning 10001 clauses out of 20020 with flag 425000/425000
167.61/84.21	c cleaning 10001 clauses out of 20020 with flag 435001/435001
171.14/86.08	c cleaning 10004 clauses out of 20019 with flag 445001/445001
174.89/87.99	c cleaning 9998 clauses out of 20015 with flag 455001/455001
178.40/89.78	c cleaning 9997 clauses out of 20016 with flag 465000/465000
181.87/91.57	c cleaning 10002 clauses out of 20019 with flag 475000/475000
185.63/93.40	c cleaning 10000 clauses out of 20017 with flag 485000/485000
189.15/95.22	c cleaning 10004 clauses out of 20017 with flag 495000/495000
192.89/97.13	c cleaning 10001 clauses out of 20014 with flag 505001/505001
196.76/99.14	c cleaning 9996 clauses out of 20013 with flag 515001/515001
200.69/101.10	c cleaning 10002 clauses out of 20016 with flag 525000/525000
204.61/103.10	c cleaning 10001 clauses out of 20015 with flag 535001/535001
208.53/105.14	c cleaning 10003 clauses out of 20016 with flag 545003/545003
212.99/107.48	c cleaning 10002 clauses out of 20011 with flag 555001/555001
217.52/109.76	c cleaning 9999 clauses out of 20008 with flag 565000/565000
221.65/111.85	c cleaning 9990 clauses out of 20009 with flag 575000/575000
225.37/113.77	c cleaning 10005 clauses out of 20022 with flag 585003/585003
229.85/116.03	c cleaning 9996 clauses out of 20019 with flag 595005/595005
233.97/118.17	c cleaning 10007 clauses out of 20022 with flag 605004/605004
237.89/120.13	c cleaning 10001 clauses out of 20011 with flag 615000/615000
242.01/122.24	c cleaning 9999 clauses out of 20010 with flag 625000/625000
246.06/124.32	c cleaning 10001 clauses out of 20011 with flag 635000/635000
249.97/126.34	c cleaning 10004 clauses out of 20015 with flag 645005/645005
254.29/128.52	c cleaning 9999 clauses out of 20007 with flag 655001/655001
258.61/130.73	c cleaning 9997 clauses out of 20008 with flag 665001/665001
263.29/133.14	c cleaning 10000 clauses out of 20011 with flag 675001/675001
263.82/133.40	c cleaning 0 clauses out of 5001 with flag 0/5001
268.51/135.68	c cleaning 10002 clauses out of 20011 with flag 685001/685001
273.58/137.95	c cleaning 9999 clauses out of 20008 with flag 695000/695000
277.83/140.12	c cleaning 10000 clauses out of 20010 with flag 705001/705001
282.33/142.49	c cleaning 10001 clauses out of 20009 with flag 715000/715000
286.85/144.72	c cleaning 9999 clauses out of 20009 with flag 725001/725001
291.57/147.10	c cleaning 9998 clauses out of 20010 with flag 735001/735001
295.82/149.33	c cleaning 10002 clauses out of 20011 with flag 745000/745000
300.33/151.66	c cleaning 10000 clauses out of 20011 with flag 755002/755002
305.25/154.16	c cleaning 10001 clauses out of 20011 with flag 765002/765002
309.95/156.58	c cleaning 10000 clauses out of 20008 with flag 775000/775000
314.20/158.80	c cleaning 9995 clauses out of 20010 with flag 785002/785002
318.71/161.04	c cleaning 9999 clauses out of 20014 with flag 795001/795001
323.23/163.38	c cleaning 9999 clauses out of 20014 with flag 805000/805000
327.76/165.69	c cleaning 10001 clauses out of 20015 with flag 815000/815000
332.59/168.18	c cleaning 10002 clauses out of 20014 with flag 825000/825000
336.70/170.26	c cleaning 9997 clauses out of 20012 with flag 835000/835000
341.23/172.56	c cleaning 10003 clauses out of 20016 with flag 845001/845001
345.54/174.79	c cleaning 9999 clauses out of 20012 with flag 855000/855000
350.36/177.27	c cleaning 10000 clauses out of 20016 with flag 865003/865003
354.66/179.41	c cleaning 9998 clauses out of 20013 with flag 875000/875000
358.78/181.55	c cleaning 10001 clauses out of 20015 with flag 885000/885000
362.89/183.61	c cleaning 9999 clauses out of 20014 with flag 895000/895000
366.70/185.67	c cleaning 10003 clauses out of 20016 with flag 905001/905001
370.59/187.62	c cleaning 10000 clauses out of 20013 with flag 915001/915001
374.71/189.72	c cleaning 10004 clauses out of 20013 with flag 925001/925001
378.82/191.88	c cleaning 9996 clauses out of 20008 with flag 935000/935000
383.66/194.32	c cleaning 10001 clauses out of 20012 with flag 945000/945000
387.18/196.16	c cleaning 9997 clauses out of 20013 with flag 955002/955002
390.90/198.02	c cleaning 10002 clauses out of 20015 with flag 965001/965001
394.81/200.02	c cleaning 9991 clauses out of 20012 with flag 975000/975000
398.82/202.16	c cleaning 10006 clauses out of 20023 with flag 985002/985002
402.93/204.25	c cleaning 10005 clauses out of 20015 with flag 995000/995000
407.24/206.44	c cleaning 10000 clauses out of 20011 with flag 1005001/1005001
410.93/208.38	c cleaning 9998 clauses out of 20012 with flag 1015002/1015002
415.35/210.60	c cleaning 10003 clauses out of 20016 with flag 1025004/1025004
419.26/212.66	c cleaning 9998 clauses out of 20010 with flag 1035001/1035001
423.16/214.60	c cleaning 9997 clauses out of 20011 with flag 1045000/1045000
427.65/216.92	c cleaning 10004 clauses out of 20015 with flag 1055001/1055001
432.27/219.32	c cleaning 10000 clauses out of 20011 with flag 1065001/1065001
436.97/221.72	c cleaning 9994 clauses out of 20010 with flag 1075000/1075000
441.48/224.00	c cleaning 10006 clauses out of 20017 with flag 1085001/1085001
446.38/226.58	c cleaning 9999 clauses out of 20010 with flag 1095000/1095000
450.80/228.87	c cleaning 10000 clauses out of 20012 with flag 1105001/1105001
455.12/231.07	c cleaning 10001 clauses out of 20013 with flag 1115002/1115002
459.42/233.22	c cleaning 10002 clauses out of 20013 with flag 1125003/1125003
463.52/235.32	c cleaning 9999 clauses out of 20009 with flag 1135001/1135001
468.14/237.70	c cleaning 10000 clauses out of 20010 with flag 1145001/1145001
472.86/240.14	c cleaning 9999 clauses out of 20011 with flag 1155002/1155002
477.55/242.53	c cleaning 9997 clauses out of 20011 with flag 1165001/1165001
482.24/244.97	c cleaning 10002 clauses out of 20014 with flag 1175001/1175001
486.24/247.02	c cleaning 10004 clauses out of 20015 with flag 1185004/1185004
489.94/248.93	c cleaning 9995 clauses out of 20009 with flag 1195002/1195002
493.63/250.89	c cleaning 10002 clauses out of 20014 with flag 1205002/1205002
497.33/252.74	c cleaning 9997 clauses out of 20011 with flag 1215001/1215001
501.13/254.74	c cleaning 10000 clauses out of 20013 with flag 1225000/1225000
505.24/256.86	c cleaning 10006 clauses out of 20022 with flag 1235009/1235009
509.14/258.80	c cleaning 9999 clauses out of 20007 with flag 1245000/1245000
513.04/260.81	c cleaning 10000 clauses out of 20010 with flag 1255002/1255002
516.87/262.85	c cleaning 9995 clauses out of 20008 with flag 1265000/1265000
520.74/264.81	c cleaning 9993 clauses out of 20013 with flag 1275000/1275000
522.21/265.68	c And the winner is CuttingPlanes
522.47/266.68	c starts		: 27
522.47/266.68	c conflicts		: 6634
522.47/266.68	c decisions		: 9082
522.47/266.68	c propagations		: 245011
522.47/266.68	c inspects		: 282617982
522.47/266.68	c learnt literals	: 0
522.47/266.68	c learnt binary clauses	: 0
522.47/266.68	c learnt ternary clauses	: 0
522.47/266.68	c learnt clauses	: 6634
522.47/266.68	c ignored clauses	: 0
522.47/266.68	c root simplifications	: 0
522.47/266.68	c removed literals (reason simplification)	: 0
522.47/266.68	c reason swapping (by a shorter reason)	: 0
522.47/266.68	c Calls to reduceDB	: 1
522.47/266.68	c number of reductions to clauses (during analyze)	: 0
522.47/266.68	c number of learned constraints concerned by reduction	: 0
522.47/266.68	c number of learning phase by resolution	: 0
522.47/266.68	c number of learning phase by cutting planes	: 0
522.47/266.68	c speed (assignments/second)	: 919.4590071039091
522.47/266.68	c non guided choices	48
522.47/266.68	c learnt constraints type 
522.47/266.68	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6634
522.47/266.68	c constraints type 
522.47/266.68	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 120
522.47/266.68	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
522.47/266.68	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 193
522.47/266.68	c org.sat4j.pb.constraints.pb.MaxWatchPb => 242
522.47/266.68	c constraints type 
522.47/266.68	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 193
522.47/266.68	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 120
522.47/266.68	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
522.47/266.68	c org.sat4j.pb.constraints.pb.MaxWatchPb => 242
522.47/266.68	s SATISFIABLE
522.47/266.68	v -x1 -x2 x3 -x4 x5 -x6 x7 -x8 x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 x27 -x28 x29 -x30 x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 x51 -x52 x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 x84 -x85 x86 -x87 x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 x108 -x109 x110 x111 -x112 x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 x133 -x134 x135 -x136 x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 x155 -x156 x157 -x158 x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 x188 -x189 x190 -x191 x192 -x193 x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 x212 -x213 x214 -x215 x216 -x217 x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 x236 -x237 x238 -x239 x240 -x241 x242 -x243 x244 -x245 x246 -x247 x248 x249 -x250 x251 -x252 -x253 x254 -x255 x256 -x257 x258 x259 -x260 x261 -x262 x263 -x264 -x265 x266 -x267 x268 -x269 x270 -x271 x272 -x273 x274 x275 -x276 x277 -x278 x279 -x280 x281 -x282 x283 -x284 x285 -x286 x287 -x288 x289 -x290 x291 -x292 x293 -x294 -x295 x296 -x297 x298 -x299 x300 -x301 x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 x312 -x313 x314 -x315 x316 -x317 x318 -x319 x320 -x321 x322 -x323 x324 -x325 x326 -x327 x328 -x329 -x330 x331 -x332 x333 -x334 x335 -x336 x337 -x338 x339 -x340 x341 -x342 x343 -x344 x345 -x346 x347 -x348 x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 x357 -x358 x359 -x360 x361 -x362 -x363 x364 -x365 x366 -x367 x368 -x369 x370 
522.47/266.68	c Total wall clock time (in seconds): 266.588

Verifier Data

OK	0

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3729074-1338727550/watcher-3729074-1338727550 -o /tmp/evaluation-result-3729074-1338727550/solver-3729074-1338727550 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3729074-1338727550.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 3.96 3.79 3.12 4/197 10598
/proc/meminfo: memFree=31046052/32873648 swapFree=7628/7628
[pid=10598] ppid=10596 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/10598/stat : 10598 (java) S 10596 10598 3958 0 -1 4202496 1203 0 0 0 0 0 0 0 20 0 2 0 338881017 94019584 913 33554432000 1073741824 1073778376 140734381238048 140734381229184 217413877821 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10598/statm: 22954 913 693 9 0 16769 0
[pid=10598/tid=10599] ppid=10596 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10599/stat : 10599 (java) D 10596 10598 3958 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 338881018 94019584 917 33554432000 1073741824 1073778376 140734381238048 140704940236328 217401355559 0 0 4096 0 18446744072100588836 0 0 -1 3 0 0 0 0 0

[startup+0.021979 s]
/proc/loadavg: 3.96 3.79 3.12 4/197 10598
/proc/meminfo: memFree=31046052/32873648 swapFree=7628/7628
[pid=10598] ppid=10596 vsize=2158136 CPUtime=0.01 cores=1,3,5,7
/proc/10598/stat : 10598 (java) S 10596 10598 3958 0 -1 4202496 3520 0 1 0 1 0 0 0 20 0 10 0 338881017 2209931264 3707 33554432000 1073741824 1073778376 140734381238048 140734381229184 217413877821 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10598/statm: 539534 3707 1539 9 0 530235 0
[pid=10598/tid=10599] ppid=10596 vsize=2158136 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10599/stat : 10599 (java) R 10596 10598 3958 0 -1 4202560 2362 0 1 0 0 0 0 0 20 0 10 0 338881018 2209931264 3707 33554432000 1073741824 1073778376 140734381238048 140704940237504 217413903629 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2158136

[startup+0.100245 s]
/proc/loadavg: 3.96 3.79 3.12 4/197 10598
/proc/meminfo: memFree=31046052/32873648 swapFree=7628/7628
[pid=10598] ppid=10596 vsize=2699928 CPUtime=0.1 cores=1,3,5,7
/proc/10598/stat : 10598 (java) S 10596 10598 3958 0 -1 4202496 4913 0 1 0 10 0 0 0 20 0 18 0 338881017 2764726272 6095 33554432000 1073741824 1073778376 140734381238048 140734381229184 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10598/statm: 674982 6095 2152 9 0 665676 0
[pid=10598/tid=10599] ppid=10596 vsize=2699928 CPUtime=0.07 cores=1,3,5,7
/proc/10598/task/10599/stat : 10599 (java) R 10596 10598 3958 0 -1 4202560 2831 0 1 0 7 0 0 0 20 0 18 0 338881018 2764726272 6095 33554432000 1073741824 1073778376 140734381238048 140704940235432 217413903629 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2699928

[startup+0.300208 s]
/proc/loadavg: 3.96 3.79 3.12 4/197 10598
/proc/meminfo: memFree=31046052/32873648 swapFree=7628/7628
[pid=10598] ppid=10596 vsize=2966184 CPUtime=0.64 cores=1,3,5,7
/proc/10598/stat : 10598 (java) S 10596 10598 3958 0 -1 4202496 8309 0 1 0 63 1 0 0 20 0 22 0 338881017 3037372416 10780 33554432000 1073741824 1073778376 140734381238048 140734381229184 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10598/statm: 741546 10780 2233 9 0 732240 0
[pid=10598/tid=10599] ppid=10596 vsize=2966184 CPUtime=0.18 cores=1,3,5,7
/proc/10598/task/10599/stat : 10599 (java) S 10596 10598 3958 0 -1 4202560 2853 0 1 0 18 0 0 0 20 0 22 0 338881018 3037372416 10780 33554432000 1073741824 1073778376 140734381238048 140704940242072 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 2966184

[startup+0.700235 s]
/proc/loadavg: 3.96 3.79 3.12 4/197 10598
/proc/meminfo: memFree=31046052/32873648 swapFree=7628/7628
[pid=10598] ppid=10596 vsize=2966184 CPUtime=2.23 cores=1,3,5,7
/proc/10598/stat : 10598 (java) S 10596 10598 3958 0 -1 4202496 16861 0 1 0 220 3 0 0 20 0 22 0 338881017 3037372416 30540 33554432000 1073741824 1073778376 140734381238048 140734381229184 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10598/statm: 741546 30540 2240 9 0 732240 0
[pid=10598/tid=10599] ppid=10596 vsize=2966184 CPUtime=0.18 cores=1,3,5,7
/proc/10598/task/10599/stat : 10599 (java) S 10596 10598 3958 0 -1 4202560 2853 0 1 0 18 0 0 0 20 0 22 0 338881018 3037372416 30540 33554432000 1073741824 1073778376 140734381238048 140704940242072 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 2966184

[startup+1.50082 s]
/proc/loadavg: 3.96 3.79 3.12 5/219 10620
/proc/meminfo: memFree=30805400/32873648 swapFree=7628/7628
[pid=10598] ppid=10596 vsize=2966184 CPUtime=4.4 cores=1,3,5,7
/proc/10598/stat : 10598 (java) S 10596 10598 3958 0 -1 4202496 19988 0 1 0 433 7 0 0 20 0 22 0 338881017 3037372416 73943 33554432000 1073741824 1073778376 140734381238048 140734381229184 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10598/statm: 741546 73943 2273 9 0 732240 0
[pid=10598/tid=10599] ppid=10596 vsize=2966184 CPUtime=0.18 cores=1,3,5,7
/proc/10598/task/10599/stat : 10599 (java) S 10596 10598 3958 0 -1 4202560 2853 0 1 0 18 0 0 0 20 0 22 0 338881018 3037372416 73943 33554432000 1073741824 1073778376 140734381238048 140704940242072 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10598/tid=10601] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10601/stat : 10601 (java) S 10596 10598 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338881018 3037372416 73943 33554432000 1073741824 1073778376 140734381238048 140704806332712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10598/tid=10602] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10602/stat : 10602 (java) S 10596 10598 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338881019 3037372416 73943 33554432000 1073741824 1073778376 140734381238048 140704805279912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10598/tid=10603] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10603/stat : 10603 (java) S 10596 10598 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338881019 3037372416 73943 33554432000 1073741824 1073778376 140734381238048 140704804227624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10598/tid=10604] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10604/stat : 10604 (java) S 10596 10598 3958 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 338881019 3037372416 73943 33554432000 1073741824 1073778376 140734381238048 140704803174824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10598/tid=10605] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10605/stat : 10605 (java) S 10596 10598 3958 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 338881019 3037372416 73943 33554432000 1073741824 1073778376 140734381238048 140704802122536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10598/tid=10606] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10606/stat : 10606 (java) S 10596 10598 3958 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 338881019 3037372416 73943 33554432000 1073741824 1073778376 140734381238048 140704801069736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10598/tid=10607] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10607/stat : 10607 (java) S 10596 10598 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338881019 3037372416 73943 33554432000 1073741824 1073778376 140734381238048 140704800017448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10598/tid=10608] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10608/stat : 10608 (java) S 10596 10598 3958 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338881019 3037372416 73943 33554432000 1073741824 1073778376 140734381238048 140704798964648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10598/tid=10609] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10609/stat : 10609 (java) S 10596 10598 3958 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 22 0 338881020 3037372416 73943 33554432000 1073741824 1073778376 140734381238048 140704786766056 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10598/tid=10610] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10610/stat : 10610 (java) S 10596 10598 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338881020 3037372416 73943 33554432000 1073741824 1073778376 140734381238048 140704785712120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10598/tid=10611] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10611/stat : 10611 (java) S 10596 10598 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338881020 3037372416 73943 33554432000 1073741824 1073778376 140734381238048 140704784659720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10598/tid=10612] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10612/stat : 10612 (java) S 10596 10598 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338881022 3037372416 73943 33554432000 1073741824 1073778376 140734381238048 140704783608208 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10598/tid=10613] ppid=10596 vsize=2966184 CPUtime=0.82 cores=1,3,5,7
/proc/10598/task/10613/stat : 10613 (java) S 10596 10598 3958 0 -1 4202560 6507 0 0 0 81 1 0 0 20 0 22 0 338881022 3037372416 73943 33554432000 1073741824 1073778376 140734381238048 140704782555832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10598/tid=10614] ppid=10596 vsize=2966184 CPUtime=0.78 cores=1,3,5,7
/proc/10598/task/10614/stat : 10614 (java) S 10596 10598 3958 0 -1 4202560 9160 0 0 0 76 2 0 0 20 0 22 0 338881022 3037372416 73943 33554432000 1073741824 1073778376 140734381238048 140704781503032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10598/tid=10615] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10615/stat : 10615 (java) S 10596 10598 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338881022 3037372416 73943 33554432000 1073741824 1073778376 140734381238048 140704780450936 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10598/tid=10616] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10616/stat : 10616 (java) S 10596 10598 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338881022 3037372416 73943 33554432000 1073741824 1073778376 140734381238048 140704779398344 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10598/tid=10617] ppid=10596 vsize=2966184 CPUtime=1.24 cores=1,3,5,7
/proc/10598/task/10617/stat : 10617 (java) R 10596 10598 3958 0 -1 4202560 70 0 0 0 123 1 0 0 20 0 22 0 338881038 3037372416 73943 33554432000 1073741824 1073778376 140734381238048 140704778342728 140704880577423 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10598/tid=10618] ppid=10596 vsize=2966184 CPUtime=1.24 cores=1,3,5,7
/proc/10598/task/10618/stat : 10618 (java) R 10596 10598 3958 0 -1 4202560 137 0 0 0 122 2 0 0 20 0 22 0 338881038 3037372416 73943 33554432000 1073741824 1073778376 140734381238048 140704777287632 140704880535377 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10598/tid=10619] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10619/stat : 10619 (java) S 10596 10598 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338881038 3037372416 73943 33554432000 1073741824 1073778376 140734381238048 140704776238248 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10598/tid=10620] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10620/stat : 10620 (java) S 10596 10598 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338881038 3037372416 73943 33554432000 1073741824 1073778376 140734381238048 140704775185448 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 2966184

[startup+3.10082 s]
/proc/loadavg: 3.96 3.79 3.12 5/219 10620
/proc/meminfo: memFree=30649504/32873648 swapFree=7628/7628
[pid=10598] ppid=10596 vsize=2966184 CPUtime=7.62 cores=1,3,5,7
/proc/10598/stat : 10598 (java) S 10596 10598 3958 0 -1 4202496 20092 0 1 0 751 11 0 0 20 0 22 0 338881017 3037372416 105718 33554432000 1073741824 1073778376 140734381238048 140734381229184 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10598/statm: 741546 105718 2273 9 0 732240 0
[pid=10598/tid=10599] ppid=10596 vsize=2966184 CPUtime=0.18 cores=1,3,5,7
/proc/10598/task/10599/stat : 10599 (java) S 10596 10598 3958 0 -1 4202560 2853 0 1 0 18 0 0 0 20 0 22 0 338881018 3037372416 105718 33554432000 1073741824 1073778376 140734381238048 140704940242072 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10598/tid=10601] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10601/stat : 10601 (java) S 10596 10598 3958 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 338881018 3037372416 105718 33554432000 1073741824 1073778376 140734381238048 140704806332712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10598/tid=10602] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10602/stat : 10602 (java) S 10596 10598 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338881019 3037372416 105718 33554432000 1073741824 1073778376 140734381238048 140704805279912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10598/tid=10603] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10603/stat : 10603 (java) S 10596 10598 3958 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 338881019 3037372416 105718 33554432000 1073741824 1073778376 140734381238048 140704804227624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10598/tid=10604] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10604/stat : 10604 (java) S 10596 10598 3958 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 22 0 338881019 3037372416 105718 33554432000 1073741824 1073778376 140734381238048 140704803174824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10598/tid=10605] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10605/stat : 10605 (java) S 10596 10598 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338881019 3037372416 105718 33554432000 1073741824 1073778376 140734381238048 140704802122536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10598/tid=10606] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10606/stat : 10606 (java) S 10596 10598 3958 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 338881019 3037372416 105718 33554432000 1073741824 1073778376 140734381238048 140704801069736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10598/tid=10607] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10607/stat : 10607 (java) S 10596 10598 3958 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 338881019 3037372416 105718 33554432000 1073741824 1073778376 140734381238048 140704800017448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10598/tid=10608] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10608/stat : 10608 (java) S 10596 10598 3958 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 338881019 3037372416 105718 33554432000 1073741824 1073778376 140734381238048 140704798964648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10598/tid=10609] ppid=10596 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/10598/task/10609/stat : 10609 (java) S 10596 10598 3958 0 -1 4202560 37 0 0 0 5 0 0 0 20 0 22 0 338881020 3037372416 105718 33554432000 1073741824 1073778376 140734381238048 140704786766056 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10598/tid=10610] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10610/stat : 10610 (java) S 10596 10598 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338881020 3037372416 105718 33554432000 1073741824 1073778376 140734381238048 140704785712120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10598/tid=10611] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10611/stat : 10611 (java) S 10596 10598 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338881020 3037372416 105718 33554432000 1073741824 1073778376 140734381238048 140704784659720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10598/tid=10612] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10612/stat : 10612 (java) S 10596 10598 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338881022 3037372416 105718 33554432000 1073741824 1073778376 140734381238048 140704783608208 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10598/tid=10613] ppid=10596 vsize=2966184 CPUtime=0.85 cores=1,3,5,7
/proc/10598/task/10613/stat : 10613 (java) S 10596 10598 3958 0 -1 4202560 6512 0 0 0 84 1 0 0 20 0 22 0 338881022 3037372416 105718 33554432000 1073741824 1073778376 140734381238048 140704782555832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10598/tid=10614] ppid=10596 vsize=2966184 CPUtime=0.79 cores=1,3,5,7
/proc/10598/task/10614/stat : 10614 (java) S 10596 10598 3958 0 -1 4202560 9163 0 0 0 77 2 0 0 20 0 22 0 338881022 3037372416 105718 33554432000 1073741824 1073778376 140734381238048 140704781503032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10598/tid=10615] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10615/stat : 10615 (java) S 10596 10598 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338881022 3037372416 105718 33554432000 1073741824 1073778376 140734381238048 140704780450936 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10598/tid=10616] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10616/stat : 10616 (java) S 10596 10598 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338881022 3037372416 105718 33554432000 1073741824 1073778376 140734381238048 140704779398344 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10598/tid=10617] ppid=10596 vsize=2966184 CPUtime=2.78 cores=1,3,5,7
/proc/10598/task/10617/stat : 10617 (java) R 10596 10598 3958 0 -1 4202560 83 0 0 0 276 2 0 0 20 0 22 0 338881038 3037372416 105718 33554432000 1073741824 1073778376 140734381238048 140704778342728 140704880438692 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10598/tid=10618] ppid=10596 vsize=2966184 CPUtime=2.79 cores=1,3,5,7
/proc/10598/task/10618/stat : 10618 (java) R 10596 10598 3958 0 -1 4202560 180 0 0 0 275 4 0 0 20 0 22 0 338881038 3037372416 105718 33554432000 1073741824 1073778376 140734381238048 140704777289560 140704880483739 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10598/tid=10619] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10619/stat : 10619 (java) S 10596 10598 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338881038 3037372416 105718 33554432000 1073741824 1073778376 140734381238048 140704776238248 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10598/tid=10620] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10620/stat : 10620 (java) S 10596 10598 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338881038 3037372416 105718 33554432000 1073741824 1073778376 140734381238048 140704775185448 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.62
Current children cumulated vsize (KiB) 2966184

[startup+6.30082 s]
/proc/loadavg: 3.96 3.79 3.12 5/219 10620
/proc/meminfo: memFree=30627436/32873648 swapFree=7628/7628
[pid=10598] ppid=10596 vsize=2966184 CPUtime=14.01 cores=1,3,5,7
/proc/10598/stat : 10598 (java) S 10596 10598 3958 0 -1 4202496 20115 0 1 0 1390 11 0 0 20 0 22 0 338881017 3037372416 106493 33554432000 1073741824 1073778376 140734381238048 140734381229184 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10598/statm: 741546 106493 2273 9 0 732240 0
[pid=10598/tid=10599] ppid=10596 vsize=2966184 CPUtime=0.18 cores=1,3,5,7
/proc/10598/task/10599/stat : 10599 (java) S 10596 10598 3958 0 -1 4202560 2853 0 1 0 18 0 0 0 20 0 22 0 338881018 3037372416 106493 33554432000 1073741824 1073778376 140734381238048 140704940242072 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10598/tid=10601] ppid=10596 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/10598/task/10601/stat : 10601 (java) S 10596 10598 3958 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 338881018 3037372416 106493 33554432000 1073741824 1073778376 140734381238048 140704806332712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10598/tid=10602] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10602/stat : 10602 (java) S 10596 10598 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338881019 3037372416 106493 33554432000 1073741824 1073778376 140734381238048 140704805279912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10598/tid=10603] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10603/stat : 10603 (java) S 10596 10598 3958 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 338881019 3037372416 106493 33554432000 1073741824 1073778376 140734381238048 140704804227624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10598/tid=10604] ppid=10596 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/10598/task/10604/stat : 10604 (java) S 10596 10598 3958 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 338881019 3037372416 106493 33554432000 1073741824 1073778376 140734381238048 140704803174824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10598/tid=10605] ppid=10596 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/10598/task/10605/stat : 10605 (java) S 10596 10598 3958 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 338881019 3037372416 106493 33554432000 1073741824 1073778376 140734381238048 140704802122536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10598/tid=10606] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10606/stat : 10606 (java) S 10596 10598 3958 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 338881019 3037372416 106493 33554432000 1073741824 1073778376 140734381238048 140704801069736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10598/tid=10607] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10607/stat : 10607 (java) S 10596 10598 3958 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 338881019 3037372416 106493 33554432000 1073741824 1073778376 140734381238048 140704800017448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10598/tid=10608] ppid=10596 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/10598/task/10608/stat : 10608 (java) S 10596 10598 3958 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 338881019 3037372416 106493 33554432000 1073741824 1073778376 140734381238048 140704798964648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

/proc/10598/task/10607/stat : 10607 (java) S 10596 10598 3958 0 -1 4202560 100 0 0 0 116 2 0 0 20 0 22 0 338881019 3037372416 155125 33554432000 1073741824 1073778376 140734381238048 140704800017448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10598/tid=10608] ppid=10596 vsize=2966184 CPUtime=1.21 cores=1,3,5,7
/proc/10598/task/10608/stat : 10608 (java) S 10596 10598 3958 0 -1 4202560 109 0 0 0 118 3 0 0 20 0 22 0 338881019 3037372416 155125 33554432000 1073741824 1073778376 140734381238048 140704798964648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10598/tid=10609] ppid=10596 vsize=2966184 CPUtime=15.23 cores=1,3,5,7
/proc/10598/task/10609/stat : 10609 (java) S 10596 10598 3958 0 -1 4202560 85 0 0 0 1516 7 0 0 20 0 22 0 338881020 3037372416 155125 33554432000 1073741824 1073778376 140734381238048 140704786766056 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10598/tid=10610] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10610/stat : 10610 (java) S 10596 10598 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338881020 3037372416 155125 33554432000 1073741824 1073778376 140734381238048 140704785712120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10598/tid=10611] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10611/stat : 10611 (java) S 10596 10598 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338881020 3037372416 155125 33554432000 1073741824 1073778376 140734381238048 140704784659720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10598/tid=10612] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10612/stat : 10612 (java) S 10596 10598 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338881022 3037372416 155125 33554432000 1073741824 1073778376 140734381238048 140704783608208 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10598/tid=10613] ppid=10596 vsize=2966184 CPUtime=1.97 cores=1,3,5,7
/proc/10598/task/10613/stat : 10613 (java) S 10596 10598 3958 0 -1 4202560 13575 0 0 0 194 3 0 0 20 0 22 0 338881022 3037372416 155125 33554432000 1073741824 1073778376 140734381238048 140704782555832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10598/tid=10614] ppid=10596 vsize=2966184 CPUtime=0.82 cores=1,3,5,7
/proc/10598/task/10614/stat : 10614 (java) S 10596 10598 3958 0 -1 4202560 9166 0 0 0 80 2 0 0 20 0 22 0 338881022 3037372416 155125 33554432000 1073741824 1073778376 140734381238048 140704781503032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10598/tid=10615] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10615/stat : 10615 (java) S 10596 10598 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338881022 3037372416 155125 33554432000 1073741824 1073778376 140734381238048 140704780450936 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10598/tid=10616] ppid=10596 vsize=2966184 CPUtime=0.1 cores=1,3,5,7
/proc/10598/task/10616/stat : 10616 (java) S 10596 10598 3958 0 -1 4202560 15 0 0 0 4 6 0 0 20 0 22 0 338881022 3037372416 155125 33554432000 1073741824 1073778376 140734381238048 140704779398344 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10598/tid=10617] ppid=10596 vsize=2966184 CPUtime=247.14 cores=1,3,5,7
/proc/10598/task/10617/stat : 10617 (java) R 10596 10598 3958 0 -1 4202560 237 0 0 0 24707 7 0 0 20 0 22 0 338881038 3037372416 155125 33554432000 1073741824 1073778376 140734381238048 140704778342608 140704880577427 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10598/tid=10618] ppid=10596 vsize=2966184 CPUtime=247.2 cores=1,3,5,7
/proc/10598/task/10618/stat : 10618 (java) R 10596 10598 3958 0 -1 4202560 320 0 0 0 24711 9 0 0 20 0 22 0 338881038 3037372416 155125 33554432000 1073741824 1073778376 140734381238048 140704777287896 140704880483619 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10598/tid=10619] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10619/stat : 10619 (java) S 10596 10598 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338881038 3037372416 155125 33554432000 1073741824 1073778376 140734381238048 140704776238248 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10598/tid=10620] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10620/stat : 10620 (java) S 10596 10598 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338881038 3037372416 155125 33554432000 1073741824 1073778376 140734381238048 140704775185448 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 522.01
Current children cumulated vsize (KiB) 2966184

[startup+266.301 s]
/proc/loadavg: 4.03 3.90 3.32 3/218 10744
/proc/meminfo: memFree=30440536/32873648 swapFree=7628/7628
[pid=10598] ppid=10596 vsize=2966184 CPUtime=522.47 cores=1,3,5,7
/proc/10598/stat : 10598 (java) S 10596 10598 3958 0 -1 4202496 28265 0 1 0 52195 52 0 0 20 0 20 0 338881017 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140734381229184 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10598/statm: 741546 155114 2275 9 0 732240 0
[pid=10598/tid=10599] ppid=10596 vsize=2966184 CPUtime=0.19 cores=1,3,5,7
/proc/10598/task/10599/stat : 10599 (java) S 10596 10598 3958 0 -1 4202560 2864 0 1 0 19 0 0 0 20 0 20 0 338881018 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704940242072 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10598/tid=10601] ppid=10596 vsize=2966184 CPUtime=1.2 cores=1,3,5,7
/proc/10598/task/10601/stat : 10601 (java) S 10596 10598 3958 0 -1 4202560 109 0 0 0 118 2 0 0 20 0 20 0 338881018 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704806332712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10598/tid=10602] ppid=10596 vsize=2966184 CPUtime=1.18 cores=1,3,5,7
/proc/10598/task/10602/stat : 10602 (java) S 10596 10598 3958 0 -1 4202560 119 0 0 0 115 3 0 0 20 0 20 0 338881019 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704805279912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10598/tid=10603] ppid=10596 vsize=2966184 CPUtime=1.17 cores=1,3,5,7
/proc/10598/task/10603/stat : 10603 (java) S 10596 10598 3958 0 -1 4202560 102 0 0 0 115 2 0 0 20 0 20 0 338881019 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704804227624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10598/tid=10604] ppid=10596 vsize=2966184 CPUtime=1.09 cores=1,3,5,7
/proc/10598/task/10604/stat : 10604 (java) S 10596 10598 3958 0 -1 4202560 96 0 0 0 106 3 0 0 20 0 20 0 338881019 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704803174824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10598/tid=10605] ppid=10596 vsize=2966184 CPUtime=1.08 cores=1,3,5,7
/proc/10598/task/10605/stat : 10605 (java) S 10596 10598 3958 0 -1 4202560 78 0 0 0 106 2 0 0 20 0 20 0 338881019 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704802122536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10598/tid=10606] ppid=10596 vsize=2966184 CPUtime=1.22 cores=1,3,5,7
/proc/10598/task/10606/stat : 10606 (java) S 10596 10598 3958 0 -1 4202560 100 0 0 0 118 4 0 0 20 0 20 0 338881019 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704801069736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10598/tid=10607] ppid=10596 vsize=2966184 CPUtime=1.18 cores=1,3,5,7
/proc/10598/task/10607/stat : 10607 (java) S 10596 10598 3958 0 -1 4202560 100 0 0 0 116 2 0 0 20 0 20 0 338881019 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704800017448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10598/tid=10608] ppid=10596 vsize=2966184 CPUtime=1.21 cores=1,3,5,7
/proc/10598/task/10608/stat : 10608 (java) S 10596 10598 3958 0 -1 4202560 109 0 0 0 118 3 0 0 20 0 20 0 338881019 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704798964648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10598/tid=10609] ppid=10596 vsize=2966184 CPUtime=15.23 cores=1,3,5,7
/proc/10598/task/10609/stat : 10609 (java) S 10596 10598 3958 0 -1 4202560 85 0 0 0 1516 7 0 0 20 0 20 0 338881020 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704786766056 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10598/tid=10610] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10610/stat : 10610 (java) S 10596 10598 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 338881020 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704785712120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10598/tid=10611] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10611/stat : 10611 (java) S 10596 10598 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 338881020 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704784659720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10598/tid=10612] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10612/stat : 10612 (java) S 10596 10598 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 338881022 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704783608208 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10598/tid=10613] ppid=10596 vsize=2966184 CPUtime=1.97 cores=1,3,5,7
/proc/10598/task/10613/stat : 10613 (java) S 10596 10598 3958 0 -1 4202560 13575 0 0 0 194 3 0 0 20 0 20 0 338881022 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704782555832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10598/tid=10614] ppid=10596 vsize=2966184 CPUtime=0.82 cores=1,3,5,7
/proc/10598/task/10614/stat : 10614 (java) S 10596 10598 3958 0 -1 4202560 9166 0 0 0 80 2 0 0 20 0 20 0 338881022 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704781503032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10598/tid=10615] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10615/stat : 10615 (java) S 10596 10598 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 338881022 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704780450936 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10598/tid=10616] ppid=10596 vsize=2966184 CPUtime=0.1 cores=1,3,5,7
/proc/10598/task/10616/stat : 10616 (java) S 10596 10598 3958 0 -1 4202560 15 0 0 0 4 6 0 0 20 0 20 0 338881022 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704779398344 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10598/tid=10619] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10619/stat : 10619 (java) S 10596 10598 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 338881038 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704776238248 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10598/tid=10620] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10620/stat : 10620 (java) S 10596 10598 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 338881038 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704775185448 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 522.47
Current children cumulated vsize (KiB) 2966184

[startup+266.501 s]
/proc/loadavg: 4.03 3.90 3.32 3/218 10744
/proc/meminfo: memFree=30440536/32873648 swapFree=7628/7628
[pid=10598] ppid=10596 vsize=2966184 CPUtime=522.47 cores=1,3,5,7
/proc/10598/stat : 10598 (java) S 10596 10598 3958 0 -1 4202496 28265 0 1 0 52195 52 0 0 20 0 20 0 338881017 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140734381229184 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10598/statm: 741546 155114 2275 9 0 732240 0
[pid=10598/tid=10599] ppid=10596 vsize=2966184 CPUtime=0.19 cores=1,3,5,7
/proc/10598/task/10599/stat : 10599 (java) S 10596 10598 3958 0 -1 4202560 2864 0 1 0 19 0 0 0 20 0 20 0 338881018 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704940242072 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10598/tid=10601] ppid=10596 vsize=2966184 CPUtime=1.2 cores=1,3,5,7
/proc/10598/task/10601/stat : 10601 (java) S 10596 10598 3958 0 -1 4202560 109 0 0 0 118 2 0 0 20 0 20 0 338881018 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704806332712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10598/tid=10602] ppid=10596 vsize=2966184 CPUtime=1.18 cores=1,3,5,7
/proc/10598/task/10602/stat : 10602 (java) S 10596 10598 3958 0 -1 4202560 119 0 0 0 115 3 0 0 20 0 20 0 338881019 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704805279912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10598/tid=10603] ppid=10596 vsize=2966184 CPUtime=1.17 cores=1,3,5,7
/proc/10598/task/10603/stat : 10603 (java) S 10596 10598 3958 0 -1 4202560 102 0 0 0 115 2 0 0 20 0 20 0 338881019 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704804227624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10598/tid=10604] ppid=10596 vsize=2966184 CPUtime=1.09 cores=1,3,5,7
/proc/10598/task/10604/stat : 10604 (java) S 10596 10598 3958 0 -1 4202560 96 0 0 0 106 3 0 0 20 0 20 0 338881019 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704803174824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10598/tid=10605] ppid=10596 vsize=2966184 CPUtime=1.08 cores=1,3,5,7
/proc/10598/task/10605/stat : 10605 (java) S 10596 10598 3958 0 -1 4202560 78 0 0 0 106 2 0 0 20 0 20 0 338881019 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704802122536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10598/tid=10606] ppid=10596 vsize=2966184 CPUtime=1.22 cores=1,3,5,7
/proc/10598/task/10606/stat : 10606 (java) S 10596 10598 3958 0 -1 4202560 100 0 0 0 118 4 0 0 20 0 20 0 338881019 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704801069736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10598/tid=10607] ppid=10596 vsize=2966184 CPUtime=1.18 cores=1,3,5,7
/proc/10598/task/10607/stat : 10607 (java) S 10596 10598 3958 0 -1 4202560 100 0 0 0 116 2 0 0 20 0 20 0 338881019 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704800017448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10598/tid=10608] ppid=10596 vsize=2966184 CPUtime=1.21 cores=1,3,5,7
/proc/10598/task/10608/stat : 10608 (java) S 10596 10598 3958 0 -1 4202560 109 0 0 0 118 3 0 0 20 0 20 0 338881019 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704798964648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10598/tid=10609] ppid=10596 vsize=2966184 CPUtime=15.23 cores=1,3,5,7
/proc/10598/task/10609/stat : 10609 (java) S 10596 10598 3958 0 -1 4202560 85 0 0 0 1516 7 0 0 20 0 20 0 338881020 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704786766056 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10598/tid=10610] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10610/stat : 10610 (java) S 10596 10598 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 338881020 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704785712120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10598/tid=10611] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10611/stat : 10611 (java) S 10596 10598 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 338881020 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704784659720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10598/tid=10612] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10612/stat : 10612 (java) S 10596 10598 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 338881022 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704783608208 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10598/tid=10613] ppid=10596 vsize=2966184 CPUtime=1.97 cores=1,3,5,7
/proc/10598/task/10613/stat : 10613 (java) S 10596 10598 3958 0 -1 4202560 13575 0 0 0 194 3 0 0 20 0 20 0 338881022 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704782555832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10598/tid=10614] ppid=10596 vsize=2966184 CPUtime=0.82 cores=1,3,5,7
/proc/10598/task/10614/stat : 10614 (java) S 10596 10598 3958 0 -1 4202560 9166 0 0 0 80 2 0 0 20 0 20 0 338881022 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704781503032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10598/tid=10615] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10615/stat : 10615 (java) S 10596 10598 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 338881022 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704780450936 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10598/tid=10616] ppid=10596 vsize=2966184 CPUtime=0.1 cores=1,3,5,7
/proc/10598/task/10616/stat : 10616 (java) S 10596 10598 3958 0 -1 4202560 15 0 0 0 4 6 0 0 20 0 20 0 338881022 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704779398344 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10598/tid=10619] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10619/stat : 10619 (java) S 10596 10598 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 338881038 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704776238248 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10598/tid=10620] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10620/stat : 10620 (java) S 10596 10598 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 338881038 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704775185448 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 522.47
Current children cumulated vsize (KiB) 2966184

[startup+266.601 s]
/proc/loadavg: 4.03 3.90 3.32 3/218 10744
/proc/meminfo: memFree=30440536/32873648 swapFree=7628/7628
[pid=10598] ppid=10596 vsize=2966184 CPUtime=522.47 cores=1,3,5,7
/proc/10598/stat : 10598 (java) S 10596 10598 3958 0 -1 4202496 28265 0 1 0 52195 52 0 0 20 0 20 0 338881017 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140734381229184 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10598/statm: 741546 155114 2275 9 0 732240 0
[pid=10598/tid=10599] ppid=10596 vsize=2966184 CPUtime=0.19 cores=1,3,5,7
/proc/10598/task/10599/stat : 10599 (java) S 10596 10598 3958 0 -1 4202560 2864 0 1 0 19 0 0 0 20 0 20 0 338881018 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704940242072 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10598/tid=10601] ppid=10596 vsize=2966184 CPUtime=1.2 cores=1,3,5,7
/proc/10598/task/10601/stat : 10601 (java) S 10596 10598 3958 0 -1 4202560 109 0 0 0 118 2 0 0 20 0 20 0 338881018 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704806332712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10598/tid=10602] ppid=10596 vsize=2966184 CPUtime=1.18 cores=1,3,5,7
/proc/10598/task/10602/stat : 10602 (java) S 10596 10598 3958 0 -1 4202560 119 0 0 0 115 3 0 0 20 0 20 0 338881019 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704805279912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10598/tid=10603] ppid=10596 vsize=2966184 CPUtime=1.17 cores=1,3,5,7
/proc/10598/task/10603/stat : 10603 (java) S 10596 10598 3958 0 -1 4202560 102 0 0 0 115 2 0 0 20 0 20 0 338881019 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704804227624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10598/tid=10604] ppid=10596 vsize=2966184 CPUtime=1.09 cores=1,3,5,7
/proc/10598/task/10604/stat : 10604 (java) S 10596 10598 3958 0 -1 4202560 96 0 0 0 106 3 0 0 20 0 20 0 338881019 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704803174824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10598/tid=10605] ppid=10596 vsize=2966184 CPUtime=1.08 cores=1,3,5,7
/proc/10598/task/10605/stat : 10605 (java) S 10596 10598 3958 0 -1 4202560 78 0 0 0 106 2 0 0 20 0 20 0 338881019 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704802122536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10598/tid=10606] ppid=10596 vsize=2966184 CPUtime=1.22 cores=1,3,5,7
/proc/10598/task/10606/stat : 10606 (java) S 10596 10598 3958 0 -1 4202560 100 0 0 0 118 4 0 0 20 0 20 0 338881019 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704801069736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10598/tid=10607] ppid=10596 vsize=2966184 CPUtime=1.18 cores=1,3,5,7
/proc/10598/task/10607/stat : 10607 (java) S 10596 10598 3958 0 -1 4202560 100 0 0 0 116 2 0 0 20 0 20 0 338881019 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704800017448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10598/tid=10608] ppid=10596 vsize=2966184 CPUtime=1.21 cores=1,3,5,7
/proc/10598/task/10608/stat : 10608 (java) S 10596 10598 3958 0 -1 4202560 109 0 0 0 118 3 0 0 20 0 20 0 338881019 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704798964648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10598/tid=10609] ppid=10596 vsize=2966184 CPUtime=15.23 cores=1,3,5,7
/proc/10598/task/10609/stat : 10609 (java) S 10596 10598 3958 0 -1 4202560 85 0 0 0 1516 7 0 0 20 0 20 0 338881020 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704786766056 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10598/tid=10610] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10610/stat : 10610 (java) S 10596 10598 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 338881020 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704785712120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10598/tid=10611] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10611/stat : 10611 (java) S 10596 10598 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 338881020 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704784659720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10598/tid=10612] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10612/stat : 10612 (java) S 10596 10598 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 338881022 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704783608208 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10598/tid=10613] ppid=10596 vsize=2966184 CPUtime=1.97 cores=1,3,5,7
/proc/10598/task/10613/stat : 10613 (java) S 10596 10598 3958 0 -1 4202560 13575 0 0 0 194 3 0 0 20 0 20 0 338881022 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704782555832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10598/tid=10614] ppid=10596 vsize=2966184 CPUtime=0.82 cores=1,3,5,7
/proc/10598/task/10614/stat : 10614 (java) S 10596 10598 3958 0 -1 4202560 9166 0 0 0 80 2 0 0 20 0 20 0 338881022 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704781503032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10598/tid=10615] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10615/stat : 10615 (java) S 10596 10598 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 338881022 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704780450936 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10598/tid=10616] ppid=10596 vsize=2966184 CPUtime=0.1 cores=1,3,5,7
/proc/10598/task/10616/stat : 10616 (java) S 10596 10598 3958 0 -1 4202560 15 0 0 0 4 6 0 0 20 0 20 0 338881022 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704779398344 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10598/tid=10619] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10619/stat : 10619 (java) S 10596 10598 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 338881038 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704776238248 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10598/tid=10620] ppid=10596 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10598/task/10620/stat : 10620 (java) S 10596 10598 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 338881038 3037372416 155114 33554432000 1073741824 1073778376 140734381238048 140704775185448 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 522.47
Current children cumulated vsize (KiB) 2966184

Child status: 10
Real time (s): 266.694
CPU time (s): 522.625
CPU user time (s): 521.923
CPU system time (s): 0.701893
CPU usage (%): 195.964
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 521.923
system time used= 0.701893
maximum resident set size= 620504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28276
page faults= 1
swaps= 0
block input operations= 0
block output operations= 328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14092
involuntary context switches= 23194

runsolver used 1.52277 second user time and 2.37664 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-03 14:45:50
IDJOB=3729074
IDBENCH=1165
IDSOLVER=2324
FILE ID=node122/3729074-1338727550
RUNJOBID= node122-1338726600-10239
PBS_JOBID= 14636732
Free space on /tmp= 71188 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army11.17ls.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3729074-1338727550/watcher-3729074-1338727550 -o /tmp/evaluation-result-3729074-1338727550/solver-3729074-1338727550 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3729074-1338727550.opb

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

MD5SUM BENCH= e92d33933b84b1c0ca9ffa19c28f7edc
RANDOM SEED=1811842389

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        31045944 kB
Buffers:          219092 kB
Cached:           173320 kB
SwapCached:         1832 kB
Active:           958776 kB
Inactive:          42436 kB
Active(anon):     605608 kB
Inactive(anon):     5436 kB
Active(file):     353168 kB
Inactive(file):    37000 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67100168 kB
Dirty:                68 kB
Writeback:             0 kB
AnonPages:        708632 kB
Mapped:            17112 kB
Shmem:                 0 kB
Slab:             684664 kB
SReclaimable:     128028 kB
SUnreclaim:       556636 kB
KernelStack:        1808 kB
PageTables:         5200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1572384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    661504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71188 MiB
End job on node122 at 2012-06-03 14:50:17