Trace number 4085271

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)223 1800.78 1786.74

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_11.opb.PB06.opb
MD5SUM19bfc1d5b7087888ef5c79946c60f053
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark210
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 183
Optimality of the best value was proved NO
Number of variables473
Total number of constraints473
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 constraints473
Minimum length of a constraint4
Maximum length of a constraint17
Number of terms in the objective function 473
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 473
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 473
Number of bits of the biggest sum of numbers9
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.10	c version PB16.v20160501
0.09/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.11	c java.vm.version	19.1-b02
0.09/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.11	c sun.arch.data.model	64
0.09/0.11	c java.version		1.6.0_24
0.09/0.11	c os.name		Linux
0.09/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.11	c os.arch		amd64
0.09/0.11	c Free memory 		501472288
0.09/0.11	c Max memory 		7480803328
0.09/0.11	c Total memory 		504102912
0.09/0.11	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@2b21cc40
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@7c64dc11
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4085271-1465224378.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.27/0.23	c ... done. Wall clock time 0.109s.
0.27/0.23	c declared #vars     473
0.27/0.23	c #constraints  473
0.27/0.23	c constraints type 
0.27/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 473
0.27/0.23	c 473 constraints processed.
0.27/0.23	c objective function length is 473 literals
0.27/0.24	c SATISFIABLE
0.27/0.24	c OPTIMIZING...
0.27/0.24	c Got one! Elapsed wall clock time (in seconds):0.122
0.27/0.24	o 227
0.51/0.36	c Got one! Elapsed wall clock time (in seconds):0.243
0.51/0.36	o 226
0.79/0.41	c Got one! Elapsed wall clock time (in seconds):0.288
0.79/0.41	o 225
1.06/0.69	c Got one! Elapsed wall clock time (in seconds):0.566
1.06/0.69	o 224
1.33/0.87	c cleaning 3104 clauses out of 6218 with flag 4664/6218
1.85/1.27	c cleaning 4552 clauses out of 9115 with flag 17404/12219
2.34/1.78	c cleaning 5773 clauses out of 11562 with flag 32123/19218
3.04/2.46	c cleaning 6889 clauses out of 13789 with flag 50199/27218
3.87/3.22	c cleaning 7942 clauses out of 15900 with flag 69020/36218
4.67/4.01	c cleaning 8971 clauses out of 17958 with flag 89997/46218
5.57/4.90	c cleaning 9986 clauses out of 19987 with flag 113099/57218
6.67/6.03	c cleaning 10991 clauses out of 22002 with flag 138209/69219
7.87/7.29	c cleaning 11998 clauses out of 24010 with flag 165102/82218
9.08/8.49	c cleaning 12999 clauses out of 26012 with flag 194550/96218
10.58/9.91	c cleaning 13996 clauses out of 28013 with flag 225864/111218
12.17/11.57	c cleaning 15002 clauses out of 30017 with flag 259341/127218
13.80/13.19	c cleaning 16002 clauses out of 32015 with flag 295100/144218
15.60/14.95	c cleaning 16999 clauses out of 34013 with flag 332858/162218
17.70/17.02	c cleaning 18002 clauses out of 36014 with flag 372464/181218
19.60/18.96	c cleaning 18994 clauses out of 38012 with flag 414559/201218
22.00/21.37	c cleaning 19999 clauses out of 40019 with flag 458628/222219
24.50/23.80	c cleaning 20999 clauses out of 42020 with flag 504506/244219
27.28/26.58	c cleaning 22000 clauses out of 44020 with flag 553111/267218
30.48/29.72	c cleaning 23002 clauses out of 46021 with flag 603112/291219
33.68/33.00	c cleaning 24000 clauses out of 48019 with flag 655038/316219
37.18/36.50	c cleaning 24997 clauses out of 50019 with flag 708828/342219
41.18/40.41	c cleaning 26001 clauses out of 52021 with flag 765192/369218
44.68/43.97	c cleaning 26997 clauses out of 54021 with flag 823857/397219
48.25/47.43	c cleaning 28000 clauses out of 56024 with flag 884954/426219
52.24/51.48	c cleaning 29001 clauses out of 58023 with flag 947529/456218
56.24/55.41	c cleaning 29999 clauses out of 60022 with flag 1012284/487218
60.25/59.46	c cleaning 31002 clauses out of 62024 with flag 1079083/519219
65.48/64.52	c cleaning 31999 clauses out of 64022 with flag 1146994/552219
70.68/69.72	c cleaning 32999 clauses out of 66022 with flag 1217165/586218
75.48/74.55	c cleaning 33997 clauses out of 68024 with flag 1289520/621219
79.68/78.74	c Got one! Elapsed wall clock time (in seconds):78.621
79.68/78.74	o 223
80.90/79.92	c cleaning 35312 clauses out of 70643 with flag 10621/657835
81.60/80.63	c cleaning 20654 clauses out of 41330 with flag 23189/663834
82.20/81.23	c cleaning 13825 clauses out of 27677 with flag 37855/670835
83.04/81.93	c cleaning 10914 clauses out of 21851 with flag 54576/678834
83.74/82.64	c cleaning 9957 clauses out of 19937 with flag 73162/687834
84.54/83.47	c cleaning 9976 clauses out of 19981 with flag 93907/697835
85.54/84.44	c cleaning 10490 clauses out of 21004 with flag 116924/708834
86.54/85.40	c cleaning 11252 clauses out of 22514 with flag 142277/720834
87.64/86.54	c cleaning 12125 clauses out of 24262 with flag 169442/733834
88.94/87.80	c cleaning 13059 clauses out of 26137 with flag 198885/747834
90.34/89.27	c cleaning 14029 clauses out of 28078 with flag 230428/762834
91.93/90.89	c cleaning 15016 clauses out of 30049 with flag 264214/778834
93.64/92.56	c cleaning 16008 clauses out of 32033 with flag 300222/795834
95.65/94.46	c cleaning 17004 clauses out of 34025 with flag 338251/813834
97.65/96.42	c cleaning 18002 clauses out of 36022 with flag 379485/832835
99.75/98.54	c cleaning 19002 clauses out of 38019 with flag 421639/852834
102.45/101.23	c cleaning 19999 clauses out of 40017 with flag 466037/873834
105.15/103.94	c cleaning 21000 clauses out of 42018 with flag 512430/895834
107.95/106.79	c cleaning 22001 clauses out of 44019 with flag 561408/918835
110.85/109.54	c cleaning 23002 clauses out of 46017 with flag 612651/942834
113.95/112.68	c cleaning 24002 clauses out of 48015 with flag 665501/967834
117.35/116.06	c cleaning 24993 clauses out of 50013 with flag 719812/993834
120.55/119.22	c cleaning 26001 clauses out of 52020 with flag 776335/1020834
123.65/122.37	c cleaning 26999 clauses out of 54020 with flag 835359/1048835
127.63/126.27	c cleaning 28003 clauses out of 56020 with flag 896250/1077834
131.53/130.18	c cleaning 28997 clauses out of 58018 with flag 959074/1107835
135.53/134.11	c cleaning 30001 clauses out of 60020 with flag 1023703/1138834
139.83/138.42	c cleaning 31002 clauses out of 62019 with flag 1090660/1170834
144.06/142.52	c cleaning 32002 clauses out of 64018 with flag 1159979/1203835
147.77/146.30	c cleaning 32998 clauses out of 66015 with flag 1230740/1237834
152.07/150.50	c cleaning 33996 clauses out of 68017 with flag 1303463/1272834
156.70/155.10	c cleaning 35000 clauses out of 70021 with flag 1378473/1308834
161.60/159.91	c cleaning 36002 clauses out of 72021 with flag 1455672/1345834
166.20/164.52	c cleaning 36999 clauses out of 74020 with flag 1535006/1383835
171.32/169.58	c cleaning 37999 clauses out of 76021 with flag 1616520/1422835
176.72/174.98	c cleaning 38999 clauses out of 78022 with flag 1700354/1462835
183.42/181.66	c cleaning 40003 clauses out of 80022 with flag 1785693/1503834
189.53/187.75	c cleaning 41001 clauses out of 82019 with flag 1872394/1545834
195.73/193.94	c cleaning 42001 clauses out of 84019 with flag 1961976/1588835
201.88/200.08	c cleaning 42995 clauses out of 86018 with flag 2053597/1632835
208.68/206.86	c cleaning 44000 clauses out of 88022 with flag 2148108/1677834
216.42/214.52	c cleaning 44998 clauses out of 90022 with flag 2243943/1723834
224.02/222.14	c cleaning 45997 clauses out of 92024 with flag 2342700/1770834
231.53/229.67	c cleaning 46997 clauses out of 94028 with flag 2443681/1818835
240.23/238.38	c cleaning 48007 clauses out of 96030 with flag 2545519/1867834
248.85/246.91	c cleaning 49001 clauses out of 98023 with flag 2649667/1917834
256.93/254.94	c cleaning 50007 clauses out of 100023 with flag 2758592/1968835
264.93/262.98	c cleaning 51000 clauses out of 102015 with flag 2869031/2020834
274.63/272.52	c cleaning 51999 clauses out of 104016 with flag 2980977/2073835
283.30/281.10	c cleaning 53000 clauses out of 106016 with flag 3095132/2127834
293.10/290.97	c cleaning 53998 clauses out of 108016 with flag 3212019/2182834
302.54/300.37	c cleaning 55000 clauses out of 110018 with flag 3329818/2238834
312.81/310.54	c cleaning 55997 clauses out of 112018 with flag 3451040/2295834
323.91/321.69	c cleaning 57004 clauses out of 114023 with flag 3572555/2353836
335.38/333.03	c cleaning 57999 clauses out of 116018 with flag 3696073/2412835
347.86/345.45	c cleaning 59001 clauses out of 118019 with flag 3822043/2472835
359.55/357.03	c cleaning 59998 clauses out of 120017 with flag 3950214/2533834
371.91/369.35	c cleaning 60996 clauses out of 122019 with flag 4080359/2595834
386.40/383.81	c cleaning 61999 clauses out of 124023 with flag 4212813/2658834
396.96/394.33	c cleaning 63003 clauses out of 126024 with flag 4347118/2722834
407.17/404.55	c cleaning 64004 clauses out of 128021 with flag 4482965/2787834
418.70/416.03	c cleaning 64999 clauses out of 130017 with flag 4621253/2853834
430.27/427.59	c cleaning 65997 clauses out of 132019 with flag 4761393/2920835
445.31/442.58	c cleaning 67000 clauses out of 134021 with flag 4903210/2988834
458.37/455.56	c cleaning 68000 clauses out of 136022 with flag 5046508/3057835
472.13/469.22	c cleaning 68999 clauses out of 138023 with flag 5192454/3127836
486.67/483.71	c cleaning 70000 clauses out of 140022 with flag 5341047/3198834
501.69/498.73	c cleaning 70999 clauses out of 142022 with flag 5491701/3270834
518.57/515.55	c cleaning 71998 clauses out of 144024 with flag 5643951/3343835
531.63/528.58	c cleaning 73002 clauses out of 146025 with flag 5800565/3417834
547.57/544.43	c cleaning 74002 clauses out of 148023 with flag 5958219/3492834
562.25/559.04	c cleaning 74995 clauses out of 150022 with flag 6117585/3568835
578.93/575.61	c cleaning 75999 clauses out of 152026 with flag 6278431/3645834
596.60/593.20	c cleaning 77000 clauses out of 154028 with flag 6441561/3723835
616.54/613.04	c cleaning 78004 clauses out of 156028 with flag 6607256/3802835
631.98/628.49	c cleaning 78998 clauses out of 158023 with flag 6775322/3882834
649.07/645.41	c cleaning 80000 clauses out of 160026 with flag 6945433/3963835
668.55/664.90	c cleaning 80998 clauses out of 162025 with flag 7116732/4045834
687.06/683.27	c cleaning 82001 clauses out of 164028 with flag 7291765/4128835
708.77/704.82	c cleaning 83003 clauses out of 166026 with flag 7467209/4212834
726.97/722.91	c cleaning 83997 clauses out of 168024 with flag 7644496/4297835
745.57/741.50	c cleaning 85002 clauses out of 170026 with flag 7824367/4383834
761.64/757.46	c cleaning 86004 clauses out of 172024 with flag 8006036/4470834
780.01/775.62	c cleaning 87001 clauses out of 174020 with flag 8190212/4558834
798.43/793.98	c cleaning 88003 clauses out of 176020 with flag 8376036/4647835
817.16/812.53	c cleaning 88999 clauses out of 178017 with flag 8561524/4737835
839.47/834.74	c cleaning 89997 clauses out of 180018 with flag 8750115/4828835
865.13/860.25	c cleaning 90999 clauses out of 182021 with flag 8941053/4920835
884.55/879.59	c cleaning 92000 clauses out of 184022 with flag 9132671/5013835
905.92/900.74	c cleaning 93000 clauses out of 186021 with flag 9327064/5107834
931.37/926.09	c cleaning 93998 clauses out of 188021 with flag 9522488/5202834
950.32/944.83	c cleaning 95000 clauses out of 190024 with flag 9721604/5298835
973.40/967.77	c cleaning 96000 clauses out of 192024 with flag 9923998/5395835
995.73/989.92	c cleaning 97000 clauses out of 194024 with flag 10127859/5493835
1018.48/1012.54	c cleaning 98001 clauses out of 196024 with flag 10334481/5592835
1044.49/1038.30	c cleaning 98997 clauses out of 198022 with flag 10541972/5692834
1073.10/1066.72	c cleaning 100003 clauses out of 200025 with flag 10751453/5793834
1101.76/1095.22	c cleaning 100996 clauses out of 202023 with flag 10962377/5895835
1128.74/1122.09	c cleaning 102005 clauses out of 204028 with flag 11177086/5998836
1157.28/1150.46	c cleaning 102999 clauses out of 206022 with flag 11394823/6102835
1182.09/1175.09	c cleaning 104001 clauses out of 208023 with flag 11615689/6207835
1208.12/1200.83	c cleaning 104998 clauses out of 210021 with flag 11838616/6313834
1235.35/1227.85	c cleaning 106003 clauses out of 212023 with flag 12062237/6420834
1265.64/1257.83	c cleaning 106999 clauses out of 214021 with flag 12287925/6528835
1296.21/1288.11	c cleaning 108000 clauses out of 216022 with flag 12515995/6637835
1321.86/1313.56	c cleaning 109001 clauses out of 218021 with flag 12746508/6747834
1347.81/1339.26	c cleaning 110000 clauses out of 220020 with flag 12980071/6858834
1385.01/1376.20	c cleaning 110999 clauses out of 222020 with flag 13213642/6970834
1414.29/1405.04	c cleaning 112000 clauses out of 224022 with flag 13450294/7083835
1443.66/1434.20	c cleaning 112997 clauses out of 226022 with flag 13690306/7197835
1475.54/1465.64	c cleaning 113997 clauses out of 228024 with flag 13930977/7312834
1513.43/1503.23	c cleaning 115003 clauses out of 230027 with flag 14172771/7428834
1540.96/1530.48	c cleaning 116006 clauses out of 232026 with flag 14418414/7545836
1569.68/1558.98	c cleaning 117002 clauses out of 234019 with flag 14665689/7663835
1607.88/1596.73	c cleaning 117999 clauses out of 236017 with flag 14914584/7782835
1646.19/1634.66	c cleaning 118998 clauses out of 238017 with flag 15165896/7902834
1681.94/1670.01	c cleaning 120000 clauses out of 240019 with flag 15418524/8023834
1713.39/1701.02	c cleaning 121000 clauses out of 242020 with flag 15673810/8145835
1745.82/1733.19	c cleaning 122000 clauses out of 244020 with flag 15930791/8268835
1782.71/1769.72	c cleaning 122997 clauses out of 246020 with flag 16190078/8392835
1800.07/1786.70	c starts		: 6
1800.07/1786.70	c conflicts		: 8476930
1800.07/1786.70	c decisions		: 11981649
1800.07/1786.70	c propagations		: 290948524
1800.07/1786.70	c inspects		: 32097714531
1800.07/1786.70	c shortcuts		: 0
1800.07/1786.70	c learnt literals	: 0
1800.07/1786.70	c learnt binary clauses	: 0
1800.07/1786.70	c learnt ternary clauses	: 0
1800.07/1786.70	c learnt constraints	: 8476930
1800.07/1786.70	c ignored constraints	: 0
1800.07/1786.70	c root simplifications	: 0
1800.07/1786.70	c removed literals (reason simplification)	: 0
1800.07/1786.70	c reason swapping (by a shorter reason)	: 0
1800.07/1786.70	c Calls to reduceDB	: 151
1800.07/1786.70	c Number of update (reduction) of LBD	: 124863
1800.07/1786.70	c Imported unit clauses	: 0
1800.07/1786.70	c number of reductions to clauses (during analyze)	: 0
1800.07/1786.70	c number of learned constraints concerned by reduction	: 0
1800.07/1786.70	c number of learning phase by resolution	: 0
1800.07/1786.70	c number of learning phase by cutting planes	: 0
1800.07/1786.70	c speed (assignments/second)	: 162862.43246450537
1800.07/1786.70	c non guided choices	0
1800.07/1786.73	c learnt constraints type 
1800.07/1786.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 207118
1800.07/1786.73	s SATISFIABLE
1800.07/1786.73	c Found 5 solution(s)
1800.07/1786.74	v -x1 x2 x3 -x4 -x5 -x6 -x7 -x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 -x18 x19 x20 x21 x22 x23 -x24 x25 x26 -x27 x28 -x29 x30 x31 -x32 x33 x34 -x35 x36 x37 -x38 -x39 x40 x41 x42 x43 x44 x45 x46 -x47 x48 x49 x50 x51 x52 -x53 -x54 x55 x56 -x57 -x58 x59 x60 -x61 x62 x63 x64 x65 x66 x67 -x68 -x69 x70 -x71 x72 x73 x74 x75 x76 x77 -x78 x79 x80 x81 x82 x83 x84 -x85 x86 x87 x88 x89 -x90 x91 x92 -x93 x94 -x95 x96 x97 x98 x99 x100 x101 -x102 x103 x104 -x105 x106 x107 x108 x109 x110 -x111 x112 x113 x114 x115 x116 x117 x118 x119 -x120 x121 -x122 -x123 -x124 x125 -x126 x127 -x128 x129 -x130 -x131 -x132 x133 x134 x135 -x136 x137 x138 x139 x140 x141 x142 x143 x144 -x145 -x146 x147 x148 x149 x150 x151 x152 -x153 x154 -x155 -x156 x157 x158 -x159 x160 x161 x162 x163 x164 -x165 -x166 x167 -x168 -x169 x170 x171 x172 x173 x174 -x175 x176 x177 x178 x179 x180 -x181 -x182 x183 x184 x185 x186 x187 x188 x189 x190 -x191 x192 -x193 x194 -x195 x196 x197 x198 x199 -x200 x201 x202 x203 x204 x205 -x206 x207 -x208 x209 -x210 x211 -x212 -x213 x214 -x215 x216 x217 -x218 -x219 -x220 -x221 x222 x223 x224 x225 -x226 -x227 -x228 -x229 -x230 x231 -x232 x233 -x234 -x235 -x236 x237 -x238 x239 x240 -x241 x242 -x243 -x244 -x245 x246 x247 -x248 -x249 -x250 x251 -x252 -x253 x254 -x255 x256 -x257 -x258 x259 -x260 -x261 x262 x263 -x264 x265 x266 x267 x268 -x269 x270 -x271 -x272 x273 -x274 -x275 x276 x277 x278 x279 x280 x281 -x282 -x283 -x284 -x285 x286 x287 x288 -x289 x290 -x291 -x292 -x293 x294 x295 x296 x297 -x298 -x299 -x300 -x301 -x302 x303 -x304 x305 -x306 x307 -x308 x309 x310 x311 x312 x313 -x314 -x315 -x316 -x317 x318 -x319 -x320 -x321 -x322 -x323 x324 -x325 -x326 -x327 -x328 -x329 x330 -x331 -x332 -x333 -x334 x335 x336 x337 -x338 -x339 -x340 -x341 -x342 x343 x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 x354 -x355 -x356 -x357 -x358 x359 -x360 -x361 x362 -x363 -x364 x365 -x366 x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 x378 x379 -x380 -x381 -x382 -x383 -x384 x385 -x386 -x387 -x388 -x389 x390 -x391 -x392 x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 x412 -x413 x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 x446 -x447 x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 
1800.07/1786.74	c objective function=223
1800.07/1786.74	c Total wall clock time (in seconds): 1786.615

