Trace number 3688749

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 SnapshotSAT (TO)-17 1800.75 1789.45

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_25_5.opb
MD5SUMb1b77cfc7c7e45b216596a736ff4b926
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-33
Best CPU time to get the best result obtained on this benchmark1796.8
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -29
Optimality of the best value was proved NO
Number of variables400
Total number of constraints601
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12452
Sum of products size (including duplicates)24904
Number of different products6226
Sum of products size12452

Quality of the solution as a function of time


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

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.2.v20120418
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		501472288
0.01/0.09	c Max memory 		7480803328
0.01/0.09	c Total memory 		504102912
0.01/0.09	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-3688749-1337887519.opb
0.08/0.11	c reading problem ... 
0.75/0.49	c ... done. Wall clock time 0.377s.
0.75/0.49	c declared #vars     400
0.75/0.49	c internal #vars     6626
0.75/0.49	c #constraints  13054
0.75/0.49	c constraints type 
0.75/0.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6226
0.75/0.49	c org.sat4j.minisat.constraints.card.MinWatchCard => 402
0.75/0.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
0.75/0.49	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6226
0.75/0.49	c 13054 constraints processed.
0.75/0.49	c objective function length is 200 literals
2.48/1.57	c SATISFIABLE
2.48/1.57	c OPTIMIZING...
2.48/1.57	c Got one! Elapsed wall clock time (in seconds):1.46
2.48/1.57	o -16
3.42/2.44	c cleaning 2673 clauses out of 5354 with flag 3008/5354
5.08/4.07	c cleaning 4358 clauses out of 8723 with flag 9050/11396
6.29/5.28	c cleaning 5657 clauses out of 11328 with flag 16013/18359
7.13/6.00	c cleaning 6826 clauses out of 13658 with flag 24000/26346
7.85/6.71	c cleaning 7917 clauses out of 15834 with flag 33002/35348
10.26/9.10	c cleaning 8987 clauses out of 17973 with flag 43058/45404
13.37/12.20	c cleaning 9971 clauses out of 19965 with flag 54037/56383
16.50/15.31	c cleaning 10979 clauses out of 21974 with flag 66017/68363
18.42/17.26	c Got one! Elapsed wall clock time (in seconds):17.149
18.42/17.26	o -17
19.62/18.44	c cleaning 14188 clauses out of 28375 with flag 5030/85743
21.05/19.81	c cleaning 10078 clauses out of 20158 with flag 11001/91714
22.95/21.75	c cleaning 8572 clauses out of 17149 with flag 18070/98783
24.37/23.18	c cleaning 8212 clauses out of 16507 with flag 26000/106713
25.49/24.27	c cleaning 8641 clauses out of 17297 with flag 35002/115715
26.52/25.24	c cleaning 9329 clauses out of 18658 with flag 45004/125717
27.46/26.11	c cleaning 10155 clauses out of 20327 with flag 56002/136715
28.26/26.98	c cleaning 11078 clauses out of 22171 with flag 68001/148714
29.26/27.99	c cleaning 12046 clauses out of 24093 with flag 81001/161714
30.47/29.17	c cleaning 13022 clauses out of 26049 with flag 95003/175716
31.79/30.45	c cleaning 14013 clauses out of 28026 with flag 110002/190715
36.11/34.74	c cleaning 15026 clauses out of 30051 with flag 126040/206753
40.64/39.24	c cleaning 16019 clauses out of 32037 with flag 143052/223765
44.37/42.97	c cleaning 16984 clauses out of 33973 with flag 161007/241720
48.28/46.81	c cleaning 18016 clauses out of 36032 with flag 180050/260763
52.71/51.25	c cleaning 18994 clauses out of 37994 with flag 200028/280741
58.16/56.63	c cleaning 20034 clauses out of 40080 with flag 221108/301821
63.29/61.80	c cleaning 20962 clauses out of 41967 with flag 243029/323742
66.53/64.98	c cleaning 21971 clauses out of 43981 with flag 266005/346718
71.47/69.87	c cleaning 23050 clauses out of 46100 with flag 290095/370808
75.88/74.24	c cleaning 23979 clauses out of 47963 with flag 315008/395721
82.01/80.38	c cleaning 24958 clauses out of 49989 with flag 341013/421726
86.56/84.89	c cleaning 26005 clauses out of 52042 with flag 368024/448737
92.30/90.56	c cleaning 27017 clauses out of 54033 with flag 396020/476733
96.75/94.90	c cleaning 27973 clauses out of 56010 with flag 425014/505727
100.78/98.95	c cleaning 29016 clauses out of 58040 with flag 455017/535730
105.91/104.02	c cleaning 30013 clauses out of 60026 with flag 486019/566732
111.37/109.41	c cleaning 30950 clauses out of 61998 with flag 518004/598717
115.40/113.42	c cleaning 32052 clauses out of 64103 with flag 551059/631772
125.24/123.27	c cleaning 33014 clauses out of 66028 with flag 585036/665749
132.40/130.37	c cleaning 33976 clauses out of 68002 with flag 620024/700737
137.56/135.43	c cleaning 34991 clauses out of 70010 with flag 656008/736721
142.18/140.03	c cleaning 35999 clauses out of 72017 with flag 693006/773719
147.72/145.57	c cleaning 37013 clauses out of 74025 with flag 731013/811726
153.39/151.13	c cleaning 37990 clauses out of 76000 with flag 770001/850714
159.13/156.85	c cleaning 39039 clauses out of 78077 with flag 810068/890781
171.06/168.71	c cleaning 40014 clauses out of 80028 with flag 851058/931771
181.90/179.59	c cleaning 40974 clauses out of 81986 with flag 893030/973743
188.66/186.28	c cleaning 41992 clauses out of 83983 with flag 936001/1016714
193.84/191.40	c cleaning 42984 clauses out of 85992 with flag 980002/1060715
198.68/196.10	c cleaning 43999 clauses out of 88016 with flag 1025010/1105723
203.12/200.58	c cleaning 45003 clauses out of 90010 with flag 1071003/1151716
207.79/205.10	c cleaning 45990 clauses out of 92006 with flag 1118002/1198715
212.63/209.96	c cleaning 47008 clauses out of 94015 with flag 1166001/1246714
217.69/214.97	c cleaning 48005 clauses out of 96013 with flag 1215007/1295720
225.12/222.36	c cleaning 49046 clauses out of 98092 with flag 1265091/1345804
239.08/236.27	c cleaning 49984 clauses out of 99968 with flag 1316013/1396726
249.86/246.90	c cleaning 50991 clauses out of 101999 with flag 1368028/1448741
257.21/254.21	c cleaning 51967 clauses out of 103980 with flag 1421000/1501713
263.18/260.18	c cleaning 53004 clauses out of 106021 with flag 1475008/1555721
271.11/268.07	c cleaning 54003 clauses out of 108014 with flag 1530005/1610718
283.19/280.09	c cleaning 54993 clauses out of 110016 with flag 1586010/1666723
295.13/291.99	c cleaning 56007 clauses out of 112033 with flag 1643020/1723733
306.71/303.48	c cleaning 57001 clauses out of 114013 with flag 1701007/1781720
319.89/316.59	c cleaning 58002 clauses out of 116025 with flag 1760020/1840733
330.36/326.90	c cleaning 58999 clauses out of 118004 with flag 1820001/1900714
342.93/339.43	c cleaning 60005 clauses out of 120010 with flag 1881006/1961719
353.46/349.99	c cleaning 61001 clauses out of 122003 with flag 1943004/2023717
367.97/364.41	c cleaning 61997 clauses out of 124018 with flag 2006020/2086733
379.92/376.33	c cleaning 63004 clauses out of 126020 with flag 2070019/2150732
388.99/385.34	c cleaning 63985 clauses out of 128000 with flag 2135003/2215716
395.82/392.17	c cleaning 65002 clauses out of 130012 with flag 2201000/2281713
403.20/399.40	c cleaning 66000 clauses out of 132014 with flag 2268004/2348717
411.19/407.39	c cleaning 67004 clauses out of 134012 with flag 2336002/2416715
420.26/416.31	c cleaning 67997 clauses out of 136008 with flag 2405002/2485715
429.73/425.76	c cleaning 68996 clauses out of 138009 with flag 2475000/2555713
442.20/438.12	c cleaning 70002 clauses out of 140014 with flag 2546001/2626714
456.97/452.84	c cleaning 70996 clauses out of 142018 with flag 2618007/2698720
472.25/468.03	c cleaning 71999 clauses out of 144021 with flag 2691006/2771719
486.04/481.71	c cleaning 73019 clauses out of 146039 with flag 2765023/2845736
497.71/493.35	c cleaning 74007 clauses out of 148016 with flag 2840019/2920732
513.84/509.33	c cleaning 74985 clauses out of 149993 with flag 2916003/2996716
528.27/523.79	c cleaning 75991 clauses out of 152010 with flag 2993005/3073718
543.21/538.61	c cleaning 77000 clauses out of 154015 with flag 3071001/3151714
553.04/548.40	c cleaning 77995 clauses out of 156017 with flag 3150003/3230716
563.70/559.02	c cleaning 79004 clauses out of 158019 with flag 3230000/3310713
577.47/572.70	c cleaning 79985 clauses out of 160021 with flag 3311006/3391719
594.24/589.46	c cleaning 80978 clauses out of 162030 with flag 3393000/3473713
606.83/601.92	c cleaning 82023 clauses out of 164073 with flag 3476021/3556734
624.12/619.18	c cleaning 83009 clauses out of 166048 with flag 3560019/3640732
638.30/633.25	c cleaning 84001 clauses out of 168028 with flag 3645008/3725721
653.23/647.96	c cleaning 85028 clauses out of 170055 with flag 3731036/3811749
669.66/664.24	c cleaning 85987 clauses out of 171992 with flag 3818001/3898714
683.48/678.06	c cleaning 86980 clauses out of 174004 with flag 3906000/3986713
694.66/689.14	c cleaning 88003 clauses out of 176031 with flag 3995007/4075720
707.76/702.19	c cleaning 89007 clauses out of 178024 with flag 4085003/4165716
720.78/715.08	c cleaning 90000 clauses out of 180018 with flag 4176004/4256717
733.76/727.95	c cleaning 91010 clauses out of 182025 with flag 4268011/4348724
743.63/737.72	c cleaning 91993 clauses out of 184008 with flag 4361004/4441717
758.16/752.23	c cleaning 93005 clauses out of 186064 with flag 4455053/4535766
771.22/765.29	c cleaning 93994 clauses out of 188007 with flag 4550001/4630714
786.91/780.82	c cleaning 94992 clauses out of 190015 with flag 4646003/4726716
820.41/814.02	c cleaning 96021 clauses out of 192042 with flag 4743022/4823735
842.98/836.50	c cleaning 97001 clauses out of 194007 with flag 4841008/4921721
867.21/860.61	c cleaning 97999 clauses out of 195998 with flag 4940000/5020713
889.13/882.45	c cleaning 98999 clauses out of 198005 with flag 5040006/5120719
914.17/907.40	c cleaning 99981 clauses out of 200005 with flag 5141005/5221718
935.07/928.13	c cleaning 100991 clauses out of 202020 with flag 5243001/5323714
956.86/949.83	c cleaning 101990 clauses out of 204038 with flag 5346010/5426723
971.15/964.10	c cleaning 103007 clauses out of 206041 with flag 5450003/5530716
991.52/984.33	c cleaning 104010 clauses out of 208031 with flag 5555000/5635713
1010.25/1003.07	c cleaning 104996 clauses out of 210021 with flag 5661000/5741713
1023.63/1016.36	c cleaning 106001 clauses out of 212026 with flag 5768001/5848714
1042.04/1034.64	c cleaning 106998 clauses out of 214024 with flag 5876000/5956713
1062.89/1055.40	c cleaning 108006 clauses out of 216030 with flag 5985004/6065717
1088.82/1081.20	c cleaning 108995 clauses out of 218032 with flag 6095012/6175725
1111.02/1103.30	c cleaning 110007 clauses out of 220025 with flag 6206000/6286713
1132.95/1125.14	c cleaning 111011 clauses out of 222027 with flag 6318009/6398722
1153.13/1145.22	c cleaning 111983 clauses out of 224010 with flag 6431003/6511716
1174.46/1166.41	c cleaning 112989 clauses out of 226029 with flag 6545005/6625718
1194.95/1186.82	c cleaning 114017 clauses out of 228035 with flag 6660000/6740713
1211.47/1203.25	c cleaning 114998 clauses out of 230018 with flag 6776000/6856713
1239.42/1231.15	c cleaning 115981 clauses out of 232028 with flag 6893008/6973721
1262.99/1254.65	c cleaning 116991 clauses out of 234039 with flag 7011000/7091713
1292.91/1284.47	c cleaning 118005 clauses out of 236061 with flag 7130013/7210726
1326.17/1317.52	c cleaning 119004 clauses out of 238043 with flag 7250000/7330713
1351.97/1343.25	c cleaning 119987 clauses out of 240041 with flag 7371002/7451715
1367.67/1358.87	c cleaning 121016 clauses out of 242055 with flag 7493003/7573716
1394.07/1385.10	c cleaning 122013 clauses out of 244036 with flag 7616000/7696713
1423.81/1414.79	c cleaning 122996 clauses out of 246027 with flag 7740004/7820717
1452.37/1443.26	c cleaning 123998 clauses out of 248035 with flag 7865008/7945721
1471.58/1462.35	c cleaning 125002 clauses out of 250035 with flag 7991006/8071719
1498.49/1489.14	c cleaning 126028 clauses out of 252068 with flag 8118041/8198754
1536.02/1526.70	c cleaning 126999 clauses out of 254010 with flag 8246011/8326724
1573.46/1563.97	c cleaning 128001 clauses out of 256001 with flag 8375001/8455714
1607.80/1598.13	c cleaning 128993 clauses out of 258005 with flag 8505006/8585719
1640.64/1630.88	c cleaning 129977 clauses out of 260010 with flag 8636004/8716717
1668.26/1658.36	c cleaning 131009 clauses out of 262029 with flag 8768000/8848713
1692.49/1682.58	c cleaning 132009 clauses out of 264037 with flag 8901017/8981730
1715.60/1705.32	c cleaning 133008 clauses out of 266024 with flag 9035013/9115726
1734.53/1724.28	c cleaning 133996 clauses out of 268004 with flag 9170001/9250714
1757.34/1746.92	c cleaning 135001 clauses out of 270010 with flag 9306003/9386716
1777.93/1767.49	c cleaning 135997 clauses out of 272007 with flag 9443001/9523714
1798.18/1787.65	c cleaning 137001 clauses out of 274011 with flag 9581002/9661715
1800.04/1789.41	c starts		: 302
1800.04/1789.41	c conflicts		: 9681376
1800.04/1789.41	c decisions		: 17096767
1800.04/1789.41	c propagations		: 203325423
1800.04/1789.41	c inspects		: 12330315162
1800.04/1789.41	c shortcuts		: 0
1800.04/1789.41	c learnt literals	: 0
1800.04/1789.41	c learnt binary clauses	: 10
1800.04/1789.41	c learnt ternary clauses	: 2519
1800.04/1789.41	c learnt constraints	: 9681377
1800.04/1789.41	c ignored constraints	: 0
1800.04/1789.41	c root simplifications	: 0
1800.04/1789.41	c removed literals (reason simplification)	: 0
1800.04/1789.41	c reason swapping (by a shorter reason)	: 0
1800.04/1789.41	c Calls to reduceDB	: 142
1800.04/1789.41	c number of reductions to clauses (during analyze)	: 0
1800.04/1789.41	c number of learned constraints concerned by reduction	: 0
1800.04/1789.41	c number of learning phase by resolution	: 0
1800.04/1789.41	c number of learning phase by cutting planes	: 0
1800.04/1789.41	c speed (assignments/second)	: 113658.78011818363
1800.04/1789.41	c non guided choices	0
1800.04/1789.44	c learnt constraints type 
1800.04/1789.44	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 10
1800.04/1789.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 156982
1800.04/1789.44	c constraints type 
1800.04/1789.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6226
1800.04/1789.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.04/1789.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.04/1789.44	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6226
1800.04/1789.44	c 13055 constraints processed.
1800.04/1789.44	s SATISFIABLE
1800.04/1789.44	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 
1800.04/1789.44	c objective function=-17
1800.04/1789.44	c Total wall clock time (in seconds): 1789.33

