Trace number 4085253

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)1473 1800.67 1796.64

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
synthesis-ptl-cmos-circuits/normalized-mux.opb
MD5SUM80d8f8438bdd117e32edd926d4898421
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark872
Best CPU time to get the best result obtained on this benchmark8.66868
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 872
Optimality of the best value was proved YES
Number of variables232
Total number of constraints527
Number of constraints which are clauses527
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint27
Number of terms in the objective function 232
Biggest coefficient in the objective function 61
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 9597
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 61
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 9597
Number of bits of the biggest sum of numbers14
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.09/0.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4085253-1465229315.opb
0.09/0.12	c reading problem ... 
0.09/0.13	c  objective function found
0.25/0.21	c ... done. Wall clock time 0.083s.
0.25/0.21	c declared #vars     232
0.25/0.21	c #constraints  527
0.25/0.21	c constraints type 
0.25/0.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 389
0.25/0.21	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 138
0.25/0.21	c 527 constraints processed.
0.25/0.21	c objective function length is 232 literals
0.25/0.22	c SATISFIABLE
0.25/0.22	c OPTIMIZING...
0.25/0.22	c Got one! Elapsed wall clock time (in seconds):0.091
0.25/0.22	o 1737
0.25/0.25	c Got one! Elapsed wall clock time (in seconds):0.123
0.25/0.25	o 1735
0.25/0.25	c Got one! Elapsed wall clock time (in seconds):0.13
0.25/0.25	o 1605
0.49/0.34	c Got one! Elapsed wall clock time (in seconds):0.213
0.49/0.34	o 1602
0.49/0.38	c Got one! Elapsed wall clock time (in seconds):0.258
0.49/0.38	o 1592
0.49/0.39	c Got one! Elapsed wall clock time (in seconds):0.261
0.49/0.39	o 1473
0.98/0.62	c cleaning 3443 clauses out of 6885 with flag 10373/6885
1.37/0.87	c cleaning 4721 clauses out of 9442 with flag 24773/12885
1.68/1.18	c cleaning 5860 clauses out of 11720 with flag 40350/19885
2.08/1.52	c cleaning 6927 clauses out of 13860 with flag 59161/27885
2.52/1.93	c cleaning 7967 clauses out of 15933 with flag 79475/36885
3.02/2.42	c cleaning 8984 clauses out of 17967 with flag 102311/46886
3.52/2.97	c cleaning 9989 clauses out of 19982 with flag 129256/57885
4.22/3.61	c cleaning 10991 clauses out of 21993 with flag 156822/69885
4.92/4.35	c cleaning 12000 clauses out of 24003 with flag 185786/82886
5.62/5.05	c cleaning 13002 clauses out of 26003 with flag 217296/96886
6.42/5.80	c cleaning 14001 clauses out of 28001 with flag 254039/111886
7.23/6.64	c cleaning 14997 clauses out of 29999 with flag 293709/127885
8.13/7.55	c cleaning 15995 clauses out of 32002 with flag 335731/144885
9.24/8.60	c cleaning 17002 clauses out of 34007 with flag 381353/162885
10.34/9.78	c cleaning 18000 clauses out of 36005 with flag 426590/181885
11.64/11.04	c cleaning 19001 clauses out of 38005 with flag 474950/201885
13.15/12.54	c cleaning 20003 clauses out of 40006 with flag 527186/222887
14.85/14.25	c cleaning 21000 clauses out of 42002 with flag 579606/244886
16.55/15.95	c cleaning 21993 clauses out of 44002 with flag 632411/267886
18.26/17.63	c cleaning 22998 clauses out of 46009 with flag 687731/291886
19.95/19.30	c cleaning 24002 clauses out of 48010 with flag 746115/316885
21.75/21.19	c cleaning 25005 clauses out of 50009 with flag 807222/342886
23.65/23.09	c cleaning 25997 clauses out of 52003 with flag 870249/369885
25.75/25.18	c cleaning 27001 clauses out of 54006 with flag 937078/397885
28.05/27.45	c cleaning 28002 clauses out of 56005 with flag 1006156/426885
30.65/30.03	c cleaning 28995 clauses out of 58004 with flag 1073839/456886
33.27/32.61	c cleaning 30000 clauses out of 60008 with flag 1145113/487885
35.97/35.31	c cleaning 31004 clauses out of 62008 with flag 1218498/519885
38.67/38.09	c cleaning 32000 clauses out of 64004 with flag 1291118/552885
41.47/40.84	c cleaning 33001 clauses out of 66005 with flag 1371674/586886
44.38/43.72	c cleaning 34000 clauses out of 68003 with flag 1451638/621885
47.08/46.48	c cleaning 35001 clauses out of 70003 with flag 1536469/657885
50.08/49.45	c cleaning 35999 clauses out of 72003 with flag 1621314/694886
52.98/52.37	c cleaning 36996 clauses out of 74003 with flag 1706317/732885
56.18/55.56	c cleaning 37999 clauses out of 76008 with flag 1798221/771886
59.57/58.93	c cleaning 39000 clauses out of 78008 with flag 1891977/811885
63.07/62.41	c cleaning 40002 clauses out of 80008 with flag 1990333/852885
66.78/66.14	c cleaning 40996 clauses out of 82006 with flag 2090388/894885
70.67/70.02	c cleaning 41999 clauses out of 84010 with flag 2192943/937885
75.11/74.44	c cleaning 43001 clauses out of 86012 with flag 2296961/981886
79.51/78.80	c cleaning 44005 clauses out of 88010 with flag 2406927/1026885
84.21/83.51	c cleaning 45003 clauses out of 90006 with flag 2518611/1072886
88.92/88.22	c cleaning 45993 clauses out of 92002 with flag 2628461/1119885
94.02/93.35	c cleaning 47005 clauses out of 94009 with flag 2741394/1167885
99.42/98.79	c cleaning 47997 clauses out of 96005 with flag 2861022/1216886
104.92/104.25	c cleaning 49004 clauses out of 98007 with flag 2980720/1266885
110.32/109.61	c cleaning 50003 clauses out of 100005 with flag 3102763/1317887
116.22/115.56	c cleaning 50999 clauses out of 102000 with flag 3227981/1369885
122.32/121.65	c cleaning 51995 clauses out of 104001 with flag 3357651/1422885
128.38/127.69	c cleaning 52997 clauses out of 106006 with flag 3490322/1476885
134.47/133.73	c cleaning 54001 clauses out of 108009 with flag 3624850/1531885
140.48/139.79	c cleaning 55000 clauses out of 110008 with flag 3765821/1587885
146.67/145.91	c cleaning 56002 clauses out of 112008 with flag 3907054/1644885
153.47/152.71	c cleaning 57004 clauses out of 114007 with flag 4051277/1702886
161.18/160.46	c cleaning 57997 clauses out of 116003 with flag 4190963/1761886
168.98/168.22	c cleaning 58999 clauses out of 118005 with flag 4335395/1821885
176.78/176.09	c cleaning 60001 clauses out of 120007 with flag 4485650/1882886
185.00/184.29	c cleaning 60997 clauses out of 122005 with flag 4637185/1944885
193.97/193.10	c cleaning 62004 clauses out of 124008 with flag 4789177/2007885
200.13/199.23	c cleaning 62996 clauses out of 126004 with flag 4936604/2071885
206.54/205.64	c cleaning 63999 clauses out of 128008 with flag 5079042/2136885
212.54/211.69	c cleaning 65005 clauses out of 130009 with flag 5224127/2202885
220.04/219.16	c cleaning 65998 clauses out of 132005 with flag 5370084/2269886
226.34/225.48	c cleaning 67002 clauses out of 134006 with flag 5520418/2337885
232.74/231.88	c cleaning 68000 clauses out of 136005 with flag 5676742/2406886
239.73/238.75	c cleaning 68996 clauses out of 138005 with flag 5834440/2476886
246.63/245.64	c cleaning 70000 clauses out of 140008 with flag 5996052/2547885
252.93/251.96	c cleaning 71002 clauses out of 142008 with flag 6159125/2619885
260.93/259.95	c cleaning 71994 clauses out of 144007 with flag 6320164/2692886
267.93/266.98	c cleaning 72997 clauses out of 146012 with flag 6486099/2766885
275.43/274.49	c cleaning 74005 clauses out of 148016 with flag 6656180/2841886
283.63/282.66	c cleaning 75001 clauses out of 150011 with flag 6827484/2917886
290.82/289.80	c cleaning 75999 clauses out of 152010 with flag 7001273/2994886
298.32/297.21	c cleaning 77006 clauses out of 154011 with flag 7176584/3072886
307.22/306.19	c cleaning 77997 clauses out of 156005 with flag 7356726/3151886
316.43/315.35	c cleaning 79000 clauses out of 158007 with flag 7533070/3231885
325.43/324.32	c cleaning 80003 clauses out of 160008 with flag 7713780/3312886
334.27/333.07	c cleaning 80998 clauses out of 162004 with flag 7899333/3394885
343.17/341.92	c cleaning 81996 clauses out of 164006 with flag 8083734/3477885
353.47/352.21	c cleaning 83002 clauses out of 166010 with flag 8270424/3561885
362.57/361.31	c cleaning 83996 clauses out of 168009 with flag 8457571/3646886
372.97/371.79	c cleaning 85002 clauses out of 170012 with flag 8647855/3732885
383.67/382.46	c cleaning 86003 clauses out of 172011 with flag 8840773/3819886
394.88/393.52	c cleaning 87002 clauses out of 174008 with flag 9036260/3907886
404.88/403.56	c cleaning 88000 clauses out of 176005 with flag 9235039/3996885
416.78/415.44	c cleaning 89002 clauses out of 178005 with flag 9433444/4086885
429.08/427.74	c cleaning 90002 clauses out of 180004 with flag 9634130/4177886
441.78/440.33	c cleaning 90995 clauses out of 182002 with flag 9838764/4269886
454.98/453.51	c cleaning 91997 clauses out of 184006 with flag 10044667/4362885
467.18/465.70	c cleaning 93004 clauses out of 186009 with flag 10255045/4456885
479.37/477.92	c cleaning 93998 clauses out of 188005 with flag 10469314/4551885
490.47/489.03	c cleaning 95001 clauses out of 190008 with flag 10684366/4647886
504.37/502.81	c cleaning 96002 clauses out of 192006 with flag 10898624/4744885
517.56/516.04	c cleaning 96992 clauses out of 194004 with flag 11115576/4842885
529.67/528.15	c cleaning 97999 clauses out of 196012 with flag 11339528/4941885
542.56/541.05	c cleaning 99004 clauses out of 198013 with flag 11565938/5041885
554.87/553.22	c cleaning 100001 clauses out of 200010 with flag 11794311/5142886
567.77/566.15	c cleaning 101000 clauses out of 202009 with flag 12025497/5244886
581.38/579.71	c cleaning 101998 clauses out of 204008 with flag 12258967/5347885
594.38/592.74	c cleaning 102999 clauses out of 206011 with flag 12496018/5451886
607.12/605.34	c cleaning 103998 clauses out of 208012 with flag 12729484/5556886
622.34/620.58	c cleaning 105002 clauses out of 210014 with flag 12964884/5662886
636.13/634.36	c cleaning 106002 clauses out of 212011 with flag 13204110/5769885
651.54/649.76	c cleaning 106995 clauses out of 214009 with flag 13443271/5877885
668.20/666.35	c cleaning 108008 clauses out of 216015 with flag 13686997/5986886
684.20/682.34	c cleaning 109001 clauses out of 218006 with flag 13938055/6096885
702.40/700.53	c cleaning 110000 clauses out of 220006 with flag 14189652/6207886
718.99/717.08	c cleaning 111002 clauses out of 222005 with flag 14442670/6319885
735.89/733.92	c cleaning 111999 clauses out of 224003 with flag 14699119/6432885
752.89/750.92	c cleaning 112995 clauses out of 226005 with flag 14956606/6546886
770.61/768.52	c cleaning 114002 clauses out of 228010 with flag 15216902/6661886
788.41/786.37	c cleaning 115001 clauses out of 230007 with flag 15479584/6777885
805.71/803.69	c cleaning 116002 clauses out of 232008 with flag 15743900/6894887
824.11/822.06	c cleaning 117000 clauses out of 234004 with flag 16009542/7012885
843.16/841.03	c cleaning 117991 clauses out of 236004 with flag 16279983/7131885
861.66/859.58	c cleaning 119000 clauses out of 238013 with flag 16551566/7251885
880.26/878.14	c cleaning 120006 clauses out of 240014 with flag 16826649/7372886
900.31/898.13	c cleaning 121001 clauses out of 242008 with flag 17099130/7494886
918.81/916.66	c cleaning 121998 clauses out of 244007 with flag 17373794/7617886
940.02/937.85	c cleaning 123000 clauses out of 246008 with flag 17650953/7741885
959.39/957.11	c cleaning 124002 clauses out of 248008 with flag 17932194/7866885
980.89/978.69	c cleaning 124996 clauses out of 250006 with flag 18211536/7992885
1000.51/998.12	c cleaning 126001 clauses out of 252011 with flag 18496960/8119886
1021.72/1019.32	c cleaning 127003 clauses out of 254009 with flag 18782580/8247885
1043.82/1041.45	c cleaning 127993 clauses out of 256006 with flag 19072884/8376885
1065.01/1062.60	c cleaning 128999 clauses out of 258013 with flag 19367127/8506885
1088.70/1086.28	c cleaning 130003 clauses out of 260016 with flag 19663851/8637887
1110.21/1107.73	c cleaning 131000 clauses out of 262012 with flag 19964120/8769886
1131.04/1128.51	c cleaning 132003 clauses out of 264011 with flag 20264133/8902885
1157.14/1154.64	c cleaning 132994 clauses out of 266009 with flag 20568919/9036886
1182.43/1179.88	c cleaning 133998 clauses out of 268014 with flag 20872803/9171885
1208.34/1205.77	c cleaning 135002 clauses out of 270016 with flag 21182286/9307885
1234.25/1231.51	c cleaning 136001 clauses out of 272014 with flag 21492548/9444885
1261.85/1259.16	c cleaning 137001 clauses out of 274013 with flag 21806394/9582885
1287.35/1284.63	c cleaning 137997 clauses out of 276012 with flag 22121759/9721885
1314.00/1311.30	c cleaning 139006 clauses out of 278016 with flag 22435216/9861886
1342.19/1339.42	c cleaning 140000 clauses out of 280010 with flag 22754615/10002886
1368.26/1365.47	c cleaning 140990 clauses out of 282009 with flag 23074986/10144885
1393.46/1390.66	c cleaning 142003 clauses out of 284019 with flag 23399317/10287885
1421.34/1418.44	c cleaning 142999 clauses out of 286016 with flag 23722877/10431885
1449.64/1446.79	c cleaning 143999 clauses out of 288017 with flag 24051046/10576885
1477.22/1474.29	c cleaning 144999 clauses out of 290018 with flag 24379834/10722885
1506.21/1503.22	c cleaning 146005 clauses out of 292019 with flag 24711819/10869885
1534.40/1531.36	c cleaning 147001 clauses out of 294015 with flag 25046967/11017886
1562.90/1559.82	c cleaning 148002 clauses out of 296013 with flag 25382945/11166885
1591.57/1588.47	c cleaning 149003 clauses out of 298011 with flag 25720150/11316885
1621.67/1618.53	c cleaning 149994 clauses out of 300008 with flag 26059824/11467885
1655.35/1652.10	c cleaning 150999 clauses out of 302015 with flag 26395780/11619886
1689.46/1686.26	c cleaning 152003 clauses out of 304016 with flag 26742071/11772886
1723.35/1720.00	c cleaning 153001 clauses out of 306012 with flag 27082175/11926885
1750.76/1747.48	c cleaning 154000 clauses out of 308011 with flag 27429071/12081885
1789.50/1786.15	c cleaning 155004 clauses out of 310013 with flag 27772091/12237887
1800.00/1796.60	c starts		: 38
1800.00/1796.60	c conflicts		: 12308811
1800.00/1796.60	c decisions		: 20812013
1800.00/1796.60	c propagations		: 562778353
1800.00/1796.60	c inspects		: 32174919371
1800.00/1796.60	c shortcuts		: 0
1800.00/1796.60	c learnt literals	: 1
1800.00/1796.60	c learnt binary clauses	: 0
1800.00/1796.60	c learnt ternary clauses	: 20
1800.00/1796.60	c learnt constraints	: 12308810
1800.00/1796.60	c ignored constraints	: 0
1800.00/1796.60	c root simplifications	: 0
1800.00/1796.60	c removed literals (reason simplification)	: 0
1800.00/1796.60	c reason swapping (by a shorter reason)	: 0
1800.00/1796.60	c Calls to reduceDB	: 152
1800.00/1796.60	c Number of update (reduction) of LBD	: 1005131
1800.00/1796.60	c Imported unit clauses	: 0
1800.00/1796.60	c number of reductions to clauses (during analyze)	: 0
1800.00/1796.60	c number of learned constraints concerned by reduction	: 0
1800.00/1796.60	c number of learning phase by resolution	: 0
1800.00/1796.60	c number of learning phase by cutting planes	: 0
1800.00/1796.60	c speed (assignments/second)	: 313282.772514447
1800.00/1796.60	c non guided choices	0
1800.00/1796.63	c learnt constraints type 
1800.00/1796.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 225933
1800.00/1796.63	s SATISFIABLE
1800.00/1796.63	c Found 6 solution(s)
1800.00/1796.63	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 
1800.00/1796.63	c objective function=1473
1800.00/1796.63	c Total wall clock time (in seconds): 1796.507