Verifier Data

OK	223

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-4085271-1465224378/watcher-4085271-1465224378 -o /tmp/evaluation-result-4085271-1465224378/solver-4085271-1465224378 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1465216773-5890 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085271-1465224378.opb 

pid=8190
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.18 2.16 2.16 2/194 8193
/proc/meminfo: memFree=30237824/32872528 swapFree=16740/1306504
[pid=8193] ppid=8190 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/8193/stat : 8193 (java) R 8190 8193 5873 0 -1 4202496 503 0 0 0 0 0 0 0 20 0 1 0 104370423 9515008 156 33554432000 1073741824 1073778376 140734351584736 140734351581864 1073762786 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8193/statm: 2323 170 128 9 0 71 0

[startup+0.100064 s]
/proc/loadavg: 2.18 2.16 2.16 2/194 8193
/proc/meminfo: memFree=30237824/32872528 swapFree=16740/1306504
[pid=8193] ppid=8190 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/8193/stat : 8193 (java) S 8190 8193 5873 0 -1 4202496 4384 0 1 0 8 1 0 0 20 0 18 0 104370423 9787879424 5514 33554432000 1073741824 1073778376 140734351584736 140734351575872 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8193/statm: 2389619 5514 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.203651 s]
/proc/loadavg: 2.18 2.16 2.16 2/194 8193
/proc/meminfo: memFree=30237824/32872528 swapFree=16740/1306504
[pid=8193] ppid=8190 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/8193/stat : 8193 (java) S 8190 8193 5873 0 -1 4202496 4960 0 1 0 26 1 0 0 20 0 18 0 104370423 9787879424 7012 33554432000 1073741824 1073778376 140734351584736 140734351575872 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8193/statm: 2389619 7012 2213 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.30023 s]
/proc/loadavg: 2.18 2.16 2.16 2/194 8193
/proc/meminfo: memFree=30237824/32872528 swapFree=16740/1306504
[pid=8193] ppid=8190 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/8193/stat : 8193 (java) S 8190 8193 5873 0 -1 4202496 6645 0 1 0 49 2 0 0 20 0 19 0 104370423 9856040960 9020 33554432000 1073741824 1073778376 140734351584736 140734351575872 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8193/statm: 2406260 9020 2242 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700141 s]
/proc/loadavg: 2.18 2.16 2.16 2/194 8193
/proc/meminfo: memFree=30237824/32872528 swapFree=16740/1306504
[pid=8193] ppid=8190 vsize=9625040 CPUtime=1.19 cores=1,3,5,7
/proc/8193/stat : 8193 (java) S 8190 8193 5873 0 -1 4202496 8336 0 1 0 117 2 0 0 20 0 19 0 104370423 9856040960 10893 33554432000 1073741824 1073778376 140734351584736 140734351575872 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8193/statm: 2406260 10893 2250 9 0 2396937 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.18 2.16 2.16 3/213 8212
/proc/meminfo: memFree=30198084/32872528 swapFree=16740/1306504
[pid=8193] ppid=8190 vsize=9625040 CPUtime=2.14 cores=1,3,5,7
/proc/8193/stat : 8193 (java) S 8190 8193 5873 0 -1 4202496 8938 0 1 0 211 3 0 0 20 0 19 0 104370423 9856040960 13496 33554432000 1073741824 1073778376 140734351584736 140734351575872 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8193/statm: 2406260 13496 2260 9 0 2396937 0
[pid=8193/tid=8195] ppid=8190 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/8193/task/8195/stat : 8195 (java) R 8190 8193 5873 0 -1 4202560 2427 0 1 0 145 2 0 0 20 0 19 0 104370424 9856040960 13496 33554432000 1073741824 1073778376 140734351584736 139679366516432 139679198833648 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8193/tid=8196] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8196/stat : 8196 (java) S 8190 8193 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104370425 9856040960 13496 33554432000 1073741824 1073778376 140734351584736 139679328017320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8193/tid=8197] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8197/stat : 8197 (java) S 8190 8193 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104370425 9856040960 13496 33554432000 1073741824 1073778376 140734351584736 139679326964776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8193/tid=8198] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8198/stat : 8198 (java) S 8190 8193 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104370425 9856040960 13496 33554432000 1073741824 1073778376 140734351584736 139679325911720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8193/tid=8199] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8199/stat : 8199 (java) S 8190 8193 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104370425 9856040960 13496 33554432000 1073741824 1073778376 140734351584736 139679324859176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8193/tid=8200] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8200/stat : 8200 (java) S 8190 8193 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104370425 9856040960 13496 33554432000 1073741824 1073778376 140734351584736 139679323806120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8193/tid=8201] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8201/stat : 8201 (java) S 8190 8193 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104370425 9856040960 13496 33554432000 1073741824 1073778376 140734351584736 139679322753576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8193/tid=8202] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8202/stat : 8202 (java) S 8190 8193 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104370425 9856040960 13496 33554432000 1073741824 1073778376 140734351584736 139679321700520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8193/tid=8203] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8203/stat : 8203 (java) S 8190 8193 5873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104370425 9856040960 13496 33554432000 1073741824 1073778376 140734351584736 139679320647976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8193/tid=8204] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8204/stat : 8204 (java) S 8190 8193 5873 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104370426 9856040960 13496 33554432000 1073741824 1073778376 140734351584736 139679189920616 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8193/tid=8205] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8205/stat : 8205 (java) S 8190 8193 5873 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104370426 9856040960 13496 33554432000 1073741824 1073778376 140734351584736 139679188866936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8193/tid=8206] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8206/stat : 8206 (java) S 8190 8193 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104370426 9856040960 13496 33554432000 1073741824 1073778376 140734351584736 139679187813768 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8193/tid=8207] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8207/stat : 8207 (java) S 8190 8193 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104370429 9856040960 13496 33554432000 1073741824 1073778376 140734351584736 139679186762512 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8193/tid=8208] ppid=8190 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/8193/task/8208/stat : 8208 (java) S 8190 8193 5873 0 -1 4202560 2362 0 0 0 27 0 0 0 20 0 19 0 104370429 9856040960 13496 33554432000 1073741824 1073778376 140734351584736 139679185709368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8193/tid=8209] ppid=8190 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/8193/task/8209/stat : 8209 (java) S 8190 8193 5873 0 -1 4202560 2877 0 0 0 36 0 0 0 20 0 19 0 104370429 9856040960 13496 33554432000 1073741824 1073778376 140734351584736 139679184656824 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8193/tid=8210] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8210/stat : 8210 (java) S 8190 8193 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104370429 9856040960 13496 33554432000 1073741824 1073778376 140734351584736 139679183603960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8193/tid=8211] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8211/stat : 8211 (java) S 8190 8193 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104370429 9856040960 13496 33554432000 1073741824 1073778376 140734351584736 139678174931528 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8193/tid=8212] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8212/stat : 8212 (java) S 8190 8193 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104370447 9856040960 13496 33554432000 1073741824 1073778376 140734351584736 139678173877800 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 9625040

