Trace number 4085728

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)29 1800.7 1798.44

General information on the benchmark

Name/OPT-SMALLINT-LIN/
kullmann/normalized-sbox_4_shg.opb
MD5SUM175e0a4a6cd805ac131e3fa3fd7ba75e
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark0.193969
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables147
Total number of constraints240
Number of constraints which are clauses240
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint21
Number of terms in the objective function 147
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 147
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 147
Number of bits of the biggest sum of numbers8
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.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4085728-1465282379.opb
0.08/0.12	c reading problem ... 
0.08/0.13	c  objective function found
0.25/0.20	c ... done. Wall clock time 0.08s.
0.25/0.20	c declared #vars     147
0.25/0.20	c #constraints  240
0.25/0.20	c constraints type 
0.25/0.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 239
0.25/0.20	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
0.25/0.20	c 240 constraints processed.
0.25/0.20	c objective function length is 147 literals
0.25/0.21	c SATISFIABLE
0.25/0.21	c OPTIMIZING...
0.25/0.21	c Got one! Elapsed wall clock time (in seconds):0.085
0.25/0.21	o 32
0.25/0.21	c Got one! Elapsed wall clock time (in seconds):0.09
0.25/0.21	o 31
0.25/0.24	c Got one! Elapsed wall clock time (in seconds):0.118
0.25/0.24	o 30
0.66/0.49	c cleaning 2546 clauses out of 5095 with flag 11695/5095
1.09/0.72	c cleaning 4275 clauses out of 8550 with flag 26977/11096
1.39/1.00	c cleaning 5637 clauses out of 11276 with flag 44715/18097
1.71/1.38	c cleaning 6816 clauses out of 13637 with flag 64911/26095
2.22/1.83	c cleaning 7908 clauses out of 15821 with flag 87646/35095
2.73/2.31	c cleaning 8952 clauses out of 17913 with flag 113393/45095
3.32/2.93	c cleaning 9980 clauses out of 19961 with flag 142105/56095
4.12/3.78	c cleaning 10985 clauses out of 21981 with flag 174447/68095
5.12/4.70	c cleaning 11995 clauses out of 23997 with flag 207991/81096
6.02/5.66	c cleaning 12993 clauses out of 26001 with flag 242735/95095
7.12/6.73	c cleaning 14005 clauses out of 28011 with flag 280889/110098
8.42/8.05	c cleaning 14999 clauses out of 30003 with flag 321953/126095
9.67/9.26	c cleaning 15995 clauses out of 32004 with flag 365542/143095
11.17/10.74	c cleaning 17004 clauses out of 34010 with flag 413744/161096
12.57/12.14	c cleaning 17999 clauses out of 36005 with flag 464176/180095
14.17/13.72	c cleaning 19003 clauses out of 38006 with flag 516926/200095
15.96/15.52	c cleaning 20002 clauses out of 40003 with flag 572820/221095
18.06/17.60	c cleaning 20998 clauses out of 42002 with flag 627738/243096
20.47/20.04	c cleaning 21999 clauses out of 44004 with flag 685255/266096
22.77/22.33	c cleaning 22999 clauses out of 46004 with flag 745067/290095
25.37/24.94	c cleaning 23990 clauses out of 48005 with flag 809280/315095
28.57/28.12	c cleaning 25005 clauses out of 50015 with flag 877489/341095
31.87/31.41	c cleaning 26001 clauses out of 52013 with flag 946726/368098
35.47/35.00	c cleaning 27002 clauses out of 54010 with flag 1020192/396096
39.27/38.83	c cleaning 28000 clauses out of 56007 with flag 1094586/425095
43.67/43.23	c cleaning 28997 clauses out of 58007 with flag 1171230/455095
48.27/47.81	c cleaning 30006 clauses out of 60011 with flag 1251074/486096
52.46/52.07	c cleaning 31001 clauses out of 62005 with flag 1335755/518096
57.37/56.95	c cleaning 31998 clauses out of 64003 with flag 1420129/551095
62.17/61.74	c cleaning 32999 clauses out of 66006 with flag 1506124/585096
67.17/66.78	c cleaning 33997 clauses out of 68007 with flag 1595949/620096
73.19/72.75	c cleaning 34998 clauses out of 70009 with flag 1688241/656095
77.90/77.48	c cleaning 36004 clauses out of 72012 with flag 1783555/693096
83.30/82.82	c cleaning 37000 clauses out of 74007 with flag 1879302/731095
89.39/88.93	c cleaning 37999 clauses out of 76007 with flag 1979407/770095
95.89/95.48	c cleaning 39003 clauses out of 78011 with flag 2082375/810098
103.09/102.64	c cleaning 39999 clauses out of 80006 with flag 2187521/851096
110.59/110.17	c cleaning 40998 clauses out of 82006 with flag 2293466/893095
117.19/116.75	c cleaning 42000 clauses out of 84009 with flag 2400050/936096
124.20/123.79	c cleaning 42999 clauses out of 86009 with flag 2512356/980096
132.79/132.37	c cleaning 44005 clauses out of 88010 with flag 2626518/1025096
140.88/140.43	c cleaning 44992 clauses out of 90004 with flag 2741731/1071095
150.98/150.59	c cleaning 46005 clauses out of 92012 with flag 2859477/1118095
162.58/162.15	c cleaning 47001 clauses out of 94007 with flag 2980859/1166095
172.17/171.73	c cleaning 47994 clauses out of 96007 with flag 3107821/1215096
181.07/180.64	c cleaning 49000 clauses out of 98013 with flag 3233903/1265096
190.15/189.66	c cleaning 50002 clauses out of 100012 with flag 3357424/1316095
199.05/198.57	c cleaning 50995 clauses out of 102010 with flag 3486460/1368095
207.44/206.97	c cleaning 52002 clauses out of 104015 with flag 3617918/1421095
217.03/216.58	c cleaning 53002 clauses out of 106015 with flag 3754722/1475097
227.24/226.75	c cleaning 53996 clauses out of 108013 with flag 3893764/1530097
236.84/236.30	c cleaning 55000 clauses out of 110015 with flag 4035875/1586095
247.34/246.84	c cleaning 55997 clauses out of 112015 with flag 4178689/1643095
257.63/257.15	c cleaning 57006 clauses out of 114019 with flag 4326191/1701096
268.93/268.42	c cleaning 58001 clauses out of 116012 with flag 4475011/1760095
281.03/280.53	c cleaning 58998 clauses out of 118011 with flag 4626925/1820095
293.03/292.59	c cleaning 60005 clauses out of 120013 with flag 4782726/1881095
306.84/306.40	c cleaning 61002 clauses out of 122008 with flag 4938776/1943095
320.69/320.17	c cleaning 61990 clauses out of 124006 with flag 5098918/2006095
335.11/334.54	c cleaning 63009 clauses out of 126017 with flag 5258793/2070096
348.81/348.26	c cleaning 64003 clauses out of 128010 with flag 5421137/2135098
362.81/362.20	c cleaning 64988 clauses out of 130004 with flag 5588832/2201095
378.61/378.07	c cleaning 65998 clauses out of 132016 with flag 5762136/2268095
396.91/396.40	c cleaning 67009 clauses out of 134018 with flag 5936498/2336095
413.53/413.00	c cleaning 68000 clauses out of 136010 with flag 6111197/2405096
430.72/430.18	c cleaning 69001 clauses out of 138010 with flag 6288249/2475096
447.63/447.01	c cleaning 69998 clauses out of 140008 with flag 6468370/2546095
465.03/464.48	c cleaning 71000 clauses out of 142011 with flag 6655033/2618096
484.13/483.49	c cleaning 71996 clauses out of 144010 with flag 6843313/2691095
503.92/503.23	c cleaning 73001 clauses out of 146017 with flag 7032569/2765098
529.83/529.19	c cleaning 74001 clauses out of 148013 with flag 7232729/2840095
551.83/551.11	c cleaning 74992 clauses out of 150012 with flag 7435543/2916095
574.92/574.20	c cleaning 76008 clauses out of 152024 with flag 7639456/2993099
597.44/596.76	c cleaning 77002 clauses out of 154012 with flag 7842309/3071095
622.33/621.70	c cleaning 77993 clauses out of 156011 with flag 8053131/3150096
646.23/645.54	c cleaning 79001 clauses out of 158018 with flag 8257623/3230096
672.04/671.32	c cleaning 80004 clauses out of 160016 with flag 8466057/3311095
695.45/694.61	c cleaning 81005 clauses out of 162013 with flag 8677551/3393096
720.24/719.46	c cleaning 82002 clauses out of 164008 with flag 8894801/3476096
746.85/746.02	c cleaning 83002 clauses out of 166006 with flag 9109315/3560096
773.36/772.54	c cleaning 83999 clauses out of 168003 with flag 9325412/3645095
804.27/803.46	c cleaning 85000 clauses out of 170005 with flag 9544775/3731096
834.58/833.73	c cleaning 85994 clauses out of 172004 with flag 9764743/3818095
864.28/863.46	c cleaning 86994 clauses out of 174010 with flag 9989329/3906095
891.78/890.97	c cleaning 88001 clauses out of 176016 with flag 10221715/3995095
921.20/920.21	c cleaning 89005 clauses out of 178017 with flag 10465951/4085097
953.81/952.86	c cleaning 90003 clauses out of 180011 with flag 10704721/4176096
984.71/983.72	c cleaning 90999 clauses out of 182007 with flag 10956993/4268095
1021.41/1020.49	c cleaning 91994 clauses out of 184008 with flag 11199824/4361095
1053.02/1052.02	c cleaning 93001 clauses out of 186014 with flag 11454762/4455095
1088.92/1087.98	c cleaning 94001 clauses out of 188013 with flag 11702146/4550095
1124.49/1123.33	c cleaning 94996 clauses out of 190012 with flag 11948184/4646095
1142.90/1141.70	c Got one! Elapsed wall clock time (in seconds):1141.576
1142.90/1141.70	o 29
1144.80/1143.65	c cleaning 83499 clauses out of 167011 with flag 12486/4718090
1145.89/1144.75	c cleaning 44743 clauses out of 89512 with flag 26925/4724090
1146.70/1145.51	c cleaning 25867 clauses out of 51770 with flag 44775/4731091
1147.19/1146.07	c cleaning 16935 clauses out of 33902 with flag 65082/4739090
1147.59/1146.49	c cleaning 12971 clauses out of 25967 with flag 88551/4748090
1148.09/1146.94	c cleaning 11492 clauses out of 22997 with flag 114141/4758091
1148.59/1147.45	c cleaning 11239 clauses out of 22504 with flag 142862/4769090
1149.19/1148.08	c cleaning 11622 clauses out of 23267 with flag 174659/4781092
1149.89/1148.79	c cleaning 12311 clauses out of 24643 with flag 208602/4794090
1150.69/1149.52	c cleaning 13156 clauses out of 26332 with flag 245902/4808090
1151.49/1150.31	c cleaning 14074 clauses out of 28177 with flag 284384/4823091
1152.39/1151.25	c cleaning 15042 clauses out of 30102 with flag 326364/4839090
1153.59/1152.42	c cleaning 16019 clauses out of 32061 with flag 369791/4856091
1154.79/1153.68	c cleaning 17009 clauses out of 34042 with flag 415351/4874091
1156.09/1154.91	c cleaning 18001 clauses out of 36032 with flag 464921/4893090
1157.29/1156.15	c cleaning 19005 clauses out of 38031 with flag 516690/4913090
1159.09/1157.94	c cleaning 19999 clauses out of 40027 with flag 569745/4934091
1160.79/1159.66	c cleaning 20997 clauses out of 42027 with flag 626323/4956090
1162.99/1161.82	c cleaning 22010 clauses out of 44031 with flag 686300/4979091
1164.89/1163.78	c cleaning 23006 clauses out of 46021 with flag 747956/5003091
1167.29/1166.16	c cleaning 23994 clauses out of 48014 with flag 811481/5028090
1169.69/1168.53	c cleaning 25002 clauses out of 50021 with flag 878751/5054091
1172.10/1170.96	c cleaning 26003 clauses out of 52019 with flag 948550/5081091
1174.89/1173.71	c cleaning 27009 clauses out of 54019 with flag 1018672/5109094
1177.79/1176.62	c cleaning 27990 clauses out of 56008 with flag 1093585/5138092
1180.69/1179.55	c cleaning 29005 clauses out of 58018 with flag 1171702/5168092
1183.79/1182.64	c cleaning 29994 clauses out of 60011 with flag 1256658/5199090
1186.99/1185.86	c cleaning 31006 clauses out of 62019 with flag 1340029/5231092
1190.70/1189.56	c cleaning 32004 clauses out of 64011 with flag 1427906/5264090
1194.59/1193.35	c cleaning 33001 clauses out of 66008 with flag 1518467/5298091
1199.19/1197.90	c cleaning 34002 clauses out of 68006 with flag 1606844/5333090
1203.40/1202.13	c cleaning 35000 clauses out of 70005 with flag 1699560/5369091
1207.70/1206.49	c cleaning 36001 clauses out of 72004 with flag 1795381/5406090
1212.30/1211.08	c cleaning 36990 clauses out of 74004 with flag 1893540/5444091
1217.20/1215.92	c cleaning 38000 clauses out of 76013 with flag 1993560/5483090
1222.19/1220.97	c cleaning 39001 clauses out of 78017 with flag 2095968/5523094
1228.09/1226.84	c cleaning 40001 clauses out of 80013 with flag 2202362/5564091
1234.19/1232.98	c cleaning 41005 clauses out of 82013 with flag 2309332/5606092
1240.49/1239.24	c cleaning 41994 clauses out of 84008 with flag 2420795/5649092
1245.99/1244.75	c cleaning 43003 clauses out of 86012 with flag 2534575/5693090
1252.79/1251.50	c cleaning 43999 clauses out of 88010 with flag 2650715/5738091
1259.18/1257.92	c cleaning 44997 clauses out of 90010 with flag 2768373/5784090
1265.59/1264.34	c cleaning 45998 clauses out of 92013 with flag 2889217/5831090
1273.78/1272.59	c cleaning 47007 clauses out of 94017 with flag 3014528/5879092
1282.06/1280.74	c cleaning 48003 clauses out of 96008 with flag 3142167/5928090
1291.56/1290.25	c cleaning 49002 clauses out of 98007 with flag 3271522/5978092
1299.76/1298.41	c cleaning 49997 clauses out of 100004 with flag 3402452/6029091
1308.26/1306.92	c cleaning 51000 clauses out of 102009 with flag 3537814/6081093
1317.47/1316.14	c cleaning 52001 clauses out of 104008 with flag 3675925/6134092
1326.66/1325.34	c cleaning 53003 clauses out of 106007 with flag 3817850/6188092
1336.95/1335.69	c cleaning 53992 clauses out of 108003 with flag 3962149/6243091
1349.05/1347.77	c cleaning 54990 clauses out of 110010 with flag 4111203/6299090
1359.16/1357.86	c cleaning 56005 clauses out of 112020 with flag 4257522/6356090
1371.15/1369.90	c cleaning 56998 clauses out of 114015 with flag 4406587/6414090
1382.84/1381.55	c cleaning 58005 clauses out of 116019 with flag 4558487/6473092
1396.16/1394.79	c cleaning 59002 clauses out of 118012 with flag 4712520/6533090
1408.77/1407.38	c cleaning 59999 clauses out of 120010 with flag 4869656/6594090
1421.97/1420.53	c cleaning 61005 clauses out of 122011 with flag 5028779/6656090
1437.06/1435.68	c cleaning 61998 clauses out of 124008 with flag 5189805/6719092
1452.26/1450.86	c cleaning 62999 clauses out of 126009 with flag 5359087/6783091
1467.07/1465.70	c cleaning 63997 clauses out of 128009 with flag 5528881/6848090
1484.27/1482.86	c cleaning 64999 clauses out of 130012 with flag 5705508/6914090
1499.77/1498.34	c cleaning 66005 clauses out of 132018 with flag 5879935/6981095
1514.67/1513.24	c cleaning 66997 clauses out of 134010 with flag 6056694/7049092
1534.17/1532.74	c cleaning 67993 clauses out of 136011 with flag 6241953/7118090
1552.03/1550.50	c cleaning 69002 clauses out of 138019 with flag 6429925/7188091
1569.03/1567.59	c cleaning 70005 clauses out of 140017 with flag 6620261/7259091
1588.73/1587.20	c cleaning 70998 clauses out of 142011 with flag 6808310/7331090
1608.04/1606.54	c cleaning 72006 clauses out of 144013 with flag 7000919/7404090
1625.14/1623.61	c cleaning 72996 clauses out of 146008 with flag 7200314/7478091
1642.04/1640.51	c cleaning 73998 clauses out of 148012 with flag 7400767/7553091
1658.34/1656.82	c cleaning 75001 clauses out of 150014 with flag 7603400/7629091
1676.03/1674.41	c cleaning 76005 clauses out of 152012 with flag 7810823/7706090
1693.73/1692.16	c cleaning 77001 clauses out of 154007 with flag 8020209/7784090
1713.23/1711.64	c cleaning 77987 clauses out of 156006 with flag 8230691/7863090
1732.63/1731.03	c cleaning 79003 clauses out of 158019 with flag 8444383/7943090
1753.13/1751.55	c cleaning 80003 clauses out of 160016 with flag 8667695/8024090
1771.53/1769.99	c cleaning 80999 clauses out of 162013 with flag 8885144/8106090
1790.64/1789.05	c cleaning 81999 clauses out of 164014 with flag 9104039/8189090
1800.03/1798.40	c starts		: 60
1800.03/1798.40	c conflicts		: 8237323
1800.03/1798.40	c decisions		: 17827997
1800.03/1798.40	c propagations		: 198129076
1800.03/1798.40	c inspects		: 42522430556
1800.03/1798.40	c shortcuts		: 0
1800.03/1798.40	c learnt literals	: 0
1800.03/1798.40	c learnt binary clauses	: 0
1800.03/1798.40	c learnt ternary clauses	: 0
1800.03/1798.40	c learnt constraints	: 8237323
1800.03/1798.40	c ignored constraints	: 0
1800.03/1798.40	c root simplifications	: 0
1800.03/1798.40	c removed literals (reason simplification)	: 0
1800.03/1798.40	c reason swapping (by a shorter reason)	: 0
1800.03/1798.40	c Calls to reduceDB	: 171
1800.03/1798.40	c Number of update (reduction) of LBD	: 2026346
1800.03/1798.40	c Imported unit clauses	: 0
1800.03/1798.40	c number of reductions to clauses (during analyze)	: 0
1800.03/1798.40	c number of learned constraints concerned by reduction	: 0
1800.03/1798.40	c number of learning phase by resolution	: 0
1800.03/1798.40	c number of learning phase by cutting planes	: 0
1800.03/1798.40	c speed (assignments/second)	: 110182.1531134537
1800.03/1798.40	c non guided choices	0
1800.03/1798.43	c learnt constraints type 
1800.03/1798.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 130249
1800.03/1798.43	s SATISFIABLE
1800.03/1798.43	c Found 4 solution(s)
1800.03/1798.43	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 
1800.03/1798.43	c objective function=29
1800.03/1798.43	c Total wall clock time (in seconds): 1798.307

