Trace number 4085281

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)229 1800.02 1789.04

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_21.opb.PB06.opb
MD5SUM85de1910ead9431952046fc8a55b274b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark213
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 185
Optimality of the best value was proved NO
Number of variables478
Total number of constraints478
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 constraints478
Minimum length of a constraint3
Maximum length of a constraint20
Number of terms in the objective function 478
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 478
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 478
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.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	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.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4085281-1465224473.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
0.27/0.22	c ... done. Wall clock time 0.11s.
0.27/0.22	c declared #vars     478
0.27/0.22	c #constraints  478
0.27/0.22	c constraints type 
0.27/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 478
0.27/0.22	c 478 constraints processed.
0.27/0.22	c objective function length is 478 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 233
0.27/0.26	c Got one! Elapsed wall clock time (in seconds):0.145
0.27/0.26	o 232
0.51/0.36	c Got one! Elapsed wall clock time (in seconds):0.248
0.51/0.36	o 231
1.18/0.77	c cleaning 2581 clauses out of 5171 with flag 10527/5171
1.68/1.17	c cleaning 4288 clauses out of 8590 with flag 23240/11171
2.18/1.65	c cleaning 5644 clauses out of 11302 with flag 37969/18171
2.18/1.66	c Got one! Elapsed wall clock time (in seconds):1.549
2.18/1.66	o 230
2.66/2.00	c cleaning 5436 clauses out of 10888 with flag 10740/23401
3.09/2.43	c cleaning 5719 clauses out of 11451 with flag 23378/29400
3.59/2.94	c cleaning 6359 clauses out of 12732 with flag 38091/36400
4.19/3.53	c cleaning 7180 clauses out of 14374 with flag 55023/44401
4.89/4.21	c cleaning 8091 clauses out of 16193 with flag 74131/53400
5.68/5.00	c cleaning 9045 clauses out of 18102 with flag 95120/63400
6.68/6.03	c cleaning 10019 clauses out of 20058 with flag 117901/74401
7.88/7.23	c cleaning 11010 clauses out of 22038 with flag 142908/86400
8.98/8.37	c cleaning 12005 clauses out of 24028 with flag 170197/99400
10.39/9.72	c cleaning 13008 clauses out of 26023 with flag 199691/113400
11.82/11.12	c cleaning 13998 clauses out of 28016 with flag 231257/128401
13.42/12.75	c cleaning 15002 clauses out of 30017 with flag 265046/144400
15.22/14.57	c cleaning 15996 clauses out of 32015 with flag 301183/161400
17.32/16.65	c cleaning 16999 clauses out of 34019 with flag 339164/179400
19.82/19.18	c cleaning 18000 clauses out of 36020 with flag 379006/198400
22.32/21.69	c cleaning 19003 clauses out of 38020 with flag 421124/218400
24.93/24.27	c cleaning 20002 clauses out of 40018 with flag 465520/239401
27.72/26.91	c cleaning 20998 clauses out of 42016 with flag 511602/261401
30.42/29.69	c cleaning 22001 clauses out of 44017 with flag 559527/284400
33.42/32.67	c cleaning 22995 clauses out of 46017 with flag 609868/308401
36.72/35.99	c cleaning 24000 clauses out of 48021 with flag 662508/333400
40.43/39.61	c cleaning 25001 clauses out of 50021 with flag 717294/359400
43.83/43.05	c cleaning 26001 clauses out of 52020 with flag 774380/386400
47.41/46.58	c cleaning 27001 clauses out of 54019 with flag 832285/414400
51.22/50.32	c cleaning 27998 clauses out of 56018 with flag 893587/443400
55.51/54.67	c cleaning 29002 clauses out of 58021 with flag 956703/473401
60.51/59.62	c cleaning 30002 clauses out of 60019 with flag 1021980/504401
65.27/64.20	c cleaning 30998 clauses out of 62017 with flag 1089721/536401
70.57/69.52	c cleaning 31998 clauses out of 64018 with flag 1159060/569400
75.77/74.78	c cleaning 32997 clauses out of 66020 with flag 1230472/603400
81.38/80.39	c cleaning 34003 clauses out of 68023 with flag 1304124/638400
88.06/86.97	c cleaning 34998 clauses out of 70020 with flag 1379888/674400
95.05/93.92	c cleaning 36001 clauses out of 72022 with flag 1457249/711400
102.85/101.76	c cleaning 37003 clauses out of 74021 with flag 1537574/749400
111.48/110.26	c cleaning 37997 clauses out of 76018 with flag 1619007/788400
119.88/118.68	c cleaning 39002 clauses out of 78022 with flag 1702634/828401
129.18/127.94	c cleaning 39998 clauses out of 80020 with flag 1788423/869401
138.02/136.62	c cleaning 41000 clauses out of 82022 with flag 1876595/911401
148.12/146.79	c cleaning 41998 clauses out of 84022 with flag 1966691/954401
158.62/157.21	c cleaning 43002 clauses out of 86023 with flag 2058155/998400
165.74/164.21	c Got one! Elapsed wall clock time (in seconds):164.1
165.74/164.21	o 229
167.54/166.06	c cleaning 42113 clauses out of 84246 with flag 10618/1039625
168.74/167.23	c cleaning 24057 clauses out of 48133 with flag 23269/1045625
169.74/168.23	c cleaning 15531 clauses out of 31077 with flag 38006/1052626
170.64/169.15	c cleaning 11763 clauses out of 23545 with flag 54732/1060625
171.64/170.11	c cleaning 10383 clauses out of 20782 with flag 73598/1069625
172.64/171.11	c cleaning 10189 clauses out of 20399 with flag 94641/1079625
173.74/172.22	c cleaning 10592 clauses out of 21210 with flag 117977/1090625
174.94/173.44	c cleaning 11301 clauses out of 22619 with flag 143217/1102626
176.34/174.88	c cleaning 12148 clauses out of 24317 with flag 170449/1115625
177.84/176.38	c cleaning 13073 clauses out of 26170 with flag 199920/1129626
179.73/178.20	c cleaning 14036 clauses out of 28096 with flag 231301/1144625
181.73/180.12	c cleaning 15019 clauses out of 30060 with flag 264868/1160625
183.73/182.18	c cleaning 16012 clauses out of 32041 with flag 300405/1177625
186.03/184.40	c cleaning 17003 clauses out of 34029 with flag 338158/1195625
188.43/186.88	c cleaning 18002 clauses out of 36027 with flag 378406/1214626
191.23/189.64	c cleaning 18999 clauses out of 38025 with flag 420644/1234626
194.43/192.78	c cleaning 20002 clauses out of 40026 with flag 464589/1255626
197.95/196.21	c cleaning 20999 clauses out of 42023 with flag 510846/1277625
201.25/199.56	c cleaning 22001 clauses out of 44025 with flag 559056/1300626
204.55/202.89	c cleaning 23000 clauses out of 46023 with flag 609008/1324625
208.35/206.62	c cleaning 23999 clauses out of 48024 with flag 661213/1349626
211.95/210.12	c cleaning 25002 clauses out of 50025 with flag 715896/1375626
215.84/214.07	c cleaning 25998 clauses out of 52023 with flag 772428/1402626
220.34/218.53	c cleaning 27003 clauses out of 54025 with flag 830616/1430626
224.84/223.06	c cleaning 28001 clauses out of 56022 with flag 891220/1459626
229.30/227.46	c cleaning 28995 clauses out of 58020 with flag 954586/1489625
233.90/232.04	c cleaning 30002 clauses out of 60026 with flag 1019462/1520626
238.90/237.07	c cleaning 30999 clauses out of 62023 with flag 1086211/1552625
244.14/242.24	c cleaning 32005 clauses out of 64025 with flag 1158721/1585626
249.64/247.79	c cleaning 32999 clauses out of 66020 with flag 1229821/1619626
255.24/253.30	c cleaning 34003 clauses out of 68020 with flag 1303297/1654625
261.70/259.73	c cleaning 34999 clauses out of 70019 with flag 1378855/1690627
267.90/265.95	c cleaning 36002 clauses out of 72018 with flag 1456788/1727625
273.60/271.69	c cleaning 37000 clauses out of 74016 with flag 1536728/1765625
280.22/278.21	c cleaning 38003 clauses out of 76017 with flag 1618897/1804626
287.12/285.17	c cleaning 38999 clauses out of 78013 with flag 1703275/1844625
293.30/291.28	c cleaning 39998 clauses out of 80015 with flag 1789457/1885626
300.00/297.99	c cleaning 40998 clauses out of 82016 with flag 1877481/1927625
307.79/305.67	c cleaning 41999 clauses out of 84018 with flag 1967988/1970625
316.29/314.11	c cleaning 42998 clauses out of 86019 with flag 2060431/2014625
324.50/322.36	c cleaning 44004 clauses out of 88023 with flag 2155316/2059627
332.92/330.77	c cleaning 44999 clauses out of 90018 with flag 2251835/2105626
341.72/339.41	c cleaning 45993 clauses out of 92018 with flag 2350722/2152625
350.71/348.46	c cleaning 47000 clauses out of 94026 with flag 2451207/2200626
359.66/357.35	c cleaning 48001 clauses out of 96026 with flag 2554580/2249626
372.26/369.90	c cleaning 49003 clauses out of 98025 with flag 2659288/2299626
385.52/383.15	c cleaning 49998 clauses out of 100021 with flag 2766390/2350625
397.62/395.27	c cleaning 50999 clauses out of 102023 with flag 2874772/2402625
408.50/406.02	c cleaning 52002 clauses out of 104025 with flag 2986343/2455626
421.15/418.67	c cleaning 53000 clauses out of 106023 with flag 3099543/2509626
432.95/430.45	c cleaning 53998 clauses out of 108023 with flag 3215026/2564626
443.73/441.14	c cleaning 54997 clauses out of 110024 with flag 3332565/2620625
454.52/451.81	c cleaning 56000 clauses out of 112028 with flag 3452274/2677626
466.23/463.59	c cleaning 57003 clauses out of 114028 with flag 3574106/2735626
477.44/474.78	c cleaning 58001 clauses out of 116025 with flag 3698263/2794626
490.08/487.40	c cleaning 58998 clauses out of 118024 with flag 3824423/2854626
504.71/501.98	c cleaning 60000 clauses out of 120026 with flag 3953046/2915626
518.58/515.74	c cleaning 61000 clauses out of 122025 with flag 4082784/2977625
531.45/528.51	c cleaning 62003 clauses out of 124025 with flag 4214476/3040625
543.25/540.36	c cleaning 63003 clauses out of 126023 with flag 4348971/3104626
555.77/552.81	c cleaning 64000 clauses out of 128019 with flag 4484699/3169625
568.29/565.37	c cleaning 65001 clauses out of 130019 with flag 4623064/3235625
582.70/579.76	c cleaning 66002 clauses out of 132019 with flag 4763548/3302626
595.33/592.30	c cleaning 66998 clauses out of 134016 with flag 4906458/3370625
607.04/603.92	c cleaning 67996 clauses out of 136018 with flag 5051128/3439625
620.98/617.82	c cleaning 69004 clauses out of 138022 with flag 5198265/3509625
637.14/633.91	c cleaning 69996 clauses out of 140018 with flag 5347099/3580625
652.36/649.19	c cleaning 70998 clauses out of 142022 with flag 5498250/3652625
670.53/667.28	c cleaning 72001 clauses out of 144024 with flag 5651575/3725625
688.20/684.82	c cleaning 73002 clauses out of 146023 with flag 5806692/3799625
706.59/703.10	c cleaning 73999 clauses out of 148022 with flag 5964247/3874626
725.02/721.56	c cleaning 74999 clauses out of 150022 with flag 6123715/3950625
743.93/740.37	c cleaning 75999 clauses out of 152024 with flag 6285446/4027626
760.05/756.38	c cleaning 77005 clauses out of 154027 with flag 6449769/4105628
776.51/772.76	c cleaning 77994 clauses out of 156019 with flag 6616554/4184625
795.92/792.02	c cleaning 78999 clauses out of 158025 with flag 6785726/4264625
813.88/809.99	c cleaning 79999 clauses out of 160027 with flag 6955838/4345626
837.55/833.51	c cleaning 81006 clauses out of 162028 with flag 7129237/4427626
860.60/856.44	c cleaning 82002 clauses out of 164021 with flag 7302929/4510625
882.86/878.66	c cleaning 83002 clauses out of 166020 with flag 7478616/4594626
906.70/902.37	c cleaning 83999 clauses out of 168018 with flag 7656679/4679626
939.19/934.72	c cleaning 85003 clauses out of 170018 with flag 7836736/4765625
960.69/956.11	c cleaning 85998 clauses out of 172015 with flag 8018827/4852625
985.43/980.71	c cleaning 86997 clauses out of 174017 with flag 8203123/4940625
1009.53/1004.70	c cleaning 88003 clauses out of 176021 with flag 8388025/5029626
1033.96/1029.09	c cleaning 88997 clauses out of 178017 with flag 8575589/5119625
1061.11/1056.06	c cleaning 89999 clauses out of 180020 with flag 8766433/5210625
1086.16/1080.99	c cleaning 91001 clauses out of 182021 with flag 8956268/5302625
1114.04/1108.65	c cleaning 91999 clauses out of 184021 with flag 9150138/5395626
1140.33/1134.78	c cleaning 93002 clauses out of 186021 with flag 9346695/5489625
1164.70/1158.96	c cleaning 93998 clauses out of 188020 with flag 9546267/5584626
1189.69/1183.77	c cleaning 95001 clauses out of 190022 with flag 9748415/5680626
1218.24/1212.14	c cleaning 96001 clauses out of 192020 with flag 9953183/5777625
1243.91/1237.65	c cleaning 97001 clauses out of 194019 with flag 10159926/5875625
1278.11/1271.69	c cleaning 97997 clauses out of 196019 with flag 10367709/5974626
1307.89/1301.25	c cleaning 98999 clauses out of 198021 with flag 10578039/6074625
1343.42/1336.52	c cleaning 100002 clauses out of 200023 with flag 10787659/6175626
1375.97/1368.96	c cleaning 101002 clauses out of 202021 with flag 11001361/6277626
1416.99/1409.70	c cleaning 101997 clauses out of 204018 with flag 11217620/6380625
1446.60/1439.13	c cleaning 103000 clauses out of 206021 with flag 11436337/6484625
1482.82/1475.20	c cleaning 104002 clauses out of 208021 with flag 11656309/6589625
1513.21/1505.25	c cleaning 104997 clauses out of 210019 with flag 11879768/6695625
1543.68/1535.45	c cleaning 106001 clauses out of 212022 with flag 12104269/6802625
1580.16/1571.56	c cleaning 107001 clauses out of 214021 with flag 12331224/6910625
1611.33/1602.34	c cleaning 108000 clauses out of 216020 with flag 12558735/7019625
1645.85/1636.44	c cleaning 109000 clauses out of 218021 with flag 12789260/7129626
1679.43/1669.67	c cleaning 109995 clauses out of 220021 with flag 13023010/7240626
1727.31/1717.16	c cleaning 111002 clauses out of 222026 with flag 13256432/7352626
1768.33/1757.80	c cleaning 112001 clauses out of 224024 with flag 13493214/7465626
1800.02/1789.00	c starts		: 6
1800.02/1789.00	c conflicts		: 7553484
1800.02/1789.00	c decisions		: 10692097
1800.02/1789.00	c propagations		: 252360851
1800.02/1789.00	c inspects		: 32320678022
1800.02/1789.00	c shortcuts		: 0
1800.02/1789.00	c learnt literals	: 0
1800.02/1789.00	c learnt binary clauses	: 0
1800.02/1789.00	c learnt ternary clauses	: 0
1800.02/1789.00	c learnt constraints	: 7553484
1800.02/1789.00	c ignored constraints	: 0
1800.02/1789.00	c root simplifications	: 0
1800.02/1789.00	c removed literals (reason simplification)	: 0
1800.02/1789.00	c reason swapping (by a shorter reason)	: 0
1800.02/1789.00	c Calls to reduceDB	: 152
1800.02/1789.00	c Number of update (reduction) of LBD	: 135161
1800.02/1789.00	c Imported unit clauses	: 0
1800.02/1789.00	c number of reductions to clauses (during analyze)	: 0
1800.02/1789.00	c number of learned constraints concerned by reduction	: 0
1800.02/1789.00	c number of learning phase by resolution	: 0
1800.02/1789.00	c number of learning phase by cutting planes	: 0
1800.02/1789.00	c speed (assignments/second)	: 141080.18611609278
1800.02/1789.00	c non guided choices	0
1800.02/1789.03	c learnt constraints type 
1800.02/1789.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 199881
1800.02/1789.03	s SATISFIABLE
1800.02/1789.03	c Found 5 solution(s)
1800.02/1789.03	v -x1 x2 x3 x4 x5 x6 x7 x8 -x9 x10 x11 x12 x13 x14 -x15 -x16 x17 x18 x19 x20 -x21 x22 x23 -x24 x25 x26 x27 x28 x29 -x30 x31 x32 x33 x34 x35 x36 x37 x38 x39 x40 -x41 x42 -x43 x44 x45 x46 -x47 x48 x49 x50 x51 x52 x53 -x54 x55 -x56 x57 x58 x59 x60 x61 x62 x63 -x64 x65 x66 x67 x68 -x69 -x70 -x71 -x72 x73 x74 x75 x76 x77 x78 x79 x80 x81 x82 x83 x84 x85 -x86 x87 -x88 x89 -x90 x91 x92 x93 x94 x95 x96 -x97 x98 x99 -x100 x101 x102 x103 x104 x105 x106 x107 x108 -x109 x110 -x111 x112 x113 x114 x115 x116 x117 x118 x119 x120 x121 x122 x123 -x124 -x125 x126 x127 -x128 x129 x130 -x131 x132 x133 x134 x135 x136 -x137 x138 -x139 -x140 x141 -x142 x143 x144 x145 x146 -x147 x148 x149 x150 -x151 -x152 x153 -x154 -x155 x156 x157 x158 -x159 x160 x161 x162 x163 x164 x165 -x166 -x167 -x168 x169 x170 x171 x172 x173 x174 -x175 x176 x177 -x178 x179 x180 x181 -x182 x183 -x184 x185 -x186 -x187 x188 x189 x190 x191 x192 x193 -x194 -x195 x196 -x197 -x198 x199 -x200 x201 x202 x203 x204 x205 x206 x207 -x208 x209 x210 x211 x212 x213 x214 x215 -x216 -x217 -x218 x219 x220 -x221 -x222 -x223 x224 x225 x226 x227 -x228 -x229 x230 -x231 x232 x233 -x234 -x235 x236 -x237 x238 -x239 x240 x241 x242 x243 -x244 -x245 x246 -x247 x248 x249 -x250 -x251 x252 -x253 x254 x255 x256 -x257 x258 x259 x260 -x261 -x262 -x263 -x264 x265 -x266 -x267 x268 x269 -x270 x271 x272 x273 -x274 -x275 x276 -x277 x278 x279 -x280 x281 -x282 x283 -x284 -x285 -x286 -x287 -x288 x289 x290 -x291 x292 x293 x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 x307 -x308 x309 -x310 x311 x312 -x313 -x314 -x315 x316 -x317 -x318 -x319 -x320 x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 x332 x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 x341 -x342 -x343 x344 -x345 -x346 -x347 -x348 x349 -x350 -x351 -x352 -x353 -x354 -x355 x356 x357 -x358 x359 -x360 -x361 -x362 x363 -x364 -x365 -x366 -x367 -x368 x369 -x370 -x371 x372 -x373 -x374 -x375 x376 x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 x387 -x388 -x389 -x390 x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 x413 -x414 -x415 x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 x437 x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 
1800.02/1789.03	c objective function=229
1800.02/1789.03	c Total wall clock time (in seconds): 1788.92