Verifier Data

OK	-17

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-3688749-1337887519/watcher-3688749-1337887519 -o /tmp/evaluation-result-3688749-1337887519/solver-3688749-1337887519 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688749-1337887519.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: 2.19 2.09 2.03 3/194 21322
/proc/meminfo: memFree=28118472/32873648 swapFree=7360/7360
[pid=21322] ppid=21320 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/21322/stat : 21322 (java) D 21320 21322 16961 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 254876034 9515008 182 33554432000 1073741824 1073778376 140736987949088 140736987940120 251053031093 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/21322/statm: 2323 182 140 9 0 71 0

[startup+0.0377311 s]
/proc/loadavg: 2.19 2.09 2.03 3/194 21322
/proc/meminfo: memFree=28118472/32873648 swapFree=7360/7360
[pid=21322] ppid=21320 vsize=9092432 CPUtime=0.01 cores=1,3,5,7
/proc/21322/stat : 21322 (java) S 21320 21322 16961 0 -1 4202496 2929 0 1 0 1 0 0 0 20 0 11 0 254876034 9310650368 3629 33554432000 1073741824 1073778376 140735954558384 140735954549520 251056390205 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21322/statm: 2273365 3633 1652 9 0 2264066 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9092432

[startup+0.100308 s]
/proc/loadavg: 2.19 2.09 2.03 3/194 21322
/proc/meminfo: memFree=28118472/32873648 swapFree=7360/7360
[pid=21322] ppid=21320 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/21322/stat : 21322 (java) S 21320 21322 16961 0 -1 4202496 4326 0 1 0 8 0 0 0 20 0 18 0 254876034 9787813888 5517 33554432000 1073741824 1073778376 140735954558384 140735954549520 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21322/statm: 2389603 5517 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.30028 s]
/proc/loadavg: 2.19 2.09 2.03 3/194 21322
/proc/meminfo: memFree=28118472/32873648 swapFree=7360/7360
[pid=21322] ppid=21320 vsize=9558412 CPUtime=0.47 cores=1,3,5,7
/proc/21322/stat : 21322 (java) S 21320 21322 16961 0 -1 4202496 6041 0 1 0 46 1 0 0 20 0 18 0 254876034 9787813888 8788 33554432000 1073741824 1073778376 140735954558384 140735954549520 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21322/statm: 2389603 8788 2235 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558412