Verifier Data

OK	29

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-4085728-1465282379/watcher-4085728-1465282379 -o /tmp/evaluation-result-4085728-1465282379/solver-4085728-1465282379 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1465282379-19685 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085728-1465282379.opb 

pid=19701
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: 3.83 4.02 3.95 3/172 19704
/proc/meminfo: memFree=31779432/32872528 swapFree=9100/9100
[pid=19704] ppid=19701 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/19704/stat : 19704 (java) D 19701 19704 14331 0 -1 4202496 158 0 0 0 0 0 0 0 20 0 1 0 110169087 278528 33 33554432000 1073741824 1073778376 140737056313344 140737056310520 243756264743 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/19704/statm: 68 33 25 9 0 25 0

[startup+0.10006 s]
/proc/loadavg: 3.83 4.02 3.95 3/172 19704
/proc/meminfo: memFree=31779432/32872528 swapFree=9100/9100
[pid=19704] ppid=19701 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/19704/stat : 19704 (java) S 19701 19704 14331 0 -1 4202496 4342 0 1 0 7 1 0 0 20 0 18 0 110169087 9787879424 5471 33554432000 1073741824 1073778376 140737387216688 140737387207824 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19704/statm: 2389619 5473 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200223 s]
/proc/loadavg: 3.83 4.02 3.95 3/172 19704
/proc/meminfo: memFree=31779432/32872528 swapFree=9100/9100
[pid=19704] ppid=19701 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/19704/stat : 19704 (java) S 19701 19704 14331 0 -1 4202496 4750 0 1 0 24 1 0 0 20 0 18 0 110169087 9787879424 6842 33554432000 1073741824 1073778376 140737387216688 140737387207824 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19704/statm: 2389619 6842 2212 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300221 s]
/proc/loadavg: 3.83 4.02 3.95 3/172 19704
/proc/meminfo: memFree=31779432/32872528 swapFree=9100/9100
[pid=19704] ppid=19701 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/19704/stat : 19704 (java) S 19701 19704 14331 0 -1 4202496 7215 0 1 0 49 2 0 0 20 0 19 0 110169087 9856040960 8765 33554432000 1073741824 1073778376 140737387216688 140737387207824 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19704/statm: 2406260 8765 2246 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700164 s]
/proc/loadavg: 3.83 4.02 3.95 3/172 19704
/proc/meminfo: memFree=31779432/32872528 swapFree=9100/9100
[pid=19704] ppid=19701 vsize=9625040 CPUtime=1.09 cores=0,2,4,6
/proc/19704/stat : 19704 (java) S 19701 19704 14331 0 -1 4202496 8096 0 1 0 107 2 0 0 20 0 19 0 110169087 9856040960 9554 33554432000 1073741824 1073778376 140737387216688 140737387207824 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19704/statm: 2406260 9554 2255 9 0 2396937 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 9625040

