Trace number 3459444

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2.3.0OPT62 77.6942 76.9205

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/
submitted-PB05/manquinho/routing/normalized-s4-4-3-3pb.opb
MD5SUMc2400ec88bd2efb16a03934d0b4c43da
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark62
Best CPU time to get the best result obtained on this benchmark0.051992
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 62
Optimality of the best value was proved YES
Number of variables648
Total number of constraints1954
Number of constraints which are clauses1930
Number of constraints which are cardinality constraints (but not clauses)24
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint27
Number of terms in the objective function 648
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 648
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 648
Number of bits of the biggest sum of numbers10
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.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version 2.3.1.v20110525
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.18-164.el5
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		12995394264
0.07/0.10	c Max memory 		13063553024
0.07/0.10	c Total memory 		13063553024
0.07/0.10	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c Expensive reason simplification
0.07/0.12	c Armin Biere (Picosat) restarts strategy
0.07/0.12	c Glucose learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-3459444-1307146629.opb
0.07/0.12	c reading problem ... 
0.24/0.29	c ... done. Wall clock time 0.161s.
0.24/0.29	c #vars     648
0.24/0.29	c #constraints  1954
0.24/0.29	c constraints type 
0.24/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1546
0.24/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.24/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 384
0.89/0.59	c cleaning 2496 clauses out of 5002 with flag 5002/5002
1.18/0.79	c cleaning 4247 clauses out of 8504 with flag 11000/11000
1.41/1.00	c cleaning 5623 clauses out of 11257 with flag 18000/18000
1.72/1.26	c cleaning 6810 clauses out of 13634 with flag 26000/26000
2.06/1.56	c cleaning 7908 clauses out of 15826 with flag 35002/35002
2.46/1.93	c cleaning 8953 clauses out of 17916 with flag 45000/45000
2.87/2.36	c cleaning 9480 clauses out of 18965 with flag 55002/55002
3.27/2.77	c cleaning 9731 clauses out of 19483 with flag 65000/65000
3.78/3.23	c cleaning 9875 clauses out of 19752 with flag 75000/75000
4.17/3.67	c cleaning 9934 clauses out of 19878 with flag 85001/85001
4.58/4.09	c cleaning 9959 clauses out of 19943 with flag 95000/95000
5.00/4.45	c SATISFIABLE
5.00/4.45	c OPTIMIZING...
5.00/4.45	c Got one! Elapsed wall clock time (in seconds):4.323
5.00/4.45	o 72
5.19/4.62	c cleaning 11487 clauses out of 22986 with flag 5000/108002
5.39/4.87	c cleaning 8742 clauses out of 17499 with flag 11000/114002
5.69/5.14	c cleaning 7876 clauses out of 15758 with flag 18001/121003
5.99/5.46	c cleaning 7936 clauses out of 15881 with flag 26000/129002
6.39/5.89	c cleaning 8468 clauses out of 16945 with flag 35000/138002
6.89/6.32	c cleaning 9227 clauses out of 18479 with flag 45002/148004
7.29/6.80	c cleaning 9618 clauses out of 19250 with flag 55000/158002
7.89/7.34	c cleaning 9811 clauses out of 19632 with flag 65000/168002
8.39/7.80	c cleaning 9905 clauses out of 19822 with flag 75001/178003
8.89/8.30	c cleaning 9951 clauses out of 19916 with flag 85000/188002
9.19/8.60	c Got one! Elapsed wall clock time (in seconds):8.477
9.19/8.60	o 70
9.42/8.85	c cleaning 10759 clauses out of 21528 with flag 5000/199565
9.70/9.13	c cleaning 8373 clauses out of 16772 with flag 11003/205568
10.00/9.46	c cleaning 7692 clauses out of 15396 with flag 18000/212565
10.40/9.82	c cleaning 7836 clauses out of 15705 with flag 26001/220566
10.60/10.02	c Got one! Elapsed wall clock time (in seconds):9.892
10.60/10.02	o 68
10.70/10.13	c cleaning 6727 clauses out of 13473 with flag 3000/226170
10.90/10.35	c cleaning 6362 clauses out of 12746 with flag 9000/232170
11.20/10.63	c cleaning 6686 clauses out of 13384 with flag 16000/239170
11.51/10.95	c cleaning 7349 clauses out of 14699 with flag 24001/247171
12.00/11.40	c cleaning 8170 clauses out of 16349 with flag 33000/256170
12.50/11.92	c cleaning 9082 clauses out of 18179 with flag 43000/266170
13.00/12.47	c cleaning 9538 clauses out of 19098 with flag 53001/276171
13.60/13.01	c cleaning 9775 clauses out of 19560 with flag 63001/286171
13.83/13.27	c Got one! Elapsed wall clock time (in seconds):13.149
13.83/13.27	o 66
14.13/13.50	c cleaning 10464 clauses out of 20942 with flag 5003/297328
14.33/13.79	c cleaning 8230 clauses out of 16477 with flag 11002/303327
14.73/14.14	c cleaning 7615 clauses out of 15246 with flag 18001/310326
15.13/14.57	c cleaning 7811 clauses out of 15631 with flag 26001/318326
15.53/14.99	c cleaning 8403 clauses out of 16819 with flag 35000/327325
16.05/15.46	c cleaning 9204 clauses out of 18417 with flag 45001/337326
16.63/16.05	c cleaning 9580 clauses out of 19212 with flag 55000/347325
17.23/16.69	c cleaning 9808 clauses out of 19633 with flag 65001/357326
17.83/17.26	c cleaning 9905 clauses out of 19825 with flag 75001/367326
18.34/17.75	c cleaning 9955 clauses out of 19921 with flag 85002/377327
18.94/18.31	c cleaning 9979 clauses out of 19968 with flag 95004/387329
19.44/18.86	c cleaning 9985 clauses out of 19985 with flag 105000/397325
19.94/19.37	c cleaning 9999 clauses out of 20000 with flag 115000/407325
20.54/19.90	c cleaning 9995 clauses out of 20003 with flag 125002/417327
21.04/20.49	c cleaning 9992 clauses out of 20006 with flag 135000/427325
21.64/21.03	c cleaning 9977 clauses out of 20015 with flag 145001/437326
22.14/21.57	c cleaning 10013 clauses out of 20037 with flag 155000/447325
22.74/22.15	c cleaning 10001 clauses out of 20024 with flag 165000/457325
23.24/22.64	c cleaning 10006 clauses out of 20023 with flag 175000/467325
23.76/23.16	c cleaning 10002 clauses out of 20017 with flag 185000/477325
24.24/23.65	c cleaning 10008 clauses out of 20017 with flag 195002/487327
24.86/24.22	c cleaning 9997 clauses out of 20008 with flag 205001/497326
25.44/24.83	c cleaning 9994 clauses out of 20010 with flag 215000/507325
25.96/25.39	c cleaning 10000 clauses out of 20017 with flag 225001/517326
26.54/25.96	c cleaning 10006 clauses out of 20019 with flag 235003/527328
27.14/26.54	c cleaning 9989 clauses out of 20010 with flag 245000/537325
27.74/27.13	c cleaning 9984 clauses out of 20021 with flag 255000/547325
28.54/27.92	c cleaning 9981 clauses out of 20037 with flag 265000/557325
29.34/28.75	c cleaning 9999 clauses out of 20058 with flag 275002/567327
30.25/29.63	c cleaning 10002 clauses out of 20058 with flag 285001/577326
31.15/30.54	c cleaning 9996 clauses out of 20055 with flag 295000/587325
31.95/31.37	c cleaning 10024 clauses out of 20059 with flag 305000/597325
32.67/32.01	c cleaning 10013 clauses out of 20035 with flag 315000/607325
33.27/32.67	c cleaning 10008 clauses out of 20023 with flag 325001/617326
33.87/33.22	c cleaning 10005 clauses out of 20015 with flag 335001/627326
34.38/33.74	c cleaning 9999 clauses out of 20009 with flag 345000/637325
34.98/34.37	c cleaning 9986 clauses out of 20010 with flag 355000/647325
35.58/34.96	c Got one! Elapsed wall clock time (in seconds):34.832
35.58/34.96	o 64
35.78/35.17	c cleaning 10839 clauses out of 21691 with flag 5002/658992
36.08/35.46	c cleaning 8413 clauses out of 16851 with flag 11001/664991
36.48/35.81	c cleaning 7711 clauses out of 15441 with flag 18004/671994
36.88/36.25	c cleaning 7833 clauses out of 15726 with flag 26000/679990
37.28/36.68	c cleaning 8445 clauses out of 16894 with flag 35001/688991
38.18/37.53	c cleaning 9218 clauses out of 18449 with flag 45001/698991
38.78/38.15	c cleaning 9611 clauses out of 19231 with flag 55001/708991
39.38/38.70	c cleaning 9802 clauses out of 19619 with flag 65000/718990
39.98/39.31	c cleaning 9900 clauses out of 19817 with flag 75000/728990
40.48/39.88	c cleaning 9949 clauses out of 19917 with flag 85000/738990
41.08/40.44	c cleaning 9980 clauses out of 19970 with flag 95002/748992
41.78/41.14	c cleaning 9958 clauses out of 19988 with flag 105000/758990
42.50/41.85	c cleaning 9988 clauses out of 20031 with flag 115001/768991
43.38/42.70	c cleaning 9991 clauses out of 20043 with flag 125001/778991
44.08/43.44	c cleaning 10025 clauses out of 20051 with flag 135000/788990
44.78/44.12	c cleaning 9997 clauses out of 20026 with flag 145000/798990
45.59/45.00	c cleaning 9979 clauses out of 20029 with flag 155000/808990
46.39/45.72	c cleaning 10015 clauses out of 20052 with flag 165002/818992
46.99/46.35	c cleaning 9994 clauses out of 20035 with flag 175000/828990
47.69/47.02	c cleaning 10013 clauses out of 20043 with flag 185002/838992
48.39/47.74	c cleaning 9984 clauses out of 20028 with flag 195000/848990
49.19/48.53	c cleaning 10016 clauses out of 20044 with flag 205000/858990
49.79/49.17	c cleaning 9991 clauses out of 20029 with flag 215001/868991
50.49/49.82	c cleaning 10014 clauses out of 20038 with flag 225001/878991
50.59/49.92	c Got one! Elapsed wall clock time (in seconds):49.797
50.59/49.92	o 62
50.79/50.11	c cleaning 7560 clauses out of 15138 with flag 4000/884105
51.09/50.40	c cleaning 6783 clauses out of 13579 with flag 10001/890106
51.39/50.76	c cleaning 6883 clauses out of 13796 with flag 17001/897106
51.79/51.16	c cleaning 7443 clauses out of 14912 with flag 25000/905105
52.19/51.61	c cleaning 8231 clauses out of 16469 with flag 34000/914105
52.80/52.14	c cleaning 9107 clauses out of 18239 with flag 44001/924106
53.30/52.68	c cleaning 9556 clauses out of 19132 with flag 54001/934106
53.90/53.29	c cleaning 9782 clauses out of 19577 with flag 64002/944107
54.51/53.86	c cleaning 9892 clauses out of 19795 with flag 74002/954107
55.10/54.45	c cleaning 9942 clauses out of 19901 with flag 84000/964105
55.61/55.01	c cleaning 9974 clauses out of 19959 with flag 94000/974105
56.21/55.59	c cleaning 9993 clauses out of 19990 with flag 104005/984110
56.91/56.24	c cleaning 9994 clauses out of 19992 with flag 114000/994105
57.61/57.00	c cleaning 9985 clauses out of 19999 with flag 124001/1004106
58.51/57.82	c cleaning 9990 clauses out of 20015 with flag 134002/1014107
59.21/58.55	c cleaning 9990 clauses out of 20024 with flag 144001/1024106
59.92/59.31	c cleaning 10000 clauses out of 20033 with flag 154000/1034105
60.72/60.01	c cleaning 10012 clauses out of 20033 with flag 164000/1044105
61.42/60.74	c cleaning 9989 clauses out of 20021 with flag 174000/1054105
62.12/61.51	c cleaning 9994 clauses out of 20032 with flag 184000/1064105
63.02/62.30	c cleaning 10017 clauses out of 20037 with flag 194000/1074105
63.83/63.16	c cleaning 9991 clauses out of 20020 with flag 204000/1084105
64.63/63.97	c cleaning 10008 clauses out of 20029 with flag 214000/1094105
65.43/64.77	c cleaning 9984 clauses out of 20022 with flag 224001/1104106
66.23/65.56	c cleaning 10014 clauses out of 20038 with flag 234001/1114106
66.93/66.29	c cleaning 10012 clauses out of 20023 with flag 244000/1124105
67.64/67.01	c cleaning 9981 clauses out of 20010 with flag 254000/1134105
68.54/67.84	c cleaning 9998 clauses out of 20030 with flag 264001/1144106
69.44/68.72	c cleaning 9998 clauses out of 20031 with flag 274000/1154105
70.24/69.56	c cleaning 10000 clauses out of 20033 with flag 284001/1164106
71.04/70.37	c cleaning 9991 clauses out of 20032 with flag 294000/1174105
71.84/71.17	c cleaning 10013 clauses out of 20043 with flag 304002/1184107
72.74/72.04	c cleaning 9999 clauses out of 20028 with flag 314000/1194105
73.64/72.90	c cleaning 9997 clauses out of 20030 with flag 324001/1204106
74.46/73.76	c cleaning 9991 clauses out of 20034 with flag 334002/1214107
75.34/74.62	c cleaning 10006 clauses out of 20041 with flag 344000/1224105
76.15/75.48	c cleaning 9989 clauses out of 20036 with flag 354001/1234106
77.07/76.34	c cleaning 10002 clauses out of 20043 with flag 364000/1244105
77.57/76.90	c starts		: 195
77.57/76.90	c conflicts		: 1250700
77.57/76.90	c decisions		: 1586736
77.57/76.90	c propagations		: 69031646
77.57/76.90	c inspects		: 672267374
77.57/76.90	c shortcuts		: 0
77.57/76.90	c learnt literals	: 10
77.57/76.90	c learnt binary clauses	: 264
77.57/76.90	c learnt ternary clauses	: 1134
77.57/76.90	c learnt constraints	: 1250689
77.57/76.90	c ignored constraints	: 0
77.57/76.90	c root simplifications	: 0
77.57/76.90	c removed literals (reason simplification)	: 11447849
77.57/76.90	c reason swapping (by a shorter reason)	: 0
77.57/76.90	c Calls to reduceDB	: 132
77.57/76.90	c number of reductions to clauses (during analyze)	: 0
77.57/76.90	c number of learned constraints concerned by reduction	: 0
77.57/76.90	c number of learning phase by resolution	: 0
77.57/76.90	c number of learning phase by cutting planes	: 0
77.57/76.90	c speed (assignments/second)	: 2558717.7434300752
77.57/76.90	c non guided choices	723
77.57/76.90	c learnt constraints type 
77.57/76.90	c constraints type 
77.57/76.90	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1546
77.57/76.90	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
77.57/76.90	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 384
77.57/76.90	s OPTIMUM FOUND
77.57/76.90	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 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 x430 -x431 -x432 -x433 -x434 -x435 x436 x437 x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 x457 -x458 -x459 -x460 x461 x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 x573 -x574 -x575 -x576 -x577 -x578 x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 
77.57/76.90	c objective function=62
77.57/76.90	c Total wall clock time (in seconds): 76.779

