Trace number 3737556

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31SAT (TO)-94 1800.13 933.53

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_500_10_2.opb
MD5SUMfc8bff78845ab9a14b2d06ab749e4dc4
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-144
Best CPU time to get the best result obtained on this benchmark1796.75
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -137
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1501
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 500
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 500
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 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)12656
Sum of products size (including duplicates)25312
Number of different products6328
Sum of products size12656

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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.0.v20100531
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 		1349517296
0.00/0.07	c Max memory 		1356595200
0.00/0.07	c Total memory 		1356595200
0.00/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	
0.11/0.10	c solving HOME/instance-3737556-1338754553.opb
0.11/0.10	c reading problem ... 
2.72/2.05	c ... done. Wall clock time 1.954s.
2.72/2.05	c #vars     7328
2.72/2.05	c #constraints  14158
2.72/2.05	c constraints type 
2.72/2.05	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6328
2.72/2.05	c org.sat4j.minisat.constraints.card.MinWatchCard => 1002
2.72/2.05	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
2.72/2.05	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6328
2.72/2.05	c constraints type 
2.72/2.05	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
2.72/2.05	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6328
2.72/2.05	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1002
2.72/2.05	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6328
3.73/2.33	c And the winner is CuttingPlanes
3.93/3.06	c SATISFIABLE
3.93/3.06	c OPTIMIZING...
3.93/3.06	c Got one! Elapsed wall clock time (in seconds):2.964
3.93/3.06	o -8
4.08/3.15	c And the winner is CuttingPlanes
4.29/4.07	c Got one! Elapsed wall clock time (in seconds):3.97
4.29/4.07	o -9
4.40/4.14	c And the winner is CuttingPlanes
4.59/5.07	c Got one! Elapsed wall clock time (in seconds):4.974
4.59/5.07	o -21
4.68/5.16	c And the winner is CuttingPlanes
4.83/6.07	c Got one! Elapsed wall clock time (in seconds):5.976
4.83/6.07	o -25
5.24/6.22	c And the winner is CuttingPlanes
5.29/7.07	c Got one! Elapsed wall clock time (in seconds):6.979
5.29/7.07	o -26
5.34/7.14	c And the winner is CuttingPlanes
5.48/8.08	c Got one! Elapsed wall clock time (in seconds):7.982
5.48/8.08	o -27
5.52/8.18	c And the winner is CuttingPlanes
5.71/9.08	c Got one! Elapsed wall clock time (in seconds):8.984
5.71/9.08	o -28
5.75/9.17	c And the winner is CuttingPlanes
5.89/10.08	c Got one! Elapsed wall clock time (in seconds):9.986
5.89/10.08	o -29
5.92/10.14	c And the winner is CuttingPlanes
6.01/11.08	c Got one! Elapsed wall clock time (in seconds):10.988
6.01/11.08	o -30
6.30/11.21	c And the winner is CuttingPlanes
6.34/12.09	c Got one! Elapsed wall clock time (in seconds):11.991
6.34/12.09	o -31
6.37/12.19	c And the winner is CuttingPlanes
6.59/13.09	c Got one! Elapsed wall clock time (in seconds):12.993
6.59/13.09	o -32
6.62/13.19	c And the winner is CuttingPlanes
6.79/14.09	c Got one! Elapsed wall clock time (in seconds):13.995
6.79/14.09	o -33
6.80/14.19	c And the winner is CuttingPlanes
7.03/15.09	c Got one! Elapsed wall clock time (in seconds):14.997
7.03/15.09	o -34
7.24/15.20	c And the winner is CuttingPlanes
7.26/16.10	c Got one! Elapsed wall clock time (in seconds):16.0
7.26/16.10	o -35
7.26/16.18	c And the winner is CuttingPlanes
7.44/17.10	c Got one! Elapsed wall clock time (in seconds):17.002
7.44/17.10	o -36
7.66/17.20	c And the winner is CuttingPlanes
7.68/18.10	c Got one! Elapsed wall clock time (in seconds):18.004
7.68/18.10	o -37
7.68/18.18	c And the winner is CuttingPlanes
7.86/19.10	c Got one! Elapsed wall clock time (in seconds):19.006
7.86/19.10	o -38
8.06/19.28	c And the winner is CuttingPlanes
8.24/20.10	c Got one! Elapsed wall clock time (in seconds):20.008
8.24/20.10	o -39
8.24/20.19	c And the winner is CuttingPlanes
8.44/21.11	c Got one! Elapsed wall clock time (in seconds):21.011
8.44/21.11	o -49
8.63/21.24	c And the winner is CuttingPlanes
8.75/22.11	c Got one! Elapsed wall clock time (in seconds):22.013
8.75/22.11	o -50
8.75/22.18	c And the winner is CuttingPlanes
8.91/23.11	c Got one! Elapsed wall clock time (in seconds):23.015
8.91/23.11	o -51
9.10/23.22	c And the winner is CuttingPlanes
9.17/24.11	c Got one! Elapsed wall clock time (in seconds):24.017
9.17/24.11	o -52
9.35/24.25	c And the winner is CuttingPlanes
9.45/25.11	c Got one! Elapsed wall clock time (in seconds):25.019
9.45/25.11	o -53
9.63/25.21	c And the winner is CuttingPlanes
9.65/26.12	c Got one! Elapsed wall clock time (in seconds):26.021
9.65/26.12	o -54
9.87/26.23	c And the winner is CuttingPlanes
9.91/27.12	c Got one! Elapsed wall clock time (in seconds):27.023
9.91/27.12	o -64
10.28/27.31	c And the winner is CuttingPlanes
10.31/28.12	c Got one! Elapsed wall clock time (in seconds):28.025
10.31/28.12	o -65
10.47/28.25	c And the winner is CuttingPlanes
10.58/29.12	c Got one! Elapsed wall clock time (in seconds):29.027
10.58/29.12	o -66
11.16/29.42	c And the winner is CuttingPlanes
11.22/30.12	c Got one! Elapsed wall clock time (in seconds):30.028
11.22/30.12	o -67
11.37/30.27	c And the winner is CuttingPlanes
11.52/31.13	c Got one! Elapsed wall clock time (in seconds):31.03
11.52/31.13	o -68
11.66/31.26	c And the winner is CuttingPlanes
11.81/32.13	c Got one! Elapsed wall clock time (in seconds):32.032
11.81/32.13	o -69
11.94/32.25	c And the winner is CuttingPlanes
12.07/33.13	c Got one! Elapsed wall clock time (in seconds):33.034
12.07/33.13	o -71
15.50/34.85	c cleaning 2501 clauses out of 5001 with flag 5001/5001
29.71/41.83	c cleaning 4249 clauses out of 8500 with flag 11001/11001
30.65/42.35	c And the winner is CuttingPlanes
30.74/43.13	c Got one! Elapsed wall clock time (in seconds):43.037
30.74/43.13	o -72
31.66/43.69	c And the winner is CuttingPlanes
31.87/44.13	c Got one! Elapsed wall clock time (in seconds):44.039
31.87/44.13	o -73
34.60/45.50	c And the winner is CuttingPlanes
34.61/46.14	c Got one! Elapsed wall clock time (in seconds):46.041
34.61/46.14	o -74
40.80/49.28	c And the winner is CuttingPlanes
40.96/50.14	c Got one! Elapsed wall clock time (in seconds):50.043
40.96/50.14	o -75
45.49/52.46	c cleaning 5625 clauses out of 11250 with flag 18000/18000
64.38/61.87	c cleaning 6806 clauses out of 13626 with flag 26001/26001
86.10/72.63	c cleaning 7905 clauses out of 15820 with flag 35001/35001
88.28/73.80	c And the winner is Resolution
88.43/74.15	c Got one! Elapsed wall clock time (in seconds):74.05
88.43/74.15	o -82
108.91/84.32	c cleaning 8956 clauses out of 17914 with flag 45000/45000
134.47/97.04	c cleaning 9974 clauses out of 19959 with flag 56001/56001
163.01/111.23	c cleaning 10984 clauses out of 21984 with flag 68000/68000
163.50/111.52	c And the winner is Resolution
163.70/112.15	c Got one! Elapsed wall clock time (in seconds):112.056
163.70/112.15	o -83
193.41/126.92	c cleaning 11994 clauses out of 24000 with flag 81000/81000
211.92/136.16	c And the winner is Resolution
211.98/137.16	c Got one! Elapsed wall clock time (in seconds):137.067
211.98/137.16	o -86
225.97/144.14	c cleaning 12997 clauses out of 26006 with flag 95000/95000
261.14/161.66	c cleaning 14001 clauses out of 28009 with flag 110000/110000
303.98/183.03	c And the winner is CuttingPlanes
303.84/183.23	c Got one! Elapsed wall clock time (in seconds):183.129
303.84/183.23	o -87
318.91/190.77	c cleaning 14499 clauses out of 29009 with flag 125001/125001
354.12/208.28	c cleaning 14750 clauses out of 29509 with flag 140000/140000
410.47/236.34	c And the winner is CuttingPlanes
410.32/237.23	c Got one! Elapsed wall clock time (in seconds):237.137
410.32/237.23	o -88
411.45/237.89	c cleaning 14880 clauses out of 29759 with flag 155000/155000
417.62/240.95	c And the winner is CuttingPlanes
417.70/241.24	c Got one! Elapsed wall clock time (in seconds):241.14
417.70/241.24	o -89
446.82/255.70	c cleaning 14936 clauses out of 29879 with flag 170000/170000
510.95/287.79	c And the winner is CuttingPlanes
510.92/288.24	c Got one! Elapsed wall clock time (in seconds):288.146
510.92/288.24	o -90
519.31/292.41	c cleaning 14971 clauses out of 29944 with flag 185001/185001
555.40/310.42	c cleaning 14983 clauses out of 29973 with flag 200001/200001
610.25/337.82	c And the winner is CuttingPlanes
610.06/338.25	c Got one! Elapsed wall clock time (in seconds):338.153
610.06/338.25	o -91
638.68/352.52	c cleaning 14990 clauses out of 29990 with flag 215001/215001
667.68/367.08	c And the winner is CuttingPlanes
667.72/367.25	c Got one! Elapsed wall clock time (in seconds):367.158
667.72/367.25	o -92
698.29/382.43	c cleaning 14951 clauses out of 29999 with flag 230000/230000
745.76/406.14	c cleaning 0 clauses out of 5004 with flag 0/5004
780.50/423.36	c cleaning 14806 clauses out of 30048 with flag 245000/245000
848.56/457.24	c cleaning 14961 clauses out of 30242 with flag 260000/260000
907.59/486.73	c cleaning 14862 clauses out of 30281 with flag 275000/275000
955.35/510.61	c cleaning 15202 clauses out of 30419 with flag 290000/290000
998.37/532.13	c cleaning 14756 clauses out of 30217 with flag 305000/305000
1046.22/556.03	c And the winner is CuttingPlanes
1045.44/556.40	c Got one! Elapsed wall clock time (in seconds):556.303
1045.44/556.40	o -93
1076.97/572.19	c cleaning 15172 clauses out of 30461 with flag 320000/320000
1114.73/591.08	c And the winner is CuttingPlanes
1114.74/591.41	c Got one! Elapsed wall clock time (in seconds):591.316
1114.74/591.41	o -94
1154.05/611.02	c cleaning 15127 clauses out of 30289 with flag 335000/335000
1226.15/647.04	c cleaning 14702 clauses out of 30162 with flag 350000/350000
1287.11/677.54	c cleaning 15007 clauses out of 30460 with flag 365000/365000
1336.91/702.48	c cleaning 15215 clauses out of 30453 with flag 380000/380000
1373.24/720.63	c cleaning 14930 clauses out of 30238 with flag 395000/395000
1441.75/754.89	c cleaning 14870 clauses out of 30308 with flag 410000/410000
1510.47/789.29	c cleaning 14926 clauses out of 30438 with flag 425000/425000
1569.20/818.63	c cleaning 15196 clauses out of 30512 with flag 440000/440000
1616.28/842.28	c cleaning 14877 clauses out of 30316 with flag 455000/455000
1674.24/871.25	c cleaning 14841 clauses out of 30439 with flag 470000/470000
1748.00/908.14	c cleaning 15289 clauses out of 30598 with flag 485000/485000
1798.74/933.51	c starts		: 64
1798.74/933.51	c conflicts		: 7272
1798.74/933.51	c decisions		: 458583
1798.74/933.51	c propagations		: 5118002
1798.74/933.51	c inspects		: 401018497
1798.74/933.51	c learnt literals	: 0
1798.74/933.51	c learnt binary clauses	: 0
1798.74/933.51	c learnt ternary clauses	: 0
1798.74/933.51	c learnt clauses	: 7271
1798.74/933.51	c ignored clauses	: 0
1798.74/933.51	c root simplifications	: 0
1798.74/933.51	c removed literals (reason simplification)	: 0
1798.74/933.51	c reason swapping (by a shorter reason)	: 0
1798.74/933.51	c Calls to reduceDB	: 1
1798.74/933.51	c number of reductions to clauses (during analyze)	: 0
1798.74/933.51	c number of learned constraints concerned by reduction	: 0
1798.74/933.51	c number of learning phase by resolution	: 0
1798.74/933.51	c number of learning phase by cutting planes	: 0
1798.74/933.51	c speed (assignments/second)	: 14960.674896301342
1798.74/933.51	c non guided choices	165
1798.74/933.51	c learnt constraints type 
1798.74/933.51	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1798.74/933.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7270
1798.74/933.52	c constraints type 
1798.74/933.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6328
1798.74/933.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1798.74/933.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1798.74/933.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6328
1798.74/933.52	c constraints type 
1798.74/933.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
1798.74/933.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6328
1798.74/933.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
1798.74/933.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6328
1798.74/933.52	s SATISFIABLE
1798.74/933.52	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 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 x657 -x658 -x659 -x660 -x661 -x662 -x663 x664 -x665 -x666 -x667 x668 -x669 -x670 -x671 x672 -x673 -x674 -x675 -x676 x677 x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 x688 -x689 x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 x698 -x699 x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 x708 -x709 x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 x728 -x729 x730 -x731 -x732 -x733 x734 -x735 x736 x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 x748 -x749 -x750 -x751 -x752 -x753 x754 x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 x780 x781 -x782 x783 -x784 -x785 -x786 -x787 x788 -x789 -x790 x791 -x792 x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 x801 -x802 -x803 x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 x825 x826 -x827 -x828 x829 -x830 -x831 -x832 x833 -x834 -x835 x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 x850 -x851 x852 -x853 -x854 -x855 -x856 x857 -x858 -x859 x860 -x861 -x862 x863 x864 -x865 x866 -x867 -x868 -x869 -x870 -x871 -x872 x873 -x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 x882 x883 -x884 -x885 -x886 -x887 -x888 x889 -x890 -x891 -x892 -x893 x894 x895 -x896 x897 -x898 -x899 x900 x901 x902 x903 -x904 -x905 x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 -x921 -x922 x923 x924 -x925 -x926 -x927 -x928 x929 -x930 -x931 -x932 -x933 -x934 x935 -x936 -x937 x938 -x939 -x940 -x941 -x942 -x943 x944 x945 -x946 x947 x948 -x949 -x950 x951 x952 -x953 -x954 -x955 -x956 -x957 x958 -x959 -x960 x961 x962 x963 -x964 -x965 -x966 -x967 -x968 -x969 x970 -x971 -x972 x973 -x974 -x975 -x976 x977 -x978 -x979 x980 -x981 -x982 -x983 x984 x985 x986 -x987 -x988 -x989 -x990 x991 x992 -x993 x994 -x995 -x996 -x997 -x998 -x999 -x1000 
1798.74/933.52	c objective function=-94
1798.74/933.52	c Total wall clock time (in seconds): 933.421

