Trace number 4100101

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16SAT (TO)21 1800 1790.84

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-reduced-mps-v2-20-10-markshare1_1.opb
MD5SUMa432642e9fdf105f945bae55612ade38
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark37.7423
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 7
Optimality of the best value was proved NO
Number of variables280
Total number of constraints11
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints11
Minimum length of a constraint11
Maximum length of a constraint130
Number of terms in the objective function 180
Biggest coefficient in the objective function 43691
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 524412
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 261245
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 524412
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		501472288
0.00/0.10	c Max memory 		7480803328
0.00/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4100101-1466210634.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.09/0.17	c ... done. Wall clock time 0.049s.
0.09/0.17	c declared #vars     280
0.09/0.17	c #constraints  17
0.09/0.17	c constraints type 
0.09/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17
0.09/0.17	c 17 constraints processed.
0.09/0.17	c objective function length is 180 literals
0.53/0.33	c SATISFIABLE
0.53/0.33	c OPTIMIZING...
0.53/0.33	c Got one! Elapsed wall clock time (in seconds):0.21
0.53/0.33	o 66
1.01/0.70	c cleaning 2877 clauses out of 5776 with flag 10033/5776
1.50/1.14	c cleaning 4448 clauses out of 8901 with flag 22037/11778
2.00/1.66	c cleaning 5719 clauses out of 11453 with flag 36037/18778
2.71/2.36	c cleaning 6863 clauses out of 13733 with flag 52035/26777
3.73/3.34	c cleaning 7932 clauses out of 15869 with flag 70084/35776
4.43/4.01	c cleaning 8960 clauses out of 17938 with flag 92267/45777
5.53/5.11	c cleaning 9980 clauses out of 19981 with flag 116507/56780
5.63/5.21	c Got one! Elapsed wall clock time (in seconds):5.087
5.63/5.21	o 65
5.63/5.22	c Got one! Elapsed wall clock time (in seconds):5.101
5.63/5.22	o 31
5.96/5.46	c cleaning 7882 clauses out of 15779 with flag 8148/62558
6.35/5.83	c cleaning 6946 clauses out of 13898 with flag 20212/68559
6.85/6.36	c cleaning 6971 clauses out of 13950 with flag 34208/75557
6.95/6.41	c Got one! Elapsed wall clock time (in seconds):6.289
6.95/6.41	o 24
7.16/6.63	c cleaning 6038 clauses out of 12100 with flag 9160/80678
7.45/6.99	c cleaning 6017 clauses out of 12059 with flag 22858/86675
7.85/7.39	c cleaning 6516 clauses out of 13048 with flag 39930/93681
8.35/7.85	c cleaning 7252 clauses out of 14527 with flag 58982/101676
8.95/8.44	c cleaning 8127 clauses out of 16276 with flag 77920/110677
9.76/9.21	c cleaning 9060 clauses out of 18148 with flag 100578/120676
10.66/10.15	c cleaning 10028 clauses out of 20087 with flag 124747/131675
11.76/11.25	c cleaning 11009 clauses out of 22060 with flag 151293/143676
12.96/12.46	c cleaning 12003 clauses out of 24051 with flag 180584/156676
14.46/13.95	c cleaning 13005 clauses out of 26050 with flag 212135/170678
15.97/15.45	c cleaning 14002 clauses out of 28042 with flag 244664/185675
17.76/17.28	c cleaning 15000 clauses out of 30040 with flag 279577/201675
19.76/19.21	c cleaning 15991 clauses out of 32040 with flag 316937/218675
21.52/20.91	c cleaning 17025 clauses out of 34050 with flag 356962/236676
23.91/23.35	c cleaning 18012 clauses out of 36024 with flag 397183/255675
26.21/25.63	c cleaning 18995 clauses out of 38013 with flag 441715/275676
29.12/28.58	c cleaning 20001 clauses out of 40017 with flag 485946/296675
32.42/31.83	c cleaning 20998 clauses out of 42017 with flag 532420/318676
35.62/35.04	c cleaning 22000 clauses out of 44018 with flag 581827/341675
38.22/37.69	c cleaning 22999 clauses out of 46018 with flag 637989/365675
40.92/40.35	c cleaning 24002 clauses out of 48020 with flag 697774/390676
43.92/43.39	c cleaning 25005 clauses out of 50021 with flag 758748/416679
46.48/45.87	c cleaning 25984 clauses out of 52012 with flag 823655/443675
49.98/49.34	c cleaning 27009 clauses out of 54029 with flag 890290/471676
53.59/52.96	c cleaning 28000 clauses out of 56019 with flag 957866/500675
58.18/57.54	c cleaning 28999 clauses out of 58019 with flag 1028975/530675
62.48/61.80	c cleaning 30000 clauses out of 60020 with flag 1102038/561675
66.58/65.96	c cleaning 31005 clauses out of 62022 with flag 1176997/593677
71.44/70.73	c cleaning 31999 clauses out of 64016 with flag 1253771/626676
76.54/75.89	c cleaning 32998 clauses out of 66017 with flag 1333443/660676
81.83/81.14	c cleaning 34000 clauses out of 68018 with flag 1415714/695675
87.43/86.79	c cleaning 34994 clauses out of 70018 with flag 1501951/731675
92.23/91.49	c cleaning 36004 clauses out of 72024 with flag 1586042/768675
99.83/99.06	c cleaning 37005 clauses out of 74024 with flag 1669732/806679
108.13/107.38	c cleaning 37999 clauses out of 76016 with flag 1753690/845676
117.11/116.29	c cleaning 39000 clauses out of 78020 with flag 1839968/885679
123.21/122.34	c cleaning 39998 clauses out of 80017 with flag 1928721/926676
129.91/129.02	c cleaning 40996 clauses out of 82019 with flag 2018836/968676
138.16/137.24	c cleaning 42000 clauses out of 84023 with flag 2119630/1011676
144.56/143.66	c cleaning 42988 clauses out of 86025 with flag 2231466/1055678
152.87/151.93	c cleaning 43987 clauses out of 88034 with flag 2330889/1100675
160.93/159.99	c cleaning 45020 clauses out of 90050 with flag 2430263/1146678
170.13/169.15	c cleaning 46005 clauses out of 92027 with flag 2532639/1193675
181.13/180.12	c cleaning 47001 clauses out of 94022 with flag 2636810/1241675
191.63/190.53	c cleaning 48005 clauses out of 96024 with flag 2747311/1290678
201.23/200.19	c cleaning 49007 clauses out of 98019 with flag 2860133/1340678
210.13/208.94	c cleaning 50001 clauses out of 100020 with flag 2973440/1391686
221.61/220.35	c cleaning 50995 clauses out of 102008 with flag 3086004/1443675
232.40/231.04	c cleaning 51998 clauses out of 104013 with flag 3201909/1496675
244.23/242.85	c cleaning 53004 clauses out of 106015 with flag 3325900/1550675
256.64/255.29	c cleaning 53998 clauses out of 108012 with flag 3451970/1605676
271.96/270.52	c cleaning 55004 clauses out of 110014 with flag 3578289/1661676
282.31/280.86	c cleaning 55994 clauses out of 112011 with flag 3704994/1718677
293.30/291.85	c cleaning 56998 clauses out of 114016 with flag 3831202/1776676
306.56/305.06	c cleaning 58000 clauses out of 116017 with flag 3959872/1835675
317.14/315.55	c cleaning 59007 clauses out of 118018 with flag 4097834/1895676
344.72/343.02	c cleaning 59995 clauses out of 120011 with flag 4224787/1956676
381.18/379.49	c cleaning 61000 clauses out of 122016 with flag 4354006/2018676
423.76/421.90	c cleaning 62000 clauses out of 124015 with flag 4493651/2081675
449.86/447.97	c cleaning 62993 clauses out of 126015 with flag 4642369/2145675
467.80/465.88	c cleaning 63998 clauses out of 128023 with flag 4781494/2210676
481.54/479.59	c cleaning 65002 clauses out of 130024 with flag 4923568/2276675
494.83/492.79	c cleaning 65998 clauses out of 132022 with flag 5079331/2343675
512.03/509.95	c cleaning 67000 clauses out of 134025 with flag 5231085/2411676
534.41/532.20	c cleaning 68005 clauses out of 136029 with flag 5377645/2480680
553.58/551.38	c cleaning 68992 clauses out of 138019 with flag 5531818/2550675
573.68/571.40	c cleaning 69999 clauses out of 140028 with flag 5685865/2621676
591.42/589.03	c cleaning 71003 clauses out of 142029 with flag 5851170/2693676
623.19/620.73	c cleaning 72003 clauses out of 144026 with flag 6023864/2766676
647.76/645.21	c cleaning 73003 clauses out of 146025 with flag 6193771/2840678
665.76/663.25	c cleaning 73997 clauses out of 148019 with flag 6363333/2915675
685.69/683.13	c cleaning 75000 clauses out of 150022 with flag 6530729/2991675
709.84/707.27	c cleaning 76004 clauses out of 152022 with flag 6695033/3068675
732.09/729.49	c cleaning 77000 clauses out of 154018 with flag 6868571/3146675
757.45/754.79	c cleaning 77992 clauses out of 156018 with flag 7045254/3225675
784.59/781.85	c cleaning 79002 clauses out of 158026 with flag 7228293/3305675
810.35/807.55	c cleaning 80000 clauses out of 160028 with flag 7407252/3386679
838.91/836.05	c cleaning 81005 clauses out of 162024 with flag 7590243/3468675
871.49/868.59	c cleaning 81994 clauses out of 164019 with flag 7785131/3551675
897.56/894.51	c cleaning 83003 clauses out of 166025 with flag 7980926/3635675
926.21/923.14	c cleaning 84003 clauses out of 168022 with flag 8178046/3720675
953.16/950.08	c cleaning 85000 clauses out of 170019 with flag 8378546/3806675
985.32/982.11	c cleaning 85989 clauses out of 172020 with flag 8585809/3893676
1017.25/1014.02	c cleaning 87007 clauses out of 174032 with flag 8794484/3981677
1051.93/1048.69	c cleaning 88012 clauses out of 176032 with flag 9010507/4070684
1085.20/1081.75	c cleaning 89005 clauses out of 178014 with flag 9217200/4160678
1086.00/1082.54	c Got one! Elapsed wall clock time (in seconds):1082.42
1086.00/1082.54	o 22
1086.50/1083.02	c cleaning 47247 clauses out of 94517 with flag 2450/4166186
1087.30/1083.80	c cleaning 26636 clauses out of 53272 with flag 17059/4172188
1088.02/1084.52	c cleaning 16816 clauses out of 33635 with flag 34535/4179187
1088.62/1085.17	c cleaning 12411 clauses out of 24823 with flag 54128/4187191
1089.52/1086.02	c cleaning 10698 clauses out of 21407 with flag 76032/4196186
1090.46/1086.97	c cleaning 10335 clauses out of 20714 with flag 100570/4206191
1091.56/1088.08	c cleaning 10686 clauses out of 21374 with flag 126928/4217186
1093.38/1089.81	c cleaning 11338 clauses out of 22688 with flag 156674/4229186
1094.41/1090.88	c cleaning 12179 clauses out of 24365 with flag 188397/4242201
1096.41/1092.88	c cleaning 13083 clauses out of 26171 with flag 219051/4256186
1097.84/1094.23	c cleaning 14038 clauses out of 28088 with flag 255151/4271186
1099.17/1095.52	c cleaning 15026 clauses out of 30051 with flag 294600/4287187
1100.57/1096.94	c cleaning 15993 clauses out of 32032 with flag 332401/4304194
1102.19/1098.54	c cleaning 17014 clauses out of 34033 with flag 373046/4322188
1104.41/1100.73	c cleaning 18002 clauses out of 36017 with flag 417618/4341186
1107.42/1103.74	c cleaning 19002 clauses out of 38025 with flag 462610/4361196
1110.74/1107.03	c cleaning 20000 clauses out of 40013 with flag 520889/4382186
1114.96/1111.23	c cleaning 21005 clauses out of 42024 with flag 570125/4404197
1117.51/1113.78	c cleaning 21994 clauses out of 44010 with flag 624589/4427188
1121.45/1117.67	c cleaning 22998 clauses out of 46014 with flag 677416/4451186
1128.56/1124.75	c cleaning 23990 clauses out of 48017 with flag 729066/4476187
1136.40/1132.54	c cleaning 25000 clauses out of 50027 with flag 782813/4502187
1144.93/1141.02	c cleaning 25990 clauses out of 52026 with flag 839680/4529186
1152.25/1148.31	c cleaning 27015 clauses out of 54036 with flag 904364/4557186
1156.81/1152.83	c cleaning 28010 clauses out of 56024 with flag 972722/4586189
1160.24/1156.29	c cleaning 28989 clauses out of 58014 with flag 1045454/4616189
1164.17/1160.10	c cleaning 30009 clauses out of 60022 with flag 1120296/4647186
1169.49/1165.47	c cleaning 30996 clauses out of 62013 with flag 1191224/4679186
1176.76/1172.66	c cleaning 32001 clauses out of 64018 with flag 1267150/4712187
1185.10/1180.91	c cleaning 32996 clauses out of 66017 with flag 1345599/4746187
1190.43/1186.23	c cleaning 34007 clauses out of 68021 with flag 1426198/4781187
1196.01/1191.79	c cleaning 35001 clauses out of 70015 with flag 1510300/4817188
1202.43/1198.16	c cleaning 35987 clauses out of 72013 with flag 1591435/4854187
1207.78/1203.48	c cleaning 36991 clauses out of 74025 with flag 1674893/4892186
1213.11/1208.70	c cleaning 37997 clauses out of 76037 with flag 1761079/4931189
1218.57/1214.11	c cleaning 38994 clauses out of 78037 with flag 1850559/4971186
1224.09/1219.60	c cleaning 40009 clauses out of 80048 with flag 1940741/5012191
1230.65/1226.12	c cleaning 40999 clauses out of 82036 with flag 2031375/5054188
1237.59/1233.10	c cleaning 41995 clauses out of 84035 with flag 2127238/5097186
1244.82/1240.28	c cleaning 42994 clauses out of 86040 with flag 2224386/5141186
1250.14/1245.50	c cleaning 44002 clauses out of 88048 with flag 2321800/5186188
1256.96/1252.38	c cleaning 44996 clauses out of 90044 with flag 2425063/5232186
1265.19/1260.60	c cleaning 46004 clauses out of 92049 with flag 2528478/5279187
1272.63/1267.96	c cleaning 46997 clauses out of 94046 with flag 2634255/5327188
1280.96/1276.23	c cleaning 47996 clauses out of 96052 with flag 2744677/5376191
1289.89/1285.17	c cleaning 49002 clauses out of 98052 with flag 2855858/5426187
1298.62/1293.81	c cleaning 49999 clauses out of 100049 with flag 2970618/5477186
1308.05/1303.23	c cleaning 50998 clauses out of 102050 with flag 3085699/5529186
1317.69/1312.80	c cleaning 52005 clauses out of 104054 with flag 3202831/5582188
1327.76/1322.87	c cleaning 52991 clauses out of 106049 with flag 3323269/5636188
1338.19/1333.22	c cleaning 54009 clauses out of 108056 with flag 3440939/5691186
1351.82/1346.86	c cleaning 54999 clauses out of 110049 with flag 3559681/5747188
1364.58/1359.51	c cleaning 55993 clauses out of 112050 with flag 3689620/5804188
1375.57/1370.41	c cleaning 57003 clauses out of 114059 with flag 3818472/5862190
1388.44/1383.21	c cleaning 58000 clauses out of 116054 with flag 3951484/5921188
1402.60/1397.32	c cleaning 58999 clauses out of 118053 with flag 4085084/5981187
1418.06/1412.76	c cleaning 60003 clauses out of 120053 with flag 4225136/6042186
1433.61/1428.26	c cleaning 60998 clauses out of 122050 with flag 4369865/6104186
1450.17/1444.78	c cleaning 61999 clauses out of 124052 with flag 4512712/6167186
1466.01/1460.51	c cleaning 63002 clauses out of 126054 with flag 4655984/6231187
1480.49/1474.96	c cleaning 64001 clauses out of 128051 with flag 4796891/6296186
1495.66/1490.08	c cleaning 64995 clauses out of 130051 with flag 4938659/6362187
1500.62/1494.93	c Got one! Elapsed wall clock time (in seconds):1494.812
1500.62/1494.93	o 21
1502.16/1496.32	c cleaning 49821 clauses out of 99650 with flag 11803/6396781
1502.86/1497.02	c cleaning 27909 clauses out of 55829 with flag 24593/6402781
1503.47/1497.60	c cleaning 17448 clauses out of 34922 with flag 39428/6409783
1503.97/1498.10	c cleaning 12730 clauses out of 25473 with flag 56417/6417782
1504.47/1498.61	c cleaning 10856 clauses out of 21744 with flag 76175/6426783
1504.98/1499.19	c cleaning 10427 clauses out of 20888 with flag 98887/6436783
1505.68/1499.86	c cleaning 10722 clauses out of 21461 with flag 122871/6447783
1506.60/1500.73	c cleaning 11365 clauses out of 22738 with flag 151710/6459782
1507.52/1501.68	c cleaning 12183 clauses out of 24372 with flag 183227/6472781
1509.04/1503.10	c cleaning 13080 clauses out of 26191 with flag 217056/6486783
1510.47/1504.51	c cleaning 14052 clauses out of 28111 with flag 250625/6501783
1512.51/1506.50	c cleaning 15028 clauses out of 30060 with flag 288322/6517784
1513.93/1507.94	c cleaning 16010 clauses out of 32030 with flag 329044/6534782
1515.45/1509.46	c cleaning 17011 clauses out of 34024 with flag 369674/6552786
1516.76/1510.79	c cleaning 18000 clauses out of 36009 with flag 411385/6571782
1518.70/1512.68	c cleaning 18994 clauses out of 38010 with flag 454834/6591783
1521.12/1515.05	c cleaning 19999 clauses out of 40014 with flag 499344/6612781
1523.72/1517.64	c cleaning 20995 clauses out of 42019 with flag 545451/6634785
1526.83/1520.72	c cleaning 21999 clauses out of 44021 with flag 593772/6657782
1529.77/1523.69	c cleaning 23002 clauses out of 46021 with flag 644832/6681781
1532.87/1526.71	c cleaning 24001 clauses out of 48019 with flag 697365/6706781
1536.60/1530.44	c cleaning 25001 clauses out of 50021 with flag 750802/6732784
1541.05/1534.90	c cleaning 26005 clauses out of 52018 with flag 806971/6759782
1545.66/1539.40	c cleaning 27000 clauses out of 54017 with flag 865812/6787786
1550.39/1544.13	c cleaning 28001 clauses out of 56013 with flag 925965/6816782
1555.21/1548.95	c cleaning 28988 clauses out of 58012 with flag 989389/6846782
1560.25/1553.90	c cleaning 30007 clauses out of 60023 with flag 1060829/6877781
1566.52/1560.11	c cleaning 30999 clauses out of 62017 with flag 1137070/6909782
1571.35/1564.97	c cleaning 32001 clauses out of 64018 with flag 1208954/6942782
1577.00/1570.55	c cleaning 33000 clauses out of 66017 with flag 1280428/6976782
1582.84/1576.34	c cleaning 33999 clauses out of 68018 with flag 1354778/7011783
1589.66/1583.11	c cleaning 35004 clauses out of 70020 with flag 1431083/7047784
1595.79/1589.28	c cleaning 35999 clauses out of 72014 with flag 1516113/7084782
1603.22/1596.63	c cleaning 37002 clauses out of 74015 with flag 1597138/7122782
1610.47/1603.88	c cleaning 38000 clauses out of 76012 with flag 1679872/7161781
1619.29/1612.68	c cleaning 38999 clauses out of 78013 with flag 1762352/7201782
1628.13/1621.48	c cleaning 39998 clauses out of 80014 with flag 1847920/7242782
1636.62/1629.87	c cleaning 40998 clauses out of 82015 with flag 1939405/7284781
1644.60/1637.77	c cleaning 42003 clauses out of 84017 with flag 2041422/7327781
1653.87/1646.93	c cleaning 42998 clauses out of 86018 with flag 2144711/7371785
1662.16/1655.12	c cleaning 44003 clauses out of 88016 with flag 2249916/7416781
1669.43/1662.25	c cleaning 44999 clauses out of 90016 with flag 2358984/7462784
1679.68/1672.39	c cleaning 46000 clauses out of 92016 with flag 2472157/7509783
1692.12/1684.69	c cleaning 46996 clauses out of 94014 with flag 2582022/7557781
1703.07/1695.42	c cleaning 48001 clauses out of 96018 with flag 2693921/7606781
1710.58/1702.86	c cleaning 48996 clauses out of 98017 with flag 2806546/7656781
1721.11/1713.21	c cleaning 50006 clauses out of 100023 with flag 2927238/7707783
1729.68/1721.69	c cleaning 50996 clauses out of 102016 with flag 3054069/7759782
1740.61/1732.43	c cleaning 52005 clauses out of 104019 with flag 3171085/7812781
1750.12/1741.71	c cleaning 53005 clauses out of 106015 with flag 3300309/7866782
1761.53/1752.92	c cleaning 54001 clauses out of 108011 with flag 3437433/7921783
1774.40/1765.67	c cleaning 54995 clauses out of 110008 with flag 3569578/7977781
1784.37/1775.43	c cleaning 56010 clauses out of 112019 with flag 3711906/8034787
1796.33/1787.25	c cleaning 56999 clauses out of 114004 with flag 3859343/8092782
1800.00/1790.81	c starts		: 20016
1800.00/1790.81	c conflicts		: 8115787
1800.00/1790.81	c decisions		: 12522664
1800.00/1790.81	c propagations		: 88958944
1800.00/1790.81	c inspects		: 39843300047
1800.00/1790.81	c shortcuts		: 0
1800.00/1790.81	c learnt literals	: 0
1800.00/1790.81	c learnt binary clauses	: 0
1800.00/1790.81	c learnt ternary clauses	: 0
1800.00/1790.81	c learnt constraints	: 8115787
1800.00/1790.81	c ignored constraints	: 0
1800.00/1790.81	c root simplifications	: 0
1800.00/1790.81	c removed literals (reason simplification)	: 0
1800.00/1790.81	c reason swapping (by a shorter reason)	: 0
1800.00/1790.81	c Calls to reduceDB	: 212
1800.00/1790.81	c Number of update (reduction) of LBD	: 1054571
1800.00/1790.81	c Imported unit clauses	: 0
1800.00/1790.81	c number of reductions to clauses (during analyze)	: 0
1800.00/1790.81	c number of learned constraints concerned by reduction	: 0
1800.00/1790.81	c number of learning phase by resolution	: 0
1800.00/1790.81	c number of learning phase by cutting planes	: 0
1800.00/1790.81	c speed (assignments/second)	: 49680.02689544174
1800.00/1790.81	c non guided choices	970
1800.00/1790.83	c learnt constraints type 
1800.00/1790.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 80010
1800.00/1790.83	s SATISFIABLE
1800.00/1790.83	c Found 6 solution(s)
1800.00/1790.84	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 
1800.00/1790.84	c objective function=21
1800.00/1790.84	c Total wall clock time (in seconds): 1790.717