Verifier Data

OK	62

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3459444-1307146629/watcher-3459444-1307146629 -o /tmp/evaluation-result-3459444-1307146629/solver-3459444-1307146629 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459444-1307146629.opb 

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

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


[startup+0 s]
/proc/loadavg: 0.93 1.38 1.73 3/507 2795
/proc/meminfo: memFree=16775132/32951124 swapFree=67111204/67111528
[pid=2795] ppid=2792 vsize=9100 CPUtime=0 cores=0,2,4,6
/proc/2795/stat : 2795 (java) S 2792 2795 1240 0 -1 4202496 233 0 0 0 0 0 0 0 22 0 1 0 807079010 9318400 170 33554432000 1073741824 1073778376 140734834522368 18446744073709551615 255106764645 0 2147483391 4096 0 18446744071699199166 0 0 17 2 0 0 0
/proc/2795/statm: 2275 171 131 9 0 67 0
[pid=2795/tid=2799] ppid=2792 vsize=13508980 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2799/stat : 2799 (java) R 2792 2795 1240 0 -1 4202560 994 0 1 0 0 0 0 0 19 0 2 0 807079011 13833195520 1810 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255106462779 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.0842701 s]
/proc/loadavg: 0.93 1.38 1.73 3/507 2795
/proc/meminfo: memFree=16775132/32951124 swapFree=67111204/67111528
[pid=2795] ppid=2792 vsize=13554952 CPUtime=0.05 cores=0,2,4,6
/proc/2795/stat : 2795 (java) S 2792 2795 1240 0 -1 4202496 14237 0 1 0 4 1 0 0 18 0 18 0 807079010 13880270848 13935 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2795/statm: 3388738 13935 1740 9 0 3379472 0
[pid=2795/tid=2799] ppid=2792 vsize=13554952 CPUtime=0.05 cores=0,2,4,6
/proc/2795/task/2799/stat : 2799 (java) R 2792 2795 1240 0 -1 4202560 13064 0 1 0 4 1 0 0 25 0 18 0 807079011 13880270848 13935 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 46912505194183 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13554952