[startup+0.700294 s]
/proc/loadavg: 2.19 2.09 2.03 3/194 21322
/proc/meminfo: memFree=28118472/32873648 swapFree=7360/7360
[pid=21322] ppid=21320 vsize=9624976 CPUtime=1.56 cores=1,3,5,7
/proc/21322/stat : 21322 (java) S 21320 21322 16961 0 -1 4202496 11408 0 1 0 154 2 0 0 20 0 19 0 254876034 9855975424 19427 33554432000 1073741824 1073778376 140735954558384 140735954549520 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21322/statm: 2406244 19427 2256 9 0 2396937 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 9624976

[startup+1.50066 s]
/proc/loadavg: 2.19 2.09 2.03 3/213 21341
/proc/meminfo: memFree=28047928/32873648 swapFree=7360/7360
[pid=21322] ppid=21320 vsize=9624976 CPUtime=2.48 cores=1,3,5,7
/proc/21322/stat : 21322 (java) S 21320 21322 16961 0 -1 4202496 11414 0 1 0 246 2 0 0 20 0 19 0 254876034 9855975424 19943 33554432000 1073741824 1073778376 140735954558384 140735954549520 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21322/statm: 2406244 19943 2259 9 0 2396937 0
[pid=21322/tid=21324] ppid=21320 vsize=9624976 CPUtime=1.47 cores=1,3,5,7
/proc/21322/task/21324/stat : 21324 (java) R 21320 21322 16961 0 -1 4202560 2468 0 1 0 145 2 0 0 20 0 19 0 254876035 9855975424 19943 33554432000 1073741824 1073778376 140735954558384 140437601794512 140437462136877 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21322/tid=21325] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21325/stat : 21325 (java) S 21320 21322 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254876036 9855975424 19943 33554432000 1073741824 1073778376 140735954558384 140437579897640 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21322/tid=21326] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21326/stat : 21326 (java) S 21320 21322 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254876036 9855975424 19943 33554432000 1073741824 1073778376 140735954558384 140437377510056 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21322/tid=21327] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21327/stat : 21327 (java) S 21320 21322 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254876036 9855975424 19943 33554432000 1073741824 1073778376 140735954558384 140437376457768 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21322/tid=21328] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21328/stat : 21328 (java) S 21320 21322 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254876036 9855975424 19943 33554432000 1073741824 1073778376 140735954558384 140437375404968 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21322/tid=21329] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21329/stat : 21329 (java) S 21320 21322 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254876036 9855975424 19943 33554432000 1073741824 1073778376 140735954558384 140437374351656 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21322/tid=21330] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21330/stat : 21330 (java) S 21320 21322 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254876036 9855975424 19943 33554432000 1073741824 1073778376 140735954558384 140437373298856 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21322/tid=21331] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21331/stat : 21331 (java) S 21320 21322 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254876036 9855975424 19943 33554432000 1073741824 1073778376 140735954558384 140437372246568 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21322/tid=21332] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21332/stat : 21332 (java) S 21320 21322 16961 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254876036 9855975424 19943 33554432000 1073741824 1073778376 140735954558384 140437371193768 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21322/tid=21333] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21333/stat : 21333 (java) S 21320 21322 16961 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254876037 9855975424 19943 33554432000 1073741824 1073778376 140735954558384 140437358783208 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21322/tid=21334] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21334/stat : 21334 (java) S 21320 21322 16961 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254876038 9855975424 19943 33554432000 1073741824 1073778376 140735954558384 140437357729272 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21322/tid=21335] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21335/stat : 21335 (java) S 21320 21322 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254876038 9855975424 19943 33554432000 1073741824 1073778376 140735954558384 140437356676872 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21322/tid=21336] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21336/stat : 21336 (java) S 21320 21322 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254876040 9855975424 19943 33554432000 1073741824 1073778376 140735954558384 140437355625360 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21322/tid=21337] ppid=21320 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/21322/task/21337/stat : 21337 (java) S 21320 21322 16961 0 -1 4202560 3285 0 0 0 49 0 0 0 20 0 19 0 254876040 9855975424 19943 33554432000 1073741824 1073778376 140735954558384 140437354571960 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21322/tid=21338] ppid=21320 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/21322/task/21338/stat : 21338 (java) S 21320 21322 16961 0 -1 4202560 4461 0 0 0 49 0 0 0 20 0 19 0 254876040 9855975424 19943 33554432000 1073741824 1073778376 140735954558384 140437353519160 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21322/tid=21339] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21339/stat : 21339 (java) S 21320 21322 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254876040 9855975424 19943 33554432000 1073741824 1073778376 140735954558384 140437352467064 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21322/tid=21340] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21340/stat : 21340 (java) S 21320 21322 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254876040 9855975424 19943 33554432000 1073741824 1073778376 140735954558384 140437351414472 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21322/tid=21341] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21341/stat : 21341 (java) S 21320 21322 16961 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254876084 9855975424 19943 33554432000 1073741824 1073778376 140735954558384 140437350327720 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 9624976