Verifier Data

OK	-94

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-3737556-1338754553/watcher-3737556-1338754553 -o /tmp/evaluation-result-3737556-1338754553/solver-3737556-1338754553 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3737556-1338754553.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.19 3.62 3.66 4/197 24186
/proc/meminfo: memFree=29860088/32873648 swapFree=6860/6860
[pid=24186] ppid=24184 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/24186/stat : 24186 (java) R 24184 24186 22552 0 -1 4202496 990 0 0 0 0 0 0 0 20 0 1 0 341581134 23793664 716 33554432000 1073741824 1073778376 140735199068352 140735199057416 259103176784 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24186/statm: 5809 723 537 9 0 128 0

[startup+0.0912339 s]
/proc/loadavg: 3.19 3.62 3.66 4/197 24186
/proc/meminfo: memFree=29860088/32873648 swapFree=6860/6860
[pid=24186] ppid=24184 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/24186/stat : 24186 (java) S 24184 24186 22552 0 -1 4202496 4765 0 1 0 8 1 0 0 20 0 18 0 341581134 2764726272 6452 33554432000 1073741824 1073778376 140735199068352 140735199059488 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24186/statm: 674982 6452 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.100213 s]
/proc/loadavg: 3.19 3.62 3.66 4/197 24186
/proc/meminfo: memFree=29860088/32873648 swapFree=6860/6860
[pid=24186] ppid=24184 vsize=2699928 CPUtime=0.11 cores=1,3,5,7
/proc/24186/stat : 24186 (java) S 24184 24186 22552 0 -1 4202496 4867 0 1 0 10 1 0 0 20 0 18 0 341581134 2764726272 6537 33554432000 1073741824 1073778376 140735199068352 140735199059488 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24186/statm: 674982 6537 2152 9 0 665676 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 2699928