[startup+0.100292 s]
/proc/loadavg: 0.93 1.38 1.73 3/507 2795
/proc/meminfo: memFree=16775132/32951124 swapFree=67111204/67111528
[pid=2795] ppid=2792 vsize=13555360 CPUtime=0.07 cores=0,2,4,6
/proc/2795/stat : 2795 (java) S 2792 2795 1240 0 -1 4202496 14752 0 1 0 6 1 0 0 18 0 18 0 807079010 13880688640 14450 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2795/statm: 3388840 14453 1914 9 0 3379574 0
[pid=2795/tid=2799] ppid=2792 vsize=13555496 CPUtime=0.07 cores=0,2,4,6
/proc/2795/task/2799/stat : 2799 (java) R 2792 2795 1240 0 -1 4202560 13378 0 1 0 6 1 0 0 25 0 18 0 807079011 13880827904 14454 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255106429985 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13555360

[startup+0.300199 s]
/proc/loadavg: 0.93 1.38 1.73 3/507 2795
/proc/meminfo: memFree=16775132/32951124 swapFree=67111204/67111528
[pid=2795] ppid=2792 vsize=13625032 CPUtime=0.44 cores=0,2,4,6
/proc/2795/stat : 2795 (java) S 2792 2795 1240 0 -1 4202496 17929 0 1 0 41 3 0 0 18 0 19 0 807079010 13952032768 17528 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2795/statm: 3406258 17528 2209 9 0 3396992 0
[pid=2795/tid=2799] ppid=2792 vsize=13625032 CPUtime=0.26 cores=0,2,4,6
/proc/2795/task/2799/stat : 2799 (java) R 2792 2795 1240 0 -1 4202560 15206 0 1 0 24 2 0 0 19 0 19 0 807079011 13952032768 17528 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 46912505213401 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 13625032

[startup+0.70121 s]
/proc/loadavg: 0.93 1.38 1.73 3/507 2795
/proc/meminfo: memFree=16775132/32951124 swapFree=67111204/67111528
[pid=2795] ppid=2792 vsize=13627048 CPUtime=1.18 cores=0,2,4,6
/proc/2795/stat : 2795 (java) S 2792 2795 1240 0 -1 4202496 21110 0 1 0 114 4 0 0 18 0 19 0 807079010 13954097152 19248 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2795/statm: 3406762 19248 2252 9 0 3397496 0
[pid=2795/tid=2799] ppid=2792 vsize=13627048 CPUtime=0.64 cores=0,2,4,6
/proc/2795/task/2799/stat : 2799 (java) R 2792 2795 1240 0 -1 4202560 15433 0 1 0 62 2 0 0 19 0 19 0 807079011 13954097152 19248 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 46912505646847 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 13627048