Verifier Data

OK	229

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-4085281-1465224473/watcher-4085281-1465224473 -o /tmp/evaluation-result-4085281-1465224473/solver-4085281-1465224473 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1465222695-5848 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085281-1465224473.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.30 2.20 2.09 5/194 6072
/proc/meminfo: memFree=30160876/32872528 swapFree=16204/1518544
[pid=6072] ppid=6069 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/6072/stat : 6072 (java) R 6069 6072 5832 0 -1 4202496 361 0 0 0 0 0 0 0 20 0 1 0 104380189 278528 33 33554432000 1073741824 1073778376 140737477302096 140734751097912 229346733351 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6072/statm: 68 33 25 9 0 25 0

[startup+0.100116 s]
/proc/loadavg: 2.30 2.20 2.09 5/194 6072
/proc/meminfo: memFree=30160876/32872528 swapFree=16204/1518544
[pid=6072] ppid=6069 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/6072/stat : 6072 (java) S 6069 6072 5832 0 -1 4202496 4452 0 1 0 8 1 0 0 20 0 18 0 104380189 9787879424 5565 33554432000 1073741824 1073778376 140737477302096 140737477293232 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6072/statm: 2389619 5565 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200228 s]
/proc/loadavg: 2.30 2.20 2.09 5/194 6072
/proc/meminfo: memFree=30160876/32872528 swapFree=16204/1518544
[pid=6072] ppid=6069 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/6072/stat : 6072 (java) S 6069 6072 5832 0 -1 4202496 5029 0 1 0 26 1 0 0 20 0 18 0 104380189 9787879424 6527 33554432000 1073741824 1073778376 140737477302096 140737477293232 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6072/statm: 2389619 6527 2214 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300216 s]
/proc/loadavg: 2.30 2.20 2.09 5/194 6072
/proc/meminfo: memFree=30160876/32872528 swapFree=16204/1518544
[pid=6072] ppid=6069 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/6072/stat : 6072 (java) S 6069 6072 5832 0 -1 4202496 7605 0 1 0 49 2 0 0 20 0 19 0 104380189 9856040960 9293 33554432000 1073741824 1073778376 140737477302096 140737477293232 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6072/statm: 2406260 9293 2238 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700233 s]
/proc/loadavg: 2.30 2.20 2.09 5/194 6072
/proc/meminfo: memFree=30160876/32872528 swapFree=16204/1518544
[pid=6072] ppid=6069 vsize=9625040 CPUtime=1.18 cores=0,2,4,6
/proc/6072/stat : 6072 (java) S 6069 6072 5832 0 -1 4202496 9564 0 1 0 116 2 0 0 20 0 19 0 104380189 9856040960 11096 33554432000 1073741824 1073778376 140737477302096 140737477293232 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6072/statm: 2406260 11096 2248 9 0 2396937 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 9625040