[startup+0.300181 s]
/proc/loadavg: 3.19 3.62 3.66 4/197 24186
/proc/meminfo: memFree=29860088/32873648 swapFree=6860/6860
[pid=24186] ppid=24184 vsize=2699928 CPUtime=0.49 cores=1,3,5,7
/proc/24186/stat : 24186 (java) S 24184 24186 22552 0 -1 4202496 6435 0 1 0 47 2 0 0 20 0 18 0 341581134 2764726272 9203 33554432000 1073741824 1073778376 140735199068352 140735199059488 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24186/statm: 674982 9203 2222 9 0 665676 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 2699928

[startup+0.700203 s]
/proc/loadavg: 3.19 3.62 3.66 4/197 24186
/proc/meminfo: memFree=29860088/32873648 swapFree=6860/6860
[pid=24186] ppid=24184 vsize=2699928 CPUtime=1.18 cores=1,3,5,7
/proc/24186/stat : 24186 (java) S 24184 24186 22552 0 -1 4202496 13365 0 1 0 115 3 0 0 20 0 18 0 341581134 2764726272 17569 33554432000 1073741824 1073778376 140735199068352 140735199059488 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24186/statm: 674982 17569 2234 9 0 665676 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 2699928

[startup+1.50067 s]
/proc/loadavg: 3.19 3.62 3.66 4/215 24204
/proc/meminfo: memFree=29788588/32873648 swapFree=6860/6860
[pid=24186] ppid=24184 vsize=2699928 CPUtime=2.16 cores=1,3,5,7
/proc/24186/stat : 24186 (java) S 24184 24186 22552 0 -1 4202496 14372 0 1 0 213 3 0 0 20 0 18 0 341581134 2764726272 24788 33554432000 1073741824 1073778376 140735199068352 140735199059488 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24186/statm: 674982 24788 2237 9 0 665676 0
[pid=24186/tid=24188] ppid=24184 vsize=2699928 CPUtime=1.47 cores=1,3,5,7
/proc/24186/task/24188/stat : 24188 (java) R 24184 24186 22552 0 -1 4202560 2809 0 1 0 145 2 0 0 20 0 18 0 341581135 2764726272 24788 33554432000 1073741824 1073778376 140735199068352 140239019720656 140238886692364 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24186/tid=24189] ppid=24184 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24189/stat : 24189 (java) S 24184 24186 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341581135 2764726272 24788 33554432000 1073741824 1073778376 140735199068352 140238886267688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24190] ppid=24184 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24190/stat : 24190 (java) S 24184 24186 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341581135 2764726272 24788 33554432000 1073741824 1073778376 140735199068352 140238885214888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24186/tid=24191] ppid=24184 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24191/stat : 24191 (java) S 24184 24186 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341581135 2764726272 24788 33554432000 1073741824 1073778376 140735199068352 140238884162600 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24186/tid=24192] ppid=24184 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24192/stat : 24192 (java) S 24184 24186 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341581135 2764726272 24788 33554432000 1073741824 1073778376 140735199068352 140238883109800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24186/tid=24193] ppid=24184 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24193/stat : 24193 (java) S 24184 24186 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341581135 2764726272 24788 33554432000 1073741824 1073778376 140735199068352 140238882056488 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24194] ppid=24184 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24194/stat : 24194 (java) S 24184 24186 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341581135 2764726272 24788 33554432000 1073741824 1073778376 140735199068352 140238881003688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24186/tid=24195] ppid=24184 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24195/stat : 24195 (java) S 24184 24186 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341581135 2764726272 24788 33554432000 1073741824 1073778376 140735199068352 140238879951400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24186/tid=24196] ppid=24184 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24196/stat : 24196 (java) S 24184 24186 22552 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341581135 2764726272 24788 33554432000 1073741824 1073778376 140735199068352 140238878898600 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24197] ppid=24184 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24197/stat : 24197 (java) S 24184 24186 22552 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341581136 2764726272 24788 33554432000 1073741824 1073778376 140735199068352 140238396570344 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24198] ppid=24184 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24198/stat : 24198 (java) S 24184 24186 22552 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 341581137 2764726272 24788 33554432000 1073741824 1073778376 140735199068352 140238395516408 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24199] ppid=24184 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24199/stat : 24199 (java) S 24184 24186 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341581137 2764726272 24788 33554432000 1073741824 1073778376 140735199068352 140238394464008 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24200] ppid=24184 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24200/stat : 24200 (java) S 24184 24186 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341581139 2764726272 24788 33554432000 1073741824 1073778376 140735199068352 140238393412496 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24201] ppid=24184 vsize=2699928 CPUtime=0.42 cores=1,3,5,7
/proc/24186/task/24201/stat : 24201 (java) S 24184 24186 22552 0 -1 4202560 7204 0 0 0 42 0 0 0 20 0 18 0 341581139 2764726272 24788 33554432000 1073741824 1073778376 140735199068352 140238392359096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24202] ppid=24184 vsize=2699928 CPUtime=0.23 cores=1,3,5,7
/proc/24186/task/24202/stat : 24202 (java) S 24184 24186 22552 0 -1 4202560 3173 0 0 0 23 0 0 0 20 0 18 0 341581139 2764726272 24788 33554432000 1073741824 1073778376 140735199068352 140238391306296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24186/tid=24203] ppid=24184 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24203/stat : 24203 (java) S 24184 24186 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341581139 2764726272 24788 33554432000 1073741824 1073778376 140735199068352 140238390254200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24186/tid=24204] ppid=24184 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24204/stat : 24204 (java) S 24184 24186 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341581139 2764726272 24788 33554432000 1073741824 1073778376 140735199068352 140238389201608 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 2699928

