Trace number 3687742

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
SAT 4j PB RES // CP 2.3.2 SnapshotOPT18 713.496 383.478

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/logic-synthesis/normalized-f51m.b.opb
MD5SUM95b567c682e7e3efe2c93879e0e7c89d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark18
Best CPU time to get the best result obtained on this benchmark0.293955
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 18
Optimality of the best value was proved YES
Number of variables406
Total number of constraints520
Number of constraints which are clauses520
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 constraint123
Number of terms in the objective function 406
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 406
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 406
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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.3.2.v20120418
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/0.07	c Number of processors 	8
0.12/0.10	c Pseudo Boolean Optimization by upper bound
0.12/0.10	c ManyCore solver with 2 solvers running in parallel
0.12/0.10	c --- Begin Solver configuration ---
0.12/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.12/0.10	c Learn all clauses as in MiniSAT
0.12/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.10	c Expensive reason simplification
0.12/0.10	c Armin Biere (Picosat) restarts strategy
0.12/0.10	c Glucose learned constraints deletion strategy
0.12/0.10	c timeout=2147483s
0.12/0.10	c DB Simplification allowed=false
0.12/0.10	c c --- End Solver configuration ---
0.12/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.10	c --- Begin Solver configuration ---
0.12/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.12/0.10	c Learn all clauses as in MiniSAT
0.12/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.10	c No reason simplification
0.12/0.10	c Armin Biere (Picosat) restarts strategy
0.12/0.10	c Glucose learned constraints deletion strategy
0.12/0.10	c timeout=2147483s
0.12/0.10	c DB Simplification allowed=false
0.12/0.10	c c --- End Solver configuration ---
0.12/0.10	c solving HOME/instance-3687742-1337873784.opb
0.12/0.10	c reading problem ... 
0.31/0.28	c ... done. Wall clock time 0.18s.
0.31/0.28	c declared #vars     406
0.31/0.28	c #constraints  503
0.31/0.28	c constraints type 
0.31/0.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 496
0.31/0.28	c ignored satisfied constraints => 17
0.31/0.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.31/0.28	c org.sat4j.minisat.constraints.cnf.UnitClause => 5
0.31/0.28	c 520 constraints processed.
0.31/0.28	c constraints type 
0.31/0.28	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.31/0.28	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 496
0.31/0.28	c ignored satisfied constraints => 17
0.31/0.28	c org.sat4j.pb.constraints.pb.UnitClausePB => 5
0.31/0.28	c 520 constraints processed.
0.31/0.28	c objective function length is 406 literals
0.31/0.29	c  And the winner is solver0
0.69/0.78	c SATISFIABLE
0.69/0.78	c OPTIMIZING...
0.69/0.78	c Got one! Elapsed wall clock time (in seconds):0.682
0.69/0.78	o 26
0.73/0.86	c  And the winner is solver1
1.08/1.29	c Got one! Elapsed wall clock time (in seconds):1.187
1.08/1.29	o 25
1.10/1.33	c  And the winner is solver1
1.46/1.79	c Got one! Elapsed wall clock time (in seconds):1.689
1.46/1.79	o 24
1.47/1.82	c  And the winner is solver1
1.59/2.29	c Got one! Elapsed wall clock time (in seconds):2.193
1.59/2.29	o 23
1.61/2.32	c  And the winner is solver1
1.76/2.80	c Got one! Elapsed wall clock time (in seconds):2.695
1.76/2.80	o 22
1.76/2.83	c  And the winner is solver1
1.96/3.30	c Got one! Elapsed wall clock time (in seconds):3.197
1.96/3.30	o 21
1.97/3.31	c  And the winner is solver1
2.11/3.80	c Got one! Elapsed wall clock time (in seconds):3.699
2.11/3.80	o 20
2.63/4.05	c cleaning 3605 clauses out of 7212 with flag 5002/7212
3.36/4.36	c cleaning 4783 clauses out of 9605 with flag 11000/13210
4.24/4.72	c cleaning 5892 clauses out of 11822 with flag 18000/20210
5.04/5.16	c cleaning 6960 clauses out of 13930 with flag 26000/28210
5.91/5.51	c  And the winner is solver1
5.93/5.80	c Got one! Elapsed wall clock time (in seconds):5.701
5.93/5.80	o 19
6.31/6.04	c cleaning 9230 clauses out of 18477 with flag 5000/39717
6.87/6.39	c cleaning 7624 clauses out of 15247 with flag 11000/45717
7.64/6.77	c cleaning 7304 clauses out of 14623 with flag 18000/52717
8.64/7.20	c cleaning 7652 clauses out of 15321 with flag 26002/60719
9.56/7.71	c cleaning 8325 clauses out of 16669 with flag 35002/69719
10.48/8.24	c cleaning 9166 clauses out of 18344 with flag 45002/79719
11.64/8.86	c cleaning 10086 clauses out of 20176 with flag 56000/90717
13.00/9.53	c cleaning 11038 clauses out of 22091 with flag 68001/102718
14.27/10.27	c  And the winner is solver1
14.42/10.34	c Got one! Elapsed wall clock time (in seconds):10.235
14.42/10.34	o 18
14.74/10.59	c cleaning 13820 clauses out of 27639 with flag 5000/119304
15.44/11.00	c cleaning 9910 clauses out of 19819 with flag 11000/125304
16.34/11.42	c cleaning 8443 clauses out of 16909 with flag 18000/132304
17.24/11.91	c cleaning 8233 clauses out of 16468 with flag 26002/140306
18.08/12.49	c cleaning 8618 clauses out of 17236 with flag 35003/149307
19.16/13.06	c cleaning 9291 clauses out of 18615 with flag 45000/159304
20.45/13.71	c cleaning 10157 clauses out of 20324 with flag 56000/170304
21.74/14.46	c cleaning 11069 clauses out of 22167 with flag 68000/182304
23.13/15.28	c cleaning 12049 clauses out of 24100 with flag 81002/195306
24.59/16.06	c cleaning 12999 clauses out of 26049 with flag 95000/209304
26.25/16.95	c cleaning 14014 clauses out of 28052 with flag 110002/224306
27.91/17.86	c cleaning 15008 clauses out of 30036 with flag 126000/240304
29.85/18.94	c cleaning 16008 clauses out of 32028 with flag 143000/257304
31.91/20.01	c cleaning 17005 clauses out of 34020 with flag 161000/275304
33.94/21.18	c cleaning 18006 clauses out of 36015 with flag 180000/294304
36.38/22.42	c cleaning 18990 clauses out of 38009 with flag 200000/314304
38.92/23.80	c cleaning 20010 clauses out of 40019 with flag 221000/335304
41.34/25.10	c cleaning 20993 clauses out of 42009 with flag 243000/357304
43.57/26.40	c cleaning 21997 clauses out of 44017 with flag 266001/380305
46.38/27.84	c cleaning 22977 clauses out of 46019 with flag 290000/404304
49.46/29.59	c cleaning 24017 clauses out of 48042 with flag 315000/429304
52.65/31.22	c cleaning 24999 clauses out of 50025 with flag 341000/455304
55.84/32.93	c cleaning 26009 clauses out of 52027 with flag 368001/482305
59.01/34.66	c cleaning 27005 clauses out of 54017 with flag 396000/510304
62.83/36.74	c cleaning 27990 clauses out of 56013 with flag 425001/539305
66.22/38.54	c cleaning 28972 clauses out of 58022 with flag 455000/569304
69.96/40.56	c cleaning 30015 clauses out of 60050 with flag 486000/600304
73.73/42.59	c cleaning 31011 clauses out of 62035 with flag 518000/632304
78.10/44.95	c cleaning 31985 clauses out of 64024 with flag 551000/665304
82.48/47.27	c cleaning 33010 clauses out of 66040 with flag 585001/699305
86.60/49.49	c cleaning 34010 clauses out of 68029 with flag 620000/734304
90.74/51.70	c cleaning 34988 clauses out of 70021 with flag 656002/770306
95.89/54.48	c cleaning 36001 clauses out of 72031 with flag 693000/807304
100.81/57.00	c cleaning 37008 clauses out of 74030 with flag 731000/845304
106.29/59.97	c cleaning 38014 clauses out of 76028 with flag 770006/884310
111.39/62.62	c cleaning 38968 clauses out of 78008 with flag 810000/924304
116.66/65.59	c cleaning 39996 clauses out of 80040 with flag 851000/965304
122.13/68.40	c cleaning 41019 clauses out of 82048 with flag 893004/1007308
127.19/71.16	c cleaning 42005 clauses out of 84030 with flag 936005/1050309
132.45/73.96	c cleaning 42997 clauses out of 86020 with flag 980000/1094304
139.50/77.78	c cleaning 44001 clauses out of 88023 with flag 1025000/1139304
145.34/80.88	c cleaning 44999 clauses out of 90022 with flag 1071000/1185304
151.79/84.23	c cleaning 46010 clauses out of 92023 with flag 1118000/1232304
158.42/87.70	c cleaning 46992 clauses out of 94013 with flag 1166000/1280304
164.80/91.27	c cleaning 47981 clauses out of 96025 with flag 1215004/1329308
171.60/94.85	c cleaning 49007 clauses out of 98040 with flag 1265000/1379304
178.41/98.40	c cleaning 49998 clauses out of 100033 with flag 1316000/1430304
185.60/102.21	c cleaning 51012 clauses out of 102035 with flag 1368000/1482304
192.98/106.27	c cleaning 51988 clauses out of 104023 with flag 1421000/1535304
200.19/110.07	c cleaning 52995 clauses out of 106035 with flag 1475000/1589304
208.40/114.31	c cleaning 54017 clauses out of 108040 with flag 1530000/1644304
217.43/119.03	c cleaning 54996 clauses out of 110023 with flag 1586000/1700304
224.93/123.20	c cleaning 55993 clauses out of 112027 with flag 1643000/1757304
233.57/127.63	c cleaning 57005 clauses out of 114036 with flag 1701002/1815306
243.59/132.80	c cleaning 58004 clauses out of 116029 with flag 1760000/1874304
253.42/137.96	c cleaning 58953 clauses out of 118025 with flag 1820000/1934304
257.90/140.59	c cleaning 0 clauses out of 6098 with flag 0/6098
264.64/143.94	c cleaning 60019 clauses out of 120072 with flag 1881000/1995304
274.18/148.93	c cleaning 61012 clauses out of 122053 with flag 1943000/2057304
284.74/154.40	c cleaning 62017 clauses out of 124041 with flag 2006000/2120304
294.19/159.56	c cleaning 62956 clauses out of 126024 with flag 2070000/2184304
303.73/164.55	c cleaning 64022 clauses out of 128069 with flag 2135001/2249305
314.33/170.01	c cleaning 64992 clauses out of 130046 with flag 2201000/2315304
324.10/175.12	c cleaning 66022 clauses out of 132057 with flag 2268003/2382307
334.67/180.80	c cleaning 67014 clauses out of 134033 with flag 2336001/2450305
344.39/185.95	c cleaning 67997 clauses out of 136018 with flag 2405000/2519304
354.10/191.01	c cleaning 69002 clauses out of 138022 with flag 2475001/2589305
364.99/196.77	c cleaning 70005 clauses out of 140021 with flag 2546002/2660306
375.95/202.67	c cleaning 70985 clauses out of 142014 with flag 2618000/2732304
386.63/208.28	c cleaning 72010 clauses out of 144030 with flag 2691001/2805305
397.93/214.15	c cleaning 72983 clauses out of 146019 with flag 2765000/2879304
409.92/221.06	c cleaning 74010 clauses out of 148036 with flag 2840000/2954304
420.79/226.76	c cleaning 75007 clauses out of 150029 with flag 2916003/3030307
431.83/232.50	c cleaning 75998 clauses out of 152019 with flag 2993000/3107304
443.09/238.40	c cleaning 77001 clauses out of 154021 with flag 3071000/3185304
455.35/245.07	c cleaning 77998 clauses out of 156025 with flag 3150005/3264309
467.21/251.30	c cleaning 78995 clauses out of 158025 with flag 3230003/3344307
478.44/257.17	c cleaning 79971 clauses out of 160027 with flag 3311000/3425304
490.25/263.30	c cleaning 80998 clauses out of 162056 with flag 3393000/3507304
503.87/270.62	c cleaning 82017 clauses out of 164058 with flag 3476000/3590304
517.53/277.72	c cleaning 82966 clauses out of 166042 with flag 3560001/3674305
529.93/284.29	c cleaning 84024 clauses out of 168075 with flag 3645000/3759304
542.35/290.76	c cleaning 85016 clauses out of 170054 with flag 3731003/3845307
555.31/297.75	c cleaning 86008 clauses out of 172035 with flag 3818000/3932304
567.92/304.34	c cleaning 87009 clauses out of 174027 with flag 3906000/4020304
581.72/311.56	c cleaning 88003 clauses out of 176018 with flag 3995000/4109304
596.09/319.03	c cleaning 88996 clauses out of 178015 with flag 4085000/4199304
612.05/327.56	c cleaning 90006 clauses out of 180019 with flag 4176000/4290304
626.20/335.00	c cleaning 90985 clauses out of 182013 with flag 4268000/4382304
641.03/342.62	c cleaning 91987 clauses out of 184030 with flag 4361002/4475306
656.47/350.69	c cleaning 92997 clauses out of 186041 with flag 4455000/4569304
670.73/358.36	c cleaning 94022 clauses out of 188044 with flag 4550000/4664304
685.47/366.00	c cleaning 94994 clauses out of 190022 with flag 4646000/4760304
700.22/373.73	c cleaning 96001 clauses out of 192030 with flag 4743002/4857306
708.54/378.27	c  And the winner is solver1
712.08/383.46	c starts		: 37
712.08/383.46	c conflicts		: 9656
712.08/383.46	c decisions		: 106804
712.08/383.46	c propagations		: 474634
712.08/383.46	c inspects		: 331824544
712.08/383.46	c shortcuts		: 0
712.08/383.46	c learnt literals	: 0
712.08/383.46	c learnt binary clauses	: 0
712.08/383.46	c learnt ternary clauses	: 0
712.08/383.46	c learnt constraints	: 9655
712.08/383.46	c ignored constraints	: 0
712.08/383.46	c root simplifications	: 0
712.08/383.46	c removed literals (reason simplification)	: 0
712.08/383.46	c reason swapping (by a shorter reason)	: 0
712.08/383.46	c Calls to reduceDB	: 1
712.08/383.46	c number of reductions to clauses (during analyze)	: 0
712.08/383.46	c number of learned constraints concerned by reduction	: 0
712.08/383.46	c number of learning phase by resolution	: 0
712.08/383.46	c number of learning phase by cutting planes	: 0
712.08/383.46	c speed (assignments/second)	: 1240.3122247976733
712.08/383.46	c non guided choices	0
712.08/383.46	c learnt constraints type 
712.08/383.46	c constraints type 
712.08/383.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 496
712.08/383.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 0
712.08/383.46	c ignored satisfied constraints => 17
712.08/383.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
712.08/383.46	c org.sat4j.minisat.constraints.cnf.UnitClause => 5
712.08/383.46	c 520 constraints processed.
712.08/383.46	c constraints type 
712.08/383.46	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
712.08/383.46	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 496
712.08/383.46	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 0
712.08/383.46	c ignored satisfied constraints => 17
712.08/383.46	c org.sat4j.pb.constraints.pb.UnitClausePB => 5
712.08/383.46	c 520 constraints processed.
712.08/383.46	s OPTIMUM FOUND
712.08/383.46	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 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 x406 
712.08/383.46	c objective function=18
712.08/383.46	c Total wall clock time (in seconds): 383.364