[startup+1.50107 s]
/proc/loadavg: 0.93 1.38 1.73 3/548 2837
/proc/meminfo: memFree=16615420/32951124 swapFree=67111204/67111528
[pid=2795] ppid=2792 vsize=13626760 CPUtime=2.06 cores=0,2,4,6
/proc/2795/stat : 2795 (java) S 2792 2795 1240 0 -1 4202496 21847 0 1 0 202 4 0 0 18 0 19 0 807079010 13953802240 19691 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2795/statm: 3406690 19691 2252 9 0 3397424 0
[pid=2795/tid=2799] ppid=2792 vsize=13626760 CPUtime=1.39 cores=0,2,4,6
/proc/2795/task/2799/stat : 2799 (java) R 2792 2795 1240 0 -1 4202560 15437 0 1 0 137 2 0 0 18 0 19 0 807079011 13953802240 19691 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 46912505633540 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=2795/tid=2803] ppid=2792 vsize=13626760 CPUtime=0.01 cores=0,2,4,6
/proc/2795/task/2803/stat : 2803 (java) S 2792 2795 1240 0 -1 4202560 209 0 0 0 1 0 0 0 16 0 19 0 807079014 13953802240 19691 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 4 0 0 0
[pid=2795/tid=2804] ppid=2792 vsize=13626760 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2804/stat : 2804 (java) S 2792 2795 1240 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 807079014 13953802240 19691 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 4 0 0 0
[pid=2795/tid=2805] ppid=2792 vsize=13626760 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2805/stat : 2805 (java) S 2792 2795 1240 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 807079014 13953802240 19691 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 4 0 0 0
[pid=2795/tid=2807] ppid=2792 vsize=13626760 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2807/stat : 2807 (java) S 2792 2795 1240 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 807079014 13953802240 19691 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 4 0 0 0
[pid=2795/tid=2808] ppid=2792 vsize=13626760 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2808/stat : 2808 (java) S 2792 2795 1240 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 19 0 807079014 13953802240 19691 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 4 0 0 0
[pid=2795/tid=2809] ppid=2792 vsize=13626760 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2809/stat : 2809 (java) S 2792 2795 1240 0 -1 4202560 33 0 0 0 0 0 0 0 15 0 19 0 807079014 13953802240 19691 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 6 0 0 0
[pid=2795/tid=2810] ppid=2792 vsize=13626760 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2810/stat : 2810 (java) S 2792 2795 1240 0 -1 4202560 152 0 0 0 0 0 0 0 15 0 19 0 807079014 13953802240 19691 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 4 0 0 0
[pid=2795/tid=2811] ppid=2792 vsize=13626760 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2811/stat : 2811 (java) S 2792 2795 1240 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 807079014 13953802240 19691 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 4 0 0 0
[pid=2795/tid=2820] ppid=2792 vsize=13626760 CPUtime=0.05 cores=0,2,4,6
/proc/2795/task/2820/stat : 2820 (java) S 2792 2795 1240 0 -1 4202560 433 0 0 0 5 0 0 0 16 0 19 0 807079015 13953802240 19691 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118585344 0 0 0 16800975 18446604446178187392 0 0 -1 2 0 0 0
[pid=2795/tid=2822] ppid=2792 vsize=13626760 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2822/stat : 2822 (java) S 2792 2795 1240 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 807079015 13953802240 19691 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 6 0 0 0
[pid=2795/tid=2823] ppid=2792 vsize=13626760 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2823/stat : 2823 (java) S 2792 2795 1240 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 807079015 13953802240 19691 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 4 0 0 0
[pid=2795/tid=2828] ppid=2792 vsize=13626760 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2828/stat : 2828 (java) S 2792 2795 1240 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807079018 13953802240 19691 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118592433 0 4 0 16800975 18446604446178187392 0 0 -1 2 0 0 0
[pid=2795/tid=2829] ppid=2792 vsize=13626760 CPUtime=0.23 cores=0,2,4,6
/proc/2795/task/2829/stat : 2829 (java) S 2792 2795 1240 0 -1 4202560 2225 0 0 0 23 0 0 0 15 0 19 0 807079018 13953802240 19691 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 6 0 0 0
[pid=2795/tid=2832] ppid=2792 vsize=13626760 CPUtime=0.32 cores=0,2,4,6
/proc/2795/task/2832/stat : 2832 (java) S 2792 2795 1240 0 -1 4202560 2055 0 0 0 32 0 0 0 15 0 19 0 807079018 13953802240 19691 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 4 0 0 0
[pid=2795/tid=2834] ppid=2792 vsize=13626760 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2834/stat : 2834 (java) S 2792 2795 1240 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807079018 13953802240 19691 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 2 0 0 0
[pid=2795/tid=2835] ppid=2792 vsize=13626760 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2835/stat : 2835 (java) S 2792 2795 1240 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 807079018 13953802240 19691 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118585344 0 4 0 16800975 18446604446178187392 0 0 -1 6 0 0 0
[pid=2795/tid=2837] ppid=2792 vsize=13626760 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2837/stat : 2837 (java) S 2792 2795 1240 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 807079040 13953802240 19691 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118585344 0 4 0 16800975 18446604446178187392 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 13626760

[startup+3.10075 s]
/proc/loadavg: 0.93 1.38 1.73 3/548 2837
/proc/meminfo: memFree=16608900/32951124 swapFree=67111204/67111528
[pid=2795] ppid=2792 vsize=13626760 CPUtime=3.67 cores=0,2,4,6
/proc/2795/stat : 2795 (java) S 2792 2795 1240 0 -1 4202496 22065 0 1 0 363 4 0 0 18 0 19 0 807079010 13953802240 19905 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2795/statm: 3406690 19905 2252 9 0 3397424 0
[pid=2795/tid=2799] ppid=2792 vsize=13626760 CPUtime=2.92 cores=0,2,4,6
/proc/2795/task/2799/stat : 2799 (java) R 2792 2795 1240 0 -1 4202560 15441 0 1 0 290 2 0 0 19 0 19 0 807079011 13953802240 19905 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 46912505702496 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=2795/tid=2803] ppid=2792 vsize=13626760 CPUtime=0.01 cores=0,2,4,6
/proc/2795/task/2803/stat : 2803 (java) S 2792 2795 1240 0 -1 4202560 209 0 0 0 1 0 0 0 15 0 19 0 807079014 13953802240 19905 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 4 0 0 0
[pid=2795/tid=2804] ppid=2792 vsize=13626760 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2804/stat : 2804 (java) S 2792 2795 1240 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 807079014 13953802240 19905 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 4 0 0 0
[pid=2795/tid=2805] ppid=2792 vsize=13626760 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2805/stat : 2805 (java) S 2792 2795 1240 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 807079014 13953802240 19905 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 4 0 0 0
[pid=2795/tid=2807] ppid=2792 vsize=13626760 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2807/stat : 2807 (java) S 2792 2795 1240 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 807079014 13953802240 19905 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 6 0 0 0
[pid=2795/tid=2808] ppid=2792 vsize=13626760 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2808/stat : 2808 (java) S 2792 2795 1240 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 807079014 13953802240 19905 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 4 0 0 0
[pid=2795/tid=2809] ppid=2792 vsize=13626760 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2809/stat : 2809 (java) S 2792 2795 1240 0 -1 4202560 35 0 0 0 0 0 0 0 15 0 19 0 807079014 13953802240 19905 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 6 0 0 0
[pid=2795/tid=2810] ppid=2792 vsize=13626760 CPUtime=0.01 cores=0,2,4,6
/proc/2795/task/2810/stat : 2810 (java) S 2792 2795 1240 0 -1 4202560 154 0 0 0 1 0 0 0 15 0 19 0 807079014 13953802240 19905 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 6 0 0 0
[pid=2795/tid=2811] ppid=2792 vsize=13626760 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2811/stat : 2811 (java) S 2792 2795 1240 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 19 0 807079014 13953802240 19905 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 6 0 0 0
[pid=2795/tid=2820] ppid=2792 vsize=13626760 CPUtime=0.1 cores=0,2,4,6
/proc/2795/task/2820/stat : 2820 (java) S 2792 2795 1240 0 -1 4202560 636 0 0 0 10 0 0 0 16 0 19 0 807079015 13953802240 19905 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118585344 0 0 0 16800975 18446604446178187392 0 0 -1 2 0 0 0
[pid=2795/tid=2822] ppid=2792 vsize=13626760 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2822/stat : 2822 (java) S 2792 2795 1240 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 807079015 13953802240 19905 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 6 0 0 0
[pid=2795/tid=2823] ppid=2792 vsize=13626760 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2823/stat : 2823 (java) S 2792 2795 1240 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 807079015 13953802240 19905 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 4 0 0 0
[pid=2795/tid=2828] ppid=2792 vsize=13626760 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2828/stat : 2828 (java) S 2792 2795 1240 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807079018 13953802240 19905 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118592433 0 4 0 16800975 18446604446178187392 0 0 -1 2 0 0 0
[pid=2795/tid=2829] ppid=2792 vsize=13626760 CPUtime=0.23 cores=0,2,4,6
/proc/2795/task/2829/stat : 2829 (java) S 2792 2795 1240 0 -1 4202560 2225 0 0 0 23 0 0 0 15 0 19 0 807079018 13953802240 19905 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 6 0 0 0
[pid=2795/tid=2832] ppid=2792 vsize=13626760 CPUtime=0.32 cores=0,2,4,6
/proc/2795/task/2832/stat : 2832 (java) S 2792 2795 1240 0 -1 4202560 2055 0 0 0 32 0 0 0 15 0 19 0 807079018 13953802240 19905 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 4 0 0 0
[pid=2795/tid=2834] ppid=2792 vsize=13626760 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2834/stat : 2834 (java) S 2792 2795 1240 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807079018 13953802240 19905 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 2 0 0 0
[pid=2795/tid=2835] ppid=2792 vsize=13626760 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2835/stat : 2835 (java) S 2792 2795 1240 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 807079018 13953802240 19905 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118585344 0 4 0 16800975 18446604446178187392 0 0 -1 6 0 0 0
[pid=2795/tid=2837] ppid=2792 vsize=13626760 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2837/stat : 2837 (java) S 2792 2795 1240 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 807079040 13953802240 19905 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118585344 0 4 0 16800975 18446604446178187392 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 13626760