[startup+3.10061 s]
/proc/loadavg: 3.18 3.61 3.65 7/219 24208
/proc/meminfo: memFree=29738032/32873648 swapFree=6860/6860
[pid=24186] ppid=24184 vsize=2966184 CPUtime=4.08 cores=1,3,5,7
/proc/24186/stat : 24186 (java) S 24184 24186 22552 0 -1 4202496 21163 0 1 0 401 7 0 0 20 0 22 0 341581134 3037372416 47727 33554432000 1073741824 1073778376 140735199068352 140735199059488 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24186/statm: 741546 47727 2258 9 0 732240 0
[pid=24186/tid=24188] ppid=24184 vsize=2966184 CPUtime=2.03 cores=1,3,5,7
/proc/24186/task/24188/stat : 24188 (java) S 24184 24186 22552 0 -1 4202560 2834 0 1 0 200 3 0 0 20 0 22 0 341581135 3037372416 47727 33554432000 1073741824 1073778376 140735199068352 140239019730072 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24189] ppid=24184 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24189/stat : 24189 (java) S 24184 24186 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341581135 3037372416 47727 33554432000 1073741824 1073778376 140735199068352 140238886267688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24190] ppid=24184 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24190/stat : 24190 (java) S 24184 24186 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341581135 3037372416 47727 33554432000 1073741824 1073778376 140735199068352 140238885214888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24186/tid=24191] ppid=24184 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24191/stat : 24191 (java) S 24184 24186 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341581135 3037372416 47727 33554432000 1073741824 1073778376 140735199068352 140238884162600 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24186/tid=24192] ppid=24184 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24192/stat : 24192 (java) S 24184 24186 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341581135 3037372416 47727 33554432000 1073741824 1073778376 140735199068352 140238883109800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24186/tid=24193] ppid=24184 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24193/stat : 24193 (java) S 24184 24186 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341581135 3037372416 47727 33554432000 1073741824 1073778376 140735199068352 140238882056488 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24194] ppid=24184 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24194/stat : 24194 (java) S 24184 24186 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341581135 3037372416 47727 33554432000 1073741824 1073778376 140735199068352 140238881003688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24186/tid=24195] ppid=24184 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24195/stat : 24195 (java) S 24184 24186 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341581135 3037372416 47727 33554432000 1073741824 1073778376 140735199068352 140238879951400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24186/tid=24196] ppid=24184 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24196/stat : 24196 (java) S 24184 24186 22552 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341581135 3037372416 47727 33554432000 1073741824 1073778376 140735199068352 140238878898600 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24197] ppid=24184 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24197/stat : 24197 (java) S 24184 24186 22552 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 341581136 3037372416 47727 33554432000 1073741824 1073778376 140735199068352 140238396570344 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24198] ppid=24184 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24198/stat : 24198 (java) S 24184 24186 22552 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 341581137 3037372416 47727 33554432000 1073741824 1073778376 140735199068352 140238395516408 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24199] ppid=24184 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24199/stat : 24199 (java) S 24184 24186 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341581137 3037372416 47727 33554432000 1073741824 1073778376 140735199068352 140238394464008 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24200] ppid=24184 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24200/stat : 24200 (java) S 24184 24186 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341581139 3037372416 47727 33554432000 1073741824 1073778376 140735199068352 140238393412496 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24201] ppid=24184 vsize=2966184 CPUtime=0.78 cores=1,3,5,7
/proc/24186/task/24201/stat : 24201 (java) R 24184 24186 22552 0 -1 4202560 9990 0 0 0 77 1 0 0 20 0 22 0 341581139 3037372416 47727 33554432000 1073741824 1073778376 140735199068352 140238392359096 140239022596192 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24202] ppid=24184 vsize=2966184 CPUtime=0.58 cores=1,3,5,7
/proc/24186/task/24202/stat : 24202 (java) R 24184 24186 22552 0 -1 4202560 7008 0 0 0 57 1 0 0 20 0 22 0 341581139 3037372416 47727 33554432000 1073741824 1073778376 140735199068352 140238391306136 140239023825429 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24186/tid=24203] ppid=24184 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24203/stat : 24203 (java) S 24184 24186 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341581139 3037372416 47727 33554432000 1073741824 1073778376 140735199068352 140238390254200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24186/tid=24204] ppid=24184 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24204/stat : 24204 (java) S 24184 24186 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341581139 3037372416 47727 33554432000 1073741824 1073778376 140735199068352 140238389201608 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24186/tid=24207] ppid=24184 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24207/stat : 24207 (java) S 24184 24186 22552 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341581342 3037372416 47727 33554432000 1073741824 1073778376 140735199068352 140238386042536 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24208] ppid=24184 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24208/stat : 24208 (java) S 24184 24186 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341581342 3037372416 47727 33554432000 1073741824 1073778376 140735199068352 140238384989736 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.08
Current children cumulated vsize (KiB) 2966184