Verifier Data

OK	18

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-3687742-1337873784/watcher-3687742-1337873784 -o /tmp/evaluation-result-3687742-1337873784/solver-3687742-1337873784 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687742-1337873784.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.44 3.66 3.28 4/197 26201
/proc/meminfo: memFree=29093712/32873648 swapFree=6596/6596
[pid=26201] ppid=26199 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/26201/stat : 26201 (java) R 26199 26201 25418 0 -1 4202496 983 0 0 0 0 0 0 0 20 0 1 0 253502932 23793664 712 33554432000 1073741824 1073778376 140737118747632 140737118736696 212064056680 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26201/statm: 5809 712 527 9 0 128 0

[startup+0.105544 s]
/proc/loadavg: 3.44 3.66 3.28 4/197 26201
/proc/meminfo: memFree=29093712/32873648 swapFree=6596/6596
[pid=26201] ppid=26199 vsize=9558412 CPUtime=0.12 cores=1,3,5,7
/proc/26201/stat : 26201 (java) S 26199 26201 25418 0 -1 4202496 4509 0 1 0 11 1 0 0 20 0 18 0 253502932 9787813888 6144 33554432000 1073741824 1073778376 140737118747632 140737118738768 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26201/statm: 2389603 6144 2153 9 0 2380296 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 9558412