Verifier Data

OK	1473

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

pid=8686
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.31 2.26 2.21 2/194 8689
/proc/meminfo: memFree=29821480/32872528 swapFree=16740/1306504
[pid=8689] ppid=8686 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/8689/stat : 8689 (java) D 8686 8689 5873 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 104864050 2560000 46 33554432000 1073741824 1073778376 140735963177760 140735963174888 214528257319 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/8689/statm: 625 46 37 9 0 29 0

[startup+0.10006 s]
/proc/loadavg: 2.31 2.26 2.21 2/194 8689
/proc/meminfo: memFree=29821480/32872528 swapFree=16740/1306504
[pid=8689] ppid=8686 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/8689/stat : 8689 (java) S 8686 8689 5873 0 -1 4202496 4358 0 1 0 8 1 0 0 20 0 18 0 104864050 9787879424 4976 33554432000 1073741824 1073778376 140735963177760 140735963168896 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8689/statm: 2389619 4976 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200218 s]
/proc/loadavg: 2.31 2.26 2.21 2/194 8689
/proc/meminfo: memFree=29821480/32872528 swapFree=16740/1306504
[pid=8689] ppid=8686 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/8689/stat : 8689 (java) S 8686 8689 5873 0 -1 4202496 4758 0 1 0 24 1 0 0 20 0 18 0 104864050 9787879424 6335 33554432000 1073741824 1073778376 140735963177760 140735963168896 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8689/statm: 2389619 6335 2201 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.30022 s]
/proc/loadavg: 2.31 2.26 2.21 2/194 8689
/proc/meminfo: memFree=29821480/32872528 swapFree=16740/1306504
[pid=8689] ppid=8686 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/8689/stat : 8689 (java) S 8686 8689 5873 0 -1 4202496 7449 0 1 0 48 1 0 0 20 0 19 0 104864050 9856040960 8473 33554432000 1073741824 1073778376 140735963177760 140735963168896 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8689/statm: 2406260 8473 2243 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.70017 s]
/proc/loadavg: 2.31 2.26 2.21 2/194 8689
/proc/meminfo: memFree=29821480/32872528 swapFree=16740/1306504
[pid=8689] ppid=8686 vsize=9625040 CPUtime=1.2 cores=0,2,4,6
/proc/8689/stat : 8689 (java) S 8686 8689 5873 0 -1 4202496 13272 0 1 0 117 3 0 0 20 0 19 0 104864050 9856040960 12452 33554432000 1073741824 1073778376 140735963177760 140735963168896 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8689/statm: 2406260 12452 2258 9 0 2396937 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 9625040