[startup+1.50082 s]
/proc/loadavg: 3.83 4.02 3.95 3/191 19723
/proc/meminfo: memFree=31703732/32872528 swapFree=9100/9100
[pid=19704] ppid=19701 vsize=9625040 CPUtime=1.92 cores=0,2,4,6
/proc/19704/stat : 19704 (java) S 19701 19704 14331 0 -1 4202496 8102 0 1 0 190 2 0 0 20 0 19 0 110169087 9856040960 10581 33554432000 1073741824 1073778376 140737387216688 140737387207824 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19704/statm: 2406260 10581 2257 9 0 2396937 0
[pid=19704/tid=19706] ppid=19701 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/19704/task/19706/stat : 19706 (java) R 19701 19704 14331 0 -1 4202560 2416 0 1 0 145 0 0 0 20 0 19 0 110169089 9856040960 10581 33554432000 1073741824 1073778376 140737387216688 140528925970560 140528797092434 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19704/tid=19707] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19707/stat : 19707 (java) S 19701 19704 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110169090 9856040960 10581 33554432000 1073741824 1073778376 140737387216688 140528768990248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19708] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19708/stat : 19708 (java) S 19701 19704 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110169090 9856040960 10581 33554432000 1073741824 1073778376 140737387216688 140528767937448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19704/tid=19709] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19709/stat : 19709 (java) S 19701 19704 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110169090 9856040960 10581 33554432000 1073741824 1073778376 140737387216688 140528766884648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19704/tid=19710] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19710/stat : 19710 (java) S 19701 19704 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110169090 9856040960 10581 33554432000 1073741824 1073778376 140737387216688 140528765831848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19704/tid=19711] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19711/stat : 19711 (java) S 19701 19704 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110169090 9856040960 10581 33554432000 1073741824 1073778376 140737387216688 140528764779048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19712] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19712/stat : 19712 (java) S 19701 19704 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110169090 9856040960 10581 33554432000 1073741824 1073778376 140737387216688 140528763726248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19704/tid=19713] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19713/stat : 19713 (java) S 19701 19704 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110169090 9856040960 10581 33554432000 1073741824 1073778376 140737387216688 140528762673448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19714] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19714/stat : 19714 (java) S 19701 19704 14331 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110169090 9856040960 10581 33554432000 1073741824 1073778376 140737387216688 140528761620648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19715] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19715/stat : 19715 (java) S 19701 19704 14331 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110169091 9856040960 10581 33554432000 1073741824 1073778376 140737387216688 140528749423592 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19716] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19716/stat : 19716 (java) S 19701 19704 14331 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110169091 9856040960 10581 33554432000 1073741824 1073778376 140737387216688 140528748369656 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19717] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19717/stat : 19717 (java) S 19701 19704 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110169091 9856040960 10581 33554432000 1073741824 1073778376 140737387216688 140528747316744 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19718] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19718/stat : 19718 (java) S 19701 19704 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110169094 9856040960 10581 33554432000 1073741824 1073778376 140737387216688 140528746265232 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19719] ppid=19701 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/19704/task/19719/stat : 19719 (java) S 19701 19704 14331 0 -1 4202560 2494 0 0 0 25 0 0 0 20 0 19 0 110169094 9856040960 10581 33554432000 1073741824 1073778376 140737387216688 140528745212344 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19720] ppid=19701 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/19704/task/19720/stat : 19720 (java) S 19701 19704 14331 0 -1 4202560 1921 0 0 0 18 0 0 0 20 0 19 0 110169094 9856040960 10581 33554432000 1073741824 1073778376 140737387216688 140528744159544 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19704/tid=19721] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19721/stat : 19721 (java) S 19701 19704 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110169094 9856040960 10581 33554432000 1073741824 1073778376 140737387216688 140528743106936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19704/tid=19722] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19722/stat : 19722 (java) S 19701 19704 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110169094 9856040960 10581 33554432000 1073741824 1073778376 140737387216688 140528742054344 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19723] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19723/stat : 19723 (java) S 19701 19704 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110169108 9856040960 10581 33554432000 1073741824 1073778376 140737387216688 140528741000872 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 3.83 4.02 3.95 3/191 19723
/proc/meminfo: memFree=31656592/32872528 swapFree=9100/9100
[pid=19704] ppid=19701 vsize=9625040 CPUtime=3.52 cores=0,2,4,6
/proc/19704/stat : 19704 (java) S 19701 19704 14331 0 -1 4202496 8105 0 1 0 349 3 0 0 20 0 19 0 110169087 9856040960 12117 33554432000 1073741824 1073778376 140737387216688 140737387207824 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19704/statm: 2406260 12117 2257 9 0 2396937 0
[pid=19704/tid=19706] ppid=19701 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/19704/task/19706/stat : 19706 (java) R 19701 19704 14331 0 -1 4202560 2419 0 1 0 303 2 0 0 20 0 19 0 110169089 9856040960 12117 33554432000 1073741824 1073778376 140737387216688 140528925961920 140528797092434 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19707] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19707/stat : 19707 (java) S 19701 19704 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110169090 9856040960 12117 33554432000 1073741824 1073778376 140737387216688 140528768990248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19708] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19708/stat : 19708 (java) S 19701 19704 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110169090 9856040960 12117 33554432000 1073741824 1073778376 140737387216688 140528767937448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19704/tid=19709] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19709/stat : 19709 (java) S 19701 19704 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110169090 9856040960 12117 33554432000 1073741824 1073778376 140737387216688 140528766884648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19704/tid=19710] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19710/stat : 19710 (java) S 19701 19704 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110169090 9856040960 12117 33554432000 1073741824 1073778376 140737387216688 140528765831848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19704/tid=19711] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19711/stat : 19711 (java) S 19701 19704 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110169090 9856040960 12117 33554432000 1073741824 1073778376 140737387216688 140528764779048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19712] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19712/stat : 19712 (java) S 19701 19704 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110169090 9856040960 12117 33554432000 1073741824 1073778376 140737387216688 140528763726248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19704/tid=19713] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19713/stat : 19713 (java) S 19701 19704 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110169090 9856040960 12117 33554432000 1073741824 1073778376 140737387216688 140528762673448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19714] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19714/stat : 19714 (java) S 19701 19704 14331 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110169090 9856040960 12117 33554432000 1073741824 1073778376 140737387216688 140528761620648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19715] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19715/stat : 19715 (java) S 19701 19704 14331 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110169091 9856040960 12117 33554432000 1073741824 1073778376 140737387216688 140528749423592 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19716] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19716/stat : 19716 (java) S 19701 19704 14331 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110169091 9856040960 12117 33554432000 1073741824 1073778376 140737387216688 140528748369656 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19717] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19717/stat : 19717 (java) S 19701 19704 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110169091 9856040960 12117 33554432000 1073741824 1073778376 140737387216688 140528747316744 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19718] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19718/stat : 19718 (java) S 19701 19704 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110169094 9856040960 12117 33554432000 1073741824 1073778376 140737387216688 140528746265232 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19719] ppid=19701 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/19704/task/19719/stat : 19719 (java) S 19701 19704 14331 0 -1 4202560 2494 0 0 0 25 0 0 0 20 0 19 0 110169094 9856040960 12117 33554432000 1073741824 1073778376 140737387216688 140528745212344 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19720] ppid=19701 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/19704/task/19720/stat : 19720 (java) S 19701 19704 14331 0 -1 4202560 1921 0 0 0 18 0 0 0 20 0 19 0 110169094 9856040960 12117 33554432000 1073741824 1073778376 140737387216688 140528744159544 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19704/tid=19721] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19721/stat : 19721 (java) S 19701 19704 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110169094 9856040960 12117 33554432000 1073741824 1073778376 140737387216688 140528743106936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19704/tid=19722] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19722/stat : 19722 (java) S 19701 19704 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110169094 9856040960 12117 33554432000 1073741824 1073778376 140737387216688 140528742054344 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19723] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19723/stat : 19723 (java) S 19701 19704 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110169108 9856040960 12117 33554432000 1073741824 1073778376 140737387216688 140528741000872 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 3.76 4.01 3.94 3/191 19723
/proc/meminfo: memFree=31503960/32872528 swapFree=9100/9100
[pid=19704] ppid=19701 vsize=9625040 CPUtime=6.72 cores=0,2,4,6
/proc/19704/stat : 19704 (java) S 19701 19704 14331 0 -1 4202496 8111 0 1 0 667 5 0 0 20 0 19 0 110169087 9856040960 14069 33554432000 1073741824 1073778376 140737387216688 140737387207824 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19704/statm: 2406260 14069 2258 9 0 2396937 0
[pid=19704/tid=19706] ppid=19701 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/19704/task/19706/stat : 19706 (java) R 19701 19704 14331 0 -1 4202560 2424 0 1 0 621 4 0 0 20 0 19 0 110169089 9856040960 14069 33554432000 1073741824 1073778376 140737387216688 140528925961920 140528797037728 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19704/tid=19707] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19707/stat : 19707 (java) S 19701 19704 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110169090 9856040960 14069 33554432000 1073741824 1073778376 140737387216688 140528768990248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19708] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19708/stat : 19708 (java) S 19701 19704 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110169090 9856040960 14069 33554432000 1073741824 1073778376 140737387216688 140528767937448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19704/tid=19709] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19709/stat : 19709 (java) S 19701 19704 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110169090 9856040960 14069 33554432000 1073741824 1073778376 140737387216688 140528766884648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19704/tid=19710] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19710/stat : 19710 (java) S 19701 19704 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110169090 9856040960 14069 33554432000 1073741824 1073778376 140737387216688 140528765831848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19704/tid=19711] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19711/stat : 19711 (java) S 19701 19704 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110169090 9856040960 14069 33554432000 1073741824 1073778376 140737387216688 140528764779048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19712] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19712/stat : 19712 (java) S 19701 19704 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110169090 9856040960 14069 33554432000 1073741824 1073778376 140737387216688 140528763726248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19704/tid=19713] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19713/stat : 19713 (java) S 19701 19704 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110169090 9856040960 14069 33554432000 1073741824 1073778376 140737387216688 140528762673448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19714] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19714/stat : 19714 (java) S 19701 19704 14331 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110169090 9856040960 14069 33554432000 1073741824 1073778376 140737387216688 140528761620648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19715] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19715/stat : 19715 (java) S 19701 19704 14331 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110169091 9856040960 14069 33554432000 1073741824 1073778376 140737387216688 140528749423592 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19716] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19716/stat : 19716 (java) S 19701 19704 14331 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110169091 9856040960 14069 33554432000 1073741824 1073778376 140737387216688 140528748369656 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19717] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19717/stat : 19717 (java) S 19701 19704 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110169091 9856040960 14069 33554432000 1073741824 1073778376 140737387216688 140528747316744 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19718] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19718/stat : 19718 (java) S 19701 19704 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110169094 9856040960 14069 33554432000 1073741824 1073778376 140737387216688 140528746265232 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19719] ppid=19701 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/19704/task/19719/stat : 19719 (java) S 19701 19704 14331 0 -1 4202560 2494 0 0 0 25 0 0 0 20 0 19 0 110169094 9856040960 14069 33554432000 1073741824 1073778376 140737387216688 140528745212344 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19720] ppid=19701 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/19704/task/19720/stat : 19720 (java) S 19701 19704 14331 0 -1 4202560 1921 0 0 0 18 0 0 0 20 0 19 0 110169094 9856040960 14069 33554432000 1073741824 1073778376 140737387216688 140528744159544 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19704/tid=19721] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19721/stat : 19721 (java) S 19701 19704 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110169094 9856040960 14069 33554432000 1073741824 1073778376 140737387216688 140528743106936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19704/tid=19722] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19722/stat : 19722 (java) S 19701 19704 14331 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 110169094 9856040960 14069 33554432000 1073741824 1073778376 140737387216688 140528742054344 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19723] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19723/stat : 19723 (java) S 19701 19704 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110169108 9856040960 14069 33554432000 1073741824 1073778376 140737387216688 140528741000872 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.72
Current children cumulated vsize (KiB) 9625040


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