[startup+6.30122 s]
/proc/loadavg: 1.02 1.39 1.73 3/548 2837
/proc/meminfo: memFree=16606656/32951124 swapFree=67111204/67111528
[pid=2795] ppid=2792 vsize=13626120 CPUtime=6.89 cores=0,2,4,6
/proc/2795/stat : 2795 (java) S 2792 2795 1240 0 -1 4202496 22196 0 1 0 685 4 0 0 18 0 19 0 807079010 13953146880 19872 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2795/statm: 3406530 19872 2253 9 0 3397264 0
[pid=2795/tid=2799] ppid=2792 vsize=13626120 CPUtime=6 cores=0,2,4,6
/proc/2795/task/2799/stat : 2799 (java) R 2792 2795 1240 0 -1 4202560 15456 0 1 0 598 2 0 0 25 0 19 0 807079011 13953146880 19872 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 46912505629772 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=2795/tid=2803] ppid=2792 vsize=13626120 CPUtime=0.01 cores=0,2,4,6
/proc/2795/task/2803/stat : 2803 (java) S 2792 2795 1240 0 -1 4202560 210 0 0 0 1 0 0 0 16 0 19 0 807079014 13953146880 19872 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 4 0 0 0
[pid=2795/tid=2804] ppid=2792 vsize=13626120 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2804/stat : 2804 (java) S 2792 2795 1240 0 -1 4202560 15 0 0 0 0 0 0 0 16 0 19 0 807079014 13953146880 19872 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 6 0 0 0
[pid=2795/tid=2805] ppid=2792 vsize=13626120 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2805/stat : 2805 (java) S 2792 2795 1240 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 807079014 13953146880 19872 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 6 0 0 0
[pid=2795/tid=2807] ppid=2792 vsize=13626120 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2807/stat : 2807 (java) S 2792 2795 1240 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 807079014 13953146880 19872 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 6 0 0 0
[pid=2795/tid=2808] ppid=2792 vsize=13626120 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2808/stat : 2808 (java) S 2792 2795 1240 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 807079014 13953146880 19872 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 6 0 0 0
[pid=2795/tid=2809] ppid=2792 vsize=13626120 CPUtime=0.01 cores=0,2,4,6
/proc/2795/task/2809/stat : 2809 (java) S 2792 2795 1240 0 -1 4202560 35 0 0 0 1 0 0 0 15 0 19 0 807079014 13953146880 19872 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 6 0 0 0
[pid=2795/tid=2810] ppid=2792 vsize=13626120 CPUtime=0.01 cores=0,2,4,6
/proc/2795/task/2810/stat : 2810 (java) S 2792 2795 1240 0 -1 4202560 156 0 0 0 1 0 0 0 15 0 19 0 807079014 13953146880 19872 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 6 0 0 0
[pid=2795/tid=2811] ppid=2792 vsize=13626120 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2811/stat : 2811 (java) S 2792 2795 1240 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 19 0 807079014 13953146880 19872 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 4 0 0 0
[pid=2795/tid=2820] ppid=2792 vsize=13626120 CPUtime=0.22 cores=0,2,4,6
/proc/2795/task/2820/stat : 2820 (java) S 2792 2795 1240 0 -1 4202560 747 0 0 0 22 0 0 0 16 0 19 0 807079015 13953146880 19872 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118585344 0 0 0 16800975 18446604446178187392 0 0 -1 2 0 0 0
[pid=2795/tid=2822] ppid=2792 vsize=13626120 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2822/stat : 2822 (java) S 2792 2795 1240 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 807079015 13953146880 19872 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 6 0 0 0
[pid=2795/tid=2823] ppid=2792 vsize=13626120 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2823/stat : 2823 (java) S 2792 2795 1240 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 807079015 13953146880 19872 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 4 0 0 0
[pid=2795/tid=2828] ppid=2792 vsize=13626120 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2828/stat : 2828 (java) S 2792 2795 1240 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807079018 13953146880 19872 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118592433 0 4 0 16800975 18446604446178187392 0 0 -1 2 0 0 0
[pid=2795/tid=2829] ppid=2792 vsize=13626120 CPUtime=0.23 cores=0,2,4,6
/proc/2795/task/2829/stat : 2829 (java) S 2792 2795 1240 0 -1 4202560 2225 0 0 0 23 0 0 0 15 0 19 0 807079018 13953146880 19872 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 6 0 0 0
[pid=2795/tid=2832] ppid=2792 vsize=13626120 CPUtime=0.33 cores=0,2,4,6
/proc/2795/task/2832/stat : 2832 (java) S 2792 2795 1240 0 -1 4202560 2056 0 0 0 33 0 0 0 15 0 19 0 807079018 13953146880 19872 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 4 0 0 0

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

[pid=2795/tid=2809] ppid=2792 vsize=13626120 CPUtime=0.03 cores=0,2,4,6
/proc/2795/task/2809/stat : 2809 (java) S 2792 2795 1240 0 -1 4202560 38 0 0 0 3 0 0 0 15 0 19 0 807079014 13953146880 20295 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 6 0 0 0
[pid=2795/tid=2810] ppid=2792 vsize=13626120 CPUtime=0.05 cores=0,2,4,6
/proc/2795/task/2810/stat : 2810 (java) S 2792 2795 1240 0 -1 4202560 178 0 0 0 5 0 0 0 15 0 19 0 807079014 13953146880 20295 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 6 0 0 0
[pid=2795/tid=2811] ppid=2792 vsize=13626120 CPUtime=0.04 cores=0,2,4,6
/proc/2795/task/2811/stat : 2811 (java) S 2792 2795 1240 0 -1 4202560 71 0 0 0 4 0 0 0 16 0 19 0 807079014 13953146880 20295 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 0 0 0 0
[pid=2795/tid=2820] ppid=2792 vsize=13626120 CPUtime=1.93 cores=0,2,4,6
/proc/2795/task/2820/stat : 2820 (java) S 2792 2795 1240 0 -1 4202560 1055 0 0 0 192 1 0 0 16 0 19 0 807079015 13953146880 20295 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118585344 0 0 0 16800975 18446604446178187392 0 0 -1 2 0 0 0
[pid=2795/tid=2822] ppid=2792 vsize=13626120 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2822/stat : 2822 (java) S 2792 2795 1240 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 807079015 13953146880 20295 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 6 0 0 0
[pid=2795/tid=2823] ppid=2792 vsize=13626120 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2823/stat : 2823 (java) S 2792 2795 1240 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 807079015 13953146880 20295 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 4 0 0 0
[pid=2795/tid=2828] ppid=2792 vsize=13626120 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2828/stat : 2828 (java) S 2792 2795 1240 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807079018 13953146880 20295 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118592433 0 4 0 16800975 18446604446178187392 0 0 -1 2 0 0 0
[pid=2795/tid=2829] ppid=2792 vsize=13626120 CPUtime=0.27 cores=0,2,4,6
/proc/2795/task/2829/stat : 2829 (java) S 2792 2795 1240 0 -1 4202560 2660 0 0 0 27 0 0 0 15 0 19 0 807079018 13953146880 20295 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 6 0 0 0
[pid=2795/tid=2832] ppid=2792 vsize=13626120 CPUtime=0.35 cores=0,2,4,6
/proc/2795/task/2832/stat : 2832 (java) S 2792 2795 1240 0 -1 4202560 2056 0 0 0 35 0 0 0 15 0 19 0 807079018 13953146880 20295 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 4 0 0 0
[pid=2795/tid=2834] ppid=2792 vsize=13626120 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2834/stat : 2834 (java) S 2792 2795 1240 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807079018 13953146880 20295 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 2 0 0 0
[pid=2795/tid=2835] ppid=2792 vsize=13626120 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2835/stat : 2835 (java) S 2792 2795 1240 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 807079018 13953146880 20295 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118585344 0 4 0 16800975 18446604446178187392 0 0 -1 0 0 0 0
[pid=2795/tid=2837] ppid=2792 vsize=13626120 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2837/stat : 2837 (java) S 2792 2795 1240 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 807079040 13953146880 20295 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118585344 0 4 0 16800975 18446604446178187392 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 74.24
Current children cumulated vsize (KiB) 13626120