[startup+3.10066 s]
/proc/loadavg: 2.19 2.09 2.03 3/213 21341
/proc/meminfo: memFree=28042964/32873648 swapFree=7360/7360
[pid=21322] ppid=21320 vsize=9624976 CPUtime=4.15 cores=1,3,5,7
/proc/21322/stat : 21322 (java) S 21320 21322 16961 0 -1 4202496 11480 0 1 0 412 3 0 0 20 0 19 0 254876034 9855975424 26131 33554432000 1073741824 1073778376 140735954558384 140735954549520 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21322/statm: 2406244 26131 2285 9 0 2396937 0
[pid=21322/tid=21324] ppid=21320 vsize=9624976 CPUtime=3.03 cores=1,3,5,7
/proc/21322/task/21324/stat : 21324 (java) R 21320 21322 16961 0 -1 4202560 2476 0 1 0 301 2 0 0 20 0 19 0 254876035 9855975424 26131 33554432000 1073741824 1073778376 140735954558384 140437601796472 140437462129208 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21322/tid=21325] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21325/stat : 21325 (java) S 21320 21322 16961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254876036 9855975424 26131 33554432000 1073741824 1073778376 140735954558384 140437579897640 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21322/tid=21326] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21326/stat : 21326 (java) S 21320 21322 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254876036 9855975424 26131 33554432000 1073741824 1073778376 140735954558384 140437377510056 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21322/tid=21327] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21327/stat : 21327 (java) S 21320 21322 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254876036 9855975424 26131 33554432000 1073741824 1073778376 140735954558384 140437376457768 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21322/tid=21328] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21328/stat : 21328 (java) S 21320 21322 16961 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254876036 9855975424 26131 33554432000 1073741824 1073778376 140735954558384 140437375404968 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21322/tid=21329] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21329/stat : 21329 (java) S 21320 21322 16961 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254876036 9855975424 26131 33554432000 1073741824 1073778376 140735954558384 140437374351656 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21322/tid=21330] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21330/stat : 21330 (java) S 21320 21322 16961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254876036 9855975424 26131 33554432000 1073741824 1073778376 140735954558384 140437373298856 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21322/tid=21331] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21331/stat : 21331 (java) S 21320 21322 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254876036 9855975424 26131 33554432000 1073741824 1073778376 140735954558384 140437372246568 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21322/tid=21332] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21332/stat : 21332 (java) S 21320 21322 16961 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254876036 9855975424 26131 33554432000 1073741824 1073778376 140735954558384 140437371193768 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21322/tid=21333] ppid=21320 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/21322/task/21333/stat : 21333 (java) S 21320 21322 16961 0 -1 4202560 33 0 0 0 1 0 0 0 20 0 19 0 254876037 9855975424 26131 33554432000 1073741824 1073778376 140735954558384 140437358783208 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21322/tid=21334] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21334/stat : 21334 (java) S 21320 21322 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254876038 9855975424 26131 33554432000 1073741824 1073778376 140735954558384 140437357729272 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21322/tid=21335] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21335/stat : 21335 (java) S 21320 21322 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254876038 9855975424 26131 33554432000 1073741824 1073778376 140735954558384 140437356676872 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21322/tid=21336] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21336/stat : 21336 (java) S 21320 21322 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254876040 9855975424 26131 33554432000 1073741824 1073778376 140735954558384 140437355625360 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21322/tid=21337] ppid=21320 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/21322/task/21337/stat : 21337 (java) S 21320 21322 16961 0 -1 4202560 3286 0 0 0 51 0 0 0 20 0 19 0 254876040 9855975424 26131 33554432000 1073741824 1073778376 140735954558384 140437354571960 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21322/tid=21338] ppid=21320 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/21322/task/21338/stat : 21338 (java) S 21320 21322 16961 0 -1 4202560 4464 0 0 0 52 0 0 0 20 0 19 0 254876040 9855975424 26131 33554432000 1073741824 1073778376 140735954558384 140437353519160 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21322/tid=21339] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21339/stat : 21339 (java) S 21320 21322 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254876040 9855975424 26131 33554432000 1073741824 1073778376 140735954558384 140437352467064 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21322/tid=21340] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21340/stat : 21340 (java) S 21320 21322 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254876040 9855975424 26131 33554432000 1073741824 1073778376 140735954558384 140437351414472 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21322/tid=21341] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21341/stat : 21341 (java) S 21320 21322 16961 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254876084 9855975424 26131 33554432000 1073741824 1073778376 140735954558384 140437350327720 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.15
Current children cumulated vsize (KiB) 9624976