[startup+1.50082 s]
/proc/loadavg: 2.31 2.26 2.21 3/213 8708
/proc/meminfo: memFree=29777296/32872528 swapFree=16740/1306504
[pid=8689] ppid=8686 vsize=9625040 CPUtime=2.08 cores=0,2,4,6
/proc/8689/stat : 8689 (java) S 8686 8689 5873 0 -1 4202496 13419 0 1 0 205 3 0 0 20 0 19 0 104864050 9856040960 13620 33554432000 1073741824 1073778376 140735963177760 140735963168896 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8689/statm: 2406260 13620 2260 9 0 2396937 0
[pid=8689/tid=8691] ppid=8686 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/8689/task/8691/stat : 8691 (java) R 8686 8689 5873 0 -1 4202560 2470 0 1 0 145 2 0 0 20 0 19 0 104864051 9856040960 13620 33554432000 1073741824 1073778376 140735963177760 139901448208080 139901320318830 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8689/tid=8692] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8692/stat : 8692 (java) S 8686 8689 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104864052 9856040960 13620 33554432000 1073741824 1073778376 140735963177760 139901292243880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8693] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8693/stat : 8693 (java) S 8686 8689 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104864052 9856040960 13620 33554432000 1073741824 1073778376 140735963177760 139901291191336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8689/tid=8694] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8694/stat : 8694 (java) S 8686 8689 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104864052 9856040960 13620 33554432000 1073741824 1073778376 140735963177760 139901290138280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8689/tid=8695] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8695/stat : 8695 (java) S 8686 8689 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104864052 9856040960 13620 33554432000 1073741824 1073778376 140735963177760 139901289085736 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8689/tid=8696] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8696/stat : 8696 (java) S 8686 8689 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104864052 9856040960 13620 33554432000 1073741824 1073778376 140735963177760 139901288032680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8697] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8697/stat : 8697 (java) S 8686 8689 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104864052 9856040960 13620 33554432000 1073741824 1073778376 140735963177760 139901286980136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8689/tid=8698] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8698/stat : 8698 (java) S 8686 8689 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104864052 9856040960 13620 33554432000 1073741824 1073778376 140735963177760 139901285927080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8689/tid=8699] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8699/stat : 8699 (java) S 8686 8689 5873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104864052 9856040960 13620 33554432000 1073741824 1073778376 140735963177760 139901284874536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8700] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8700/stat : 8700 (java) S 8686 8689 5873 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104864053 9856040960 13620 33554432000 1073741824 1073778376 140735963177760 139901272464232 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8701] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8701/stat : 8701 (java) S 8686 8689 5873 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104864054 9856040960 13620 33554432000 1073741824 1073778376 140735963177760 139901271410552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8702] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8702/stat : 8702 (java) S 8686 8689 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104864054 9856040960 13620 33554432000 1073741824 1073778376 140735963177760 139901270357384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8703] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8703/stat : 8703 (java) S 8686 8689 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104864056 9856040960 13620 33554432000 1073741824 1073778376 140735963177760 139901269306128 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8704] ppid=8686 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/8689/task/8704/stat : 8704 (java) S 8686 8689 5873 0 -1 4202560 2953 0 0 0 25 0 0 0 20 0 19 0 104864057 9856040960 13620 33554432000 1073741824 1073778376 140735963177760 139901268252984 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8705] ppid=8686 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/8689/task/8705/stat : 8705 (java) S 8686 8689 5873 0 -1 4202560 6724 0 0 0 32 2 0 0 20 0 19 0 104864057 9856040960 13620 33554432000 1073741824 1073778376 140735963177760 139901267200440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8689/tid=8706] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8706/stat : 8706 (java) S 8686 8689 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104864057 9856040960 13620 33554432000 1073741824 1073778376 140735963177760 139901266147576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8689/tid=8707] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8707/stat : 8707 (java) S 8686 8689 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104864057 9856040960 13620 33554432000 1073741824 1073778376 140735963177760 139901265095240 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8708] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8708/stat : 8708 (java) S 8686 8689 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104864072 9856040960 13620 33554432000 1073741824 1073778376 140735963177760 139901263992360 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 9625040