[startup+75.1011 s]
/proc/loadavg: 1.69 1.51 1.74 3/548 2839
/proc/meminfo: memFree=16607376/32951124 swapFree=67111204/67111528
[pid=2795] ppid=2792 vsize=13626120 CPUtime=75.85 cores=0,2,4,6
/proc/2795/stat : 2795 (java) S 2792 2795 1240 0 -1 4202496 23174 0 1 0 7579 6 0 0 18 0 19 0 807079010 13953146880 20295 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2795/statm: 3406530 20295 2254 9 0 3397264 0
[pid=2795/tid=2799] ppid=2792 vsize=13626120 CPUtime=72.9 cores=0,2,4,6
/proc/2795/task/2799/stat : 2799 (java) R 2792 2795 1240 0 -1 4202560 15575 0 1 0 7287 3 0 0 25 0 19 0 807079011 13953146880 20295 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 46912505633257 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=2795/tid=2803] ppid=2792 vsize=13626120 CPUtime=0.04 cores=0,2,4,6
/proc/2795/task/2803/stat : 2803 (java) S 2792 2795 1240 0 -1 4202560 210 0 0 0 4 0 0 0 15 0 19 0 807079014 13953146880 20295 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 4 0 0 0
[pid=2795/tid=2804] ppid=2792 vsize=13626120 CPUtime=0.03 cores=0,2,4,6
/proc/2795/task/2804/stat : 2804 (java) S 2792 2795 1240 0 -1 4202560 32 0 0 0 3 0 0 0 16 0 19 0 807079014 13953146880 20295 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 4 0 0 0
[pid=2795/tid=2805] ppid=2792 vsize=13626120 CPUtime=0.02 cores=0,2,4,6
/proc/2795/task/2805/stat : 2805 (java) S 2792 2795 1240 0 -1 4202560 9 0 0 0 2 0 0 0 15 0 19 0 807079014 13953146880 20295 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 6 0 0 0
[pid=2795/tid=2807] ppid=2792 vsize=13626120 CPUtime=0.03 cores=0,2,4,6
/proc/2795/task/2807/stat : 2807 (java) S 2792 2795 1240 0 -1 4202560 54 0 0 0 3 0 0 0 15 0 19 0 807079014 13953146880 20295 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 6 0 0 0
[pid=2795/tid=2808] ppid=2792 vsize=13626120 CPUtime=0.03 cores=0,2,4,6
/proc/2795/task/2808/stat : 2808 (java) S 2792 2795 1240 0 -1 4202560 81 0 0 0 3 0 0 0 15 0 19 0 807079014 13953146880 20295 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 4 0 0 0
[pid=2795/tid=2809] ppid=2792 vsize=13626120 CPUtime=0.03 cores=0,2,4,6
/proc/2795/task/2809/stat : 2809 (java) S 2792 2795 1240 0 -1 4202560 38 0 0 0 3 0 0 0 16 0 19 0 807079014 13953146880 20295 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 6 0 0 0
[pid=2795/tid=2810] ppid=2792 vsize=13626120 CPUtime=0.05 cores=0,2,4,6
/proc/2795/task/2810/stat : 2810 (java) S 2792 2795 1240 0 -1 4202560 178 0 0 0 5 0 0 0 16 0 19 0 807079014 13953146880 20295 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 6 0 0 0
[pid=2795/tid=2811] ppid=2792 vsize=13626120 CPUtime=0.04 cores=0,2,4,6
/proc/2795/task/2811/stat : 2811 (java) S 2792 2795 1240 0 -1 4202560 71 0 0 0 4 0 0 0 16 0 19 0 807079014 13953146880 20295 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 0 0 0 0
[pid=2795/tid=2820] ppid=2792 vsize=13626120 CPUtime=1.97 cores=0,2,4,6
/proc/2795/task/2820/stat : 2820 (java) S 2792 2795 1240 0 -1 4202560 1055 0 0 0 196 1 0 0 16 0 19 0 807079015 13953146880 20295 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118585344 0 0 0 16800975 18446604446178187392 0 0 -1 2 0 0 0
[pid=2795/tid=2822] ppid=2792 vsize=13626120 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2822/stat : 2822 (java) S 2792 2795 1240 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 807079015 13953146880 20295 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 6 0 0 0
[pid=2795/tid=2823] ppid=2792 vsize=13626120 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2823/stat : 2823 (java) S 2792 2795 1240 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 807079015 13953146880 20295 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 4 0 0 0
[pid=2795/tid=2828] ppid=2792 vsize=13626120 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2828/stat : 2828 (java) S 2792 2795 1240 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807079018 13953146880 20295 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118592433 0 4 0 16800975 18446604446178187392 0 0 -1 2 0 0 0
[pid=2795/tid=2829] ppid=2792 vsize=13626120 CPUtime=0.27 cores=0,2,4,6
/proc/2795/task/2829/stat : 2829 (java) S 2792 2795 1240 0 -1 4202560 2660 0 0 0 27 0 0 0 15 0 19 0 807079018 13953146880 20295 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 6 0 0 0
[pid=2795/tid=2832] ppid=2792 vsize=13626120 CPUtime=0.35 cores=0,2,4,6
/proc/2795/task/2832/stat : 2832 (java) S 2792 2795 1240 0 -1 4202560 2056 0 0 0 35 0 0 0 15 0 19 0 807079018 13953146880 20295 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 4 0 0 0
[pid=2795/tid=2834] ppid=2792 vsize=13626120 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2834/stat : 2834 (java) S 2792 2795 1240 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807079018 13953146880 20295 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 2 0 0 0
[pid=2795/tid=2835] ppid=2792 vsize=13626120 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2835/stat : 2835 (java) S 2792 2795 1240 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 807079018 13953146880 20295 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118585344 0 4 0 16800975 18446604446178187392 0 0 -1 0 0 0 0
[pid=2795/tid=2837] ppid=2792 vsize=13626120 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2837/stat : 2837 (java) S 2792 2795 1240 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 807079040 13953146880 20295 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118585344 0 4 0 16800975 18446604446178187392 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 75.85
Current children cumulated vsize (KiB) 13626120