[startup+3.10083 s]
/proc/loadavg: 2.18 2.16 2.16 3/213 8212
/proc/meminfo: memFree=30183420/32872528 swapFree=16740/1306504
[pid=8193] ppid=8190 vsize=9625040 CPUtime=3.77 cores=1,3,5,7
/proc/8193/stat : 8193 (java) S 8190 8193 5873 0 -1 4202496 8948 0 1 0 374 3 0 0 20 0 19 0 104370423 9856040960 18104 33554432000 1073741824 1073778376 140734351584736 140734351575872 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8193/statm: 2406260 18104 2260 9 0 2396937 0
[pid=8193/tid=8195] ppid=8190 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/8193/task/8195/stat : 8195 (java) R 8190 8193 5873 0 -1 4202560 2437 0 1 0 304 2 0 0 20 0 19 0 104370424 9856040960 18104 33554432000 1073741824 1073778376 140734351584736 139679366525304 139679198961169 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8193/tid=8196] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8196/stat : 8196 (java) S 8190 8193 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104370425 9856040960 18104 33554432000 1073741824 1073778376 140734351584736 139679328017320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8193/tid=8197] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8197/stat : 8197 (java) S 8190 8193 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104370425 9856040960 18104 33554432000 1073741824 1073778376 140734351584736 139679326964776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8193/tid=8198] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8198/stat : 8198 (java) S 8190 8193 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104370425 9856040960 18104 33554432000 1073741824 1073778376 140734351584736 139679325911720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8193/tid=8199] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8199/stat : 8199 (java) S 8190 8193 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104370425 9856040960 18104 33554432000 1073741824 1073778376 140734351584736 139679324859176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8193/tid=8200] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8200/stat : 8200 (java) S 8190 8193 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104370425 9856040960 18104 33554432000 1073741824 1073778376 140734351584736 139679323806120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8193/tid=8201] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8201/stat : 8201 (java) S 8190 8193 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104370425 9856040960 18104 33554432000 1073741824 1073778376 140734351584736 139679322753576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8193/tid=8202] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8202/stat : 8202 (java) S 8190 8193 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104370425 9856040960 18104 33554432000 1073741824 1073778376 140734351584736 139679321700520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8193/tid=8203] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8203/stat : 8203 (java) S 8190 8193 5873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104370425 9856040960 18104 33554432000 1073741824 1073778376 140734351584736 139679320647976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8193/tid=8204] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8204/stat : 8204 (java) S 8190 8193 5873 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104370426 9856040960 18104 33554432000 1073741824 1073778376 140734351584736 139679189920616 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8193/tid=8205] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8205/stat : 8205 (java) S 8190 8193 5873 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104370426 9856040960 18104 33554432000 1073741824 1073778376 140734351584736 139679188866936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8193/tid=8206] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8206/stat : 8206 (java) S 8190 8193 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104370426 9856040960 18104 33554432000 1073741824 1073778376 140734351584736 139679187813768 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8193/tid=8207] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8207/stat : 8207 (java) S 8190 8193 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104370429 9856040960 18104 33554432000 1073741824 1073778376 140734351584736 139679186762512 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8193/tid=8208] ppid=8190 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/8193/task/8208/stat : 8208 (java) S 8190 8193 5873 0 -1 4202560 2362 0 0 0 28 0 0 0 20 0 19 0 104370429 9856040960 18104 33554432000 1073741824 1073778376 140734351584736 139679185709368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8193/tid=8209] ppid=8190 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/8193/task/8209/stat : 8209 (java) S 8190 8193 5873 0 -1 4202560 2877 0 0 0 39 0 0 0 20 0 19 0 104370429 9856040960 18104 33554432000 1073741824 1073778376 140734351584736 139679184656824 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8193/tid=8210] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8210/stat : 8210 (java) S 8190 8193 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104370429 9856040960 18104 33554432000 1073741824 1073778376 140734351584736 139679183603960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8193/tid=8211] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8211/stat : 8211 (java) S 8190 8193 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104370429 9856040960 18104 33554432000 1073741824 1073778376 140734351584736 139678174931528 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8193/tid=8212] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8212/stat : 8212 (java) S 8190 8193 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104370447 9856040960 18104 33554432000 1073741824 1073778376 140734351584736 139678173877800 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.77
Current children cumulated vsize (KiB) 9625040