[startup+3.10083 s]
/proc/loadavg: 2.31 2.26 2.21 3/213 8708
/proc/meminfo: memFree=29770656/32872528 swapFree=16740/1306504
[pid=8689] ppid=8686 vsize=9625040 CPUtime=3.72 cores=0,2,4,6
/proc/8689/stat : 8689 (java) S 8686 8689 5873 0 -1 4202496 13432 0 1 0 369 3 0 0 20 0 19 0 104864050 9856040960 16187 33554432000 1073741824 1073778376 140735963177760 140735963168896 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8689/statm: 2406260 16187 2260 9 0 2396937 0
[pid=8689/tid=8691] ppid=8686 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/8689/task/8691/stat : 8691 (java) R 8686 8689 5873 0 -1 4202560 2476 0 1 0 304 2 0 0 20 0 19 0 104864051 9856040960 16187 33554432000 1073741824 1073778376 140735963177760 139901448217008 139901320294196 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8689/tid=8692] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8692/stat : 8692 (java) S 8686 8689 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104864052 9856040960 16187 33554432000 1073741824 1073778376 140735963177760 139901292243880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8693] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8693/stat : 8693 (java) S 8686 8689 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104864052 9856040960 16187 33554432000 1073741824 1073778376 140735963177760 139901291191336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8689/tid=8694] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8694/stat : 8694 (java) S 8686 8689 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104864052 9856040960 16187 33554432000 1073741824 1073778376 140735963177760 139901290138280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8689/tid=8695] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8695/stat : 8695 (java) S 8686 8689 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104864052 9856040960 16187 33554432000 1073741824 1073778376 140735963177760 139901289085736 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8689/tid=8696] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8696/stat : 8696 (java) S 8686 8689 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104864052 9856040960 16187 33554432000 1073741824 1073778376 140735963177760 139901288032680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8697] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8697/stat : 8697 (java) S 8686 8689 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104864052 9856040960 16187 33554432000 1073741824 1073778376 140735963177760 139901286980136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8689/tid=8698] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8698/stat : 8698 (java) S 8686 8689 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104864052 9856040960 16187 33554432000 1073741824 1073778376 140735963177760 139901285927080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8689/tid=8699] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8699/stat : 8699 (java) S 8686 8689 5873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104864052 9856040960 16187 33554432000 1073741824 1073778376 140735963177760 139901284874536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8700] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8700/stat : 8700 (java) S 8686 8689 5873 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104864053 9856040960 16187 33554432000 1073741824 1073778376 140735963177760 139901272464232 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8701] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8701/stat : 8701 (java) S 8686 8689 5873 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104864054 9856040960 16187 33554432000 1073741824 1073778376 140735963177760 139901271410552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8702] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8702/stat : 8702 (java) S 8686 8689 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104864054 9856040960 16187 33554432000 1073741824 1073778376 140735963177760 139901270357384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8703] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8703/stat : 8703 (java) S 8686 8689 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104864056 9856040960 16187 33554432000 1073741824 1073778376 140735963177760 139901269306128 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8704] ppid=8686 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/8689/task/8704/stat : 8704 (java) S 8686 8689 5873 0 -1 4202560 2960 0 0 0 29 0 0 0 20 0 19 0 104864057 9856040960 16187 33554432000 1073741824 1073778376 140735963177760 139901268252984 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8705] ppid=8686 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/8689/task/8705/stat : 8705 (java) S 8686 8689 5873 0 -1 4202560 6724 0 0 0 32 2 0 0 20 0 19 0 104864057 9856040960 16187 33554432000 1073741824 1073778376 140735963177760 139901267200440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8689/tid=8706] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8706/stat : 8706 (java) S 8686 8689 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104864057 9856040960 16187 33554432000 1073741824 1073778376 140735963177760 139901266147576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8689/tid=8707] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8707/stat : 8707 (java) S 8686 8689 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104864057 9856040960 16187 33554432000 1073741824 1073778376 140735963177760 139901265095240 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8708] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8708/stat : 8708 (java) S 8686 8689 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104864072 9856040960 16187 33554432000 1073741824 1073778376 140735963177760 139901263992360 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.72
Current children cumulated vsize (KiB) 9625040