Verifier Data

OK	21

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4100101-1466210634/watcher-4100101-1466210634 -o /tmp/evaluation-result-4100101-1466210634/solver-4100101-1466210634 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466206057-11789 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4100101-1466210634.opb 

pid=15093
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.24 2.17 2.04 3/196 15096
/proc/meminfo: memFree=30000200/32872528 swapFree=7780/7780
[pid=15096] ppid=15093 vsize=3568 CPUtime=0 cores=0,2,4,6
/proc/15096/stat : 15096 (java) R 15093 15096 11773 0 -1 4202496 380 0 0 0 0 0 0 0 20 0 1 0 23109273 3653632 50 33554432000 1073741824 1073778376 140736017051392 140736017048520 206399696167 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15096/statm: 892 53 41 9 0 30 0

[startup+0.100058 s]
/proc/loadavg: 2.24 2.17 2.04 3/196 15096
/proc/meminfo: memFree=30000200/32872528 swapFree=7780/7780
[pid=15096] ppid=15093 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/15096/stat : 15096 (java) S 15093 15096 11773 0 -1 4202496 4400 0 1 0 8 1 0 0 20 0 18 0 23109273 9787879424 6032 33554432000 1073741824 1073778376 140736017051392 140736017042528 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15096/statm: 2389619 6032 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200272 s]
/proc/loadavg: 2.24 2.17 2.04 3/196 15096
/proc/meminfo: memFree=30000200/32872528 swapFree=7780/7780
[pid=15096] ppid=15093 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/15096/stat : 15096 (java) S 15093 15096 11773 0 -1 4202496 5482 0 1 0 22 2 0 0 20 0 19 0 23109273 9856040960 7362 33554432000 1073741824 1073778376 140736017051392 140736017042528 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15096/statm: 2406260 7362 2218 9 0 2396937 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9625040