[pid=19704/tid=19716] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19716/stat : 19716 (java) S 19701 19704 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110169091 9856040960 90261 33554432000 1073741824 1073778376 140737387216688 140528748369656 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19717] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19717/stat : 19717 (java) S 19701 19704 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110169091 9856040960 90261 33554432000 1073741824 1073778376 140737387216688 140528747316744 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19718] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19718/stat : 19718 (java) S 19701 19704 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110169094 9856040960 90261 33554432000 1073741824 1073778376 140737387216688 140528746265232 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19719] ppid=19701 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/19704/task/19719/stat : 19719 (java) S 19701 19704 14331 0 -1 4202560 3637 0 0 0 32 0 0 0 20 0 19 0 110169094 9856040960 90261 33554432000 1073741824 1073778376 140737387216688 140528745212344 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19720] ppid=19701 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/19704/task/19720/stat : 19720 (java) S 19701 19704 14331 0 -1 4202560 1921 0 0 0 18 0 0 0 20 0 19 0 110169094 9856040960 90261 33554432000 1073741824 1073778376 140737387216688 140528744159544 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19704/tid=19721] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19721/stat : 19721 (java) S 19701 19704 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110169094 9856040960 90261 33554432000 1073741824 1073778376 140737387216688 140528743106936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19704/tid=19722] ppid=19701 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/19704/task/19722/stat : 19722 (java) S 19701 19704 14331 0 -1 4202560 96 0 0 0 20 24 0 0 20 0 19 0 110169094 9856040960 90261 33554432000 1073741824 1073778376 140737387216688 140528742054344 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19723] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19723/stat : 19723 (java) S 19701 19704 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110169108 9856040960 90261 33554432000 1073741824 1073778376 140737387216688 140528741000872 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1663.84
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.29 3/213 19818
/proc/meminfo: memFree=27827388/32872528 swapFree=9100/9100
[pid=19704] ppid=19701 vsize=9625040 CPUtime=1723.93 cores=0,2,4,6
/proc/19704/stat : 19704 (java) S 19701 19704 14331 0 -1 4202496 10351 0 1 0 172346 47 0 0 20 0 19 0 110169087 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140737387207824 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19704/statm: 2406260 91314 2273 9 0 2396937 0
[pid=19704/tid=19706] ppid=19701 vsize=9625040 CPUtime=1721.88 cores=0,2,4,6
/proc/19704/task/19706/stat : 19706 (java) R 19701 19704 14331 0 -1 4202560 2490 0 1 0 172155 33 0 0 20 0 19 0 110169089 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528925961904 140528797092434 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19704/tid=19707] ppid=19701 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/19704/task/19707/stat : 19707 (java) S 19701 19704 14331 0 -1 4202560 155 0 0 0 12 4 0 0 20 0 19 0 110169090 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528768990248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19708] ppid=19701 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/19704/task/19708/stat : 19708 (java) S 19701 19704 14331 0 -1 4202560 32 0 0 0 15 2 0 0 20 0 19 0 110169090 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528767937448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19704/tid=19709] ppid=19701 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/19704/task/19709/stat : 19709 (java) S 19701 19704 14331 0 -1 4202560 212 0 0 0 15 3 0 0 20 0 19 0 110169090 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528766884648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19704/tid=19710] ppid=19701 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/19704/task/19710/stat : 19710 (java) S 19701 19704 14331 0 -1 4202560 152 0 0 0 13 2 0 0 20 0 19 0 110169090 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528765831848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19711] ppid=19701 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/19704/task/19711/stat : 19711 (java) S 19701 19704 14331 0 -1 4202560 49 0 0 0 17 3 0 0 20 0 19 0 110169090 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528764779048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19704/tid=19712] ppid=19701 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/19704/task/19712/stat : 19712 (java) S 19701 19704 14331 0 -1 4202560 176 0 0 0 16 3 0 0 20 0 19 0 110169090 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528763726248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19704/tid=19713] ppid=19701 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/19704/task/19713/stat : 19713 (java) S 19701 19704 14331 0 -1 4202560 43 0 0 0 14 3 0 0 20 0 19 0 110169090 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528762673448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19704/tid=19714] ppid=19701 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/19704/task/19714/stat : 19714 (java) S 19701 19704 14331 0 -1 4202560 52 0 0 0 12 2 0 0 20 0 19 0 110169090 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528761620648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19704/tid=19715] ppid=19701 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/19704/task/19715/stat : 19715 (java) S 19701 19704 14331 0 -1 4202560 75 0 0 0 2 0 0 0 20 0 19 0 110169091 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528749423592 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19716] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19716/stat : 19716 (java) S 19701 19704 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110169091 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528748369656 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19717] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19717/stat : 19717 (java) S 19701 19704 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110169091 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528747316744 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19718] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19718/stat : 19718 (java) S 19701 19704 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110169094 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528746265232 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19719] ppid=19701 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/19704/task/19719/stat : 19719 (java) S 19701 19704 14331 0 -1 4202560 3637 0 0 0 32 0 0 0 20 0 19 0 110169094 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528745212344 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19720] ppid=19701 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/19704/task/19720/stat : 19720 (java) S 19701 19704 14331 0 -1 4202560 1921 0 0 0 18 0 0 0 20 0 19 0 110169094 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528744159544 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19704/tid=19721] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19721/stat : 19721 (java) S 19701 19704 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110169094 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528743106936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19704/tid=19722] ppid=19701 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/19704/task/19722/stat : 19722 (java) S 19701 19704 14331 0 -1 4202560 100 0 0 0 21 25 0 0 20 0 19 0 110169094 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528742054344 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19723] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19723/stat : 19723 (java) S 19701 19704 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110169108 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528741000872 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1723.93
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.27 3/213 19819
/proc/meminfo: memFree=27827136/32872528 swapFree=9100/9100
[pid=19704] ppid=19701 vsize=9625040 CPUtime=1783.93 cores=0,2,4,6
/proc/19704/stat : 19704 (java) S 19701 19704 14331 0 -1 4202496 10355 0 1 0 178346 47 0 0 20 0 19 0 110169087 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140737387207824 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19704/statm: 2406260 91314 2273 9 0 2396937 0
[pid=19704/tid=19706] ppid=19701 vsize=9625040 CPUtime=1781.88 cores=0,2,4,6
/proc/19704/task/19706/stat : 19706 (java) R 19701 19704 14331 0 -1 4202560 2490 0 1 0 178154 34 0 0 20 0 19 0 110169089 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528925961904 140528797080935 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19704/tid=19707] ppid=19701 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/19704/task/19707/stat : 19707 (java) S 19701 19704 14331 0 -1 4202560 155 0 0 0 12 4 0 0 20 0 19 0 110169090 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528768990248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19708] ppid=19701 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/19704/task/19708/stat : 19708 (java) S 19701 19704 14331 0 -1 4202560 32 0 0 0 15 2 0 0 20 0 19 0 110169090 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528767937448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19704/tid=19709] ppid=19701 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/19704/task/19709/stat : 19709 (java) S 19701 19704 14331 0 -1 4202560 212 0 0 0 15 3 0 0 20 0 19 0 110169090 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528766884648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19704/tid=19710] ppid=19701 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/19704/task/19710/stat : 19710 (java) S 19701 19704 14331 0 -1 4202560 152 0 0 0 13 2 0 0 20 0 19 0 110169090 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528765831848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19711] ppid=19701 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/19704/task/19711/stat : 19711 (java) S 19701 19704 14331 0 -1 4202560 49 0 0 0 17 3 0 0 20 0 19 0 110169090 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528764779048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19704/tid=19712] ppid=19701 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/19704/task/19712/stat : 19712 (java) S 19701 19704 14331 0 -1 4202560 176 0 0 0 16 3 0 0 20 0 19 0 110169090 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528763726248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19704/tid=19713] ppid=19701 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/19704/task/19713/stat : 19713 (java) S 19701 19704 14331 0 -1 4202560 43 0 0 0 14 3 0 0 20 0 19 0 110169090 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528762673448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19704/tid=19714] ppid=19701 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/19704/task/19714/stat : 19714 (java) S 19701 19704 14331 0 -1 4202560 52 0 0 0 12 2 0 0 20 0 19 0 110169090 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528761620648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19704/tid=19715] ppid=19701 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/19704/task/19715/stat : 19715 (java) S 19701 19704 14331 0 -1 4202560 75 0 0 0 2 0 0 0 20 0 19 0 110169091 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528749423592 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19716] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19716/stat : 19716 (java) S 19701 19704 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110169091 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528748369656 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19717] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19717/stat : 19717 (java) S 19701 19704 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110169091 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528747316744 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19718] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19718/stat : 19718 (java) S 19701 19704 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110169094 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528746265232 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19719] ppid=19701 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/19704/task/19719/stat : 19719 (java) S 19701 19704 14331 0 -1 4202560 3637 0 0 0 32 0 0 0 20 0 19 0 110169094 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528745212344 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19720] ppid=19701 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/19704/task/19720/stat : 19720 (java) S 19701 19704 14331 0 -1 4202560 1921 0 0 0 18 0 0 0 20 0 19 0 110169094 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528744159544 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19704/tid=19721] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19721/stat : 19721 (java) S 19701 19704 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110169094 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528743106936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19704/tid=19722] ppid=19701 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/19704/task/19722/stat : 19722 (java) S 19701 19704 14331 0 -1 4202560 104 0 0 0 23 25 0 0 20 0 19 0 110169094 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528742054344 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19723] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19723/stat : 19723 (java) S 19701 19704 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110169108 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528741000872 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1783.93
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.4 s]
/proc/loadavg: 2.00 2.00 2.26 3/213 19819
/proc/meminfo: memFree=27827264/32872528 swapFree=9100/9100
[pid=19704] ppid=19701 vsize=9625040 CPUtime=1800.03 cores=0,2,4,6
/proc/19704/stat : 19704 (java) S 19701 19704 14331 0 -1 4202496 10355 0 1 0 179956 47 0 0 20 0 19 0 110169087 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140737387207824 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19704/statm: 2406260 91314 2273 9 0 2396937 0
[pid=19704/tid=19706] ppid=19701 vsize=9625040 CPUtime=1797.98 cores=0,2,4,6
/proc/19704/task/19706/stat : 19706 (java) R 19701 19704 14331 0 -1 4202560 2490 0 1 0 179764 34 0 0 20 0 19 0 110169089 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528925961904 140528797092439 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19704/tid=19707] ppid=19701 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/19704/task/19707/stat : 19707 (java) S 19701 19704 14331 0 -1 4202560 155 0 0 0 12 4 0 0 20 0 19 0 110169090 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528768990248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19708] ppid=19701 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/19704/task/19708/stat : 19708 (java) S 19701 19704 14331 0 -1 4202560 32 0 0 0 15 2 0 0 20 0 19 0 110169090 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528767937448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19704/tid=19709] ppid=19701 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/19704/task/19709/stat : 19709 (java) S 19701 19704 14331 0 -1 4202560 212 0 0 0 15 3 0 0 20 0 19 0 110169090 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528766884648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19704/tid=19710] ppid=19701 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/19704/task/19710/stat : 19710 (java) S 19701 19704 14331 0 -1 4202560 152 0 0 0 13 2 0 0 20 0 19 0 110169090 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528765831848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19711] ppid=19701 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/19704/task/19711/stat : 19711 (java) S 19701 19704 14331 0 -1 4202560 49 0 0 0 17 3 0 0 20 0 19 0 110169090 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528764779048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19704/tid=19712] ppid=19701 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/19704/task/19712/stat : 19712 (java) S 19701 19704 14331 0 -1 4202560 176 0 0 0 16 3 0 0 20 0 19 0 110169090 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528763726248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19704/tid=19713] ppid=19701 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/19704/task/19713/stat : 19713 (java) S 19701 19704 14331 0 -1 4202560 43 0 0 0 14 3 0 0 20 0 19 0 110169090 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528762673448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19704/tid=19714] ppid=19701 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/19704/task/19714/stat : 19714 (java) S 19701 19704 14331 0 -1 4202560 52 0 0 0 12 2 0 0 20 0 19 0 110169090 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528761620648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19704/tid=19715] ppid=19701 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/19704/task/19715/stat : 19715 (java) S 19701 19704 14331 0 -1 4202560 75 0 0 0 2 0 0 0 20 0 19 0 110169091 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528749423592 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19716] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19716/stat : 19716 (java) S 19701 19704 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110169091 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528748369656 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19717] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19717/stat : 19717 (java) S 19701 19704 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110169091 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528747316744 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19718] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19718/stat : 19718 (java) S 19701 19704 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110169094 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528746265232 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19719] ppid=19701 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/19704/task/19719/stat : 19719 (java) S 19701 19704 14331 0 -1 4202560 3637 0 0 0 32 0 0 0 20 0 19 0 110169094 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528745212344 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19720] ppid=19701 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/19704/task/19720/stat : 19720 (java) S 19701 19704 14331 0 -1 4202560 1921 0 0 0 18 0 0 0 20 0 19 0 110169094 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528744159544 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19704/tid=19721] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19721/stat : 19721 (java) S 19701 19704 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110169094 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528743106936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19704/tid=19722] ppid=19701 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/19704/task/19722/stat : 19722 (java) S 19701 19704 14331 0 -1 4202560 104 0 0 0 23 25 0 0 20 0 19 0 110169094 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528742054344 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19704/tid=19723] ppid=19701 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19704/task/19723/stat : 19723 (java) S 19701 19704 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110169108 9856040960 91314 33554432000 1073741824 1073778376 140737387216688 140528741000872 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 19704 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1798.44
CPU time (s): 1800.7
CPU user time (s): 1799.75
CPU system time (s): 0.952855
CPU usage (%): 100.126
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.75
system time used= 0.952855
maximum resident set size= 365428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10404
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38333
involuntary context switches= 11650

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.0323 second user time and 12.4331 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-07 08:52:59
IDJOB=4085728
IDBENCH=89907
IDSOLVER=2546
FILE ID=node151/4085728-1465282379
RUNJOBID= node151-1465282379-19685
PBS_JOBID= 19843295
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/kullmann/normalized-sbox_4_shg.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085728-1465282379/watcher-4085728-1465282379 -o /tmp/evaluation-result-4085728-1465282379/solver-4085728-1465282379 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1465282379-19685 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085728-1465282379.opb

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

MD5SUM BENCH= 175e0a4a6cd805ac131e3fa3fd7ba75e
RANDOM SEED=697904433

node151.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.334
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.66
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.334
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		: 2666.334
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.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.334
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		: 2666.334
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		: 2666.334
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		: 2666.334
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.54
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.334
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:        31781556 kB
Buffers:           90616 kB
Cached:           243324 kB
SwapCached:         2184 kB
Active:           102308 kB
Inactive:         237876 kB
Active(anon):       7284 kB
Inactive(anon):     1680 kB
Active(file):      95024 kB
Inactive(file):   236196 kB
Unevictable:        9100 kB
Mlocked:            9100 kB
SwapTotal:      67108856 kB
SwapFree:       67098860 kB
Dirty:               816 kB
Writeback:             8 kB
AnonPages:         14236 kB
Mapped:             7940 kB
Shmem:                 0 kB
Slab:             612236 kB
SReclaimable:      55516 kB
SUnreclaim:       556720 kB
KernelStack:        1368 kB
PageTables:         4312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     109436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71172 MiB
End job on node151 at 2016-06-07 09:22:58