[startup+6.30076 s]
/proc/loadavg: 3.18 3.61 3.65 3/217 24214
/proc/meminfo: memFree=29564208/32873648 swapFree=6860/6860
[pid=24186] ppid=24184 vsize=2966184 CPUtime=5.29 cores=1,3,5,7
/proc/24186/stat : 24186 (java) S 24184 24186 22552 0 -1 4202496 22186 0 1 0 512 17 0 0 20 0 20 0 341581134 3037372416 94244 33554432000 1073741824 1073778376 140735199068352 140735199059488 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24186/statm: 741546 94244 2276 9 0 732240 0
[pid=24186/tid=24188] ppid=24184 vsize=2966184 CPUtime=2.04 cores=1,3,5,7
/proc/24186/task/24188/stat : 24188 (java) S 24184 24186 22552 0 -1 4202560 2835 0 1 0 201 3 0 0 20 0 20 0 341581135 3037372416 94244 33554432000 1073741824 1073778376 140735199068352 140239019730088 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24189] ppid=24184 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24189/stat : 24189 (java) S 24184 24186 22552 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 20 0 341581135 3037372416 94244 33554432000 1073741824 1073778376 140735199068352 140238886267688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24186/tid=24190] ppid=24184 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24190/stat : 24190 (java) S 24184 24186 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341581135 3037372416 94244 33554432000 1073741824 1073778376 140735199068352 140238885214888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24186/tid=24191] ppid=24184 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24191/stat : 24191 (java) S 24184 24186 22552 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 341581135 3037372416 94244 33554432000 1073741824 1073778376 140735199068352 140238884162600 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24186/tid=24192] ppid=24184 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24192/stat : 24192 (java) S 24184 24186 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 341581135 3037372416 94244 33554432000 1073741824 1073778376 140735199068352 140238883109800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24186/tid=24193] ppid=24184 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24193/stat : 24193 (java) S 24184 24186 22552 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 341581135 3037372416 94244 33554432000 1073741824 1073778376 140735199068352 140238882056488 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24186/tid=24194] ppid=24184 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24194/stat : 24194 (java) S 24184 24186 22552 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 341581135 3037372416 94244 33554432000 1073741824 1073778376 140735199068352 140238881003688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24186/tid=24195] ppid=24184 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24195/stat : 24195 (java) S 24184 24186 22552 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 341581135 3037372416 94244 33554432000 1073741824 1073778376 140735199068352 140238879951400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24186/tid=24196] ppid=24184 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24196/stat : 24196 (java) S 24184 24186 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 341581135 3037372416 94244 33554432000 1073741824 1073778376 140735199068352 140238878898600 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24197] ppid=24184 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24197/stat : 24197 (java) S 24184 24186 22552 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 341581136 3037372416 94244 33554432000 1073741824 1073778376 140735199068352 140238396570344 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24198] ppid=24184 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24198/stat : 24198 (java) S 24184 24186 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 341581137 3037372416 94244 33554432000 1073741824 1073778376 140735199068352 140238395516408 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24199] ppid=24184 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24199/stat : 24199 (java) S 24184 24186 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 341581137 3037372416 94244 33554432000 1073741824 1073778376 140735199068352 140238394464008 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24200] ppid=24184 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24200/stat : 24200 (java) S 24184 24186 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341581139 3037372416 94244 33554432000 1073741824 1073778376 140735199068352 140238393412496 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24201] ppid=24184 vsize=2966184 CPUtime=1.01 cores=1,3,5,7
/proc/24186/task/24201/stat : 24201 (java) S 24184 24186 22552 0 -1 4202560 9994 0 0 0 99 2 0 0 20 0 20 0 341581139 3037372416 94244 33554432000 1073741824 1073778376 140735199068352 140238392359096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24186/tid=24202] ppid=24184 vsize=2966184 CPUtime=0.76 cores=1,3,5,7
/proc/24186/task/24202/stat : 24202 (java) S 24184 24186 22552 0 -1 4202560 7867 0 0 0 75 1 0 0 20 0 20 0 341581139 3037372416 94244 33554432000 1073741824 1073778376 140735199068352 140238391306296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24186/tid=24203] ppid=24184 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24203/stat : 24203 (java) S 24184 24186 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341581139 3037372416 94244 33554432000 1073741824 1073778376 140735199068352 140238390254200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24186/tid=24204] ppid=24184 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24204/stat : 24204 (java) S 24184 24186 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341581139 3037372416 94244 33554432000 1073741824 1073778376 140735199068352 140238389201608 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24207] ppid=24184 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24207/stat : 24207 (java) S 24184 24186 22552 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 341581342 3037372416 94244 33554432000 1073741824 1073778376 140735199068352 140238386042536 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24208] ppid=24184 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24208/stat : 24208 (java) S 24184 24186 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341581342 3037372416 94244 33554432000 1073741824 1073778376 140735199068352 140238384989736 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.29
Current children cumulated vsize (KiB) 2966184

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