[startup+6.30088 s]
/proc/loadavg: 2.28 2.25 2.20 3/213 8708
/proc/meminfo: memFree=29764788/32872528 swapFree=16740/1306504
[pid=8689] ppid=8686 vsize=9625040 CPUtime=6.93 cores=0,2,4,6
/proc/8689/stat : 8689 (java) S 8686 8689 5873 0 -1 4202496 13442 0 1 0 689 4 0 0 20 0 19 0 104864050 9856040960 17117 33554432000 1073741824 1073778376 140735963177760 140735963168896 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8689/statm: 2406260 17117 2261 9 0 2396937 0
[pid=8689/tid=8691] ppid=8686 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/8689/task/8691/stat : 8691 (java) R 8686 8689 5873 0 -1 4202560 2485 0 1 0 624 2 0 0 20 0 19 0 104864051 9856040960 17117 33554432000 1073741824 1073778376 140735963177760 139901448208064 139901320345323 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8689/tid=8692] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8692/stat : 8692 (java) S 8686 8689 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104864052 9856040960 17117 33554432000 1073741824 1073778376 140735963177760 139901292243880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8693] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8693/stat : 8693 (java) S 8686 8689 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104864052 9856040960 17117 33554432000 1073741824 1073778376 140735963177760 139901291191336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8689/tid=8694] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8694/stat : 8694 (java) S 8686 8689 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104864052 9856040960 17117 33554432000 1073741824 1073778376 140735963177760 139901290138280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8689/tid=8695] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8695/stat : 8695 (java) S 8686 8689 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104864052 9856040960 17117 33554432000 1073741824 1073778376 140735963177760 139901289085736 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8689/tid=8696] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8696/stat : 8696 (java) S 8686 8689 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104864052 9856040960 17117 33554432000 1073741824 1073778376 140735963177760 139901288032680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8697] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8697/stat : 8697 (java) S 8686 8689 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104864052 9856040960 17117 33554432000 1073741824 1073778376 140735963177760 139901286980136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8689/tid=8698] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8698/stat : 8698 (java) S 8686 8689 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104864052 9856040960 17117 33554432000 1073741824 1073778376 140735963177760 139901285927080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8689/tid=8699] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8699/stat : 8699 (java) S 8686 8689 5873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104864052 9856040960 17117 33554432000 1073741824 1073778376 140735963177760 139901284874536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8700] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8700/stat : 8700 (java) S 8686 8689 5873 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104864053 9856040960 17117 33554432000 1073741824 1073778376 140735963177760 139901272464232 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8701] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8701/stat : 8701 (java) S 8686 8689 5873 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104864054 9856040960 17117 33554432000 1073741824 1073778376 140735963177760 139901271410552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8702] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8702/stat : 8702 (java) S 8686 8689 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104864054 9856040960 17117 33554432000 1073741824 1073778376 140735963177760 139901270357384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8703] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8703/stat : 8703 (java) S 8686 8689 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104864056 9856040960 17117 33554432000 1073741824 1073778376 140735963177760 139901269306128 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8704] ppid=8686 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/8689/task/8704/stat : 8704 (java) S 8686 8689 5873 0 -1 4202560 2960 0 0 0 29 0 0 0 20 0 19 0 104864057 9856040960 17117 33554432000 1073741824 1073778376 140735963177760 139901268252984 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8705] ppid=8686 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/8689/task/8705/stat : 8705 (java) S 8686 8689 5873 0 -1 4202560 6724 0 0 0 32 2 0 0 20 0 19 0 104864057 9856040960 17117 33554432000 1073741824 1073778376 140735963177760 139901267200440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8689/tid=8706] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8706/stat : 8706 (java) S 8686 8689 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104864057 9856040960 17117 33554432000 1073741824 1073778376 140735963177760 139901266147576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8689/tid=8707] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8707/stat : 8707 (java) S 8686 8689 5873 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 104864057 9856040960 17117 33554432000 1073741824 1073778376 140735963177760 139901265095240 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8708] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8708/stat : 8708 (java) S 8686 8689 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104864072 9856040960 17117 33554432000 1073741824 1073778376 140735963177760 139901263992360 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.93
Current children cumulated vsize (KiB) 9625040


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