[startup+0.300279 s]
/proc/loadavg: 2.24 2.17 2.04 3/196 15096
/proc/meminfo: memFree=30000200/32872528 swapFree=7780/7780
[pid=15096] ppid=15093 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/15096/stat : 15096 (java) S 15093 15096 11773 0 -1 4202496 7639 0 1 0 50 3 0 0 20 0 19 0 23109273 9856040960 8323 33554432000 1073741824 1073778376 140736017051392 140736017042528 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15096/statm: 2406260 8323 2240 9 0 2396937 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625040

[startup+0.70025 s]
/proc/loadavg: 2.24 2.17 2.04 3/196 15096
/proc/meminfo: memFree=30000200/32872528 swapFree=7780/7780
[pid=15096] ppid=15093 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/15096/stat : 15096 (java) S 15093 15096 11773 0 -1 4202496 7661 0 1 0 98 3 0 0 20 0 19 0 23109273 9856040960 10820 33554432000 1073741824 1073778376 140736017051392 140736017042528 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15096/statm: 2406260 10820 2255 9 0 2396937 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.24 2.17 2.04 3/215 15115
/proc/meminfo: memFree=29958660/32872528 swapFree=7780/7780
[pid=15096] ppid=15093 vsize=9625040 CPUtime=1.9 cores=0,2,4,6
/proc/15096/stat : 15096 (java) S 15093 15096 11773 0 -1 4202496 8879 0 1 0 187 3 0 0 20 0 19 0 23109273 9856040960 14433 33554432000 1073741824 1073778376 140736017051392 140736017042528 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15096/statm: 2406260 14433 2260 9 0 2396937 0
[pid=15096/tid=15098] ppid=15093 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/15096/task/15098/stat : 15098 (java) R 15093 15096 11773 0 -1 4202560 2427 0 1 0 145 2 0 0 20 0 19 0 23109274 9856040960 14433 33554432000 1073741824 1073778376 140736017051392 140315811224120 140315659247935 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15096/tid=15099] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15099/stat : 15099 (java) S 15093 15096 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23109275 9856040960 14433 33554432000 1073741824 1073778376 140736017051392 140315783679016 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15096/tid=15100] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15100/stat : 15100 (java) S 15093 15096 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23109275 9856040960 14433 33554432000 1073741824 1073778376 140736017051392 140315782626216 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15096/tid=15101] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15101/stat : 15101 (java) S 15093 15096 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23109275 9856040960 14433 33554432000 1073741824 1073778376 140736017051392 140315781573416 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15096/tid=15102] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15102/stat : 15102 (java) S 15093 15096 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23109275 9856040960 14433 33554432000 1073741824 1073778376 140736017051392 140315780520616 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15096/tid=15103] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15103/stat : 15103 (java) S 15093 15096 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23109275 9856040960 14433 33554432000 1073741824 1073778376 140736017051392 140315779467816 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15096/tid=15104] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15104/stat : 15104 (java) S 15093 15096 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23109275 9856040960 14433 33554432000 1073741824 1073778376 140736017051392 140315778415016 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15096/tid=15105] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15105/stat : 15105 (java) S 15093 15096 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23109275 9856040960 14433 33554432000 1073741824 1073778376 140736017051392 140315777362216 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15096/tid=15106] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15106/stat : 15106 (java) S 15093 15096 11773 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23109275 9856040960 14433 33554432000 1073741824 1073778376 140736017051392 140315647846568 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15096/tid=15107] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15107/stat : 15107 (java) S 15093 15096 11773 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23109277 9856040960 14433 33554432000 1073741824 1073778376 140736017051392 140315164900328 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15096/tid=15108] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15108/stat : 15108 (java) S 15093 15096 11773 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23109277 9856040960 14433 33554432000 1073741824 1073778376 140736017051392 140315163846392 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15096/tid=15109] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15109/stat : 15109 (java) S 15093 15096 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23109277 9856040960 14433 33554432000 1073741824 1073778376 140736017051392 140315162793480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15096/tid=15110] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15110/stat : 15110 (java) S 15093 15096 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23109280 9856040960 14433 33554432000 1073741824 1073778376 140736017051392 140315161741968 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15096/tid=15111] ppid=15093 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/15096/task/15111/stat : 15111 (java) S 15093 15096 11773 0 -1 4202560 1649 0 0 0 15 0 0 0 20 0 19 0 23109280 9856040960 14433 33554432000 1073741824 1073778376 140736017051392 140315160689080 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15096/tid=15112] ppid=15093 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/15096/task/15112/stat : 15112 (java) S 15093 15096 11773 0 -1 4202560 3530 0 0 0 24 0 0 0 20 0 19 0 23109280 9856040960 14433 33554432000 1073741824 1073778376 140736017051392 140315159636280 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15096/tid=15113] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15113/stat : 15113 (java) S 15093 15096 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23109280 9856040960 14433 33554432000 1073741824 1073778376 140736017051392 140315158583672 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15096/tid=15114] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15114/stat : 15114 (java) S 15093 15096 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23109280 9856040960 14433 33554432000 1073741824 1073778376 140736017051392 140315157531080 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15096/tid=15115] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15115/stat : 15115 (java) S 15093 15096 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23109291 9856040960 14433 33554432000 1073741824 1073778376 140736017051392 140315156477608 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.24 2.17 2.04 3/215 15115
/proc/meminfo: memFree=29939608/32872528 swapFree=7780/7780
[pid=15096] ppid=15093 vsize=9625040 CPUtime=3.53 cores=0,2,4,6
/proc/15096/stat : 15096 (java) S 15093 15096 11773 0 -1 4202496 8893 0 1 0 350 3 0 0 20 0 19 0 23109273 9856040960 19557 33554432000 1073741824 1073778376 140736017051392 140736017042528 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15096/statm: 2406260 19557 2260 9 0 2396937 0
[pid=15096/tid=15098] ppid=15093 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/15096/task/15098/stat : 15098 (java) R 15093 15096 11773 0 -1 4202560 2437 0 1 0 304 2 0 0 20 0 19 0 23109274 9856040960 19557 33554432000 1073741824 1073778376 140736017051392 140315811225880 140315659362148 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15096/tid=15099] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15099/stat : 15099 (java) S 15093 15096 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23109275 9856040960 19557 33554432000 1073741824 1073778376 140736017051392 140315783679016 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15096/tid=15100] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15100/stat : 15100 (java) S 15093 15096 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23109275 9856040960 19557 33554432000 1073741824 1073778376 140736017051392 140315782626216 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15096/tid=15101] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15101/stat : 15101 (java) S 15093 15096 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23109275 9856040960 19557 33554432000 1073741824 1073778376 140736017051392 140315781573416 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15096/tid=15102] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15102/stat : 15102 (java) S 15093 15096 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23109275 9856040960 19557 33554432000 1073741824 1073778376 140736017051392 140315780520616 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15096/tid=15103] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15103/stat : 15103 (java) S 15093 15096 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23109275 9856040960 19557 33554432000 1073741824 1073778376 140736017051392 140315779467816 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15096/tid=15104] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15104/stat : 15104 (java) S 15093 15096 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23109275 9856040960 19557 33554432000 1073741824 1073778376 140736017051392 140315778415016 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15096/tid=15105] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15105/stat : 15105 (java) S 15093 15096 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23109275 9856040960 19557 33554432000 1073741824 1073778376 140736017051392 140315777362216 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15096/tid=15106] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15106/stat : 15106 (java) S 15093 15096 11773 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23109275 9856040960 19557 33554432000 1073741824 1073778376 140736017051392 140315647846568 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15096/tid=15107] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15107/stat : 15107 (java) S 15093 15096 11773 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23109277 9856040960 19557 33554432000 1073741824 1073778376 140736017051392 140315164900328 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15096/tid=15108] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15108/stat : 15108 (java) S 15093 15096 11773 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23109277 9856040960 19557 33554432000 1073741824 1073778376 140736017051392 140315163846392 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15096/tid=15109] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15109/stat : 15109 (java) S 15093 15096 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23109277 9856040960 19557 33554432000 1073741824 1073778376 140736017051392 140315162793480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15096/tid=15110] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15110/stat : 15110 (java) S 15093 15096 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23109280 9856040960 19557 33554432000 1073741824 1073778376 140736017051392 140315161741968 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15096/tid=15111] ppid=15093 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/15096/task/15111/stat : 15111 (java) S 15093 15096 11773 0 -1 4202560 1653 0 0 0 18 0 0 0 20 0 19 0 23109280 9856040960 19557 33554432000 1073741824 1073778376 140736017051392 140315160689080 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15096/tid=15112] ppid=15093 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/15096/task/15112/stat : 15112 (java) S 15093 15096 11773 0 -1 4202560 3530 0 0 0 25 0 0 0 20 0 19 0 23109280 9856040960 19557 33554432000 1073741824 1073778376 140736017051392 140315159636280 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15096/tid=15113] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15113/stat : 15113 (java) S 15093 15096 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23109280 9856040960 19557 33554432000 1073741824 1073778376 140736017051392 140315158583672 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15096/tid=15114] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15114/stat : 15114 (java) S 15093 15096 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23109280 9856040960 19557 33554432000 1073741824 1073778376 140736017051392 140315157531080 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15096/tid=15115] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15115/stat : 15115 (java) S 15093 15096 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23109291 9856040960 19557 33554432000 1073741824 1073778376 140736017051392 140315156477608 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.22 2.17 2.04 3/215 15115
/proc/meminfo: memFree=29897276/32872528 swapFree=7780/7780
[pid=15096] ppid=15093 vsize=9625040 CPUtime=6.85 cores=0,2,4,6
/proc/15096/stat : 15096 (java) S 15093 15096 11773 0 -1 4202496 11591 0 1 0 680 5 0 0 20 0 19 0 23109273 9856040960 31221 33554432000 1073741824 1073778376 140736017051392 140736017042528 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15096/statm: 2406260 31221 2262 9 0 2396937 0
[pid=15096/tid=15098] ppid=15093 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/15096/task/15098/stat : 15098 (java) R 15093 15096 11773 0 -1 4202560 2459 0 1 0 622 2 0 0 20 0 19 0 23109274 9856040960 31221 33554432000 1073741824 1073778376 140736017051392 140315811224120 140315659237808 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15096/tid=15099] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15099/stat : 15099 (java) S 15093 15096 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23109275 9856040960 31221 33554432000 1073741824 1073778376 140736017051392 140315783679016 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15096/tid=15100] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15100/stat : 15100 (java) S 15093 15096 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23109275 9856040960 31221 33554432000 1073741824 1073778376 140736017051392 140315782626216 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15096/tid=15101] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15101/stat : 15101 (java) S 15093 15096 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23109275 9856040960 31221 33554432000 1073741824 1073778376 140736017051392 140315781573416 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15096/tid=15102] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15102/stat : 15102 (java) S 15093 15096 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23109275 9856040960 31221 33554432000 1073741824 1073778376 140736017051392 140315780520616 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15096/tid=15103] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15103/stat : 15103 (java) S 15093 15096 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23109275 9856040960 31221 33554432000 1073741824 1073778376 140736017051392 140315779467816 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15096/tid=15104] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15104/stat : 15104 (java) S 15093 15096 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23109275 9856040960 31221 33554432000 1073741824 1073778376 140736017051392 140315778415016 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15096/tid=15105] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15105/stat : 15105 (java) S 15093 15096 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23109275 9856040960 31221 33554432000 1073741824 1073778376 140736017051392 140315777362216 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15096/tid=15106] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15106/stat : 15106 (java) S 15093 15096 11773 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23109275 9856040960 31221 33554432000 1073741824 1073778376 140736017051392 140315647846568 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15096/tid=15107] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15107/stat : 15107 (java) S 15093 15096 11773 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23109277 9856040960 31221 33554432000 1073741824 1073778376 140736017051392 140315164900328 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15096/tid=15108] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15108/stat : 15108 (java) S 15093 15096 11773 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23109277 9856040960 31221 33554432000 1073741824 1073778376 140736017051392 140315163846392 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15096/tid=15109] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15109/stat : 15109 (java) S 15093 15096 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23109277 9856040960 31221 33554432000 1073741824 1073778376 140736017051392 140315162793480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15096/tid=15110] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15110/stat : 15110 (java) S 15093 15096 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23109280 9856040960 31221 33554432000 1073741824 1073778376 140736017051392 140315161741968 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15096/tid=15111] ppid=15093 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/15096/task/15111/stat : 15111 (java) S 15093 15096 11773 0 -1 4202560 1711 0 0 0 21 0 0 0 20 0 19 0 23109280 9856040960 31221 33554432000 1073741824 1073778376 140736017051392 140315160689080 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15096/tid=15112] ppid=15093 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/15096/task/15112/stat : 15112 (java) S 15093 15096 11773 0 -1 4202560 6147 0 0 0 33 1 0 0 20 0 19 0 23109280 9856040960 31221 33554432000 1073741824 1073778376 140736017051392 140315159636280 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15096/tid=15113] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15113/stat : 15113 (java) S 15093 15096 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23109280 9856040960 31221 33554432000 1073741824 1073778376 140736017051392 140315158583672 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15096/tid=15114] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15114/stat : 15114 (java) S 15093 15096 11773 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23109280 9856040960 31221 33554432000 1073741824 1073778376 140736017051392 140315157531080 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15096/tid=15115] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15115/stat : 15115 (java) S 15093 15096 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23109291 9856040960 31221 33554432000 1073741824 1073778376 140736017051392 140315156477608 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.85
Current children cumulated vsize (KiB) 9625040


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