[startup+0.200195 s]
/proc/loadavg: 3.44 3.66 3.28 4/197 26201
/proc/meminfo: memFree=29093712/32873648 swapFree=6596/6596
[pid=26201] ppid=26199 vsize=9558412 CPUtime=0.31 cores=1,3,5,7
/proc/26201/stat : 26201 (java) S 26199 26201 25418 0 -1 4202496 6671 0 1 0 30 1 0 0 20 0 18 0 253502932 9787813888 8147 33554432000 1073741824 1073778376 140737118747632 140737118738768 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26201/statm: 2389603 8147 2205 9 0 2380296 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9558412

[startup+0.300219 s]
/proc/loadavg: 3.44 3.66 3.28 4/197 26201
/proc/meminfo: memFree=29093712/32873648 swapFree=6596/6596
[pid=26201] ppid=26199 vsize=9693596 CPUtime=0.64 cores=1,3,5,7
/proc/26201/stat : 26201 (java) S 26199 26201 25418 0 -1 4202496 7328 0 1 0 61 3 0 0 20 0 19 0 253502932 9926242304 10391 33554432000 1073741824 1073778376 140737118747632 140737118738768 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26201/statm: 2423399 10391 2233 9 0 2414092 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 9693596

[startup+0.700223 s]
/proc/loadavg: 3.44 3.66 3.28 4/197 26201
/proc/meminfo: memFree=29093712/32873648 swapFree=6596/6596
[pid=26201] ppid=26199 vsize=9693596 CPUtime=0.69 cores=1,3,5,7
/proc/26201/stat : 26201 (java) S 26199 26201 25418 0 -1 4202496 7637 0 1 0 66 3 0 0 20 0 19 0 253502932 9926242304 10415 33554432000 1073741824 1073778376 140737118747632 140737118738768 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26201/statm: 2423399 10415 2237 9 0 2414092 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9693596