[startup+6.30066 s]
/proc/loadavg: 2.18 2.09 2.03 3/213 21341
/proc/meminfo: memFree=28007816/32873648 swapFree=7360/7360
[pid=21322] ppid=21320 vsize=9624976 CPUtime=7.45 cores=1,3,5,7
/proc/21322/stat : 21322 (java) S 21320 21322 16961 0 -1 4202496 11566 0 1 0 740 5 0 0 20 0 19 0 254876034 9855975424 30797 33554432000 1073741824 1073778376 140735954558384 140735954549520 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21322/statm: 2406244 30797 2285 9 0 2396937 0
[pid=21322/tid=21324] ppid=21320 vsize=9624976 CPUtime=6.13 cores=1,3,5,7
/proc/21322/task/21324/stat : 21324 (java) R 21320 21322 16961 0 -1 4202560 2477 0 1 0 611 2 0 0 20 0 19 0 254876035 9855975424 30797 33554432000 1073741824 1073778376 140735954558384 140437601796384 140437462185914 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21322/tid=21325] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21325/stat : 21325 (java) S 21320 21322 16961 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254876036 9855975424 30797 33554432000 1073741824 1073778376 140735954558384 140437579897640 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21322/tid=21326] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21326/stat : 21326 (java) S 21320 21322 16961 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254876036 9855975424 30797 33554432000 1073741824 1073778376 140735954558384 140437377510056 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21322/tid=21327] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21327/stat : 21327 (java) S 21320 21322 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254876036 9855975424 30797 33554432000 1073741824 1073778376 140735954558384 140437376457768 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21322/tid=21328] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21328/stat : 21328 (java) S 21320 21322 16961 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 254876036 9855975424 30797 33554432000 1073741824 1073778376 140735954558384 140437375404968 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21322/tid=21329] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21329/stat : 21329 (java) S 21320 21322 16961 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254876036 9855975424 30797 33554432000 1073741824 1073778376 140735954558384 140437374351656 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21322/tid=21330] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21330/stat : 21330 (java) S 21320 21322 16961 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254876036 9855975424 30797 33554432000 1073741824 1073778376 140735954558384 140437373298856 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21322/tid=21331] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21331/stat : 21331 (java) S 21320 21322 16961 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254876036 9855975424 30797 33554432000 1073741824 1073778376 140735954558384 140437372246568 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21322/tid=21332] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21332/stat : 21332 (java) S 21320 21322 16961 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 254876036 9855975424 30797 33554432000 1073741824 1073778376 140735954558384 140437371193768 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21322/tid=21333] ppid=21320 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/21322/task/21333/stat : 21333 (java) S 21320 21322 16961 0 -1 4202560 63 0 0 0 10 0 0 0 20 0 19 0 254876037 9855975424 30797 33554432000 1073741824 1073778376 140735954558384 140437358783208 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21322/tid=21334] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21334/stat : 21334 (java) S 21320 21322 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254876038 9855975424 30797 33554432000 1073741824 1073778376 140735954558384 140437357729272 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21322/tid=21335] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21335/stat : 21335 (java) S 21320 21322 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254876038 9855975424 30797 33554432000 1073741824 1073778376 140735954558384 140437356676872 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21322/tid=21336] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21336/stat : 21336 (java) S 21320 21322 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254876040 9855975424 30797 33554432000 1073741824 1073778376 140735954558384 140437355625360 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21322/tid=21337] ppid=21320 vsize=9624976 CPUtime=0.53 cores=1,3,5,7
/proc/21322/task/21337/stat : 21337 (java) S 21320 21322 16961 0 -1 4202560 3287 0 0 0 53 0 0 0 20 0 19 0 254876040 9855975424 30797 33554432000 1073741824 1073778376 140735954558384 140437354571960 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21322/tid=21338] ppid=21320 vsize=9624976 CPUtime=0.57 cores=1,3,5,7
/proc/21322/task/21338/stat : 21338 (java) S 21320 21322 16961 0 -1 4202560 4476 0 0 0 57 0 0 0 20 0 19 0 254876040 9855975424 30797 33554432000 1073741824 1073778376 140735954558384 140437353519160 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21322/tid=21339] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21339/stat : 21339 (java) S 21320 21322 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254876040 9855975424 30797 33554432000 1073741824 1073778376 140735954558384 140437352467064 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21322/tid=21340] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21340/stat : 21340 (java) S 21320 21322 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254876040 9855975424 30797 33554432000 1073741824 1073778376 140735954558384 140437351414472 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21322/tid=21341] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21341/stat : 21341 (java) S 21320 21322 16961 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254876084 9855975424 30797 33554432000 1073741824 1073778376 140735954558384 140437350327720 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.45
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=21322/tid=21330] ppid=21320 vsize=9624976 CPUtime=1.58 cores=1,3,5,7
/proc/21322/task/21330/stat : 21330 (java) S 21320 21322 16961 0 -1 4202560 357 0 0 0 153 5 0 0 20 0 19 0 254876036 9855975424 164263 33554432000 1073741824 1073778376 140735954558384 140437373298856 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21322/tid=21331] ppid=21320 vsize=9624976 CPUtime=1.69 cores=1,3,5,7
/proc/21322/task/21331/stat : 21331 (java) S 21320 21322 16961 0 -1 4202560 630 0 0 0 163 6 0 0 20 0 19 0 254876036 9855975424 164263 33554432000 1073741824 1073778376 140735954558384 140437372246568 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21322/tid=21332] ppid=21320 vsize=9624976 CPUtime=1.43 cores=1,3,5,7
/proc/21322/task/21332/stat : 21332 (java) S 21320 21322 16961 0 -1 4202560 586 0 0 0 136 7 0 0 20 0 19 0 254876036 9855975424 164263 33554432000 1073741824 1073778376 140735954558384 140437371193768 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21322/tid=21333] ppid=21320 vsize=9624976 CPUtime=10.28 cores=1,3,5,7
/proc/21322/task/21333/stat : 21333 (java) S 21320 21322 16961 0 -1 4202560 462 0 0 0 1025 3 0 0 20 0 19 0 254876037 9855975424 164263 33554432000 1073741824 1073778376 140735954558384 140437358783208 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21322/tid=21334] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21334/stat : 21334 (java) S 21320 21322 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254876038 9855975424 164263 33554432000 1073741824 1073778376 140735954558384 140437357729272 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21322/tid=21335] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21335/stat : 21335 (java) S 21320 21322 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254876038 9855975424 164263 33554432000 1073741824 1073778376 140735954558384 140437356676872 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21322/tid=21336] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21336/stat : 21336 (java) S 21320 21322 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254876040 9855975424 164263 33554432000 1073741824 1073778376 140735954558384 140437355625360 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21322/tid=21337] ppid=21320 vsize=9624976 CPUtime=0.53 cores=1,3,5,7
/proc/21322/task/21337/stat : 21337 (java) S 21320 21322 16961 0 -1 4202560 3287 0 0 0 53 0 0 0 20 0 19 0 254876040 9855975424 164263 33554432000 1073741824 1073778376 140735954558384 140437354571960 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21322/tid=21338] ppid=21320 vsize=9624976 CPUtime=0.6 cores=1,3,5,7
/proc/21322/task/21338/stat : 21338 (java) S 21320 21322 16961 0 -1 4202560 4495 0 0 0 60 0 0 0 20 0 19 0 254876040 9855975424 164263 33554432000 1073741824 1073778376 140735954558384 140437353519160 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21322/tid=21339] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21339/stat : 21339 (java) S 21320 21322 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254876040 9855975424 164263 33554432000 1073741824 1073778376 140735954558384 140437352467064 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21322/tid=21340] ppid=21320 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/21322/task/21340/stat : 21340 (java) S 21320 21322 16961 0 -1 4202560 95 0 0 0 21 31 0 0 20 0 19 0 254876040 9855975424 164263 33554432000 1073741824 1073778376 140735954558384 140437351414472 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21322/tid=21341] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21341/stat : 21341 (java) S 21320 21322 16961 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254876084 9855975424 164263 33554432000 1073741824 1073778376 140735954558384 140437350327720 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1672.29
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.04 2.05 2.05 3/213 21758
/proc/meminfo: memFree=23787924/32873648 swapFree=7360/7360
[pid=21322] ppid=21320 vsize=9624976 CPUtime=1732.63 cores=1,3,5,7
/proc/21322/stat : 21322 (java) S 21320 21322 16961 0 -1 4202496 16398 0 1 0 173173 90 0 0 20 0 19 0 254876034 9855975424 186722 33554432000 1073741824 1073778376 140735954558384 140735954549520 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21322/statm: 2406244 186722 2286 9 0 2396937 0
[pid=21322/tid=21324] ppid=21320 vsize=9624976 CPUtime=1707.72 cores=1,3,5,7
/proc/21322/task/21324/stat : 21324 (java) R 21320 21322 16961 0 -1 4202560 2656 0 1 0 170741 31 0 0 20 0 19 0 254876035 9855975424 186722 33554432000 1073741824 1073778376 140735954558384 140437601796384 140437462353136 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21322/tid=21325] ppid=21320 vsize=9624976 CPUtime=1.62 cores=1,3,5,7
/proc/21322/task/21325/stat : 21325 (java) S 21320 21322 16961 0 -1 4202560 388 0 0 0 157 5 0 0 20 0 19 0 254876036 9855975424 186722 33554432000 1073741824 1073778376 140735954558384 140437579897640 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21322/tid=21326] ppid=21320 vsize=9624976 CPUtime=1.55 cores=1,3,5,7
/proc/21322/task/21326/stat : 21326 (java) S 21320 21322 16961 0 -1 4202560 419 0 0 0 149 6 0 0 20 0 19 0 254876036 9855975424 186722 33554432000 1073741824 1073778376 140735954558384 140437377510056 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21322/tid=21327] ppid=21320 vsize=9624976 CPUtime=1.58 cores=1,3,5,7
/proc/21322/task/21327/stat : 21327 (java) S 21320 21322 16961 0 -1 4202560 346 0 0 0 154 4 0 0 20 0 19 0 254876036 9855975424 186722 33554432000 1073741824 1073778376 140735954558384 140437376457768 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21322/tid=21328] ppid=21320 vsize=9624976 CPUtime=1.61 cores=1,3,5,7
/proc/21322/task/21328/stat : 21328 (java) S 21320 21322 16961 0 -1 4202560 529 0 0 0 153 8 0 0 20 0 19 0 254876036 9855975424 186722 33554432000 1073741824 1073778376 140735954558384 140437375404968 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21322/tid=21329] ppid=21320 vsize=9624976 CPUtime=1.57 cores=1,3,5,7
/proc/21322/task/21329/stat : 21329 (java) S 21320 21322 16961 0 -1 4202560 438 0 0 0 153 4 0 0 20 0 19 0 254876036 9855975424 186722 33554432000 1073741824 1073778376 140735954558384 140437374351656 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21322/tid=21330] ppid=21320 vsize=9624976 CPUtime=1.64 cores=1,3,5,7
/proc/21322/task/21330/stat : 21330 (java) S 21320 21322 16961 0 -1 4202560 376 0 0 0 158 6 0 0 20 0 19 0 254876036 9855975424 186722 33554432000 1073741824 1073778376 140735954558384 140437373298856 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21322/tid=21331] ppid=21320 vsize=9624976 CPUtime=1.78 cores=1,3,5,7
/proc/21322/task/21331/stat : 21331 (java) S 21320 21322 16961 0 -1 4202560 657 0 0 0 170 8 0 0 20 0 19 0 254876036 9855975424 186722 33554432000 1073741824 1073778376 140735954558384 140437372246568 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21322/tid=21332] ppid=21320 vsize=9624976 CPUtime=1.49 cores=1,3,5,7
/proc/21322/task/21332/stat : 21332 (java) S 21320 21322 16961 0 -1 4202560 600 0 0 0 141 8 0 0 20 0 19 0 254876036 9855975424 186722 33554432000 1073741824 1073778376 140735954558384 140437371193768 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21322/tid=21333] ppid=21320 vsize=9624976 CPUtime=10.74 cores=1,3,5,7
/proc/21322/task/21333/stat : 21333 (java) S 21320 21322 16961 0 -1 4202560 922 0 0 0 1070 4 0 0 20 0 19 0 254876037 9855975424 186722 33554432000 1073741824 1073778376 140735954558384 140437358783208 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21322/tid=21334] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21334/stat : 21334 (java) S 21320 21322 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254876038 9855975424 186722 33554432000 1073741824 1073778376 140735954558384 140437357729272 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21322/tid=21335] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21335/stat : 21335 (java) S 21320 21322 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254876038 9855975424 186722 33554432000 1073741824 1073778376 140735954558384 140437356676872 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21322/tid=21336] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21336/stat : 21336 (java) S 21320 21322 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254876040 9855975424 186722 33554432000 1073741824 1073778376 140735954558384 140437355625360 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21322/tid=21337] ppid=21320 vsize=9624976 CPUtime=0.53 cores=1,3,5,7
/proc/21322/task/21337/stat : 21337 (java) S 21320 21322 16961 0 -1 4202560 3287 0 0 0 53 0 0 0 20 0 19 0 254876040 9855975424 186722 33554432000 1073741824 1073778376 140735954558384 140437354571960 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21322/tid=21338] ppid=21320 vsize=9624976 CPUtime=0.6 cores=1,3,5,7
/proc/21322/task/21338/stat : 21338 (java) S 21320 21322 16961 0 -1 4202560 4495 0 0 0 60 0 0 0 20 0 19 0 254876040 9855975424 186722 33554432000 1073741824 1073778376 140735954558384 140437353519160 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21322/tid=21339] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21339/stat : 21339 (java) S 21320 21322 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254876040 9855975424 186722 33554432000 1073741824 1073778376 140735954558384 140437352467064 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21322/tid=21340] ppid=21320 vsize=9624976 CPUtime=0.54 cores=1,3,5,7
/proc/21322/task/21340/stat : 21340 (java) S 21320 21322 16961 0 -1 4202560 99 0 0 0 21 33 0 0 20 0 19 0 254876040 9855975424 186722 33554432000 1073741824 1073778376 140735954558384 140437351414472 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21322/tid=21341] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21341/stat : 21341 (java) S 21320 21322 16961 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254876084 9855975424 186722 33554432000 1073741824 1073778376 140735954558384 140437350327720 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1732.63
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.09 2.05 2.05 3/213 21759
/proc/meminfo: memFree=23748644/32873648 swapFree=7360/7360
[pid=21322] ppid=21320 vsize=9624976 CPUtime=1792.88 cores=1,3,5,7
/proc/21322/stat : 21322 (java) S 21320 21322 16961 0 -1 4202496 16533 0 1 0 179194 94 0 0 20 0 19 0 254876034 9855975424 196523 33554432000 1073741824 1073778376 140735954558384 140735954549520 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21322/statm: 2406244 196523 2286 9 0 2396937 0
[pid=21322/tid=21324] ppid=21320 vsize=9624976 CPUtime=1767.27 cores=1,3,5,7
/proc/21322/task/21324/stat : 21324 (java) R 21320 21322 16961 0 -1 4202560 2659 0 1 0 176695 32 0 0 20 0 19 0 254876035 9855975424 196523 33554432000 1073741824 1073778376 140735954558384 140437601796384 140437462251024 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21322/tid=21325] ppid=21320 vsize=9624976 CPUtime=1.66 cores=1,3,5,7
/proc/21322/task/21325/stat : 21325 (java) S 21320 21322 16961 0 -1 4202560 421 0 0 0 160 6 0 0 20 0 19 0 254876036 9855975424 196523 33554432000 1073741824 1073778376 140735954558384 140437579897640 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21322/tid=21326] ppid=21320 vsize=9624976 CPUtime=1.62 cores=1,3,5,7
/proc/21322/task/21326/stat : 21326 (java) S 21320 21322 16961 0 -1 4202560 451 0 0 0 155 7 0 0 20 0 19 0 254876036 9855975424 196523 33554432000 1073741824 1073778376 140735954558384 140437377510056 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21322/tid=21327] ppid=21320 vsize=9624976 CPUtime=1.63 cores=1,3,5,7
/proc/21322/task/21327/stat : 21327 (java) S 21320 21322 16961 0 -1 4202560 348 0 0 0 159 4 0 0 20 0 19 0 254876036 9855975424 196523 33554432000 1073741824 1073778376 140735954558384 140437376457768 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21322/tid=21328] ppid=21320 vsize=9624976 CPUtime=1.63 cores=1,3,5,7
/proc/21322/task/21328/stat : 21328 (java) S 21320 21322 16961 0 -1 4202560 531 0 0 0 155 8 0 0 20 0 19 0 254876036 9855975424 196523 33554432000 1073741824 1073778376 140735954558384 140437375404968 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21322/tid=21329] ppid=21320 vsize=9624976 CPUtime=1.61 cores=1,3,5,7
/proc/21322/task/21329/stat : 21329 (java) S 21320 21322 16961 0 -1 4202560 442 0 0 0 156 5 0 0 20 0 19 0 254876036 9855975424 196523 33554432000 1073741824 1073778376 140735954558384 140437374351656 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21322/tid=21330] ppid=21320 vsize=9624976 CPUtime=1.68 cores=1,3,5,7
/proc/21322/task/21330/stat : 21330 (java) S 21320 21322 16961 0 -1 4202560 383 0 0 0 161 7 0 0 20 0 19 0 254876036 9855975424 196523 33554432000 1073741824 1073778376 140735954558384 140437373298856 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21322/tid=21331] ppid=21320 vsize=9624976 CPUtime=1.81 cores=1,3,5,7
/proc/21322/task/21331/stat : 21331 (java) S 21320 21322 16961 0 -1 4202560 694 0 0 0 172 9 0 0 20 0 19 0 254876036 9855975424 196523 33554432000 1073741824 1073778376 140735954558384 140437372246568 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21322/tid=21332] ppid=21320 vsize=9624976 CPUtime=1.53 cores=1,3,5,7
/proc/21322/task/21332/stat : 21332 (java) S 21320 21322 16961 0 -1 4202560 608 0 0 0 144 9 0 0 20 0 19 0 254876036 9855975424 196523 33554432000 1073741824 1073778376 140735954558384 140437371193768 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21322/tid=21333] ppid=21320 vsize=9624976 CPUtime=11.09 cores=1,3,5,7
/proc/21322/task/21333/stat : 21333 (java) S 21320 21322 16961 0 -1 4202560 925 0 0 0 1105 4 0 0 20 0 19 0 254876037 9855975424 196523 33554432000 1073741824 1073778376 140735954558384 140437358783208 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21322/tid=21334] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21334/stat : 21334 (java) S 21320 21322 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254876038 9855975424 196523 33554432000 1073741824 1073778376 140735954558384 140437357729272 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21322/tid=21335] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21335/stat : 21335 (java) S 21320 21322 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254876038 9855975424 196523 33554432000 1073741824 1073778376 140735954558384 140437356676872 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21322/tid=21336] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21336/stat : 21336 (java) S 21320 21322 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254876040 9855975424 196523 33554432000 1073741824 1073778376 140735954558384 140437355625360 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21322/tid=21337] ppid=21320 vsize=9624976 CPUtime=0.53 cores=1,3,5,7
/proc/21322/task/21337/stat : 21337 (java) S 21320 21322 16961 0 -1 4202560 3287 0 0 0 53 0 0 0 20 0 19 0 254876040 9855975424 196523 33554432000 1073741824 1073778376 140735954558384 140437354571960 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21322/tid=21338] ppid=21320 vsize=9624976 CPUtime=0.6 cores=1,3,5,7
/proc/21322/task/21338/stat : 21338 (java) S 21320 21322 16961 0 -1 4202560 4495 0 0 0 60 0 0 0 20 0 19 0 254876040 9855975424 196523 33554432000 1073741824 1073778376 140735954558384 140437353519160 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21322/tid=21339] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21339/stat : 21339 (java) S 21320 21322 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254876040 9855975424 196523 33554432000 1073741824 1073778376 140735954558384 140437352467064 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21322/tid=21340] ppid=21320 vsize=9624976 CPUtime=0.56 cores=1,3,5,7
/proc/21322/task/21340/stat : 21340 (java) S 21320 21322 16961 0 -1 4202560 103 0 0 0 22 34 0 0 20 0 19 0 254876040 9855975424 196523 33554432000 1073741824 1073778376 140735954558384 140437351414472 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21322/tid=21341] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21341/stat : 21341 (java) S 21320 21322 16961 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254876084 9855975424 196523 33554432000 1073741824 1073778376 140735954558384 140437350327720 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1792.88
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.4 s]
/proc/loadavg: 2.08 2.05 2.05 3/213 21759
/proc/meminfo: memFree=23748644/32873648 swapFree=7360/7360
[pid=21322] ppid=21320 vsize=9624976 CPUtime=1800.04 cores=1,3,5,7
/proc/21322/stat : 21322 (java) S 21320 21322 16961 0 -1 4202496 16536 0 1 0 179910 94 0 0 20 0 19 0 254876034 9855975424 196523 33554432000 1073741824 1073778376 140735954558384 140735954549520 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21322/statm: 2406244 196523 2286 9 0 2396937 0
[pid=21322/tid=21324] ppid=21320 vsize=9624976 CPUtime=1774.19 cores=1,3,5,7
/proc/21322/task/21324/stat : 21324 (java) R 21320 21322 16961 0 -1 4202560 2660 0 1 0 177387 32 0 0 20 0 19 0 254876035 9855975424 196523 33554432000 1073741824 1073778376 140735954558384 140437601796384 140437462185944 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21322/tid=21325] ppid=21320 vsize=9624976 CPUtime=1.67 cores=1,3,5,7
/proc/21322/task/21325/stat : 21325 (java) S 21320 21322 16961 0 -1 4202560 421 0 0 0 161 6 0 0 20 0 19 0 254876036 9855975424 196523 33554432000 1073741824 1073778376 140735954558384 140437579897640 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21322/tid=21326] ppid=21320 vsize=9624976 CPUtime=1.63 cores=1,3,5,7
/proc/21322/task/21326/stat : 21326 (java) S 21320 21322 16961 0 -1 4202560 451 0 0 0 156 7 0 0 20 0 19 0 254876036 9855975424 196523 33554432000 1073741824 1073778376 140735954558384 140437377510056 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21322/tid=21327] ppid=21320 vsize=9624976 CPUtime=1.64 cores=1,3,5,7
/proc/21322/task/21327/stat : 21327 (java) S 21320 21322 16961 0 -1 4202560 348 0 0 0 160 4 0 0 20 0 19 0 254876036 9855975424 196523 33554432000 1073741824 1073778376 140735954558384 140437376457768 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21322/tid=21328] ppid=21320 vsize=9624976 CPUtime=1.64 cores=1,3,5,7
/proc/21322/task/21328/stat : 21328 (java) S 21320 21322 16961 0 -1 4202560 531 0 0 0 156 8 0 0 20 0 19 0 254876036 9855975424 196523 33554432000 1073741824 1073778376 140735954558384 140437375404968 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21322/tid=21329] ppid=21320 vsize=9624976 CPUtime=1.63 cores=1,3,5,7
/proc/21322/task/21329/stat : 21329 (java) S 21320 21322 16961 0 -1 4202560 442 0 0 0 158 5 0 0 20 0 19 0 254876036 9855975424 196523 33554432000 1073741824 1073778376 140735954558384 140437374351656 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21322/tid=21330] ppid=21320 vsize=9624976 CPUtime=1.69 cores=1,3,5,7
/proc/21322/task/21330/stat : 21330 (java) S 21320 21322 16961 0 -1 4202560 383 0 0 0 162 7 0 0 20 0 19 0 254876036 9855975424 196523 33554432000 1073741824 1073778376 140735954558384 140437373298856 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21322/tid=21331] ppid=21320 vsize=9624976 CPUtime=1.82 cores=1,3,5,7
/proc/21322/task/21331/stat : 21331 (java) S 21320 21322 16961 0 -1 4202560 694 0 0 0 173 9 0 0 20 0 19 0 254876036 9855975424 196523 33554432000 1073741824 1073778376 140735954558384 140437372246568 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21322/tid=21332] ppid=21320 vsize=9624976 CPUtime=1.54 cores=1,3,5,7
/proc/21322/task/21332/stat : 21332 (java) S 21320 21322 16961 0 -1 4202560 608 0 0 0 145 9 0 0 20 0 19 0 254876036 9855975424 196523 33554432000 1073741824 1073778376 140735954558384 140437371193768 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21322/tid=21333] ppid=21320 vsize=9624976 CPUtime=11.26 cores=1,3,5,7
/proc/21322/task/21333/stat : 21333 (java) S 21320 21322 16961 0 -1 4202560 927 0 0 0 1122 4 0 0 20 0 19 0 254876037 9855975424 196523 33554432000 1073741824 1073778376 140735954558384 140437358783208 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21322/tid=21334] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21334/stat : 21334 (java) S 21320 21322 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254876038 9855975424 196523 33554432000 1073741824 1073778376 140735954558384 140437357729272 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21322/tid=21335] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21335/stat : 21335 (java) S 21320 21322 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254876038 9855975424 196523 33554432000 1073741824 1073778376 140735954558384 140437356676872 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21322/tid=21336] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21336/stat : 21336 (java) S 21320 21322 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254876040 9855975424 196523 33554432000 1073741824 1073778376 140735954558384 140437355625360 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21322/tid=21337] ppid=21320 vsize=9624976 CPUtime=0.53 cores=1,3,5,7
/proc/21322/task/21337/stat : 21337 (java) S 21320 21322 16961 0 -1 4202560 3287 0 0 0 53 0 0 0 20 0 19 0 254876040 9855975424 196523 33554432000 1073741824 1073778376 140735954558384 140437354571960 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21322/tid=21338] ppid=21320 vsize=9624976 CPUtime=0.6 cores=1,3,5,7
/proc/21322/task/21338/stat : 21338 (java) S 21320 21322 16961 0 -1 4202560 4495 0 0 0 60 0 0 0 20 0 19 0 254876040 9855975424 196523 33554432000 1073741824 1073778376 140735954558384 140437353519160 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21322/tid=21339] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21339/stat : 21339 (java) S 21320 21322 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254876040 9855975424 196523 33554432000 1073741824 1073778376 140735954558384 140437352467064 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21322/tid=21340] ppid=21320 vsize=9624976 CPUtime=0.57 cores=1,3,5,7
/proc/21322/task/21340/stat : 21340 (java) S 21320 21322 16961 0 -1 4202560 103 0 0 0 23 34 0 0 20 0 19 0 254876040 9855975424 196523 33554432000 1073741824 1073778376 140735954558384 140437351414472 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21322/tid=21341] ppid=21320 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21322/task/21341/stat : 21341 (java) S 21320 21322 16961 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254876084 9855975424 196523 33554432000 1073741824 1073778376 140735954558384 140437350327720 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9624976

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

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