[startup+1.50073 s]
/proc/loadavg: 2.30 2.20 2.09 4/213 6091
/proc/meminfo: memFree=30117836/32872528 swapFree=16204/1518544
[pid=6072] ppid=6069 vsize=9625040 CPUtime=2.08 cores=0,2,4,6
/proc/6072/stat : 6072 (java) S 6069 6072 5832 0 -1 4202496 10535 0 1 0 206 2 0 0 20 0 19 0 104380189 9856040960 14223 33554432000 1073741824 1073778376 140737477302096 140737477293232 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6072/statm: 2406260 14223 2258 9 0 2396937 0
[pid=6072/tid=6074] ppid=6069 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/6072/task/6074/stat : 6074 (java) R 6069 6072 5832 0 -1 4202560 2474 0 1 0 146 0 0 0 20 0 19 0 104380190 9856040960 14223 33554432000 1073741824 1073778376 140737477302096 140219539569832 140219479762927 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6072/tid=6075] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6075/stat : 6075 (java) S 6069 6072 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104380191 9856040960 14223 33554432000 1073741824 1073778376 140737477302096 140219478301736 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6072/tid=6076] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6076/stat : 6076 (java) S 6069 6072 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104380191 9856040960 14223 33554432000 1073741824 1073778376 140737477302096 140219477248936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6072/tid=6077] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6077/stat : 6077 (java) S 6069 6072 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104380191 9856040960 14223 33554432000 1073741824 1073778376 140737477302096 140219476196136 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6072/tid=6078] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6078/stat : 6078 (java) S 6069 6072 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104380191 9856040960 14223 33554432000 1073741824 1073778376 140737477302096 140219380349608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6072/tid=6079] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6079/stat : 6079 (java) S 6069 6072 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104380191 9856040960 14223 33554432000 1073741824 1073778376 140737477302096 140219379296808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6072/tid=6080] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6080/stat : 6080 (java) S 6069 6072 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104380191 9856040960 14223 33554432000 1073741824 1073778376 140737477302096 140219378244008 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6072/tid=6081] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6081/stat : 6081 (java) S 6069 6072 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104380191 9856040960 14223 33554432000 1073741824 1073778376 140737477302096 140219377191208 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6072/tid=6082] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6082/stat : 6082 (java) S 6069 6072 5832 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104380191 9856040960 14223 33554432000 1073741824 1073778376 140737477302096 140219376138408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6072/tid=6083] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6083/stat : 6083 (java) S 6069 6072 5832 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104380193 9856040960 14223 33554432000 1073741824 1073778376 140737477302096 140219363728360 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6072/tid=6084] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6084/stat : 6084 (java) S 6069 6072 5832 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104380193 9856040960 14223 33554432000 1073741824 1073778376 140737477302096 140219362674424 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6072/tid=6085] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6085/stat : 6085 (java) S 6069 6072 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104380193 9856040960 14223 33554432000 1073741824 1073778376 140737477302096 140219361621512 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6072/tid=6086] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6086/stat : 6086 (java) S 6069 6072 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104380195 9856040960 14223 33554432000 1073741824 1073778376 140737477302096 140219360570000 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6072/tid=6087] ppid=6069 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/6072/task/6087/stat : 6087 (java) S 6069 6072 5832 0 -1 4202560 4370 0 0 0 29 0 0 0 20 0 19 0 104380195 9856040960 14223 33554432000 1073741824 1073778376 140737477302096 140219359517112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6072/tid=6088] ppid=6069 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/6072/task/6088/stat : 6088 (java) S 6069 6072 5832 0 -1 4202560 2420 0 0 0 28 0 0 0 20 0 19 0 104380195 9856040960 14223 33554432000 1073741824 1073778376 140737477302096 140219358464312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6072/tid=6089] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6089/stat : 6089 (java) S 6069 6072 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104380195 9856040960 14223 33554432000 1073741824 1073778376 140737477302096 140219357411704 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6072/tid=6090] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6090/stat : 6090 (java) S 6069 6072 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104380195 9856040960 14223 33554432000 1073741824 1073778376 140737477302096 140219356359112 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6072/tid=6091] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6091/stat : 6091 (java) S 6069 6072 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104380212 9856040960 14223 33554432000 1073741824 1073778376 140737477302096 140219355305640 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.27 2.20 2.09 3/213 6091
/proc/meminfo: memFree=30100460/32872528 swapFree=16204/1518544
[pid=6072] ppid=6069 vsize=9625040 CPUtime=3.79 cores=0,2,4,6
/proc/6072/stat : 6072 (java) S 6069 6072 5832 0 -1 4202496 11439 0 1 0 376 3 0 0 20 0 19 0 104380189 9856040960 19877 33554432000 1073741824 1073778376 140737477302096 140737477293232 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6072/statm: 2406260 19877 2260 9 0 2396937 0
[pid=6072/tid=6074] ppid=6069 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/6072/task/6074/stat : 6074 (java) R 6069 6072 5832 0 -1 4202560 2486 0 1 0 304 1 0 0 20 0 19 0 104380190 9856040960 19877 33554432000 1073741824 1073778376 140737477302096 140219539562176 140219479762864 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6072/tid=6075] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6075/stat : 6075 (java) S 6069 6072 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104380191 9856040960 19877 33554432000 1073741824 1073778376 140737477302096 140219478301736 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6072/tid=6076] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6076/stat : 6076 (java) S 6069 6072 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104380191 9856040960 19877 33554432000 1073741824 1073778376 140737477302096 140219477248936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6072/tid=6077] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6077/stat : 6077 (java) S 6069 6072 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104380191 9856040960 19877 33554432000 1073741824 1073778376 140737477302096 140219476196136 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6072/tid=6078] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6078/stat : 6078 (java) S 6069 6072 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104380191 9856040960 19877 33554432000 1073741824 1073778376 140737477302096 140219380349608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6072/tid=6079] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6079/stat : 6079 (java) S 6069 6072 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104380191 9856040960 19877 33554432000 1073741824 1073778376 140737477302096 140219379296808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6072/tid=6080] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6080/stat : 6080 (java) S 6069 6072 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104380191 9856040960 19877 33554432000 1073741824 1073778376 140737477302096 140219378244008 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6072/tid=6081] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6081/stat : 6081 (java) S 6069 6072 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104380191 9856040960 19877 33554432000 1073741824 1073778376 140737477302096 140219377191208 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6072/tid=6082] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6082/stat : 6082 (java) S 6069 6072 5832 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104380191 9856040960 19877 33554432000 1073741824 1073778376 140737477302096 140219376138408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6072/tid=6083] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6083/stat : 6083 (java) S 6069 6072 5832 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104380193 9856040960 19877 33554432000 1073741824 1073778376 140737477302096 140219363728360 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6072/tid=6084] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6084/stat : 6084 (java) S 6069 6072 5832 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104380193 9856040960 19877 33554432000 1073741824 1073778376 140737477302096 140219362674424 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6072/tid=6085] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6085/stat : 6085 (java) S 6069 6072 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104380193 9856040960 19877 33554432000 1073741824 1073778376 140737477302096 140219361621512 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6072/tid=6086] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6086/stat : 6086 (java) S 6069 6072 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104380195 9856040960 19877 33554432000 1073741824 1073778376 140737477302096 140219360570000 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6072/tid=6087] ppid=6069 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/6072/task/6087/stat : 6087 (java) S 6069 6072 5832 0 -1 4202560 4374 0 0 0 31 0 0 0 20 0 19 0 104380195 9856040960 19877 33554432000 1073741824 1073778376 140737477302096 140219359517112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6072/tid=6088] ppid=6069 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/6072/task/6088/stat : 6088 (java) S 6069 6072 5832 0 -1 4202560 3308 0 0 0 36 1 0 0 20 0 19 0 104380195 9856040960 19877 33554432000 1073741824 1073778376 140737477302096 140219358464312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6072/tid=6089] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6089/stat : 6089 (java) S 6069 6072 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104380195 9856040960 19877 33554432000 1073741824 1073778376 140737477302096 140219357411704 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6072/tid=6090] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6090/stat : 6090 (java) S 6069 6072 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104380195 9856040960 19877 33554432000 1073741824 1073778376 140737477302096 140219356359112 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6072/tid=6091] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6091/stat : 6091 (java) S 6069 6072 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104380212 9856040960 19877 33554432000 1073741824 1073778376 140737477302096 140219355305640 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.27 2.20 2.09 3/213 6091
/proc/meminfo: memFree=30059436/32872528 swapFree=16204/1518544
[pid=6072] ppid=6069 vsize=9625040 CPUtime=6.98 cores=0,2,4,6
/proc/6072/stat : 6072 (java) S 6069 6072 5832 0 -1 4202496 11459 0 1 0 695 3 0 0 20 0 19 0 104380189 9856040960 29035 33554432000 1073741824 1073778376 140737477302096 140737477293232 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6072/statm: 2406260 29035 2261 9 0 2396937 0
[pid=6072/tid=6074] ppid=6069 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/6072/task/6074/stat : 6074 (java) R 6069 6072 5832 0 -1 4202560 2505 0 1 0 624 1 0 0 20 0 19 0 104380190 9856040960 29035 33554432000 1073741824 1073778376 140737477302096 140219539562176 140219479845318 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6072/tid=6075] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6075/stat : 6075 (java) S 6069 6072 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104380191 9856040960 29035 33554432000 1073741824 1073778376 140737477302096 140219478301736 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6072/tid=6076] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6076/stat : 6076 (java) S 6069 6072 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104380191 9856040960 29035 33554432000 1073741824 1073778376 140737477302096 140219477248936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6072/tid=6077] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6077/stat : 6077 (java) S 6069 6072 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104380191 9856040960 29035 33554432000 1073741824 1073778376 140737477302096 140219476196136 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6072/tid=6078] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6078/stat : 6078 (java) S 6069 6072 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104380191 9856040960 29035 33554432000 1073741824 1073778376 140737477302096 140219380349608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6072/tid=6079] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6079/stat : 6079 (java) S 6069 6072 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104380191 9856040960 29035 33554432000 1073741824 1073778376 140737477302096 140219379296808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6072/tid=6080] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6080/stat : 6080 (java) S 6069 6072 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104380191 9856040960 29035 33554432000 1073741824 1073778376 140737477302096 140219378244008 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6072/tid=6081] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6081/stat : 6081 (java) S 6069 6072 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104380191 9856040960 29035 33554432000 1073741824 1073778376 140737477302096 140219377191208 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6072/tid=6082] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6082/stat : 6082 (java) S 6069 6072 5832 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104380191 9856040960 29035 33554432000 1073741824 1073778376 140737477302096 140219376138408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6072/tid=6083] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6083/stat : 6083 (java) S 6069 6072 5832 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104380193 9856040960 29035 33554432000 1073741824 1073778376 140737477302096 140219363728360 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6072/tid=6084] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6084/stat : 6084 (java) S 6069 6072 5832 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104380193 9856040960 29035 33554432000 1073741824 1073778376 140737477302096 140219362674424 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6072/tid=6085] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6085/stat : 6085 (java) S 6069 6072 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104380193 9856040960 29035 33554432000 1073741824 1073778376 140737477302096 140219361621512 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6072/tid=6086] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6086/stat : 6086 (java) S 6069 6072 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104380195 9856040960 29035 33554432000 1073741824 1073778376 140737477302096 140219360570000 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6072/tid=6087] ppid=6069 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/6072/task/6087/stat : 6087 (java) S 6069 6072 5832 0 -1 4202560 4374 0 0 0 31 0 0 0 20 0 19 0 104380195 9856040960 29035 33554432000 1073741824 1073778376 140737477302096 140219359517112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6072/tid=6088] ppid=6069 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/6072/task/6088/stat : 6088 (java) S 6069 6072 5832 0 -1 4202560 3308 0 0 0 36 1 0 0 20 0 19 0 104380195 9856040960 29035 33554432000 1073741824 1073778376 140737477302096 140219358464312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6072/tid=6089] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6089/stat : 6089 (java) S 6069 6072 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104380195 9856040960 29035 33554432000 1073741824 1073778376 140737477302096 140219357411704 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6072/tid=6090] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6090/stat : 6090 (java) S 6069 6072 5832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 104380195 9856040960 29035 33554432000 1073741824 1073778376 140737477302096 140219356359112 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6072/tid=6091] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6091/stat : 6091 (java) S 6069 6072 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104380212 9856040960 29035 33554432000 1073741824 1073778376 140737477302096 140219355305640 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 6.98
Current children cumulated vsize (KiB) 9625040


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