[startup+6.30075 s]
/proc/loadavg: 2.17 2.16 2.16 3/213 8212
/proc/meminfo: memFree=30144524/32872528 swapFree=16740/1306504
[pid=8193] ppid=8190 vsize=9625040 CPUtime=6.97 cores=1,3,5,7
/proc/8193/stat : 8193 (java) S 8190 8193 5873 0 -1 4202496 8968 0 1 0 694 3 0 0 20 0 19 0 104370423 9856040960 27094 33554432000 1073741824 1073778376 140734351584736 140734351575872 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8193/statm: 2406260 27094 2261 9 0 2396937 0
[pid=8193/tid=8195] ppid=8190 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/8193/task/8195/stat : 8195 (java) R 8190 8193 5873 0 -1 4202560 2456 0 1 0 624 2 0 0 20 0 19 0 104370424 9856040960 27094 33554432000 1073741824 1073778376 140734351584736 139679366516416 139679198858381 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8193/tid=8196] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8196/stat : 8196 (java) S 8190 8193 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104370425 9856040960 27094 33554432000 1073741824 1073778376 140734351584736 139679328017320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8193/tid=8197] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8197/stat : 8197 (java) S 8190 8193 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104370425 9856040960 27094 33554432000 1073741824 1073778376 140734351584736 139679326964776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8193/tid=8198] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8198/stat : 8198 (java) S 8190 8193 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104370425 9856040960 27094 33554432000 1073741824 1073778376 140734351584736 139679325911720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8193/tid=8199] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8199/stat : 8199 (java) S 8190 8193 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104370425 9856040960 27094 33554432000 1073741824 1073778376 140734351584736 139679324859176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8193/tid=8200] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8200/stat : 8200 (java) S 8190 8193 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104370425 9856040960 27094 33554432000 1073741824 1073778376 140734351584736 139679323806120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8193/tid=8201] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8201/stat : 8201 (java) S 8190 8193 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104370425 9856040960 27094 33554432000 1073741824 1073778376 140734351584736 139679322753576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8193/tid=8202] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8202/stat : 8202 (java) S 8190 8193 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104370425 9856040960 27094 33554432000 1073741824 1073778376 140734351584736 139679321700520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8193/tid=8203] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8203/stat : 8203 (java) S 8190 8193 5873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104370425 9856040960 27094 33554432000 1073741824 1073778376 140734351584736 139679320647976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8193/tid=8204] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8204/stat : 8204 (java) S 8190 8193 5873 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104370426 9856040960 27094 33554432000 1073741824 1073778376 140734351584736 139679189920616 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8193/tid=8205] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8205/stat : 8205 (java) S 8190 8193 5873 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104370426 9856040960 27094 33554432000 1073741824 1073778376 140734351584736 139679188866936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8193/tid=8206] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8206/stat : 8206 (java) S 8190 8193 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104370426 9856040960 27094 33554432000 1073741824 1073778376 140734351584736 139679187813768 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8193/tid=8207] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8207/stat : 8207 (java) S 8190 8193 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104370429 9856040960 27094 33554432000 1073741824 1073778376 140734351584736 139679186762512 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8193/tid=8208] ppid=8190 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/8193/task/8208/stat : 8208 (java) S 8190 8193 5873 0 -1 4202560 2362 0 0 0 28 0 0 0 20 0 19 0 104370429 9856040960 27094 33554432000 1073741824 1073778376 140734351584736 139679185709368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8193/tid=8209] ppid=8190 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/8193/task/8209/stat : 8209 (java) S 8190 8193 5873 0 -1 4202560 2877 0 0 0 39 0 0 0 20 0 19 0 104370429 9856040960 27094 33554432000 1073741824 1073778376 140734351584736 139679184656824 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8193/tid=8210] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8210/stat : 8210 (java) S 8190 8193 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104370429 9856040960 27094 33554432000 1073741824 1073778376 140734351584736 139679183603960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8193/tid=8211] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8211/stat : 8211 (java) S 8190 8193 5873 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 104370429 9856040960 27094 33554432000 1073741824 1073778376 140734351584736 139678174931528 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8193/tid=8212] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8212/stat : 8212 (java) S 8190 8193 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104370447 9856040960 27094 33554432000 1073741824 1073778376 140734351584736 139678173877800 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.97
Current children cumulated vsize (KiB) 9625040


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