[pid=24186/tid=24192] ppid=24184 vsize=2966184 CPUtime=2.53 cores=1,3,5,7
/proc/24186/task/24192/stat : 24192 (java) S 24184 24186 22552 0 -1 4202560 213 0 0 0 248 5 0 0 20 0 22 0 341581135 3037372416 168775 33554432000 1073741824 1073778376 140735199068352 140238883109800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24186/tid=24193] ppid=24184 vsize=2966184 CPUtime=2.64 cores=1,3,5,7
/proc/24186/task/24193/stat : 24193 (java) S 24184 24186 22552 0 -1 4202560 238 0 0 0 260 4 0 0 20 0 22 0 341581135 3037372416 168775 33554432000 1073741824 1073778376 140735199068352 140238882056488 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24186/tid=24194] ppid=24184 vsize=2966184 CPUtime=2.5 cores=1,3,5,7
/proc/24186/task/24194/stat : 24194 (java) S 24184 24186 22552 0 -1 4202560 231 0 0 0 246 4 0 0 20 0 22 0 341581135 3037372416 168775 33554432000 1073741824 1073778376 140735199068352 140238881003688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24186/tid=24195] ppid=24184 vsize=2966184 CPUtime=2.54 cores=1,3,5,7
/proc/24186/task/24195/stat : 24195 (java) S 24184 24186 22552 0 -1 4202560 226 0 0 0 249 5 0 0 20 0 22 0 341581135 3037372416 168775 33554432000 1073741824 1073778376 140735199068352 140238879951400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24186/tid=24196] ppid=24184 vsize=2966184 CPUtime=2.42 cores=1,3,5,7
/proc/24186/task/24196/stat : 24196 (java) S 24184 24186 22552 0 -1 4202560 254 0 0 0 237 5 0 0 20 0 22 0 341581135 3037372416 168775 33554432000 1073741824 1073778376 140735199068352 140238878898600 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24186/tid=24197] ppid=24184 vsize=2966184 CPUtime=5.14 cores=1,3,5,7
/proc/24186/task/24197/stat : 24197 (java) S 24184 24186 22552 0 -1 4202560 191 0 0 0 486 28 0 0 20 0 22 0 341581136 3037372416 168775 33554432000 1073741824 1073778376 140735199068352 140238396570344 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24186/tid=24198] ppid=24184 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24198/stat : 24198 (java) S 24184 24186 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341581137 3037372416 168775 33554432000 1073741824 1073778376 140735199068352 140238395516408 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24199] ppid=24184 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24199/stat : 24199 (java) S 24184 24186 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341581137 3037372416 168775 33554432000 1073741824 1073778376 140735199068352 140238394464008 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24200] ppid=24184 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24200/stat : 24200 (java) S 24184 24186 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341581139 3037372416 168775 33554432000 1073741824 1073778376 140735199068352 140238393412496 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24201] ppid=24184 vsize=2966184 CPUtime=2.15 cores=1,3,5,7
/proc/24186/task/24201/stat : 24201 (java) S 24184 24186 22552 0 -1 4202560 14262 0 0 0 213 2 0 0 20 0 22 0 341581139 3037372416 168775 33554432000 1073741824 1073778376 140735199068352 140238392359096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24202] ppid=24184 vsize=2966184 CPUtime=1.01 cores=1,3,5,7
/proc/24186/task/24202/stat : 24202 (java) S 24184 24186 22552 0 -1 4202560 10388 0 0 0 99 2 0 0 20 0 22 0 341581139 3037372416 168775 33554432000 1073741824 1073778376 140735199068352 140238391306296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24186/tid=24203] ppid=24184 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24203/stat : 24203 (java) S 24184 24186 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341581139 3037372416 168775 33554432000 1073741824 1073778376 140735199068352 140238390254200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24186/tid=24204] ppid=24184 vsize=2966184 CPUtime=0.32 cores=1,3,5,7
/proc/24186/task/24204/stat : 24204 (java) S 24184 24186 22552 0 -1 4202560 51 0 0 0 11 21 0 0 20 0 22 0 341581139 3037372416 168775 33554432000 1073741824 1073778376 140735199068352 140238389201608 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24207] ppid=24184 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24207/stat : 24207 (java) S 24184 24186 22552 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341581342 3037372416 168775 33554432000 1073741824 1073778376 140735199068352 140238386042536 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24208] ppid=24184 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24208/stat : 24208 (java) S 24184 24186 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341581342 3037372416 168775 33554432000 1073741824 1073778376 140735199068352 140238384989736 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24305] ppid=24184 vsize=2966184 CPUtime=286.54 cores=1,3,5,7
/proc/24186/task/24305/stat : 24305 (java) R 24184 24186 22552 0 -1 4202560 62 0 0 0 28650 4 0 0 20 0 22 0 341640276 3037372416 168775 33554432000 1073741824 1073778376 140735199068352 140238387092160 140238887128533 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24186/tid=24306] ppid=24184 vsize=2966184 CPUtime=286.53 cores=1,3,5,7
/proc/24186/task/24306/stat : 24306 (java) R 24184 24186 22552 0 -1 4202560 61 0 0 0 28649 4 0 0 20 0 22 0 341640276 3037372416 168775 33554432000 1073741824 1073778376 140735199068352 140238388145184 140238887116617 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1696.23
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+933.501 s]
/proc/loadavg: 3.30 3.71 3.69 4/217 24444
/proc/meminfo: memFree=29403688/32873648 swapFree=6860/6860
[pid=24186] ppid=24184 vsize=2966184 CPUtime=1798.74 cores=1,3,5,7
/proc/24186/stat : 24186 (java) S 24184 24186 22552 0 -1 4202496 31956 0 1 0 179674 200 0 0 20 0 22 0 341581134 3037372416 168839 33554432000 1073741824 1073778376 140735199068352 140735199059488 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24186/statm: 741546 168839 2289 9 0 732240 0
[pid=24186/tid=24188] ppid=24184 vsize=2966184 CPUtime=2.14 cores=1,3,5,7
/proc/24186/task/24188/stat : 24188 (java) S 24184 24186 22552 0 -1 4202560 2839 0 1 0 210 4 0 0 20 0 22 0 341581135 3037372416 168839 33554432000 1073741824 1073778376 140735199068352 140239019730056 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24189] ppid=24184 vsize=2966184 CPUtime=2.55 cores=1,3,5,7
/proc/24186/task/24189/stat : 24189 (java) S 24184 24186 22552 0 -1 4202560 220 0 0 0 249 6 0 0 20 0 22 0 341581135 3037372416 168839 33554432000 1073741824 1073778376 140735199068352 140238886267688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24190] ppid=24184 vsize=2966184 CPUtime=2.67 cores=1,3,5,7
/proc/24186/task/24190/stat : 24190 (java) S 24184 24186 22552 0 -1 4202560 245 0 0 0 262 5 0 0 20 0 22 0 341581135 3037372416 168839 33554432000 1073741824 1073778376 140735199068352 140238885214888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24191] ppid=24184 vsize=2966184 CPUtime=2.63 cores=1,3,5,7
/proc/24186/task/24191/stat : 24191 (java) S 24184 24186 22552 0 -1 4202560 226 0 0 0 258 5 0 0 20 0 22 0 341581135 3037372416 168839 33554432000 1073741824 1073778376 140735199068352 140238884162600 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24186/tid=24192] ppid=24184 vsize=2966184 CPUtime=2.63 cores=1,3,5,7
/proc/24186/task/24192/stat : 24192 (java) S 24184 24186 22552 0 -1 4202560 221 0 0 0 258 5 0 0 20 0 22 0 341581135 3037372416 168839 33554432000 1073741824 1073778376 140735199068352 140238883109800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24186/tid=24193] ppid=24184 vsize=2966184 CPUtime=2.77 cores=1,3,5,7
/proc/24186/task/24193/stat : 24193 (java) S 24184 24186 22552 0 -1 4202560 246 0 0 0 273 4 0 0 20 0 22 0 341581135 3037372416 168839 33554432000 1073741824 1073778376 140735199068352 140238882056488 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24186/tid=24194] ppid=24184 vsize=2966184 CPUtime=2.62 cores=1,3,5,7
/proc/24186/task/24194/stat : 24194 (java) S 24184 24186 22552 0 -1 4202560 237 0 0 0 258 4 0 0 20 0 22 0 341581135 3037372416 168839 33554432000 1073741824 1073778376 140735199068352 140238881003688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24195] ppid=24184 vsize=2966184 CPUtime=2.63 cores=1,3,5,7
/proc/24186/task/24195/stat : 24195 (java) S 24184 24186 22552 0 -1 4202560 242 0 0 0 258 5 0 0 20 0 22 0 341581135 3037372416 168839 33554432000 1073741824 1073778376 140735199068352 140238879951400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24186/tid=24196] ppid=24184 vsize=2966184 CPUtime=2.52 cores=1,3,5,7
/proc/24186/task/24196/stat : 24196 (java) S 24184 24186 22552 0 -1 4202560 260 0 0 0 247 5 0 0 20 0 22 0 341581135 3037372416 168839 33554432000 1073741824 1073778376 140735199068352 140238878898600 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24186/tid=24197] ppid=24184 vsize=2966184 CPUtime=5.36 cores=1,3,5,7
/proc/24186/task/24197/stat : 24197 (java) S 24184 24186 22552 0 -1 4202560 195 0 0 0 507 29 0 0 20 0 22 0 341581136 3037372416 168839 33554432000 1073741824 1073778376 140735199068352 140238396570344 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24186/tid=24198] ppid=24184 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24198/stat : 24198 (java) S 24184 24186 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341581137 3037372416 168839 33554432000 1073741824 1073778376 140735199068352 140238395516408 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24199] ppid=24184 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24199/stat : 24199 (java) S 24184 24186 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341581137 3037372416 168839 33554432000 1073741824 1073778376 140735199068352 140238394464008 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24200] ppid=24184 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24200/stat : 24200 (java) S 24184 24186 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341581139 3037372416 168839 33554432000 1073741824 1073778376 140735199068352 140238393412496 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24201] ppid=24184 vsize=2966184 CPUtime=2.16 cores=1,3,5,7
/proc/24186/task/24201/stat : 24201 (java) S 24184 24186 22552 0 -1 4202560 14263 0 0 0 214 2 0 0 20 0 22 0 341581139 3037372416 168839 33554432000 1073741824 1073778376 140735199068352 140238392359096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24202] ppid=24184 vsize=2966184 CPUtime=1.02 cores=1,3,5,7
/proc/24186/task/24202/stat : 24202 (java) S 24184 24186 22552 0 -1 4202560 10389 0 0 0 100 2 0 0 20 0 22 0 341581139 3037372416 168839 33554432000 1073741824 1073778376 140735199068352 140238391306296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24186/tid=24203] ppid=24184 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24203/stat : 24203 (java) S 24184 24186 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341581139 3037372416 168839 33554432000 1073741824 1073778376 140735199068352 140238390254200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24186/tid=24204] ppid=24184 vsize=2966184 CPUtime=0.34 cores=1,3,5,7
/proc/24186/task/24204/stat : 24204 (java) S 24184 24186 22552 0 -1 4202560 55 0 0 0 12 22 0 0 20 0 22 0 341581139 3037372416 168839 33554432000 1073741824 1073778376 140735199068352 140238389201608 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24207] ppid=24184 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24207/stat : 24207 (java) S 24184 24186 22552 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341581342 3037372416 168839 33554432000 1073741824 1073778376 140735199068352 140238386042536 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24208] ppid=24184 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24208/stat : 24208 (java) S 24184 24186 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341581342 3037372416 168839 33554432000 1073741824 1073778376 140735199068352 140238384989736 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24305] ppid=24184 vsize=2966184 CPUtime=337.14 cores=1,3,5,7
/proc/24186/task/24305/stat : 24305 (java) R 24184 24186 22552 0 -1 4202560 69 0 0 0 33709 5 0 0 20 0 22 0 341640276 3037372416 168839 33554432000 1073741824 1073778376 140735199068352 140238387092016 140238887149304 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24186/tid=24306] ppid=24184 vsize=2966184 CPUtime=337.11 cores=1,3,5,7
/proc/24186/task/24306/stat : 24306 (java) R 24184 24186 22552 0 -1 4202560 74 0 0 0 33706 5 0 0 20 0 22 0 341640276 3037372416 168839 33554432000 1073741824 1073778376 140735199068352 140238388145504 140238887116612 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1798.74
Current children cumulated vsize (KiB) 2966184

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+933.501 s]
/proc/loadavg: 3.30 3.71 3.69 4/217 24444
/proc/meminfo: memFree=29403688/32873648 swapFree=6860/6860
[pid=24186] ppid=24184 vsize=2966184 CPUtime=1798.74 cores=1,3,5,7
/proc/24186/stat : 24186 (java) S 24184 24186 22552 0 -1 4202496 31956 0 1 0 179674 200 0 0 20 0 22 0 341581134 3037372416 168839 33554432000 1073741824 1073778376 140735199068352 140735199059488 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24186/statm: 741546 168839 2289 9 0 732240 0
[pid=24186/tid=24188] ppid=24184 vsize=2966184 CPUtime=2.14 cores=1,3,5,7
/proc/24186/task/24188/stat : 24188 (java) S 24184 24186 22552 0 -1 4202560 2839 0 1 0 210 4 0 0 20 0 22 0 341581135 3037372416 168839 33554432000 1073741824 1073778376 140735199068352 140239019730056 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24189] ppid=24184 vsize=2966184 CPUtime=2.55 cores=1,3,5,7
/proc/24186/task/24189/stat : 24189 (java) S 24184 24186 22552 0 -1 4202560 220 0 0 0 249 6 0 0 20 0 22 0 341581135 3037372416 168839 33554432000 1073741824 1073778376 140735199068352 140238886267688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24190] ppid=24184 vsize=2966184 CPUtime=2.67 cores=1,3,5,7
/proc/24186/task/24190/stat : 24190 (java) S 24184 24186 22552 0 -1 4202560 245 0 0 0 262 5 0 0 20 0 22 0 341581135 3037372416 168839 33554432000 1073741824 1073778376 140735199068352 140238885214888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24191] ppid=24184 vsize=2966184 CPUtime=2.63 cores=1,3,5,7
/proc/24186/task/24191/stat : 24191 (java) S 24184 24186 22552 0 -1 4202560 226 0 0 0 258 5 0 0 20 0 22 0 341581135 3037372416 168839 33554432000 1073741824 1073778376 140735199068352 140238884162600 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24186/tid=24192] ppid=24184 vsize=2966184 CPUtime=2.63 cores=1,3,5,7
/proc/24186/task/24192/stat : 24192 (java) S 24184 24186 22552 0 -1 4202560 221 0 0 0 258 5 0 0 20 0 22 0 341581135 3037372416 168839 33554432000 1073741824 1073778376 140735199068352 140238883109800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24186/tid=24193] ppid=24184 vsize=2966184 CPUtime=2.77 cores=1,3,5,7
/proc/24186/task/24193/stat : 24193 (java) S 24184 24186 22552 0 -1 4202560 246 0 0 0 273 4 0 0 20 0 22 0 341581135 3037372416 168839 33554432000 1073741824 1073778376 140735199068352 140238882056488 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24186/tid=24194] ppid=24184 vsize=2966184 CPUtime=2.62 cores=1,3,5,7
/proc/24186/task/24194/stat : 24194 (java) S 24184 24186 22552 0 -1 4202560 237 0 0 0 258 4 0 0 20 0 22 0 341581135 3037372416 168839 33554432000 1073741824 1073778376 140735199068352 140238881003688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24195] ppid=24184 vsize=2966184 CPUtime=2.63 cores=1,3,5,7
/proc/24186/task/24195/stat : 24195 (java) S 24184 24186 22552 0 -1 4202560 242 0 0 0 258 5 0 0 20 0 22 0 341581135 3037372416 168839 33554432000 1073741824 1073778376 140735199068352 140238879951400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24186/tid=24196] ppid=24184 vsize=2966184 CPUtime=2.52 cores=1,3,5,7
/proc/24186/task/24196/stat : 24196 (java) S 24184 24186 22552 0 -1 4202560 260 0 0 0 247 5 0 0 20 0 22 0 341581135 3037372416 168839 33554432000 1073741824 1073778376 140735199068352 140238878898600 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24186/tid=24197] ppid=24184 vsize=2966184 CPUtime=5.36 cores=1,3,5,7
/proc/24186/task/24197/stat : 24197 (java) S 24184 24186 22552 0 -1 4202560 195 0 0 0 507 29 0 0 20 0 22 0 341581136 3037372416 168839 33554432000 1073741824 1073778376 140735199068352 140238396570344 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24186/tid=24198] ppid=24184 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24198/stat : 24198 (java) S 24184 24186 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341581137 3037372416 168839 33554432000 1073741824 1073778376 140735199068352 140238395516408 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24199] ppid=24184 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24199/stat : 24199 (java) S 24184 24186 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341581137 3037372416 168839 33554432000 1073741824 1073778376 140735199068352 140238394464008 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24200] ppid=24184 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24200/stat : 24200 (java) S 24184 24186 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341581139 3037372416 168839 33554432000 1073741824 1073778376 140735199068352 140238393412496 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24201] ppid=24184 vsize=2966184 CPUtime=2.16 cores=1,3,5,7
/proc/24186/task/24201/stat : 24201 (java) S 24184 24186 22552 0 -1 4202560 14263 0 0 0 214 2 0 0 20 0 22 0 341581139 3037372416 168839 33554432000 1073741824 1073778376 140735199068352 140238392359096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24202] ppid=24184 vsize=2966184 CPUtime=1.02 cores=1,3,5,7
/proc/24186/task/24202/stat : 24202 (java) S 24184 24186 22552 0 -1 4202560 10389 0 0 0 100 2 0 0 20 0 22 0 341581139 3037372416 168839 33554432000 1073741824 1073778376 140735199068352 140238391306296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24186/tid=24203] ppid=24184 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24203/stat : 24203 (java) S 24184 24186 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341581139 3037372416 168839 33554432000 1073741824 1073778376 140735199068352 140238390254200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24186/tid=24204] ppid=24184 vsize=2966184 CPUtime=0.34 cores=1,3,5,7
/proc/24186/task/24204/stat : 24204 (java) S 24184 24186 22552 0 -1 4202560 55 0 0 0 12 22 0 0 20 0 22 0 341581139 3037372416 168839 33554432000 1073741824 1073778376 140735199068352 140238389201608 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24207] ppid=24184 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24207/stat : 24207 (java) S 24184 24186 22552 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341581342 3037372416 168839 33554432000 1073741824 1073778376 140735199068352 140238386042536 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24208] ppid=24184 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24186/task/24208/stat : 24208 (java) S 24184 24186 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341581342 3037372416 168839 33554432000 1073741824 1073778376 140735199068352 140238384989736 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24186/tid=24305] ppid=24184 vsize=2966184 CPUtime=337.14 cores=1,3,5,7
/proc/24186/task/24305/stat : 24305 (java) R 24184 24186 22552 0 -1 4202560 69 0 0 0 33709 5 0 0 20 0 22 0 341640276 3037372416 168839 33554432000 1073741824 1073778376 140735199068352 140238387092016 140238887149304 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24186/tid=24306] ppid=24184 vsize=2966184 CPUtime=337.11 cores=1,3,5,7
/proc/24186/task/24306/stat : 24306 (java) R 24184 24186 22552 0 -1 4202560 74 0 0 0 33706 5 0 0 20 0 22 0 341640276 3037372416 168839 33554432000 1073741824 1073778376 140735199068352 140238388145504 140238887116612 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1798.74
Current children cumulated vsize (KiB) 2966184

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24186 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=927129
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=204664
# CPU time returned by wait4() is 1797.13
# while last known CPU time is 1798.74
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# 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.39009
#  lost CPU user time (s): 1.52002
#  lost CPU system time (s): -0.13