[pid=6072/tid=6091] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6091/stat : 6091 (java) S 6069 6072 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104380212 9856040960 75543 33554432000 1073741824 1073778376 140737477302096 140219355305640 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1672.1
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.15 2.22 2.18 3/213 6222
/proc/meminfo: memFree=29900940/32872528 swapFree=16204/1518544
[pid=6072] ppid=6069 vsize=9625040 CPUtime=1732.58 cores=0,2,4,6
/proc/6072/stat : 6072 (java) S 6069 6072 5832 0 -1 4202496 19438 0 1 0 173154 104 0 0 20 0 19 0 104380189 9856040960 90060 33554432000 1073741824 1073778376 140737477302096 140737477293232 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6072/statm: 2406260 90060 2283 9 0 2396937 0
[pid=6072/tid=6074] ppid=6069 vsize=9625040 CPUtime=1710.87 cores=0,2,4,6
/proc/6072/task/6074/stat : 6074 (java) R 6069 6072 5832 0 -1 4202560 2765 0 1 0 171056 31 0 0 20 0 19 0 104380190 9856040960 90060 33554432000 1073741824 1073778376 140737477302096 140219539569856 140219479862204 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6072/tid=6075] ppid=6069 vsize=9625040 CPUtime=1.66 cores=0,2,4,6
/proc/6072/task/6075/stat : 6075 (java) S 6069 6072 5832 0 -1 4202560 734 0 0 0 157 9 0 0 20 0 19 0 104380191 9856040960 90060 33554432000 1073741824 1073778376 140737477302096 140219478301736 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6072/tid=6076] ppid=6069 vsize=9625040 CPUtime=1.71 cores=0,2,4,6
/proc/6072/task/6076/stat : 6076 (java) S 6069 6072 5832 0 -1 4202560 668 0 0 0 163 8 0 0 20 0 19 0 104380191 9856040960 90060 33554432000 1073741824 1073778376 140737477302096 140219477248936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6072/tid=6077] ppid=6069 vsize=9625040 CPUtime=1.71 cores=0,2,4,6
/proc/6072/task/6077/stat : 6077 (java) S 6069 6072 5832 0 -1 4202560 1170 0 0 0 162 9 0 0 20 0 19 0 104380191 9856040960 90060 33554432000 1073741824 1073778376 140737477302096 140219476196136 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6072/tid=6078] ppid=6069 vsize=9625040 CPUtime=1.68 cores=0,2,4,6
/proc/6072/task/6078/stat : 6078 (java) S 6069 6072 5832 0 -1 4202560 1501 0 0 0 158 10 0 0 20 0 19 0 104380191 9856040960 90060 33554432000 1073741824 1073778376 140737477302096 140219380349608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6072/tid=6079] ppid=6069 vsize=9625040 CPUtime=1.75 cores=0,2,4,6
/proc/6072/task/6079/stat : 6079 (java) S 6069 6072 5832 0 -1 4202560 727 0 0 0 167 8 0 0 20 0 19 0 104380191 9856040960 90060 33554432000 1073741824 1073778376 140737477302096 140219379296808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6072/tid=6080] ppid=6069 vsize=9625040 CPUtime=1.64 cores=0,2,4,6
/proc/6072/task/6080/stat : 6080 (java) S 6069 6072 5832 0 -1 4202560 876 0 0 0 154 10 0 0 20 0 19 0 104380191 9856040960 90060 33554432000 1073741824 1073778376 140737477302096 140219378244008 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6072/tid=6081] ppid=6069 vsize=9625040 CPUtime=1.76 cores=0,2,4,6
/proc/6072/task/6081/stat : 6081 (java) S 6069 6072 5832 0 -1 4202560 651 0 0 0 164 12 0 0 20 0 19 0 104380191 9856040960 90060 33554432000 1073741824 1073778376 140737477302096 140219377191208 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6072/tid=6082] ppid=6069 vsize=9625040 CPUtime=1.65 cores=0,2,4,6
/proc/6072/task/6082/stat : 6082 (java) S 6069 6072 5832 0 -1 4202560 674 0 0 0 155 10 0 0 20 0 19 0 104380191 9856040960 90060 33554432000 1073741824 1073778376 140737477302096 140219376138408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6072/tid=6083] ppid=6069 vsize=9625040 CPUtime=2.79 cores=0,2,4,6
/proc/6072/task/6083/stat : 6083 (java) S 6069 6072 5832 0 -1 4202560 600 0 0 0 275 4 0 0 20 0 19 0 104380193 9856040960 90060 33554432000 1073741824 1073778376 140737477302096 140219363728360 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6072/tid=6084] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6084/stat : 6084 (java) S 6069 6072 5832 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104380193 9856040960 90060 33554432000 1073741824 1073778376 140737477302096 140219362674424 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6072/tid=6085] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6085/stat : 6085 (java) S 6069 6072 5832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104380193 9856040960 90060 33554432000 1073741824 1073778376 140737477302096 140219361621512 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6072/tid=6086] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6086/stat : 6086 (java) S 6069 6072 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104380195 9856040960 90060 33554432000 1073741824 1073778376 140737477302096 140219360570000 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6072/tid=6087] ppid=6069 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/6072/task/6087/stat : 6087 (java) S 6069 6072 5832 0 -1 4202560 4374 0 0 0 31 0 0 0 20 0 19 0 104380195 9856040960 90060 33554432000 1073741824 1073778376 140737477302096 140219359517112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6072/tid=6088] ppid=6069 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/6072/task/6088/stat : 6088 (java) S 6069 6072 5832 0 -1 4202560 3343 0 0 0 38 1 0 0 20 0 19 0 104380195 9856040960 90060 33554432000 1073741824 1073778376 140737477302096 140219358464312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6072/tid=6089] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6089/stat : 6089 (java) S 6069 6072 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104380195 9856040960 90060 33554432000 1073741824 1073778376 140737477302096 140219357411704 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6072/tid=6090] ppid=6069 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/6072/task/6090/stat : 6090 (java) S 6069 6072 5832 0 -1 4202560 98 0 0 0 19 21 0 0 20 0 19 0 104380195 9856040960 90060 33554432000 1073741824 1073778376 140737477302096 140219356359112 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6072/tid=6091] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6091/stat : 6091 (java) S 6069 6072 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104380212 9856040960 90060 33554432000 1073741824 1073778376 140737477302096 140219355305640 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1732.58
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.31 2.25 2.19 4/213 6223
/proc/meminfo: memFree=30008308/32872528 swapFree=16204/1518544
[pid=6072] ppid=6069 vsize=9625040 CPUtime=1793.25 cores=0,2,4,6
/proc/6072/stat : 6072 (java) S 6069 6072 5832 0 -1 4202496 20100 0 1 0 179218 107 0 0 20 0 19 0 104380189 9856040960 64324 33554432000 1073741824 1073778376 140737477302096 140737477293232 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6072/statm: 2406260 64324 2283 9 0 2396937 0
[pid=6072/tid=6074] ppid=6069 vsize=9625040 CPUtime=1770.11 cores=0,2,4,6
/proc/6072/task/6074/stat : 6074 (java) R 6069 6072 5832 0 -1 4202560 2797 0 1 0 176979 32 0 0 20 0 19 0 104380190 9856040960 64324 33554432000 1073741824 1073778376 140737477302096 140219539569856 140219479844913 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6072/tid=6075] ppid=6069 vsize=9625040 CPUtime=1.78 cores=0,2,4,6
/proc/6072/task/6075/stat : 6075 (java) S 6069 6072 5832 0 -1 4202560 986 0 0 0 169 9 0 0 20 0 19 0 104380191 9856040960 64324 33554432000 1073741824 1073778376 140737477302096 140219478301736 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6072/tid=6076] ppid=6069 vsize=9625040 CPUtime=1.82 cores=0,2,4,6
/proc/6072/task/6076/stat : 6076 (java) S 6069 6072 5832 0 -1 4202560 816 0 0 0 174 8 0 0 20 0 19 0 104380191 9856040960 64324 33554432000 1073741824 1073778376 140737477302096 140219477248936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6072/tid=6077] ppid=6069 vsize=9625040 CPUtime=1.84 cores=0,2,4,6
/proc/6072/task/6077/stat : 6077 (java) S 6069 6072 5832 0 -1 4202560 1170 0 0 0 175 9 0 0 20 0 19 0 104380191 9856040960 64324 33554432000 1073741824 1073778376 140737477302096 140219476196136 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6072/tid=6078] ppid=6069 vsize=9625040 CPUtime=1.77 cores=0,2,4,6
/proc/6072/task/6078/stat : 6078 (java) S 6069 6072 5832 0 -1 4202560 1501 0 0 0 167 10 0 0 20 0 19 0 104380191 9856040960 64324 33554432000 1073741824 1073778376 140737477302096 140219380349608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6072/tid=6079] ppid=6069 vsize=9625040 CPUtime=1.86 cores=0,2,4,6
/proc/6072/task/6079/stat : 6079 (java) S 6069 6072 5832 0 -1 4202560 867 0 0 0 178 8 0 0 20 0 19 0 104380191 9856040960 64324 33554432000 1073741824 1073778376 140737477302096 140219379296808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6072/tid=6080] ppid=6069 vsize=9625040 CPUtime=1.8 cores=0,2,4,6
/proc/6072/task/6080/stat : 6080 (java) S 6069 6072 5832 0 -1 4202560 876 0 0 0 170 10 0 0 20 0 19 0 104380191 9856040960 64324 33554432000 1073741824 1073778376 140737477302096 140219378244008 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6072/tid=6081] ppid=6069 vsize=9625040 CPUtime=1.89 cores=0,2,4,6
/proc/6072/task/6081/stat : 6081 (java) S 6069 6072 5832 0 -1 4202560 651 0 0 0 176 13 0 0 20 0 19 0 104380191 9856040960 64324 33554432000 1073741824 1073778376 140737477302096 140219377191208 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6072/tid=6082] ppid=6069 vsize=9625040 CPUtime=1.77 cores=0,2,4,6
/proc/6072/task/6082/stat : 6082 (java) S 6069 6072 5832 0 -1 4202560 693 0 0 0 167 10 0 0 20 0 19 0 104380191 9856040960 64324 33554432000 1073741824 1073778376 140737477302096 140219376138408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6072/tid=6083] ppid=6069 vsize=9625040 CPUtime=3.1 cores=0,2,4,6
/proc/6072/task/6083/stat : 6083 (java) S 6069 6072 5832 0 -1 4202560 667 0 0 0 305 5 0 0 20 0 19 0 104380193 9856040960 64324 33554432000 1073741824 1073778376 140737477302096 140219363728360 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6072/tid=6084] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6084/stat : 6084 (java) S 6069 6072 5832 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104380193 9856040960 64324 33554432000 1073741824 1073778376 140737477302096 140219362674424 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6072/tid=6085] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6085/stat : 6085 (java) S 6069 6072 5832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104380193 9856040960 64324 33554432000 1073741824 1073778376 140737477302096 140219361621512 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6072/tid=6086] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6086/stat : 6086 (java) S 6069 6072 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104380195 9856040960 64324 33554432000 1073741824 1073778376 140737477302096 140219360570000 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6072/tid=6087] ppid=6069 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/6072/task/6087/stat : 6087 (java) S 6069 6072 5832 0 -1 4202560 4374 0 0 0 31 0 0 0 20 0 19 0 104380195 9856040960 64324 33554432000 1073741824 1073778376 140737477302096 140219359517112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6072/tid=6088] ppid=6069 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/6072/task/6088/stat : 6088 (java) S 6069 6072 5832 0 -1 4202560 3343 0 0 0 38 1 0 0 20 0 19 0 104380195 9856040960 64324 33554432000 1073741824 1073778376 140737477302096 140219358464312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6072/tid=6089] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6089/stat : 6089 (java) S 6069 6072 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104380195 9856040960 64324 33554432000 1073741824 1073778376 140737477302096 140219357411704 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6072/tid=6090] ppid=6069 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/6072/task/6090/stat : 6090 (java) S 6069 6072 5832 0 -1 4202560 102 0 0 0 21 21 0 0 20 0 19 0 104380195 9856040960 64324 33554432000 1073741824 1073778376 140737477302096 140219356359112 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6072/tid=6091] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6091/stat : 6091 (java) S 6069 6072 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104380212 9856040960 64324 33554432000 1073741824 1073778376 140737477302096 140219355305640 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1793.25
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789 s]
/proc/loadavg: 2.26 2.24 2.19 3/213 6223
/proc/meminfo: memFree=29999744/32872528 swapFree=16204/1518544
[pid=6072] ppid=6069 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/6072/stat : 6072 (java) S 6069 6072 5832 0 -1 4202496 20523 0 1 0 179895 107 0 0 20 0 19 0 104380189 9856040960 66756 33554432000 1073741824 1073778376 140737477302096 140737477293232 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6072/statm: 2406260 66756 2283 9 0 2396937 0
[pid=6072/tid=6074] ppid=6069 vsize=9625040 CPUtime=1776.76 cores=0,2,4,6
/proc/6072/task/6074/stat : 6074 (java) R 6069 6072 5832 0 -1 4202560 2799 0 1 0 177643 33 0 0 20 0 19 0 104380190 9856040960 66756 33554432000 1073741824 1073778376 140737477302096 140219539569856 140219479862204 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6072/tid=6075] ppid=6069 vsize=9625040 CPUtime=1.79 cores=0,2,4,6
/proc/6072/task/6075/stat : 6075 (java) S 6069 6072 5832 0 -1 4202560 988 0 0 0 170 9 0 0 20 0 19 0 104380191 9856040960 66756 33554432000 1073741824 1073778376 140737477302096 140219478301736 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6072/tid=6076] ppid=6069 vsize=9625040 CPUtime=1.84 cores=0,2,4,6
/proc/6072/task/6076/stat : 6076 (java) S 6069 6072 5832 0 -1 4202560 816 0 0 0 176 8 0 0 20 0 19 0 104380191 9856040960 66756 33554432000 1073741824 1073778376 140737477302096 140219477248936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6072/tid=6077] ppid=6069 vsize=9625040 CPUtime=1.85 cores=0,2,4,6
/proc/6072/task/6077/stat : 6077 (java) S 6069 6072 5832 0 -1 4202560 1330 0 0 0 176 9 0 0 20 0 19 0 104380191 9856040960 66756 33554432000 1073741824 1073778376 140737477302096 140219476196136 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6072/tid=6078] ppid=6069 vsize=9625040 CPUtime=1.79 cores=0,2,4,6
/proc/6072/task/6078/stat : 6078 (java) S 6069 6072 5832 0 -1 4202560 1760 0 0 0 169 10 0 0 20 0 19 0 104380191 9856040960 66756 33554432000 1073741824 1073778376 140737477302096 140219380349608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6072/tid=6079] ppid=6069 vsize=9625040 CPUtime=1.89 cores=0,2,4,6
/proc/6072/task/6079/stat : 6079 (java) S 6069 6072 5832 0 -1 4202560 867 0 0 0 181 8 0 0 20 0 19 0 104380191 9856040960 66756 33554432000 1073741824 1073778376 140737477302096 140219379296808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6072/tid=6080] ppid=6069 vsize=9625040 CPUtime=1.81 cores=0,2,4,6
/proc/6072/task/6080/stat : 6080 (java) S 6069 6072 5832 0 -1 4202560 876 0 0 0 171 10 0 0 20 0 19 0 104380191 9856040960 66756 33554432000 1073741824 1073778376 140737477302096 140219378244008 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6072/tid=6081] ppid=6069 vsize=9625040 CPUtime=1.9 cores=0,2,4,6
/proc/6072/task/6081/stat : 6081 (java) S 6069 6072 5832 0 -1 4202560 651 0 0 0 177 13 0 0 20 0 19 0 104380191 9856040960 66756 33554432000 1073741824 1073778376 140737477302096 140219377191208 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6072/tid=6082] ppid=6069 vsize=9625040 CPUtime=1.79 cores=0,2,4,6
/proc/6072/task/6082/stat : 6082 (java) S 6069 6072 5832 0 -1 4202560 693 0 0 0 169 10 0 0 20 0 19 0 104380191 9856040960 66756 33554432000 1073741824 1073778376 140737477302096 140219376138408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6072/tid=6083] ppid=6069 vsize=9625040 CPUtime=3.1 cores=0,2,4,6
/proc/6072/task/6083/stat : 6083 (java) S 6069 6072 5832 0 -1 4202560 667 0 0 0 305 5 0 0 20 0 19 0 104380193 9856040960 66756 33554432000 1073741824 1073778376 140737477302096 140219363728360 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6072/tid=6084] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6084/stat : 6084 (java) S 6069 6072 5832 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104380193 9856040960 66756 33554432000 1073741824 1073778376 140737477302096 140219362674424 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6072/tid=6085] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6085/stat : 6085 (java) S 6069 6072 5832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104380193 9856040960 66756 33554432000 1073741824 1073778376 140737477302096 140219361621512 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6072/tid=6086] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6086/stat : 6086 (java) S 6069 6072 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104380195 9856040960 66756 33554432000 1073741824 1073778376 140737477302096 140219360570000 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6072/tid=6087] ppid=6069 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/6072/task/6087/stat : 6087 (java) S 6069 6072 5832 0 -1 4202560 4374 0 0 0 31 0 0 0 20 0 19 0 104380195 9856040960 66756 33554432000 1073741824 1073778376 140737477302096 140219359517112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6072/tid=6088] ppid=6069 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/6072/task/6088/stat : 6088 (java) S 6069 6072 5832 0 -1 4202560 3343 0 0 0 38 1 0 0 20 0 19 0 104380195 9856040960 66756 33554432000 1073741824 1073778376 140737477302096 140219358464312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6072/tid=6089] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6089/stat : 6089 (java) S 6069 6072 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104380195 9856040960 66756 33554432000 1073741824 1073778376 140737477302096 140219357411704 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6072/tid=6090] ppid=6069 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/6072/task/6090/stat : 6090 (java) S 6069 6072 5832 0 -1 4202560 102 0 0 0 21 21 0 0 20 0 19 0 104380195 9856040960 66756 33554432000 1073741824 1073778376 140737477302096 140219356359112 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6072/tid=6091] ppid=6069 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6072/task/6091/stat : 6091 (java) S 6069 6072 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104380212 9856040960 66756 33554432000 1073741824 1073778376 140737477302096 140219355305640 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 6072 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

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