/proc/15096/task/15115/stat : 15115 (java) S 15093 15096 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23109291 9856040960 62301 33554432000 1073741824 1073778376 140736017051392 140315156477608 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1669.52
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/216 15248
/proc/meminfo: memFree=28535840/32872528 swapFree=7780/7780
[pid=15096] ppid=15093 vsize=9625040 CPUtime=1730.38 cores=0,2,4,6
/proc/15096/stat : 15096 (java) S 15093 15096 11773 0 -1 4202496 18964 0 1 0 172969 69 0 0 20 0 19 0 23109273 9856040960 59944 33554432000 1073741824 1073778376 140736017051392 140736017042528 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15096/statm: 2406260 59944 2284 9 0 2396937 0
[pid=15096/tid=15098] ppid=15093 vsize=9625040 CPUtime=1714.01 cores=0,2,4,6
/proc/15096/task/15098/stat : 15098 (java) R 15093 15096 11773 0 -1 4202560 2716 0 1 0 171368 33 0 0 20 0 19 0 23109274 9856040960 59944 33554432000 1073741824 1073778376 140736017051392 140315811224904 140315659275974 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15096/tid=15099] ppid=15093 vsize=9625040 CPUtime=1.34 cores=0,2,4,6
/proc/15096/task/15099/stat : 15099 (java) S 15093 15096 11773 0 -1 4202560 654 0 0 0 129 5 0 0 20 0 19 0 23109275 9856040960 59944 33554432000 1073741824 1073778376 140736017051392 140315783679016 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15096/tid=15100] ppid=15093 vsize=9625040 CPUtime=1.44 cores=0,2,4,6
/proc/15096/task/15100/stat : 15100 (java) S 15093 15096 11773 0 -1 4202560 427 0 0 0 139 5 0 0 20 0 19 0 23109275 9856040960 59944 33554432000 1073741824 1073778376 140736017051392 140315782626216 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15096/tid=15101] ppid=15093 vsize=9625040 CPUtime=1.22 cores=0,2,4,6
/proc/15096/task/15101/stat : 15101 (java) S 15093 15096 11773 0 -1 4202560 505 0 0 0 116 6 0 0 20 0 19 0 23109275 9856040960 59944 33554432000 1073741824 1073778376 140736017051392 140315781573416 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15096/tid=15102] ppid=15093 vsize=9625040 CPUtime=1.38 cores=0,2,4,6
/proc/15096/task/15102/stat : 15102 (java) S 15093 15096 11773 0 -1 4202560 753 0 0 0 132 6 0 0 20 0 19 0 23109275 9856040960 59944 33554432000 1073741824 1073778376 140736017051392 140315780520616 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15096/tid=15103] ppid=15093 vsize=9625040 CPUtime=1.35 cores=0,2,4,6
/proc/15096/task/15103/stat : 15103 (java) S 15093 15096 11773 0 -1 4202560 550 0 0 0 129 6 0 0 20 0 19 0 23109275 9856040960 59944 33554432000 1073741824 1073778376 140736017051392 140315779467816 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15096/tid=15104] ppid=15093 vsize=9625040 CPUtime=1.27 cores=0,2,4,6
/proc/15096/task/15104/stat : 15104 (java) S 15093 15096 11773 0 -1 4202560 425 0 0 0 121 6 0 0 20 0 19 0 23109275 9856040960 59944 33554432000 1073741824 1073778376 140736017051392 140315778415016 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15096/tid=15105] ppid=15093 vsize=9625040 CPUtime=1.26 cores=0,2,4,6
/proc/15096/task/15105/stat : 15105 (java) S 15093 15096 11773 0 -1 4202560 387 0 0 0 120 6 0 0 20 0 19 0 23109275 9856040960 59944 33554432000 1073741824 1073778376 140736017051392 140315777362216 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15096/tid=15106] ppid=15093 vsize=9625040 CPUtime=1.22 cores=0,2,4,6
/proc/15096/task/15106/stat : 15106 (java) S 15093 15096 11773 0 -1 4202560 527 0 0 0 118 4 0 0 20 0 19 0 23109275 9856040960 59944 33554432000 1073741824 1073778376 140736017051392 140315647846568 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15096/tid=15107] ppid=15093 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/15096/task/15107/stat : 15107 (java) S 15093 15096 11773 0 -1 4202560 209 0 0 0 45 4 0 0 20 0 19 0 23109277 9856040960 59944 33554432000 1073741824 1073778376 140736017051392 140315164900328 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15096/tid=15108] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15108/stat : 15108 (java) S 15093 15096 11773 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 23109277 9856040960 59944 33554432000 1073741824 1073778376 140736017051392 140315163846392 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15096/tid=15109] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15109/stat : 15109 (java) S 15093 15096 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23109277 9856040960 59944 33554432000 1073741824 1073778376 140736017051392 140315162793480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15096/tid=15110] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15110/stat : 15110 (java) S 15093 15096 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23109280 9856040960 59944 33554432000 1073741824 1073778376 140736017051392 140315161741968 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15096/tid=15111] ppid=15093 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/15096/task/15111/stat : 15111 (java) S 15093 15096 11773 0 -1 4202560 1979 0 0 0 24 0 0 0 20 0 19 0 23109280 9856040960 59944 33554432000 1073741824 1073778376 140736017051392 140315160689080 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15096/tid=15112] ppid=15093 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/15096/task/15112/stat : 15112 (java) S 15093 15096 11773 0 -1 4202560 8472 0 0 0 53 2 0 0 20 0 19 0 23109280 9856040960 59944 33554432000 1073741824 1073778376 140736017051392 140315159636280 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15096/tid=15113] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15113/stat : 15113 (java) S 15093 15096 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23109280 9856040960 59944 33554432000 1073741824 1073778376 140736017051392 140315158583672 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15096/tid=15114] ppid=15093 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/15096/task/15114/stat : 15114 (java) S 15093 15096 11773 0 -1 4202560 100 0 0 0 21 23 0 0 20 0 19 0 23109280 9856040960 59944 33554432000 1073741824 1073778376 140736017051392 140315157531080 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15096/tid=15115] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15115/stat : 15115 (java) S 15093 15096 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23109291 9856040960 59944 33554432000 1073741824 1073778376 140736017051392 140315156477608 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1730.38
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.21 2.07 2.02 3/216 15249
/proc/meminfo: memFree=28227640/32872528 swapFree=7780/7780
[pid=15096] ppid=15093 vsize=9625040 CPUtime=1791.4 cores=0,2,4,6
/proc/15096/stat : 15096 (java) S 15093 15096 11773 0 -1 4202496 19863 0 1 0 179068 72 0 0 20 0 19 0 23109273 9856040960 57886 33554432000 1073741824 1073778376 140736017051392 140736017042528 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15096/statm: 2406260 57886 2284 9 0 2396937 0
[pid=15096/tid=15098] ppid=15093 vsize=9625040 CPUtime=1773.28 cores=0,2,4,6
/proc/15096/task/15098/stat : 15098 (java) R 15093 15096 11773 0 -1 4202560 2759 0 1 0 177295 33 0 0 20 0 19 0 23109274 9856040960 57886 33554432000 1073741824 1073778376 140736017051392 140315811224864 140315659362185 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15096/tid=15099] ppid=15093 vsize=9625040 CPUtime=1.53 cores=0,2,4,6
/proc/15096/task/15099/stat : 15099 (java) S 15093 15096 11773 0 -1 4202560 817 0 0 0 148 5 0 0 20 0 19 0 23109275 9856040960 57886 33554432000 1073741824 1073778376 140736017051392 140315783679016 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15096/tid=15100] ppid=15093 vsize=9625040 CPUtime=1.64 cores=0,2,4,6
/proc/15096/task/15100/stat : 15100 (java) S 15093 15096 11773 0 -1 4202560 519 0 0 0 158 6 0 0 20 0 19 0 23109275 9856040960 57886 33554432000 1073741824 1073778376 140736017051392 140315782626216 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15096/tid=15101] ppid=15093 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/15096/task/15101/stat : 15101 (java) S 15093 15096 11773 0 -1 4202560 689 0 0 0 138 7 0 0 20 0 19 0 23109275 9856040960 57886 33554432000 1073741824 1073778376 140736017051392 140315781573416 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15096/tid=15102] ppid=15093 vsize=9625040 CPUtime=1.56 cores=0,2,4,6
/proc/15096/task/15102/stat : 15102 (java) S 15093 15096 11773 0 -1 4202560 790 0 0 0 150 6 0 0 20 0 19 0 23109275 9856040960 57886 33554432000 1073741824 1073778376 140736017051392 140315780520616 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15096/tid=15103] ppid=15093 vsize=9625040 CPUtime=1.52 cores=0,2,4,6
/proc/15096/task/15103/stat : 15103 (java) S 15093 15096 11773 0 -1 4202560 582 0 0 0 146 6 0 0 20 0 19 0 23109275 9856040960 57886 33554432000 1073741824 1073778376 140736017051392 140315779467816 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15096/tid=15104] ppid=15093 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/15096/task/15104/stat : 15104 (java) S 15093 15096 11773 0 -1 4202560 494 0 0 0 139 6 0 0 20 0 19 0 23109275 9856040960 57886 33554432000 1073741824 1073778376 140736017051392 140315778415016 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15096/tid=15105] ppid=15093 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/15096/task/15105/stat : 15105 (java) S 15093 15096 11773 0 -1 4202560 495 0 0 0 141 6 0 0 20 0 19 0 23109275 9856040960 57886 33554432000 1073741824 1073778376 140736017051392 140315777362216 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15096/tid=15106] ppid=15093 vsize=9625040 CPUtime=1.41 cores=0,2,4,6
/proc/15096/task/15106/stat : 15106 (java) R 15093 15096 11773 0 -1 4202560 676 0 0 0 137 4 0 0 20 0 19 0 23109275 9856040960 57886 33554432000 1073741824 1073778376 140736017051392 140315647846568 206412231740 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15096/tid=15107] ppid=15093 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/15096/task/15107/stat : 15107 (java) S 15093 15096 11773 0 -1 4202560 227 0 0 0 53 4 0 0 20 0 19 0 23109277 9856040960 57886 33554432000 1073741824 1073778376 140736017051392 140315164900328 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15096/tid=15108] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15108/stat : 15108 (java) S 15093 15096 11773 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 23109277 9856040960 57886 33554432000 1073741824 1073778376 140736017051392 140315163846392 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15096/tid=15109] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15109/stat : 15109 (java) S 15093 15096 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23109277 9856040960 57886 33554432000 1073741824 1073778376 140736017051392 140315162793480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15096/tid=15110] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15110/stat : 15110 (java) S 15093 15096 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23109280 9856040960 57886 33554432000 1073741824 1073778376 140736017051392 140315161741968 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15096/tid=15111] ppid=15093 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/15096/task/15111/stat : 15111 (java) S 15093 15096 11773 0 -1 4202560 1979 0 0 0 24 0 0 0 20 0 19 0 23109280 9856040960 57886 33554432000 1073741824 1073778376 140736017051392 140315160689080 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15096/tid=15112] ppid=15093 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/15096/task/15112/stat : 15112 (java) S 15093 15096 11773 0 -1 4202560 8472 0 0 0 53 2 0 0 20 0 19 0 23109280 9856040960 57886 33554432000 1073741824 1073778376 140736017051392 140315159636280 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15096/tid=15113] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15113/stat : 15113 (java) S 15093 15096 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23109280 9856040960 57886 33554432000 1073741824 1073778376 140736017051392 140315158583672 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15096/tid=15114] ppid=15093 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/15096/task/15114/stat : 15114 (java) S 15093 15096 11773 0 -1 4202560 104 0 0 0 22 24 0 0 20 0 19 0 23109280 9856040960 57886 33554432000 1073741824 1073778376 140736017051392 140315157531080 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15096/tid=15115] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15115/stat : 15115 (java) S 15093 15096 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23109291 9856040960 57886 33554432000 1073741824 1073778376 140736017051392 140315156477608 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.4
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1790.8 s]
/proc/loadavg: 2.17 2.07 2.01 3/216 15249
/proc/meminfo: memFree=28228136/32872528 swapFree=7780/7780
[pid=15096] ppid=15093 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/15096/stat : 15096 (java) S 15093 15096 11773 0 -1 4202496 19869 0 1 0 179928 72 0 0 20 0 19 0 23109273 9856040960 57774 33554432000 1073741824 1073778376 140736017051392 140736017042528 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15096/statm: 2406260 57774 2284 9 0 2396937 0
[pid=15096/tid=15098] ppid=15093 vsize=9625040 CPUtime=1781.7 cores=0,2,4,6
/proc/15096/task/15098/stat : 15098 (java) R 15093 15096 11773 0 -1 4202560 2764 0 1 0 178136 34 0 0 20 0 19 0 23109274 9856040960 57774 33554432000 1073741824 1073778376 140736017051392 140315811224880 140315659292622 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15096/tid=15099] ppid=15093 vsize=9625040 CPUtime=1.54 cores=0,2,4,6
/proc/15096/task/15099/stat : 15099 (java) S 15093 15096 11773 0 -1 4202560 817 0 0 0 149 5 0 0 20 0 19 0 23109275 9856040960 57774 33554432000 1073741824 1073778376 140736017051392 140315783679016 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15096/tid=15100] ppid=15093 vsize=9625040 CPUtime=1.66 cores=0,2,4,6
/proc/15096/task/15100/stat : 15100 (java) S 15093 15096 11773 0 -1 4202560 519 0 0 0 160 6 0 0 20 0 19 0 23109275 9856040960 57774 33554432000 1073741824 1073778376 140736017051392 140315782626216 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15096/tid=15101] ppid=15093 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/15096/task/15101/stat : 15101 (java) S 15093 15096 11773 0 -1 4202560 689 0 0 0 139 7 0 0 20 0 19 0 23109275 9856040960 57774 33554432000 1073741824 1073778376 140736017051392 140315781573416 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15096/tid=15102] ppid=15093 vsize=9625040 CPUtime=1.59 cores=0,2,4,6
/proc/15096/task/15102/stat : 15102 (java) S 15093 15096 11773 0 -1 4202560 790 0 0 0 153 6 0 0 20 0 19 0 23109275 9856040960 57774 33554432000 1073741824 1073778376 140736017051392 140315780520616 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15096/tid=15103] ppid=15093 vsize=9625040 CPUtime=1.54 cores=0,2,4,6
/proc/15096/task/15103/stat : 15103 (java) S 15093 15096 11773 0 -1 4202560 582 0 0 0 148 6 0 0 20 0 19 0 23109275 9856040960 57774 33554432000 1073741824 1073778376 140736017051392 140315779467816 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15096/tid=15104] ppid=15093 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/15096/task/15104/stat : 15104 (java) S 15093 15096 11773 0 -1 4202560 494 0 0 0 142 6 0 0 20 0 19 0 23109275 9856040960 57774 33554432000 1073741824 1073778376 140736017051392 140315778415016 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15096/tid=15105] ppid=15093 vsize=9625040 CPUtime=1.49 cores=0,2,4,6
/proc/15096/task/15105/stat : 15105 (java) S 15093 15096 11773 0 -1 4202560 495 0 0 0 143 6 0 0 20 0 19 0 23109275 9856040960 57774 33554432000 1073741824 1073778376 140736017051392 140315777362216 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15096/tid=15106] ppid=15093 vsize=9625040 CPUtime=1.43 cores=0,2,4,6
/proc/15096/task/15106/stat : 15106 (java) S 15093 15096 11773 0 -1 4202560 676 0 0 0 139 4 0 0 20 0 19 0 23109275 9856040960 57774 33554432000 1073741824 1073778376 140736017051392 140315647846568 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15096/tid=15107] ppid=15093 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/15096/task/15107/stat : 15107 (java) S 15093 15096 11773 0 -1 4202560 228 0 0 0 53 4 0 0 20 0 19 0 23109277 9856040960 57774 33554432000 1073741824 1073778376 140736017051392 140315164900328 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15096/tid=15108] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15108/stat : 15108 (java) S 15093 15096 11773 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 23109277 9856040960 57774 33554432000 1073741824 1073778376 140736017051392 140315163846392 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15096/tid=15109] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15109/stat : 15109 (java) S 15093 15096 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23109277 9856040960 57774 33554432000 1073741824 1073778376 140736017051392 140315162793480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15096/tid=15110] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15110/stat : 15110 (java) S 15093 15096 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23109280 9856040960 57774 33554432000 1073741824 1073778376 140736017051392 140315161741968 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15096/tid=15111] ppid=15093 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/15096/task/15111/stat : 15111 (java) S 15093 15096 11773 0 -1 4202560 1979 0 0 0 24 0 0 0 20 0 19 0 23109280 9856040960 57774 33554432000 1073741824 1073778376 140736017051392 140315160689080 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15096/tid=15112] ppid=15093 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/15096/task/15112/stat : 15112 (java) S 15093 15096 11773 0 -1 4202560 8472 0 0 0 53 2 0 0 20 0 19 0 23109280 9856040960 57774 33554432000 1073741824 1073778376 140736017051392 140315159636280 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15096/tid=15113] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15113/stat : 15113 (java) S 15093 15096 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23109280 9856040960 57774 33554432000 1073741824 1073778376 140736017051392 140315158583672 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15096/tid=15114] ppid=15093 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/15096/task/15114/stat : 15114 (java) S 15093 15096 11773 0 -1 4202560 104 0 0 0 22 24 0 0 20 0 19 0 23109280 9856040960 57774 33554432000 1073741824 1073778376 140736017051392 140315157531080 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15096/tid=15115] ppid=15093 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15096/task/15115/stat : 15115 (java) S 15093 15096 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23109291 9856040960 57774 33554432000 1073741824 1073778376 140736017051392 140315156477608 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 15096 sig 9
??? kill -15096 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15096 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=817146
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=246810
# CPU time returned by wait4() is 1796.06
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1790.84
CPU time (s): 1800
CPU user time (s): 1799.28
CPU system time (s): 0.72
CPU usage (%): 100.511
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.82
system time used= 1.24681
maximum resident set size= 518736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19913
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46895
involuntary context switches= 37094

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4524 second user time and 13.063 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-18 02:43:54
IDJOB=4100101
IDBENCH=1573
IDSOLVER=2546
FILE ID=node133/4100101-1466210634
RUNJOBID= node133-1466206057-11789
PBS_JOBID= 19918144
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-reduced-mps-v2-20-10-markshare1_1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100101-1466210634/watcher-4100101-1466210634 -o /tmp/evaluation-result-4100101-1466210634/solver-4100101-1466210634 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466206057-11789 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100101-1466210634.opb

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

MD5SUM BENCH= a432642e9fdf105f945bae55612ade38
RANDOM SEED=455875906

node133.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.256
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.51
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.256
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	: 5332.55
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.256
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
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.256
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	: 5332.55
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.256
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	: 5332.55
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.256
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	: 5332.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		: 2667.256
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	: 5332.55
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.256
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30000844 kB
Buffers:           42052 kB
Cached:            76536 kB
SwapCached:          876 kB
Active:          2087084 kB
Inactive:          70908 kB
Active(anon):    2040720 kB
Inactive(anon):     1316 kB
Active(file):      46364 kB
Inactive(file):    69592 kB
Unevictable:        7780 kB
Mlocked:            7780 kB
SwapTotal:      67108856 kB
SwapFree:       67099828 kB
Dirty:               776 kB
Writeback:             0 kB
AnonPages:       2047200 kB
Mapped:            15344 kB
Shmem:                 0 kB
Slab:             571760 kB
SReclaimable:      15124 kB
SUnreclaim:       556636 kB
KernelStack:        1592 kB
PageTables:         8480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2554844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1855488 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71688 MiB
End job on node133 at 2016-06-18 03:13:45