[startup+1.50072 s]
/proc/loadavg: 3.44 3.66 3.28 3/216 26226
/proc/meminfo: memFree=29032528/32873648 swapFree=6596/6596
[pid=26201] ppid=26199 vsize=9824668 CPUtime=1.39 cores=1,3,5,7
/proc/26201/stat : 26201 (java) S 26199 26201 25418 0 -1 4202496 13300 0 1 0 131 8 0 0 20 0 19 0 253502932 10060460032 16946 33554432000 1073741824 1073778376 140737118747632 140737118738768 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26201/statm: 2456167 16946 2251 9 0 2446860 0
[pid=26201/tid=26203] ppid=26199 vsize=9824668 CPUtime=0.27 cores=1,3,5,7
/proc/26201/task/26203/stat : 26203 (java) S 26199 26201 25418 0 -1 4202560 2458 0 1 0 27 0 0 0 20 0 19 0 253502933 10060460032 16946 33554432000 1073741824 1073778376 140737118747632 139746112046072 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26201/tid=26204] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26204/stat : 26204 (java) S 26199 26201 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253502933 10060460032 16946 33554432000 1073741824 1073778376 140737118747632 139745955052456 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26201/tid=26205] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26205/stat : 26205 (java) S 26199 26201 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253502933 10060460032 16946 33554432000 1073741824 1073778376 140737118747632 139745953999912 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26201/tid=26206] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26206/stat : 26206 (java) S 26199 26201 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253502933 10060460032 16946 33554432000 1073741824 1073778376 140737118747632 139745952946856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26201/tid=26207] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26207/stat : 26207 (java) S 26199 26201 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253502933 10060460032 16946 33554432000 1073741824 1073778376 140737118747632 139745951894312 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26201/tid=26208] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26208/stat : 26208 (java) S 26199 26201 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253502933 10060460032 16946 33554432000 1073741824 1073778376 140737118747632 139745950841256 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26201/tid=26209] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26209/stat : 26209 (java) S 26199 26201 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253502933 10060460032 16946 33554432000 1073741824 1073778376 140737118747632 139745949788712 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26201/tid=26210] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26210/stat : 26210 (java) S 26199 26201 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253502934 10060460032 16946 33554432000 1073741824 1073778376 140737118747632 139745948735656 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26201/tid=26211] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26211/stat : 26211 (java) S 26199 26201 25418 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253502934 10060460032 16946 33554432000 1073741824 1073778376 140737118747632 139745947683112 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26201/tid=26212] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26212/stat : 26212 (java) S 26199 26201 25418 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253502935 10060460032 16946 33554432000 1073741824 1073778376 140737118747632 139745935485800 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26201/tid=26213] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26213/stat : 26213 (java) S 26199 26201 25418 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253502935 10060460032 16946 33554432000 1073741824 1073778376 140737118747632 139745934432120 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26201/tid=26214] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26214/stat : 26214 (java) S 26199 26201 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253502935 10060460032 16946 33554432000 1073741824 1073778376 140737118747632 139745933378952 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26201/tid=26215] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26215/stat : 26215 (java) S 26199 26201 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253502937 10060460032 16946 33554432000 1073741824 1073778376 140737118747632 139745932327696 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26201/tid=26216] ppid=26199 vsize=9824668 CPUtime=0.32 cores=1,3,5,7
/proc/26201/task/26216/stat : 26216 (java) S 26199 26201 25418 0 -1 4202560 1762 0 0 0 32 0 0 0 20 0 19 0 253502937 10060460032 16946 33554432000 1073741824 1073778376 140737118747632 139745931274552 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26201/tid=26217] ppid=26199 vsize=9824668 CPUtime=0.49 cores=1,3,5,7
/proc/26201/task/26217/stat : 26217 (java) R 26199 26201 25418 0 -1 4202560 7750 0 0 0 48 1 0 0 20 0 19 0 253502937 10060460032 16946 33554432000 1073741824 1073778376 140737118747632 139745930199352 139746116133793 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26201/tid=26218] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26218/stat : 26218 (java) S 26199 26201 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253502937 10060460032 16946 33554432000 1073741824 1073778376 140737118747632 139745929169144 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26201/tid=26219] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26219/stat : 26219 (java) S 26199 26201 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253502937 10060460032 16946 33554432000 1073741824 1073778376 140737118747632 139745928116808 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26201/tid=26226] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26226/stat : 26226 (java) S 26199 26201 25418 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253503012 10060460032 16946 33554432000 1073741824 1073778376 140737118747632 139745927062312 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 9824668

[startup+3.10066 s]
/proc/loadavg: 3.44 3.66 3.28 3/216 26232
/proc/meminfo: memFree=29010076/32873648 swapFree=6596/6596
[pid=26201] ppid=26199 vsize=9824668 CPUtime=1.96 cores=1,3,5,7
/proc/26201/stat : 26201 (java) S 26199 26201 25418 0 -1 4202496 14173 0 1 0 181 15 0 0 20 0 19 0 253502932 10060460032 20900 33554432000 1073741824 1073778376 140737118747632 140737118738768 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26201/statm: 2456167 20900 2259 9 0 2446860 0
[pid=26201/tid=26203] ppid=26199 vsize=9824668 CPUtime=0.27 cores=1,3,5,7
/proc/26201/task/26203/stat : 26203 (java) S 26199 26201 25418 0 -1 4202560 2458 0 1 0 27 0 0 0 20 0 19 0 253502933 10060460032 20900 33554432000 1073741824 1073778376 140737118747632 139746112046072 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26201/tid=26204] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26204/stat : 26204 (java) S 26199 26201 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253502933 10060460032 20900 33554432000 1073741824 1073778376 140737118747632 139745955052456 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26201/tid=26205] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26205/stat : 26205 (java) S 26199 26201 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253502933 10060460032 20900 33554432000 1073741824 1073778376 140737118747632 139745953999912 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26201/tid=26206] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26206/stat : 26206 (java) S 26199 26201 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253502933 10060460032 20900 33554432000 1073741824 1073778376 140737118747632 139745952946856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26201/tid=26207] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26207/stat : 26207 (java) S 26199 26201 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253502933 10060460032 20900 33554432000 1073741824 1073778376 140737118747632 139745951894312 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26201/tid=26208] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26208/stat : 26208 (java) S 26199 26201 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253502933 10060460032 20900 33554432000 1073741824 1073778376 140737118747632 139745950841256 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26201/tid=26209] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26209/stat : 26209 (java) S 26199 26201 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253502933 10060460032 20900 33554432000 1073741824 1073778376 140737118747632 139745949788712 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26201/tid=26210] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26210/stat : 26210 (java) S 26199 26201 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253502934 10060460032 20900 33554432000 1073741824 1073778376 140737118747632 139745948735656 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26201/tid=26211] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26211/stat : 26211 (java) S 26199 26201 25418 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253502934 10060460032 20900 33554432000 1073741824 1073778376 140737118747632 139745947683112 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26201/tid=26212] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26212/stat : 26212 (java) S 26199 26201 25418 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253502935 10060460032 20900 33554432000 1073741824 1073778376 140737118747632 139745935485800 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26201/tid=26213] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26213/stat : 26213 (java) S 26199 26201 25418 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253502935 10060460032 20900 33554432000 1073741824 1073778376 140737118747632 139745934432120 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26201/tid=26214] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26214/stat : 26214 (java) S 26199 26201 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253502935 10060460032 20900 33554432000 1073741824 1073778376 140737118747632 139745933378952 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26201/tid=26215] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26215/stat : 26215 (java) S 26199 26201 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253502937 10060460032 20900 33554432000 1073741824 1073778376 140737118747632 139745932327696 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26201/tid=26216] ppid=26199 vsize=9824668 CPUtime=0.46 cores=1,3,5,7
/proc/26201/task/26216/stat : 26216 (java) S 26199 26201 25418 0 -1 4202560 2071 0 0 0 46 0 0 0 20 0 19 0 253502937 10060460032 20900 33554432000 1073741824 1073778376 140737118747632 139745931274552 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26201/tid=26217] ppid=26199 vsize=9824668 CPUtime=0.71 cores=1,3,5,7
/proc/26201/task/26217/stat : 26217 (java) S 26199 26201 25418 0 -1 4202560 8286 0 0 0 69 2 0 0 20 0 19 0 253502937 10060460032 20900 33554432000 1073741824 1073778376 140737118747632 139745930222008 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26201/tid=26218] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26218/stat : 26218 (java) S 26199 26201 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253502937 10060460032 20900 33554432000 1073741824 1073778376 140737118747632 139745929169144 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26201/tid=26219] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26219/stat : 26219 (java) S 26199 26201 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253502937 10060460032 20900 33554432000 1073741824 1073778376 140737118747632 139745928116808 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26201/tid=26226] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26226/stat : 26226 (java) S 26199 26201 25418 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253503012 10060460032 20900 33554432000 1073741824 1073778376 140737118747632 139745927062312 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 9824668
heavy processes:

[startup+6.30075 s]
/proc/loadavg: 3.32 3.63 3.27 5/219 26244
/proc/meminfo: memFree=28919452/32873648 swapFree=6596/6596
[pid=26201] ppid=26199 vsize=9824668 CPUtime=6.87 cores=1,3,5,7
/proc/26201/stat : 26201 (java) S 26199 26201 25418 0 -1 4202496 17232 0 1 0 665 22 0 0 20 0 22 0 253502932 10060460032 47752 33554432000 1073741824 1073778376 140737118747632 140737118738768 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26201/statm: 2456167 47752 2287 9 0 2446860 0
[pid=26201/tid=26203] ppid=26199 vsize=9824668 CPUtime=0.28 cores=1,3,5,7
/proc/26201/task/26203/stat : 26203 (java) S 26199 26201 25418 0 -1 4202560 2460 0 1 0 28 0 0 0 20 0 22 0 253502933 10060460032 47752 33554432000 1073741824 1073778376 140737118747632 139746112046072 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26201/tid=26204] ppid=26199 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/26201/task/26204/stat : 26204 (java) S 26199 26201 25418 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 253502933 10060460032 47752 33554432000 1073741824 1073778376 140737118747632 139745955052456 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26201/tid=26205] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26205/stat : 26205 (java) S 26199 26201 25418 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253502933 10060460032 47752 33554432000 1073741824 1073778376 140737118747632 139745953999912 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26201/tid=26206] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26206/stat : 26206 (java) S 26199 26201 25418 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253502933 10060460032 47752 33554432000 1073741824 1073778376 140737118747632 139745952946856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26201/tid=26207] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26207/stat : 26207 (java) S 26199 26201 25418 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253502933 10060460032 47752 33554432000 1073741824 1073778376 140737118747632 139745951894312 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26201/tid=26208] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26208/stat : 26208 (java) S 26199 26201 25418 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253502933 10060460032 47752 33554432000 1073741824 1073778376 140737118747632 139745950841256 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26201/tid=26209] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26209/stat : 26209 (java) S 26199 26201 25418 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253502933 10060460032 47752 33554432000 1073741824 1073778376 140737118747632 139745949788712 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26201/tid=26210] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26210/stat : 26210 (java) S 26199 26201 25418 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253502934 10060460032 47752 33554432000 1073741824 1073778376 140737118747632 139745948735656 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26201/tid=26211] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26211/stat : 26211 (java) S 26199 26201 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253502934 10060460032 47752 33554432000 1073741824 1073778376 140737118747632 139745947683112 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26201/tid=26212] ppid=26199 vsize=9824668 CPUtime=0.2 cores=1,3,5,7
/proc/26201/task/26212/stat : 26212 (java) S 26199 26201 25418 0 -1 4202560 41 0 0 0 20 0 0 0 20 0 22 0 253502935 10060460032 47752 33554432000 1073741824 1073778376 140737118747632 139745935485800 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26201/tid=26213] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26213/stat : 26213 (java) S 26199 26201 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253502935 10060460032 47752 33554432000 1073741824 1073778376 140737118747632 139745934432120 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26201/tid=26214] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26214/stat : 26214 (java) S 26199 26201 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253502935 10060460032 47752 33554432000 1073741824 1073778376 140737118747632 139745933378952 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26201/tid=26215] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26215/stat : 26215 (java) S 26199 26201 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253502937 10060460032 47752 33554432000 1073741824 1073778376 140737118747632 139745932327696 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26201/tid=26216] ppid=26199 vsize=9824668 CPUtime=0.84 cores=1,3,5,7
/proc/26201/task/26216/stat : 26216 (java) S 26199 26201 25418 0 -1 4202560 4938 0 0 0 83 1 0 0 20 0 22 0 253502937 10060460032 47752 33554432000 1073741824 1073778376 140737118747632 139745931274552 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26201/tid=26217] ppid=26199 vsize=9824668 CPUtime=0.99 cores=1,3,5,7
/proc/26201/task/26217/stat : 26217 (java) S 26199 26201 25418 0 -1 4202560 8325 0 0 0 97 2 0 0 20 0 22 0 253502937 10060460032 47752 33554432000 1073741824 1073778376 140737118747632 139745930222008 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26201/tid=26218] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26218/stat : 26218 (java) S 26199 26201 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253502937 10060460032 47752 33554432000 1073741824 1073778376 140737118747632 139745929169144 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26201/tid=26219] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26219/stat : 26219 (java) S 26199 26201 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253502937 10060460032 47752 33554432000 1073741824 1073778376 140737118747632 139745928116808 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26201/tid=26226] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26226/stat : 26226 (java) S 26199 26201 25418 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253503012 10060460032 47752 33554432000 1073741824 1073778376 140737118747632 139745927062312 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.87
Current children cumulated vsize (KiB) 9824668


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