Real time (s): 1789.04
CPU time (s): 1800.02
CPU user time (s): 1798.95
CPU system time (s): 1.07
CPU usage (%): 100.614
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.48
system time used= 1.52177
maximum resident set size= 642424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20572
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46192
involuntary context switches= 42793

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.4841 second user time and 13.206 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-06 16:47:53
IDJOB=4085281
IDBENCH=1955
IDSOLVER=2546
FILE ID=node129/4085281-1465224473
RUNJOBID= node129-1465222695-5848
PBS_JOBID= 19843233
Free space on /tmp= 71736 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_21.opb.PB06.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085281-1465224473/watcher-4085281-1465224473 -o /tmp/evaluation-result-4085281-1465224473/solver-4085281-1465224473 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1465222695-5848 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085281-1465224473.opb

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

MD5SUM BENCH= 85de1910ead9431952046fc8a55b274b
RANDOM SEED=1000225183

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.715
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:        30160808 kB
Buffers:           13140 kB
Cached:            79088 kB
SwapCached:         1828 kB
Active:           454980 kB
Inactive:          36168 kB
Active(anon):     400056 kB
Inactive(anon):     1112 kB
Active(file):      54924 kB
Inactive(file):    35056 kB
Unevictable:     1518544 kB
Mlocked:           16204 kB
SwapTotal:      67108856 kB
SwapFree:       67098604 kB
Dirty:               824 kB
Writeback:             0 kB
AnonPages:       1918640 kB
Mapped:            15244 kB
Shmem:                 0 kB
Slab:             565576 kB
SReclaimable:       9756 kB
SUnreclaim:       555820 kB
KernelStack:        1680 kB
PageTables:         8268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2227192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1892352 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= 71736 MiB
End job on node129 at 2016-06-06 17:17:42