[pid=8193/tid=8205] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8205/stat : 8205 (java) S 8190 8193 5873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104370426 9856040960 106318 33554432000 1073741824 1073778376 140734351584736 139679188866936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8193/tid=8206] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8206/stat : 8206 (java) S 8190 8193 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104370426 9856040960 106318 33554432000 1073741824 1073778376 140734351584736 139679187813768 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8193/tid=8207] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8207/stat : 8207 (java) S 8190 8193 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104370429 9856040960 106318 33554432000 1073741824 1073778376 140734351584736 139679186762512 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8193/tid=8208] ppid=8190 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/8193/task/8208/stat : 8208 (java) S 8190 8193 5873 0 -1 4202560 2623 0 0 0 30 0 0 0 20 0 19 0 104370429 9856040960 106318 33554432000 1073741824 1073778376 140734351584736 139679185709368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8193/tid=8209] ppid=8190 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/8193/task/8209/stat : 8209 (java) S 8190 8193 5873 0 -1 4202560 2878 0 0 0 40 0 0 0 20 0 19 0 104370429 9856040960 106318 33554432000 1073741824 1073778376 140734351584736 139679184656824 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8193/tid=8210] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8210/stat : 8210 (java) S 8190 8193 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104370429 9856040960 106318 33554432000 1073741824 1073778376 140734351584736 139679183603960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8193/tid=8211] ppid=8190 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/8193/task/8211/stat : 8211 (java) S 8190 8193 5873 0 -1 4202560 99 0 0 0 27 24 0 0 20 0 19 0 104370429 9856040960 106318 33554432000 1073741824 1073778376 140734351584736 139678174931528 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8193/tid=8212] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8212/stat : 8212 (java) S 8190 8193 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104370447 9856040960 106318 33554432000 1073741824 1073778376 140734351584736 139678173877800 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1734.93
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.21 2.22 2.18 4/213 8344
/proc/meminfo: memFree=28860100/32872528 swapFree=16740/1306504
[pid=8193] ppid=8190 vsize=9625040 CPUtime=1795.62 cores=1,3,5,7
/proc/8193/stat : 8193 (java) S 8190 8193 5873 0 -1 4202496 25292 0 1 0 179440 122 0 0 20 0 19 0 104370423 9856040960 108334 33554432000 1073741824 1073778376 140734351584736 140734351575872 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8193/statm: 2406260 108334 2283 9 0 2396937 0
[pid=8193/tid=8195] ppid=8190 vsize=9625040 CPUtime=1772.49 cores=1,3,5,7
/proc/8193/task/8195/stat : 8195 (java) R 8190 8193 5873 0 -1 4202560 2829 0 1 0 177215 34 0 0 20 0 19 0 104370424 9856040960 108334 33554432000 1073741824 1073778376 140734351584736 139679366524096 139679199032901 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8193/tid=8196] ppid=8190 vsize=9625040 CPUtime=2.28 cores=1,3,5,7
/proc/8193/task/8196/stat : 8196 (java) S 8190 8193 5873 0 -1 4202560 1758 0 0 0 217 11 0 0 20 0 19 0 104370425 9856040960 108334 33554432000 1073741824 1073778376 140734351584736 139679328017320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8193/tid=8197] ppid=8190 vsize=9625040 CPUtime=2.1 cores=1,3,5,7
/proc/8193/task/8197/stat : 8197 (java) S 8190 8193 5873 0 -1 4202560 1516 0 0 0 201 9 0 0 20 0 19 0 104370425 9856040960 108334 33554432000 1073741824 1073778376 140734351584736 139679326964776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8193/tid=8198] ppid=8190 vsize=9625040 CPUtime=2.34 cores=1,3,5,7
/proc/8193/task/8198/stat : 8198 (java) S 8190 8193 5873 0 -1 4202560 1592 0 0 0 222 12 0 0 20 0 19 0 104370425 9856040960 108334 33554432000 1073741824 1073778376 140734351584736 139679325911720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8193/tid=8199] ppid=8190 vsize=9625040 CPUtime=2.29 cores=1,3,5,7
/proc/8193/task/8199/stat : 8199 (java) S 8190 8193 5873 0 -1 4202560 1547 0 0 0 218 11 0 0 20 0 19 0 104370425 9856040960 108334 33554432000 1073741824 1073778376 140734351584736 139679324859176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8193/tid=8200] ppid=8190 vsize=9625040 CPUtime=2.25 cores=1,3,5,7
/proc/8193/task/8200/stat : 8200 (java) S 8190 8193 5873 0 -1 4202560 2099 0 0 0 215 10 0 0 20 0 19 0 104370425 9856040960 108334 33554432000 1073741824 1073778376 140734351584736 139679323806120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8193/tid=8201] ppid=8190 vsize=9625040 CPUtime=2.25 cores=1,3,5,7
/proc/8193/task/8201/stat : 8201 (java) S 8190 8193 5873 0 -1 4202560 1068 0 0 0 216 9 0 0 20 0 19 0 104370425 9856040960 108334 33554432000 1073741824 1073778376 140734351584736 139679322753576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8193/tid=8202] ppid=8190 vsize=9625040 CPUtime=2.33 cores=1,3,5,7
/proc/8193/task/8202/stat : 8202 (java) S 8190 8193 5873 0 -1 4202560 3099 0 0 0 218 15 0 0 20 0 19 0 104370425 9856040960 108334 33554432000 1073741824 1073778376 140734351584736 139679321700520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8193/tid=8203] ppid=8190 vsize=9625040 CPUtime=2.16 cores=1,3,5,7
/proc/8193/task/8203/stat : 8203 (java) S 8190 8193 5873 0 -1 4202560 2168 0 0 0 206 10 0 0 20 0 19 0 104370425 9856040960 108334 33554432000 1073741824 1073778376 140734351584736 139679320647976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8193/tid=8204] ppid=8190 vsize=9625040 CPUtime=4.26 cores=1,3,5,7
/proc/8193/task/8204/stat : 8204 (java) S 8190 8193 5873 0 -1 4202560 754 0 0 0 421 5 0 0 20 0 19 0 104370426 9856040960 108334 33554432000 1073741824 1073778376 140734351584736 139679189920616 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8193/tid=8205] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8205/stat : 8205 (java) S 8190 8193 5873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104370426 9856040960 108334 33554432000 1073741824 1073778376 140734351584736 139679188866936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8193/tid=8206] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8206/stat : 8206 (java) S 8190 8193 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104370426 9856040960 108334 33554432000 1073741824 1073778376 140734351584736 139679187813768 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8193/tid=8207] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8207/stat : 8207 (java) S 8190 8193 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104370429 9856040960 108334 33554432000 1073741824 1073778376 140734351584736 139679186762512 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8193/tid=8208] ppid=8190 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/8193/task/8208/stat : 8208 (java) S 8190 8193 5873 0 -1 4202560 2623 0 0 0 30 0 0 0 20 0 19 0 104370429 9856040960 108334 33554432000 1073741824 1073778376 140734351584736 139679185709368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8193/tid=8209] ppid=8190 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/8193/task/8209/stat : 8209 (java) S 8190 8193 5873 0 -1 4202560 2878 0 0 0 40 0 0 0 20 0 19 0 104370429 9856040960 108334 33554432000 1073741824 1073778376 140734351584736 139679184656824 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8193/tid=8210] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8210/stat : 8210 (java) S 8190 8193 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104370429 9856040960 108334 33554432000 1073741824 1073778376 140734351584736 139679183603960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8193/tid=8211] ppid=8190 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/8193/task/8211/stat : 8211 (java) S 8190 8193 5873 0 -1 4202560 103 0 0 0 27 25 0 0 20 0 19 0 104370429 9856040960 108334 33554432000 1073741824 1073778376 140734351584736 139678174931528 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8193/tid=8212] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8212/stat : 8212 (java) S 8190 8193 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104370447 9856040960 108334 33554432000 1073741824 1073778376 140734351584736 139678173877800 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1795.62
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.7 s]
/proc/loadavg: 2.19 2.21 2.18 3/213 8344
/proc/meminfo: memFree=28865064/32872528 swapFree=16740/1306504
[pid=8193] ppid=8190 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/8193/stat : 8193 (java) S 8190 8193 5873 0 -1 4202496 25293 0 1 0 179885 122 0 0 20 0 19 0 104370423 9856040960 106871 33554432000 1073741824 1073778376 140734351584736 140734351575872 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8193/statm: 2406260 106871 2283 9 0 2396937 0
[pid=8193/tid=8195] ppid=8190 vsize=9625040 CPUtime=1776.75 cores=1,3,5,7
/proc/8193/task/8195/stat : 8195 (java) R 8190 8193 5873 0 -1 4202560 2830 0 1 0 177640 35 0 0 20 0 19 0 104370424 9856040960 106871 33554432000 1073741824 1073778376 140734351584736 139679366524112 139679198969224 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8193/tid=8196] ppid=8190 vsize=9625040 CPUtime=2.29 cores=1,3,5,7
/proc/8193/task/8196/stat : 8196 (java) S 8190 8193 5873 0 -1 4202560 1758 0 0 0 218 11 0 0 20 0 19 0 104370425 9856040960 106871 33554432000 1073741824 1073778376 140734351584736 139679328017320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8193/tid=8197] ppid=8190 vsize=9625040 CPUtime=2.12 cores=1,3,5,7
/proc/8193/task/8197/stat : 8197 (java) S 8190 8193 5873 0 -1 4202560 1516 0 0 0 203 9 0 0 20 0 19 0 104370425 9856040960 106871 33554432000 1073741824 1073778376 140734351584736 139679326964776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8193/tid=8198] ppid=8190 vsize=9625040 CPUtime=2.35 cores=1,3,5,7
/proc/8193/task/8198/stat : 8198 (java) S 8190 8193 5873 0 -1 4202560 1592 0 0 0 223 12 0 0 20 0 19 0 104370425 9856040960 106871 33554432000 1073741824 1073778376 140734351584736 139679325911720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8193/tid=8199] ppid=8190 vsize=9625040 CPUtime=2.29 cores=1,3,5,7
/proc/8193/task/8199/stat : 8199 (java) S 8190 8193 5873 0 -1 4202560 1547 0 0 0 218 11 0 0 20 0 19 0 104370425 9856040960 106871 33554432000 1073741824 1073778376 140734351584736 139679324859176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8193/tid=8200] ppid=8190 vsize=9625040 CPUtime=2.25 cores=1,3,5,7
/proc/8193/task/8200/stat : 8200 (java) S 8190 8193 5873 0 -1 4202560 2099 0 0 0 215 10 0 0 20 0 19 0 104370425 9856040960 106871 33554432000 1073741824 1073778376 140734351584736 139679323806120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8193/tid=8201] ppid=8190 vsize=9625040 CPUtime=2.25 cores=1,3,5,7
/proc/8193/task/8201/stat : 8201 (java) S 8190 8193 5873 0 -1 4202560 1068 0 0 0 216 9 0 0 20 0 19 0 104370425 9856040960 106871 33554432000 1073741824 1073778376 140734351584736 139679322753576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8193/tid=8202] ppid=8190 vsize=9625040 CPUtime=2.34 cores=1,3,5,7
/proc/8193/task/8202/stat : 8202 (java) S 8190 8193 5873 0 -1 4202560 3099 0 0 0 219 15 0 0 20 0 19 0 104370425 9856040960 106871 33554432000 1073741824 1073778376 140734351584736 139679321700520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8193/tid=8203] ppid=8190 vsize=9625040 CPUtime=2.16 cores=1,3,5,7
/proc/8193/task/8203/stat : 8203 (java) S 8190 8193 5873 0 -1 4202560 2168 0 0 0 206 10 0 0 20 0 19 0 104370425 9856040960 106871 33554432000 1073741824 1073778376 140734351584736 139679320647976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8193/tid=8204] ppid=8190 vsize=9625040 CPUtime=4.39 cores=1,3,5,7
/proc/8193/task/8204/stat : 8204 (java) S 8190 8193 5873 0 -1 4202560 754 0 0 0 434 5 0 0 20 0 19 0 104370426 9856040960 106871 33554432000 1073741824 1073778376 140734351584736 139679189920616 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8193/tid=8205] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8205/stat : 8205 (java) S 8190 8193 5873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104370426 9856040960 106871 33554432000 1073741824 1073778376 140734351584736 139679188866936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8193/tid=8206] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8206/stat : 8206 (java) S 8190 8193 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104370426 9856040960 106871 33554432000 1073741824 1073778376 140734351584736 139679187813768 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8193/tid=8207] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8207/stat : 8207 (java) S 8190 8193 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104370429 9856040960 106871 33554432000 1073741824 1073778376 140734351584736 139679186762512 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8193/tid=8208] ppid=8190 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/8193/task/8208/stat : 8208 (java) S 8190 8193 5873 0 -1 4202560 2623 0 0 0 30 0 0 0 20 0 19 0 104370429 9856040960 106871 33554432000 1073741824 1073778376 140734351584736 139679185709368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8193/tid=8209] ppid=8190 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/8193/task/8209/stat : 8209 (java) S 8190 8193 5873 0 -1 4202560 2878 0 0 0 40 0 0 0 20 0 19 0 104370429 9856040960 106871 33554432000 1073741824 1073778376 140734351584736 139679184656824 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8193/tid=8210] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8210/stat : 8210 (java) S 8190 8193 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104370429 9856040960 106871 33554432000 1073741824 1073778376 140734351584736 139679183603960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8193/tid=8211] ppid=8190 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/8193/task/8211/stat : 8211 (java) S 8190 8193 5873 0 -1 4202560 103 0 0 0 27 25 0 0 20 0 19 0 104370429 9856040960 106871 33554432000 1073741824 1073778376 140734351584736 139678174931528 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8193/tid=8212] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8212/stat : 8212 (java) S 8190 8193 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104370447 9856040960 106871 33554432000 1073741824 1073778376 140734351584736 139678173877800 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 8193 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1786.7 s]
/proc/loadavg: 2.19 2.21 2.18 3/213 8344
/proc/meminfo: memFree=28865064/32872528 swapFree=16740/1306504
[pid=8193] ppid=8190 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/8193/stat : 8193 (java) S 8190 8193 5873 0 -1 4202496 25293 0 1 0 179885 122 0 0 20 0 19 0 104370423 9856040960 106871 33554432000 1073741824 1073778376 140734351584736 140734351575872 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8193/statm: 2406260 106871 2283 9 0 2396937 0
[pid=8193/tid=8195] ppid=8190 vsize=9625040 CPUtime=1776.75 cores=1,3,5,7
/proc/8193/task/8195/stat : 8195 (java) R 8190 8193 5873 0 -1 4202560 2830 0 1 0 177640 35 0 0 20 0 19 0 104370424 9856040960 106871 33554432000 1073741824 1073778376 140734351584736 139679366524112 139679198969224 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8193/tid=8196] ppid=8190 vsize=9625040 CPUtime=2.29 cores=1,3,5,7
/proc/8193/task/8196/stat : 8196 (java) S 8190 8193 5873 0 -1 4202560 1758 0 0 0 218 11 0 0 20 0 19 0 104370425 9856040960 106871 33554432000 1073741824 1073778376 140734351584736 139679328017320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8193/tid=8197] ppid=8190 vsize=9625040 CPUtime=2.12 cores=1,3,5,7
/proc/8193/task/8197/stat : 8197 (java) S 8190 8193 5873 0 -1 4202560 1516 0 0 0 203 9 0 0 20 0 19 0 104370425 9856040960 106871 33554432000 1073741824 1073778376 140734351584736 139679326964776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8193/tid=8198] ppid=8190 vsize=9625040 CPUtime=2.35 cores=1,3,5,7
/proc/8193/task/8198/stat : 8198 (java) S 8190 8193 5873 0 -1 4202560 1592 0 0 0 223 12 0 0 20 0 19 0 104370425 9856040960 106871 33554432000 1073741824 1073778376 140734351584736 139679325911720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8193/tid=8199] ppid=8190 vsize=9625040 CPUtime=2.29 cores=1,3,5,7
/proc/8193/task/8199/stat : 8199 (java) S 8190 8193 5873 0 -1 4202560 1547 0 0 0 218 11 0 0 20 0 19 0 104370425 9856040960 106871 33554432000 1073741824 1073778376 140734351584736 139679324859176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8193/tid=8200] ppid=8190 vsize=9625040 CPUtime=2.25 cores=1,3,5,7
/proc/8193/task/8200/stat : 8200 (java) S 8190 8193 5873 0 -1 4202560 2099 0 0 0 215 10 0 0 20 0 19 0 104370425 9856040960 106871 33554432000 1073741824 1073778376 140734351584736 139679323806120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8193/tid=8201] ppid=8190 vsize=9625040 CPUtime=2.25 cores=1,3,5,7
/proc/8193/task/8201/stat : 8201 (java) S 8190 8193 5873 0 -1 4202560 1068 0 0 0 216 9 0 0 20 0 19 0 104370425 9856040960 106871 33554432000 1073741824 1073778376 140734351584736 139679322753576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8193/tid=8202] ppid=8190 vsize=9625040 CPUtime=2.34 cores=1,3,5,7
/proc/8193/task/8202/stat : 8202 (java) S 8190 8193 5873 0 -1 4202560 3099 0 0 0 219 15 0 0 20 0 19 0 104370425 9856040960 106871 33554432000 1073741824 1073778376 140734351584736 139679321700520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8193/tid=8203] ppid=8190 vsize=9625040 CPUtime=2.16 cores=1,3,5,7
/proc/8193/task/8203/stat : 8203 (java) S 8190 8193 5873 0 -1 4202560 2168 0 0 0 206 10 0 0 20 0 19 0 104370425 9856040960 106871 33554432000 1073741824 1073778376 140734351584736 139679320647976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8193/tid=8204] ppid=8190 vsize=9625040 CPUtime=4.39 cores=1,3,5,7
/proc/8193/task/8204/stat : 8204 (java) S 8190 8193 5873 0 -1 4202560 754 0 0 0 434 5 0 0 20 0 19 0 104370426 9856040960 106871 33554432000 1073741824 1073778376 140734351584736 139679189920616 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8193/tid=8205] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8205/stat : 8205 (java) S 8190 8193 5873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104370426 9856040960 106871 33554432000 1073741824 1073778376 140734351584736 139679188866936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8193/tid=8206] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8206/stat : 8206 (java) S 8190 8193 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104370426 9856040960 106871 33554432000 1073741824 1073778376 140734351584736 139679187813768 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8193/tid=8207] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8207/stat : 8207 (java) S 8190 8193 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104370429 9856040960 106871 33554432000 1073741824 1073778376 140734351584736 139679186762512 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8193/tid=8208] ppid=8190 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/8193/task/8208/stat : 8208 (java) S 8190 8193 5873 0 -1 4202560 2623 0 0 0 30 0 0 0 20 0 19 0 104370429 9856040960 106871 33554432000 1073741824 1073778376 140734351584736 139679185709368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8193/tid=8209] ppid=8190 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/8193/task/8209/stat : 8209 (java) S 8190 8193 5873 0 -1 4202560 2878 0 0 0 40 0 0 0 20 0 19 0 104370429 9856040960 106871 33554432000 1073741824 1073778376 140734351584736 139679184656824 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8193/tid=8210] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8210/stat : 8210 (java) S 8190 8193 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104370429 9856040960 106871 33554432000 1073741824 1073778376 140734351584736 139679183603960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8193/tid=8211] ppid=8190 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/8193/task/8211/stat : 8211 (java) S 8190 8193 5873 0 -1 4202560 103 0 0 0 27 25 0 0 20 0 19 0 104370429 9856040960 106871 33554432000 1073741824 1073778376 140734351584736 139678174931528 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8193/tid=8212] ppid=8190 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8193/task/8212/stat : 8212 (java) S 8190 8193 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104370447 9856040960 106871 33554432000 1073741824 1073778376 140734351584736 139678173877800 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1786.74
CPU time (s): 1800.78
CPU user time (s): 1799.12
CPU system time (s): 1.66075
CPU usage (%): 100.786
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.12
system time used= 1.66075
maximum resident set size= 587632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25340
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48196
involuntary context switches= 38880

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.75252 second user time and 13.8919 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-06 16:46:18
IDJOB=4085271
IDBENCH=1953
IDSOLVER=2546
FILE ID=node127/4085271-1465224378
RUNJOBID= node127-1465216773-5890
PBS_JOBID= 19843202
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_11.opb.PB06.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085271-1465224378/watcher-4085271-1465224378 -o /tmp/evaluation-result-4085271-1465224378/solver-4085271-1465224378 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1465216773-5890 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085271-1465224378.opb

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

MD5SUM BENCH= 19bfc1d5b7087888ef5c79946c60f053
RANDOM SEED=1394107049

node127.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.227
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.45
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.227
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.227
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		: 2666.227
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.227
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.227
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.54
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.227
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.227
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:        30238204 kB
Buffers:           10960 kB
Cached:            41276 kB
SwapCached:         1760 kB
Active:           597504 kB
Inactive:          29664 kB
Active(anon):     576000 kB
Inactive(anon):      900 kB
Active(file):      21504 kB
Inactive(file):    28764 kB
Unevictable:     1306504 kB
Mlocked:           16740 kB
SwapTotal:      67108856 kB
SwapFree:       67098476 kB
Dirty:               844 kB
Writeback:             0 kB
AnonPages:       1960232 kB
Mapped:            15368 kB
Shmem:                 0 kB
Slab:             565796 kB
SReclaimable:       9940 kB
SUnreclaim:       555856 kB
KernelStack:        1760 kB
PageTables:         7856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2058396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1916928 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= 71720 MiB
End job on node127 at 2016-06-06 17:16:05