Real time (s): 933.53
CPU time (s): 1800.13
CPU user time (s): 1798.26
CPU system time (s): 1.87
CPU usage (%): 192.83
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.93
system time used= 2.20466
maximum resident set size= 675468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31984
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39249
involuntary context switches= 58679

runsolver used 3.35249 second user time and 8.81266 second system time

The end

Launcher Data

Begin job on node124 at 2012-06-03 22:15:53
IDJOB=3737556
IDBENCH=48256
IDSOLVER=2324
FILE ID=node124/3737556-1338754553
RUNJOBID= node124-1338748776-22569
PBS_JOBID= 14636791
Free space on /tmp= 70708 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_500_10_2.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3737556-1338754553/watcher-3737556-1338754553 -o /tmp/evaluation-result-3737556-1338754553/solver-3737556-1338754553 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3737556-1338754553.opb

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

MD5SUM BENCH= fc8bff78845ab9a14b2d06ab749e4dc4
RANDOM SEED=1092506524

node124.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.325
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.65
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.325
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	: 5385.03
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.325
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	: 5385.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5357.53
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5385.03
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.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29860624 kB
Buffers:          217696 kB
Cached:          1466428 kB
SwapCached:         8268 kB
Active:           967364 kB
Inactive:        1271840 kB
Active(anon):     548828 kB
Inactive(anon):     8240 kB
Active(file):     418536 kB
Inactive(file):  1263600 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67091596 kB
Dirty:               116 kB
Writeback:             0 kB
AnonPages:        555620 kB
Mapped:            17212 kB
Shmem:                 0 kB
Slab:             633028 kB
SReclaimable:      77312 kB
SUnreclaim:       555716 kB
KernelStack:        1624 kB
PageTables:         4904 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1573384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    518144 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= 70708 MiB
End job on node124 at 2012-06-03 22:31:28