[startup+75.921 s]
/proc/loadavg: 1.69 1.51 1.74 3/548 2839
/proc/meminfo: memFree=16607376/32951124 swapFree=67111204/67111528
[pid=2795] ppid=2792 vsize=13626120 CPUtime=76.69 cores=0,2,4,6
/proc/2795/stat : 2795 (java) S 2792 2795 1240 0 -1 4202496 23190 0 1 0 7663 6 0 0 18 0 19 0 807079010 13953146880 20309 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2795/statm: 3406530 20309 2255 9 0 3397264 0
[pid=2795/tid=2799] ppid=2792 vsize=13626120 CPUtime=73.7 cores=0,2,4,6
/proc/2795/task/2799/stat : 2799 (java) R 2792 2795 1240 0 -1 4202560 15576 0 1 0 7367 3 0 0 25 0 19 0 807079011 13953146880 20309 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 46912505366501 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=2795/tid=2803] ppid=2792 vsize=13626120 CPUtime=0.05 cores=0,2,4,6
/proc/2795/task/2803/stat : 2803 (java) S 2792 2795 1240 0 -1 4202560 210 0 0 0 5 0 0 0 15 0 19 0 807079014 13953146880 20309 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 4 0 0 0
[pid=2795/tid=2804] ppid=2792 vsize=13626120 CPUtime=0.04 cores=0,2,4,6
/proc/2795/task/2804/stat : 2804 (java) S 2792 2795 1240 0 -1 4202560 32 0 0 0 4 0 0 0 15 0 19 0 807079014 13953146880 20309 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 6 0 0 0
[pid=2795/tid=2805] ppid=2792 vsize=13626120 CPUtime=0.02 cores=0,2,4,6
/proc/2795/task/2805/stat : 2805 (java) S 2792 2795 1240 0 -1 4202560 9 0 0 0 2 0 0 0 15 0 19 0 807079014 13953146880 20309 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 6 0 0 0
[pid=2795/tid=2807] ppid=2792 vsize=13626120 CPUtime=0.03 cores=0,2,4,6
/proc/2795/task/2807/stat : 2807 (java) S 2792 2795 1240 0 -1 4202560 54 0 0 0 3 0 0 0 15 0 19 0 807079014 13953146880 20309 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 0 0 0 0
[pid=2795/tid=2808] ppid=2792 vsize=13626120 CPUtime=0.03 cores=0,2,4,6
/proc/2795/task/2808/stat : 2808 (java) S 2792 2795 1240 0 -1 4202560 81 0 0 0 3 0 0 0 15 0 19 0 807079014 13953146880 20309 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 4 0 0 0
[pid=2795/tid=2809] ppid=2792 vsize=13626120 CPUtime=0.03 cores=0,2,4,6
/proc/2795/task/2809/stat : 2809 (java) S 2792 2795 1240 0 -1 4202560 38 0 0 0 3 0 0 0 15 0 19 0 807079014 13953146880 20309 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 6 0 0 0
[pid=2795/tid=2810] ppid=2792 vsize=13626120 CPUtime=0.05 cores=0,2,4,6
/proc/2795/task/2810/stat : 2810 (java) S 2792 2795 1240 0 -1 4202560 178 0 0 0 5 0 0 0 15 0 19 0 807079014 13953146880 20309 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 6 0 0 0
[pid=2795/tid=2811] ppid=2792 vsize=13626120 CPUtime=0.04 cores=0,2,4,6
/proc/2795/task/2811/stat : 2811 (java) S 2792 2795 1240 0 -1 4202560 71 0 0 0 4 0 0 0 16 0 19 0 807079014 13953146880 20309 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 0 0 0 0
[pid=2795/tid=2820] ppid=2792 vsize=13626120 CPUtime=1.98 cores=0,2,4,6
/proc/2795/task/2820/stat : 2820 (java) S 2792 2795 1240 0 -1 4202560 1068 0 0 0 197 1 0 0 16 0 19 0 807079015 13953146880 20309 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118585344 0 0 0 16800975 18446604446178187392 0 0 -1 2 0 0 0
[pid=2795/tid=2822] ppid=2792 vsize=13626120 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2822/stat : 2822 (java) S 2792 2795 1240 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 807079015 13953146880 20309 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 6 0 0 0
[pid=2795/tid=2823] ppid=2792 vsize=13626120 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2823/stat : 2823 (java) S 2792 2795 1240 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 807079015 13953146880 20309 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 4 0 0 0
[pid=2795/tid=2828] ppid=2792 vsize=13626120 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2828/stat : 2828 (java) S 2792 2795 1240 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807079018 13953146880 20309 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118592433 0 4 0 16800975 18446604446178187392 0 0 -1 2 0 0 0
[pid=2795/tid=2829] ppid=2792 vsize=13626120 CPUtime=0.28 cores=0,2,4,6
/proc/2795/task/2829/stat : 2829 (java) S 2792 2795 1240 0 -1 4202560 2662 0 0 0 28 0 0 0 15 0 19 0 807079018 13953146880 20309 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 6 0 0 0
[pid=2795/tid=2832] ppid=2792 vsize=13626120 CPUtime=0.36 cores=0,2,4,6
/proc/2795/task/2832/stat : 2832 (java) S 2792 2795 1240 0 -1 4202560 2056 0 0 0 36 0 0 0 15 0 19 0 807079018 13953146880 20309 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 4 0 0 0
[pid=2795/tid=2834] ppid=2792 vsize=13626120 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2834/stat : 2834 (java) S 2792 2795 1240 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807079018 13953146880 20309 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 2 0 0 0
[pid=2795/tid=2835] ppid=2792 vsize=13626120 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2835/stat : 2835 (java) S 2792 2795 1240 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 807079018 13953146880 20309 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118585344 0 4 0 16800975 18446604446178187392 0 0 -1 0 0 0 0
[pid=2795/tid=2837] ppid=2792 vsize=13626120 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2837/stat : 2837 (java) S 2792 2795 1240 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 807079040 13953146880 20309 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118585344 0 4 0 16800975 18446604446178187392 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 76.69
Current children cumulated vsize (KiB) 13626120