[pid=26201/tid=26209] ppid=26199 vsize=9824668 CPUtime=1.61 cores=1,3,5,7
/proc/26201/task/26209/stat : 26209 (java) S 26199 26201 25418 0 -1 4202560 508 0 0 0 159 2 0 0 20 0 19 0 253502933 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745949788712 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26201/tid=26210] ppid=26199 vsize=9824668 CPUtime=1.41 cores=1,3,5,7
/proc/26201/task/26210/stat : 26210 (java) S 26199 26201 25418 0 -1 4202560 647 0 0 0 137 4 0 0 20 0 19 0 253502934 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745948735656 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26201/tid=26211] ppid=26199 vsize=9824668 CPUtime=1.49 cores=1,3,5,7
/proc/26201/task/26211/stat : 26211 (java) S 26199 26201 25418 0 -1 4202560 698 0 0 0 144 5 0 0 20 0 19 0 253502934 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745947683112 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26201/tid=26212] ppid=26199 vsize=9824668 CPUtime=47.85 cores=1,3,5,7
/proc/26201/task/26212/stat : 26212 (java) S 26199 26201 25418 0 -1 4202560 1178 0 0 0 4774 11 0 0 20 0 19 0 253502935 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745935485800 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26201/tid=26213] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26213/stat : 26213 (java) S 26199 26201 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253502935 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745934432120 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26201/tid=26214] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26214/stat : 26214 (java) S 26199 26201 25418 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253502935 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745933378952 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26201/tid=26215] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26215/stat : 26215 (java) S 26199 26201 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253502937 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745932327696 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26201/tid=26216] ppid=26199 vsize=9824668 CPUtime=1.02 cores=1,3,5,7
/proc/26201/task/26216/stat : 26216 (java) S 26199 26201 25418 0 -1 4202560 7209 0 0 0 101 1 0 0 20 0 19 0 253502937 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745931274552 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26201/tid=26217] ppid=26199 vsize=9824668 CPUtime=1.43 cores=1,3,5,7
/proc/26201/task/26217/stat : 26217 (java) S 26199 26201 25418 0 -1 4202560 8416 0 0 0 141 2 0 0 20 0 19 0 253502937 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745930222008 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26201/tid=26218] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26218/stat : 26218 (java) S 26199 26201 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253502937 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745929169144 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26201/tid=26219] ppid=26199 vsize=9824668 CPUtime=0.14 cores=1,3,5,7
/proc/26201/task/26219/stat : 26219 (java) S 26199 26201 25418 0 -1 4202560 23 0 0 0 5 9 0 0 20 0 19 0 253502937 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745928116808 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26201/tid=26226] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26226/stat : 26226 (java) S 26199 26201 25418 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253503012 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745927062312 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 709.48
Current children cumulated vsize (KiB) 9824668

[startup+382.401 s]
/proc/loadavg: 4.19 3.91 3.51 4/216 26266
/proc/meminfo: memFree=26813960/32873648 swapFree=6596/6596
[pid=26201] ppid=26199 vsize=9824668 CPUtime=711.08 cores=1,3,5,7
/proc/26201/stat : 26201 (java) S 26199 26201 25418 0 -1 4202496 26390 0 1 0 71011 97 0 0 20 0 19 0 253502932 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 140737118738768 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26201/statm: 2456167 387453 2288 9 0 2446860 0
[pid=26201/tid=26203] ppid=26199 vsize=9824668 CPUtime=4.16 cores=1,3,5,7
/proc/26201/task/26203/stat : 26203 (java) R 26199 26201 25418 0 -1 4202560 2524 0 1 0 414 2 0 0 20 0 19 0 253502933 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139746112045736 139745972886566 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26201/tid=26204] ppid=26199 vsize=9824668 CPUtime=1.52 cores=1,3,5,7
/proc/26201/task/26204/stat : 26204 (java) S 26199 26201 25418 0 -1 4202560 839 0 0 0 148 4 0 0 20 0 19 0 253502933 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745955052456 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26201/tid=26205] ppid=26199 vsize=9824668 CPUtime=1.38 cores=1,3,5,7
/proc/26201/task/26205/stat : 26205 (java) S 26199 26201 25418 0 -1 4202560 771 0 0 0 134 4 0 0 20 0 19 0 253502933 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745953999912 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26201/tid=26206] ppid=26199 vsize=9824668 CPUtime=1.56 cores=1,3,5,7
/proc/26201/task/26206/stat : 26206 (java) S 26199 26201 25418 0 -1 4202560 270 0 0 0 153 3 0 0 20 0 19 0 253502933 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745952946856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26201/tid=26207] ppid=26199 vsize=9824668 CPUtime=1.6 cores=1,3,5,7
/proc/26201/task/26207/stat : 26207 (java) S 26199 26201 25418 0 -1 4202560 333 0 0 0 155 5 0 0 20 0 19 0 253502933 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745951894312 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26201/tid=26208] ppid=26199 vsize=9824668 CPUtime=1.44 cores=1,3,5,7
/proc/26201/task/26208/stat : 26208 (java) S 26199 26201 25418 0 -1 4202560 362 0 0 0 141 3 0 0 20 0 19 0 253502933 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745950841256 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26201/tid=26209] ppid=26199 vsize=9824668 CPUtime=1.61 cores=1,3,5,7
/proc/26201/task/26209/stat : 26209 (java) S 26199 26201 25418 0 -1 4202560 508 0 0 0 159 2 0 0 20 0 19 0 253502933 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745949788712 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26201/tid=26210] ppid=26199 vsize=9824668 CPUtime=1.41 cores=1,3,5,7
/proc/26201/task/26210/stat : 26210 (java) S 26199 26201 25418 0 -1 4202560 647 0 0 0 137 4 0 0 20 0 19 0 253502934 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745948735656 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26201/tid=26211] ppid=26199 vsize=9824668 CPUtime=1.49 cores=1,3,5,7
/proc/26201/task/26211/stat : 26211 (java) S 26199 26201 25418 0 -1 4202560 698 0 0 0 144 5 0 0 20 0 19 0 253502934 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745947683112 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26201/tid=26212] ppid=26199 vsize=9824668 CPUtime=47.85 cores=1,3,5,7
/proc/26201/task/26212/stat : 26212 (java) S 26199 26201 25418 0 -1 4202560 1178 0 0 0 4774 11 0 0 20 0 19 0 253502935 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745935485800 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26201/tid=26213] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26213/stat : 26213 (java) S 26199 26201 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253502935 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745934432120 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26201/tid=26214] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26214/stat : 26214 (java) S 26199 26201 25418 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253502935 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745933378952 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26201/tid=26215] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26215/stat : 26215 (java) S 26199 26201 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253502937 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745932327696 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26201/tid=26216] ppid=26199 vsize=9824668 CPUtime=1.02 cores=1,3,5,7
/proc/26201/task/26216/stat : 26216 (java) S 26199 26201 25418 0 -1 4202560 7209 0 0 0 101 1 0 0 20 0 19 0 253502937 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745931274552 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26201/tid=26217] ppid=26199 vsize=9824668 CPUtime=1.43 cores=1,3,5,7
/proc/26201/task/26217/stat : 26217 (java) S 26199 26201 25418 0 -1 4202560 8416 0 0 0 141 2 0 0 20 0 19 0 253502937 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745930222008 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26201/tid=26218] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26218/stat : 26218 (java) S 26199 26201 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253502937 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745929169144 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26201/tid=26219] ppid=26199 vsize=9824668 CPUtime=0.14 cores=1,3,5,7
/proc/26201/task/26219/stat : 26219 (java) S 26199 26201 25418 0 -1 4202560 23 0 0 0 5 9 0 0 20 0 19 0 253502937 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745928116808 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26201/tid=26226] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26226/stat : 26226 (java) S 26199 26201 25418 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253503012 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745927062312 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 711.08
Current children cumulated vsize (KiB) 9824668