[pid=8689/tid=8701] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8701/stat : 8701 (java) S 8686 8689 5873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104864054 9856040960 121266 33554432000 1073741824 1073778376 140735963177760 139901271410552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8702] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8702/stat : 8702 (java) S 8686 8689 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104864054 9856040960 121266 33554432000 1073741824 1073778376 140735963177760 139901270357384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8703] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8703/stat : 8703 (java) S 8686 8689 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104864056 9856040960 121266 33554432000 1073741824 1073778376 140735963177760 139901269306128 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8704] ppid=8686 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/8689/task/8704/stat : 8704 (java) S 8686 8689 5873 0 -1 4202560 4055 0 0 0 39 0 0 0 20 0 19 0 104864057 9856040960 121266 33554432000 1073741824 1073778376 140735963177760 139901268252984 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8705] ppid=8686 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/8689/task/8705/stat : 8705 (java) S 8686 8689 5873 0 -1 4202560 6724 0 0 0 32 2 0 0 20 0 19 0 104864057 9856040960 121266 33554432000 1073741824 1073778376 140735963177760 139901267200440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8689/tid=8706] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8706/stat : 8706 (java) S 8686 8689 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104864057 9856040960 121266 33554432000 1073741824 1073778376 140735963177760 139901266147576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8689/tid=8707] ppid=8686 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/8689/task/8707/stat : 8707 (java) S 8686 8689 5873 0 -1 4202560 96 0 0 0 30 20 0 0 20 0 19 0 104864057 9856040960 121266 33554432000 1073741824 1073778376 140735963177760 139901265095240 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8708] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8708/stat : 8708 (java) S 8686 8689 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104864072 9856040960 121266 33554432000 1073741824 1073778376 140735963177760 139901263992360 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1665.55
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.10 2.15 2.17 3/213 8817
/proc/meminfo: memFree=29903364/32872528 swapFree=16740/1306504
[pid=8689] ppid=8686 vsize=9625040 CPUtime=1725.65 cores=0,2,4,6
/proc/8689/stat : 8689 (java) S 8686 8689 5873 0 -1 4202496 17046 0 1 0 172503 62 0 0 20 0 19 0 104864050 9856040960 123755 33554432000 1073741824 1073778376 140735963177760 140735963168896 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8689/statm: 2406260 123755 2276 9 0 2396937 0
[pid=8689/tid=8691] ppid=8686 vsize=9625040 CPUtime=1721.34 cores=0,2,4,6
/proc/8689/task/8691/stat : 8691 (java) R 8686 8689 5873 0 -1 4202560 2563 0 1 0 172104 30 0 0 20 0 19 0 104864051 9856040960 123755 33554432000 1073741824 1073778376 140735963177760 139901448208048 139901320359075 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8689/tid=8692] ppid=8686 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/8689/task/8692/stat : 8692 (java) S 8686 8689 5873 0 -1 4202560 374 0 0 0 39 5 0 0 20 0 19 0 104864052 9856040960 123755 33554432000 1073741824 1073778376 140735963177760 139901292243880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8693] ppid=8686 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/8689/task/8693/stat : 8693 (java) S 8686 8689 5873 0 -1 4202560 191 0 0 0 36 5 0 0 20 0 19 0 104864052 9856040960 123755 33554432000 1073741824 1073778376 140735963177760 139901291191336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8689/tid=8694] ppid=8686 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/8689/task/8694/stat : 8694 (java) S 8686 8689 5873 0 -1 4202560 230 0 0 0 37 5 0 0 20 0 19 0 104864052 9856040960 123755 33554432000 1073741824 1073778376 140735963177760 139901290138280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8689/tid=8695] ppid=8686 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/8689/task/8695/stat : 8695 (java) S 8686 8689 5873 0 -1 4202560 299 0 0 0 38 6 0 0 20 0 19 0 104864052 9856040960 123755 33554432000 1073741824 1073778376 140735963177760 139901289085736 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8689/tid=8696] ppid=8686 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/8689/task/8696/stat : 8696 (java) S 8686 8689 5873 0 -1 4202560 298 0 0 0 35 5 0 0 20 0 19 0 104864052 9856040960 123755 33554432000 1073741824 1073778376 140735963177760 139901288032680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8697] ppid=8686 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/8689/task/8697/stat : 8697 (java) S 8686 8689 5873 0 -1 4202560 211 0 0 0 39 5 0 0 20 0 19 0 104864052 9856040960 123755 33554432000 1073741824 1073778376 140735963177760 139901286980136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8689/tid=8698] ppid=8686 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/8689/task/8698/stat : 8698 (java) S 8686 8689 5873 0 -1 4202560 297 0 0 0 37 4 0 0 20 0 19 0 104864052 9856040960 123755 33554432000 1073741824 1073778376 140735963177760 139901285927080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8689/tid=8699] ppid=8686 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/8689/task/8699/stat : 8699 (java) S 8686 8689 5873 0 -1 4202560 340 0 0 0 35 4 0 0 20 0 19 0 104864052 9856040960 123755 33554432000 1073741824 1073778376 140735963177760 139901284874536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8689/tid=8700] ppid=8686 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/8689/task/8700/stat : 8700 (java) S 8686 8689 5873 0 -1 4202560 106 0 0 0 2 0 0 0 20 0 19 0 104864053 9856040960 123755 33554432000 1073741824 1073778376 140735963177760 139901272464232 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8701] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8701/stat : 8701 (java) S 8686 8689 5873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104864054 9856040960 123755 33554432000 1073741824 1073778376 140735963177760 139901271410552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8702] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8702/stat : 8702 (java) S 8686 8689 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104864054 9856040960 123755 33554432000 1073741824 1073778376 140735963177760 139901270357384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8703] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8703/stat : 8703 (java) S 8686 8689 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104864056 9856040960 123755 33554432000 1073741824 1073778376 140735963177760 139901269306128 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8704] ppid=8686 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/8689/task/8704/stat : 8704 (java) S 8686 8689 5873 0 -1 4202560 4055 0 0 0 39 0 0 0 20 0 19 0 104864057 9856040960 123755 33554432000 1073741824 1073778376 140735963177760 139901268252984 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8705] ppid=8686 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/8689/task/8705/stat : 8705 (java) S 8686 8689 5873 0 -1 4202560 6724 0 0 0 32 2 0 0 20 0 19 0 104864057 9856040960 123755 33554432000 1073741824 1073778376 140735963177760 139901267200440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8689/tid=8706] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8706/stat : 8706 (java) S 8686 8689 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104864057 9856040960 123755 33554432000 1073741824 1073778376 140735963177760 139901266147576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8689/tid=8707] ppid=8686 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/8689/task/8707/stat : 8707 (java) S 8686 8689 5873 0 -1 4202560 100 0 0 0 31 22 0 0 20 0 19 0 104864057 9856040960 123755 33554432000 1073741824 1073778376 140735963177760 139901265095240 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8708] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8708/stat : 8708 (java) S 8686 8689 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104864072 9856040960 123755 33554432000 1073741824 1073778376 140735963177760 139901263992360 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1725.65
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.15 2.15 2.17 4/213 8818
/proc/meminfo: memFree=29894888/32872528 swapFree=16740/1306504
[pid=8689] ppid=8686 vsize=9625040 CPUtime=1785.7 cores=0,2,4,6
/proc/8689/stat : 8689 (java) S 8686 8689 5873 0 -1 4202496 17054 0 1 0 178506 64 0 0 20 0 19 0 104864050 9856040960 123756 33554432000 1073741824 1073778376 140735963177760 140735963168896 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8689/statm: 2406260 123756 2276 9 0 2396937 0
[pid=8689/tid=8691] ppid=8686 vsize=9625040 CPUtime=1781.34 cores=0,2,4,6
/proc/8689/task/8691/stat : 8691 (java) R 8686 8689 5873 0 -1 4202560 2564 0 1 0 178103 31 0 0 20 0 19 0 104864051 9856040960 123756 33554432000 1073741824 1073778376 140735963177760 139901448215760 139901320306449 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8689/tid=8692] ppid=8686 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/8689/task/8692/stat : 8692 (java) S 8686 8689 5873 0 -1 4202560 374 0 0 0 40 5 0 0 20 0 19 0 104864052 9856040960 123756 33554432000 1073741824 1073778376 140735963177760 139901292243880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8689/tid=8693] ppid=8686 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/8689/task/8693/stat : 8693 (java) S 8686 8689 5873 0 -1 4202560 191 0 0 0 36 5 0 0 20 0 19 0 104864052 9856040960 123756 33554432000 1073741824 1073778376 140735963177760 139901291191336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8689/tid=8694] ppid=8686 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/8689/task/8694/stat : 8694 (java) S 8686 8689 5873 0 -1 4202560 230 0 0 0 37 5 0 0 20 0 19 0 104864052 9856040960 123756 33554432000 1073741824 1073778376 140735963177760 139901290138280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8689/tid=8695] ppid=8686 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/8689/task/8695/stat : 8695 (java) S 8686 8689 5873 0 -1 4202560 299 0 0 0 39 6 0 0 20 0 19 0 104864052 9856040960 123756 33554432000 1073741824 1073778376 140735963177760 139901289085736 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8689/tid=8696] ppid=8686 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/8689/task/8696/stat : 8696 (java) S 8686 8689 5873 0 -1 4202560 298 0 0 0 36 5 0 0 20 0 19 0 104864052 9856040960 123756 33554432000 1073741824 1073778376 140735963177760 139901288032680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8697] ppid=8686 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/8689/task/8697/stat : 8697 (java) S 8686 8689 5873 0 -1 4202560 211 0 0 0 40 5 0 0 20 0 19 0 104864052 9856040960 123756 33554432000 1073741824 1073778376 140735963177760 139901286980136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8698] ppid=8686 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/8689/task/8698/stat : 8698 (java) S 8686 8689 5873 0 -1 4202560 297 0 0 0 37 4 0 0 20 0 19 0 104864052 9856040960 123756 33554432000 1073741824 1073778376 140735963177760 139901285927080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8689/tid=8699] ppid=8686 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/8689/task/8699/stat : 8699 (java) S 8686 8689 5873 0 -1 4202560 340 0 0 0 35 4 0 0 20 0 19 0 104864052 9856040960 123756 33554432000 1073741824 1073778376 140735963177760 139901284874536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8689/tid=8700] ppid=8686 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/8689/task/8700/stat : 8700 (java) S 8686 8689 5873 0 -1 4202560 109 0 0 0 2 0 0 0 20 0 19 0 104864053 9856040960 123756 33554432000 1073741824 1073778376 140735963177760 139901272464232 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8701] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8701/stat : 8701 (java) S 8686 8689 5873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104864054 9856040960 123756 33554432000 1073741824 1073778376 140735963177760 139901271410552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8702] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8702/stat : 8702 (java) S 8686 8689 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104864054 9856040960 123756 33554432000 1073741824 1073778376 140735963177760 139901270357384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8703] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8703/stat : 8703 (java) S 8686 8689 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104864056 9856040960 123756 33554432000 1073741824 1073778376 140735963177760 139901269306128 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8704] ppid=8686 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/8689/task/8704/stat : 8704 (java) S 8686 8689 5873 0 -1 4202560 4055 0 0 0 39 0 0 0 20 0 19 0 104864057 9856040960 123756 33554432000 1073741824 1073778376 140735963177760 139901268252984 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8705] ppid=8686 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/8689/task/8705/stat : 8705 (java) S 8686 8689 5873 0 -1 4202560 6724 0 0 0 32 2 0 0 20 0 19 0 104864057 9856040960 123756 33554432000 1073741824 1073778376 140735963177760 139901267200440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8689/tid=8706] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8706/stat : 8706 (java) S 8686 8689 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104864057 9856040960 123756 33554432000 1073741824 1073778376 140735963177760 139901266147576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8689/tid=8707] ppid=8686 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/8689/task/8707/stat : 8707 (java) S 8686 8689 5873 0 -1 4202560 104 0 0 0 32 23 0 0 20 0 19 0 104864057 9856040960 123756 33554432000 1073741824 1073778376 140735963177760 139901265095240 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8708] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8708/stat : 8708 (java) S 8686 8689 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104864072 9856040960 123756 33554432000 1073741824 1073778376 140735963177760 139901263992360 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1785.7
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.6 s]
/proc/loadavg: 2.26 2.18 2.18 3/213 8818
/proc/meminfo: memFree=29889496/32872528 swapFree=16740/1306504
[pid=8689] ppid=8686 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/8689/stat : 8689 (java) S 8686 8689 5873 0 -1 4202496 17054 0 1 0 179936 64 0 0 20 0 19 0 104864050 9856040960 123756 33554432000 1073741824 1073778376 140735963177760 140735963168896 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8689/statm: 2406260 123756 2276 9 0 2396937 0
[pid=8689/tid=8691] ppid=8686 vsize=9625040 CPUtime=1795.64 cores=0,2,4,6
/proc/8689/task/8691/stat : 8691 (java) R 8686 8689 5873 0 -1 4202560 2564 0 1 0 179533 31 0 0 20 0 19 0 104864051 9856040960 123756 33554432000 1073741824 1073778376 140735963177760 139901448208048 139901320359075 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8689/tid=8692] ppid=8686 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/8689/task/8692/stat : 8692 (java) S 8686 8689 5873 0 -1 4202560 374 0 0 0 40 5 0 0 20 0 19 0 104864052 9856040960 123756 33554432000 1073741824 1073778376 140735963177760 139901292243880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8689/tid=8693] ppid=8686 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/8689/task/8693/stat : 8693 (java) S 8686 8689 5873 0 -1 4202560 191 0 0 0 36 5 0 0 20 0 19 0 104864052 9856040960 123756 33554432000 1073741824 1073778376 140735963177760 139901291191336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8689/tid=8694] ppid=8686 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/8689/task/8694/stat : 8694 (java) S 8686 8689 5873 0 -1 4202560 230 0 0 0 37 5 0 0 20 0 19 0 104864052 9856040960 123756 33554432000 1073741824 1073778376 140735963177760 139901290138280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8689/tid=8695] ppid=8686 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/8689/task/8695/stat : 8695 (java) S 8686 8689 5873 0 -1 4202560 299 0 0 0 39 6 0 0 20 0 19 0 104864052 9856040960 123756 33554432000 1073741824 1073778376 140735963177760 139901289085736 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8689/tid=8696] ppid=8686 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/8689/task/8696/stat : 8696 (java) S 8686 8689 5873 0 -1 4202560 298 0 0 0 36 5 0 0 20 0 19 0 104864052 9856040960 123756 33554432000 1073741824 1073778376 140735963177760 139901288032680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8697] ppid=8686 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/8689/task/8697/stat : 8697 (java) S 8686 8689 5873 0 -1 4202560 211 0 0 0 40 5 0 0 20 0 19 0 104864052 9856040960 123756 33554432000 1073741824 1073778376 140735963177760 139901286980136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8698] ppid=8686 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/8689/task/8698/stat : 8698 (java) S 8686 8689 5873 0 -1 4202560 297 0 0 0 37 4 0 0 20 0 19 0 104864052 9856040960 123756 33554432000 1073741824 1073778376 140735963177760 139901285927080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8689/tid=8699] ppid=8686 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/8689/task/8699/stat : 8699 (java) S 8686 8689 5873 0 -1 4202560 340 0 0 0 35 4 0 0 20 0 19 0 104864052 9856040960 123756 33554432000 1073741824 1073778376 140735963177760 139901284874536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8689/tid=8700] ppid=8686 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/8689/task/8700/stat : 8700 (java) S 8686 8689 5873 0 -1 4202560 109 0 0 0 2 0 0 0 20 0 19 0 104864053 9856040960 123756 33554432000 1073741824 1073778376 140735963177760 139901272464232 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8701] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8701/stat : 8701 (java) S 8686 8689 5873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104864054 9856040960 123756 33554432000 1073741824 1073778376 140735963177760 139901271410552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8702] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8702/stat : 8702 (java) S 8686 8689 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104864054 9856040960 123756 33554432000 1073741824 1073778376 140735963177760 139901270357384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8703] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8703/stat : 8703 (java) S 8686 8689 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104864056 9856040960 123756 33554432000 1073741824 1073778376 140735963177760 139901269306128 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8704] ppid=8686 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/8689/task/8704/stat : 8704 (java) S 8686 8689 5873 0 -1 4202560 4055 0 0 0 39 0 0 0 20 0 19 0 104864057 9856040960 123756 33554432000 1073741824 1073778376 140735963177760 139901268252984 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8705] ppid=8686 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/8689/task/8705/stat : 8705 (java) S 8686 8689 5873 0 -1 4202560 6724 0 0 0 32 2 0 0 20 0 19 0 104864057 9856040960 123756 33554432000 1073741824 1073778376 140735963177760 139901267200440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8689/tid=8706] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8706/stat : 8706 (java) S 8686 8689 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104864057 9856040960 123756 33554432000 1073741824 1073778376 140735963177760 139901266147576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8689/tid=8707] ppid=8686 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/8689/task/8707/stat : 8707 (java) S 8686 8689 5873 0 -1 4202560 104 0 0 0 32 23 0 0 20 0 19 0 104864057 9856040960 123756 33554432000 1073741824 1073778376 140735963177760 139901265095240 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8689/tid=8708] ppid=8686 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8689/task/8708/stat : 8708 (java) S 8686 8689 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104864072 9856040960 123756 33554432000 1073741824 1073778376 140735963177760 139901263992360 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

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

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