[startup+76.7009 s]
/proc/loadavg: 1.69 1.51 1.74 3/548 2839
/proc/meminfo: memFree=16607376/32951124 swapFree=67111204/67111528
[pid=2795] ppid=2792 vsize=13626120 CPUtime=77.47 cores=0,2,4,6
/proc/2795/stat : 2795 (java) S 2792 2795 1240 0 -1 4202496 23191 0 1 0 7741 6 0 0 18 0 19 0 807079010 13953146880 20309 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2795/statm: 3406530 20309 2255 9 0 3397264 0
[pid=2795/tid=2799] ppid=2792 vsize=13626120 CPUtime=74.47 cores=0,2,4,6
/proc/2795/task/2799/stat : 2799 (java) R 2792 2795 1240 0 -1 4202560 15577 0 1 0 7444 3 0 0 25 0 19 0 807079011 13953146880 20309 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 46912505684576 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=2795/tid=2803] ppid=2792 vsize=13626120 CPUtime=0.05 cores=0,2,4,6
/proc/2795/task/2803/stat : 2803 (java) S 2792 2795 1240 0 -1 4202560 210 0 0 0 5 0 0 0 15 0 19 0 807079014 13953146880 20309 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 4 0 0 0
[pid=2795/tid=2804] ppid=2792 vsize=13626120 CPUtime=0.04 cores=0,2,4,6
/proc/2795/task/2804/stat : 2804 (java) S 2792 2795 1240 0 -1 4202560 32 0 0 0 4 0 0 0 15 0 19 0 807079014 13953146880 20309 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 6 0 0 0
[pid=2795/tid=2805] ppid=2792 vsize=13626120 CPUtime=0.03 cores=0,2,4,6
/proc/2795/task/2805/stat : 2805 (java) S 2792 2795 1240 0 -1 4202560 9 0 0 0 3 0 0 0 15 0 19 0 807079014 13953146880 20309 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 6 0 0 0
[pid=2795/tid=2807] ppid=2792 vsize=13626120 CPUtime=0.03 cores=0,2,4,6
/proc/2795/task/2807/stat : 2807 (java) S 2792 2795 1240 0 -1 4202560 54 0 0 0 3 0 0 0 15 0 19 0 807079014 13953146880 20309 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 0 0 0 0
[pid=2795/tid=2808] ppid=2792 vsize=13626120 CPUtime=0.03 cores=0,2,4,6
/proc/2795/task/2808/stat : 2808 (java) S 2792 2795 1240 0 -1 4202560 81 0 0 0 3 0 0 0 15 0 19 0 807079014 13953146880 20309 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 4 0 0 0
[pid=2795/tid=2809] ppid=2792 vsize=13626120 CPUtime=0.03 cores=0,2,4,6
/proc/2795/task/2809/stat : 2809 (java) S 2792 2795 1240 0 -1 4202560 38 0 0 0 3 0 0 0 15 0 19 0 807079014 13953146880 20309 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 4 0 0 0
[pid=2795/tid=2810] ppid=2792 vsize=13626120 CPUtime=0.05 cores=0,2,4,6
/proc/2795/task/2810/stat : 2810 (java) S 2792 2795 1240 0 -1 4202560 178 0 0 0 5 0 0 0 15 0 19 0 807079014 13953146880 20309 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 6 0 0 0
[pid=2795/tid=2811] ppid=2792 vsize=13626120 CPUtime=0.04 cores=0,2,4,6
/proc/2795/task/2811/stat : 2811 (java) S 2792 2795 1240 0 -1 4202560 71 0 0 0 4 0 0 0 15 0 19 0 807079014 13953146880 20309 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 0 0 0 0
[pid=2795/tid=2820] ppid=2792 vsize=13626120 CPUtime=2 cores=0,2,4,6
/proc/2795/task/2820/stat : 2820 (java) S 2792 2795 1240 0 -1 4202560 1068 0 0 0 199 1 0 0 16 0 19 0 807079015 13953146880 20309 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118585344 0 0 0 16800975 18446604446178187392 0 0 -1 2 0 0 0
[pid=2795/tid=2822] ppid=2792 vsize=13626120 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2822/stat : 2822 (java) S 2792 2795 1240 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 807079015 13953146880 20309 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 6 0 0 0
[pid=2795/tid=2823] ppid=2792 vsize=13626120 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2823/stat : 2823 (java) S 2792 2795 1240 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 807079015 13953146880 20309 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 4 0 0 0
[pid=2795/tid=2828] ppid=2792 vsize=13626120 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2828/stat : 2828 (java) S 2792 2795 1240 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807079018 13953146880 20309 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118592433 0 4 0 16800975 18446604446178187392 0 0 -1 2 0 0 0
[pid=2795/tid=2829] ppid=2792 vsize=13626120 CPUtime=0.28 cores=0,2,4,6
/proc/2795/task/2829/stat : 2829 (java) S 2792 2795 1240 0 -1 4202560 2662 0 0 0 28 0 0 0 15 0 19 0 807079018 13953146880 20309 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 6 0 0 0
[pid=2795/tid=2832] ppid=2792 vsize=13626120 CPUtime=0.36 cores=0,2,4,6
/proc/2795/task/2832/stat : 2832 (java) S 2792 2795 1240 0 -1 4202560 2056 0 0 0 36 0 0 0 15 0 19 0 807079018 13953146880 20309 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 4 0 0 0
[pid=2795/tid=2834] ppid=2792 vsize=13626120 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2834/stat : 2834 (java) S 2792 2795 1240 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807079018 13953146880 20309 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118584729 0 4 0 16800975 18446604446178187392 0 0 -1 2 0 0 0
[pid=2795/tid=2835] ppid=2792 vsize=13626120 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2835/stat : 2835 (java) S 2792 2795 1240 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 807079018 13953146880 20309 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118585344 0 4 0 16800975 18446604446178187392 0 0 -1 0 0 0 0
[pid=2795/tid=2837] ppid=2792 vsize=13626120 CPUtime=0 cores=0,2,4,6
/proc/2795/task/2837/stat : 2837 (java) S 2792 2795 1240 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 807079040 13953146880 20309 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118585344 0 4 0 16800975 18446604446178187392 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 77.47
Current children cumulated vsize (KiB) 13626120

[startup+76.9008 s]
/proc/loadavg: 1.69 1.51 1.74 3/548 2839
/proc/meminfo: memFree=16607376/32951124 swapFree=67111204/67111528
[pid=2795] ppid=2792 vsize=13626120 CPUtime=77.67 cores=0,2,4,6
/proc/2795/stat : 2795 (java) S 2792 2795 1240 0 -1 4202496 23191 0 1 0 7761 6 0 0 18 0 19 0 807079010 13953146880 20309 33554432000 1073741824 1073778376 140736466912640 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2795/statm: 3406530 20309 2255 9 0 3397264 0
Current children cumulated CPU time (s) 77.67
Current children cumulated vsize (KiB) 13626120

Child status: 30
Real time (s): 76.9205
CPU time (s): 77.6942
CPU user time (s): 77.6272
CPU system time (s): 0.066989
CPU usage (%): 101.006
Max. virtual memory (cumulated for all children) (KiB): 13627620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 77.6272
system time used= 0.066989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23223
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5836
involuntary context switches= 2616

runsolver used 0.405938 second user time and 0.964853 second system time

The end

Launcher Data

Begin job on node144 at 2011-06-04 02:17:09
IDJOB=3459444
IDBENCH=2025
IDSOLVER=1952
FILE ID=node144/3459444-1307146629
RUNJOBID= node144-1307146629-2778
PBS_JOBID= 13508772
Free space on /tmp= 73896 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/routing/normalized-s4-4-3-3pb.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3459444-1307146629/watcher-3459444-1307146629 -o /tmp/evaluation-result-3459444-1307146629/solver-3459444-1307146629 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459444-1307146629.opb

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

MD5SUM BENCH= c2400ec88bd2efb16a03934d0b4c43da
RANDOM SEED=750418116

node144.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16775412 kB
Buffers:        299928 kB
Cached:         440352 kB
SwapCached:        140 kB
Active:       15503436 kB
Inactive:       399252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16775412 kB
SwapTotal:    67111528 kB
SwapFree:     67111204 kB
Dirty:             800 kB
Writeback:           0 kB
AnonPages:    15162116 kB
Mapped:          41744 kB
Slab:           135808 kB
PageTables:      69712 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 157744048 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73896 MiB
End job on node144 at 2011-06-04 02:18:26