[startup+383.201 s]
/proc/loadavg: 4.09 3.89 3.51 4/216 26266
/proc/meminfo: memFree=26813960/32873648 swapFree=6596/6596
[pid=26201] ppid=26199 vsize=9824668 CPUtime=711.88 cores=1,3,5,7
/proc/26201/stat : 26201 (java) S 26199 26201 25418 0 -1 4202496 26390 0 1 0 71091 97 0 0 20 0 19 0 253502932 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 140737118738768 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26201/statm: 2456167 387453 2288 9 0 2446860 0
[pid=26201/tid=26203] ppid=26199 vsize=9824668 CPUtime=4.96 cores=1,3,5,7
/proc/26201/task/26203/stat : 26203 (java) R 26199 26201 25418 0 -1 4202560 2524 0 1 0 494 2 0 0 20 0 19 0 253502933 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139746112045848 139745971935158 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=26201/tid=26204] ppid=26199 vsize=9824668 CPUtime=1.52 cores=1,3,5,7
/proc/26201/task/26204/stat : 26204 (java) S 26199 26201 25418 0 -1 4202560 839 0 0 0 148 4 0 0 20 0 19 0 253502933 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745955052456 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26201/tid=26205] ppid=26199 vsize=9824668 CPUtime=1.38 cores=1,3,5,7
/proc/26201/task/26205/stat : 26205 (java) S 26199 26201 25418 0 -1 4202560 771 0 0 0 134 4 0 0 20 0 19 0 253502933 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745953999912 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26201/tid=26206] ppid=26199 vsize=9824668 CPUtime=1.56 cores=1,3,5,7
/proc/26201/task/26206/stat : 26206 (java) S 26199 26201 25418 0 -1 4202560 270 0 0 0 153 3 0 0 20 0 19 0 253502933 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745952946856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26201/tid=26207] ppid=26199 vsize=9824668 CPUtime=1.6 cores=1,3,5,7
/proc/26201/task/26207/stat : 26207 (java) S 26199 26201 25418 0 -1 4202560 333 0 0 0 155 5 0 0 20 0 19 0 253502933 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745951894312 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26201/tid=26208] ppid=26199 vsize=9824668 CPUtime=1.44 cores=1,3,5,7
/proc/26201/task/26208/stat : 26208 (java) S 26199 26201 25418 0 -1 4202560 362 0 0 0 141 3 0 0 20 0 19 0 253502933 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745950841256 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26201/tid=26209] ppid=26199 vsize=9824668 CPUtime=1.61 cores=1,3,5,7
/proc/26201/task/26209/stat : 26209 (java) S 26199 26201 25418 0 -1 4202560 508 0 0 0 159 2 0 0 20 0 19 0 253502933 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745949788712 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26201/tid=26210] ppid=26199 vsize=9824668 CPUtime=1.41 cores=1,3,5,7
/proc/26201/task/26210/stat : 26210 (java) S 26199 26201 25418 0 -1 4202560 647 0 0 0 137 4 0 0 20 0 19 0 253502934 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745948735656 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26201/tid=26211] ppid=26199 vsize=9824668 CPUtime=1.49 cores=1,3,5,7
/proc/26201/task/26211/stat : 26211 (java) S 26199 26201 25418 0 -1 4202560 698 0 0 0 144 5 0 0 20 0 19 0 253502934 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745947683112 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26201/tid=26212] ppid=26199 vsize=9824668 CPUtime=47.85 cores=1,3,5,7
/proc/26201/task/26212/stat : 26212 (java) S 26199 26201 25418 0 -1 4202560 1178 0 0 0 4774 11 0 0 20 0 19 0 253502935 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745935485800 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26201/tid=26213] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26213/stat : 26213 (java) S 26199 26201 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253502935 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745934432120 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26201/tid=26214] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26214/stat : 26214 (java) S 26199 26201 25418 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253502935 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745933378952 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26201/tid=26215] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26215/stat : 26215 (java) S 26199 26201 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253502937 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745932327696 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26201/tid=26216] ppid=26199 vsize=9824668 CPUtime=1.02 cores=1,3,5,7
/proc/26201/task/26216/stat : 26216 (java) S 26199 26201 25418 0 -1 4202560 7209 0 0 0 101 1 0 0 20 0 19 0 253502937 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745931274552 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26201/tid=26217] ppid=26199 vsize=9824668 CPUtime=1.43 cores=1,3,5,7
/proc/26201/task/26217/stat : 26217 (java) S 26199 26201 25418 0 -1 4202560 8416 0 0 0 141 2 0 0 20 0 19 0 253502937 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745930222008 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26201/tid=26218] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26218/stat : 26218 (java) S 26199 26201 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253502937 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745929169144 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26201/tid=26219] ppid=26199 vsize=9824668 CPUtime=0.14 cores=1,3,5,7
/proc/26201/task/26219/stat : 26219 (java) S 26199 26201 25418 0 -1 4202560 23 0 0 0 5 9 0 0 20 0 19 0 253502937 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745928116808 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26201/tid=26226] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26226/stat : 26226 (java) S 26199 26201 25418 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253503012 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745927062312 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 711.88
Current children cumulated vsize (KiB) 9824668