Child status: 143
Real time (s): 1789.45
CPU time (s): 1800.75
CPU user time (s): 1799.36
CPU system time (s): 1.39179
CPU usage (%): 100.631
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.36
system time used= 1.39179
maximum resident set size= 786208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16567
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42032
involuntary context switches= 41619

runsolver used 8.5597 second user time and 12.5641 second system time

The end

Launcher Data

Begin job on node149 at 2012-05-24 21:25:19
IDJOB=3688749
IDBENCH=48253
IDSOLVER=2269
FILE ID=node149/3688749-1337887519
RUNJOBID= node149-1337871880-16978
PBS_JOBID= 14620055
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_200_25_5.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688749-1337887519/watcher-3688749-1337887519 -o /tmp/evaluation-result-3688749-1337887519/solver-3688749-1337887519 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688749-1337887519.opb

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

MD5SUM BENCH= b1b77cfc7c7e45b216596a736ff4b926
RANDOM SEED=1923160296

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
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	: 5332.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28119116 kB
Buffers:          230680 kB
Cached:          2718192 kB
SwapCached:            0 kB
Active:          1606312 kB
Inactive:        2369372 kB
Active(anon):    1027820 kB
Inactive(anon):        0 kB
Active(file):     578492 kB
Inactive(file):  2369372 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               440 kB
Writeback:             0 kB
AnonPages:       1124656 kB
Mapped:            22620 kB
Shmem:               200 kB
Slab:             628564 kB
SReclaimable:      72852 kB
SUnreclaim:       555712 kB
KernelStack:        1760 kB
PageTables:         6256 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1640832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1089536 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= 71640 MiB
End job on node149 at 2012-05-24 21:55:11