Child status: 143
Real time (s): 1796.64
CPU time (s): 1800.67
CPU user time (s): 1799.58
CPU system time (s): 1.09183
CPU usage (%): 100.224
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.58
system time used= 1.09183
maximum resident set size= 495468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17098
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38896
involuntary context switches= 10610

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.8122 second user time and 11.6132 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-06 18:08:35
IDJOB=4085253
IDBENCH=2016
IDSOLVER=2546
FILE ID=node127/4085253-1465229315
RUNJOBID= node127-1465216773-5889
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-PB05/manquinho/synthesis-ptl-cmos-circuits/normalized-mux.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085253-1465229315/watcher-4085253-1465229315 -o /tmp/evaluation-result-4085253-1465229315/solver-4085253-1465229315 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1465216773-5889 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085253-1465229315.opb

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

MD5SUM BENCH= 80d8f8438bdd117e32edd926d4898421
RANDOM SEED=506760778

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:        29821744 kB
Buffers:           16708 kB
Cached:            45792 kB
SwapCached:         1760 kB
Active:          1003836 kB
Inactive:          38104 kB
Active(anon):     981036 kB
Inactive(anon):      900 kB
Active(file):      22800 kB
Inactive(file):    37204 kB
Unevictable:     1306504 kB
Mlocked:           16740 kB
SwapTotal:      67108856 kB
SwapFree:       67098476 kB
Dirty:               848 kB
Writeback:             0 kB
AnonPages:       2285684 kB
Mapped:            15264 kB
Shmem:                 0 kB
Slab:             566128 kB
SReclaimable:      10220 kB
SUnreclaim:       555908 kB
KernelStack:        1616 kB
PageTables:         8900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2497384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2224128 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 node127 at 2016-06-06 18:38:31