[startup+383.401 s]
/proc/loadavg: 4.09 3.89 3.51 4/216 26266
/proc/meminfo: memFree=26813960/32873648 swapFree=6596/6596
[pid=26201] ppid=26199 vsize=9824668 CPUtime=712.08 cores=1,3,5,7
/proc/26201/stat : 26201 (java) S 26199 26201 25418 0 -1 4202496 26390 0 1 0 71111 97 0 0 20 0 19 0 253502932 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 140737118738768 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26201/statm: 2456167 387453 2288 9 0 2446860 0
[pid=26201/tid=26203] ppid=26199 vsize=9824668 CPUtime=5.16 cores=1,3,5,7
/proc/26201/task/26203/stat : 26203 (java) R 26199 26201 25418 0 -1 4202560 2524 0 1 0 514 2 0 0 20 0 19 0 253502933 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139746112045848 139745971935170 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=26201/tid=26204] ppid=26199 vsize=9824668 CPUtime=1.52 cores=1,3,5,7
/proc/26201/task/26204/stat : 26204 (java) S 26199 26201 25418 0 -1 4202560 839 0 0 0 148 4 0 0 20 0 19 0 253502933 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745955052456 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26201/tid=26205] ppid=26199 vsize=9824668 CPUtime=1.38 cores=1,3,5,7
/proc/26201/task/26205/stat : 26205 (java) S 26199 26201 25418 0 -1 4202560 771 0 0 0 134 4 0 0 20 0 19 0 253502933 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745953999912 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26201/tid=26206] ppid=26199 vsize=9824668 CPUtime=1.56 cores=1,3,5,7
/proc/26201/task/26206/stat : 26206 (java) S 26199 26201 25418 0 -1 4202560 270 0 0 0 153 3 0 0 20 0 19 0 253502933 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745952946856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26201/tid=26207] ppid=26199 vsize=9824668 CPUtime=1.6 cores=1,3,5,7
/proc/26201/task/26207/stat : 26207 (java) S 26199 26201 25418 0 -1 4202560 333 0 0 0 155 5 0 0 20 0 19 0 253502933 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745951894312 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26201/tid=26208] ppid=26199 vsize=9824668 CPUtime=1.44 cores=1,3,5,7
/proc/26201/task/26208/stat : 26208 (java) S 26199 26201 25418 0 -1 4202560 362 0 0 0 141 3 0 0 20 0 19 0 253502933 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745950841256 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26201/tid=26209] ppid=26199 vsize=9824668 CPUtime=1.61 cores=1,3,5,7
/proc/26201/task/26209/stat : 26209 (java) S 26199 26201 25418 0 -1 4202560 508 0 0 0 159 2 0 0 20 0 19 0 253502933 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745949788712 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26201/tid=26210] ppid=26199 vsize=9824668 CPUtime=1.41 cores=1,3,5,7
/proc/26201/task/26210/stat : 26210 (java) S 26199 26201 25418 0 -1 4202560 647 0 0 0 137 4 0 0 20 0 19 0 253502934 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745948735656 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26201/tid=26211] ppid=26199 vsize=9824668 CPUtime=1.49 cores=1,3,5,7
/proc/26201/task/26211/stat : 26211 (java) S 26199 26201 25418 0 -1 4202560 698 0 0 0 144 5 0 0 20 0 19 0 253502934 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745947683112 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26201/tid=26212] ppid=26199 vsize=9824668 CPUtime=47.85 cores=1,3,5,7
/proc/26201/task/26212/stat : 26212 (java) S 26199 26201 25418 0 -1 4202560 1178 0 0 0 4774 11 0 0 20 0 19 0 253502935 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745935485800 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26201/tid=26213] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26213/stat : 26213 (java) S 26199 26201 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253502935 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745934432120 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26201/tid=26214] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26214/stat : 26214 (java) S 26199 26201 25418 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253502935 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745933378952 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26201/tid=26215] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26215/stat : 26215 (java) S 26199 26201 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253502937 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745932327696 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26201/tid=26216] ppid=26199 vsize=9824668 CPUtime=1.02 cores=1,3,5,7
/proc/26201/task/26216/stat : 26216 (java) S 26199 26201 25418 0 -1 4202560 7209 0 0 0 101 1 0 0 20 0 19 0 253502937 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745931274552 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26201/tid=26217] ppid=26199 vsize=9824668 CPUtime=1.43 cores=1,3,5,7
/proc/26201/task/26217/stat : 26217 (java) S 26199 26201 25418 0 -1 4202560 8416 0 0 0 141 2 0 0 20 0 19 0 253502937 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745930222008 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26201/tid=26218] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26218/stat : 26218 (java) S 26199 26201 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253502937 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745929169144 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26201/tid=26219] ppid=26199 vsize=9824668 CPUtime=0.14 cores=1,3,5,7
/proc/26201/task/26219/stat : 26219 (java) S 26199 26201 25418 0 -1 4202560 23 0 0 0 5 9 0 0 20 0 19 0 253502937 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745928116808 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26201/tid=26226] ppid=26199 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26201/task/26226/stat : 26226 (java) S 26199 26201 25418 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253503012 10060460032 387453 33554432000 1073741824 1073778376 140737118747632 139745927062312 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 712.08
Current children cumulated vsize (KiB) 9824668

Child status: 30

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1.35004
#  lost CPU user time (s): 1.44
#  lost CPU system time (s): -0.09

Real time (s): 383.478
CPU time (s): 713.496
CPU user time (s): 712.464
CPU system time (s): 1.03183
CPU usage (%): 186.059
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 711.024
system time used= 1.12183
maximum resident set size= 1572452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26393
page faults= 1
swaps= 0
block input operations= 0
block output operations= 448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14029
involuntary context switches= 24827

runsolver used 1.44078 second user time and 3.43548 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-24 17:36:24
IDJOB=3687742
IDBENCH=2050
IDSOLVER=2268
FILE ID=node148/3687742-1337873784
RUNJOBID= node148-1337871865-25435
PBS_JOBID= 14620056
Free space on /tmp= 71704 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/logic-synthesis/normalized-f51m.b.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687742-1337873784/watcher-3687742-1337873784 -o /tmp/evaluation-result-3687742-1337873784/solver-3687742-1337873784 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687742-1337873784.opb

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

MD5SUM BENCH= 95b567c682e7e3efe2c93879e0e7c89d
RANDOM SEED=1135558290

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29094240 kB
Buffers:          230376 kB
Cached:          2565592 kB
SwapCached:            0 kB
Active:           616376 kB
Inactive:        2359016 kB
Active(anon):     181832 kB
Inactive(anon):        0 kB
Active(file):     434544 kB
Inactive(file):  2359016 kB
Unevictable:        6596 kB
Mlocked:            6596 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1196 kB
Writeback:             0 kB
AnonPages:        206076 kB
Mapped:            22632 kB
Shmem:               200 kB
Slab:             645956 kB
SReclaimable:      89988 kB
SUnreclaim:       555968 kB
KernelStack:        1616 kB
PageTables:         4536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     700180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    155648 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= 71704 MiB
End job on node148 at 2012-05-24 17:42:48